/* --------------------------------Hero section----------------------------- */

.hero-section-pal {
    margin-top: 100px;
}

.hero-section-pal-heading {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.hero-section-pal-heading>h1 {
    font-family: Poppins;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #212121;
    margin: auto;
    width: 100%;
}

.hero-section-pal-video {
    display: flex;
    width: 100%;
    height: 72vh;
    margin: auto;
    overflow: hidden;
    border-radius: 15px;
    margin-top: 36px;
}

.hero-section-pal-video>iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    border: 1px solid white;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* -----------------Empower Students-------- */

.empower-students {
    margin-top: 100px;
}

.empower-students-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: "Poppins";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.empower-students-card-container {

    display: flex;
    align-items: center;
    gap: 36px;
    margin-top: 40px;
}

.empower-students-image-container {
    width: 40%;
    display: flex;
    gap: 24px;
}

.empower-students-card-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.empower-students-card-row img {
    width: 100%;
    height: 100%;
}

.empower-students-text {
    width: 60%;
}

.empower-students-text p {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6;
    color: #575756;
    margin-top: 0;
}


.empower-students-text span {
    font-family: Inter;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    line-height: 1.2;
    color: #575756;
    margin-top: 24px;
}

.empower-students-text span a {
    color: #14B1E7;
    text-decoration: underline;
}


/* ------------PAL Learning States------------ */

.pal-learning-states {
    margin-top: 100px;
}

.pal-learning-states-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: "Poppins";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 95%;
    margin: auto;
}

.pal-learning-states-container {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 40px;
}

.pal-learning-states-card>img {
    width: 35%;
}

.pal-learning-states-card {
    border-radius: 12px;
    border: 1px solid #EFEFEF;
    padding: 16px;
    padding-top: 0;
    display: flex;
    align-items: center;
    flex-flow: column;
    width: calc(100%/3);
}

.pal-learning-states-card>h4 {
    color: #212121;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.8;
    margin: 0;
    text-align: center;
    margin: 14px 0;
}

.pal-learning-states-card>p {
    color: #212121;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    margin-top: 0;
}

@media screen and (max-width: 1280px) {
    .pal-learning-states-card>h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 992px) {
    .pal-learning-states-container {
        flex-direction: column;
    }

    .pal-learning-states-card {
        width: 100%;
    }

    .pal-learning-states-card>img {
        width: 10%;
    }

}

@media screen and (max-width: 767px) {
    .pal-learning-states-card>img {
        width: 20%;
    }
}

/* ----------iPrep PAL Solution-------- */

.pal-solution {
    margin-top: 100px;
}


.pal-solution-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: "Poppins";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pal-solution-subheading>p {
    color: #575756;
    text-align: center;
    font-family: "Inter";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}


.pal-solution-card-container {
    margin: 40px auto;
    border-radius: 12px;
    background: #F4FDFF;
    padding: 30px;
}

.pal-solution-row {
    display: flex;
    justify-content: space-between;
    gap: 36px;
    margin-top: 36px;
}

.pal-solution-card {
    padding: 24px;
    border-radius: 13px;
    border: 2px solid #EFEFEF;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pal-solution-card>h3 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
}

.pal-solution-card>p {
    color: #1BB1E7;
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 auto;
}

.short-row-card {
    width: calc(100% / 3);
}

.short-row {
    margin-top: 0;
}

.long-row-card {
    width: 50%;
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.button-container>a {
    color: #FFFFFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 8px;
    background: #14B1E7;
    cursor: pointer;
    padding: 20px 28px;
}


/* -------------Learning improve------------- */

.learning-improve {
    margin-top: 100px;
}

.historical-learning-gaps>h2 {
    color: #212121;
    text-align: center;
    font-family: "Poppins";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.historical-learning-gaps>p {
    color: #575756;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 166.667% */
}

.historical-learning-gaps>h4 {

    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.learning-improve-card-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    margin-top: 60px;
}

.learning-improve-card-container-mobile {
    display: none;
}

.learning-improve-card-content {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.learning-improve-card-icon {
    margin-top: 8px;
}

.learning-improve-card-text>h3 {
    color: #212121;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    margin: 0px;
}


.learning-improve-card-text>p {
    color: #575756;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 18px 0;
}

/* -------------PAL ideal choice--------------------- */

.pal-ideal-choice {
    margin-top: 100px;
}

.pal-ideal-choice-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: "Poppins";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}


.pal-ideal-choice-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
    margin-top: 50px;
    position: relative;
}

.pal-ideal-choice-container-mobile {
    display: none;
}

.pal-ideal-choice-image,
.pal-ideal-choice-list {
    width: 50%;
}

.pal-ideal-choice-list>ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 36px;

}

.pal-ideal-choice-list>ul>li {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    list-style: none;
    cursor: pointer;
}


.active-pal-ideal-choice-list>span {
    background: #1BB1E7;
    color: #FFFFFF;
    font-size: 18px;
    padding: 26px 12px;
    border: none;
    border-radius: 22px;

}

.active-pal-ideal-choice-list>p {
    font-weight: 700;
    color: #212121;
}




.pal-ideal-choice-list-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 0.84px solid #57575640;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #212121;
    z-index: 2;

}

.pal-ideal-choice-list-text {
    font-family: Inter;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4;
    color: #212121;
    margin: 0;
}

.pal-ideal-choice-list-line {
    /* border: 0.84px solid #57575640; */
    height: 75%;
    position: absolute;
    z-index: 1;
    left: 1.5%;
}


/* --Responsive code for pal ideal choice-- */

@media screen and (max-width: 1280px) {

    .pal-ideal-choice-list>ul {
        gap: 26px
    }

    .pal-ideal-choice-list-line {
        left: 1.8%;
    }
}

@media screen and (max-width: 1200px) {

    .pal-ideal-choice-list-line {
        height: 90%;
    }

    .pal-ideal-choice-image {
        margin: auto;
    }

    .pal-ideal-choice-image>img {
        width: 85%;
    }
}

@media screen and (max-width: 1150px) {
    .pal-ideal-choice-list-line {
        left: 2%;
    }


    .pal-ideal-choice-list-text {
        font-size: 18px;
    }

}

@media screen and (max-width: 1100px) {
    .enable-coach-app-list-line {
        height: 52%;
    }
}

@media screen and (max-width: 992px) {
    .active-pal-ideal-choice-list>p {
        font-size: 16px;
    }

    .pal-ideal-choice-list>ul>li {
        gap: 16px;
    }

    .pal-ideal-choice-container {
        display: none;
    }

    .pal-ideal-choice-container-mobile {
        display: block;
    }

    .pal-ideal-choice-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 20px;
    }

    .pal-ideal-choice-card-image>img {
        width: 100%;
    }

    .pal-ideal-choice-card-text>span {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #FFFFFF;
        border: 0.84px solid #57575640;
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Inter;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.4;
        color: #212121;
    }

    .pal-ideal-choice-card-text>p {
        font-family: Inter;
        font-weight: normal;
        font-size: 18px;
        line-height: 1.4;
        color: #212121;
        text-align: center;
        margin: 0;
    }

    .pal-ideal-choice-card-text {
        display: flex;
        align-items: center;
        gap: 14px;
        margin: 24px auto;
    }

    .remedial-learning-card-icon>svg {
        width: 14px;
        height: 18px;
    }

    .historical-learning-gaps>h4 {
        font-size: 24px;
    }

    .historical-learning-gaps>p {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .pal-ideal-choice-card-text>p {
        font-size: 16px;
    }

    .pal-ideal-choice-card-text {
        margin-bottom: 16px;
    }

}

/* ---------Rich and comprehensive content---------  */

.rich-comprehensive-content {
    margin-top: 100px;
}

.rich-comprehensive-content-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: "Poppins";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

/* -----------------------------Exhaustive repository---------------------------  */

.exhaustive-repository-box-unique p {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 24px;
    color: #575756;
    text-align: center;
}

.exhaustive-repository-slider-unique {
    width: 100%;
    overflow: hidden;
}

.exhaustive-repository-slider-wrapper-unique {
    position: relative;
    padding: 0 40px;
}

.exhaustive-repository-box-unique img {
    width: 100%;
    height: 100%;
    max-height: 560px;
    object-fit: contain;
    border-radius: 8px;
}

.exhaustive-repository-text-unique {
    display: flex;
    justify-content: center;
}

.exhaustive-repository-text-unique>p {
    color: #575756;
    text-align: center;
    font-family: "Inter";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Navigation buttons */

.exhaustive-repository-nav-prev-unique,
.exhaustive-repository-nav-next-unique {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.exhaustive-repository-nav-prev-unique {
    left: 0;
}

.exhaustive-repository-nav-next-unique {
    right: 0;
}

/* Pagination */

.exhaustive-repository-pagination-unique {
    text-align: center;
    margin-top: 20px;
}

.exhaustive-repository-pagination-unique .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #c9c9c9;
    opacity: 1;
    margin: 0 4px;
}

.exhaustive-repository-pagination-unique .swiper-pagination-bullet-active,
.swiper-pagination-bullet-active {
    background: #212121;
    width: 12px;
    border-radius: 4px;
}

.exhaustive-repository-unique {
    margin-top: 36px;
}


@media screen and (max-width: 600px) {
    .exhaustive-repository-box-unique p {
        font-size: 16px;
        font-weight: 500;
    }
}


/* ---------Remedial Learning--------- */

.remedial-learning {
    margin-top: 100px;
}


.remedial-learning-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: "Poppins";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}


.remedial-learning-card-container {
    display: flex;
    justify-content: space-between;
    gap: 36px;
    margin-top: 40px;
}

.remedial-learning-card {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #EFEFEF;
    background: #FFFFFF;
    width: 50%;
}

.remedial-learning-card-image {
    padding: 20px;
    border-radius: 12px;
    background: #F4FDFF;
}

.remedial-learning-card-icon-text {
    display: flex;
    gap: 20px;
    margin-top: 28px;
}

.remedial-learning-card-text p {
    color: #212121;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

/* -------------Monitoring & Reporting------------- */

.monitoring-reporting {
    margin-top: 100px;
}


.monitoring-reporting-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: "Poppins";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.monitoring-reporting-container {
    display: flex;
    gap: 36px;
    align-items: center;
    justify-content: space-between;
    margin-top: 48px;
}

.monitoring-reporting-card-image {
    width: 50%;
}

.monitoring-reporting-card-text {
    width: 50%;
}

.monitoring-reporting-card-text>p {
    color: #575756;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

/* --------Coach app */

.enable-coach-app {
    margin-top: 100px;
}


.enable-coach-app-list-line {
    height: 41%;
}

/* ------------Program Management------------ */


.digital-program {
    margin-top: 80px;
}

.digital-library-program-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: auto;
    width: 90%;
}


.project-management-boxes {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 60px 0;
}

.project-management-box {
    display: flex;
    flex: 1;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
}


.project-management-icon-container {
    width: 15%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.project-management-content {
    padding: 12px;
    display: flex;
    align-items: center;
}

.project-management-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #212121;
    margin: 0;
}

.project-management-summary {
    background-color: #F4FDFF;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    width: 95%;
    margin: 0 auto;
}

.project-management-summary-text {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #212121;
    margin: 0;
}


/* -----------------------------------------------------------Improve Learning------------------------------- */

.blog-section {
    margin-top: 120px;
}

.blog-section-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog-section-container {
    display: flex;
    justify-content: space-between;
    gap: 36px;
    margin-top: 56px;
}

.blog-section-card {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 14px;
    border-radius: 20.4px;
    justify-content: space-between;
    border: 1px solid #DEDEDE;
    width: calc(100%/3);
    padding-bottom: 20px;
    height: fit-content;
}

.blog-section-card>img {
    width: auto;
    height: auto;
    margin: auto;
}

.blog-section-card>p {
    color: #575756;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    margin-top: 36px;
    min-height: 160px;
}

.blog-section-button>a {
    color: #1BB1E7;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    gap: 14px;
    justify-content: start;
    align-items: center;
    margin-top: 24px;
}


.blog-section-button>a>svg {
    width: 18px;
    height: 14px;
}

/* --------------------------------------Frequently Asked Questions-------------------------------------- */

.faq-heading {
    margin-top: 80px;
}

.faq-heading>h2 {

    color: #212121;

    text-align: center;

    font-family: Poppins;

    font-size: 48px;

    font-style: normal;

    font-weight: 400;

    line-height: 76px;

}


.faq-container-selector>ul {
    display: flex;
    justify-content: start;
    gap: 16px;
    padding: 0;
    margin: 0;
}


.faq-container-selector>ul>li {
    color: #212121;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 26px;
    border: 1px solid rgba(87, 87, 86, 0.25);
    padding: 8px 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}


.faq-card-active {
    background-color: #212121 !important;
    color: #ffffff !important;
    transition: 0.3s ease-in;

}

.faq-container {
    margin-bottom: 55px;
    padding: 31px 80px;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 12px 12px 10px 0px #EFF9FF;
    border: 1px solid #DEDEDE;
    border-top: none;
    border-left: none;
    padding-left: 24px;
}

.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: 1.4;

    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;

}

.accordion .accordion-content {

    opacity: 0;

    max-height: 0;

    overflow: hidden;

    transition: max-height ease, opacity ease;

}

.accordion .accordion-content p {

    font-size: 20px;
    margin-top: 0;
    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;

}


@media screen and (max-width: 1280px) {

    .faq-heading,
    .empower-students,
    .pal-learning-states,
    .learning-improve,
    .rich-comprehensive-content,
    .remedial-learning,
    .digital-program,
    .monitoring-reporting,
    .enable-coach-app,
    .pal-ideal-choice,
    .pal-solution {
        margin-top: 64px;
    }

    .pal-solution-card>h3 {
        font-size: 18px;
    }

    .pal-solution-card> {
        padding: 16px 12px;
    }

    .pal-solution-card>p {
        font-size: 32px;
    }

    .learning-ecosystem-slide h2 {
        font-size: 20px;
    }



}


@media screen and (max-width: 1200px) {

    .faq-heading>h2,
    .empower-students-heading>h2,
    .pal-learning-states-heading>h2,
    .pal-solution-heading>h2,
    .historical-learning-gaps>h2,
    .rich-comprehensive-content-heading>h2,
    .remedial-learning-heading>h2,
    .monitoring-reporting-heading>h2,
    .digital-library-program-heading>h2,
    .pal-ideal-choice-heading>h2,
    .blog-section-heading>h2 {

        font-size: 42px;
        width: 100%;
    }


    .empower-students-text p,
    .pal-solution-subheading>p {
        font-size: 20px;
        line-height: 1.4;
        margin-top: 0;
    }

    .empower-students-text span {
        font-size: 14px;
    }

    .learning-improve-card-text>h3 {
        font-size: 24px;
    }

    .learning-improve-card-text>p {
        font-size: 20px;
        margin: 8px 0;
    }

    .learning-improve-card-icon {
        margin-top: 4px;
    }


}

@media screen and (max-width: 1150px) {

    .blog-section-container {
        gap: 16px
    }

    .blog-section-card>p {
        font-size: 16px;
    }

    .blog-section-button>a {
        font-size: 16px;
    }

    .blog-section-card>p {
        min-height: auto;
        height: auto;
        margin-top: 24px;
    }

    .project-management-text {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 1100px) {
    .hero-section-pal-heading>h1 {
        font-size: 44px;
        line-height: 1.4;
    }

    .button-container>a {
        height: 100%;
        padding: 14px 30px;
        font-size: 16px;
    }

    .blog-section-card>img {
        margin: auto;
        margin-bottom: 0;
        margin-top: 0;
    }

    .project-management-icon-container {
        width: 18%;
    }

    .project-management-summary {
        padding: 24px 16px;
    }

    .project-management-summary-text {
        font-size: 20px;
        line-height: 1.4;
    }

    .pal-solution-row {
        gap: 16px;
    }

    .remedial-learning-card-text p {
        font-size: 24px;
    }

    .remedial-learning-card-icon>svg {
        width: 18px;
    }

    .remedial-learning-card-icon-text {
        margin-top: 18px;
    }

    .monitoring-reporting-card-text>p {
        font-size: 20px;
    }

    .learning-improve-card-text>h3 {
        font-size: 22px;
    }

    .learning-improve-card-text>p {
        font-size: 16px;
    }

    .learning-improve-card-icon>svg {
        height: 26px;
    }

    .learning-improve-card-container {
        gap: 20px;
    }

    .learning-improve-card-content {
        gap: 18px;
    }
}

@media screen and (max-width: 992px) {

    .faq-heading,
    .empower-students,
    .pal-learning-states,
    .pal-solution,
    .learning-improve,
    .rich-comprehensive-content,
    .digital-program,
    .enable-coach-app,
    .pal-ideal-choice,
    .remedial-learning,
    .monitoring-reporting,
    .blog-section {
        margin-top: 50px;
    }

    .hero-section-pal-heading>h1 {
        font-size: 36px;
    }

    .hero-section-pal-video {
        height: 600px;
        border-radius: 8px;
    }

    .faq-heading>h2,
    .empower-students-heading>h2,
    .pal-learning-states-heading>h2,
    .pal-solution-heading>h2,
    .historical-learning-gaps>h2,
    .rich-comprehensive-content-heading>h2,
    .remedial-learning-heading>h2,
    .monitoring-reporting-heading>h2,
    .digital-library-program-heading>h2,
    .pal-ideal-choice-heading>h2,
    .blog-section-heading>h2 {
        font-size: 32px;
    }


    .blog-section-card>p {
        font-size: 14px;
    }

    .blog-section-button>a {
        font-size: 14px;
    }

    .blog-section-card {
        border-radius: 5px;
    }

    .empower-students-text p,
    .pal-solution-subheading>p {
        font-size: 16px
    }

    .empower-students-image-container {
        width: 50%;
    }

    .pal-solution-card>h3 {
        font-size: 16px;
    }

    .remedial-learning-card-text p {
        font-size: 20px;
    }

    .remedial-learning-card-image {
        padding: 12px;
    }

    .remedial-learning-card {
        padding: 18px;
    }

    .remedial-learning-card-container {
        gap: 18px;
    }

    .learning-improve-card-text>h3 {
        font-size: 20px;
    }

    .pal-learning-states-slide {
        margin-top: 48px;
    }


}



@media screen and (max-width: 900px) {
    .project-management-boxes {
        flex-direction: column;
    }

    .project-management-icon-container {
        width: fit-content;
    }

    .project-management-summary-text {
        font-size: 18px;
    }

    .monitoring-reporting-card-text>p {
        font-size: 18px;
    }

    .img-text>img {
        width: 50px;
        height: 50px;
    }

    .learning-ecosystem-slide h2 {
        font-size: 24px;
    }

    .learning-ecosystem-slide p {
        font-size: 20px;
    }

}


@media screen and (max-width: 768px) {

    .hero-section-pal-heading>h1 {
        font-size: 32px;

    }


    .hero-section-pal-video>iframe {
        aspect-ratio: 16 / 9;
        width: 100% !important;
        overflow: hidden;
    }

    .faq-heading>h2,
    .empower-students-heading>h2,
    .pal-learning-states-heading>h2,
    .pal-solution-heading>h2,
    .historical-learning-gaps>h2,
    .rich-comprehensive-content-heading>h2,
    .remedial-learning-heading>h2,
    .monitoring-reporting-heading>h2,
    .digital-library-program-heading>h2,
    .pal-ideal-choice-heading>h2,
    .blog-section-heading>h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .hero-section-pal-video {
        width: 100%;
        height: 100%;
    }


    .button-container>a {
        font-size: 14px;
        border-radius: 5px;
        padding: 14px 25px;
    }

    .faq-container {
        border: none;
        padding: 0 24px;
        border-radius: 12px;
    }


    .blog-section-container {
        flex-direction: column;
    }

    .blog-section-card {
        width: 100%;
    }


    .accordion-title {
        font-size: 18px;
        line-height: 1.4;
        width: 90%;
    }

    .accordion .accordion-content p {
        font-size: 16px;
        line-height: 1.2;
    }


    .project-management-boxes {
        margin: 30px auto;
    }


    .project-management-summary {
        font-size: 16px;
    }

    .project-management-summary-text {
        font-size: 16px;
    }

    .empower-students-card-container {
        flex-direction: column;
        gap: 24px;
    }

    .empower-students-image-container,
    .empower-students-text {
        width: 100%;
    }

    .empower-students-card-row {
        width: 100%;
    }

    .empower-students-image-container,
    .empower-students-card-row {
        gap: 10px;
    }

    .pal-solution-card>p {
        font-size: 28px;
    }

    .pal-solution-row {
        flex-direction: column;
        margin-top: 16px;
    }

    .short-row-card,
    .long-row-card {
        width: 100%;
    }

    .pal-solution-card {
        flex-direction: column-reverse;
        padding: 16px 20px;
    }

    .pal-solution-card-container {
        margin: 24px auto;
    }

    .remedial-learning-card-container {
        flex-direction: column;
    }

    .remedial-learning-card {
        width: 100%;
    }

    .exhaustive-repository-nav-prev-unique>svg,
    .exhaustive-repository-nav-next-unique>svg {
        width: 40px;
        height: 40px;
    }

    .faq-container-selector>ul>li {
        font-size: 14px;
    }

    .faq-container-selector {
        margin-bottom: 24px;
    }

    .monitoring-reporting-container {
        flex-direction: column;
        gap: 24px;
    }

    .monitoring-reporting-card-text>p {
        font-size: 16px;
    }

    .monitoring-reporting-card-image,
    .monitoring-reporting-card-text {
        width: 100%;
    }

     .historical-learning-gaps>h4 {
        font-size: 18px;
    }

    .historical-learning-gaps>p {
        font-size: 16px;
    }
    /* Learning improve slide for mobile --->  */


    .learning-improve-card-container {
        display: none;
    }


    .learning-improve-card-container-mobile {
        display: block;
        margin-top: 48px;
    }


    .swiper-pagination {
        position: relative !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 0px !important;
        padding-top: 12px !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: 600px) {

    .faq-heading,
    .empower-students,
    .pal-solution,
    .learning-improve,
    .rich-comprehensive-content,
    .remedial-learning,
    .monitoring-reporting,
    .enable-coach-app,
    .pal-ideal-choice,
    .digital-program,
    .pal-learning-states {
        margin-top: 40px;
    }

    .hero-section-pal-heading>h1 {
        font-size: 28px;
    }

    .hero-section-pal-video iframe {
        border-radius: 5px;
    }


    .faq-heading>h2,
    .empower-students-heading>h2,
    .pal-learning-states-heading>h2,
    .pal-solution-heading>h2,
    .historical-learning-gaps>h2,
    .rich-comprehensive-content-heading>h2,
    .remedial-learning-heading>h2,
    .monitoring-reporting-heading>h2,
    .digital-library-program-heading>h2,
    .pal-ideal-choice-heading>h2,
    .blog-section-heading>h2 {
        font-size: 22px;
    }


    .blog-section-container {
        margin-top: 30px;
    }

    .remedial-learning-card-icon-text {
        align-items: start;
        gap: 12px;
    }

    .remedial-learning-card-text p {
        font-size: 16px;
    }


    .learning-ecosystem-slide {
        height: 270px;
    }

    .exhaustive-repository-nav-prev-unique>svg,
    .exhaustive-repository-nav-next-unique>svg {
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 500px) {
    .learning-ecosystem-slide h2 {
        font-size: 20px;
    }

    .learning-ecosystem-slide p {
        font-size: 16px;
    }

    .learning-ecosystem-slide {
        height: 240px;
        padding: 18px;
    }
}