        /* * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Cursive', cursive;
            overflow-x: hidden;
        } */
/* First Section Styles */
/* .education-section {
    width: 100%;
    min-height: 80vh;
    background-image: url("/assets/img/Special kids page  Assets/banner-bg.png");
    background-size: cover;
    background-position: center;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.content {
    flex: 0 0 50%;
    padding-left: 70px;
}

.image-placeholder {
    flex: 0 0 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-heading {
    color: #1391a9;
    font-size: 2rem;
    margin-bottom: 7px;
}

.sub-heading {
    color: #fa8606;
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.description {
    color: #2f2e2e;
    font-size: 1.05rem;
    margin-bottom: 30px;
    line-height: 1.8;
    max-width: 95%;
    font-weight: 500;
}

.register-btn {
    background-color: #fa8606;
    color: white;
    border: none;
    padding: 10px 40px;
    font-size: 1.2rem;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Cursive', cursive;
}

.register-btn:hover {
    background-color: #e67800;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.placeholder-img img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 10px;
} */

.education-section {
    width: 100%;
    min-height: 80vh;
    background-image: url("/assets/img/Special kids page  Assets/banner-bg.png");
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
}
.content {
    position: relative;
    padding-left: 70px;
    display: block !important;
}
.main-heading {
    color: #1391a9;
    font-size: 2.2rem;
    margin-bottom: 7px;
    font-weight: bold;
}

.sub-heading {
    color: #fa8606;
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 600;
    font-weight: bold;
}

.description {
    color: #2f2e2e;
    font-size: 1.2rem;
    margin-bottom: 30px;
    line-height: 1.8;
    font-weight: 700;
}

.register-btn {
    background-color: #fa8606;
    color: white;
    border: none;
    padding: 10px 40px;
    font-size: 1.2rem;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Cursive', cursive;
}

.register-btn:hover {
    background-color: #e67800;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.placeholder-img img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 10px;
}


/* ================= Responsive ================= */
@media (max-width: 991px) {
    .content {
        flex: 0 0 100%;
        padding: 20px;
        text-align: center;
    }

    .image-placeholder {
        flex: 0 0 100%;
        margin-top: 30px;
    }

    .main-heading {
        font-size: 1.8rem;
    }

    .sub-heading {
        font-size: 2rem;
    }

    .description {
        font-size: 1rem;
        max-width: 100%;
        margin: 0 auto 25px auto;
    }
}
/* Mobile responsive adjustments */
@media (max-width: 768px) {

    .education-section {
        padding: 30px 15px;
        min-height: auto;
        text-align: center;
    }

    .content {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .main-heading {
        font-size: 1.8rem;
    }

    .sub-heading {
        font-size: 2rem;
    }

    .description {
        font-size: 1rem;
        line-height: 1.6;
    }

    .register-btn {
        padding: 10px 30px;
        font-size: 1rem;
    }

    .placeholder-img img {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
}


/* @media (max-width: 600px) {
    .education-section {
        padding: 30px 15px;
        min-height: auto;
    }

    .main-heading {
        font-size: 1.5rem;
    }

    .sub-heading {
        font-size: 1.6rem;
    }

    .description {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .register-btn {
        font-size: 1rem;
        padding: 8px 25px;
    }

    .placeholder-img img {
        max-width: 320px;
    }
} */

/* Second Section Styles */
.diverse-learners-section {
    width: 100%;
    padding: 60px 20px;
    background-image: url("/assets/img/Special kids page  Assets/learners-section-bg.png");
    background-size: cover;
    background-position: center;
}

.container2 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.section-heading {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.black-text {
    color: #000;
    font-weight: bold;
}

.orange-text {
    color: #fa8606;
    font-weight: bold;
}

.section-description {
    text-align: center;
    font-size: 1.3rem;
    color: #000;
    margin-bottom: 30px;
    max-width: 700px;
    font-weight: 600;
    line-height: 1.6;
}

.center-image {
    max-width: 120px;
    height: auto;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
    transition: transform 0.3s ease;
}

.center-image:hover {
    transform: scale(1.05) rotate(3deg);
}

.center-image img {
    max-width: 100%;
    height: auto;
}

.features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-bottom: 40px;
}

.feature-box {
    flex: 0 0 30%;
    min-width: 280px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    background-color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.feature-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.feature-image img {
    width: 100%;
    height: auto;
}

.feature-heading {
    color: #000;
    font-size: 1.4rem;
    margin-bottom: 12px;
    font-weight: bold;
    text-align: left;
}

.feature-description {
    color: #000;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
}

.bottom-image {
    margin: 20px 0 0;
    max-width: 80px;
    height: auto;
    align-self: flex-start;
    margin-left: 0;
}

.bottom-image img {
    max-width: 100%;
    height: auto;
}

/* ================= Responsive ================= */
@media (max-width: 991px) {
    .section-heading {
        font-size: 2rem;
    }

    .section-description {
        font-size: 1rem;
        padding: 0 15px;
    }

    .feature-box {
        flex: 0 0 45%; /* Tablet: 2 columns */
    }
}

@media (max-width: 600px) {
    .section-heading {
        font-size: 1.6rem;
    }

    .section-description {
        font-size: 0.95rem;
    }

    .feature-box {
        flex: 0 0 100%; /* Mobile: 1 column */
    }

    .feature-heading {
        font-size: 1.1rem;
        text-align: center;
    }

    .feature-description {
        text-align: center;
        font-size: 0.9rem;
    }

    .feature-image {
        margin: 0 auto 15px;
    }

    .bottom-image {
        align-self: center;
        margin-top: 30px;
    }
}
/* Third Section Styles */
.how-it-works {
    /* background: url('Special kids page  Assets/steps-sec-bg.png') no-repeat center center/cover; */
    background: url("/assets/img/Special kids page  Assets/steps-sec-bg.png") no-repeat center center/cover;
    width: 100%;
    min-height: 100vh;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: -15%;
    padding-top: 30px;
}

.section-heading2 {
    font-family: cursive;
    font-size: 3rem;
    color: #fa8502;
    padding-top: 25%;
    text-shadow:
        3px 0 white, -3px 0 white, 0 3px white, 0 -3px white,
        2px 2px white, -2px -2px white, 2px -2px white, -2px 2px white,
        3px 3px 5px rgba(0, 0, 0, 0.2);
}

.divider-image {
    margin: 10px 0 40px;
}

.steps-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    margin-bottom: 50px;
}

.step-box {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #1791a8;
    border-radius: 15px;
    padding: 20px;
    width: 400px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    backdrop-filter: blur(5px);
}

.step-box:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.25);
}

.step-header {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

.step-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin-left: 20px;
    justify-content: center;
    font-size: 28px;
    color: #3fa6b9;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.step-number {
    margin-left: auto;
    font-size: 5rem;
    font-weight: bold;
    color: #3d9fb2;
}

.step-title {
    font-family: cursive;
    font-size: 1rem;
    color: white;
    margin-bottom: 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    margin-left: 10px;
    font-weight: bold;
}

.step-description {
    color: white;
    font-size: 1rem;
    line-height: 1.5;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-left: 10px;
}

.register-button {
    background-color: #ff9a3b;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px 45px;
    font-size: 1.3rem;
    font-family: cursive;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}

.register-button:hover {
    background-color: #ff8a2d;
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Tablet */
@media (max-width: 991px) {
    .how-it-works {
        min-height: auto;       /* auto height on tablet */
        padding-top: 80px;      /* adjust title inside */
        margin-top: 0;
    }

    .section-heading2 {
        font-size: 2.2rem;
        padding-top: 0;
        margin-bottom: 20px;
    }

    .steps-container {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .step-box {
        width: 90%;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .how-it-works {
        min-height: auto;
        padding-top: 300px;   /* 300px se kam karke balance */
        margin-top: -180px;    /* upar ka extra white space hatao */
    }

    .section-heading2 {
        font-size: 1.8rem;
        margin-bottom: 15px;
        padding-top: 0;
    }

    .divider-image {
        margin-bottom: 25px;
    }

    .step-box {
        width: 95%;
        text-align: center;
        align-items: center;
    }

    .step-header {
        justify-content: center;
        position: relative;
        width: 100%;
    }

    .step-icon {
        margin: 0 auto;
    }

    .step-number {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 3.5rem;
    }
}

/* Fourth Section Styles */
.benefits-container {
    width: 100%;
    padding: 40px;
}

.benefits-heading {
    text-align: center;
    margin-bottom: 30px;
}

.benefits-heading h2 {
    font-family: cursive;
    font-size: 2.8rem;
}

.benefits-heading .black-part {
    color: #000;
    font-weight: bold;
}

.benefits-heading .orange-part {
    color: #fa8b0f;
    font-weight: bold;
}

.heading-divider {
    display: block;
    margin: 15px auto 25px;
}

/* Desktop layout */
.benefits-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.benefits-image {
    flex: 0 0 45%;   /* balanced image width */
    max-width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefits-image img {
    width: 70%;
    height: auto;
    border-radius: 15px;
}

.benefits-list {
    flex: 0 0 55%;
    max-width: 55%;
}

/* Benefit item */
.benefit-item {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    border-radius: 12px;
}

.benefit-icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.benefit-icon img {
  margin-top: 10px;
    width: 20px;
    height: auto;
}

.benefit-text h3 {
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.5rem;
}

.benefit-text p {
    color: #666;
    font-family: cursive;
    font-size: 1rem;
    line-height: 1.4;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .benefits-content {
        flex-direction: column;
        text-align: left;
    }

    .benefits-image img {
        width: 100%;
    }

    .benefits-image {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .benefits-list {
        max-width: 100%;
    }

    .benefit-item {
        align-items: flex-start;
        text-align: left;
    }

    .benefit-icon {
        margin-right: 10px;
    }

    .benefit-text h3 {
        font-size: 1.1rem;
    }

    .benefit-text p {
        font-size: 0.95rem;
    }
}


        /* Fifth Section Styles */
        .trust-section {
            width: 100%;
            /* background: url('Special kids page  Assets/special-kids-sec-bg.png') no-repeat center center/cover; */
            background: url("/assets/img/Special kids page  Assets/special-kids-sec-bg.png") no-repeat center center/cover;
            padding: 60px 40px;
            margin-bottom: 40px;
        }

        .trust-heading {
            text-align: center;
            margin-bottom: 30px;
        }

        .trust-heading h2 {
            font-family: cursive;
            font-size: 2.8rem;
            color: #fa8502;
            text-shadow:
                3px 0 white, -3px 0 white, 0 3px white, 0 -3px white,
                2px 2px white, -2px -2px white, 2px -2px white, -2px 2px white,
                3px 3px 5px rgba(0, 0, 0, 0.2);
            font-weight: bold;
            margin-bottom: 20px;
        }

        .trust-heading .heading-divider {
            display: block;
            margin: 0 auto;
            text-align: center;
        }

        .trust-heading .heading-divider img {
            max-width: 200px;
            height: auto;
        }

        .trust-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
            margin-top: 40px;
            margin-bottom: 85px;
        }

        .trust-item {
            background: white;
            border-radius: 20px;
            padding: 15px 20px;
            display: flex;
            align-items: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            width: 38%;
            min-width: 300px;
        }

        .trust-item:hover {
            transform: translateY(-5px);
        }

        .trust-icon {
            width: 40px;
            height: 40px;
            background: #fa8502;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .trust-icon i {
            color: white;
            font-size: 20px;
        }

        .trust-text {
            color: #666;
            font-family: cursive;
            font-size: 1.05rem;
            line-height: 1.5;
            margin-top: 18px;
        }

        /* Mobile Responsive (max 600px) */
@media (max-width: 600px) {
    .trust-section {
        padding: 50px 20px;
        margin-bottom: 20px;
    }

    .trust-heading h2 {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .trust-heading .heading-divider img {
        max-width: 150px;
    }

    .trust-content {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .trust-item {
        width: 100%;
        min-width: unset;
        padding: 12px 15px;
        border-radius: 15px;
    }

    .trust-icon {
        width: 35px;
        height: 35px;
        margin-right: 12px;
    }

    .trust-icon i {
        font-size: 16px;
    }

    .trust-text {
        font-size: 0.95rem;
        line-height: 1.4;
    }
}


        /* Sixth Section Styles */
        .trial-section {
            width: 100%;
            max-width: 1200px;
            background-color: #fa8502;
            border-radius: 20px;
            padding: 80px 40px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            margin: 60px auto;
        }

        /* Top-left half circle */
        .trial-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 150px;
            height: 150px;
            background: #e67a00;
            border-radius: 0 0 150px 0;
        }

        /* Bottom-right half circle */
        .trial-section::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 150px;
            height: 150px;
            background: #e67a00;
            border-radius: 150px 0 0 0;
        }

        .trial-content {
            text-align: center;
            position: relative;
            z-index: 1;
            max-width: 800px;
            margin: 0 auto;
        }

        .trial-heading {
            font-family: cursive;
            font-size: 2rem;
            color: white;
            margin-bottom: 25px;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        }

        .trial-text {
            font-family: cursive;
            font-size: 1.3rem;
            color: white;
            line-height: 1.6;
            margin-bottom: 40px;
        }

        .trial-button {
            background: white;
            color: #fa8502;
            border: none;
            border-radius: 30px;
            padding: 15px 40px;
            font-size: 1rem;
            font-family: cursive;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        .trial-button:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }
 @media (max-width: 600px) {
    .trial-section {
        padding: 40px 20px;
        border-radius: 15px;
    }

    .trial-section::before,
    .trial-section::after {
        width: 90px;
        height: 90px;
    }

    .trial-content {
        max-width: 100%;
        padding: 0 10px;   /* text andar rahe, screen overflow na ho */
        box-sizing: border-box;
    }

    .trial-heading {
        font-size: 1.6rem;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .trial-text {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 25px;
    }

    .trial-button {
        font-size: 1.1rem;
        padding: 14px 28px;
    }
}
