:root {
    --wing-bg: #e5cbcf;       
    --maroon-color: #60122e;  
    --dark-text: #1a1a1a;
    --maroon-primary: #60122e;
    --maroon-dark: #3a081a;
    --gold-accent: #c69214;
    --gold-light: #f9f3e5;
    --card-radius: 18px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    overflow-x: hidden;
}

/****************
=========================
 Animation ----------------------------------------------------------------------------------------------------------------------------------------
========================
******************/



.delighter.top { transform:translateY(-18%); opacity:0; transition: all 1.2s ease-out; }
.delighter.top.started { transform:none; opacity:1; } 

.delighter.scale { transform:scale(90%); opacity:0; transition: all .5s ease-out; }
.delighter.scale.started { transform:none; opacity:1; } 

.delighter.bottom { transform:translateY(18%); opacity:0; transition: all 1.2s ease-out; }
.delighter.bottom.started { transform:none; opacity:1; } 


.delighter.skew { transform:skew(5deg); opacity:0; transition: all 1.2s ease-out; }
.delighter.skew.started { transform:none; opacity:1; }


.delighter.left { transform:translateX(-15%); opacity:0; transition: all 1.2s ease-out; }
.delighter.left.started { transform:none; opacity:1; } 

.delighter.right { transform:translateX(15%); opacity:0; transition: all 1.2s ease-out; }
.delighter.right.started { transform:none; opacity:1; } 

.delighter.opacity {  opacity:0; transition: all 4s ease-in; }
.delighter.opacity.started { transform:none; opacity:1; } 

.delighter.anshape { opacity:0;transition: all 2s linear; z-index: 3; }
.delighter.anshape.started {  opacity:1;} 

.delighter.text1 { opacity:0;transition: all 1s linear;transform:translateX(-10%); z-index: 2; }
.delighter.text1.started {  opacity:1;transform:none;}  

.delighter.text2 { opacity:0;transition: all 2s linear;transform:translateX(-11%); z-index: 2; }
.delighter.text2.started {  opacity:1;transform:none;}  

/* animation-end */

/* ===================================
   ---- Popup --------
   =================================== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.modal-overlay.hidden {
    display: none;
    opacity: 0;
}

/* Modal Container */
.modal-container {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Full Popup Image */
.modal-image {
    width: auto;
    max-width: 500px; /* Adjust max width as needed */
    height: auto;
    max-height: 85vh;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    display: block;
}

/* Toggle Close Button (Top-Right Corner) */
.modal-close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 32px;
    height: 32px;
    background-color: #000;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.modal-close-btn:hover {
    background-color: #e74c3c;
    transform: scale(1.1);
}


@media (max-width: 498px) {
    .modal-image{
        width: 100%!important;
    }
}



/* ===================================
   MOBILE TOP MINI-BAR
   =================================== */
.mobile-top-bar {
    background-color: var(--maroon-primary);
    color: #ffffff;
    font-size: 12px;
    padding: 6px 0;
}

.mobile-top-bar .aff-badge {
    color: var(--gold-accent);
    font-weight: 600;
}

.mobile-top-bar .call-btn {
    color: #fff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 600;
}

/* ===================================
   DESKTOP TOP BAR & BRANDING
   =================================== */
.top-header-wrapper {
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
}

.top-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 120px;
}

.header-wing {
    background-color: var(--wing-bg);
    height: 120px;
    display: flex;
    align-items: center;
    flex: 1;
}

.wing-left {
    justify-content: flex-start;
    padding-left: 45px;
    border-bottom-right-radius: 27% 100%;
    max-width: 460px;
}

.wing-right {
    justify-content: flex-end;
    padding-right: 45px;
    border-bottom-left-radius: 27% 100%;
    max-width: 460px;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons .icon-box {
    width: 38px;
    height: 38px;
    border: 2px solid var(--maroon-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--maroon-color);
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-icons .icon-box:hover {
    background-color: var(--maroon-color);
    color: #ffffff;
}

.header-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    background-color: #ffffff;
    z-index: 2;
}

.brand-branding-group {
    display: flex;
    align-items: center;
}

.brand-logo {
    height: 85px;
    width: auto;
    margin-right: 20px;
}

.brand-title h1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 32px;
    font-weight: 500;
    color: var(--maroon-color);
    letter-spacing: 2px;
    margin: 0;
    line-height: 1;
}

.brand-title h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 36px;
    font-weight: 400;
    color: var(--maroon-color);
    letter-spacing: 2px;
    margin: 4px 0 2px 0;
    line-height: 1;
}

.brand-title p {
    font-size: 14px;
    font-weight: 700;
    color: var(--dark-text);
    letter-spacing: 1px;
    margin: 0;
}

.affiliation-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--dark-text);
}

.cbse-emblem {
    height: 65px;
    width: auto;
}

.aff-info {
    display: flex;
    flex-direction: column;
}

.aff-title {
    font-size: 13px;
    font-weight: 600;
}

.aff-number {
    font-size: 16px;
    font-weight: 700;
}

.admission-badge-desktop {
    margin-left: 20px;
    background: var(--maroon-color);
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}

.admission-badge-desktop strong {
    color: var(--gold-accent);
    display: block;
}

/* ===================================
   DESKTOP NAVBAR
   =================================== */
#mainNavbar ul.navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainNavbar ul.navbar-nav li {
    display: inline-block;
}

#mainNavbar ul.navbar-nav li a {
    color: #60122e !important; 
    font-weight: 700;
    text-decoration: none;
    padding: 8px 18px;
    display: block;
    transition: all 0.3s ease;
}

#mainNavbar ul.navbar-nav li a:hover,
#mainNavbar ul.navbar-nav li.current-menu-item > a {
    color: #800020 !important;
    background-color: rgba(96, 18, 46, 0.05);
    border-radius: 4px;
}

/* ===================================
   MOBILE NAVIGATION & OFFCANVAS
   =================================== */
.mobile-nav-toggle {
    background: transparent;
    border: none;
    color: var(--maroon-color);
    font-size: 26px;
    padding: 8px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.mobile-nav-toggle:active {
    transform: scale(0.9);
}

.mobile-offcanvas {
    width: 280px !important;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.offcanvas-logo {
    height: 45px;
    width: auto;
}

.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-list li {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-nav-list li a {
    display: block;
    padding: 14px 10px;
    color: var(--dark-text);
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.2s ease, color 0.2s ease;
}

.mobile-nav-list li a:hover,
.mobile-nav-list li.current-menu-item > a {
    color: var(--maroon-color);
    background-color: var(--gold-light);
    padding-left: 15px;
}

.btn-maroon {
    background-color: var(--maroon-primary);
    color: #ffffff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
}

.btn-maroon:hover {
    background-color: var(--maroon-dark);
    color: #ffffff;
}

.mobile-social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f4f4f4;
    color: var(--maroon-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.3s ease;
}

.mobile-social-icon:hover {
    background-color: var(--maroon-color);
    color: #ffffff;
}

/* Mobile Breakpoint Tweaks */
:root {
    --wing-bg: #e5cbcf;       
    --maroon-color: #60122e;  
    --dark-text: #1a1a1a;
    --maroon-primary: #60122e;
    --maroon-dark: #3a081a;
    --gold-accent: #c69214;
    --gold-light: #f9f3e5;
    --card-radius: 18px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    overflow-x: hidden;
}

/* ===================================
   MOBILE TOP MINI-BAR
   =================================== */
.mobile-top-bar {
    background-color: var(--maroon-primary);
    color: #ffffff;
    font-size: 12px;
    padding: 6px 0;
}

.mobile-top-bar .aff-badge {
    color: var(--gold-accent);
    font-weight: 600;
}

.mobile-top-bar .call-btn {
    color: #fff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 600;
}

.ad-botton:hover{
    background-color: #3f061b;
    transition: all .2s linear;
}

/* ===================================
   DESKTOP DROPDOWN NAVIGATION FIX
   =================================== */

#mainNavbar ul.navbar-nav > li {
    display: inline-block;
    position: relative;
}

#mainNavbar ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 8px 0;
    margin: 0;
    list-style: none;
    z-index: 999;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

#mainNavbar ul.sub-menu li {
    display: block;
    width: 100%;
    text-align: left;
}

#mainNavbar ul.sub-menu li a {
    color: var(--maroon-color) !important;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    display: block;
    transition: background-color 0.2s ease, color 0.2s ease;
}

#mainNavbar ul.sub-menu li a:hover {
    background-color: rgba(96, 18, 46, 0.08);
    color: var(--maroon-dark) !important;
}

#mainNavbar ul.navbar-nav li:hover > ul.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.mobile-nav-list ul,
.mobile-nav-list .sub-menu {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 15px !important;
    margin: 0 !important;
}
.mobile-nav-list .sub-menu li a {
    position: relative;
    padding-left: 28px !important;
    font-size: 14px;
    font-weight: 500;
}
.mobile-nav-list .sub-menu li a::before {
    content: "»";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--maroon-color);
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
}
.mobile-nav-list .sub-menu li a:hover {
    color: var(--maroon-color);
    background-color: rgba(96, 18, 46, 0.05);
}

/* ===================================
   DESKTOP TOP BAR & BRANDING
   =================================== */
.top-header-wrapper {
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
}

.top-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 120px;
}

.header-wing {
    background-color: var(--wing-bg);
    height: 120px;
    display: flex;
    align-items: center;
    flex: 1;
}

.wing-left {
    justify-content: flex-start;
    padding-left: 45px;
    border-bottom-right-radius: 27% 100%;
    max-width: 460px;
}

.wing-right {
    justify-content: flex-end;
    padding-right: 45px;
    border-bottom-left-radius: 27% 100%;
    max-width: 460px;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons .icon-box {
    width: 38px;
    height: 38px;
    border: 2px solid var(--maroon-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--maroon-color);
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-icons .icon-box:hover {
    background-color: var(--maroon-color);
    color: #ffffff;
}

.header-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    background-color: #ffffff;
    z-index: 2;
}

.brand-branding-group {
    display: flex;
    align-items: center;
}

.brand-logo {
    height: 85px;
    width: auto;
    margin-right: 20px;
}

.brand-title h1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 32px;
    font-weight: 500;
    color: var(--maroon-color);
    letter-spacing: 2px;
    margin: 0;
    line-height: 1;
}

.brand-title h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 36px;
    font-weight: 400;
    color: var(--maroon-color);
    letter-spacing: 2px;
    margin: 4px 0 2px 0;
    line-height: 1;
}

.brand-title p {
    font-size: 14px;
    font-weight: 700;
    color: var(--dark-text);
    letter-spacing: 1px;
    margin: 0;
}

.affiliation-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--dark-text);
}

.cbse-emblem {
    height: 65px;
    width: auto;
}

.aff-info {
    display: flex;
    flex-direction: column;
}

.aff-title {
    font-size: 13px;
    font-weight: 600;
}

.aff-number {
    font-size: 16px;
    font-weight: 700;
}

.admission-badge-desktop {
    margin-left: 20px;
    background: var(--maroon-color);
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}

.admission-badge-desktop strong {
    color: var(--gold-accent);
    display: block;
}

/* ===================================
   DESKTOP NAVBAR
   =================================== */
#mainNavbar ul.navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainNavbar ul.navbar-nav li {
    display: inline-block;
}

#mainNavbar ul.navbar-nav li a {
    color: #60122e !important; 
    font-weight: 700;
    text-decoration: none;
    padding: 8px 18px;
    display: block;
    transition: all 0.3s ease;
}

#mainNavbar ul.navbar-nav li a:hover,
#mainNavbar ul.navbar-nav li.current-menu-item > a {
    color: #800020 !important;
    background-color: rgba(96, 18, 46, 0.05);
    border-radius: 4px;
}

/* ===================================
   MOBILE NAVIGATION & OFFCANVAS
   =================================== */
.mobile-nav-toggle {
    background: transparent;
    border: none;
    color: var(--maroon-color);
    font-size: 26px;
    padding: 8px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.mobile-nav-toggle:active {
    transform: scale(0.9);
}

.mobile-offcanvas {
    width: 280px !important;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.offcanvas-logo {
    height: 45px;
    width: auto;
}

.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-list li {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-nav-list li a {
    display: block;
    padding: 14px 10px;
    color: var(--dark-text);
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.2s ease, color 0.2s ease;
}

.mobile-nav-list li a:hover,
.mobile-nav-list li.current-menu-item > a {
    color: var(--maroon-color);
    background-color: var(--gold-light);
    padding-left: 15px;
}

.btn-maroon {
    background-color: var(--maroon-primary);
    color: #ffffff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
}

.btn-maroon:hover {
    background-color: var(--maroon-dark);
    color: #ffffff;
}

.mobile-social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f4f4f4;
    color: var(--maroon-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.3s ease;
}

.mobile-social-icon:hover {
    background-color: var(--maroon-color);
    color: #ffffff;
}

/* Mobile Breakpoint Tweaks */


/* ===================================
   BUTTONS & SECTION STYLES
   =================================== */
.btn-outline-maroon {
    color: var(--maroon-color);
    border: 1px solid var(--maroon-color);
}

.btn-outline-maroon:hover {
    background-color: var(--maroon-color);
    color: #fff;
}

.info-banner {
    background: linear-gradient(rgba(80, 0, 20, 0.8), rgba(80, 0, 20, 0.8)), url('../images/bgimg.png') center/cover no-repeat;
}

.tracking-wider {
    letter-spacing: 1px;
}

.max-w-850 {
    max-width: 850px;
    margin: 0 auto;
}

.navbar-toggler {
    border-color: var(--maroon-color);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(96, 18, 46, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.wel-des p{
  font-size: 16px;
}


/* --- HOVER EFFECT --- */
.nav-menu li a:hover {
    color: #000 !important; /* Darker maroon on hover */
    background-color: rgba(96, 18, 46, 0.05); /* Subtle background tint */
    border-radius: 4px;
}

/* --- ACTIVE PAGE HIGHLIGHTING EFFECT --- */
/* WordPress automatically adds .current-menu-item or .current_page_item to the current page <li> */
.nav-menu li.current-menu-item > a,
.nav-menu li.current_page_item > a,
.nav-menu li.current-menu-ancestor > a,
.nav-menu li a.active {
    color: #000 !important;
    font-weight: 800;
    
}


/**************************************
-------------- About-us ------------------
***************************************** */

.al-about {
    background-image: url('../images/al-about2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    padding-top: 60px !important;
    padding-bottom: 70px !important;
}

.max-w-850 {
    max-width: 820px;
    margin: 0 auto;
}

.welcome-subtitle {
    font-size: 13px;
    letter-spacing: 1.5px;
    color: #4a4a4a !important;
    margin-bottom: 6px;
}

.welcome-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 28px;
    letter-spacing: 1px;
    color: var(--maroon-color) !important;
    text-transform: uppercase;
}

.title-divider {
    width: 80px;
    height: 1px;
    background-color: var(--maroon-color);
    margin: 0 auto;
    position: relative;
    opacity: 0.8;
}

.divider-dot {
    width: 7px;
    height: 7px;
    background-color: var(--maroon-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wel-des p, 
.wel-des {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.85;
    color: #555555;
    margin-bottom: 18px;
}

.btn-learn-more {
    color: var(--maroon-color);
    border: 1px solid var(--maroon-color);
    background-color: transparent;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 32px;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-learn-more:hover {
    background-color: var(--maroon-color);
    color: #ffffff;
}

/* Responsive Scaling */
@media (max-width: 768px) {
    .al-about {
        background-size: cover; 
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    
    .welcome-title {
        font-size: 22px;
    }
    
    .wel-des p, 
    .wel-des {
        font-size: 12.5px;
    }
}

/* ===================================
   FEATURE HIGHLIGHTS
   =================================== */
.feature-highlights-section {
    background-color: #fbf7f8; 
    padding: 35px 0;
    border-top: 1px solid #f0e6e8;
    border-bottom: 1px solid #f0e6e8;
}

.feature-col {
    position: relative;
    padding: 0 15px;
}

.feature-col:not(.no-divider)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 45px;
    width: 1px;
    background-color: #e5cfd4;
}

.feature-box {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 5px 10px;
}

.feature-icon-circle {
    width: 60px;
    height: 60px;
    background-color: #60122e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    flex-shrink: 0;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15); 
}

.feature-content {
    display: flex;
    flex-direction: column;
}

.feature-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #2b2b2b;
    letter-spacing: 0.5px;
    margin: 0 0 4px 0;
    text-transform: uppercase;
}

.feature-desc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.45;
    color: #666666;
    margin: 0;
}


/* ===================================
   PRINCIPAL SECTION STYLES
   =================================== */
/* .principal-section {
    background-image: url('../images/al-about.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
} */

/* .bg-maroon-soft {
    background-color: rgba(96, 18, 46, 0.05);
} */

.principal-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-maro{
    color: #960c3e;
}
/* .principal-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.principal-card:hover {
    box-shadow: 0 15px 35px rgba(96, 18, 46, 0.1) !important;
} */

.principal-text p {
    font-size: 0.95rem;
    margin-bottom: 1rem;
}


/* Responsive adjustments */
@media (max-width: 991px) {
    .feature-col {
        margin-bottom: 25px;
    }
    .feature-col:not(.no-divider)::after {
        display: none;
    }
}

/*****************************************
------- Gallery-----------
**********************************************/

/* Section Titles */
.gallery-section {
    background-color: #faf7f8;
}

.gallery-subtitle {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #888888;
}

.gallery-main-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--maroon-primary);
    margin-top: 5px;
    margin-bottom: 12px;
}

.gallery-title-divider {
    width: 70px;
    height: 2px;
    background-color: var(--maroon-primary);
    margin: 0 auto;
    position: relative;
}

.gallery-title-divider .divider-dot {
    width: 6px;
    height: 6px;
    background-color: var(--maroon-primary);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Gallery Card Wrapper */
.gallery-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 280px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    cursor: pointer;
}

/* Image Smooth Zoom */
.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-card:hover .gallery-img {
    transform: scale(1.1);
}

/* Gradient Overlay Animation */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(63, 9, 28, 0.92) 0%, rgba(96, 18, 46, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    display: flex;
    align-items: flex-end;
    padding: 25px;
    transition: opacity 0.4s ease;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

/* Text Slide-Up Animation */
.gallery-content {
    transform: translateY(20px);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    position: relative;
}

.gallery-card:hover .gallery-content {
    transform: translateY(0);
}

.gallery-category {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--gold-accent);
    display: block;
    margin-bottom: 4px;
}

.gallery-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

/* Action Plus Icon Button */
.gallery-link-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 38px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.gallery-link-btn:hover {
    background-color: var(--gold-accent);
    color: var(--maroon-dark);
}


/****************************************************
--------------------- GET IN TOUCH ----------
***************************************************************/

/* .stats-contact-section {
    background-color: #faf7f8;
} */

.stats-contact-section .item-con{
    max-width: 1000px;
    margin: 0 auto;
}

.stat-card {
    border-radius: var(--card-radius);
    padding: 30px 200px 30px 20px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 0 10px 25px rgba(96, 18, 46, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(96, 18, 46, 0.12);
}

.stat-number {
    font-family: 'Times New Roman', Times, serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.stat-card-maroon {
    background-color: var(--maroon-primary);
    color: #ffffff;
}

.stat-card-maroon-dark {
    background-color: var(--maroon-dark);
    color: #ffffff;
}

.stat-card-gold {
    background-color: #e5ad23;
    color: #ffffff;
}

.stat-card-light {
    background-color: #ffffff;
    border: 2px solid #ebdada;
    color: var(--maroon-primary);
}

.contact-subheading {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #888888;
}

.contact-heading {
    font-size: 34px;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 12px;
}

.contact-divider {
    width: 60px;
    height: 2px;
    background-color: var(--maroon-primary);
}

.contact-icon {
    width: 36px;
    height: 36px;
    background-color: #f2e2e6;
    color: var(--maroon-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.contact-details-list li {
    font-size: 16px;
    line-height: 1.5;
    color: #444444;
}

.btn-maroon-contact {
    background-color: var(--maroon-primary);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-maroon-contact:hover {
    background-color: var(--maroon-dark);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(96, 18, 46, 0.3);
}

@media (max-width: 768px) {
    .stat-card {
        height: 130px;
        padding: 15px;
    }
    .stat-number {
        font-size: 28px;
    }
    .stat-label {
        font-size: 10px;
    }
}

/*******************************************************************
----------------- TESTIMONIAL ------------------------
****************************************************/
.testimonials-section {
    background: #faeded;
    background: linear-gradient(180deg,rgba(250, 237, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 60px 0;
}

.testimonial-icon {
    font-size: 26px;
    color: var(--maroon-primary);
}

.testimonial-subtitle {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #888888;
}

.testimonial-main-title {
    font-size: 32px;
    font-weight: 700;
    margin-top: 4px;
}

.testimonial-card {
    background-color: #ffffff;
    border-radius: 6px;
    padding: 35px 25px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-center: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(96, 18, 46, 0.1);
}

.card-border-maroon {
    border-top: 4px solid var(--maroon-primary);
}

.card-border-gold {
    border-top: 4px solid var(--gold-accent);
}

.card-border-dark {
    border-top: 4px solid var(--maroon-dark);
}

.avatar-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.google-badge {
    position: absolute;
    bottom: 2px;
    right: -2px;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    color: #ea4335;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
    margin-bottom: 25px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.author-info {
    text-align: center;
}

.author-name {
    font-size: 17px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 2px 0;
}

.author-meta {
    font-size: 11px;
    color: #888888;
    display: block;
}


/* FOOTER ------------------- */

.main-footer {
    background-color: #4a0d23; 
    color: #f8f9fa;
}

.footer-title {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #ffffff;
    border-bottom: 2px solid #800020;
    display: inline-block;
    padding-bottom: 5px;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 5px;
}

/* Social media icon boxes */
.footer-icon-box {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-icon-box:hover {
    background-color: #800020;
    border-color: #800020;
    color: #fff;
}

/* Floating Scroll to Top Button */
.scroll-up-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 42px;
    height: 42px;
    background-color: #60122e;
    color: #ffffff;
    border-radius: 50%;
    display: none; 
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
    transition: all 0.3s ease;
}

.scroll-up-btn:hover {
    background-color: #800020;
    transform: translateY(-3px);
}

.main-footer a{
    color: #fff;
    text-decoration: none;
}

.main-footer a:hover{
    color: #000;
    transition: all .2s linear;
}


/* Responsive adjustments for mobile/tablet */
@media only screen and (max-width: 992px) {
    .top-bar-container {
        min-height: auto;
    }
    
    .header-wing {
        width: 100%;
        height: auto;
        padding: 15px !important;
        justify-content: center;
        border-radius: 0 !important;
        max-width: 100%;
    }

    .header-center {
        width: 100%;
        padding: 15px 20px;
    }

    .brand-logo {
        height: 55px;
        margin-right: 12px;
    }
    .brand-title h1 {
        font-size: 20px;
    }
    .brand-title h2 {
        font-size: 22px;
    }
    .brand-title p {
        font-size: 11px;
    }
    .admission-text { margin-left: 15px; }
}


/* ===================================
   ------------------PAGE TEMPLAITES-----------------
   =================================== */

/* ===================================
   UNIVERSAL SITE BANNER STYLES
   =================================== */

.site-inner-banner {
    position: relative;
    min-height: 380px;
    background-color: var(--maroon-dark);
    display: flex;
    align-items: center;
}

.min-vh-30 {
    min-height: 260px;
}

.site-inner-banner .banner-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    filter: brightness(0.8);
}

/* .site-inner-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(96, 18, 46, 0.92) 0%, rgba(58, 8, 26, 0.88) 10%);
    z-index: 2;
} */

/* .site-inner-banner .banner-glow-effect {
    position: absolute;
    right: -10%;
    bottom: -20%;
    width: 50%;
    height: 140%;
    background: radial-gradient(circle, rgba(198, 146, 20, 0.25) 0%, rgba(0, 0, 0, 0) 10%);
    z-index: 3;
    pointer-events: none;
} */

.z-index-2 {
    z-index: 4;
}

/* Breadcrumb Styling */
.custom-breadcrumb {
    background: transparent;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.custom-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.2s ease;
}

.custom-breadcrumb .breadcrumb-item a:hover {
    color: var(--gold-accent);
}

.custom-breadcrumb .breadcrumb-item.active {
    color: var(--gold-accent);
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.4);
    content: "›";
    font-size: 16px;
    line-height: 1;
}

/* Badge Styling */
.banner-badge {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 4px 14px;
    border-radius: 20px;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background-color: var(--gold-accent);
    border-radius: 50%;
    display: inline-block;
}

.badge-text {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}


.banner-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.banner-subtitle {
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.6;
    max-width: 750px;
}

/***********************
===============================
Contact us-----------------------
===============================
********************* */
.auto-container{
  max-width: 1920px;
  margin: auto;
  position: relative;
}
.al-contact{
  position: relative;
  margin-bottom: 6rem;
  padding: 20px 5%;
}

.al-contact .grey-baground{
  background-color: #f2f3f2;
  height: 13rem;
  position: absolute;
  top: 0px; left: 0px;
  width: 100%;
}


.al-contact .request-form{
  padding-top: 2rem;
}


.al-contact .request-form .con-container{
  background-color: var(--maroon-color);
  display: flex; align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 40px 30px;
}

.al-contact .request-form .con-container h1{
  color: #fff; 
  font: 500 26px/1.1 'Times New Roman', Times, serif;
  font-size: 28px;;
  margin-bottom: 2rem;
}

.al-contact .request-form .con-container .con-item {
  margin-bottom: 10px;
  display: flex;align-items: center;
  justify-content: center;
  gap: 10px;
}

.al-contact .request-form .con-container .cont-addr {
  margin-bottom: 10px;
  display: flex;align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.al-contact .request-form .con-container .cont-addr p , .cont-addr i{
 font-size: 16px; color: #fff;
}

.al-contact .request-form .con-container .cont-addr i{
  transform: translateY(9px);
 }

.al-contact .request-form .con-container .con-item i,.con-item a{
  font-size: 16px; color: #fff;
}

.al-contact .request-form .con-container .con-item a{
 font-family: Arial, Helvetica, sans-serif;
}

.al-contact .consultation-form{
  padding-left: 30px;
}

.al-contact .consultation-form .al-req-form {
  background-color: #ffff;
  padding: 20px 30px;
}

.al-contact .consultation-form .al-req-form h1{
 color: var(--maroon-color);
 font: 500 26px/1.1 'Times New Roman', Times, serif;
    font-size: 36px;;
 margin-bottom: 1.5rem;
}

.al-contact .consultation-form .al-req-form .frm-btn{
  background-color: var(--maroon-color);
  color: #fff; font-family: Arial, Helvetica, sans-serif;
  padding: 5px 25px;
  border: none; outline: none;
 }

 .al-contact .consultation-form .al-req-form .frm-btn:hover{
  background-color: rgb(25, 129, 34); transition: all .2s linear;
 }

 .al-contact .maplink iframe{
  margin-top: 3rem;
 }

 .al-contact .maplink iframe{
  height: 400px;
  width: 100%;
 }

.al-contact .map-container{
  margin:2.5rem 0px 1rem 0px;
}

.al-contact iframe{
  width: 100%; height: 300px;
}

.al-contact .follow h2{
  font: 500 22px /1 'Times New Roman', Times, serif;
    font-size: 28px;;
  color: #fff;
}

.al-contact .follow .social{
 display: flex; align-items: center;
 justify-content: flex-start;
 gap: 10px;
 margin-top: 15px;
}

.al-contact .follow .social span{
  width: 30px; height: 30px;
  background-color: #fff;
  display: flex; align-items: center;
  justify-content: center;
  transition: all .2s linear;
 }

 .al-contact .follow .social span i{
  font-size: 16px; color: var(--maroon-color);
 }

 .al-contact .follow .social a:hover span {
  background-color: var(--maroon-color);
 }

 .al-contact .follow .social a:hover span i{
  color: #fff;
 }
 .al-contact a{
    text-decoration: none;
 }

 .con-item a:hover{
    color: var(--gold-accent);
    transition: all .2s linear;
 }



/* Mobile */
@media (max-width: 991px) {
    .site-inner-banner {
        min-height: 300px;
    }
    .banner-title {
        font-size: 28px;
    }
    .banner-subtitle {
        font-size: 14px;
    }
    .inner-content-card {
        margin-top: -30px;
    }
}


