:root {
    /* =========================
       SCHOOL BRAND COLORS
    ========================= */
    --sch-primary: #8B2118;
    --sch-primary-dark: #6F1711;
    --sch-primary-light: #A93226;

    --sch-gold: #D4A62A;
    --sch-gold-dark: #B88916;
    --sch-gold-light: #E8C55A;

    /* =========================
       BACKGROUND COLORS
    ========================= */
    --sch-header-bg: #FFFDF3;
    --sch-white: #FFFFFF;
    --sch-light-bg: #fae4b4;
    --sch-section-bg: #F7F5EC;

    /* =========================
       TEXT COLORS
    ========================= */
    --sch-text-dark: #252525;
    --sch-text-light: #6B7280;
    --sch-text-white: #FFFFFF;

    /* =========================
       BORDER & EFFECTS
    ========================= */
    --sch-border: #E7E1D0;
    --sch-shadow: rgba(80, 30, 20, 0.12);

    /* =========================
       HOVER COLORS
    ========================= */
    --sch-hover-primary: #6F1711;
    --sch-hover-gold: #E8C55A;

    /* =========================
       TYPOGRAPHY
    ========================= */
    --sch-font-primary: "Poppins", sans-serif;
    --sch-font-secondary: "Lora", serif;

    /* =========================
       BORDER RADIUS
    ========================= */
    --sch-radius-sm: 6px;
    --sch-radius-md: 10px;
    --sch-radius-lg: 30px;
}

body {
    background: #FAEED8;
    overflow-x: hidden;
}

.schHeaderWrapper_x82k * {
    box-sizing: border-box;
}

/* Sticky wrapper container */
.schHeaderWrapper_x82k {
    width: 100%;
    font-family: var(--sch-font-primary);
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: 0 4px 18px var(--sch-shadow);
    background-color: var(--sch-header-bg);
}

/* ==================================================
       1. TOP INFORMATION BAR
       ================================================== */
.schTopbar_x82k {
    background-color: var(--sch-primary);
    color: var(--sch-text-white);
    font-size: 0.83rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 7px 0;
    transition: all 0.3s ease;

}

.schTopbarContact_x82k {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.schTopbarItem_x82k {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    transition: color 0.25s ease;
    font-weight: 400;
}

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

.schTopbarIcon_x82k {
    color: var(--sch-gold);
    margin-right: 0.45rem;
    font-size: 0.88rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.schTopbarDivider_x82k {
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.25);
    display: inline-block;
}

/* Social Media Links */
.schTopbarSocial_x82k {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: flex-end;
}

.schSocialBtn_x82k {
    width: 26px;
    height: 26px;
    border-radius: var(--sch-radius-sm);
    background-color: rgba(255, 255, 255, 0.12);
    color: var(--sch-text-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.78rem;
    transition: all 0.25s ease;
}

.schSocialBtn_x82k:hover {
    background-color: var(--sch-gold);
    color: var(--sch-primary-dark);
    transform: translateY(-2px);
}

/* ==================================================
       2. MAIN NAVIGATION BAR
       ================================================== */
.schNavbar_x82k {
    background-color: var(--sch-header-bg);
    padding: 0.5rem 0;
    border-bottom: 2px solid var(--sch-border);
}

/* Brand Logo Area */
.schBrandLink_x82k {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 0.85rem;
    padding: 0.2rem 0;
}

.schLogoImg_x82k {
    height: 54px;
    width: auto;
    object-fit: contain;
}

.schLogoFallback_x82k {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--sch-gold-light) 0%, var(--sch-gold-dark) 100%);
    color: var(--sch-primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border: 2px solid var(--sch-white);
}

.schBrandText_x82k {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.schSchoolTitle_x82k {
    font-family: var(--sch-font-secondary);
    font-weight: 700;
    font-size: 1.28rem;
    color: var(--sch-primary);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.schSchoolSubTitle_x82k {
    font-family: var(--sch-font-secondary);
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--sch-gold-dark);
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-top: 1px;
}

.schSchoolTagline_x82k {
    font-size: 0.72rem;
    color: var(--sch-text-light);
    font-weight: 500;
    margin-top: 3px;
    letter-spacing: 0.2px;
}

/* Mobile Menu Toggle Button */
.schNavbarToggler_x82k {
    border: 1px solid var(--sch-border);
    background-color: var(--sch-white);
    color: var(--sch-primary);
    padding: 0.4rem 0.65rem;
    border-radius: var(--sch-radius-sm);
    box-shadow: none !important;
}

.schNavbarToggler_x82k:focus {
    outline: none;
    border-color: var(--sch-primary);
}

/* Menu Link Styling */
.schNavLinks_x82k .nav-item {
    margin: 0 0.15rem;
}

.schNavLink_x82k {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--sch-primary) !important;
    padding: 0.5rem 0.75rem !important;
    border-radius: var(--sch-radius-sm);
    transition: all 0.25s ease;
    position: relative;
    text-transform: uppercase;
}

.schNavLink_x82k:hover,
.schNavLink_x82k.active {
    color: var(--sch-gold-dark) !important;
    background-color: rgba(212, 166, 42, 0.08);
}

.schDropdown:hover .schDropdownMenu{
    opacity:1;
    visibility:visible;
}

/* Dropdown Menus */
.schDropdownMenu_x82k {
    border: 1px solid var(--sch-border);
    background-color: var(--sch-white);
    box-shadow: 0 8px 24px var(--sch-shadow);
    border-radius: var(--sch-radius-md);
    padding: 0.5rem;
    /* margin-top: 0.5rem !important; */
}

.schDropdownItem_x82k {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--sch-text-dark);
    padding: 0.45rem 0.85rem;
    border-radius: var(--sch-radius-sm);
    transition: all 0.2s ease;
}

.schDropdownItem_x82k:hover {
    background-color: var(--sch-light-bg);
    color: var(--sch-primary);
    padding-left: 1.05rem;
}

/* Call to Action Button */
.schEnquiryBtn_x82k {
    background-color: var(--sch-primary);
    color: var(--sch-text-white) !important;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.55rem 1.4rem;
    border-radius: var(--sch-radius-lg);
    border: 2px solid var(--sch-primary);
    box-shadow: 0 3px 10px rgba(139, 33, 24, 0.25);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    text-decoration: none;
    white-space: nowrap;
}

.schEnquiryBtn_x82k:hover {
    background-color: var(--sch-hover-primary);
    border-color: var(--sch-hover-primary);
    color: var(--sch-gold-light) !important;
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(139, 33, 24, 0.35);
}

/* ==================================================
       RESPONSIVE BREAKPOINTS & MOBILE FIXES
       ================================================== */
@media (max-width: 1199.98px) {
    .schNavLink_x82k {
        font-size: 0.83rem;
        padding: 0.5rem 0.5rem !important;
    }
}

@media (max-width: 991.98px) {
    .schTopbarContact_x82k {
        justify-content: center;
        gap: 0.75rem;
    }

    .schTopbarSocial_x82k {
        justify-content: center;
        margin-top: 0.25rem;
    }

    .schNavbar_x82k {
        padding: 0.6rem 0;
    }

    .schNavbarCollapse_x82k {
        background-color: var(--sch-white);
        padding: 1rem;
        border-radius: var(--sch-radius-md);
        margin-top: 0.6rem;
        border: 1px solid var(--sch-border);
        box-shadow: 0 10px 25px var(--sch-shadow);
    }

    .schNavLinks_x82k .nav-item {
        margin: 0.15rem 0;
    }

    .schNavLink_x82k {
        padding: 0.6rem 0.8rem !important;
    }

    .schEnquiryWrapper_x82k {
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        border-top: 1px solid var(--sch-border);
    }

    .schEnquiryBtn_x82k {
        width: 100%;
    }
}

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

    .schSchoolTitle_x82k {
        font-size: 1.05rem;
    }

    .schSchoolSubTitle_x82k {
        font-size: 0.8rem;
    }

    .schSchoolTagline_x82k {
        font-size: 0.65rem;
    }

    .schLogoImg_x82k,
    .schLogoFallback_x82k {
        height: 44px;
        width: 44px;
        font-size: 1.25rem;
    }

    .schTopbarDivider_x82k {
        display: none;
    }
}

/* ================================================================== 
                HERO SECTION CSS START
==================================================================  */
.schoolHeroWrapper_9x41kp {
    font-family: 'Poppins', 'Noto Sans Devanagari', sans-serif;
    background-color: var(--sch-section-bg);
    color: var(--sch-text-dark);
    position: relative;
    overflow: hidden;
    width: 100%;
}

.schoolHeroWrapper_9x41kp .bgGlowLeft_9x41kp {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(10, 42, 102, 0.05) 0%, rgba(243, 247, 252, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.schoolHeroWrapper_9x41kp .bgGlowRight_9x41kp {
    position: absolute;
    top: 20%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(200, 138, 28, 0.06) 0%, rgba(243, 247, 252, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.schoolHeroWrapper_9x41kp .heroContainer_9x41kp {
    /* padding-top: 5rem; */
    padding-bottom: 7rem;
    position: relative;
    z-index: 1;
}

.schoolHeroWrapper_9x41kp .badgeEyebrow_9x41kp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1.1rem;
    background-color: rgba(10, 42, 102, 0.06);
    border: 1px solid rgba(10, 42, 102, 0.12);
    border-radius: 50px;
    color: var(--sch-primary);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 1.25rem;
}

.schoolHeroWrapper_9x41kp .badgeEyebrow_9x41kp i {
    color: var(--sch-gold);
}

.schoolHeroWrapper_9x41kp .heroHeading_9x41kp {
    font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;
    color: var(--sch-primary-dark);
    font-weight: 800;
    font-size: 3.1rem;
    line-height: 1.25;
    margin-bottom: 0.75rem;
    letter-spacing: -0.5px;
}

.schoolHeroWrapper_9x41kp .heroHeadingHighlight_9x41kp {
    color: var(--sch-gold);
    position: relative;
    display: inline-block;
}

.schoolHeroWrapper_9x41kp .sanskritTagline_9x41kp {
    font-family: 'Noto Sans Devanagari', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--sch-gold-dark);
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.schoolHeroWrapper_9x41kp .sanskritTagline_9x41kp::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: var(--sch-gold);
}

.schoolHeroWrapper_9x41kp .heroDescription_9x41kp {
    color: var(--sch-text-light);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 92%;
}

.schoolHeroWrapper_9x41kp .heroCtaGroup_9x41kp {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.schoolHeroWrapper_9x41kp .btnPrimary_9x41kp {
    background-color: var(--sch-primary);
    color: var(--sch-white);
    padding: 0.85rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.975rem;
    border: 2px solid var(--sch-primary);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    box-shadow: 0 10px 20px -5px var(--sch-shadow);
}

.schoolHeroWrapper_9x41kp .btnPrimary_9x41kp:hover {
    background-color: var(--sch-gold);
    border-color: var(--sch-gold);
    color: var(--sch-white);
    transform: translateY(-3px);
    box-shadow: 0 14px 24px -6px rgba(200, 138, 28, 0.3);
}

.schoolHeroWrapper_9x41kp .btnPrimary_9x41kp i {
    transition: transform 0.3s ease;
}

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

.schoolHeroWrapper_9x41kp .btnSecondary_9x41kp {
    background-color: transparent;
    color: var(--sch-primary);
    padding: 0.85rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.975rem;
    border: 2px solid var(--sch-primary);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.schoolHeroWrapper_9x41kp .btnSecondary_9x41kp:hover {
    background-color: var(--sch-primary);
    color: var(--sch-white);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -5px var(--sch-shadow);
}

.schoolHeroWrapper_9x41kp .imageFrameWrapper_9x41kp {
    position: relative;
    padding: 0.5rem;
}

.schoolHeroWrapper_9x41kp .imageFrameContainer_9x41kp {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px var(--sch-shadow);
    border: 6px solid var(--sch-white);
    background-color: var(--sch-white);
}

.schoolHeroWrapper_9x41kp .heroImage_9x41kp {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.schoolHeroWrapper_9x41kp .imageFrameContainer_9x41kp:hover .heroImage_9x41kp {
    transform: scale(1.03);
}

.schoolHeroWrapper_9x41kp .imageOverlay_9x41kp {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 42, 102, 0.05) 0%, rgba(10, 42, 102, 0.25) 100%);
    pointer-events: none;
}

.schoolHeroWrapper_9x41kp .floatingBadge_9x41kp {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    padding: 0.85rem 1.25rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.8);
    z-index: 2;
}

.schoolHeroWrapper_9x41kp .floatingBadgeIcon_9x41kp {
    width: 42px;
    height: 42px;
    background-color: var(--sch-gold-light);
    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: 1.1rem;
}

.schoolHeroWrapper_9x41kp .floatingBadgeText_9x41kp strong {
    display: block;
    color: var(--sch-primary-dark);
    font-size: 0.9rem;
    line-height: 1.2;
}

.schoolHeroWrapper_9x41kp .floatingBadgeText_9x41kp span {
    font-size: 0.775rem;
    color: var(--sch-text-light);
}

/* ==========================================================================
           COUNTER / STATISTICS OVERLAP UI
========================================================================== */
.schoolHeroWrapper_9x41kp {
    overflow-x: hidden;
}

.schoolHeroWrapper_9x41kp .counterSectionWrapper_9x41kp {
    padding: 2rem;
}

.schoolHeroWrapper_9x41kp .counterContainerBox_9x41kp {
    background: var(--sch-white);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    box-shadow: 0 20px 45px -10px var(--sch-shadow);
    border: 1px solid var(--sch-border);
}

.schoolHeroWrapper_9x41kp .counterItemCard_9x41kp {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 0.75rem 1rem;
    height: 100%;
    position: relative;
    transition: transform 0.3s ease;
}

.schoolHeroWrapper_9x41kp .counterItemCard_9x41kp:hover {
    transform: translateY(-4px);
}

.schoolHeroWrapper_9x41kp .counterCol_9x41kp:not(:last-child) .counterItemCard_9x41kp::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: var(--sch-border);
}

.schoolHeroWrapper_9x41kp .counterIconBadge_9x41kp {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 16px;
    background-color: rgba(200, 138, 28, 0.1);
    color: var(--sch-gold-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.schoolHeroWrapper_9x41kp .counterItemCard_9x41kp:hover .counterIconBadge_9x41kp {
    background-color: var(--sch-primary);
    color: var(--sch-white);
}

.schoolHeroWrapper_9x41kp .counterNumber_9x41kp {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--sch-primary-dark);
    line-height: 1.1;
    margin-bottom: 0.2rem;
    letter-spacing: -0.5px;
}

.schoolHeroWrapper_9x41kp .counterLabel_9x41kp {
    color: var(--sch-text-light);
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
}

@media (max-width: 1199.98px) {
    .schoolHeroWrapper_9x41kp .heroHeading_9x41kp {
        font-size: 2.6rem;
    }

    .schoolHeroWrapper_9x41kp .heroImage_9x41kp {
        height: 420px;
    }

    .schoolHeroWrapper_9x41kp .counterNumber_9x41kp {
        font-size: 1.8rem;
    }
}

@media (max-width: 991.98px) {
    .schoolHeroWrapper_9x41kp .heroContainer_9x41kp {
        padding-top: 3.5rem;
        padding-bottom: 5rem;
    }

    .schoolHeroWrapper_9x41kp .heroHeading_9x41kp {
        font-size: 2.3rem;
    }

    .schoolHeroWrapper_9x41kp .heroDescription_9x41kp {
        max-width: 100%;
    }

    .schoolHeroWrapper_9x41kp .counterSectionWrapper_9x41kp {
        margin-top: -2.5rem;
    }

    .schoolHeroWrapper_9x41kp .counterCol_9x41kp:not(:last-child) .counterItemCard_9x41kp::after {
        display: none;
    }

    .schoolHeroWrapper_9x41kp .counterItemCard_9x41kp {
        border-bottom: 1px solid var(--sch-border);
        padding-bottom: 1.25rem;
    }

    .schoolHeroWrapper_9x41kp .counterCol_9x41kp:nth-last-child(-n+2) .counterItemCard_9x41kp {
        border-bottom: none;
    }
}

@media (max-width: 767.98px) {
    .schoolHeroWrapper_9x41kp .heroHeading_9x41kp {
        font-size: 1.95rem;
    }

    .schoolHeroWrapper_9x41kp .sanskritTagline_9x41kp {
        font-size: 1.05rem;
    }

    .schoolHeroWrapper_9x41kp .heroImage_9x41kp {
        height: 320px;
    }

    .schoolHeroWrapper_9x41kp .heroCtaGroup_9x41kp {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .schoolHeroWrapper_9x41kp .btnPrimary_9x41kp,
    .schoolHeroWrapper_9x41kp .btnSecondary_9x41kp {
        justify-content: center;
        width: 100%;
    }

    .schoolHeroWrapper_9x41kp .counterSectionWrapper_9x41kp {
        margin-top: 2rem;
    }

    .schoolHeroWrapper_9x41kp .counterContainerBox_9x41kp {
        padding: 1.25rem 1rem;
    }

    .schoolHeroWrapper_9x41kp .counterItemCard_9x41kp {
        border-bottom: 1px solid var(--sch-border) !important;
        padding-bottom: 1rem;
    }

    .schoolHeroWrapper_9x41kp .counterCol_9x41kp:last-child .counterItemCard_9x41kp {
        border-bottom: none !important;
    }
}

/* =============================================================
                TESTIMONIAL SECTION CSS START
=============================================================== */
.schoolMessageSection_7xP92 {
    background-color: var(--sch-section-bg);
    padding: 80px 0;
    position: relative;
    overflow-x: hidden;
}

.schoolMessageSection_7xP92::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--sch-primary-dark), var(--sch-gold), var(--sch-primary-light));
}

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

.schoolMessageMainHeading_93Kc2 {
    color: var(--sch-primary-dark);
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 12px;
}

.schoolMessageHeadingDivider_18Xm4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

.schoolMessageDividerLine_51N93 {
    width: 45px;
    height: 2px;
    background-color: var(--sch-gold-light);
}

.schoolMessageDividerIcon_34Z21 {
    color: var(--sch-primary);
    font-size: 1rem;
}

.schoolMessageCard_5Rt84 {
    width: 100%;
    height: 100%;
    background-color: #faf0cb;
    background-image: url(../images/cardbg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid var(--sch-border);
    border-radius: 16px;
    position: relative;
    box-shadow: 0 10px 30px var(--sch-shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    /* z-index: 1; */
    padding: 10px 15px;
}

.schoolMessageCard_5Rt84:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(10, 42, 102, 0.16);
    border-color: var(--sch-gold-light);
}

.schoolMessageDecor_7Lp43 {
    position: absolute;
    width: 24px;
    height: 24px;
    pointer-events: none;
    z-index: 2;
}

.schoolMessageDecorTopLeft_11Xp2 {
    top: 12px;
    left: 12px;
    border-top: 2px solid var(--sch-gold);
    border-left: 2px solid var(--sch-gold);
    border-top-left-radius: 6px;
}

.schoolMessageDecorTopRight_99Xq3 {
    top: 12px;
    right: 12px;
    border-top: 2px solid var(--sch-gold);
    border-right: 2px solid var(--sch-gold);
    border-top-right-radius: 6px;
}

.schoolMessageQuoteBg_88Mn7 {
    position: absolute;
    bottom: 20px;
    right: 24px;
    font-size: 4rem;
    color: rgba(10, 42, 102, 0.04);
    z-index: 0;
    pointer-events: none;
}

.schoolMessageImageWrap_2Kp71 {
    position: relative;
    margin-bottom: 22px;
    z-index: 2;
}

.schoolMessageRingOuter_73Zp1 {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    padding: 5px;
    background: linear-gradient(135deg, var(--sch-gold-light), var(--sch-gold-dark));
    box-shadow: 0 8px 20px rgba(200, 138, 28, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.schoolMessageCard_5Rt84:hover .schoolMessageRingOuter_73Zp1 {
    transform: scale(1.03);
}

.schoolMessageImage_8Vz43 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid var(--sch-white);
}

.schoolMessageEmblemRing_19Bk2 {
    background: linear-gradient(135deg, var(--sch-primary-light), var(--sch-primary-dark));
}

.schoolMessageEmblemCircle_84Xw1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--sch-primary-dark);
    border: 3px solid var(--sch-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.schoolMessageOmIcon_52Lz9 {
    font-size: 3rem;
    color: var(--sch-gold-light);
}

.schoolMessageContent_6Nx29 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    width: 100%;
    z-index: 2;
}

.schoolMessageTitle_3Hd76 {
    color: var(--sch-primary-dark);
    font-weight: 700;
    font-size: 1.35rem;
    margin-bottom: 6px;
}

.schoolMessageSubtitleTag_44Tk2 {
    color: var(--sch-gold-dark);
    font-size: 0.825rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    background-color: rgba(200, 138, 28, 0.08);
    padding: 4px 14px;
    border-radius: 20px;
    border: 1px solid rgba(200, 138, 28, 0.2);
    margin-bottom: 18px;
}

.schoolMessageText_9Wr21 {
    color: var(--sch-text-dark);
    font-size: 0.935rem;
    line-height: 1.65;
    margin-bottom: 20px;
    font-weight: 400;
}

.schoolMessageSanskritBlock_88Lq0 {
    background-color: var(--sch-light-bg);
    border-left: 3px solid var(--sch-gold);
    border-right: 3px solid var(--sch-gold);
    padding: 12px 17px;
    border-radius: 8px;
    margin-bottom: 16px;
    width: 100%;
}

.schoolMessageSignatureWrap_21Lp8 {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px dashed var(--sch-border);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.schoolMessageSignatureName_90Op1 {
    color: var(--sch-primary-dark);
    font-weight: 700;
    font-size: 0.95rem;
}

.schoolMessageSignatureTitle_33Vx5 {
    color: var(--sch-text-light);
    font-size: 0.825rem;
    font-weight: 500;
}

/* ==========================================================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================================================== */

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

    .schoolMessageMainHeading_93Kc2 {
        font-size: 1.9rem;
    }

    .schoolMessageCard_5Rt84 {
        padding: 30px 22px 26px 22px;
    }
}

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

    .schoolMessageMainHeading_93Kc2 {
        font-size: 1.6rem;
    }

    .schoolMessageSubHeading_82Bq1 {
        font-size: 0.78rem;
    }

    .schoolMessageRingOuter_73Zp1 {
        width: 110px;
        height: 110px;
    }

    .schoolMessageTitle_3Hd76 {
        font-size: 1.25rem;
    }

    .schoolMessageText_9Wr21 {
        font-size: 0.9rem;
    }

    .schoolMessageSanskritVerse_42Zx1 {
        font-size: 0.9rem;
    }
}

/* ======================================================
            VALUE SECTION CSS START
========================================================= */
.sch_valSec_8842x {
    padding: 60px 0;
    background-color: var(--sch-header-bg);
    overflow-x: hidden;
}

/* Left Dark Card Container */
.sch_leftCard_9321a {
    background-color: var(--sch-primary);
    border-radius: var(--sch-radius-lg);
    padding: 45px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 15px 35px var(--sch-shadow);
}

.sch_titleMain_1029b {
    color: var(--sch-text-white);
    font-family: var(--sch-font-primary);
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
}

.sch_valGrid_4781c {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sch_valItem_5521d {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    color: var(--sch-gold);
    background: none;
    border: none;
    padding: 8px;
    border-radius: var(--sch-radius-sm);
    width: 18%;
    min-width: 75px;
}

.sch_valItem_5521d:hover {
    transform: translateY(-5px);
    color: var(--sch-hover-gold);
}

.sch_valItem_5521d.sch_active_7712e {
    color: var(--sch-white);
}

.sch_valItem_5521d.sch_active_7712e .sch_iconBox_3321f {
    transform: scale(1.15);
    color: var(--sch-gold-light);
}

.sch_iconBox_3321f {
    font-size: 2.2rem;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.sch_hiTxt_2210g {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2px;
}

.sch_enTxt_9981h {
    font-size: 0.8rem;
    opacity: 0.9;
    font-weight: 400;
}

.sch_rightCard_6632k {
    background-color: var(--sch-light-bg);
    border-radius: var(--sch-radius-lg);
    padding: 17px 40px;
    height: 100%;
    border: 1px solid var(--sch-border);
    box-shadow: 0 15px 35px var(--sch-shadow);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sch_rightCard_6632k::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(212, 166, 42, 0.25);
    border-radius: var(--sch-radius-lg);
    pointer-events: none;
    box-sizing: border-box;
}

.sch_headingSec_4410m {
    color: var(--sch-primary-dark);
    font-family: var(--sch-font-secondary);
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1;
}

.sch_paraText_1190n {
    color: var(--sch-text-dark);
    font-family: var(--sch-font-primary);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 15px;
    font-weight: 400;
}

.sch_contentTab_3391p {
    display: none;
    animation: sch_fadeIn_99 0.4s ease-in-out forwards;
}

.sch_contentTab_3391p.sch_activeContent_0021q {
    display: block;
}

@keyframes sch_fadeIn_99 {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Breakpoints */
@media (max-width: 991px) {

    .sch_leftCard_9321a,
    .sch_rightCard_6632k {
        padding: 30px 20px;
    }

    .sch_titleMain_1029b {
        font-size: 1.6rem;
    }

    .sch_headingSec_4410m {
        font-size: 1.5rem;
    }
}

@media (max-width: 575px) {
    .sch_valGrid_4781c {
        gap: 10px;
    }

    .sch_valItem_5521d {
        width: 30%;
        margin-bottom: 10px;
    }

    .sch_iconBox_3321f {
        font-size: 1.8rem;
    }

    .sch_hiTxt_2210g {
        font-size: 0.9rem;
    }

    .sch_enTxt_9981h {
        font-size: 0.75rem;
    }
}

/* =============================================================
            ACADEMIC SECTION CSS START
======================================================= */
.acad-prog-wrapper {
    background-color: var(--sch-section-bg);
    padding: 65px 20px;
    width: 100%;
    overflow: hidden;
}

.acad-prog-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* Section Title */
.acad-prog-main-heading {
    text-align: center;
    color: var(--sch-primary);
    font-family: var(--sch-font-primary);
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 0.2px;
}

/* Cards Grid Layout */
.acad-prog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Card Styling */
.acad-card-item {
    background-color: var(--sch-header-bg);
    border-radius: var(--sch-radius-md);
    overflow: hidden;
    box-shadow: 0 4px 15px var(--sch-shadow);
    border: 1px solid var(--sch-border);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.acad-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(80, 30, 20, 0.18);
}

/* Image Wrapper */
.acad-card-img-box {
    width: 100%;
    height: 190px;
    overflow: hidden;
    padding: 6px 6px 0 6px;
}

.acad-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--sch-radius-md) var(--sch-radius-md) 0 0;
    display: block;
}

/* Content Area */
.acad-card-details {
    padding: 18px 12px 22px 12px;
    text-align: center;
    background-color: var(--sch-header-bg);
}

.acad-card-title {
    color: var(--sch-primary);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.3;
}

.acad-card-age {
    color: var(--sch-primary-dark);
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.85;
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
    .acad-prog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .acad-prog-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .acad-prog-main-heading {
        font-size: 1.8rem;
        margin-bottom: 28px;
    }
}

/* ======================================================
            ACHIEVEMENT SECTION CSS START
========================================================== */
.sch-achieve-wrapper {
    background-color: var(--sch-header-bg);
    padding: 50px 15px;
    font-family: var(--sch-font-primary);
    overflow-x: hidden;

}

.sch-achieve-title {
    color: var(--sch-primary);
    font-family: var(--sch-font-primary);
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
    .sch-achieve-grid .col-lg-custom {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.sch-achieve-card {
    background-color: var(--sch-primary);
    background-image: url('../images/cardbg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: var(--sch-radius-md);
    padding: 2rem 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 10px var(--sch-shadow);
    border: 1px solid var(--sch-primary-dark);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sch-achieve-card:hover {
    transform: translateY(-5px);
    background-color: var(--sch-hover-primary);
}

.sch-achieve-icon-box {
    color: var(--sch-gold-light);
    font-size: 2.2rem;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.sch-achieve-text {
    color: var(--sch-text-white);
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.35;
    margin: 0;
}

/* ========================================================
                MOMENTS SECTION CSS START
============================================================ */
.sch-gallery-sec{
    overflow: hidden;
}

.mti-gallery-section {
    background-color: var(--sch-header-bg);
    padding: 50px 0;
    font-family: var(--sch-font-primary);
}

.mti-section-title {
    color: var(--sch-primary);
    font-family: var(--sch-font-secondary);
    font-weight: 700;
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 40px;
}

.mti-card {
    background-color: var(--sch-white);
    border-radius: var(--sch-radius-md);
    overflow: hidden;
    box-shadow: 0 8px 20px var(--sch-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mti-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(80, 30, 20, 0.2);
}

.mti-card-img-wrapper {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.mti-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.mti-card:hover .mti-card-img {
    transform: scale(1.05);
}

.mti-card-footer {
    background-color: var(--sch-primary);
    padding: 14px 10px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.mti-card:hover .mti-card-footer {
    background-color: var(--sch-hover-primary);
}

.mti-card-title {
    color: var(--sch-text-white);
    font-family: var(--sch-font-primary);
    font-weight: 600;
    font-size: 1.05rem;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ============================================================================
                    ABOUT US SECTION CSS START
 ============================================================================ */
.sch-about-section {
    background-color: var(--sch-header-bg);
    padding: 60px 0;
    font-family: var(--sch-font-primary);
    color: var(--sch-text-dark);
    overflow-x: hidden;

}

.sch-about-title {
    color: var(--sch-primary);
    font-size: 2rem;
    font-weight: 700;
    font-family: var(--sch-font-primary);
}

.sch-about-intro {
    font-size: 15px;
}

.sch-about-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.sch-about-list li {
    position: relative;
    padding-left: 24px;
}

.sch-about-list li::before {
    content: "•";
    position: absolute;
    left: 5px;
    top: -2px;
    color: var(--sch-text-dark);
    font-size: 1.4rem;
}

.sch-about-list li strong {
    font-weight: 700;
    color: var(--sch-text-dark);
}

.sch-about-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: var(--sch-radius-lg);
    box-shadow: 0 10px 25px var(--sch-shadow);
}

.sch-about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: var(--sch-radius-lg);
}

@media (max-width: 991.98px) {
    .sch-about-title {
        font-size: 2rem;
    }

    .sch-about-section {
        padding: 40px 0;
    }
}

/* ======================================================
            GALLERY SECTION CSS START 
======================================================= */
.sch-gallery-sec {
    background-color: var(--sch-header-bg);
    padding: 60px 0;
    font-family: var(--sch-font-primary);
    overflow-x: hidden;
}

.sch-gallery-title {
    color: var(--sch-primary);
    font-family: var(--sch-font-primary);
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.sch-gallery-slider {
    padding: 10px 0;
}

.sch-gallery-card {
    border-radius: var(--sch-radius-lg);
    overflow: hidden;
    box-shadow: 0 4px 15px var(--sch-shadow);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    aspect-ratio: 1 / 1;
    background-color: var(--sch-white);
}

.sch-gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px var(--sch-shadow);
}

.sch-gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--sch-radius-lg);
    display: block;
}

/* Overlay icon on hover */
.sch-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(111, 23, 17, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: var(--sch-radius-lg);
}

.sch-gallery-card:hover .sch-gallery-overlay {
    opacity: 1;
}

.sch-gallery-overlay i {
    color: var(--sch-white);
    font-size: 24px;
    background-color: var(--sch-primary);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Swiper Controls Custom Styling */
.sch-gallery-sec .swiper-pagination-bullet-active {
    background-color: var(--sch-primary) !important;
}

/* ===================================
           POPUP / LIGHTBOX MODAL STYLES
        ====================================== */
.sch-lightbox-modal .modal-content {
    background-color: rgba(0, 0, 0, 0.9);
    border: none;
    border-radius: var(--sch-radius-md);
}

.sch-lightbox-modal .btn-close-custom {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1055;
    color: var(--sch-white);
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.sch-lightbox-modal .btn-close-custom:hover {
    color: var(--sch-gold-light);
}

.sch-modal-img {
    max-height: 80vh;
    object-fit: contain;
    margin: 0 auto;
    border-radius: var(--sch-radius-sm);
}

.sch-modal-swiper .swiper-button-next,
.sch-modal-swiper .swiper-button-prev {
    color: var(--sch-white);
    transition: color 0.2s ease;
}

.sch-modal-swiper .swiper-button-next:hover,
.sch-modal-swiper .swiper-button-prev:hover {
    color: var(--sch-gold-light);
}

/* =========================================================
                FOOTER SECTION CSS START
=========================================================== */
.sch-adm-banner-wrapper {
    background-color: var(--sch-section-bg);
    font-family: var(--sch-font-primary);
    overflow: hidden;

}

.sch-adm-card {
    background-color: var(--sch-primary);
    border-radius: 20px;
    padding: 30px 40px;
    box-shadow: 0 10px 25px var(--sch-shadow);
    color: var(--sch-text-white);
}

.sch-adm-left-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sch-adm-main-icon {
    font-size: 52px;
    color: var(--sch-gold-light);
    line-height: 1;
}

.sch-adm-title {
    font-size: 21px;
    font-weight: 700;
    color: var(--sch-text-white);
    margin-bottom: 4px;
    line-height: 1.2;
}

.sch-adm-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    font-weight: 400;
}

.sch-adm-features-group {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.sch-adm-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.sch-adm-feature-icon {
    font-size: 26px;
    color: var(--sch-gold-light);
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sch-adm-feature-text {
    font-size: 13px;
    font-weight: 600;
    color: var(--sch-text-white);
    line-height: 1.2;
    margin: 0;
}

.sch-adm-btn-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.sch-adm-btn {
    background-color: var(--sch-gold-light);
    color: var(--sch-text-dark);
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: var(--sch-radius-lg);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.sch-adm-btn:hover {
    background-color: var(--sch-gold);
    color: var(--sch-text-dark);
    transform: translateY(-2px);
}

.sch-adm-btn-icon {
    font-size: 12px;
    background-color: var(--sch-text-dark);
    color: var(--sch-gold-light);
    width: 18px;
    height: 18px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .sch-adm-card {
        padding: 25px 20px;
    }

    .sch-adm-left-box {
        text-align: center;
        flex-direction: column;
        justify-content: center;
    }

    .sch-adm-title {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .sch-adm-features-group {
        flex-wrap: wrap;
        gap: 20px;
    }
}

/* =====================================================
        FOOTER SECTION CSS START
========================================================= */
.svm-footer-section {
    background-color: var(--sch-light-bg);
    color: var(--sch-text-dark);
    font-family: var(--sch-font-primary);
    padding: 50px 0 30px 0;
    border-top: 1px solid var(--sch-border);
    overflow: hidden;
}

.svm-footer-brand-logo {
    max-width: 180px;
    height: auto;
    margin-bottom: 20px;
}

.svm-footer-title {
    color: var(--sch-primary);
    font-family: var(--sch-font-primary);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.svm-footer-desc {
    color: var(--sch-primary);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 320px;
}

.svm-footer-socials {
    display: flex;
    gap: 15px;
    align-items: center;
}

.svm-footer-socials a {
    color: var(--sch-primary);
    font-size: 1.25rem;
    transition: color 0.3s ease, transform 0.3s ease;
}

.svm-footer-socials a:hover {
    color: var(--sch-hover-primary);
    transform: translateY(-2px);
}

.svm-footer-heading {
    color: var(--sch-primary);
    font-family: var(--sch-font-primary);
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.svm-footer-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.svm-footer-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: var(--sch-primary);
}

.svm-footer-list li::before {
    content: "•";
    color: var(--sch-primary);
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: -2px;
}

.svm-footer-list li a {
    color: var(--sch-primary);
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.svm-footer-list li a:hover {
    color: var(--sch-primary-dark);
    text-decoration: underline;
}

.svm-footer-contact-info p {
    color: var(--sch-primary);
    font-size: 0.92rem;
    margin-bottom: 8px;
    line-height: 1.5;
}

.svm-footer-contact-info strong {
    font-weight: 700;
}

.svm-footer-map-container {
    border-radius: var(--sch-radius-sm);
    overflow: hidden;
    box-shadow: 0 4px 10px var(--sch-shadow);
    height: 100%;
    min-height: 250px;
}

.svm-footer-map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    min-height: 250px;
}

.schFooterBottom_4343 {
    background: var(--sch-primary);
    color: var(--sch-white);
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* =========================================================
        CONTACT US SECTION CSS
============================================================= */
.sch-contact-wrapper {
    overflow-x: hidden;
}

.sch-badge {
    background-color: var(--sch-light-bg);
    color: var(--sch-primary-dark);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid var(--sch-border);
}

.sch-main-heading {
    font-family: var(--sch-font-secondary);
    color: var(--sch-primary);
    font-weight: 600;
    font-size: 2.5rem;
}

.sch-sub-heading {
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* ==========================================
   MAIN CARD & SPLIT PANEL
   ========================================== */
.sch-contact-card {
    background-color: var(--sch-white);
    border-radius: var(--sch-radius-lg);
    overflow: hidden;
    border: 1px solid var(--sch-border);
    box-shadow: 0 20px 40px var(--sch-shadow) !important;
}

/* Left Info Panel */
.sch-info-panel {
    background: linear-gradient(135deg, var(--sch-primary) 0%, var(--sch-primary-dark) 100%);
    color: var(--sch-text-white);
    position: relative;
    z-index: 1;
}

.sch-info-panel::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: var(--sch-gold);
    opacity: 0.15;
    z-index: -1;
}

.sch-panel-title {
    font-family: var(--sch-font-secondary);
    color: var(--sch-gold-light);
    font-size: 1.75rem;
}

.sch-panel-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

/* Info Items */
.sch-icon-box {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--sch-gold);
    border-radius: var(--sch-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sch-gold-light);
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.sch-info-item:hover .sch-icon-box {
    background-color: var(--sch-gold);
    color: var(--sch-primary-dark);
    transform: translateY(-3px);
}

.sch-info-label {
    color: var(--sch-gold-light);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sch-info-val {
    font-size: 0.92rem;
    color: var(--sch-text-white);
}

/* Social Buttons */
.sch-social-title {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
}

.sch-social-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--sch-text-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sch-social-btn:hover {
    background-color: var(--sch-gold);
    color: var(--sch-primary-dark);
    transform: translateY(-2px);
}

/* ==========================================
   RIGHT FORM PANEL
   ========================================== */
.sch-form-panel {
    background-color: var(--sch-header-bg);
}

.sch-form-title {
    font-family: var(--sch-font-secondary);
    color: var(--sch-primary);
    font-weight: 600;
}

/* Input Floating Overrides */
.sch-input-group .sch-input {
    background-color: var(--sch-white);
    border: 1px solid var(--sch-border);
    border-radius: var(--sch-radius-md);
    color: var(--sch-text-dark);
    font-size: 0.95rem;
}

.sch-input-group .sch-input:focus {
    border-color: var(--sch-gold);
    box-shadow: 0 0 0 0.25rem rgba(212, 166, 42, 0.25);
}

.sch-input-group label {
    color: var(--sch-text-light);
    font-size: 0.9rem;
}

/* Submit Button */
.sch-btn-primary {
    background: linear-gradient(135deg, var(--sch-gold) 0%, var(--sch-gold-dark) 100%);
    color: var(--sch-primary-dark);
    border: none;
    border-radius: var(--sch-radius-md);
    letter-spacing: 1px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.sch-btn-primary:hover {
    background: linear-gradient(135deg, var(--sch-gold-light) 0%, var(--sch-gold) 100%);
    color: var(--sch-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(184, 137, 22, 0.3);
}

/* ==========================================
   MAP CONTAINER
   ========================================== */
.sch-map-container {
    border: 1px solid var(--sch-border) !important;
    box-shadow: 0 10px 25px var(--sch-shadow);
}

/* ==========================================
   RESPONSIVE DESIGN ADJUSTMENTS
   ========================================== */
@media (max-width: 991.98px) {
    .sch-main-heading {
        font-size: 2rem;
    }

    .sch-contact-card {
        border-radius: var(--sch-radius-md);
    }
}

/* ========================================================
            MEMBER SECTION CSS START
================================================================ */
.team-section {
    /* padding: 80px 0; */
    background-color: var(--sch-section-bg);
}

/* Section Titles */
.section-title {
    font-family: var(--sch-font-secondary);
    color: var(--sch-primary);
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 8px;
    text-transform: lowercase;
}

.section-subtitle {
    color: var(--sch-gold-dark);
    letter-spacing: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.team-card {
    text-align: center;
    margin-bottom: 30px;
}

.img-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 35px auto;
    border-radius: var(--sch-radius-lg);
    transform: rotate(45deg);
    overflow: hidden;
    box-shadow: 0 10px 20px var(--sch-shadow);
    border: 2px solid var(--sch-border);
    transition: all 0.4s ease;
}

.img-wrapper img {
    width: 142%;
    height: 142%;
    object-fit: cover;
    position: absolute;
    top: -21%;
    left: -21%;
    transform: rotate(-45deg);
    filter: grayscale(100%);
    transition:
        filter 0.4s ease,
        transform 0.4s ease;
    margin-bottom: 10px;

}

.img-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(129deg,
            #f582788c 53%,
            #8B2118 85%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
    pointer-events: none;
}

/* Hover Behavior */
.team-card:hover .img-wrapper::after {
    opacity: 1;
}

.team-card:hover .img-wrapper {
    border-color: var(--sch-gold);
    transform: rotate(45deg) scale(1.03);
}

.team-card:hover .member-name {
    color: var(--sch-primary);
}

.team-card:hover .member-role {
    color: var(--sch-gold-dark);
}

/* Member Details */
.member-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--sch-text-dark);
    margin-bottom: 4px;
    transition: color 0.3s ease;
}

.member-role {
    font-size: 0.9rem;
    color: var(--sch-text-light);
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

/* Social Icons */
.social-links {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

.social-btn {
    width: 34px;
    height: 34px;
    border: 1.5px solid var(--sch-gold-dark);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--sch-gold-dark);
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background-color: var(--sch-primary);
    color: var(--sch-white);
    border-color: var(--sch-primary);
    transform: translateY(-3px);
}

/* Responsive Tweaks */
@media (max-width: 576px) {
    .img-wrapper {
        width: 170px;
        height: 170px;
    }
}

/* ===================================================================
            CONTACT US-2 SECTION CSS START
================================================================ */



