/* ============================================================
   GP KATIHAR - HEADER ULTRA PRO MAX EDITION (ADVANCED STYLES & FX)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --sp-navy: #003b61;
    --sp-dark-navy: #002842;
    --sp-gold: #ff9933;
    --sp-cyan: #38bdf8;
    --sp-bg-top: #001f33;
    --sp-text-dark: #1e293b;
    --sp-border: #e2e8f0;
}

#simpleHeaderRoot {
    width: 100%;
    position: relative;
    z-index: 99999;
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    user-select: none;
}

/* 1. TOP UTILITY STRIP - ULTRA PRESTIGE EDITION */
.simple-top-bar {
    background: linear-gradient(90deg, #071326 0%, #0c203d 50%, #071326 100%) !important;
    color: #cbd5e1;
    padding: 4px 0;
    font-size: 0.68rem;
    border-bottom: 1.5px solid rgba(255, 153, 51, 0.35);
    position: relative;
    z-index: 20;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.simple-top-container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

/* Live Notice Ticker */
.simple-ticker-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-grow: 1;
    overflow: hidden;
    min-width: 0;
}

.simple-notice-badge {
    background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 900;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    flex-shrink: 0;
    letter-spacing: 0.6px;
    box-shadow: 0 0 10px rgba(239, 68, 68, 0.5);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    animation: pulseNotice 2s infinite;
}

@keyframes pulseNotice {
    0%, 100% { transform: scale(1); box-shadow: 0 0 10px rgba(239, 68, 68, 0.5); }
    50% { transform: scale(1.04); box-shadow: 0 0 16px rgba(239, 68, 68, 0.8); }
}

.simple-ticker-track {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.simple-ticker-link {
    color: #e2e8f0;
    font-size: 0.72rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s ease;
}

.simple-ticker-link:hover {
    color: #ffb703;
    text-decoration: underline;
}

.ticker-dot {
    color: rgba(255, 153, 51, 0.6);
    font-weight: bold;
}

.simple-ticker-text {
    color: #f1f5f9;
    font-size: 0.72rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Top Bar Right Utilities */
.simple-top-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.simple-top-link {
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.69rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 2px 6px;
    border-radius: 4px;
    transition: all 0.22s ease;
}

.simple-top-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.simple-top-link i {
    color: #ff9933;
}

/* Live Digital Clock Badge */
.promax-clock-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(15, 23, 42, 0.75);
    border: 1px solid rgba(56, 189, 248, 0.3);
    padding: 2px 10px;
    border-radius: 20px;
    color: #f1f5f9;
    font-size: 0.68rem;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

.clock-divider {
    opacity: 0.35;
    margin: 0 2px;
}

/* Accessibility Resizer */
.simple-a11y-resizer {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    overflow: hidden;
}

.a11y-btn {
    background: transparent;
    border: none;
    color: #cbd5e1;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 1px 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.a11y-btn:last-child {
    border-right: none;
}

.a11y-btn:hover, .a11y-btn.active {
    background: #ff9933;
    color: #000000;
}

/* Theme Switcher Dots */
.promax-theme-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 2px 8px;
    border-radius: 20px;
}

.promax-theme-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    position: relative;
}

.promax-theme-dot.active {
    border-color: #ffffff;
    box-shadow: 0 0 0 2px #071326, 0 0 0 4px #ff9933;
    transform: scale(1.15);
}

.promax-theme-dot.navy { background: #003366; }
.promax-theme-dot.olive { background: #15803d; }
.promax-theme-dot.maroon { background: #991b1b; }
.promax-theme-dot.gold { background: #ca8a04; }


/* 2. MAIN BRANDING HEADER - HIGH-TECH LUXURY INSTITUTIONAL BACKGROUND */
.simple-main-header {
    background: #ffffff !important;
    background-image: 
        radial-gradient(circle at 8% 25%, rgba(2, 132, 199, 0.07) 0%, transparent 45%),
        radial-gradient(circle at 92% 75%, rgba(234, 88, 12, 0.07) 0%, transparent 45%),
        radial-gradient(circle at 50% 50%, rgba(99, 102, 241, 0.035) 0%, transparent 60%),
        linear-gradient(135deg, rgba(248, 250, 252, 0.9) 0%, rgba(255, 255, 255, 0.95) 50%, rgba(241, 245, 249, 0.9) 100%),
        linear-gradient(to right, rgba(203, 213, 225, 0.35) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(203, 213, 225, 0.35) 1px, transparent 1px) !important;
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 32px 32px, 32px 32px !important;
    padding: 9.5px 0 !important;
    border-bottom: 2px solid #e2e8f0 !important;
    position: relative;
    overflow: visible !important;
    z-index: 1000 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}

/* Subtle National & Institutional Ambient Glow Accents */
.simple-main-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff9933 0%, #ffffff 50%, #138808 100%);
    opacity: 0.9;
    z-index: 3;
}

.simple-main-header::after {
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    bottom: 0;
    width: 480px;
    background: radial-gradient(circle, rgba(255, 153, 51, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

#simpleHeaderRoot {
    position: relative;
    z-index: 10000;
}

.simple-main-container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    z-index: 10001 !important;
    overflow: visible !important;
}

.simple-brand-group {
    display: flex;
    align-items: center;
    gap: 16px;
}

.simple-logo-frame {
    position: relative;
    flex-shrink: 0;
}

.simple-logo-img {
    width: 78px;
    height: 78px;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.simple-logo-img:hover {
    transform: scale(1.06) rotate(1deg);
}

.simple-brand-text {
    display: flex;
    flex-direction: column;
}

/* College Title Typography - Ultra-Executive Edition */
.simple-college-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
    font-size: 1.62rem !important;
    font-weight: 900 !important;
    margin: 0 !important;
    line-height: 1.15 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    cursor: default;
    user-select: none;
    position: relative;
}

/* Individual Interactive Words with Metallic Bevel & Luminous Sheen */
.brand-word {
    display: inline-block;
    position: relative;
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), filter 0.28s ease, text-shadow 0.28s ease;
}

.brand-word:hover {
    transform: translateY(-2.5px) scale(1.02);
}

/* Word 1: GOVERNMENT POLYTECHNIC (Deep Imperial Navy with Metallic Sheen) */
.simple-college-title .title-word-navy {
    color: #002b49 !important;
    background: linear-gradient(135deg, #001f3f 0%, #003366 50%, #0284c7 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 4px rgba(0, 31, 63, 0.12)) !important;
}

.simple-college-title .title-word-navy:hover {
    filter: drop-shadow(0 4px 14px rgba(0, 43, 73, 0.35)) !important;
}

/* Word 2: KATIHAR (Vibrant Royal Saffron / Flame Orange) */
.simple-college-title .title-word-accent {
    color: #c2410c !important;
    background: linear-gradient(135deg, #c2410c 0%, #ea580c 45%, #f59e0b 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 6px rgba(234, 88, 12, 0.25)) !important;
}

.simple-college-title .title-word-accent:hover {
    filter: drop-shadow(0 5px 16px rgba(234, 88, 12, 0.55)) !important;
}

/* Under-Title Gradient Accent Line */
.simple-title-accent-line {
    width: 100%;
    max-width: 380px;
    height: 2px;
    margin: 3px 0 5px 0;
    position: relative;
    border-radius: 2px;
    background: linear-gradient(90deg, #ff9933 0%, #0284c7 50%, rgba(2, 132, 199, 0) 100%);
    opacity: 0.85;
}

/* Line 2 & Line 3 Common Container */
.simple-brand-line {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 1.5px 0;
    transition: transform 0.22s ease, color 0.22s ease;
}

.simple-brand-line:hover {
    transform: translateX(3px);
}

.line-icon-badge {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 0.62rem;
    flex-shrink: 0;
    transition: transform 0.25s ease, background 0.25s ease;
}

/* Line 2: Department of Science, Technology & Technical Education */
.simple-dept-line {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.77rem !important;
    font-weight: 600 !important;
    color: #475569 !important;
    letter-spacing: 0.25px !important;
    line-height: 1.35 !important;
}

.dept-badge {
    background: rgba(2, 132, 199, 0.1);
    color: #0284c7;
    border: 1px solid rgba(2, 132, 199, 0.2);
}

.simple-dept-line:hover .dept-badge {
    background: #0284c7;
    color: #ffffff;
    transform: scale(1.15) rotate(-6deg);
}

/* Line 3: Government of Bihar, India */
.simple-govt-line {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.76rem !important;
    font-weight: 700 !important;
    color: #002842 !important;
    letter-spacing: 0.35px !important;
    line-height: 1.35 !important;
}

.govt-badge {
    background: rgba(234, 88, 12, 0.1);
    color: #ea580c;
    border: 1px solid rgba(234, 88, 12, 0.2);
}

.simple-govt-line:hover .govt-badge {
    background: #ea580c;
    color: #ffffff;
    transform: scale(1.15) rotate(6deg);
}


/* Right Quick Action Dock - Ultra Pro Max Glass Capsule Suite */
.simple-actions-dock {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

/* Individual Pill Dropdown Wrapper */
.simple-pill-dropdown {
    position: relative;
    display: inline-block;
}

.simple-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1.5px solid rgba(203, 213, 225, 0.85);
    color: #0f172a;
    padding: 5px 12px;
    border-radius: 50px;
    font-family: 'Inter', 'Outfit', sans-serif;
    font-size: 0.70rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), inset 0 1px 1px rgba(255, 255, 255, 0.9);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    cursor: pointer;
}

/* Dynamic Ambient Sheen across button */
.simple-action-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    transform: skewX(-20deg);
    transition: left 0.6s ease;
    pointer-events: none;
}

.simple-pill-dropdown:hover .simple-action-btn::before {
    left: 140%;
}

.action-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 0.70rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Individual Ultra Colors & Subtle Inner Halo */
.simple-action-btn.pill-btn-1 {
    --pill-accent: #ea580c;
    --pill-glow: rgba(234, 88, 12, 0.3);
}
.simple-action-btn.pill-btn-1 .action-btn-icon {
    background: linear-gradient(135deg, rgba(234, 88, 12, 0.15) 0%, rgba(249, 115, 22, 0.08) 100%);
    color: #ea580c;
    border: 1px solid rgba(234, 88, 12, 0.2);
}

.simple-action-btn.pill-btn-3 {
    --pill-accent: #059669;
    --pill-glow: rgba(5, 150, 105, 0.3);
}
.simple-action-btn.pill-btn-3 .action-btn-icon {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(5, 150, 105, 0.08) 100%);
    color: #059669;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.simple-action-btn.pill-btn-4 {
    --pill-accent: #7c3aed;
    --pill-glow: rgba(124, 58, 237, 0.3);
}
.simple-action-btn.pill-btn-4 .action-btn-icon {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(124, 58, 237, 0.08) 100%);
    color: #7c3aed;
    border: 1px solid rgba(139, 92, 246, 0.2);
}

.action-btn-text {
    line-height: 1;
    letter-spacing: 0.15px;
    transition: color 0.25s ease;
}

.pill-dropdown-arrow {
    font-size: 0.58rem;
    color: #94a3b8;
    margin-left: 2px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.25s ease;
}

/* Ultra Pro Max Hover Transformation */
.simple-pill-dropdown:hover .simple-action-btn,
.simple-action-btn:hover {
    transform: translateY(-2.5px) scale(1.02) !important;
    background: #002842 !important;
    border-color: #002842 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(0, 40, 66, 0.25), 0 0 16px var(--pill-glow, rgba(2, 132, 199, 0.3)) !important;
}

.simple-pill-dropdown:hover .simple-action-btn .action-btn-icon,
.simple-action-btn:hover .action-btn-icon {
    background: var(--pill-accent, #ff9933) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    transform: scale(1.15) rotate(8deg);
    box-shadow: 0 2px 8px var(--pill-glow, rgba(234, 88, 12, 0.4));
}

.simple-pill-dropdown:hover .pill-dropdown-arrow {
    transform: rotate(180deg);
    color: #ff9933;
}

/* Ultra Pro Max Dropdown Menu Popup */
.pill-dropdown-menu {
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    min-width: 240px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 18px 40px rgba(0, 30, 60, 0.18), 0 4px 12px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) scale(0.96);
    transform-origin: top left;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    z-index: 99999;
}

.pill-dropdown-menu.pill-menu-right {
    left: auto;
    right: 0;
    transform-origin: top right;
}

/* Invisible hover bridge */
.pill-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
}

.simple-pill-dropdown:hover .pill-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.pill-dropdown-header {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #0f172a;
    padding: 6px 10px 8px 10px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.pill-dropdown-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 10px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 0.73rem;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    transition: all 0.2s ease;
}

.pill-dropdown-item i {
    font-size: 0.78rem;
    width: 16px;
    text-align: center;
    color: #0284c7;
    transition: transform 0.2s ease, color 0.2s ease;
}

.pill-dropdown-item:hover {
    background: #f8fafc;
    color: #0284c7;
    transform: translateX(3px);
    box-shadow: inset 2px 0 0 #0284c7;
}

.pill-dropdown-item:hover i {
    transform: scale(1.2);
    color: #ea580c;
}

.simple-seal-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    background: #ffffff;
    border-radius: 50%;
    border: 1.5px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.simple-seal-frame:hover {
    transform: scale(1.08) rotate(3deg);
    border-color: #ff9933;
}

.simple-bihar-seal {
    width: 44px;
    height: 44px;
    object-fit: contain;
    flex-shrink: 0;
}


/* 3. CLEAN NAVIGATION BAR - PRESTIGIOUS EDITION */
.simple-nav-bar {
    position: sticky;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, #00223b 0%, #003354 50%, #00223b 100%) !important;
    border-top: 2.5px solid #ff9933 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
    z-index: 9999 !important;
    transition: all 0.3s ease;
}

.simple-nav-right-dock {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 12px;
    flex-shrink: 0;
}

.simple-nav-login-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #ff9933 0%, #e65100 100%);
    color: #ffffff !important;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-decoration: none !important;
    box-shadow: 0 2px 10px rgba(255, 153, 51, 0.35);
    transition: all 0.22s ease;
    white-space: nowrap;
}

.simple-nav-login-btn:hover {
    background: linear-gradient(135deg, #ffaa4d 0%, #ff6d00 100%);
    box-shadow: 0 4px 16px rgba(255, 153, 51, 0.6);
    transform: translateY(-1px);
    color: #ffffff !important;
}

.simple-nav-bar.promax-sticky-shrink {
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.simple-nav-container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 12px;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.simple-nav-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
}

.simple-nav-item {
    position: relative !important;
    display: inline-block !important;
    float: none !important;
    flex-shrink: 0 !important;
    padding: 3px 0;
}

.simple-nav-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 7px 9px !important;
    color: #f1f5f9 !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    border-radius: 6px !important;
    border: 1px solid transparent !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.22s ease !important;
    transform: none !important;
}

/* Elegant Underline Indicator */
.simple-nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2.5px;
    background: #ff9933;
    transition: width 0.22s ease;
    transform: translateX(-50%);
    border-radius: 4px;
}

.simple-nav-item:hover > .simple-nav-link::after {
    width: 75%;
}

.simple-nav-link i {
    color: #ffb703 !important;
    font-size: 0.8rem !important;
    transition: color 0.2s ease !important;
    transform: none !important;
}

.simple-nav-link i.fa-chevron-down {
    font-size: 0.55rem !important;
    margin-left: 2px !important;
    opacity: 0.75 !important;
}

.simple-nav-item:hover > .simple-nav-link i {
    color: #ffffff !important;
}

.simple-nav-item:hover > .simple-nav-link {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffb703 !important;
    border-color: rgba(255, 183, 3, 0.3) !important;
    transform: none !important;
}

/* Clean & Modern Active State */
.simple-nav-link.active {
    background: rgba(255, 153, 51, 0.16) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    border-color: rgba(255, 153, 51, 0.45) !important;
    box-shadow: 0 0 12px rgba(255, 153, 51, 0.2) !important;
}

.simple-nav-link.active::after {
    width: 75% !important;
    background: #ff9933 !important;
    box-shadow: 0 0 8px rgba(255, 153, 51, 0.7) !important;
}

.simple-nav-link.active i {
    color: #ffb703 !important;
}

/* Click Ripple Effect */
.promax-ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: promaxRipple 0.6s linear;
    background: rgba(255, 255, 255, 0.4);
    pointer-events: none;
}

@keyframes promaxRipple {
    to { transform: scale(4); opacity: 0; }
}

/* ============================================================
   ULTRA-LUXURY FROSTED GLASS DROPDOWNS (SINGLE CLEAN ACCENT)
   ============================================================ */
.simple-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    min-width: 255px;
    background: linear-gradient(180deg, rgba(8, 24, 52, 0.98) 0%, rgba(3, 14, 32, 0.98) 100%) !important;
    backdrop-filter: blur(24px) saturate(190%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(190%) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 10px !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.6), 0 0 1px rgba(255, 255, 255, 0.2) !important;
    padding: 8px 6px !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) scale(0.98);
    transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s ease !important;
    z-index: 100000;
}

.simple-nav-item:hover > .simple-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.simple-dropdown-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 8px 12px !important;
    margin: 3px 0 !important;
    color: #e2e8f0 !important;
    font-size: 0.74rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    position: relative !important;
    border-left: none !important;
    transition: all 0.22s ease !important;
}

.simple-dropdown-item i {
    width: 26px !important;
    height: 26px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    background: rgba(255, 153, 51, 0.12) !important;
    border: 1px solid rgba(255, 153, 51, 0.25) !important;
    color: #ffb703 !important;
    font-size: 0.78rem !important;
    flex-shrink: 0 !important;
    text-align: center;
    transition: all 0.22s ease !important;
}

.simple-dropdown-item:hover {
    background: linear-gradient(90deg, rgba(255, 153, 51, 0.2) 0%, rgba(255, 153, 51, 0.05) 100%) !important;
    color: #ffffff !important;
    padding-left: 16px !important;
}

.simple-dropdown-item:hover i {
    background: linear-gradient(135deg, #ff9933 0%, #e65100 100%) !important;
    color: #ffffff !important;
    border-color: #ff9933 !important;
    box-shadow: 0 0 10px rgba(255, 153, 51, 0.6) !important;
    transform: scale(1.08) !important;
}

/* Mobile Trigger */
.simple-mobile-btn {
    display: none;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: var(--sp-gold);
    border: none;
    color: #000000;
    font-size: 1.1rem;
    border-radius: 4px;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .simple-nav-link {
        font-size: 0.7rem !important;
        padding: 9px 6px !important;
    }
}

@media (max-width: 991px) {
    .simple-top-right { display: none; }
    .simple-main-container { flex-direction: column; text-align: center; gap: 10px; }
    .simple-brand-group { flex-direction: column; text-align: center; gap: 8px; }
    .simple-logo-img { width: 70px !important; height: 70px !important; }
    .simple-bihar-seal { width: 44px !important; height: 44px !important; }
    .simple-college-title { font-size: 1.35rem !important; justify-content: center; }
    .simple-college-sub { font-size: 0.74rem !important; }
    .simple-actions-dock { flex-wrap: wrap; justify-content: center; width: 100%; }
    .simple-nav-menu { display: none !important; }
    .simple-mobile-btn { display: flex; margin: 3px 0 3px auto; }
}

@media (max-width: 576px) {
    .simple-logo-img { width: 60px !important; height: 60px !important; }
    .simple-college-title { font-size: 1.15rem !important; }
    .simple-college-sub { font-size: 0.70rem !important; }
}

/* ============================================================
   WATER GEYSER SPLASH FOUNTAIN CARD ENGINE (NICHE SE AAYEGA PHIR NICHE JAAYEGA LIKE WATER SPLASH)
   ============================================================ */
.gpk-float-panel {
    position: absolute !important;
    right: 30px !important;
    bottom: 30px !important;
    top: auto !important;
    width: 280px !important;
    height: 180px !important;
    overflow: hidden !important;
    pointer-events: auto !important;
    z-index: 20 !important;
}

.gpk-float-track {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
}

.gpk-float-card {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(240px) scale(0.5) !important;
    transform-origin: center bottom !important;
    transition: none !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 2.5px solid #ff9933 !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6), 0 0 30px rgba(255, 153, 51, 0.4) !important;
    background: #0f172a !important;
}

/* Water Splash Up Animation */
.gpk-float-card.splash-active,
.gpk-float-card.active {
    visibility: visible !important;
    opacity: 1 !important;
    animation: geyserWaterSplashUp 0.85s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards !important;
}

/* Water Drop Down Animation */
.gpk-float-card.splash-exit {
    visibility: visible !important;
    animation: geyserWaterSplashDown 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards !important;
}

/* Geyser Splash Up Keyframes */
@keyframes geyserWaterSplashUp {
    0% {
        opacity: 0;
        transform: translateY(240px) scale(0.5);
        filter: blur(10px);
    }
    60% {
        opacity: 1;
        transform: translateY(-28px) scale(1.06); /* Peak overshoot of water splash */
        filter: blur(0);
    }
    80% {
        transform: translateY(8px) scale(0.97);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

/* ============================================================
   DYNAMIC THEME & NAVBAR COLOR STYLES
   ============================================================ */

/* 1. OLIVE GREEN THEME */
html[data-theme="olive"] .simple-top-bar,
body.theme-green .simple-top-bar,
[data-theme="olive"] .simple-top-bar {
    background: linear-gradient(90deg, #101c06 0%, #1e350c 50%, #101c06 100%) !important;
    border-bottom-color: rgba(165, 184, 76, 0.4) !important;
}

html[data-theme="olive"] .simple-nav-bar,
body.theme-green .simple-nav-bar,
[data-theme="olive"] .simple-nav-bar {
    background: linear-gradient(90deg, #1b2f0a 0%, #2f4e13 50%, #1b2f0a 100%) !important;
    border-top-color: #8aa62a !important;
    box-shadow: 0 6px 20px rgba(27, 47, 10, 0.4) !important;
}

html[data-theme="olive"] .simple-dropdown,
body.theme-green .simple-dropdown,
[data-theme="olive"] .simple-dropdown {
    background: linear-gradient(180deg, rgba(20, 36, 10, 0.98) 0%, rgba(10, 19, 5, 0.98) 100%) !important;
    border-color: rgba(138, 166, 42, 0.35) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(138, 166, 42, 0.2) !important;
}

html[data-theme="olive"] .simple-nav-link:hover,
body.theme-green .simple-nav-link:hover,
[data-theme="olive"] .simple-nav-link:hover {
    background: rgba(138, 166, 42, 0.18) !important;
    color: #c5e063 !important;
    border-color: rgba(165, 184, 76, 0.4) !important;
}

html[data-theme="olive"] .simple-nav-link.active,
body.theme-green .simple-nav-link.active,
[data-theme="olive"] .simple-nav-link.active {
    background: rgba(138, 166, 42, 0.25) !important;
    border-color: #8aa62a !important;
    box-shadow: 0 0 12px rgba(138, 166, 42, 0.3) !important;
}

html[data-theme="olive"] .simple-nav-link::after,
body.theme-green .simple-nav-link::after,
[data-theme="olive"] .simple-nav-link::after {
    background: #8aa62a !important;
}

html[data-theme="olive"] .title-word-navy,
body.theme-green .title-word-navy,
[data-theme="olive"] .title-word-navy {
    color: #3f6212 !important;
}

html[data-theme="olive"] .mobile-nav-drawer,
body.theme-green .mobile-nav-drawer,
[data-theme="olive"] .mobile-nav-drawer {
    background: linear-gradient(180deg, #1b2f0a 0%, #0d1705 100%) !important;
}

/* 2. MAROON RED THEME */
html[data-theme="maroon"] .simple-top-bar,
body.theme-maroon .simple-top-bar,
[data-theme="maroon"] .simple-top-bar {
    background: linear-gradient(90deg, #220303 0%, #3d0808 50%, #220303 100%) !important;
    border-bottom-color: rgba(239, 68, 68, 0.4) !important;
}

html[data-theme="maroon"] .simple-nav-bar,
body.theme-maroon .simple-nav-bar,
[data-theme="maroon"] .simple-nav-bar {
    background: linear-gradient(90deg, #3d0808 0%, #5e1111 50%, #3d0808 100%) !important;
    border-top-color: #e53935 !important;
    box-shadow: 0 6px 20px rgba(61, 8, 8, 0.45) !important;
}

html[data-theme="maroon"] .simple-dropdown,
body.theme-maroon .simple-dropdown,
[data-theme="maroon"] .simple-dropdown {
    background: linear-gradient(180deg, rgba(46, 8, 8, 0.98) 0%, rgba(22, 3, 3, 0.98) 100%) !important;
    border-color: rgba(229, 57, 53, 0.35) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(229, 57, 53, 0.2) !important;
}

html[data-theme="maroon"] .simple-nav-link:hover,
body.theme-maroon .simple-nav-link:hover,
[data-theme="maroon"] .simple-nav-link:hover {
    background: rgba(229, 57, 53, 0.18) !important;
    color: #ff9999 !important;
    border-color: rgba(239, 68, 68, 0.4) !important;
}

html[data-theme="maroon"] .simple-nav-link.active,
body.theme-maroon .simple-nav-link.active,
[data-theme="maroon"] .simple-nav-link.active {
    background: rgba(229, 57, 53, 0.25) !important;
    border-color: #e53935 !important;
    box-shadow: 0 0 12px rgba(229, 57, 53, 0.3) !important;
}

html[data-theme="maroon"] .simple-nav-link::after,
body.theme-maroon .simple-nav-link::after,
[data-theme="maroon"] .simple-nav-link::after {
    background: #e53935 !important;
}

html[data-theme="maroon"] .title-word-navy,
body.theme-maroon .title-word-navy,
[data-theme="maroon"] .title-word-navy {
    color: #7b1e1e !important;
}

html[data-theme="maroon"] .mobile-nav-drawer,
body.theme-maroon .mobile-nav-drawer,
[data-theme="maroon"] .mobile-nav-drawer {
    background: linear-gradient(180deg, #3d0808 0%, #1f0404 100%) !important;
}

/* 3. GOLD OCHRE THEME */
html[data-theme="gold"] .simple-top-bar,
body.theme-yellow .simple-top-bar,
[data-theme="gold"] .simple-top-bar {
    background: linear-gradient(90deg, #201700 0%, #3a2900 50%, #201700 100%) !important;
    border-bottom-color: rgba(245, 158, 11, 0.4) !important;
}

html[data-theme="gold"] .simple-nav-bar,
body.theme-yellow .simple-nav-bar,
[data-theme="gold"] .simple-nav-bar {
    background: linear-gradient(90deg, #3d2e00 0%, #5c4500 50%, #3d2e00 100%) !important;
    border-top-color: #f59e0b !important;
    box-shadow: 0 6px 20px rgba(61, 46, 0, 0.45) !important;
}

html[data-theme="gold"] .simple-dropdown,
body.theme-yellow .simple-dropdown,
[data-theme="gold"] .simple-dropdown {
    background: linear-gradient(180deg, rgba(46, 35, 2, 0.98) 0%, rgba(22, 17, 0, 0.98) 100%) !important;
    border-color: rgba(245, 158, 11, 0.35) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(245, 158, 11, 0.2) !important;
}

html[data-theme="gold"] .simple-nav-link:hover,
body.theme-yellow .simple-nav-link:hover,
[data-theme="gold"] .simple-nav-link:hover {
    background: rgba(245, 158, 11, 0.18) !important;
    color: #fde047 !important;
    border-color: rgba(245, 158, 11, 0.4) !important;
}

html[data-theme="gold"] .simple-nav-link.active,
body.theme-yellow .simple-nav-link.active,
[data-theme="gold"] .simple-nav-link.active {
    background: rgba(245, 158, 11, 0.25) !important;
    border-color: #f59e0b !important;
    box-shadow: 0 0 12px rgba(245, 158, 11, 0.3) !important;
}

html[data-theme="gold"] .simple-nav-link::after,
body.theme-yellow .simple-nav-link::after,
[data-theme="gold"] .simple-nav-link::after {
    background: #f59e0b !important;
}

html[data-theme="gold"] .title-word-navy,
body.theme-yellow .title-word-navy,
[data-theme="gold"] .title-word-navy {
    color: #7a6000 !important;
}

html[data-theme="gold"] .mobile-nav-drawer,
body.theme-yellow .mobile-nav-drawer,
[data-theme="gold"] .mobile-nav-drawer {
    background: linear-gradient(180deg, #3d2e00 0%, #1f1700 100%) !important;
}

/* 4. CLASSIC NAVY BLUE THEME */
html[data-theme="blue"] .simple-top-bar,
body.theme-navy .simple-top-bar,
[data-theme="blue"] .simple-top-bar {
    background: linear-gradient(90deg, #071326 0%, #0c203d 50%, #071326 100%) !important;
    border-bottom-color: rgba(255, 153, 51, 0.35) !important;
}

html[data-theme="blue"] .simple-nav-bar,
body.theme-navy .simple-nav-bar,
[data-theme="blue"] .simple-nav-bar {
    background: linear-gradient(90deg, #00223b 0%, #003354 50%, #00223b 100%) !important;
    border-top-color: #ff9933 !important;
}

