.app-content {
    width: 100%;
    margin-top: 77px;
}

.slick-dots li button:before {
    font-size: 16px !important;
    color: var(--primary-color);
}

.content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.content_text h2 {
    color: var(--primary-color);
    font-family: var(--second-font-family);
    font-size: 28px;
    font-weight: 300;
    line-height: 149.857%;
    margin-bottom: 0px;
}

.content_text h2 span {
    font-weight: var(--bold--font-weight);
}


@media (max-width: 900px) {
    .content {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }
}

@media (max-width: 500px) {
    .content_text h2 {
        font-size: 22px;
    }

    .app-content {
        margin-top: 76px;
    }
}

/* website pop up section start */
.website_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    font-family: var(----normal-font-family);
    z-index: 9999999;
}

.showing_popup {
    background: url(../assets/home/popupbg.png) no-repeat center center;
    background-size: cover; /* or use 'contain' if you want full image visible */
    display: inline-flex;
    padding: 94px 48px 80px 78px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    max-width: 1045px;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 60%;
    transition: all 0.5s;
}


.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--seconder-color);
    color: white;
    border: none;
    padding: 0px 8px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 24px;
}

.website_popup .alpha_admission {
    display: flex;
    align-items: start;
    gap: 35px;
}

.website_popup .alpha_admission img {
    width: 100%;
    height: auto;
    max-width: 439px;
}

.website_popup .alpha_admission .content_area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.website_popup .alpha_admission .content_area h1 {
    color: #144474;
    font-family: var(--second-font-family);
    font-size: 36px;
    font-weight: 600;
    line-height: 131.595%;
    letter-spacing: -0.72px;
}

.website_popup .alpha_admission .content_area h1 span {
    color: var(--primary-color);
}

.website_popup .alpha_admission .content_area p {
    color: #636978;
    font-family: var(--second-font-family);
    font-size: var(--normal-font-size);
    font-weight: 500;
    line-height: 153%;
    letter-spacing: -0.32px;
}

.website_popup .alpha_admission .content_area h3 {
    color: var(--seconder-color);
    text-align: justify;
    font-size: 18px;
    font-weight: var(--bold--font-weight);
}

.website_popup .alpha_admission .content_area .conntent_website {
    display: flex;
    align-items: center;
    gap: 19px;
}

.website_popup .alpha_admission .content_area .conntent_website span {
    display: flex;
    padding: 8.038px 16.076px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    font-family: var(--second-font-family);
    width: 209px;
}

.website_popup .alpha_admission .content_area .conntent_website span a {
    color: var(--white);
    font-size: var(--normal-font-size);
    font-weight: 600;
}



@media (max-width: 768px) {
    .website_popup {
        padding: 20px;
    }

    .website_popup .alpha_admission img {
        width: 50%;
    }

    .website_popup .alpha_admission {
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 500px) {
    .website_popup .alpha_admission .content_area h1 {
        font-size: 16px;
    }

    .website_popup .alpha_admission .content_area p {
        font-size: 14px;
    }

    .website_popup .alpha_admission .content_area h3 {
        font-size: 16px;
    }

    .website_popup .alpha_admission .content_area {
        gap: 8px;
    }

    .showing_popup {
        top: 50%;
        transform: translate(-50%, -40%);
    }
}

/* website pop up section end */

/* school annoucements heading */
.school_announcements {
    display: flex;
    padding: 13px 12px 12px 24px;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    background: var(--seconder-color);
    box-shadow: 0px 4px 8px 0px rgba(79, 94, 113, 0.1),
        0px 2px 4px 0px rgba(79, 94, 113, 0.11),
        0px 0px 2px 0px rgba(79, 94, 113, 0.12);
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.fixed-text {
    font-weight: bold;
    color: white;
    z-index: 1;
    font-family: var(--second-font-family);
}

.scrolling-container {
    width: 100%;
    overflow: hidden;
}

.scrolling-text div {
    display: flex !important;
    color: var(--white);
    gap: 20px;
}

.scrolling-text {
    display: flex;
    white-space: nowrap;
    gap: 20px;
}

.scrolling-text marquee {
    display: flex;
    gap: 6px;
    align-items: center;
    color: var(--white);
    font-family: var(--second-font-family);
}

.scrolling-container p:hover {
    color: var(--seconder-color);
}

@media (max-width: 1080px) {
    .school_announcements {
        top: 76px;
    }
}



@media (max-width: 500px) {
    .school_announcements {
        padding: 10px;
        font-size: 14px;
        /* top: 164px; */
    }

    .scrolling-text div {
        gap: 8px;
    }
}



/* school announcements heading */

/* home first section start */
.home_banner_section {
    width: 100%;
}

.scrolling_banner img {
    width: 100%;
    height: auto;
    margin-top: 50px;
}


.home_banner_section .banner_info {
    position: absolute;
    bottom: 58px;
    left: 77px;
}

.home_banner_section .scrolling_banner {
    position: relative;
}

.home_banner_section .banner_info h4 {
    color: var(--white);
    font-family: var(--second-font-family);
    font-size: var(--m-heading-size);
    font-weight: 500;
    line-height: 149.857%;
    margin-bottom: 2px;
}

.home_banner_section .banner_info h1 {
    color: var(--white);
    font-family: var(--second-font-family);
    font-size: 48px;
    font-weight: var(--bold--font-weight);
    line-height: 149.857%;
    margin-bottom: 2px;
}

.home_banner_section .banner_info h5 {
    color: #FFF;
    font-family: var(--normal-font-family);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
}

.home_banner_section .sec_banner_info {
    position: absolute;
    left: 68px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 40%;
}


.home_banner_section .sec_banner_info h1 {
    color: #C83100;
    font-family: var(--second-font-family);
    font-size: var(--banner-heading);
    font-weight: var(--bold--font-weight);
    line-height: 140.685%;
    max-width: 416px;
}

.home_banner_section .sec_banner_info h4 {
    color: var(--primary-color);
    font-family: var(--second-font-family);
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
}

.home_banner_section .sec_banner_info h5 {
    color: var(--primary-color);
    font-family: var(--normal-font-family);
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 24px;
}

@media (max-width: 1200px) {
    .home_banner_section .banner_info {
        position: absolute;
        bottom: 24px;
        left: 58px;
    }

    .home_banner_section .banner_info h5 {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .home_banner_section .banner_info h1 {
        font-size: 32px;
        margin-bottom: 0px;
    }

    .home_banner_section .banner_info h4 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .home_banner_section .sec_banner_info h1 {
        font-size: 32px;
    }

    .home_banner_section .sec_banner_info h4 {
        font-size: 16px;
    }

    .home_banner_section .sec_banner_info h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .home_banner_section .sec_banner_info h1 {
        font-size: 24px;
    }

    .home_banner_section .sec_banner_info h4 {
        font-size: 14px;
    }

    .home_banner_section .sec_banner_info {
        left: 54px;
    }

    .home_banner_section .sec_banner_info h5 {
        font-size: 14px;
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .home_banner_section .sec_banner_info {
        left: 28px;
        gap: 4px;
        max-width: 48%;
    }

    .home_banner_section .sec_banner_info h4 {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .home_banner_section .sec_banner_info h1 {
        font-size: 18px;
    }

    .home_banner_section .sec_banner_info h5 {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .home_banner_section .app-enroll-button,
    .home_banner_section .app-erp-button {
        display: flex;
        height: auto;
        padding: 4px 20px;
        font-size: 14px;
        width: max-content;
    }

    .home_banner_section .banner_info {
        position: absolute;
        bottom: 6px;
        left: 30px;
    }

    .home_banner_section .banner_info h5 {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .home_banner_section .banner_info h1 {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .home_banner_section .sec_banner_info {
        left: 18px;
        gap: 0px;
    }

    .home_banner_section .sec_banner_info h4 {
        font-size: 8px;
        font-weight: 500;
    }

    .home_banner_section .sec_banner_info h1 {
        font-size: 14px;
    }

    .home_banner_section .sec_banner_info h5 {
        font-size: 8px;
    }

    .home_banner_section .app-enroll-button,
    .home_banner_section .app-erp-button {
        padding: 2px 12px;
        font-size: 10px;
        width: max-content;
    }

    .home_banner_section .banner_info {
        left: 20px;
    }

    .home_banner_section .banner_info h1 {
        font-size: 16px;
    }

    .home_banner_section .banner_info h4 {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .scrolling_banner img {
        margin: 0;
        height: 200px;
    }
}

/* home first section end */

/* home about us section start */


.home_about_section {
    padding: 49px 0 80px 0;
}

.home_about_section .content_text {
    max-width: 652px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.home_about_section .content_img img,
.home_about_section .content_img {
    width: 100%;
    height: auto;
    max-width: 551px;
}

.home_about_section .content_text p {
    color: #202020;
    font-family: var(--second-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 136%;
    margin-bottom: 45px;
    margin-top: 20px;
}

@media (max-width: 900px) {
    .home_about_section .content_text {
        max-width: 100%;
    }

    .home_about_section .content_text {
        order: 1;
    }

    .home_about_section .content_img {
        order: 2;
    }
}

@media (max-width: 500px) {
    .home_about_section .content_text p {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .home_about_section .content_text h2 {
        font-size: 22px;
    }

    .home_about_section {
        padding: 12px 0 44px 0;
    }
}


/* home about us section end */
/* our_team section start */
.our_team {
    background: #F1F1F1;
    padding: 83px 0 00px 0;
}

.school_facilities {
    background: #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%);
    padding: 34px 0 50px 0;
}

.school_facilities .pre-container {
    padding-bottom: 100px;
}

.our_team .team_box {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    border-radius: 12px;
    background: #FFF;
    width: 100%;
    max-width: 390px;
}

.our_team .team_box_container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 36px 0 50px 0;
}

.our_team .team_box img {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}

.our_team .team_box h2 {
    position: relative;
}

.our_team .team_box h2::before {
    content: "";
    position: absolute;
    top: -13px;
    left: 0;
    width: 74px;
    border-bottom: 2px solid #1A64AD;
}

.our_team .team_box .team_info h2 {
    color: var(--black);
    font-family: var(--second-font-family);
    font-size: 20px;
    font-weight: 600;
    line-height: 144%;
    letter-spacing: 0.317px;
    margin-bottom: 4px;
}

.our_team .team_box .team_info h6 {
    color: #C83100;
    font-family: var(--second-font-family);
    font-size: 12px;
    font-weight: 500;
    line-height: 156.5%;
    letter-spacing: 0.24px;
}

.bg_design {
    background-image: url(../assets/home/tear.png);
    height: 150px;
    position: relative;
    z-index: 0;
}

@media (max-width: 1024px) {
    .our_team .team_box_container {
        display: flex;
        justify-content: space-between;
        gap: 14px;
    }

    .our_team .team_box .team_info h2 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .our_team .team_box_container {
        flex-direction: column;
        align-items: center;
    }

}

@media (max-width: 500px) {
    .our_team {
        padding: 50px 0 00px 0;
    }

    .our_team .team_box_container {
        padding-bottom: 30px;
    }

    .school_facilities .pre-container {
        padding-bottom: 0;
    }

    .school_facilities {
        padding-bottom: 20px;
    }

}

/* our_team section ends */
/* our facility section start */
.school_facilities .facility-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.school_facilities .facility-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
}


.school_facilities .img1 {
    grid-row: span 2;
    grid-column: span 1;
    height: 461px !important;
}

.school_facilities .img2 {
    grid-column: span 1;
    height: 190px !important;
}

.school_facilities .img3 {
    grid-column: span 1;
    height: 190px !important;
}

.school_facilities .img4 {
    grid-row: span 1;
    height: 190px !important;
    margin-top: 60px;
}

.school_facilities .img5 {
    grid-row: span 1;
    height: 253px !important;
}

.school_facilities .img6 {
    grid-column: span 1;
    height: 253px !important;
}

.school_facilities .img7 {
    grid-row: span 1;
    height: 253px !important;
}

.school_facilities .content_text {
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    .school_facilities .facility-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .school_facilities .img4 {
        margin: 0;
    }

    .school_facilities .img1 {
        height: 414px !important;
    }

    .school_facilities .img7,
    .school_facilities .img5,
    .school_facilities .img4,
    .school_facilities .img3,
    .school_facilities .img6 {
        height: 200px !important;
    }
}


/* our facility section end */
/* What Sets Us Apart section */
.why_join {
    background: #F1F1F1;
    box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.02),
        0 41.778px 33.422px 0 rgba(0, 0, 0, 0.01),
        0 22.336px 17.869px 0 rgba(0, 0, 0, 0.01),
        0 12.522px 10.017px 0 rgba(0, 0, 0, 0.01),
        0 6.65px 5.32px 0 rgba(0, 0, 0, 0.01),
        0 2.767px 2.214px 0 rgba(0, 0, 0, 0.01);
    width: 100%;
    padding: 93px 0 86px 0;
    margin-top: -75px;
}



.why_join .content_text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: start;
}

.why_join .content_text h2,
.our_facilities .content_heading h2 {
    color: var(--primary-color);
    font-family: var(--heading-font-family);
    font-size: var(--heading-size);
}

.why_join .content_box {
    max-width: 303px;
    height: 267px;
    border-radius: 8px;
    background: #fff;
    width: 100%;
    padding: 116px 24px 38px 23px !important;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: none !important;
}

.why_join .content_box:hover {
    transform: translateY(-35px);
    border: 1px solid var(--primary-blue);
}



.why_join .content_box h4 {
    color: var(--primary-blue);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}

.why_join .content_box p {
    color: #000;
    text-align: center;
    font-size: var(--normal-font-size);
    font-weight: var(--light-font-weight);
}


.why_join .content_box .content_icon {
    position: absolute;
    width: 98px;
    height: 98px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid var(--primary-blue);
    box-shadow: 0 102.443px 81.955px 0 rgba(0, 0, 0, 0.05), 0 42.798px 34.239px 0 rgba(0, 0, 0, 0.04), 0 22.882px 18.306px 0 rgba(0, 0, 0, 0.03), 0 12.827px 10.262px 0 rgba(0, 0, 0, 0.03), 0 6.813px 5.45px 0 rgba(0, 0, 0, 0.02), 0 2.835px 2.268px 0 rgba(0, 0, 0, 0.01);
}

.why_join .content_box .content_icon {
    border: 0;
    top: 28px;
}

.why_join .content_box:hover h4 {
    color: var(--primary-red);
}

.why_join .content_box .content_icon img {
    height: auto;
    width: auto;
    filter: brightness(0) saturate(100%) invert(20%) sepia(28%) saturate(4124%) hue-rotate(187deg) brightness(96%) contrast(95%);
}

.why_join .content_box:hover .content_icon img {
    filter: none;
}

.why_join .content_box:hover .content_icon {
    background-color: var(--white) !important;
    border: none !important;
}

.why_join .content_box:hover .content_icon {
    background-color: var(--primary-red);
    border: 1px solid var(--primary-red);
}

.why_join .content_box .content_icon img {
    height: auto;
    width: auto;
    filter: none;
}

.why_join .why_join_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 80px;
    gap: 36px;
}

@media (max-width: 1440px) {
    .why_join .why_join_container {
        gap: 15px;
    }
}

@media (max-width: 1220px) {
    .why_join .content_box {
        height: 286px;
    }
}

@media (max-width: 1024px) {
    .why_join .why_join_container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        place-items: center;
        gap: 80px 20px;
        padding-top: 60px;
    }

    .why_join .content_box {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }
}

@media (max-width: 650px) {
    .why_join .content_box {
        padding-top: 100px;
        height: 100%;
    }
}

@media (max-width: 500px) {
    .why_join .why_join_container {
        display: flex;
        flex-direction: column;
        gap: 70px;
    }

    .why_join {
        padding: 78px 0 40px 0;
    }

    .why_join .content_box {
        height: auto;
        padding: 100px 20px 20px 20px !important;
    }

    .why_join .why_join_container {
        padding-top: 50px;
    }

    .why_join .content_box {
        padding-top: 68px;
        height: 100%;
    }

    .why_join .content_text h2,
    .our_facilities .content_heading h2 {
        font-size: 22px;
    }
}

/* What Sets Us Apart section */
/* all page hero section start */
.page_hero_section {
    width: 100%;
    height: calc(540px - 87px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: end;
    z-index: -1;
    padding-bottom: 60px;
    padding-left: 90px;
}

.page_hero_text p {
    color: var(--white);
    font-family: var(--second-font-family);
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.72px;
    opacity: 0;
    transform: translateX(-100%);
    animation: slideIn 1s forwards;
}

.page_hero_text {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-left: 6px solid var(--white);
    overflow: hidden;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 900px) {
    .page_hero_text p {
        font-size: 28px;
    }
}

@media (max-width: 500px) {
    .page_hero_text p {
        font-size: 24px;
    }

    .page_hero_text {
        border-left: 2px solid var(--white);
    }

    .page_hero_section {
        padding-bottom: 20px;
        padding-left: 40px;
        height: calc(280px - 87px);
    }
}

/* all page hero section end */
.anns_info {
    padding: 80px 0 120px 0;
}

.anns_info .content_text {
    max-width: 710px;
    width: 100%;
}

.anns_info .content_img img {
    height: auto;
    width: 100%;
    max-width: 490px;
}

.anns_info .content_text p {
    color: #202020;
    font-family: var(--heading-font-family);
    font-size: var(--normal-font-size);
    font-weight: 400;
    line-height: 157%;
}

@media (max-width: 900px) {
    .anns_info .content_text {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .anns_info {
        padding: 50px 0 50px 0;
    }

}

/* school_activity section start */
.school_activity {
    padding: 20px 0 60px 0;
}

.school_activity .pre-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.school_activity .activity_images {
    width: calc(33.33% - 10px);
    overflow: hidden;
    border-radius: 30px;
}

.school_activity .pre-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: transform 0.5s ease-in-out;
    object-fit: cover;
}

@media (max-width: 900px) {
    .school_activity .pre-container {
        justify-content: center;
        flex-wrap: wrap;
    }

    .school_activity .activity_images {
        width: 48%;
    }
}

@media (max-width: 500px) {
    .school_activity .activity_images {
        width: 100%;
    }
}


/* school_activity section start */
.aim_vision .pre-container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 60px;
}

.aim_vision .aim_box,
.aim_vision .vision_box {
    max-width: 627px;
    min-height: 309px;
    height: -webkit-fill-available;
    border-radius: 16px;
    width: 100%;
    padding: 106px 32px 37.741px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: none !important;
}

.aim_vision .aim_box .content_icon,
.aim_vision .vision_box .content_icon {
    position: absolute;
    width: 154px;
    height: 154px;
    padding: 26px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 6%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid var(--primary-blue);
    box-shadow: 0 102.443px 81.955px 0 rgba(0, 0, 0, 0.05), 0 42.798px 34.239px 0 rgba(0, 0, 0, 0.04), 0 22.882px 18.306px 0 rgba(0, 0, 0, 0.03), 0 12.827px 10.262px 0 rgba(0, 0, 0, 0.03), 0 6.813px 5.45px 0 rgba(0, 0, 0, 0.02), 0 2.835px 2.268px 0 rgba(0, 0, 0, 0.01);
}

.aim_vision .aim_box {
    background: rgba(255, 226, 226, 0.58);
}

.aim_vision .vision_box {
    background: rgba(255, 222, 239, 0.58);
}

.aim_vision h4 {
    color: var(--black);
    font-family: var(--second-font-family);
    font-size: var(--m-heading-size);
    font-weight: 600;
    line-height: 135%;
}

.aim_vision p {
    color: var(--black);
    font-family: var(--second-font-family);
    font-size: var(--normal-font-size);
    font-weight: 400;
    line-height: 146%;
}

@media (max-width: 500px) {
    .aim_vision .pre-container {
        flex-direction: column;
    }

    .aim_vision .aim_box .content_icon,
    .aim_vision .vision_box .content_icon {
        position: absolute;
        width: 90px;
        height: 90px;
        padding: 12px;
        top: 0;
    }

    .aim_vision img {
        width: 100%;
        height: auto;
    }

    .aim_vision .aim_box,
    .aim_vision .vision_box {
        padding: 66px 32px 37.741px 32px;
    }

    .aim_vision p {
        font-size: 14px;
    }

    .aim_vision h4 {
        font-size: 18px;
    }

    .aim_vision .pre-container {
        gap: 60px;
    }
}

.principal_intro {
    background: #F1F1F1;
    padding-top: 70px;
}

.principal_intro h3,
.school_intro h3,
.silvio_intro h3 {
    color: var(--primary-color);
    font-family: var(--second-font-family);
    font-size: 28px;
    font-weight: 300;
    line-height: 149.857%;
}

.principal_intro h3 span,
.school_intro h3 span,
.silvio_intro h3 span {
    font-weight: 600;
}

.principal_intro .content_text {
    max-width: 710px;
}



.principal_intro h4 {
    color: var(--primary-color);
    font-family: var(--second-font-family);
    font-size: var(--normal-font-size);
    font-weight: 500;
    line-height: 156.5%;
    letter-spacing: 0.32px;
    position: relative;
    margin-top: 28px;
}

.principal_intro h4::before {
    content: "";
    position: absolute;
    top: -13px;
    left: 0;
    width: 74px;
    border-bottom: 2px solid #1A64AD;
}

.principal_intro h5 {
    color: #C83100;
    font-family: var(--second-font-family);
    font-size: 12px;
    font-weight: 500;
    line-height: 156.5%;
    letter-spacing: 0.24px;
}

.school_intro p span {
    color: #C83100;
    font-weight: 600;
}

.school_intro p {
    margin-top: 30px;
    margin-bottom: 96px;
}

.school_intro .content_img img {
    width: 100%;
    height: auto;
}

.school_intro {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%);
    padding: 30px 0 90px 0;
}

.silvio_intro {
    background: #F1F1F1;
    box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.02),
        0 41.778px 33.422px 0 rgba(0, 0, 0, 0.01),
        0 22.336px 17.869px 0 rgba(0, 0, 0, 0.01),
        0 12.522px 10.017px 0 rgba(0, 0, 0, 0.01),
        0 6.65px 5.32px 0 rgba(0, 0, 0, 0.01),
        0 2.767px 2.214px 0 rgba(0, 0, 0, 0.01);
    padding: 68px 0;
}

.silvio_intro .content {
    padding-top: 50px;
    gap: 64px;
}

.silvio_intro p {
    color: #202020;
    font-family: var(--second-font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}

.silvio_intro p span {
    color: #C83100;
}

@media (max-width: 768px) {
    .principal_intro .content_img img {
        width: 100%;
        height: auto;
        max-width: 501px;
    }

    .silvio_intro .content_img img {
        width: 100%;
        height: auto;
        max-width: 341px;
    }
}

@media (max-width: 500px) {

    .principal_intro h3,
    .school_intro h3,
    .silvio_intro h3 {
        font-size: 22px;
    }

    .principal_intro {
        padding-top: 40px;
    }

    .principal_intro p {
        font-size: 14px;
        margin-top: 20px;
    }

    .school_intro {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .school_intro p {
        margin-top: 20px;
        margin-bottom: 28px;
    }

    .silvio_intro p {
        font-size: 14px;
    }

    .silvio_intro .content {
        padding-top: 20px;
        gap: 28px;
    }

    .silvio_intro {
        padding: 40px 0;
    }
}

/* table view :start */
table {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border-collapse: collapse;
}

table thead {
    background: #144474;
}

table td,
table th {
    padding: 8px 43px;
    color: #333;
    font-family: var(--second-font-family);
    font-size: var(--normal-font-size);
    font-weight: 400;
    line-height: 150%;
    border: 1px solid #918e8e;
}

table th {
    color: var(--white);
}

table tbody tr:nth-child(even) {
    background: #F3F3F3;
}

.schedule_heading h6 {
    background: linear-gradient(90deg, rgba(195, 0, 0, 0.00) 0%, #C30000 54.33%, rgba(195, 0, 0, 0.00) 100%);
    max-width: 387px;
    height: 3px;
    width: 100%;
}

.schedule_heading h2 {
    color: var(--seconder-color);
    text-align: center;
    font-family: var(--second-font-family);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.schedule_heading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    gap: 8px;
    padding: 50px 0 20px 0;
}

.policy_text ul li {
    color: var(--black);
    font-family: var(--second-font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 16px;
}

.policy_text ul li span {
    font-weight: 600;
}

.gradient_heading .pre-container {
    background: linear-gradient(to right, #ffffff 0%, #ff0000 50%, #ffffff 100%);
    display: flex;
    padding: 8px 38px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 58px;
}

.gradient_heading p {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.215px;
    font-family: var(--second-font-family);
}

.careers_text {
    padding-top: 50px;
}

.careers_text h2 {
    color: var(--primary-color);
    font-family: var(--heading-font-family);
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.careers_text h2 span {
    font-weight: var(--bold--font-weight);
}

.careers_text .pre-container {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 768px) {

    table td,
    table th {
        padding: 8px 20px;
    }
}

@media (max-width: 500px) {

    table td,
    table th {
        font-size: 14px;
        padding: 8px;

    }

    .schedule_heading h2 {
        font-size: 18px;
    }

    .gradient_heading p {
        font-size: 18px;
    }

    .contactus_timimg .pre-container {
        padding: 40px 20px 0 20px !important;
    }

    .gradient_heading .pre-container {
        margin-top: 30px;
    }

    .policy_text ul li {
        font-size: 14px;
    }

    .careers_text h2 {
        font-size: 16px;
    }

    .careers_text {
        padding-top: 30px;
    }

}

/* table view :end */
.examination_table,
.policy_text,
.admission_student,
.view_facilities,
.school_activities,
.school_toppers,
.disclosure_table {
    padding: 50px 0;
}

.facilities_carousel {
    width: 100%;
    display: flex;
    overflow: hidden;

}

.view_facilities p {
    color: #414952;
    font-family: var(--second-font-family);
    font-size: var(--normal-font-size);
    font-weight: 500;
    line-height: 136%;
    margin-bottom: 48px;
}

.school_toppers .pre-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.view_facilities .facilities_carousel img {
    max-width: 336px;
    height: 248px;
    width: 100%;
    margin: 0 28px;
}

.sports_facilities .gradient_heading {
    margin-bottom: 20px;
}

.sports_facilities_images {
    padding-top: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
    margin-bottom: 100px;
}

.sport_pic {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.sport_pic img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    transition: transform 0.8s ease-in-out;
}

.sport_pic img:hover {
    transform: scale(1.1);
}

.img_shadow {
    position: absolute;
    background: linear-gradient(3deg, #074B81 2.56%, rgba(34, 77, 31, 0.00) 98.19%);
    height: 109px;
    width: 100%;
    bottom: 0;
    border-radius: 20px;
}

.sport_pic p,
.indoor_pic p {
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.policy_text ul {
    margin-left: 30px;
}

@media (max-width: 1024px) {
    .view_facilities .facilities_carousel img {
        margin: 0 10px;
    }
}

@media (max-width: 900px) {
    .view_facilities .facilities_carousel img {
        margin: 0 10px;
    }

    .sports_facilities_images {
        grid-template-columns: 1fr 1fr;
    }

    .school_toppers {
        padding: 0 0;
    }

}

@media (max-width: 500px) {
    .sports_facilities_images {
        grid-template-columns: 1fr;
    }

    .view_facilities p {
        font-size: 14px;
        text-align: justify;
    }

    .sports_facilities_images {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .examination_table,
    .policy_text,
    .admission_student,
    .view_facilities,
    .school_activities,
    .school_toppers,
    .disclosure_table {
        padding: 20px 0 50px 0;
    }

    .school_toppers .pre-container {
        gap: 20px;
    }

    .school_toppers {
        padding: 0 0;
    }

}



/* apply form  */
.apply_form {
    padding: 40px 0;
}

.apply_form .pre-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.apply_form .form_heading p {
    color: var(--primary-color);
    text-align: center;
    font-size: 28px;
    font-weight: var(--bold--font-weight);
}

.form_container {
    display: flex;
    max-width: 1160px;
    width: 100%;
    padding: 60px 110px;
    justify-content: center;
    align-items: center;
    background: #F1F3F2;
    box-shadow: 0px 8px 8px 0px rgba(79, 94, 113, 0.1),
        0px 2px 4px 0px rgba(79, 94, 113, 0.11),
        0px 0px 2px 0px rgba(79, 94, 113, 0.12);
}

.form_container form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form_container .form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form_container label {
    color: #162858;
    font-size: 16px;
    font-weight: 400;
}

.form_container input,
.form_container select,
.form_container textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    background: var(--white);
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #667085;
}

.form_container .btn {
    display: flex;
    max-width: max-content;
    width: 100%;
    height: 54px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: var(--primary-color);
    color: #fdfeff;
    font-size: var(--normal-font-size);
    font-weight: 500;
    margin: auto;
    font-family: var(--heading-font-family);
}

.form_container .btn:hover {
    background: #333;
}

.form_container .required {
    color: #e21414;
}

.form_container .d_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

@media (max-width: 900px) {
    .form_container {
        padding: 40px 20px;
    }
}

@media (max-width: 500px) {
    .form_container .d_flex {
        flex-direction: column;
        gap: 24px;
    }

    .form_container {
        padding: 20px;
    }

    .form_container .btn {
        width: 100%;
        max-width: max-content;
        padding: 8px 12px;
        font-size: 14px;
        height: auto;
    }

    .form_container label {
        font-size: 14px;
    }
}

.school_toppers_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.school_toppers_img img {
    width: 100%;
    height: auto;
}

.toppers_poster {
    max-width: 600px;
    width: 100%;

}

.toppers_poster_img {
    padding-bottom: 50px;
}

.disclosure_table .gradient_heading {
    margin-bottom: 80px;
}

.document_view {
    display: flex;
    justify-content: center;
    align-items: center;
}

.disclosure_table table td:nth-child(2) {
    text-align: center;
}

/* Documents Required section */
/* job description page  */
.job_description {
    padding-bottom: 40px;
    padding-top: 50px;

}

.job_description .pre-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.job_description .details_box {
    display: flex;
    padding: 24px 27px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    background: var(--primary-color);
    color: var(--white);
    max-width: 362px;
    width: 100%;
    height: max-content;
}

.job_description .details_box h2 {
    color: #fdf8ee;
    font-size: 20px;
    font-weight: var(--bold--font-weight);
    margin-bottom: 6px;
}

.job_description .details_box h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 150.24%;
    margin-bottom: 2px;
}

.job_description .details_box h5 strong {
    font-weight: var(--bold--font-weight);
}

.job_description .content {
    width: 100%;
    flex-direction: column;
    align-items: start;
    gap: 0;
}

.job_description p {
    margin-bottom: 14px;
}

.job_description .content ul,
.job_description .content ol {
    margin-bottom: 24px;
    margin-left: 20px;
}

.job_description .content h3 {
    display: flex;
    padding: 6px 14px;
    justify-content: start;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #e9e9e9 0%, rgba(236, 236, 236, 0) 100%);
    color: var(--primary-blue);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 20px;
    width: 100%;
    font-family: var(--second-font-family);
}

.job_description .content li {
    margin-bottom: 10px;
    text-align: justify;
}

.job_description button {
    display: inline-flex;
    height: auto;
    padding: 14px 26px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: var(--seconder-color);
    color: #fdfeff;
    font-size: var(--normal-font-size);
    font-weight: var(--bold--font-weight);
    cursor: pointer;
}

.terms_page {
    padding-top: 80px;
}

.brighter_futures .pre-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media (max-width: 1024px) {
    .job_description .pre-container {
        flex-direction: column;
    }

    .job_description .content {
        order: 2;
    }
}

@media (max-width: 500px) {
    .job_description .content h3 {
        margin-top: 30px;
    }

    .job_description .content h3 {
        font-size: 16px;
    }

    .job_description {
        padding-bottom: 30px;
        padding-top: 16px;
    }

}

/* content page :start */
.contactus_timimg .pre-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-bottom: 40px;
    padding-top: 60px;
}

.contactus_timimg .contect_info_box {
    display: flex;
    height: 140px;
    padding: 18px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    box-shadow: 0px 4.84px 9.68px 0px rgba(79, 94, 113, 0.1),
        0px 2.42px 4.84px 0px rgba(79, 94, 113, 0.11),
        0px 0px 2.42px 0px rgba(79, 94, 113, 0.12);
    max-width: 536px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D6D6D6;
    background: #F3F3F3;
}

.contactus_timimg .contect_info_box img {
    height: auto;
    width: auto;
}

.contactus_timimg .contect_info_box .info_text {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
}

.content_heading h2 {
    text-align: center;
    margin-bottom: 40px !important;
}

/* .content_heading{
  padding-top: 50px;
} */


/* content page :start */
/* contact us first section */

.contactus_timimg .content_text {
    display: flex;
    max-width: 678px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}


.contactus_timimg iframe {
    width: 100%;
    /* height: 100%; */
}

.we_help {
    padding: 0px 0 40px 0;
    background-color: #F1F3F2;
    margin-top: 50px;
}

.we_help .pre-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 40px;
}

.we_help_container {
    max-width: 540px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.we_help_container h2 {
    color: var(--primary-blue);
    font-size: var(--heading-size);
    font-weight: 700;
}

.we_help_container p {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--second-font-family);
}

.we_help_container .social_media {
    display: flex;
    gap: 15px;
    align-items: center;
}

.contact_school {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact_school label {
    color: #344054;
    font-size: 16px;
    font-weight: 400;
}

.contact_school label span {
    color: #e21414;
}

.contact_school button {
    display: flex;
    max-width: 152px;
    height: 42px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    background: var(--primary-color);
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

/* .contact_school button:hover {
    background-color: var(--primary-red);
    color: var(--white);
} */

.input_flex {
    display: flex !important;
    justify-content: space-between;
    flex-direction: row !important;
    gap: 32px !important;
}

.input_flex div {
    flex-direction: column;
    display: flex;
    width: 100%;
    gap: 6px;
}

.we_help form {
    max-width: 586px;
    width: 100%;
}

.contact_school input,
.contact_school textarea {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    background: var(--white);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 100%;
}

.contact_school textarea {
    height: 108px;
}

.contact_school div {
    flex-direction: column;
    display: flex;
    gap: 6px;
}

.contactus_timimg .contect_info_box .info_text h4 {
    color: var(--primary-blue) !important;
}

.contactus_timimg .contect_info_box .info_text p {
    margin: 0;
}

.contactus_timimg .contect_info_box .info_text p a {
    color: var(--black);
}

@media (max-width: 900px) {

    .contactus_timimg .pre-container,
    .we_help .pre-container {
        flex-direction: column;
    }

    .contactus_timimg .contect_info_box {
        max-width: 100%;
    }

    .contactus_timimg .contect_info_box .info_text {
        max-width: 100%;
    }

    .contactus_timimg .content_text {
        max-width: 100%;
    }

    .we_help form {
        max-width: 100%;
    }

}

@media (max-width: 500px) {
    .contactus_first_section {
        height: 320px;
    }

    .contactus_timimg .pre-container {
        gap: 20px;
    }

    .contactus_timimg .contect_info_box {
        padding: 20px 10px;
        height: auto;
        gap: 14px;
    }

    .content_heading {
        padding-top: 30px;
    }

    .content_heading h2 {
        margin-bottom: 20px !important;
    }

    .contactus_timimg iframe {
        width: 100%;
        height: 100%;
    }

    .contactus_timimg .contect_info_box img {
        height: 50px;
        width: 50px;
    }

    .contactus_timimg .contect_info_box .info_text h4 {
        margin: 0;
    }

    .contactus_timimg .contect_info_box .info_text p {
        font-size: 12px;
        line-height: 120%;
    }

    .contactus_timimg .contect_info_box .info_text h4 {
        font-size: 16px;
    }

    .input_flex {
        flex-direction: column !important;
    }

    .we_help_container {
        gap: 10px;
    }

    .we_help {
        padding: 30px 0;
    }

}

/* contact us first section */
.gallery_view .gradient_heading_text {
    color: #1E1E1E;
    text-align: center;
    font-family: var(--second-font-family);
    font-size: var(--normal-font-size);
    font-weight: 500;
    line-height: 136%;
    margin-top: 20px;
}

.gallery_container {
    padding-top: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 28px;
    margin-bottom: 100px;
}

.gallery_heading h5 {
    color: #192857;
    font-family: var(--second-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 136%;
    position: relative;
}

.gallery_heading h5::after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 86%;
    margin-left: 10px;
    vertical-align: middle;
    background: linear-gradient(90deg, #192857 0%, rgba(25, 40, 87, 0) 100%);
    border: none;
}

.gallery_heading {
    margin-top: 48px;
}

@media (max-width: 1024px) {
    .gallery_container {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .gallery_heading h5::after {
        width: 77%;
    }
}

@media (max-width: 768px) {
    .gallery_container {
        grid-template-columns: 1fr 1fr;
    }

    .gallery_heading h5::after {
        width: 64%;
    }
}

@media (max-width: 500px) {
    .gallery_container {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }

    .gallery_heading h5::after {
        width: 46%;
    }

    .gallery_heading h5 {
        font-size: 16px;
    }
}