section.aboutcampagion {
    padding: 50px 0;
    background: #fff;
    position: relative;
}
.section_image img {
    border-radius: 20px;
}
.section_image img {
    border-radius: 20px;
}

.campagion_content p {
    color: #000;
}

.content_hilight {
    background: #f9efe5;
    color: #000;
    line-height: 28px;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
    border: 1px dashed #debc9b;
}
section.aboutcampagion.neighbourhood_sec {
    background: #f7fafa;
}

.neighbourhood_classes {
    padding-top: 50px;
}

.aboutcampagion.neighbourhood_sec .section_image {
    border: 1px solid #b6de7b;
    border-radius: 15px;
}
.criteria_sec {
    padding: 50px 0;
    position: relative;
}

.criteria_sec .row {
    margin: 0;
}

.criteria_sec .about_text {
    text-align: center;
    padding-bottom: 30px;
}

.criteria_sec .about_text h2,.neighbourhood_sec .about_text h2,.submission_guid  .about_text h2{
    margin-top: 0;
}
/*criteria section*/
.worksheet-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1300px;
            margin: 0 auto;
        }

        .worksheet-card {
            background-color: #fff;
            width: calc(100% / 3 - 20px);
            padding: 40px 30px 30px; /* Top padding for the pin */
            border-radius: 2px;
            box-shadow: 5px 5px 15px rgba(0,0,0,0.15);
            position: relative;
            /* Tilt effect for scrapbook feel */
            transform: rotate(-1deg); 
            transition: transform 0.3s ease;
            text-align: center;
        }

        .worksheet-card:nth-child(2) {
            transform: rotate(1deg); 
        }
        .worksheet-card:nth-child(3) {
            transform: rotate(-0.5deg); 
        }

        .worksheet-card:hover {
            transform: rotate(0deg) scale(1.02);
            z-index: 10;
        }

        /* The Push Pin Effect */
        .pin {
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: radial-gradient(circle at 30% 30%, #ff6b6b, #c0392b);
            box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        }

        .worksheet-title {
            font-family: 'Patrick Hand', cursive; /* Handwritten font */
            font-size: 1.8rem;
            color: #2c3e50;
            text-align: center;
            margin-top: 10px;
            margin-bottom: 10px;
            border-bottom: 2px dashed #bbb;
            padding-bottom: 10px;
        }

        .class-badge {
            background-color: #ffeaa7;
            color: #2d3436;
            padding: 5px 15px;
            border-radius: 20px;
            font-family: 'Patrick Hand', cursive;
            font-size: 12px;
            display: block;
            text-align: center;
            margin-bottom: 20px;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
            border: 1px solid #fdcb6e;
        }

        .worksheet-content ul {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: left;
        }

        .worksheet-content li {
            margin-bottom: 8px;
            position: relative;
            padding-left: 20px;
            line-height: normal;
            color: #000000;
            font-size: 14px;
        }

        /* Checkbox style for list items */
        .worksheet-content li::before {
            content: '✔';
            position: absolute;
            left: 0;
            top: 2px;
            font-size: 14px;
            color: #000000;
            font-weight: bold;
        }

        .sub-list {
            margin-top: 8px;
            margin-left: 10px;
            padding-left: 10px;
            margin: 8px 0 !important;
        }
        .sub-list li::before {
            content: '•';
            font-size: 1.5rem;
            line-height: 0;
            top: 8px;
        }

        .action-box {
            margin-top: 25px;
            background-color: #dfe6e9;
            padding: 15px;
            border-radius: 4px;
            border-left: 5px solid #00b894;
            font-family: 'Patrick Hand', cursive;
            font-size:14px;
        }
        .action-box strong {
            color: #00b894;
            display: block;
            margin-bottom: 5px;
            font-size: 16px;
        }
section.submission_guid {
    background: #f9efe5;
    padding: 50px 0;
    position: relative;
}

.submission_guid .about_text {
    text-align: center;
}

.submission_guid .about_text p {
    text-align: center;
}

.submission_guid .about_text {
    padding-bottom: 30px;
}
.brief-card.theme-climate .card-header {
    text-align: center;
}
/*submission guidline*/
/* Grid Layout */
        .brief-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
            gap: 25px;
        }

        /* Card Styling */
        .brief-card {
            background: #ffffff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            display: flex;
            flex-direction: column;
            border-top: 6px solid #ccc;
            transition: transform 0.2s;
        }

        .brief-card:hover {
            transform: translateY(-5px);
        }

        /* Theme Colors */
        .theme-water { border-top-color: #4facfe; }
        .theme-sustainable { border-top-color: #00b894; }
        .theme-climate { border-top-color: #ff9a44; }

        .card-header {
            padding: 20px 25px;
            border-bottom: 1px solid #f0f0f0;
        }

        .class-badge {
            display: inline-block;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 10px;
        }

        .theme-water .class-badge { background: #e1f5fe; color: #0288d1; border-color: #0288d1;}
        .theme-sustainable .class-badge { background: #e8f5e9; color: #2e7d32; border-color: #2e7d32;}
        .theme-climate .class-badge { background: #fff3e0; color: #ef6c00; border-color: #ef6c00;}

        .focus-title {
        font-size: 18px;
    margin: 0 0 5px 0;
    color: #111;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
        }

        .naming-prompt {
    font-size: 14px;
    color: #6d6a6a;
    font-style: italic;
        }

        .card-body {
            padding: 25px;
            flex-grow: 1;
        }

        /* Section Styling */
        .section-label {
font-size: 14px;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
        }

        .options-box {
            background-color: #f9fafb;
            border-radius: 8px;
            padding: 15px;
            margin-bottom: 20px;
            border: 1px dashed #d1d5db;
        }

        .options-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .options-list li {
position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
        }

        .options-list li:last-child { margin-bottom: 0; }

        .options-list li::before {
            content: '◉';
            position: absolute;
            left: 0;
            top: 2px;
            color: #999;
        }

        .requirements-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .requirements-list li {
            position: relative;
            padding-left: 28px;
            margin-bottom: 12px;
            font-size: 14px;
            color: #000000;
            line-height: 1.2;
        }

        .requirements-list li::before {
            content: '✔';
            position: absolute;
            left: 0;
            top: 0;
            font-weight: bold;
        }

        .theme-water .requirements-list li::before { color: #4facfe; }
        .theme-sustainable .requirements-list li::before { color: #00b894; }
        .theme-climate .requirements-list li::before { color: #ff9a44; }


        @media (max-width: 768px) {
            .worksheet-card {
                transform: rotate(0deg) !important; /* Remove tilt on mobile */
                width: 100%;
            }
             .brief-grid {
                grid-template-columns: 1fr;
            }
        }
