* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

.container-1440 {
    width: 100%;
    max-width: 1440px;
    padding: 0 80px;
    margin: auto;
}

/* ----------------------------Hero section-------------------------------*/
.hero-section-hindi-content {
    margin-top: 110px;
}

.hero-section-hindi-content-heading>h1 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    width: 95%;
    margin: auto;
}

.hero-section-hindi-content-image {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section-hindi-content-image>img {
    margin: auto;
    height: 500px;
    width: 1100px;
}

.hero-section-hindi-content-text>p {
    color: #575756;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 25px auto;
}

.hero-section-hindi-content-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.hero-section-hindi-content-button>a>button {
    color: #FFFFFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding: 13px 40px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #14B1E7;
    cursor: pointer;
    border: none;
}

/* -------------------------------Comprehensive and engaging------------------------- */
.comprehensive-and-engaging {
    margin-top: 100px;
}

.comprehensive-and-engaging-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.comprehensive-and-engaging-text {
    margin-top: 24px;
}

.comprehensive-and-engaging-text>p {
    color: #575756;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    width: 90%;
    margin: auto;
}

.comprehensive-and-engaging-header {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: scroll;
    margin-top: 40px;
    gap: 8px;
    scrollbar-width: none;
}

.comprehensive-and-engaging-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 20px;
    border-radius: 25px;
    border: 1px solid #DEDEDE;
    cursor: pointer;
    white-space: nowrap;
}

.comprehensive-and-engaging-card>p {
    color: #666666;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.active-card-list,
.active-card-list>p {
    background-color: #EDFAFF;
    color: #14B1E7 !important;
    border: none;
}

.video-player-container {

    margin-top: 40px;
}

video {
    width: 70%;
    height: auto;
    display: block;
    margin: auto;
}

.comprehensive-and-engaging-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.comprehensive-and-engaging-button>a>button {
    padding: 13px 40px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    border-radius: 8px;
    background: #14B1E7;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

/* -----------------------------------Hindi medium school-------------------------- */

.hindi-medium-school {
    margin-top: 100px;
}

.hindi-medium-school-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    width: 95%;
}

.hindi-medium-school-text>p {
    color: #575756;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    width: 80%;
    margin: auto;
}

.hindi-medium-school-blue-container {
    background-color: #F4FDFF;
    border-radius: 17px;
    margin-top: 50px;
    width: 95%;
    margin: auto;
    margin-top: 30px;
    height: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hindi-medium-school-blue-container>p {
    color: #14B1E7;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: auto;
}

.hindi-medium-school-card-container {
    margin-top: 48px;
}

.hindi-medium-school-card-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 40px;
}

.hindi-medium-school-card {
    width: 100%;
    height: 390px;
    border-radius: 12px;
    border: 1px solid #EFEFEF;
    padding: 30px 5px 5px 30px;
}

.hindi-medium-school-icon-box {
    width: 66.967px;
    height: 66.607px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.hindi-medium-school-text {
    margin-top: 20px;
}

.hindi-medium-school-card-text>p {
    color: #212121;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    margin-top: 16px;
}

.hindi-medium-school-card-row-full {
    width: 100%;
    height: 276px;
    border-radius: 12px;
    border: 1px solid #EFEFEF;
    padding: 30px 24px 5px 30px;
    margin-top: 40px;
}

.hindi-medium-school-card-button {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.hindi-medium-school-card-button>a>button {
    padding: 13px 40px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    border-radius: 8px;
    background: #14B1E7;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.swiper {
    width: 100% !important;
    margin-top: 30px;
}

.swiper-wrapper {
    margin-bottom: 28px !important;
}

.swiper-pagination {
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0px !important;
    margin-top: 60px !important;
}

.swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background-color: #c9c9c9 !important;
    opacity: 1 !important;

}

.swiper-pagination-bullet-active {
    background: #212121 !important;
    width: 12px !important;
    border-radius: 4px !important;
}

@media screen and (max-width: 767px) {
    .swiper-pagination-bullet {
        width: 6px !important;
        height: 6px !important;
    }
}

.swiper-pagination-for-cards {
    position: relative;
    margin-top: 20px;
}


/* ---------------------Content for teachers------------------------ */
.content-for-teachers {
    margin-top: 100px;
}

.content-for-teachers-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    width: 95%;
    margin: auto;
}

.content-for-teachers-table {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 80px;
}

.horizontal-divider {
    border: solid 1px #DEDEDE;
    height: 820px;
    margin: 0;
}

.content-for-teachers-table-left,
.content-for-teachers-table-right {
    width: 44%;
}

.content-for-teachers-table-left>img,
.content-for-teachers-table-right>img {
    width: 554px;
    height: 382px;
}

.content-for-teachers-table-right>img {
    width: 554px;
    height: 382px;
}

.content-for-teachers-left-text,
.content-for-teachers-right-text {
    width: 95%;
    margin-top: 24px;
}

.content-for-teachers-left-text>p,
.content-for-teachers-right-text>p {
    color: #212121;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.content-for-teachers-left-container>ul>li,
.content-for-teachers-right-container>ul>li {
    color: #575756;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin-left: 24px;
    margin-top: 16px;
}

/* ---------------------------------------Benfits of digital content-------------------------- */
.benifits-of-digital-content {
    margin-top: 100px;
}

.benifits-of-digital-content-heading>h2 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #212121;
    width: 95%;
}

.benifits-of-digital-content-text {
    margin-top: 30px;
}

.benifits-of-digital-content-text>p {
    color: #575756;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: auto;
}

.image-text-row1 {
    display: flex;
    align-items: start;
    gap: 30px;
    margin-top: 80px;
}

.image-text-row1-left>h3 {
    color: #212121;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    width: 90%;
}

.image-text-row1-left>p {
    color: #575756;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 16px;
}

.image-text-row2 {
    display: flex;
    align-items: start;
    gap: 30px;
    margin-top: 80px;
}

.image-text-row2-right>h3 {
    color: #212121;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.image-text-row2-right>p {
    color: #575756;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 16px;
    width: 90%;
}


.image-text-row3 {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 30px;
    margin-top: 80px;
}

.image-text-row3-left>h3 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    color: #212121;
    width: 90%;
    margin: 0;
}

.image-text-row3-left>p {
    color: #575756;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 16px;
}


.image-text-row1-left,
.image-text-row1-right,
.image-text-row3-left,
.image-text-row3-right {
    width: 50%;
}


.image-text-row2-right>img,
.image-text-row3-right>img {
    width: 635px;
    height: 261px;
}

/* ---------------------------------- Comes with hindi medium---------------------------------------- */
.comes-with-hindi-medium {
    margin-top: 80px;
}

.comes-with-hindi-medium-heading>h2 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #212121;
    width: 75%;
    margin: auto;
}

.comes-with-hindi-medium-text {
    margin-top: 28px;
}

.comes-with-hindi-medium-text>p {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #575756;
    width: 95%;
    margin: auto;
}

.comes-with-hindi-medium-sub-heading {
    margin-top: 40px;
}

.comes-with-hindi-medium-sub-heading>h3 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #212121;
    width: 75%;
    margin: auto;
}

.comes-with-hindi-medium-blue-section {
    width: 97%;
    margin: auto;
    background-color: #F4FDFF;
    border-radius: 17px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.comes-with-hindi-medium-blue-section>p {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #14B1E7;
    padding: 0 14px;
}

.comes-with-hindi-medium-button {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.comes-with-hindi-medium-button>a>button {
    padding: 13px 40px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    border-radius: 8px;
    background: #14B1E7;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.application-for-all-devices {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 60px;
}

.application-for-all-devices-mobile {
    display: none;
}

.left-application-for-all-devices {
    width: 45%;
    height: 700px;
}

.right-application-for-all-devices {
    width: 50%;
    justify-content: end;
    align-items: center;
}

.right-application-for-all-devices>img {
    width: 85%;
    height: 85%;
}

.left-application-for-all-device-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
    padding-left: 5px;
}

.left-application-for-all-device {
    border-radius: 24px;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #E1F7FF;
    padding: 16px 22px 0px 22px;
    cursor: pointer;
}

.left-application-for-all-device>h3 {
    color: #212121;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

.left-application-for-all-device>p {
    color: #666666;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 10px;
    padding: 0;
    overflow: hidden;
    /* Hide overflow initially */
    max-height: 0;
    /* Start with height 0 */
    transition: max-height 1s ease-in-out;
    /* Transition for max-height */
    margin-bottom: 0;
}

/* Progress bar container */
.progress-bar {
    width: 100%;
    background-color: #D9D9D9;
    border-radius: 30px;
    overflow: hidden;
    height: 4px;
    margin-top: 5px;
}

/* Progress element (initial width 0%) */
.progress {
    width: 0;
    height: 100%;
    background-color: #14B1E7;
    border-radius: 8px;
    transition: width 8s linear;
}



/* --------------------------------Comes with hindi medium------------- */
.hindi-medium-subject {
    margin-top: 100px;
}

.hindi-medium-subject-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    width: 80%;
    margin: auto;
}

.hindi-medium-subject-icon-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    margin-top: 48px;
    place-self: center;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}


.hindi-medium-subject-icon-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 120px;
    gap: 15px;
}

.hindi-medium-subject-icon-card>img {
    width: 100px;
    height: 100px;
}

.hindi-medium-subject-icon-card>p {
    color: #212121;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

/* ---------------------------------Interactive Simulation in Hindi-------------------------------------- */


.interactive-simulation-hindi {
    margin-top: 100px;
}

.interactive-simulation-hindi-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 80%;
    margin: auto;
}

.interactive-simulation-hindi-container {
    display: flex;
    gap: 30px;
    align-items: start;
    justify-content: space-between;
    margin-top: 46px;
    align-items: center;
}


.left-interactive-simulation-hindi-conatiner {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 24px;
}

.interactive-simulation-hindi-card {
    display: flex;
    gap: 16px;
    align-items: start;
}

.interactive-simulation-hindi-card>svg {
    margin-top: 6px;
}

.interactive-simulation-hindi-card>p {
    color: #212121;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
}

.left-interactive-simulation-hindi-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
}

.left-interactive-simulation-hindi-container,
.right-interactive-simulation-hindi-container {
    width: 50%;
}

.right-interactive-simulation-hindi-container>img {
    width: 80%;
}


/* ---------------------------------------Explore more videos------------------------------- */
.explore-more-videos {
    margin-top: 100px;
}

.explore-more-videos-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.dropdown-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.subject-tag {
    position: relative;
}

#subject-select {
    display: flex;
    width: 226.842px;
    height: 60px;
    justify-content: center;
    align-items: center;
    color: #575756;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    border-radius: 25px;
    background: #DDF6FF;
    border: none;
    padding-left: 30px;
    cursor: pointer;
}

#subject-select:focus {
    border: none;
    outline: none;
}

.subject-tag>svg {
    position: absolute;
    top: 33%;
    right: 10%;
}

.subject-tag>select {
    appearance: none;
}

.video-container-hindi {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 70px;
}

.video-container-hindi-left,
.video-container-hindi-right {
    width: 600px;
    height: 340px;
}

.video-container-hindi-left>iframe,
.video-container-hindi-right>iframe {
    width: 100%;
    border-radius: 8px;
    height: 100%;
}


/* --------------------------------------Frequently Asked Questions-------------------------------------- */
.faq-heading {
    margin-top: 80.5px;
}

.faq-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.faq-container {
    margin-top: 33px;
    margin-bottom: 55px;
    padding: 31px 80px;
    border-radius: 40px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    box-shadow: 12px 12px 10px 0px #EFF9FF;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion-title {
    color: #212121;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    width: 80%;
}

.accordion button {
    text-align: left;
    width: 100%;
    padding: 16px 0;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 1000px;
    transition: max-height ease-out, opacity ease-out;
    /* Smoother transition */
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height ease, opacity ease;
    /* Smoother transition */
}

.accordion .accordion-content p {
    font-size: 16px;
    color: #666666;
}

#accordion-button-3 {
    color: black;
    font-family: "Inter", sans-serif;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}


.accordion-content p {
    color: black;
    font-family: "Inter", sans-serif !important;
}

.breakpoint-1200 {
    display: none;
}


@media screen and (max-width: 1350px) {
    .hindi-medium-school-card-text>p {
        line-height: 1.4;
        font-size: 20px;
    }


    .hindi-medium-school-card-row-full {
        height: 260px;
    }

    .hindi-medium-school-blue-container>p {
        width: 95%;
    }

    .interactive-simulation-hindi-container {
        align-items: center;
    }


    .hindi-medium-school-card {
        width: 100%;
        height: 360px;
    }
}

@media screen and (max-width: 1280px) {

    .hindi-medium-school,
    .content-for-teachers,
    .benifits-of-digital-content,
    .explore-more-videos,
    .hindi-medium-subject {
        margin-top: 100px;
    }

    .hero-section-hindi-content-heading>h1 {
        font-size: 54px;
        line-height: 1.4;
    }

    .hindi-medium-school-heading>h2 {
        width: 100%;
    }

    .hindi-medium-school-blue-container>p {
        width: 100%;
    }


    .hindi-medium-school-card-text {
        padding-right: 12px;
    }

    .content-for-teachers-table-left>img,
    .content-for-teachers-table-right>img {
        width: 100%;
        height: 100%;

    }

    .horizontal-divider {
        height: 900px;
    }

    .left-application-for-all-devices {
        height: 650px;
        width: 48%;
    }

    .comprehensive-and-engaging-text>p {
        width: 100%;
    }

    .application-for-all-devices {
        align-items: start;
    }

    .right-application-for-all-devices>img {
        width: 100%;
        height: 100%;
    }

    .hindi-medium-subject-icon-container {
        grid-column-gap: 20px;
    }

    .hindi-medium-subject-heading>h2 {
        width: 100%;
    }

    .interactive-simulation-hindi-card>p {
        font-size: 20px;
    }

    .left-interactive-simulation-hindi-container {
        gap: 10px;
    }
}

@media screen and (max-width: 1200px) {


    .hero-section-hindi-content-image>img {
        width: 100%;
        height: 100%;
        margin: auto;
    }


    .hero-section-hindi-content-text>p {
        font-size: 20px;
        width: 100%;
    }

    .hindi-medium-subject-icon-row {
        gap: 20px;
    }

    .hindi-medium-subject-icon-card>img {
        width: 80px;
        height: 80px;
    }

    .hindi-medium-school-text>p {
        width: 95%;
    }

    .image-text-row1-left>h3,
    .image-text-row3-left>h3,
    .image-text-row2-right>h3 {
        font-size: 28px;
        width: 100%;
    }

    .image-text-row1-left>p,
    .image-text-row3-left>p,
    .image-text-row2-right>p {
        font-size: 18px;
        line-height: 1.4;
        width: 100%;
    }

    .image-text-row1,
    .image-text-row2,
    .image-text-row3 {
        margin-top: 60px;
    }


    .left-application-for-all-device>h3 {
        font-size: 20px;
        line-height: 1.2;
    }

    .left-application-for-all-device>p {
        font-size: 16px;
        line-height: 1.2;
    }

    .left-application-for-all-devices {
        height: 550px;
    }

    .right-application-for-all-devices>img {
        width: 80%;
    }


    .interactive-simulation-hindi-card>p {
        font-size: 20px;
        line-height: 1.4;
    }

    /* Image text section----> */


    .image-text-row2 {
        flex-direction: column;
    }

    .image-text-row1,
    .image-text-row3 {
        flex-direction: column-reverse;
    }

    .image-text-row1,
    .image-text-row2,
    .image-text-row3 {
        margin-top: 40px;
        gap: 20px;
    }

    .image-text-row1-left,
    .image-text-row1-right,
    .image-text-row3-left,
    .image-text-row3-right {
        width: 100%;
    }

    .image-text-row2-right>img,
    .image-text-row3-right>img {
        width: 100%;
        height: 100%;
    }



}

@media screen and (max-width: 1150px) {
    .right-application-for-all-devices>img {
        width: 80%;
    }

    .hindi-medium-subject-icon-container {
        grid-template-columns: repeat(7, 1fr);
    }
}

@media screen and (max-width: 1100px) {

    .hindi-medium-school,
    .content-for-teachers,
    .benifits-of-digital-content,
    .explore-more-videos,
    .hindi-medium-subject {
        margin-top: 80px;
    }

    .hero-section-hindi-content-heading>h1 {
        font-size: 48px;
        line-height: 1.4;
        width: 100%;
    }

    .content-for-teachers-heading>h2,
    .hindi-medium-school-heading>h2,
    .comes-with-hindi-medium-heading>h2,
    .hindi-medium-subject-heading>h2,
    .benifits-of-digital-content-heading>h2,
    .comprehensive-and-engaging-heading>h2,
    .interactive-simulation-hindi-heading>h2,
    .explore-more-videos-heading>h2,
    .content-for-teachers-heading>h2,
    .faq-heading>h2 {
        font-size: 44px;
        width: 100%;
        line-height: 1.4;
    }

    .comprehensive-and-engaging-text>p,
    .benifits-of-digital-content-text>p,
    .hindi-medium-school-text>p,
    .hindi-medium-school-card-text>p {
        font-size: 20px;
    }


    .hindi-medium-school-text>p {
        width: 100%;
        line-height: 1.4;
    }

    .comprehensive-and-engaging {
        margin-top: 60px;
    }

    .comprehensive-and-engaging-card>p {
        text-align: center;
    }

    .hindi-medium-subject-heading>h2 {
        width: 100%;
    }


    .hindi-medium-school-text {
        margin-top: 16px;
    }



    .hindi-medium-school-blue-container>p {
        font-size: 20px;
        line-height: 1.4;
    }


    .hindi-medium-school-card-row-full {
        height: 240px;
    }

    .hindi-medium-school-icon-box {
        width: 54px;
        height: 54px;
    }

    .hindi-medium-school-icon-box>svg {
        height: 32px;
        width: 32px;
    }

    .content-for-teachers-table {
        margin-top: 60px;
    }

    .comprehensive-and-engaging-header {
        justify-content: start;
    }

    .left-interactive-simulation-hindi-container,
    .right-interactive-simulation-hindi-container {
        width: 100% !important;
    }

    .right-interactive-simulation-hindi-container>img {
        width: 100%;
    }

    .interactive-simulation-hindi-card>svg {
        margin-top: 0px;
    }
}



@media screen and (max-width: 1050px) {
    .container-1440 {
        padding: 0 30px;
    }

    .hindi-medium-school,
    .content-for-teachers,
    .benifits-of-digital-content,
    .explore-more-videos,
    .hindi-medium-subject {
        margin-top: 60px;
    }

    .hero-section-hindi-content {
        margin-top: 110px;
    }

    .hero-section-hindi-content-heading>h1 {
        font-size: 40px;
    }

    .content-for-teachers-heading>h2,
    .hindi-medium-school-heading>h2,
    .comes-with-hindi-medium-heading>h2,
    .benifits-of-digital-content-heading>h2,
    .hindi-medium-subject-heading>h2,
    .comprehensive-and-engaging-heading>h2,
    .content-for-teachers-heading>h2,
    .interactive-simulation-hindi-heading>h2,
    .explore-more-videos-heading>h2,
    .faq-heading>h2 {
        font-size: 32px;
    }


    .hero-section-hindi-content-text>p,
    .hindi-medium-school-text>p,
    .comprehensive-and-engaging-text>p,
    .benifits-of-digital-content-text>p {
        font-size: 18px;
    }

    .hero-section-hindi-content-button>a>button,
    .comprehensive-and-engaging-button>a>button,
    .hindi-medium-school-card-button>a>button,
    .comes-with-hindi-medium-button>a>button{
        width: 100%;
        height: 100%;
        padding: 12px 30px;
        font-size: 16px;
    }

    .hindi-medium-school-card-button,
    .comprehensive-and-engaging-button {
        margin-top: 25px;
    }

    .hindi-medium-school-blue-container>p {
        width: 100%;
        padding: 16px;
        font-size: 18px;
    }


    .comprehensive-and-engaging {
        margin-top: 50px;
    }

    .content-for-teachers-left-container>ul>li,
    .content-for-teachers-right-container>ul>li {
        font-size: 18px;
        margin-top: 0px;
    }

    .horizontal-divider {
        height: 650px;
    }

    .content-for-teachers-table {
        margin-top: 40px;
    }

    .video-player-container>video {
        width: 90%;
    }

    .card-none-992 {
        display: none;
    }

    .hindi-medium-subject-icon-container {
        grid-template-columns: repeat(6, 1fr);
    }

    .interactive-simulation-hindi-container {
        flex-direction: column-reverse;
    }

    .interactive-simulation-hindi-card>p {
        margin: 0;
    }

    .video-container-hindi {
        margin-top: 40px;
    }

    .accordion-title {
        font-size: 20px;
        line-height: 1.4;
    }

    .content-for-teachers-left-text, .content-for-teachers-right-text{
        margin-bottom: 20px;
    }

    .content-for-teachers-left-container>ul>li, .content-for-teachers-right-container>ul>li{
        margin-left: 18px;
    }

    /* Hindi medium LMS ---> */

    .application-for-all-devices {
        display: none;
    }

    .application-for-all-devices-mobile {
        display: block;
    }


    .application-content-section-mobile>h3 {

        font-family: Poppins;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4;
        text-align: left;
        margin: 1.6rem 0;
    }

    .application-content-section-mobile>p {
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        text-align: left;

    }


    .hindi-medium-school-card {
        height: 290px;
    }
}

@media screen and (max-width: 900px) {

    .image-text-row1-left>h3,
    .image-text-row2-right>h3,
    .image-text-row3-left>h3 {
        font-size: 24px;
        width: 100%;
    }

    .image-text-row1-left>p,
    .image-text-row2-right>p,
    .image-text-row3-left>p,
    .hindi-medium-school-text>p {
        font-size: 18px;
        width: 100%;
    }
}

@media screen and (max-width: 850px) {

    .video-container-hindi {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 25px;
    }

    .video-container-hindi-left,
    .video-container-hindi-right {
        width: 100%;
    }

    .video-container-hindi-left>iframe,
    .video-container-hindi-right>iframe {
        width: 100%;
        height: 100%;
    }

    .hindi-medium-subject-icon-container {
        grid-column-gap: 10px
    }

    .horizontal-divider {
        height: 725px;
    }
}

@media screen and (max-width: 823px) {
    .horizontal-divider {
        height: 700px;
    }
}

@media screen and (max-width: 768px) {

    .hindi-medium-school,
    .content-for-teachers,
    .comprehensive-and-engaging,
    .benifits-of-digital-content,
    .benifits-of-digital-content,
    .comes-with-hindi-medium,
    .content-for-teachers,
    .explore-more-videos,
    .interactive-simulation-hindi,
    .faq-heading,
    .hindi-medium-subject {
        margin-top: 40px;
    }

    .hero-section-hindi-content-heading>h1 {
        font-size: 36px;
    }

    .content-for-teachers-heading>h2,
    .hindi-medium-school-heading>h2,
    .comes-with-hindi-medium-heading>h2,
    .content-for-teachers-heading>h2,
    .benifits-of-digital-content-heading>h2,
    .explore-more-videos-heading>h2,
    .comprehensive-and-engaging-heading>h2,
    .interactive-simulation-hindi-heading>h2,
    .hindi-medium-subject-heading>h2,
    .faq-heading>h2 {
        font-size: 28px;
    }

    .hero-section-hindi-content-text>p,
    .hindi-medium-school-text>p {
        font-size: 16px;
    }

    .hero-section-hindi-content-button>a>button,
    .comprehensive-and-engaging-button>a>button,
    .hindi-medium-school-card-button>a>button,
    .comes-with-hindi-medium-button>a>button {

        font-size: 14px;
        border-radius: 5px;
        padding: 6px 25px;
    }

    .video-container-hindi {
        margin-top: 30px;
    }

    .hindi-medium-school-card-text>p {
        font-size: 18px;
    }

    .comprehensive-and-engaging-card>p {
        text-align: start;
    }

    .faq-heading {
        margin-top: 40px;
    }

    .faq-container {

        border: none;
        border-radius: 12px;
        padding: 0 16px;
    }

    .accordion-title {
        font-size: 20px;
        line-height: 1.4;
    }

    .accordion .accordion-content p {
        font-size: 16px;
        line-height: 1.2;
    }

    .idream-carousel-dots {
        padding: 0;
    }

    .hindi-medium-school-card-row {
        gap: 20px;
        margin-top: 20px;
    }

    .hindi-medium-school-card-row-full {
        margin-top: 20px;
    }

    .hero-section-hindi-content-button {
        margin-top: 25px;
    }

    .horizontal-divider {
        display: none;
    }

    .interactive-simulation-hindi-card>p {
        font-size: 18px;
        line-height: 1.4;
    }

    .content-for-teachers-table {
        flex-direction: column;
        margin-top: 20px;
    }

    .content-for-teachers-table-left,
    .content-for-teachers-table-right {
        width: 100%;
    }

    .content-for-teachers-table-right {
        margin-top: 24px;
    }

    .carousel-card-heading-text>h3 {
        font-size: 20px;
    }


    .carousel-card-heading-text>p {
        font-size: 16px;
    }

    .comprehensive-and-engaging-text>p,
    .benifits-of-digital-content-text>p,
    .hindi-medium-school-text>p {
        font-size: 16px;
    }


    .comprehensive-and-engaging-card {
        white-space: nowrap;
    }

    .comprehensive-and-engaging-card {
        padding: 12px 14px;
    }

    .comprehensive-and-engaging-card>p {
        font-size: 16px;
    }

    #subject-select {
        font-size: 16px;
        width: 200px;
    }

    .video-container-hindi {
        margin-top: 50px;
    }


    .hindi-medium-subject-icon-card>img {
        width: 60px;
        height: 60px;
    }

    .hindi-medium-subject-icon-card>p {
        font-size: 14px;
    }

    .hindi-medium-subject-icon-card {
        width: 110px;
        height: auto;
    }

    .comes-with-hindi-medium {
        margin-top: 40px;
    }

    .content-for-teachers-left-container>ul>li,
    .content-for-teachers-right-container>ul>li {
        font-size: 16px;
    }

    .content-for-teachers-left-text>p,
    .content-for-teachers-right-text>p {
        font-size: 20px;
    }

    .comes-with-hindi-medium-button {
        margin-top: 20px;
    }

    .dropdown-selector {
        margin-top: 30px;
    }

    .hindi-medium-subject-icon-container {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(7, 1fr);
        grid-row-gap: 10px;
    }


    .left-application-for-all-device-mobile>h3 {
        font-size: 18px;
    }

    .left-application-for-all-device-mobile>p {
        font-size: 16px;
        line-height: 1.4;
    }

    .application-content-section-mobile>h3 {
        font-size: 18px;
    }

    .application-content-section-mobile>p {
        font-size: 14px;
    }


    .hindi-medium-school-card {
        height: 270px;
    }

    .hindi-medium-school-blue-container {
        height: 135px;
    }

    .hindi-medium-school-blue-container>p {
        padding: 10px 16px;
    }
}

@media screen and (max-width: 600px) {

    .container-1440 {
        padding: 0 22px;
    }

    .hero-section-hindi-content-heading>h1 {
        font-size: 28px;
    }

    .content-for-teachers-heading>h2,
    .hindi-medium-school-heading>h2,
    .comes-with-hindi-medium-heading>h2,
    .benifits-of-digital-content-heading>h2,
    .explore-more-videos-heading>h2,
    .content-for-teachers-heading>h2,
    .comprehensive-and-engaging-heading>h2,
    .interactive-simulation-hindi-heading>h2,
    .explore-more-videos-heading>h2,
    .hindi-medium-subject-heading>h2,
    .faq-heading>h2 {
        font-size: 24px;
    }

    .hindi-medium-school-blue-container {
        width: 100%;
    }

    .hindi-medium-school-card-text>p {
        font-size: 16px;
    }

    .hindi-medium-school-icon-box>svg {
        width: 30px;
        height: 30px;
    }

    .hindi-medium-school-icon-box {
        width: 48px;
        height: 48px;
        padding: 0;
    }

    .faq-heading {
        margin-top: 40px;
    }

    .faq-container {
        border: none;
        padding: 0 16px;
        margin-top: 25px;
    }

    .hindi-medium-school-card {
        height: 300px;
    }

    .accordion-title {
        font-size: 16px;
        line-height: 1.4;
    }

    .accordion .accordion-content p {
        font-size: 14px;
        line-height: 1.2;
    }

    #accordion-button-3 {
        padding-right: 15px;
    }

    .icon>svg {
        width: 16px;
        height: 16px;
    }

    .carousel-card-heading-text {
        height: 180px;
    }

    .carousel-card-heading-text>h3 {
        font-size: 18px;
    }

    .image-text-row1,
    .image-text-row2,
    .image-text-row3 {
        margin-top: 25px;
    }

    .image-text-row1-left>h3,
    .image-text-row2-right>h3,
    .image-text-row3-left>h3 {
        font-size: 20px;
    }

    .image-text-row1-left>p,
    .image-text-row2-right>p,
    .image-text-row3-left>p {
        font-size: 16px;
    }

    .hindi-medium-school-blue-container>p {
        font-size: 16px;
    }

    .video-container-hindi {
        margin-top: 30px;
    }

    .content-for-teachers-left-container>ul>li,
    .content-for-teachers-right-container>ul>li {
        line-height: 1.6;
    }

    #subject-select {
        padding-left: 15px;
    }

    .comprehensive-and-engaging-card>p {
        font-size: 12px;
    }

    .comprehensive-and-engaging-card {
        padding: 10px 14px;
    }

    .hindi-medium-school-blue-container {
        margin-top: 20px;
    }

    .hindi-medium-school-card-button {
        margin-top: 12px;
    }

    .swiper-pagination {
        margin-top: 30px !important;
    }

    .content-for-teachers-left-text,
    .content-for-teachers-right-text {
        width: 95%;
        margin-top: 10px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 500px) {
    .hindi-medium-subject-icon-container {
        grid-template-rows: repeat(8, 1fr);
    }

    .hindi-medium-subject-icon-card {
        width: 90px;
        gap: 6px;
    }

    .hindi-medium-subject-icon-container {
        grid-column-gap: 0px;
    }


    .hindi-medium-subject-icon-container {
        grid-column-gap: 4px;
    }

    .hindi-medium-subject-icon-card>p {
        font-size: 12px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 450px) {

    .image-text-row1-left>h3,
    .image-text-row2-right>h3,
    .image-text-row3-left>h3 {

        font-size: 16px;
    }

    .image-text-row1-left>p,
    .image-text-row2-right>p,
    .image-text-row3-left>p {
        font-size: 14px;
    }

    .content-for-teachers-left-text>p,
    .content-for-teachers-right-text>p {
        font-size: 18px;
    }

    .content-for-teachers-left-container>ul>li,
    .content-for-teachers-right-container>ul>li {
        font-size: 16px;
        margin-left: 18px;
    }

    .carousel-card-heading-text {
        height: 210px;
    }


    .hindi-medium-school-card {
        height: 270px;
    }

}


@media screen and (max-width: 400px) {
    .hindi-medium-subject-icon-card {
        width: 80px;
    }

    .hindi-medium-school-card {
        height: 280px;
    }
}


[data-animate="left"] {
    opacity: 0;
    transform: translateX(-16px);
    visibility: hidden;
    /* Add this */
}

[data-animate="right"] {
    opacity: 0;
    transform: translateX(16px);
    visibility: hidden;
    /* Add this */
}

[data-animate].animate {
    animation: slideIn 2.5s ease forwards;
    visibility: visible;
    /* Add this */
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(var(--slide-offset, 0));
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Set the slide offset direction */
[data-animate="left"] {
    --slide-offset: -16px
}

[data-animate="right"] {
    --slide-offset: 16px;
}

/* Form code style-----> */

.social-sector-form-main {
    z-index: 101;
    position: fixed;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 12px 3px !important;
    margin: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: none;
    border-radius: 12px;
}

.social-sector-form {
    max-width: 530px;
    width: 100%;
    padding: 15px 0px;
    min-width: 450px;
    background-color: white;
    border-radius: 12px;
    height: 540px;
    overflow-y: hidden;
}

.h3-heading {
    font-family: 'Inter';
    font-size: 26px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    text-align: center;
}

.social-sector-form>p {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 80%;
    margin: auto;
    color: #9E9E9E;
    margin-bottom: 16px;
    line-height: 1.3;
}

.social-sector-talk-with-expert {
    width: 80%;
    overflow-y: scroll;
    margin: auto;
    overflow-x: hidden;
    height: 400px;
}

.social-sector-talk-with-expert::-webkit-scrollbar {
    width: 3px;
    margin-left: 5px;
    border: none;
}

.social-sector-talk-with-expert::-webkit-scrollbar-track {
    background-color: #F2F2F2;
}

.social-sector-talk-with-expert::-webkit-scrollbar-thumb {
    background-color: #0077FFB2;
    border-radius: 2px;
}

.social-sector-talk-with-expert::-webkit-scrollbar-thumb:hover {
    background-color: #0077FF;
}

.social-sector-talk-with-expert::-webkit-scrollbar-corner {
    background-color: transparent;
}

.social-sector-talk-with-expert::-webkit-scrollbar-thumb:vertical {
    height: 2px;
}

.social-sector-talk-with-expert::-webkit-scrollbar-thumb:horizontal {
    width: 2px;
    border-radius: 2px;
}

.social-sector-talk-with-expert::-webkit-scrollbar-thumb:vertical:hover,
.social-sector-talk-with-expert::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #0077FF;
}


.social-sector-container-talk-with-expert {

    width: 100%;
    margin-top: 12px;

}

.social-sector-container-talk-with-expert>.flex-column-social {
    display: flex;
    flex-direction: column;
    margin: 15px 50px;
}

.social-sector-container-talk-with-expert label {
    font-family: 'Inter';
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
    color: #444;
    width: 100%;
    letter-spacing: 0.004em;
    margin-bottom: 6px;
    height: inherit;
}

.social-sector-container-talk-with-expert .flex-column-social {

    margin: 0px;
}

.error-talk-expert-social-sector {
    font-size: 10px !important;
    margin-left: 2px;
    font-weight: inherit !important;
    color: red;
    font-family: 'Open Sans' !important;
}

.talk-to-expert-input-box-social-sector {
    background: #FFFFFF;
    border: 0.686803px solid #DEDEDE;
    border-radius: 4px;
    height: 40px;
    color: #212121 !important;
    width: 100%;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 5px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
    -webkit-text-fill-color: black !important;
}


#your-query-talk-expert-social-sector {
    height: 100px;
    appearance: none;
    resize: none;
}

.talk-with-expert-submit-btn-social-sector {

    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 18px;

}

.talk-with-expert-submit-btn-social-sector>input {

    color: white !important;
    text-align: center;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    background-color: #48C5EF;
    border-radius: 5px;
    border: none;
    height: 50px;
    font-weight: 600;
    cursor: pointer;
    padding: 11px 25px;
    width: 80%;
}

.overlay-header-social-sector {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.20);
    backdrop-filter: blur(6px);
    z-index: 100;
    display: none;
}

.crossbtn-header-social-sector {
    position: absolute;
    top: 8px;
    cursor: pointer;
    right: 15px;
}

@media screen and (max-width: 767px) {
    .social-sector-form {
        height: 100%;
    }
}

@media screen and (max-width: 600px) {

    .social-sector-talk-with-expert {

        overflow-y: scroll;
        height: 38vh;
    }


    .social-sector-container-talk-with-expert .flex-column-social {
        margin: 0px !important;
    }

    .social-sector-container-talk-with-expert label {

        font-size: 12px;

    }

    .talk-to-expert-input-box-social-sector {
        height: 35px;
    }

    .talk-with-expert-submit-btn-social-sector {
        margin: 12px 15px;
        margin-top: 3px;
    }

    .talk-with-expert-submit-btn-social-sector a {

        font-size: 12px;
    }

    .social-sector-form>p {
        font-size: 14px;
        width: 90%;
    }

    .h3-heading {
        font-size: 20px;
        line-height: 1.4;
    }

    .talk-with-expert-submit-btn-social-sector>input {
        font-size: 14px;
        height: 40px;
    }

    #you-are-talk-expert-social-sector {
        font-size: 12px !important;
    }

    .video-container-hindi-left>iframe,
    .video-container-hindi-right>iframe {
        width: 100%;
        height: 100%;
        aspect-ratio: 16 / 9;
    }

    .video-container-hindi-left,
    .video-container-hindi-right {
        width: 100%;
        height: 50%;
    }

}


@media screen and (max-width: 500px) {
    .social-sector-form {
        max-width: 400px;
        min-width: 330px;
        width: 100%;
    }

    .social-sector-talk-with-expert {
        width: 85%;
    }
}