:root {
    --sch-primary: #0A2A66;
    --sch-primary-dark: #071E4D;
    --sch-primary-light: #18468F;
    --sch-gold: #C88A1C;
    --sch-gold-dark: #A86E0A;
    --sch-gold-light: #E0AE4B;
    --sch-white: #FFFFFF;
    --sch-light-bg: #F8FAFC;
    --sch-section-bg: #cde3ff;
    --sch-text-dark: #1E293B;
    --sch-text-light: #64748B;
    --sch-text-white: #FFFFFF;
    --sch-border: #E5E7EB;
    --sch-hover-blue: #103A8C;
    --sch-hover-gold: #D89A2F;
    --sch-shadow: rgba(10, 42, 102, 0.12);
    --gallery-bg: #ffffff;
    --heading-color: #1a2530;
    --subtitle-color: #6c757d;
    --primary-accent: #0d6efd;
    --grid-gap: 15px;
    --image-height: 150px;
    --lightbox-bg: rgba(10, 10, 12, 0.96);
    --transition-smooth: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}


/* ========================================================
        TOP, NAVBAR CSS START
======================================================= */
.schTopBar_9421 {
    background-color: #0c1e36;
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.schTopLink_9421 {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.schTopLink_9421:hover {
    color: var(--sch-gold-light);
}

.schSocialIcon_9421 {
    width: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-left: 6px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-decoration: none;
}

.logo-header img {
    width: 100%;
    height: 60px;
}

.schSocialIcon_9421:hover {
    background-color: var(--sch-gold-light);
    color: #0c1e36;
    transform: translateY(-3px);
}

.schMasterHeader_9421 {
    position: sticky;
    top: 0;
    z-index: 1050;
    width: 100%;
    background-color: #ffffff;
    transition:
        box-shadow 0.3s ease,
        padding 0.3s ease;
}

.schMasterHeader_9421.schStickyActive_9421 {
    box-shadow: 0 8px 24px rgba(12, 30, 54, 0.15);
}

.schLogoWrap_9421 {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.schLogoWrap_9421:hover {
    transform: scale(1.02);
}

.schLogoIcon_9421 {
    font-size: 2.2rem;
    color: #0c1e36;
    margin-right: 10px;
}

.schLogoTextMain_9421 {
    font-weight: 800;
    color: #0c1e36;
    font-size: 1.4rem;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.schLogoTextSub_9421 {
    font-size: 0.75rem;
    color: #ffbf00;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    display: block;
}

.schSocialIcon_4321 {
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    margin-left: 12px;
    transition: .3s;
}

.schSocialIcon_4321:hover {
    color: #ffc107;
}

.schSocialIcon_4321 i {
    margin-right: 6px;
}

.schMenuWrap_9421 .schNavItem_9421 {
    position: relative;
    font-weight: 600;
    color: #0c1e36 !important;
    padding: 24px 14px !important;
    font-size: 0.95rem;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.schMenuWrap_9421 .schNavItem_9421::after {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 14px;
    right: 14px;
    height: 3px;
    background-color: #ffbf00;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: right;
}

.schMenuWrap_9421 .schNavItem_9421:hover::after,
.schMenuWrap_9421 .schNavItem_9421.schActiveItem_9421::after {
    transform: scaleX(1);
    transform-origin: left;
}

.schMenuWrap_9421 .schNavItem_9421:hover,
.schMenuWrap_9421 .schNavItem_9421.schActiveItem_9421 {
    color: #ffbf00 !important;
}

.schActionBtn_9421 {
    background-color: #0c1e36;
    color: #ffffff !important;
    font-weight: 400;
    padding: 7px 20px !important;
    border-radius: 50px;
    border: 2px solid #0c1e36;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.schActionBtn_9421:hover {
    background-color: #ffbf00;
    border-color: #ffbf00;
    color: #0c1e36 !important;
    box-shadow: 0 4px 12px rgba(255, 191, 0, 0.3);
    transform: translateY(-1px);
}

.schOffcanvas_9421 {
    background-color: #0c1e36 !important;
    max-width: 300px;
}

.schOffcanvas_9421 .schOffcanvasTitle_9421 {
    color: #ffffff;
}

.schOffcanvas_9421 .schCloseBtn_9421 {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 0.8;
}

.schOffcanvas_9421 .schNavItem_9421 {
    color: #ffffff !important;
    padding: 12px 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
}

.schOffcanvas_9421 .schNavItem_9421::after {
    display: none;
}

.schOffcanvas_9421 .schNavItem_9421:hover,
.schOffcanvas_9421 .schNavItem_9421.schActiveItem_9421 {
    color: #ffbf00 !important;
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 26px !important;
    transition: all 0.3s ease;
}

.schToggleBtn_9421 {
    border: none !important;
    padding: 8px !important;
}

.schToggleBtn_9421:focus {
    box-shadow: none !important;
}

.schToggleIcon_9421 {
    color: #0c1e36;
    font-size: 1.5rem;
}

@media (max-width: 991.98px) {
    .schMenuWrap_9421 .schNavItem_9421 {
        padding: 12px 20px !important;
    }
}


/* =================================================
            HERO SECTION CSS START
==================================================== */
.eduHeroX941_wrapper {
    width: 100%;
    min-height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.eduHeroX941_contentBox {
    padding: 4rem 0;
}

.eduHeroX941_badge {
    display: inline-flex;
    align-items: center;
    background-color: #C9141B;
    color: #FFFFFF;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0.5rem 1.25rem;
    margin-bottom: 1.5rem;
    border-left: 4px solid #0B2C6B;
    box-shadow: 0 4px 15px rgba(201, 20, 27, 0.2);
}

.eduHeroX941_title {
    color: #0B2C6B;
    font-weight: 800;
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.eduHeroX941_subtitle {
    color: #163F8F;
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.eduHeroX941_desc {
    color: #16213E;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 540px;
    margin-bottom: 2rem;
}

.eduHeroX941_btnCTA {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #C89211;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(200, 146, 17, 0.3);
    transition: all 0.3s ease-in-out;
}

.eduHeroX941_btnCTA i {
    margin-left: 0.75rem;
    transition: transform 0.3s ease;
}

.eduHeroX941_btnCTA:hover {
    background-color: #A97400;
    color: #FFFFFF;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(169, 116, 0, 0.4);
}

.eduHeroX941_btnCTA:hover i {
    transform: translateX(4px);
}


@media (max-width: 991.98px) {
    .eduHeroX941_wrapper {
        flex-direction: column;
        align-items: stretch;
        min-height: auto;
    }

    .eduHeroX941_contentColumn {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .eduHeroX941_contentBox {
        padding: 4rem 0 3rem 0;
    }

    .eduHeroX941_title {
        font-size: 2.3rem;
    }

    .eduHeroX941_subtitle {
        font-size: 1.5rem;
    }

}

@media (max-width: 575.98px) {
    .eduHeroX941_title {
        font-size: 2rem;
    }

    .eduHeroX941_btnCTA {
        display: flex;
        width: 100%;
    }
}

/* ====================================================
                FOUR CARDS SECTION CSS START
==================================================== */
.schFlx921_features_section {
    padding: 50px 0;
    background-color: #ffffff;
}

.schFlx921_feature_col {
    display: flex;
}

.schFlx921_feature_card {
    background-color: #ffffff;
    border: 2px dashed rgb(206, 206, 206);
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.schFlx921_icon_box {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.schFlx921_icon_box i {
    font-size: 20px;
    color: #ffffff;
}

.schFlx921_card_blue .schFlx921_icon_box {
    background-color: #2F5CC8;
}

.schFlx921_card_orange .schFlx921_icon_box {
    background-color: #F58220;
}

.schFlx921_card_green .schFlx921_icon_box {
    background-color: #138A18;
}

.schFlx921_card_purple .schFlx921_icon_box {
    background-color: #7A2DBD;
}

.schFlx921_content_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.schFlx921_feature_title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
    line-height: 1.3;
}

.schFlx921_feature_desc {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #6c757d;
    line-height: 1.5;
    margin-bottom: 0;
}

.schFlx921_feature_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.schFlx921_feature_card:hover .schFlx921_icon_box {
    transform: scale(1.08);
}

.schFlx921_card_blue:hover {
    border-color: #2F5CC8;
}

.schFlx921_card_orange:hover {
    border-color: #F58220;
}

.schFlx921_card_green:hover {
    border-color: #138A18;
}

.schFlx921_card_purple:hover {
    border-color: #7A2DBD;
}

@media (min-width: 576px) {
    .schFlx921_features_row {
        margin-bottom: -24px;
    }
}

/* ========================================================
        ABOUT US SECTION CSS START
======================================================= */

.schAboutSecX8421 {
    padding: 20px 0 50px 0;
    background-color: var(--sch-white);
    overflow: hidden;
}

.schAccentLineX8421 {
    width: 60px;
    height: 3px;
    background-color: var(--sch-gold);
    margin: 0 auto 15px;
    border-radius: 2px;
}

.schMainTitleX8421 {
    color: var(--sch-primary);
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 2.25rem;
}

.schSubDescX8421 {
    color: var(--sch-text-light);
    max-width: 600px;
    margin: 0 auto;
    font-size: 1rem;
}

.schInfoCardX8421 {
    background-color: var(--sch-section-bg);
    border: 1px solid var(--sch-border);
    border-radius: 12px;
    padding: 30px 24px;
    height: 100%;
    box-shadow: 0 4px 20px var(--sch-shadow);
    transition: box-shadow 0.3s ease;
}

.schInfoCardX8421:hover {
    box-shadow: 0 6px 24px rgba(10, 42, 102, 0.18);
}

.schInfoRowX8421 {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.schInfoRowX8421:last-child {
    margin-bottom: 0;
}

.schIconWrapX8421 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(10, 42, 102, 0.05);
}

.schIconWrapX8421 i {
    color: var(--sch-primary);
    font-size: 1.25rem;
}

.schItemLabelX8421 {
    color: var(--sch-text-dark);
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 2px;
}

.schItemValX8421 {
    color: var(--sch-text-light);
    font-size: 0.9rem;
    margin-bottom: 0;
}

.schImgWrapX8421 {
    height: 460px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px var(--sch-shadow);
}

.schImgWrapX8421 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.schVisionCardX8421,
.schMissionCardX8421 {
    background-color: var(--sch-section-bg);
    border: 1px solid var(--sch-border);
    border-radius: 12px;
    padding: 17px;
    box-shadow: 0 4px 20px var(--sch-shadow);
    transition: box-shadow 0.3s ease;
}

.schVisionCardX8421:hover,
.schMissionCardX8421:hover {
    box-shadow: 0 6px 24px rgba(10, 42, 102, 0.18);
}

.schCardTitleWrapX8421 {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.schCardIconX8421 {
    width: 40px;
    height: 40px;
    background-color: var(--sch-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.schCardIconX8421 i {
    color: var(--sch-text-white);
    font-size: 1rem;
}

.schCardTitleX8421 {
    color: var(--sch-primary);
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.schCardTextX8421 {
    color: var(--sch-text-light);
    font-size: 0.925rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.schPrincipalCardX8421 {
    background-color: var(--sch-primary);
    border-radius: 12px;
    padding: 40px 32px;
    height: 100%;
    box-shadow: 0 4px 20px var(--sch-shadow);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: box-shadow 0.3s ease;
}

.schPrincipalCardX8421:hover {
    box-shadow: 0 6px 24px rgba(10, 42, 102, 0.25);
}

.schPrincipalTitleX8421 {
    color: var(--sch-text-white);
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 10px;
}

.schPrincipalTitleX8421::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: var(--sch-gold);
    border-radius: 1px;
}

.schPrincipalTextX8421 {
    color: var(--sch-text-white);
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 24px;
}

.schPrincipalSignX8421 {
    color: var(--sch-gold-light);
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0;
}

@media (max-width: 1200.98px) {
    .schImgWrapX8421 {
        min-height: 510px;
    }
}

@media (max-width: 991.98px) {
    .schImgWrapX8421 {
        min-height: 380px;
    }

    .schImgWrapX8421 img {
        max-height: 100%;
    }
}

@media (max-width: 575.98px) {
    .schAboutSecX8421 {
        padding: 40px 0;
    }

    .schMainTitleX8421 {
        font-size: 1.8rem;
    }

    .schImgWrapX8421 {
        min-height: 280px;
    }

    .schImgWrapX8421 img {
        max-height: 100%;
    }

    .schPrincipalCardX8421 {
        padding: 30px 20px;
    }
}

/* =========================================
                CHOOSE US SECTION START
========================================== */
.schWhyChooseWrap_4837X {
    background-color: var(--sch-section-bg);
    padding: 20px 0 50px 0;
    overflow: hidden;
}

.schWhyChooseContainer_9321Q {
    max-width: 1440px;
}

.schWhyChooseTitle_8127N {
    color: var(--sch-primary);
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: calc(1.5rem + 1.5vw);
}

.schWhyChooseSubTitle_5418M {
    color: var(--sch-text-light);
    max-width: 650px;
    margin: 0 auto 0px auto;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.6;
}

.schFeatureGrid_9327W {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
}

@media (min-width: 768px) {
    .schFeatureGrid_9327W {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .schFeatureGrid_9327W {
        grid-template-columns: repeat(5, 1fr);
    }
}

.schFeatureCard_7845P {
    background-color: var(--sch-white);
    border: 1px solid var(--sch-border);
    border-radius: 18px;
    padding: 10px;
    box-shadow: 1px 0px 5px black;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.schFeatureCard_7845P:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(10, 42, 102, 0.18);
    border-color: var(--sch-gold);
}

.schFeatureIconWrap_8329T {
    margin-bottom: 15px;
    display: inline-block;
}

.schFeatureIconWrap_8329T i {
    font-size: 32px;
    transition: transform 0.35s ease;
}

.schFeatureCard_7845P:hover .schFeatureIconWrap_8329T i {
    transform: scale(1.12);
}

.schIconColor_1 {
    color: #2CBE6B;
}

.schIconColor_2 {
    color: #D227D6;
}

.schIconColor_3 {
    color: #FFA20A;
}

.schIconColor_4 {
    color: #E1178A;
}

.schIconColor_5 {
    color: #1E88E5;
}

.schFeatureHeading_9248L {
    color: var(--sch-text-dark);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 5px;
}

.schFeatureText_5218K {
    color: var(--sch-text-light);
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 0;
}

/* ============================================================
                    fACILITIES SECTION CSS START 
================================================================= */

.facilitySec_f8c92 {
    background-color: var(--sch-section-bg);
    padding: 20px 0 50px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow: hidden;
}

.facilityMainTitle_f8c92 {
    color: var(--sch-primary);
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.facilitySubtitle_f8c92 {
    color: var(--sch-text-light);
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 30px;
}

.facilityRow_f8c92 {
    margin-bottom: -24px;
}

.facilityCard_f8c92 {
    background-color: var(--sch-white);
    border: 2px dashed var(--sch-border);
    border-radius: 16px;
    padding: 10px 5px;
    height: 100%;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    cursor: pointer;
    box-shadow: 0 4px 12px var(--sch-shadow);
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-decoration: none;
}

.facilityCard_f8c92:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 28px var(--sch-shadow);
    border-color: var(--sch-primary);
    border-style: solid;
}

.facilityIconBox_f8c92 {
    font-size: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-shrink: 0; */
    width: 70px;
    transition: transform 0.35s ease;
}

.facilityCard_f8c92:hover .facilityIconBox_f8c92 {
    transform: scale(1.12);
}

.facilityIconBox_f8c92 i {
    font-size: 30px;
    padding-left: 5px;
}

.facilityTextCont_f8c92 {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.facilityCardTitle_f8c92 {
    color: var(--sch-text-dark);
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    transition: color 0.35s ease;
    line-height: 1.3;
}

.facilityCard_f8c92:hover .facilityCardTitle_f8c92 {
    color: var(--sch-primary);
}

.facilityCardDesc_f8c92 {
    color: var(--sch-text-light);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.iconColor_1_f8c92 {
    color: #2F62D4;
}

.iconColor_2_f8c92 {
    color: #7C3AED;
}

.iconColor_3_f8c92 {
    color: #FF5A1F;
}

.iconColor_4_f8c92 {
    color: #1D4ED8;
}

.iconColor_5_f8c92 {
    color: #1D9BF0;
}

.iconColor_6_f8c92 {
    color: #E91EDE;
}

.iconColor_7_f8c92 {
    color: #F013D7;
}

.iconColor_8_f8c92 {
    color: #2F2AE5;
}

@media (max-width: 991.98px) {
    .facilityMainTitle_f8c92 {
        font-size: 2.1rem;
    }

    .facilitySubtitle_f8c92 {
        font-size: 1rem;
        margin-bottom: 40px;
    }
}

/* ========================================================
                ACTIVITIES SECTION CSS START
======================================================= */

.schActSection_5932xt {
    background-color: var(--sch-white);
    padding: 20px 0 50px 0;
}

.schActHeading_5932xt {
    color: var(--sch-primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: calc(1.5rem + 1.5vw);
    /* Responsive Typography */
    margin-bottom: 16px;
}

.schActDesc_5932xt {
    color: var(--sch-text-light);
    max-width: 700px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6;
}

.schActGridWrap_5932xt {
    margin-top: 48px;
}

.schActGridWrap_5932xt .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.schActCardBox_5932xt {
    background-color: var(--sch-white);
    border: 1px solid var(--sch-border);
    border-radius: 5px;
    box-shadow: 0 6px 18px var(--sch-shadow);
    overflow: hidden;
    height: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.schActImageBox_5932xt {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.schActImage_5932xt {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: transform 0.35s ease;
}

.schActTitleArea_5932xt {
    background-color: var(--sch-white);
    padding: 7px;
    text-align: center;
    position: relative;
}

.schActTitle_5932xt {
    color: #000000;
    font-weight: 700;
    font-size: 17px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.35s ease;
}

.schActIcon_5932xt {
    color: var(--sch-gold);
    margin-right: 10px;
    font-size: 1.1rem;
}

.schActTitleArea_5932xt::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 40px;
    height: 3px;
    background-color: var(--sch-gold);
    transition: transform 0.35s ease;
    transform-origin: center;
}

@media (hover: hover) {
    .schActCardBox_5932xt:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 28px rgba(10, 42, 102, 0.2);
    }

    .schActCardBox_5932xt:hover .schActImage_5932xt {
        transform: scale(1.08);
    }

    .schActCardBox_5932xt:hover .schActTitle_5932xt {
        color: var(--sch-primary);
    }

    .schActCardBox_5932xt:hover .schActTitleArea_5932xt::after {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (min-width: 1200px) {
    .col-xl-custom-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}

@media (max-width: 575.98px) {

    .schActTitle_5932xt {
        font-size: 1.1rem;
    }
}

/* ======================================================
            ADMISSION SECTION CSS START
======================================================== */
.admProcWrapperCont_8427az {
    background-color: var(--sch-section-bg);
    padding: 20px 0 50px;
    overflow: hidden;
}

.admProcTitleBox_8427az {
    max-width: 700px;
    margin: 0 auto 30px auto;
}

.admProcHeading_8427az {
    color: var(--sch-primary);
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.admProcSubHeading_8427az {
    color: var(--sch-text-light);
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 400;
}

.admProcCardGrid_8427az {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.admProcCardItem_8427az {
    background-color: var(--sch-white);
    border: 1px solid var(--sch-border);
    border-radius: 10px;
    padding: 15px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 30px var(--sch-shadow);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.admProcCardItem_8427az:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(10, 42, 102, 0.18);
    border-color: var(--sch-primary);
}

.admProcIconWrap_8427az {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 60px; */
}

.admProcIconWrap_8427az i {
    font-size: 38px;
    color: var(--sch-primary);
    background: none;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.admProcCardItem_8427az:hover .admProcIconWrap_8427az i {
    transform: scale(1.08);
}

.admProcStepNumber_8427az {
    color: var(--sch-gold);
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    /* margin-bottom: 10px; */
    display: block;
}

.admProcCardTitle_8427az {
    color: rgb(150, 150, 150);
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 4px;
    line-height: 1.3;
}

.admProcCardDesc_8427az {
    color: var(--sch-text-light);
    font-size: 0.788rem;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .admProcCardItem_8427az {
        padding: 40px 24px;
        width: 390px;
    }

    .admProcIconWrap_8427az i {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .admProcWrapperCont_8427az {
        padding: 80px 0;
    }

    .admProcHeading_8427az {
        font-size: 2.2rem;
    }
}

@media (max-width: 575px) {
    .admProcWrapperCont_8427az {
        padding: 60px 0;
    }

    .admProcHeading_8427az {
        font-size: 1.85rem;
    }

    .admProcTitleBox_8427az {
        margin-bottom: 40px;
    }

    .admProcCardItem_8427az {
        padding: 36px 24px;
        width: 400px;
    }
}

/* ================================================
                GALLERY SECTION CSS START
================================================= */
.schoolGallerySection_9a2b1c {
    background-color: var(--gallery-bg);
    padding: 20px 0 50px 0;
    overflow: hidden;
}

.schoolGalleryTitle_9a2b1c {
    color: var(--heading-color);
    font-weight: 600;
    letter-spacing: -0.5px;
}

.schoolGallerySubtitle_9a2b1c {
    color: var(--subtitle-color);
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.1rem;
}

.schoolGalleryGrid_9a2b1c {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: var(--grid-gap);
    width: 100%;
}

.schoolGalleryCard_9a2b1c {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
}

.schoolGalleryImg_9a2b1c {
    width: 100%;
    height: var(--image-height);
    object-fit: cover;
    display: block;
    transition: none;
}

.schoolGalleryCard_9a2b1c:hover,
.schoolGalleryImg_9a2b1c:hover {
    transform: none !important;
    box-shadow: none !important;
    filter: none !important;
}

@media (max-width: 1400px) {
    .schoolGalleryGrid_9a2b1c {
        grid-template-columns: repeat(7, 1fr);
    }
}

@media (max-width: 992px) {
    .schoolGalleryGrid_9a2b1c {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .schoolGalleryGrid_9a2b1c {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .schoolGalleryGrid_9a2b1c {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 400px) {
    .schoolGalleryGrid_9a2b1c {
        grid-template-columns: repeat(1, 1fr);
    }
}

.schoolLightbox_9a2b1c {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--lightbox-bg);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.schoolLightbox_9a2b1c.active_9a2b1c {
    opacity: 1;
    visibility: visible;
}

.lightboxContentContainer_9a2b1c {
    position: relative;
    max-width: 85%;
    max-height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightboxImage_9a2b1c {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    user-select: none;
}

.lightboxBtn_9a2b1c {
    position: absolute;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    color: #ffffff;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.25rem;
    transition: var(--transition-smooth);
    z-index: 1060;
}

.lightboxBtn_9a2b1c:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--primary-accent);
}

.lightboxClose_9a2b1c {
    top: 30px;
    right: 30px;
}

.lightboxPrev_9a2b1c {
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.lightboxNext_9a2b1c {
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.lightboxCounter_9a2b1c {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.85);
    font-family: sans-serif;
    font-size: 0.95rem;
    letter-spacing: 1px;
}

body.lightboxOpen_9a2b1c {
    overflow: hidden !important;
}

@media (max-width: 768px) {
    .lightboxPrev_9a2b1c {
        left: 10px;
        width: 44px;
        height: 44px;
    }

    .lightboxNext_9a2b1c {
        right: 10px;
        width: 44px;
        height: 44px;
    }

    .lightboxClose_9a2b1c {
        top: 15px;
        right: 15px;
        width: 44px;
        height: 44px;
    }
}

/* ==========================================================
                TESTIMONIALS SECTION CSS START
============================================================= */

.testiSec_9831a {
    background-color: var(--sch-section-bg);
    padding: 20px 0 50px 0;
    overflow: hidden;
}

.testiHeading_8821b {
    font-family: 'sans-serif', Arial;
    font-weight: 800;
    color: var(--sch-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.testiCard_5521b {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.testiBox_3321c {
    background-color: var(--sch-white);
    border-radius: 6px;
    padding: 35px 30px;
    box-shadow: 0 4px 15px var(--sch-shadow);
    position: relative;
    margin-bottom: 25px;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.testiText_2210d {
    color: var(--sch-text-dark);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 500;
}

.ratingStars_4431e {
    margin-bottom: 12px;
}

.ratingStars_4431e i {
    color: var(--sch-gold-light);
    font-size: 14px;
    margin: 0 2px;
}

.avatarWrapper_7721f {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #E2E8F0;
    border: 2px solid var(--sch-white);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatarWrapper_7721f img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parentName_1102g {
    color: var(--sch-primary);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.swiperPagination_6621h {
    position: relative !important;
    margin-top: 40px !important;
}

.swiperPagination_6621h .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--sch-text-light);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.swiperPagination_6621h .swiper-pagination-bullet-active {
    background-color: #52D086 !important;
    width: 10px;
    height: 10px;
    opacity: 1;
}

/* =====================================================================
                CONTACT SECTION 
====================================================================== */

.downloadContactSec_7734ea {
    background-color: var(--sch-light-bg);
    padding: 10px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}

.sectionTitle_3829bc {
    color: var(--sch-primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.sectionSubtitle_5512de {
    color: var(--sch-text-light);
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.downloadCardItem_9941ab {
    background-color: var(--sch-primary);
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px var(--sch-shadow);
    border: 2px dashed rgba(255, 255, 255, 0.25);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}

.downloadCardItem_9941ab:hover {
    background-color: var(--sch-primary-dark);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(7, 30, 77, 0.25);
}

.cardIcon_2210fa {
    font-size: 3rem;
    color: var(--sch-white);
    margin-bottom: 15px;
}

.cardTitle_8843cd {
    color: var(--sch-white);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.downloadLinkText_6654ef {
    color: #FFFF00;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.downloadCardItem_9941ab:hover .downloadLinkText_6654ef {
    color: var(--sch-gold-light);
}

.sidebarFormWrapper_4412xy {
    background-color: var(--sch-primary-dark);
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    height: 100%;
}

.customFormInput_1109ff {
    background-color: var(--sch-white) !important;
    border: 1px solid var(--sch-border);
    border-radius: 4px;
    padding: 12px 15px;
    color: var(--sch-text-dark);
    font-size: 0.95rem;
}

.customFormInput_1109ff::placeholder {
    color: var(--sch-text-light);
    opacity: 0.8;
}

.customFormInput_1109ff:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(200, 138, 28, 0.25);
    border-color: var(--sch-gold);
}

.formSubmitBtn_8852qw {
    background-color: var(--sch-primary-light);
    color: var(--sch-white);
    border: none;
    width: 100%;
    padding: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.formSubmitBtn_8852qw:hover {
    background-color: var(--sch-hover-blue);
    color: var(--sch-gold-light);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* =====================================================================
                        Counter css start
========================================================================== */
.statsWrapper_edu93k {
    background: linear-gradient(135deg, var(--sch-primary-dark) 0%, var(--sch-primary) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.statsWrapper_edu93k::before {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200, 138, 28, 0.08) 0%, rgba(0, 0, 0, 0) 70%);
    top: -100px;
    left: -100px;
    pointer-events: none;
}

.statsWrapper_edu93k::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(24, 70, 143, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
    bottom: -150px;
    right: -150px;
    pointer-events: none;
}

.statsContainer_edu93k {
    position: relative;
    z-index: 2;
}

.statsCard_edu93k {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 40px 24px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(7, 30, 77, 0.2);
}

.iconContainer_edu93k {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(200, 138, 28, 0.08);
    border: 1px solid rgba(200, 138, 28, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.4s ease;
    position: relative;
}

.iconContainer_edu93k i {
    font-size: 28px;
    color: var(--sch-gold-light);
    transition: all 0.4s ease;
}

.separator_edu93k {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--sch-gold), transparent);
    margin: 16px 0;
    transition: width 0.4s ease;
}

.counterNumber_edu93k {
    font-family: 'Montserrat', sans-serif;
    font-size: calc(2rem + 1.2vw);
    /* Smooth fluid responsive size */
    font-weight: 800;
    color: var(--sch-white);
    line-height: 1;
    margin: 0;
    letter-spacing: -1px;
}

.counterLabel_edu93k {
    font-size: 0.95rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    transition: color 0.4s ease;
}

@media (hover: hover) {
    .statsCard_edu93k:hover {
        transform: translateY(-8px);
        background: rgba(255, 255, 255, 0.06);
        border-color: rgba(200, 138, 28, 0.4);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

    .statsCard_edu93k:hover .iconContainer_edu93k {
        background: var(--sch-gold);
        border-color: var(--sch-gold-light);
        transform: scale(1.05);
        box-shadow: 0 0 20px rgba(200, 138, 28, 0.4);
    }

    .statsCard_edu93k:hover .iconContainer_edu93k i {
        color: var(--sch-primary-dark);
    }

    .statsCard_edu93k:hover .separator_edu93k {
        width: 80px;
    }

    .statsCard_edu93k:hover .counterLabel_edu93k {
        color: var(--sch-gold-light);
    }
}

@media (max-width: 991.98px) {
    .statsWrapper_edu93k {
        padding: 70px 0;
    }

    .statsCard_edu93k {
        padding: 32px 20px;
    }
}

@media (max-width: 575.98px) {
    .statsWrapper_edu93k {
        padding: 60px 0;
    }

    .counterNumber_edu93k {
        font-size: 2.5rem;
    }

    .statsCard_edu93k {
        padding: 28px 16px;
    }

    .iconContainer_edu93k {
        width: 70px;
        height: 70px;
        margin-bottom: 16px;
    }

    .iconContainer_edu93k i {
        font-size: 24px;
    }
}

/* ========================================================
            FOOTER SECTION CSS START
========================================================= */

/* =================================================================
            CONTACT UI SECTION START
=================================================================== */
.schoolInfoWrap_ab72qx {
    background-color: var(--sch-section-bg);
    padding: 30px 0;
    width: 100%;
    overflow: hidden;
}

.schoolInfoItem_ab72qx {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    height: 100%;
    text-decoration: none;
    background: transparent;
    transition: all 0.35s ease;
}

.schoolInfoIcon_ab72qx {
    color: var(--sch-primary-light);
    font-size: 24px;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 4px;
    transition: color 0.35s ease;
}

.schoolInfoContent_ab72qx {
    flex-grow: 1;
}

.schoolInfoTitle_ab72qx {
    color: var(--sch-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
    transition: color 0.35s ease;
}

.schoolInfoText_ab72qx {
    color: var(--sch-text-dark);
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    line-height: 1.4;
}

.schoolInfoItem_ab72qx:hover .schoolInfoTitle_ab72qx {
    color: var(--sch-hover-blue);
}

.schoolInfoItem_ab72qx:hover .schoolInfoIcon_ab72qx {
    color: var(--sch-gold);
}

/* ==================================================
                    FOOTER UI 
=================================================== */

.schFooterMainWrap_9284xc {
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.schFooterOverlay_9284xc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(10, 42, 102, 0.90), rgba(10, 42, 102, 0.96)), url('https://schoolwebdemo.wordpressdemo.in/wp-content/uploads/2026/07/t.jpg');
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.schFooterContainer_9284xc {
    padding-top: 60px;
    padding-bottom: 40px;
}

.schFooterLogoBox_9284xc {
    background: var(--sch-white);
    padding: 12px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0 4px 15px var(--sch-shadow);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.schFooterLogoBox_9284xc:hover {
    transform: translateY(-2px);
}

.schFooterLogoImg_9284xc {
    height: 55px;
    width: auto;
    object-fit: contain;
}

.schFooterSchoolName_9284xc {
    color: var(--sch-text-white);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.schFooterTitle_9284xc {
    color: var(--sch-text-white);
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.schFooterTitle_9284xc::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    background-color: var(--sch-gold);
    border-radius: 2px;
}

.schFooterText_9284xc {
    color: var(--sch-text-white);
    opacity: 0.90;
    font-size: 14.5px;
    line-height: 1.8;
    margin-bottom: 0;
}

.schFooterLinkList_9284xc {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 15px;
}

.schFooterLinkItem_9284xc a {
    color: var(--sch-text-white);
    opacity: 0.90;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    transition: all 0.35s ease-in-out;
}

.schFooterLinkItem_9284xc a:hover {
    color: var(--sch-gold) !important;
    opacity: 1;
    transform: translateX(6px);
}

.schFooterSocialWrap_9284xc {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.schFooterSocialIcon_9284xc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--sch-text-white);
    text-decoration: none;
    font-size: 16px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.schFooterSocialIcon_9284xc:hover {
    background-color: var(--sch-gold);
    color: var(--sch-text-white);
    transform: scale(1.12);
    box-shadow: 0 4px 12px rgba(200, 138, 28, 0.3);
}

.schFooterMapBox_9284xc {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    background: var(--sch-primary-dark);
    height: 220px;
    width: 100%;
    max-width: 100%;
}

.schFooterMapBox_9284xc iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.schFooterCopyright_9284xc {
    background-color: var(--sch-primary-dark);
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.schFooterCopyrightText_9284xc {
    color: var(--sch-text-white);
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.schFooterCopyrightText_9284xc a {
    color: var(--sch-gold-light);
    text-decoration: none;
    transition: color 0.2s ease;
}

.schFooterCopyrightText_9284xc a:hover {
    color: var(--sch-gold);
}


@media (max-width: 1199.98px) {
    .schoolInfoTitle_ab72qx {
        font-size: 17px;
    }
}

@media (max-width: 991.98px) {
    .schoolInfoRow_ab72qx>[class*="col-"] {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .schFooterRow_9284xc>* {
        flex: 0 0 50%;
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .schoolInfoItem_ab72qx {
        align-items: center;
        gap: 8px;
    }

    .schoolInfoIcon_ab72qx {
        margin-top: 0;
    }

    .schFooterContainer_9284xc {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .schFooterRow_9284xc>* {
        flex: 0 0 100%;
        width: 100%;
    }

    .schFooterRow_9284xc>*:last-child {
        margin-bottom: 0;
    }


    .schFooterLinkList_9284xc {
        justify-content: center;
        max-width: 280px;
        margin: 0 auto;
    }

    .schFooterLinkItem_9284xc a:hover {
        transform: translateY(-2px);
    }

    .schFooterMapBox_9284xc {
        max-width: 340px;
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .schoolInfoItem_ab72qx {
        gap: 10px;
    }

    .schoolInfoIcon_ab72qx {
        font-size: 26px;
    }

    .schoolInfoTitle_ab72qx {
        font-size: 18px;
    }

    .schoolInfoText_ab72qx {
        font-size: 14px;
    }
}

/* ======================================================================
            CONTACT PAGE UI CSS START
====================================================================== */

/* Base Font Setup Scope */
.contactSectionPro_58321 {
    font-family:
        "Poppins",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        sans-serif;
    /* background-color: var(--sch-section-bg); */
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

/* ==========================================================================
   Header Styles
   ========================================================================== */
   
.contactHeaderPro_58321 {
    margin-bottom: 50px;
}

.contactSubTitlePro_58321 {
    color: var(--sch-gold);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.contactTitlePro_58321 {
    color: var(--sch-primary);
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.contactDividerPro_58321 {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, var(--sch-primary), var(--sch-gold));
    margin: 0 auto;
    border-radius: 2px;
}

/* ==========================================================================
   Left Contact Info Card
   ========================================================================== */
.contactInfoCardPro_58321 {
    background-color: var(--sch-primary);
    border-radius: 18px;
    padding: 45px 35px;
    color: var(--sch-white);
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 15px 35px var(--sch-shadow);
}

/* Background Visual Accent Elements */
.contactInfoCardPro_58321::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle,
            rgba(200, 138, 28, 0.2) 0%,
            rgba(10, 42, 102, 0) 70%);
    border-radius: 50%;
    z-index: -1;
}

.contactInfoCardPro_58321::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle,
            rgba(24, 70, 143, 0.4) 0%,
            rgba(10, 42, 102, 0) 70%);
    border-radius: 50%;
    z-index: -1;
}

.contactInfoTitlePro_58321 {
    color: var(--sch-white);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
}

.contactInfoDescPro_58321 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 35px;
}

.contactInfoListPro_58321 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contactInfoItemPro_58321 {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contactInfoIconPro_58321 {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: linear-gradient(135deg,
            var(--sch-gold) 0%,
            var(--sch-gold-dark) 100%);
    color: var(--sch-white);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(200, 138, 28, 0.3);
    transition: transform 0.3s ease;
}

.contactInfoItemPro_58321:hover .contactInfoIconPro_58321 {
    transform: translateY(-3px);
}

.contactInfoContentPro_58321 {
    display: flex;
    flex-direction: column;
}

.contactInfoLabelPro_58321 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--sch-gold-light);
    font-weight: 600;
    margin-bottom: 2px;
}

.contactInfoValuePro_58321 {
    font-size: 15px;
    color: var(--sch-white);
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
}

/* ==========================================================================
   Right Contact Form Card
   ========================================================================== */
.contactFormCardPro_58321 {
    background-color: var(--sch-white);
    border: 1px solid var(--sch-border);
    border-radius: 18px;
    padding: 45px 40px;
    box-shadow: 0 15px 35px var(--sch-shadow);
}

.contactFormTitlePro_58321 {
    color: var(--sch-primary);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 6px;
}

.contactFormSubPro_58321 {
    color: var(--sch-text-light);
    font-size: 14px;
    margin-bottom: 0;
}

.contactLabelPro_58321 {
    color: var(--sch-text-dark);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-block;
}

.requiredPro_58321 {
    color: #dc2626;
}

/* Input Fields with Icons Setup */
.contactInputWrapPro_58321 {
    position: relative;
}

.contactInputIconPro_58321 {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--sch-primary);
    font-size: 15px;
    transition: color 0.3s ease;
    z-index: 4;
}

.contactTextareaIconPro_58321 {
    top: 18px;
    transform: none;
}

.contactControlPro_58321 {
    background-color: var(--sch-light-bg);
    border: 1px solid var(--sch-border);
    border-radius: 10px;
    padding: 12px 16px 12px 45px;
    font-size: 15px;
    color: var(--sch-text-dark);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.contactControlPro_58321::placeholder {
    color: #94a3b8;
    font-size: 14px;
}

/* Focus and Active States */
.contactControlPro_58321:focus {
    background-color: var(--sch-white);
    border-color: var(--sch-primary);
    box-shadow: 0 0 0 4px rgba(10, 42, 102, 0.1);
    outline: none;
}

.contactInputWrapPro_58321:focus-within .contactInputIconPro_58321 {
    color: var(--sch-gold-dark);
}

.contactTextareaPro_58321 {
    min-height: 140px;
    resize: vertical;
}

/* ==========================================================================
   Submit Button
   ========================================================================== */
.contactSubmitBtnPro_58321 {
    background-color: var(--sch-primary);
    color: var(--sch-white);
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    padding: 14px 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(10, 42, 102, 0.2);
}

.contactSubmitBtnPro_58321:hover {
    background-color: var(--sch-gold);
    color: var(--sch-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(200, 138, 28, 0.3);
}

.contactSubmitBtnPro_58321:active {
    transform: translateY(0);
}

/* ==========================================================================
   Bootstrap Validation Customizations
   ========================================================================== */
.was-validated .contactControlPro_58321:invalid,
.contactControlPro_58321.is-invalid {
    border-color: #dc2626;
    padding-right: 40px;
}

.was-validated .contactControlPro_58321:valid,
.contactControlPro_58321.is-valid {
    border-color: #10b981;
}

.invalid-feedback {
    font-size: 12px;
    margin-top: 5px;
}

/* ==========================================================================
   Responsive Breakpoints & Adjustments
   ========================================================================== */
/* Large Desktop & Desktop */
@media (max-width: 1199px) {
    .contactInfoCardPro_58321 {
        padding: 35px 28px;
    }

    .contactFormCardPro_58321 {
        padding: 35px 30px;
    }
}

/* Tablet Screens */
@media (max-width: 991px) {
    .contactSectionPro_58321 {
        padding: 70px 0;
    }

    .contactTitlePro_58321 {
        font-size: 30px;
    }

    .contactInfoCardPro_58321 {
        margin-bottom: 10px;
    }
}

/* Mobile Screens */
@media (max-width: 767px) {
    .contactSectionPro_58321 {
        padding: 50px 0;
    }

    .contactHeaderPro_58321 {
        margin-bottom: 35px;
    }

    .contactTitlePro_58321 {
        font-size: 26px;
    }

    .contactInfoCardPro_58321 {
        padding: 30px 20px;
    }

    .contactFormCardPro_58321 {
        padding: 30px 20px;
    }

    .contactInfoTitlePro_58321,
    .contactFormTitlePro_58321 {
        font-size: 22px;
    }

    .contactInfoIconPro_58321 {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 16px;
    }
}

@media (max-width: 375px) {

    .contactInfoCardPro_58321,
    .contactFormCardPro_58321 {
        padding: 24px 15px;
        border-radius: 14px;
    }

    .contactControlPro_58321 {
        font-size: 14px;
        padding-left: 40px;
    }

    .contactInputIconPro_58321 {
        left: 12px;
        font-size: 14px;
    }

    .contactSubmitBtnPro_58321 {
        font-size: 15px;
        padding: 12px 20px;
    }
}

/* =================================================
                MAP SECTION UI CSS START
    ================================================== */
.contactMapSectionPro_58321 {
    margin-top: 60px;
}

.contactMapHeaderPro_58321 {
    text-align: center;
    margin-bottom: 25px;
}

.contactMapHeadingPro_58321 {
    color: var(--sch-primary);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.contactMapSubTitlePro_58321 {
    color: var(--sch-text-muted);
    font-size: 1rem;
    margin: 0;
}

.contactMapWrapperPro_58321 {
    width: 100%;
    height: 420px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--sch-shadow);
    border: 1px solid var(--sch-border);
    background-color: #e2e8f0;
    position: relative;
}

.contactMapWrapperPro_58321 iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/* Responsive Breakpoints */
@media (max-width: 991.98px) {
    .contactMainSectionPro_58321 {
        padding: 60px 0;
    }

    .contactTitlePro_58321 {
        font-size: 2.1rem;
    }

    .contactMapWrapperPro_58321 {
        height: 350px;
    }
}

@media (max-width: 767.98px) {
    .contactCardBasePro_58321 {
        padding: 25px;
    }

    .contactMapSectionPro_58321 {
        margin-top: 45px;
    }

    .contactMapHeadingPro_58321 {
        font-size: 1.5rem;
    }

    .contactMapWrapperPro_58321 {
        height: 300px;
        border-radius: 14px;
    }
}

@media (max-width: 575.98px) {
    .contactTitlePro_58321 {
        font-size: 1.75rem;
    }

    .contactMapWrapperPro_58321 {
        height: 280px;
    }
}