/* ==========================================================================
   Vijeta.in - CRYSTAL CLEAR MODERN DESIGN SYSTEM
   Theme: Royal Blue & Midnight Navy (#2563eb), Deep Navy (#0f172a), Amber Gold (#f59e0b)
   Strictly Pure ASCII - Production Ready
   ========================================================================== */

/* 1. Global Typography & Icon Safety */
body, p, input, select, textarea, div, li {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.school-name, .hero-title, .section-title,
.section-header-center h2, .gal-title h2, .why-heading {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    letter-spacing: -0.02em;
}

/* Ensure FontAwesome icons NEVER get overridden by text font-family */
.fa, [class*="fa-"], [class^="fa-"] {
    font-family: 'FontAwesome' !important;
    font-style: normal;
}

/* 2. Top Header Bar */
.modern-topbar {
    background: #0f172a !important;
    padding: 9px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.modern-topbar .topbar-left a {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    gap: 8px !important;
    transition: color 0.2s !important;
}

.modern-topbar .topbar-left a:hover {
    color: #f59e0b !important;
}

.modern-topbar .topbar-left a i {
    color: #f59e0b !important;
}

.modern-topbar .topbar-admission-btn {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    color: #0f172a !important;
    font-weight: 800 !important;
    font-size: 12.5px !important;
    padding: 6px 18px !important;
    border-radius: 50px !important;
    box-shadow: 0 2px 10px rgba(245, 158, 11, 0.35) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.25s ease !important;
}

.modern-topbar .topbar-admission-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.55) !important;
    color: #000000 !important;
}

.modern-topbar .topbar-fee-btn {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    font-weight: 700 !important;
    font-size: 12.5px !important;
    padding: 5px 16px !important;
    border-radius: 50px !important;
    transition: all 0.25s ease !important;
}

.modern-topbar .topbar-fee-btn:hover {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #ffffff !important;
}

/* 3. Logo & Campus Banner */
.logo-banner {
    background: #ffffff !important;
    padding: 18px 0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.logo-banner-link .main-logo {
    height: 82px !important;
    width: auto !important;
}

.logo-text-box .school-name {
    font-size: 30px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 3px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.5px !important;
}

.logo-text-box .school-tagline {
    font-size: 13.5px !important;
    color: #2563eb !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.header-info-item .info-icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    background: #eff6ff !important;
    border: 1px solid #bfdbfe !important;
}

.header-info-item .info-icon i {
    color: #2563eb !important;
    font-size: 17px !important;
}

.header-info-item .info-label {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #64748b !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
}

.header-info-item .info-value {
    font-size: 14.5px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
}

/* 4. Modern Navigation Bar */
.modern-navbar {
    background: linear-gradient(90deg, #091124 0%, #2563eb 50%, #091124 100%) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.navbar-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.navbar-inner nav {
    width: auto !important;
    flex: 1 1 auto !important;
    display: flex !important;
    justify-content: center !important;
}

.navbar-brand-link {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    margin-right: 15px !important;
}

.navbar-brand-link img {
    height: 48px !important;
    width: auto !important;
    display: block !important;
}

.navigation {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.navigation > li {
    flex-shrink: 0 !important;
}

.navigation > li > a {
    padding: 16px 14px !important;
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    white-space: nowrap !important;
    transition: all 0.2s ease !important;
}

@media (max-width: 1200px) {
    .navigation {
        gap: 2px !important;
    }
    .navigation > li > a {
        padding: 15px 9px !important;
        font-size: 12.5px !important;
    }
}

.navigation > li > a:hover,
.navigation > li.active > a {
    color: #f59e0b !important;
}

.navigation > li > a::after {
    background: #f59e0b !important;
    height: 3px !important;
    border-radius: 3px 3px 0 0 !important;
}

.navigation > li > ul {
    background: #ffffff !important;
    border-radius: 0 0 12px 12px !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14) !important;
    border: 1px solid #e2e8f0 !important;
    border-top: 3px solid #2563eb !important;
    padding: 8px 0 !important;
}

.navigation > li > ul::before {
    color: #2563eb !important;
    border-bottom: 1px solid #f1f5f9 !important;
    font-size: 11px !important;
    padding: 8px 20px 8px !important;
}

.navigation > li > ul li a {
    padding: 9px 20px !important;
    font-size: 13.5px !important;
    color: #334155 !important;
    font-weight: 500 !important;
    transition: all 0.18s ease !important;
}

.navigation > li > ul li a:hover {
    background: #f8fafc !important;
    color: #2563eb !important;
    padding-left: 24px !important;
}

.navigation > li > ul li a i {
    color: #2563eb !important;
    width: 18px !important;
    margin-right: 8px !important;
}

/* 5. Hero Section & Swiper */
.mps-hero-swiper {
    height: 560px !important;
}

@media (max-width: 991px) {
    .mps-hero-swiper {
        height: 420px !important;
    }
}
@media (max-width: 600px) {
    .mps-hero-swiper {
        height: 340px !important;
    }
}

.hero-overlay {
    background: linear-gradient(180deg, rgba(7, 30, 20, 0.45) 0%, rgba(15, 23, 42, 0.68) 100%) !important;
}

.hero-content {
    max-width: 920px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}

.hero-chip-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245, 158, 11, 0.25);
    color: #fbbf24;
    border: 1px solid rgba(245, 158, 11, 0.45);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
    backdrop-filter: blur(4px);
}

.hero-title {
    font-size: 48px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
    margin: 0 0 16px !important;
    letter-spacing: -0.5px !important;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5) !important;
}

.hero-title span {
    color: #f59e0b !important;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 34px !important;
    }
}
@media (max-width: 600px) {
    .hero-title {
        font-size: 24px !important;
    }
}

.hero-sub {
    font-size: 17px !important;
    color: rgba(255, 255, 255, 0.92) !important;
    line-height: 1.6 !important;
    max-width: 700px !important;
    margin: 0 auto 28px !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4) !important;
}

@media (max-width: 600px) {
    .hero-sub {
        font-size: 13.5px !important;
        margin-bottom: 20px !important;
    }
}

.hero-btn-primary {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    color: #0f172a !important;
    padding: 13px 32px !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    font-size: 14.5px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.35) !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.25s ease !important;
}

.hero-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(245, 158, 11, 0.5) !important;
    color: #000000 !important;
}

.hero-btn-secondary {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    padding: 13px 30px !important;
    border-radius: 50px !important;
    border: 1.5px solid rgba(255, 255, 255, 0.6) !important;
    font-weight: 700 !important;
    font-size: 14.5px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    backdrop-filter: blur(4px) !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.25s ease !important;
}

.hero-btn-secondary:hover {
    background: #ffffff !important;
    color: #0f172a !important;
    border-color: #ffffff !important;
    transform: translateY(-2px);
}

/* 6. Institute Trust Metrics Bar */
.mps-stats {
    background: #ffffff !important;
    padding: 24px 0 !important;
    margin-top: -36px !important;
    position: relative !important;
    z-index: 20 !important;
}

.stats-inner {
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #e2e8f0 !important;
    padding: 24px 32px !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
}

@media (max-width: 991px) {
    .stats-inner {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 600px) {
    .stats-inner {
        grid-template-columns: 1fr !important;
        padding: 20px !important;
    }
}

.stats-inner .stat-item {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    border: none !important;
    padding: 0 !important;
}

.stats-inner .stat-icon-wrap {
    width: 52px !important;
    height: 52px !important;
    border-radius: 14px !important;
    background: #eff6ff !important;
    border: 1px solid #bfdbfe !important;
    color: #2563eb !important;
    font-size: 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.stats-inner .stat-item h3 {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.stats-inner .stat-item p {
    font-size: 13px !important;
    color: #64748b !important;
    font-weight: 600 !important;
    margin: 2px 0 0 !important;
}

/* 7. Notice Ticker Bar */
.mps-ticker {
    background: #0f172a !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
    height: 44px !important;
    border-top: 1px solid #1e293b !important;
    border-bottom: 1px solid #1e293b !important;
}

.mps-ticker .ticker-badge {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    color: #0f172a !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    padding: 0 20px !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
    flex-shrink: 0 !important;
    z-index: 2 !important;
}

.mps-ticker .ticker-track {
    flex: 1 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    padding-left: 20px !important;
}

.mps-ticker .ticker-content a {
    color: #e2e8f0 !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
}

.mps-ticker .ticker-content a:hover {
    color: #f59e0b !important;
    text-decoration: underline !important;
}

/* 8. Unified Section Headers */
.section-header-center {
    text-align: center !important;
    margin-bottom: 42px !important;
}

.section-chip {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: #eff6ff !important;
    color: #2563eb !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    padding: 6px 18px !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
    margin-bottom: 12px !important;
    border: 1px solid #bfdbfe !important;
}

.section-header-center h2 {
    font-size: 34px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 10px !important;
    letter-spacing: -0.5px !important;
    line-height: 1.25 !important;
}

.section-header-center h2 span {
    color: #2563eb !important;
}

.section-divider {
    width: 50px !important;
    height: 3px !important;
    background: #f59e0b !important;
    margin: 12px auto 14px !important;
    border-radius: 2px !important;
}

.section-sub {
    font-size: 15.5px !important;
    color: #64748b !important;
    max-width: 650px !important;
    margin: 0 auto !important;
    line-height: 1.6 !important;
}

/* 9. Why Choose Vijeta.in (Cohesive Feature Grid) */
.mps-why {
    background: #f8fafc !important;
    padding: 85px 0 !important;
    border-top: 1px solid #e2e8f0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.why-chip-dark {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: #eff6ff !important;
    color: #2563eb !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    padding: 6px 16px !important;
    border-radius: 50px !important;
    border: 1px solid #bfdbfe !important;
    margin-bottom: 14px !important;
}

.why-heading {
    font-size: 38px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.2 !important;
    margin: 0 0 16px !important;
    letter-spacing: -0.5px !important;
}

.why-heading span {
    color: #2563eb !important;
}

.why-subtext {
    font-size: 15px !important;
    color: #64748b !important;
    line-height: 1.6 !important;
    margin-bottom: 24px !important;
}

.why-stat-num {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #2563eb !important;
}

.why-feat {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    padding: 24px 20px !important;
    display: flex !important;
    gap: 16px !important;
    align-items: flex-start !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03) !important;
}

.why-feat:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 24px rgba(10, 92, 56, 0.08) !important;
    border-color: #2563eb !important;
}

.why-feat-icon {
    width: 48px !important;
    height: 48px !important;
    border-radius: 12px !important;
    background: #eff6ff !important;
    border: 1px solid #bfdbfe !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    color: #2563eb !important;
    flex-shrink: 0 !important;
}

.why-feat-body h5 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 6px !important;
}

.why-feat-body p {
    font-size: 13.5px !important;
    color: #64748b !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* 10. Quick Access Shortcuts Grid */
.mps-quick-access {
    background: #ffffff !important;
    padding: 85px 0 !important;
}

.qa-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}

@media (max-width: 991px) {
    .qa-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 600px) {
    .qa-grid {
        grid-template-columns: 1fr !important;
    }
}

.qa-tile {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-left: 4px solid #2563eb !important;
    border-radius: 12px !important;
    padding: 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
}

.qa-tile:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 24px rgba(10, 92, 56, 0.1) !important;
    border-color: #2563eb !important;
    border-left-color: #f59e0b !important;
}

.qa-icon {
    width: 46px !important;
    height: 46px !important;
    border-radius: 12px !important;
    background: #eff6ff !important;
    color: #2563eb !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    flex-shrink: 0 !important;
    transition: all 0.25s ease !important;
}

.qa-tile:hover .qa-icon {
    background: #2563eb !important;
    color: #ffffff !important;
}

.qa-label {
    display: block !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.3 !important;
}

.qa-sub {
    display: block !important;
    font-size: 12px !important;
    color: #64748b !important;
    margin-top: 2px !important;
}

.qa-arrow {
    margin-left: auto !important;
    color: #cbd5e1 !important;
    font-size: 13px !important;
    transition: all 0.25s ease !important;
}

.qa-tile:hover .qa-arrow {
    color: #2563eb !important;
    transform: translateX(4px) !important;
}

/* 11. World-Class Facilities Cards */
.mps-facilities {
    background: #f8fafc !important;
    padding: 85px 0 !important;
}

.fac-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-left: 4px solid #2563eb !important;
    border-radius: 14px !important;
    padding: 26px 22px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 18px !important;
    transition: all 0.3s ease !important;
    margin-bottom: 24px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
}

.fac-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 28px rgba(10, 92, 56, 0.08) !important;
    border-color: #2563eb !important;
    border-left-color: #f59e0b !important;
}

.fac-icon {
    width: 50px !important;
    height: 50px !important;
    border-radius: 12px !important;
    background: #eff6ff !important;
    color: #2563eb !important;
    font-size: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.fac-body h5 {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 8px !important;
}

.fac-body p {
    font-size: 14px !important;
    color: #64748b !important;
    line-height: 1.55 !important;
    margin: 0 !important;
}

.fac-arrow {
    margin-left: auto !important;
    color: #cbd5e1 !important;
    font-size: 14px !important;
    align-self: center !important;
    transition: all 0.25s ease !important;
}

.fac-card:hover .fac-arrow {
    color: #2563eb !important;
    transform: translateX(4px) !important;
}

/* 12. Testimonials (Dark Glassmorphic Elegance) */
.mps-testimonials {
    background: #0f172a !important;
    color: #ffffff !important;
    padding: 90px 0 !important;
}

.testi-card {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    padding: 34px !important;
    backdrop-filter: blur(8px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25) !important;
}

.testi-stars {
    color: #f59e0b !important;
    font-size: 16px !important;
    margin-bottom: 14px !important;
}

.testi-text {
    font-size: 15.5px !important;
    line-height: 1.7 !important;
    color: #e2e8f0 !important;
    font-style: italic !important;
}

.testi-avatar {
    background: linear-gradient(135deg, #2563eb 0%, #10b981 100%) !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.testi-author-info strong {
    color: #ffffff !important;
    font-size: 15px !important;
}

.testi-author-info span {
    color: #94a3b8 !important;
    font-size: 12.5px !important;
}

/* 13. Gallery Moments */
.mps-gallery {
    background: #ffffff !important;
    padding: 85px 0 !important;
}

.gal-img-wrap {
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid #e2e8f0 !important;
    display: block !important;
}

.gal-img-wrap img {
    transition: transform 0.4s ease !important;
}

.gal-img-wrap:hover img {
    transform: scale(1.06) !important;
}

.gallery-view-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #2563eb !important;
    color: #ffffff !important;
    padding: 12px 28px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    margin-top: 36px !important;
}

.gallery-view-btn:hover {
    background: #f59e0b !important;
    color: #0f172a !important;
    transform: translateY(-2px) !important;
}

/* 14. Bottom Admissions Open Callout Banner */
.mps-cta-banner {
    background: linear-gradient(135deg, #0f172a 0%, #2563eb 60%, #0f172a 100%) !important;
    padding: 65px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.mps-cta-banner h2 {
    font-size: 34px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    letter-spacing: -0.5px !important;
}

.mps-cta-banner p {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.6 !important;
}

.mps-cta-banner a {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    color: #0f172a !important;
    padding: 14px 34px !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    font-size: 15.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.35) !important;
    transition: all 0.25s ease !important;
}

.mps-cta-banner a:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 28px rgba(245, 158, 11, 0.5) !important;
    color: #000000 !important;
}

/* 15. Footer Enhancements */
.mps-footer {
    background: linear-gradient(135deg, #030712 0%, #0f172a 100%) !important;
    color: #e2e8f0 !important;
    padding: 70px 0 30px !important;
}

.mps-footer a {
    color: rgba(255, 255, 255, 0.8) !important;
    transition: color 0.2s !important;
}

.mps-footer a:hover {
    color: #f59e0b !important;
}

.mps-footer-bottom {
    background: #070d1e !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 20px 0 !important;
    font-size: 13.5px !important;
    color: #94a3b8 !important;
}

/* 16. About Section Refinement */
.mps-about {
    background: #ffffff !important;
    padding: 90px 0 !important;
}

.about-img-col {
    position: relative !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1) !important;
    border: 4px solid #ffffff !important;
}

.about-img-col img {
    border-radius: 14px !important;
    width: 100% !important;
    display: block !important;
}

.about-badge {
    position: absolute !important;
    bottom: 24px !important;
    right: 24px !important;
    background: linear-gradient(135deg, #2563eb 0%, #0f172a 100%) !important;
    color: #ffffff !important;
    padding: 16px 22px !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 25px rgba(10, 92, 56, 0.35) !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    text-align: center !important;
}

.about-badge .badge-num {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #f59e0b !important;
    line-height: 1 !important;
}

.about-badge .badge-lbl {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.about-content h2 {
    font-size: 36px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 10px 0 14px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.5px !important;
}

.about-content h2 span {
    color: #2563eb !important;
}

.about-stats {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
    margin: 28px 0 !important;
}

.astat {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 16px 12px !important;
    text-align: center !important;
    transition: all 0.25s ease !important;
}

.astat:hover {
    background: #ffffff !important;
    border-color: #2563eb !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(10, 92, 56, 0.08) !important;
}

.astat-num {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #2563eb !important;
    line-height: 1.1 !important;
}

.astat-lbl {
    font-size: 12px !important;
    color: #64748b !important;
    font-weight: 600 !important;
    margin-top: 4px !important;
}

.motto-box {
    background: #f8fafc !important;
    border: 1px solid #dbeafe !important;
    border-left: 4px solid #2563eb !important;
    border-radius: 12px !important;
    padding: 18px 22px !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 24px 0 28px !important;
}

.motto-icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 10px !important;
    background: #2563eb !important;
    color: #f59e0b !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    flex-shrink: 0 !important;
}

.motto-text strong {
    display: block !important;
    color: #0f172a !important;
    font-size: 14px !important;
    margin-bottom: 2px !important;
}

.motto-text p {
    font-size: 13.5px !important;
    color: #334155 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

.btn-mps {
    background: #2563eb !important;
    color: #ffffff !important;
    padding: 12px 28px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.25s ease !important;
}

.btn-mps:hover {
    background: #f59e0b !important;
    color: #0f172a !important;
    transform: translateY(-2px) !important;
}

.btn-mps-outline {
    background: transparent !important;
    color: #2563eb !important;
    border: 2px solid #2563eb !important;
    padding: 10px 26px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-left: 10px !important;
    transition: all 0.25s ease !important;
}

.btn-mps-outline:hover {
    background: #2563eb !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

/* 17. Inner Hero & Page Banner Refinements */
.inner-hero {
    background: linear-gradient(135deg, #091124 0%, #2563eb 60%, #030712 100%) !important;
    padding: 65px 0 55px !important;
    position: relative !important;
    overflow: hidden !important;
    text-align: center !important;
}

.inner-hero::after {
    display: none !important;
}

.inner-hero h1 {
    font-size: 38px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 10px 0 !important;
    letter-spacing: -0.5px !important;
}

.inner-hero h1 span {
    color: #f59e0b !important;
}

.inner-breadcrumb {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 10px !important;
    font-size: 13.5px !important;
}

.inner-breadcrumb li {
    color: rgba(255, 255, 255, 0.75) !important;
}

.inner-breadcrumb a {
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.inner-breadcrumb a:hover {
    color: #f59e0b !important;
}

.inner-breadcrumb .active {
    color: #f59e0b !important;
    font-weight: 600 !important;
}

.inner-hero-divider {
    width: 50px !important;
    height: 3px !important;
    background: #f59e0b !important;
    margin: 12px auto 0 !important;
    border-radius: 2px !important;
}

/* ============================================================
   14. MOBILE & TABLET RESPONSIVE HEADER & DRAWER SYSTEM
   ============================================================ */
@media (max-width: 991px) {
    .modern-navbar {
        display: none !important;
    }
    .header-info-box {
        display: none !important;
    }
    .logo-banner {
        padding: 10px 0 !important;
    }
    .logo-banner-inner {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px !important;
    }
    .logo-banner-link .main-logo {
        height: 52px !important;
        width: auto !important;
    }
    .logo-text-box .school-name {
        font-size: 20px !important;
        margin: 0 !important;
    }
    .logo-text-box .school-tagline {
        font-size: 11.5px !important;
        gap: 4px !important;
    }
    .mps-hamburger {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 5px !important;
        width: 44px !important;
        height: 44px !important;
        background: #eff6ff !important;
        border: 1.5px solid #bfdbfe !important;
        border-radius: 10px !important;
        cursor: pointer !important;
        padding: 0 !important;
        margin-left: auto !important;
        flex-shrink: 0 !important;
        box-shadow: 0 2px 8px rgba(10, 92, 56, 0.12) !important;
        transition: all 0.2s ease !important;
    }
    .mps-hamburger:hover, .mps-hamburger:active {
        background: #bfdbfe !important;
    }
    .mps-hamburger span {
        display: block !important;
        width: 22px !important;
        height: 2.5px !important;
        background: #2563eb !important;
        border-radius: 3px !important;
        transition: all 0.25s ease !important;
    }
}

@media (min-width: 992px) {
    .mps-hamburger {
        display: none !important;
    }
}

.mps-mobile-overlay {
    display: none;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(15, 23, 42, 0.65) !important;
    backdrop-filter: blur(4px) !important;
    z-index: 99998 !important;
}

.mps-mobile-overlay.open {
    display: block !important;
}

.mps-mobile-drawer {
    position: fixed !important;
    top: 0 !important;
    right: -340px !important;
    width: 320px !important;
    max-width: 85vw !important;
    height: 100% !important;
    background: #ffffff !important;
    z-index: 99999 !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.25) !important;
    transition: right 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.mps-mobile-drawer.open {
    right: 0 !important;
}

.mps-drawer-head {
    background: linear-gradient(135deg, #091124 0%, #2563eb 100%) !important;
    padding: 16px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    flex-shrink: 0 !important;
}

.mps-drawer-head img {
    height: 42px !important;
    width: auto !important;
}

.mps-drawer-head-text {
    display: flex !important;
    flex-direction: column !important;
    margin-left: 10px !important;
    flex-grow: 1 !important;
}

.mps-drawer-head-text .dn {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
}

.mps-drawer-head-text .dt {
    font-size: 11px !important;
    color: rgba(255, 255, 255, 0.75) !important;
}

.mps-drawer-close {
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.18) !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 22px !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
}

.mps-drawer-close:hover {
    background: rgba(255, 255, 255, 0.3) !important;
}

.mps-drawer-nav {
    list-style: none !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    flex-grow: 1 !important;
}

.mps-drawer-nav > li {
    border-bottom: 1px solid #f1f5f9 !important;
}

.mps-drawer-nav > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 13px 20px !important;
    color: #1e293b !important;
    font-weight: 600 !important;
    font-size: 14.5px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: background 0.15s, color 0.15s !important;
}

.mps-drawer-nav > li > a:hover,
.mps-drawer-nav > li > a:active {
    background: #f8fafc !important;
    color: #2563eb !important;
}

.mps-drawer-toggle i {
    font-size: 13px !important;
    color: #64748b !important;
    transition: transform 0.2s ease !important;
}

.mps-drawer-sub {
    display: none !important;
    background: #f8fafc !important;
    list-style: none !important;
    padding: 6px 0 !important;
    margin: 0 !important;
    border-left: 3px solid #2563eb !important;
}

.mps-drawer-sub.open {
    display: block !important;
}

.mps-drawer-sub li a {
    display: block !important;
    padding: 9px 20px 9px 28px !important;
    color: #475569 !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: color 0.15s !important;
}

.mps-drawer-sub li a:hover {
    color: #2563eb !important;
    background: #eff6ff !important;
}

/* ==========================================================================
   2-IN-1 DUAL WING SECTION (CBSE SCHOOL + DEFENSE ACADEMY)
   ========================================================================== */
.dual-wing-section {
    padding: 70px 0 60px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
}

.dual-wing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 35px;
}

@media (max-width: 991px) {
    .dual-wing-grid {
        grid-template-columns: 1fr;
    }
}

.wing-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 38px 34px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.wing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.wing-card.school-wing {
    border-top: 5px solid #2563eb;
}

.wing-card.academy-wing {
    border-top: 5px solid #f59e0b;
    background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
}

.wing-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.wing-icon-box {
    width: 62px;
    height: 62px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
}

.school-wing .wing-icon-box {
    background: rgba(10, 92, 56, 0.1);
    color: #2563eb;
}

.academy-wing .wing-icon-box {
    background: rgba(245, 158, 11, 0.15);
    color: #d97706;
}

.wing-title-box h3 {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px;
}

.wing-pill {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 10px;
    border-radius: 50px;
}

.school-wing .wing-pill {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}

.academy-wing .wing-pill {
    background: #fef3c7;
    color: #b45309;
    border: 1px solid #fde68a;
}

.wing-desc {
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 22px;
}

.wing-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    flex-grow: 1;
}

.wing-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #334155;
    font-size: 14.5px;
    margin-bottom: 12px;
    line-height: 1.5;
}

.wing-features-list li i {
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.school-wing .wing-features-list li i {
    color: #2563eb;
}

.academy-wing .wing-features-list li i {
    color: #f59e0b;
}

.wing-action-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: auto;
}

/* 3 Admission Tracks Grid */
.tracks-container {
    margin-top: 45px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.tracks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

@media (max-width: 850px) {
    .tracks-grid {
        grid-template-columns: 1fr;
    }
}

.track-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px 20px;
    transition: all 0.25s ease;
}

.track-item:hover {
    background: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 6px 18px rgba(10, 92, 56, 0.08);
}

.track-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    background: #2563eb;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.track-item h4 {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
}

.track-item p {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* ==========================================================================
   AGE & ELIGIBILITY CALCULATOR WIDGET
   ========================================================================== */
.eligibility-section {
    padding: 65px 0;
    background: linear-gradient(135deg, #091124 0%, #0c5031 60%, #070d1e 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.eligibility-card-wrap {
    background: #ffffff;
    border-radius: 20px;
    padding: 36px 32px;
    color: #1e293b;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    max-width: 960px;
    margin: 0 auto;
}

.eligibility-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 16px;
    align-items: flex-end;
    margin-top: 20px;
}

@media (max-width: 850px) {
    .eligibility-form-grid {
        grid-template-columns: 1fr;
    }
}

.calc-input-group label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 6px;
}

.calc-select, .calc-date-input {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    background: #f8fafc;
    outline: none;
    transition: border-color 0.2s;
}

.calc-select:focus, .calc-date-input:focus {
    border-color: #2563eb;
    background: #ffffff;
}

.calc-btn {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #0f172a;
    font-weight: 800;
    font-size: 14.5px;
    padding: 12px 24px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.4);
    transition: all 0.2s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.calc-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.55);
}

.eligibility-result-box {
    margin-top: 24px;
    padding: 18px 22px;
    border-radius: 12px;
    display: none;
    animation: fadeIn 0.3s ease;
}

.eligibility-result-box.eligible {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #065f46;
}

.eligibility-result-box.not-eligible {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

/* ==========================================================================
   CADET DAILY ROUTINE TIMELINE & HOSTEL SHOWCASE
   ========================================================================== */
.cadet-routine-section {
    padding: 70px 0 80px;
    background: #ffffff;
}

.routine-timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 36px;
}

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

@media (max-width: 540px) {
    .routine-timeline-grid {
        grid-template-columns: 1fr;
    }
}

.routine-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px;
    position: relative;
    transition: all 0.25s ease;
}

.routine-card:hover {
    background: #ffffff;
    border-color: #2563eb;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(10, 92, 56, 0.1);
}

.routine-time-badge {
    background: #2563eb;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 12px;
}

.routine-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
}

.routine-card p {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* Hostel Amenities Grid */
.hostel-highlight-box {
    margin-top: 50px;
    background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
    border: 1px solid #dbeafe;
    border-radius: 18px;
    padding: 34px 30px;
}

.hostel-amenities-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 24px;
}

@media (max-width: 850px) {
    .hostel-amenities-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .hostel-amenities-row {
        grid-template-columns: 1fr;
    }
}

.amenity-pill-card {
    background: #ffffff;
    border: 1px solid #dcfce7;
    border-radius: 12px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 2px 8px rgba(10, 92, 56, 0.04);
}

.amenity-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #2563eb;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.amenity-info strong {
    display: block;
    font-size: 14px;
    color: #0f172a;
    margin-bottom: 2px;
}

.amenity-info span {
    font-size: 12px;
    color: #64748b;
}

/* ==========================================================================
   HALL OF FAME / SELECTION WALL SHOWCASE
   ========================================================================== */
.hall-of-fame-section {
    padding: 70px 0 80px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.fame-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 36px;
}

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

@media (max-width: 560px) {
    .fame-grid {
        grid-template-columns: 1fr;
    }
}

.fame-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
    overflow: hidden;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}

.fame-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
    border-color: #f59e0b;
}

.fame-top-badge {
    background: #0f172a;
    color: #f59e0b;
    font-size: 11px;
    font-weight: 800;
    padding: 6px 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.fame-avatar-wrap {
    padding: 24px 20px 14px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.fame-avatar {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.fame-body {
    padding: 10px 20px 22px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fame-body h4 {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px;
}

.fame-school-pill {
    display: inline-block;
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.fame-sub {
    font-size: 12.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}




