/* ==========================================================================
   VIJETA.IN - ULTRA-PREMIUM COMPETITIVE EXAM & LMS DESIGN SYSTEM
   Palette: Midnight Navy (#091124, #0F172A), Royal Indigo (#1E293B),
            Vibrant Amber Gold (#F59E0B, #D97706), Success Emerald (#10B981)
   ========================================================================== */

:root {
    --v-navy-dark: #070C1A;
    --v-navy: #0F172A;
    --v-navy-light: #1E293B;
    --v-gold: #F59E0B;
    --v-gold-dark: #D97706;
    --v-emerald: #10B981;
    --v-text-light: #F8FAFC;
    --v-text-muted: #94A3B8;
    --v-border: #E2E8F0;
}

/* Global Font & Header resets */
body, button, input, select, textarea {
    font-family: 'Plus Jakarta Sans', 'Hind', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    background-color: #F8FAFC !important;
    color: #1E293B !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6, .hero-title, .batch-title, .section-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', 'Hind', sans-serif !important;
    font-weight: 800;
}

/* Topbar */
.modern-topbar {
    background: #070C1A !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 8px 0 !important;
}

.modern-topbar .topbar-left a {
    color: #CBD5E1 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    gap: 8px !important;
}
.modern-topbar .topbar-left a:hover {
    color: #F59E0B !important;
}
.modern-topbar .topbar-left a i {
    color: #F59E0B !important;
}

.topbar-quiz-btn {
    background: rgba(245, 158, 11, 0.15) !important;
    color: #F59E0B !important;
    border: 1px solid rgba(245, 158, 11, 0.4) !important;
    font-weight: 700 !important;
    font-size: 11.5px !important;
    padding: 5px 14px !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}
.topbar-quiz-btn:hover {
    background: #F59E0B !important;
    color: #0F172A !important;
}

.topbar-lms-btn {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%) !important;
    color: #FFFFFF !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    padding: 6px 18px !important;
    border-radius: 50px !important;
    box-shadow: 0 2px 10px rgba(16, 185, 129, 0.3) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}
.topbar-lms-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.5) !important;
    color: #FFFFFF !important;
}

/* Logo Banner */
.logo-banner {
    background: #0F172A !important;
    padding: 16px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.logo-banner .main-logo {
    max-height: 58px !important;
    width: auto !important;
}

.logo-text-box .school-name {
    color: #FFFFFF !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    letter-spacing: -0.02em !important;
    margin: 0 !important;
}

.logo-text-box .school-tagline {
    color: #F59E0B !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    margin: 2px 0 0 0 !important;
}

.header-info-box .info-icon i {
    color: #F59E0B !important;
}
.header-info-box .info-label {
    color: #94A3B8 !important;
}
.header-info-box .info-value {
    color: #F8FAFC !important;
    font-weight: 700 !important;
}

/* Navbar */
.modern-navbar {
    background: #091124 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
    border-bottom: 2px solid #F59E0B !important;
}

.modern-navbar .navigation > li > a {
    color: #E2E8F0 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 8px 8px !important;
    transition: all 0.2s ease !important;
}

.modern-navbar .navigation > li > a:hover,
.modern-navbar .navigation > li.active > a {
    color: #F59E0B !important;
}

.modern-navbar .navigation > li > ul {
    background: #0F172A !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-top: 3px solid #F59E0B !important;
    border-radius: 0 0 10px 10px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4) !important;
}

.modern-navbar .navigation > li > ul > li > a {
    color: #CBD5E1 !important;
    font-weight: 600 !important;
    font-size: 13.5px !important;
    padding: 10px 18px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
}

.modern-navbar .navigation > li > ul > li > a:hover {
    background: rgba(245, 158, 11, 0.1) !important;
    color: #F59E0B !important;
    padding-left: 22px !important;
}

.navbar-enroll-btn {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%) !important;
    color: #0F172A !important;
    padding: 8px 20px !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4) !important;
    transition: all 0.25s ease !important;
}
.navbar-enroll-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.6) !important;
    color: #000000 !important;
}

/* Inner Page Hero Header */
.inner-hero {
    background: linear-gradient(135deg, #091124 0%, #0F172A 100%) !important;
    border-bottom: 3px solid #F59E0B !important;
}
.inner-hero h1 {
    color: #FFFFFF !important;
}
.inner-hero h1 span {
    color: #F59E0B !important;
}
.inner-breadcrumb li a {
    color: #94A3B8 !important;
}
.inner-breadcrumb li.active {
    color: #F59E0B !important;
}

/* Footer Styling - Solid Background Color, Zero Background Images */
.mps-footer {
    background: #091124 !important;
    background-color: #091124 !important;
    background-image: none !important;
    border-top: 3px solid #F59E0B !important;
    color: #94A3B8 !important;
    position: relative !important;
}
.mps-footer::before,
.mps-footer::after {
    display: none !important;
    content: none !important;
    background: none !important;
    background-image: none !important;
}
.mps-footer .ft-body {
    background: transparent !important;
    background-image: none !important;
}
.mps-footer .ft-col-title {
    color: #F8FAFC !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    border-bottom: 2px solid #F59E0B !important;
    display: inline-block !important;
    padding-bottom: 6px !important;
    margin-bottom: 20px !important;
}
.mps-footer .ft-links li a {
    color: #94A3B8 !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
}
.mps-footer .ft-links li a:hover {
    color: #F59E0B !important;
    padding-left: 6px !important;
}
.mps-footer .ft-ci i {
    color: #F59E0B !important;
}
.mps-footer-bottom {
    background: #050B17 !important;
    background-color: #050B17 !important;
    background-image: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #64748B !important;
}
.mps-footer-bottom a {
    color: #F59E0B !important;
}

/* Hero Section Image Fit */
.mps-hero .swiper-slide img {
    width: 100% !important;
    max-height: 520px !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .logo-text-box .school-name {
        font-size: 22px !important;
    }
    .mps-hero .swiper-slide img {
        max-height: 380px !important;
    }
}
@media (max-width: 576px) {
    .mps-hero .swiper-slide img {
        max-height: 240px !important;
    }
}

/* ==========================================================================
   SELECTION WAY & TEST RANKING UI COMPONENTS
   ========================================================================== */

/* 1. Quick App Action Grid */
.sw-quick-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 16px;
    margin: -35px auto 40px;
    position: relative;
    z-index: 10;
    max-width: 1200px;
    padding: 0 15px;
}
.sw-grid-tile {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 18px 12px;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #E2E8F0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.sw-grid-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    border-color: #2563EB;
}
.sw-grid-icon-circle {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 10px;
    transition: transform 0.2s;
}
.sw-grid-tile:hover .sw-grid-icon-circle {
    transform: scale(1.1);
}
.sw-grid-title {
    font-size: 13.5px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 2px;
    line-height: 1.3;
}
.sw-grid-sub {
    font-size: 11px;
    color: #64748B;
    font-weight: 500;
}
.sw-live-pulse {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #EF4444;
    border-radius: 50%;
    margin-right: 5px;
    animation: swPulse 1.5s infinite;
}
@keyframes swPulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
    70% { transform: scale(1.1); box-shadow: 0 0 0 6px rgba(239, 68, 68, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

/* 2. Selection Way EdTech Course Cards */
.sw-course-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.sw-course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
    border-color: #CBD5E1;
}
.sw-card-header-bar {
    padding: 16px 18px;
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    color: #FFFFFF;
    position: relative;
}
.sw-faculty-chip {
    font-size: 11px;
    font-weight: 700;
    color: #F59E0B;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 6px;
}
.sw-course-title {
    font-size: 17px;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.35;
}
.sw-card-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.sw-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}
.sw-pill {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 6px;
    background: #F1F5F9;
    color: #475569;
}
.sw-pill-live {
    background: #FEE2E2;
    color: #DC2626;
    font-weight: 700;
}
.sw-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
    font-size: 12.5px;
    color: #475569;
}
.sw-features-list li {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.sw-features-list li i {
    color: #10B981;
    font-size: 13px;
}
.sw-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px dashed #E2E8F0;
    margin-top: auto;
}
.sw-price-amount {
    font-size: 22px;
    font-weight: 900;
    color: #0F172A;
}
.sw-price-original {
    font-size: 13px;
    color: #94A3B8;
    text-decoration: line-through;
    margin-left: 6px;
}
.sw-discount-tag {
    font-size: 11px;
    font-weight: 800;
    color: #15803D;
    background: #DCFCE7;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 6px;
}

/* 3. Test RanKING Mock Test Card */
.sw-test-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.sw-test-card:hover {
    border-color: #2563EB;
    transform: translateY(-4px);
    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.1);
}
.sw-test-badge {
    background: #EFF6FF;
    color: #1D4ED8;
    font-size: 11.5px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 10px;
}
.sw-test-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    color: #64748B;
    margin: 10px 0 16px;
    padding: 8px 12px;
    background: #F8FAFC;
    border-radius: 8px;
}
.sw-test-meta div {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* 4. Selection Way App Download Banner */
.sw-app-banner {
    background: linear-gradient(135deg, #091124 0%, #1E293B 100%);
    border-radius: 24px;
    padding: 45px 40px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(9, 17, 36, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.sw-app-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.15) 0%, transparent 70%);
    pointer-events: none;
}
.sw-app-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #E2E8F0;
}
.sw-app-feature-item i {
    color: #F59E0B;
    font-size: 16px;
}

/* 5. Selection Wall / Hall of Fame Cards */
.sw-topper-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 22px 18px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
    height: 100%;
    position: relative;
}
.sw-topper-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    border-color: #F59E0B;
}
.sw-topper-avatar {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0F172A 0%, #2563EB 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 800;
    margin: 0 auto 12px;
    border: 3px solid #FEF3C7;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}
.sw-topper-rank-badge {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #0F172A;
    font-weight: 800;
    font-size: 11px;
    padding: 3px 12px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.sw-topper-name {
    font-size: 16px;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 3px;
}
.sw-topper-post {
    font-size: 12.5px;
    font-weight: 700;
    color: #2563EB;
    margin-bottom: 8px;
}
.sw-topper-quote {
    font-size: 12px;
    color: #64748B;
    line-height: 1.5;
    font-style: italic;
    margin: 0;
}



/* ==========================================================================
   GENERIC COMPETITIVE COACHING & EDTECH PLATFORM DESIGN SYSTEM
   Theme: Midnight Navy (#070C1A, #0F172A), Royal Blue (#2563EB), Amber (#F59E0B)
   Zero School Elements - 100% Competitive Exam Hub
   ========================================================================== */

/* Top utility ticker strip */
.modern-topbar {
    background: #070C1A !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 7px 0 !important;
    font-size: 12.5px !important;
}

.topbar-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 15px !important;
}

.topbar-ticker-pill {
    background: rgba(245, 158, 11, 0.18) !important;
    color: #F59E0B !important;
    border: 1px solid rgba(245, 158, 11, 0.35) !important;
    padding: 3px 10px !important;
    border-radius: 50px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    flex-shrink: 0 !important;
}

.topbar-ticker-link {
    color: #E2E8F0 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: color 0.2s ease !important;
}
.topbar-ticker-link:hover {
    color: #F59E0B !important;
}

.topbar-right-links {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    color: #94A3B8 !important;
    flex-shrink: 0 !important;
}
.topbar-right-links a {
    color: #CBD5E1 !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    transition: color 0.2s ease !important;
}
.topbar-right-links a:hover {
    color: #F59E0B !important;
}
.topbar-right-links a.link-wa {
    color: #22C55E !important;
}

/* Primary Sticky App Navigation Bar */
.modern-navbar {
    background: #070C1A !important;
    background: linear-gradient(90deg, #070C1A 0%, #0F172A 50%, #070C1A 100%) !important;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 0 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
}

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

.navbar-brand-link {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    flex-shrink: 0 !important;
}
.navbar-brand-link img {
    height: 38px !important;
    width: auto !important;
    display: block !important;
    max-width: 180px !important;
}

/* Nav Menu Items */
.navbar-inner nav {
    flex: 1 1 auto !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
}

.navigation {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.navigation > li > a {
    color: #E2E8F0 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 6px 8px !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
}

.navigation > li > a:hover,
.navigation > li.active > a {
    color: #F59E0B !important;
    background: rgba(245, 158, 11, 0.1) !important;
}

.nav-cbt-link {
    color: #2563EB !important;
    font-weight: 800 !important;
}
.nav-live-badge {
    background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    animation: pulse 1.5s infinite;
}

/* Dropdown Menu */
.navigation > li {
    position: relative !important;
}
.navigation > li > ul {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background: #FFFFFF !important;
    min-width: 250px !important;
    border-radius: 12px !important;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.12) !important;
    border: 1px solid #E2E8F0 !important;
    padding: 8px !important;
    list-style: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(10px) !important;
    transition: all 0.2s ease !important;
    z-index: 1050 !important;
}
.navigation > li:hover > ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}
.navigation > li > ul > li > a {
    color: #1E293B !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 9px 14px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    transition: all 0.15s ease !important;
}
.navigation > li > ul > li > a:hover {
    background: #EFF6FF !important;
    color: #2563EB !important;
    padding-left: 18px !important;
}

/* Header Right Buttons */
.navbar-actions {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-shrink: 0 !important;
}

.btn-header-mock {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%) !important;
    color: #0F172A !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    padding: 7px 14px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    box-shadow: 0 2px 10px rgba(245, 158, 11, 0.3) !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
}
.btn-header-mock:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.45) !important;
    color: #0F172A !important;
}

.btn-header-login {
    background: #1E293B !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    padding: 7px 14px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
}
.btn-header-login:hover {
    background: #2563EB !important;
    border-color: #2563EB !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
}

/* ==========================================================================
   MOBILE, TABLET & LAPTOP RESPONSIVE NAVIGATION & APP-LIKE EXPERIENCE
   ========================================================================== */

/* Global horizontal overflow safeguard */
html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}

/* Quick Mobile Action Buttons in Header */
.btn-mobile-header-login {
    display: none;
    align-items: center;
    gap: 6px;
    background: rgba(245, 158, 11, 0.15);
    color: #F59E0B !important;
    border: 1px solid rgba(245, 158, 11, 0.4);
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 11.5px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
}
.btn-mobile-header-login:hover {
    background: #F59E0B;
    color: #091124 !important;
}

.btn-mobile-header-wa {
    display: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.15);
    color: #22C55E !important;
    border: 1px solid rgba(34, 197, 94, 0.4);
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}
.btn-mobile-header-wa:hover {
    background: #22C55E;
    color: #FFFFFF !important;
}

/* Hamburger for Mobile & Tablet */
.navbar-inner .mps-hamburger {
    display: none;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 8px;
    transition: background 0.2s ease;
}
.navbar-inner .mps-hamburger:hover {
    background: rgba(255, 255, 255, 0.15);
}
.navbar-inner .mps-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #FFFFFF !important;
    margin: 4px 0;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* --------------------------------------------------------------------------
   1. LAPTOP & MEDIUM DESKTOP OPTIMIZATION (992px - 1199px)
   -------------------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-inner {
        height: 66px !important;
        gap: 8px !important;
    }
    .navbar-brand-link img {
        height: 36px !important;
        max-width: 150px !important;
    }
    .navigation > li > a {
        padding: 6px 7px !important;
        font-size: 11.5px !important;
        gap: 3px !important;
    }
    .btn-header-mock, .btn-header-login {
        padding: 6px 10px !important;
        font-size: 11px !important;
        gap: 4px !important;
    }
    .modern-topbar {
        font-size: 11.5px !important;
        padding: 5px 0 !important;
    }
}

/* --------------------------------------------------------------------------
   2. TABLET SCREENS (768px - 991px)
   -------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
    .modern-topbar .topbar-left {
        font-size: 12px !important;
    }
    .topbar-right-links .link-wa {
        display: none !important;
    }
    .navbar-inner {
        height: 66px !important;
    }
    .navbar-inner nav, .btn-header-mock {
        display: none !important;
    }
    .navbar-inner .btn-header-login {
        display: inline-flex !important;
        padding: 6px 14px !important;
        font-size: 12px !important;
    }
    .navbar-inner .mps-hamburger {
        display: block !important;
    }
    .mps-mobile-drawer {
        width: 380px !important;
    }
}

/* --------------------------------------------------------------------------
   3. MOBILE APP SCREENS (< 768px)
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
    /* Add padding so fixed bottom bar never hides content or footer */
    body {
        padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px)) !important;
    }

    /* Topbar on small mobile */
    .modern-topbar {
        padding: 4px 0 !important;
        font-size: 11px !important;
    }
    .topbar-right-links {
        display: none !important;
    }
    .topbar-inner {
        justify-content: center !important;
    }
    .topbar-ticker-pill {
        font-size: 9.5px !important;
        padding: 2px 7px !important;
    }
    .topbar-ticker-link {
        font-size: 11px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-width: 240px !important;
    }

    /* Modern Navbar on Mobile */
    .modern-navbar {
        height: 60px !important;
    }
    .navbar-inner {
        height: 60px !important;
        gap: 8px !important;
    }
    .navbar-brand-link img {
        height: 34px !important;
        max-width: 140px !important;
    }
    .navbar-inner nav, .btn-header-mock, .btn-header-login {
        display: none !important;
    }
    .btn-mobile-header-login {
        display: inline-flex !important;
    }
    .btn-mobile-header-wa {
        display: inline-flex !important;
    }
    .navbar-inner .mps-hamburger {
        display: block !important;
        padding: 7px 9px !important;
    }

    /* Quick App Grid on Homepage */
    .sw-quick-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        margin-top: -20px !important;
        margin-bottom: 25px !important;
    }
    .sw-grid-tile {
        padding: 12px 8px !important;
        border-radius: 12px !important;
    }
    .sw-grid-icon-circle {
        width: 44px !important;
        height: 44px !important;
        font-size: 18px !important;
        margin-bottom: 6px !important;
    }
    .sw-grid-title {
        font-size: 12px !important;
    }
    .sw-grid-sub {
        font-size: 10px !important;
    }
}

/* --------------------------------------------------------------------------
   4. ULTRA-PREMIUM MOBILE APP DRAWER (SIDE-SHEET)
   -------------------------------------------------------------------------- */
.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(9, 17, 36, 0.7) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    z-index: 99998 !important;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.mps-mobile-overlay.open {
    display: block !important;
    opacity: 1 !important;
}

.mps-mobile-drawer {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    width: 320px !important;
    max-width: 86vw !important;
    height: 100% !important;
    background: #FFFFFF !important;
    z-index: 99999 !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: -10px 0 35px rgba(0, 0, 0, 0.3) !important;
    transition: right 0.32s 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;
}

/* Drawer Top Bar */
.mps-drawer-head {
    background: linear-gradient(135deg, #070C1A 0%, #0F172A 100%) !important;
    padding: 16px 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    flex-shrink: 0 !important;
}
.mps-drawer-brand {
    display: flex;
    align-items: center;
    gap: 8px;
}
.mps-drawer-app-badge {
    background: rgba(245, 158, 11, 0.2);
    color: #F59E0B;
    border: 1px solid rgba(245, 158, 11, 0.4);
    font-size: 9px;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}
.mps-drawer-close {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: none !important;
    color: #FFFFFF !important;
    font-size: 20px !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}
.mps-drawer-close:hover {
    background: rgba(239, 68, 68, 0.8) !important;
    color: #FFFFFF !important;
}

/* Drawer User Card */
.mps-drawer-user-card {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 2px solid #F59E0B;
    flex-shrink: 0;
}
.mps-drawer-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #0F172A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.35);
}
.mps-drawer-user-info .user-greeting {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}
.mps-drawer-user-info .user-subtitle {
    color: #94A3B8;
    font-size: 11px;
    font-weight: 500;
    margin-top: 2px;
}

/* Drawer Quick Action Buttons */
.mps-drawer-quick-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 12px 16px;
    background: #F8FAFC;
    border-bottom: 1px solid #E2E8F0;
    flex-shrink: 0;
}
.drawer-action-btn {
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 11.5px;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s ease;
}
.drawer-btn-login {
    background: #0F172A;
    color: #FFFFFF !important;
}
.drawer-btn-login:hover {
    background: #1E293B;
}
.drawer-btn-mock {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #0F172A !important;
    font-weight: 800;
}
.drawer-btn-mock:hover {
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

/* Drawer Navigation List */
.mps-drawer-nav {
    list-style: none !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    flex-grow: 1 !important;
}
.drawer-section-label {
    padding: 10px 18px 4px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    color: #94A3B8 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    border: none !important;
}
.mps-drawer-nav > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 11px 18px !important;
    color: #1E293B !important;
    font-weight: 600 !important;
    font-size: 13.5px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: background 0.15s, color 0.15s !important;
    border-bottom: 1px solid #F1F5F9;
}
.mps-drawer-nav > li > a:hover,
.mps-drawer-nav > li > a:active {
    background: #EFF6FF !important;
    color: #2563EB !important;
}
.nav-item-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.nav-item-left i {
    font-size: 15px;
    width: 18px;
    text-align: center;
}
.nav-arrow {
    font-size: 13px !important;
    color: #94A3B8 !important;
    transition: transform 0.25s ease !important;
}
.badge-live-pulse {
    background: #EF4444;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 800;
    padding: 1px 6px;
    border-radius: 4px;
    margin-left: 4px;
}
.badge-free-tag {
    background: #10B981;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 800;
    padding: 1px 6px;
    border-radius: 4px;
    margin-left: 4px;
}

/* Accordion Submenu */
.mps-drawer-sub {
    display: none !important;
    background: #F8FAFC !important;
    list-style: none !important;
    padding: 4px 0 !important;
    margin: 0 !important;
    border-left: 3px solid #2563EB !important;
}
.mps-drawer-sub.open {
    display: block !important;
}
.mps-drawer-sub li a {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 18px 8px 24px !important;
    color: #475569 !important;
    font-size: 13px !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;
}
.mps-drawer-sub li a i {
    font-size: 13px;
    width: 16px;
}

/* Drawer Footer */
.mps-drawer-footer {
    padding: 14px 16px !important;
    background: #F1F5F9 !important;
    border-top: 1px solid #E2E8F0 !important;
    flex-shrink: 0 !important;
}
.drawer-support-label {
    font-size: 10px;
    font-weight: 800;
    color: #64748B;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}
.drawer-support-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.drawer-help-pill {
    padding: 8px;
    border-radius: 8px;
    font-size: 11.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}
.pill-call {
    background: #FFFFFF;
    color: #0F172A !important;
    border: 1px solid #CBD5E1;
}
.pill-call:hover {
    border-color: #2563EB;
    color: #2563EB !important;
}
.pill-wa {
    background: #22C55E;
    color: #FFFFFF !important;
}
.pill-wa:hover {
    background: #16A34A;
}

/* --------------------------------------------------------------------------
   5. MOBILE APP STICKY BOTTOM NAVIGATION BAR (Visible Only on < 768px)
   -------------------------------------------------------------------------- */
.v-mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 60px;
    background: rgba(9, 17, 36, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.35);
    z-index: 9999;
    padding: 0 4px calc(env(safe-area-inset-bottom, 0px));
}

@media (max-width: 767px) {
    .v-mobile-bottom-nav {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
}

.v-nav-tab {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #94A3B8;
    height: 100%;
    position: relative;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}
.v-nav-tab i {
    font-size: 18px;
    margin-bottom: 2px;
    transition: transform 0.2s ease, color 0.2s ease;
}
.v-nav-tab span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1;
    transition: color 0.2s ease;
}

/* Tab Hover & Active States */
.v-nav-tab:hover,
.v-nav-tab.active {
    color: #F59E0B !important;
}
.v-nav-tab.active i {
    transform: translateY(-2px);
    color: #F59E0B !important;
}
.v-nav-tab.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 3px;
    background: #F59E0B;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.6);
}

/* Featured Center Elevated Button (CBT Mock Test) */
.v-nav-tab-featured {
    overflow: visible;
}
.v-tab-featured-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #0F172A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-top: -18px;
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.45);
    border: 3px solid #091124;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.v-nav-tab-featured:active .v-tab-featured-icon,
.v-nav-tab-featured.active .v-tab-featured-icon {
    transform: scale(1.08);
    box-shadow: 0 8px 22px rgba(245, 158, 11, 0.6);
}
.v-nav-tab-featured i {
    margin-bottom: 0;
    color: #0F172A !important;
}
.v-nav-tab-featured span {
    margin-top: 3px;
    color: #F59E0B;
    font-weight: 800;
}