/* ============================================================
   TOP HEADER BAR
   ============================================================ */
.top-header-bar {
    background: linear-gradient(90deg, #012d7a 0%, #034B9F 45%, #0257b3 100%);
    padding: 0;
    box-shadow: 0 2px 8px rgba(1,27,74,0.18);
    position: relative;
    z-index: 1050;
    overflow: visible !important;
}
.top-bar-inner {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    min-height: 44px;
    overflow: visible !important;
}
.top-header-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    overflow: visible !important;
}
.top-header-menu li {
    position: relative;
}
.top-header-menu li::after {
    content: '';
    position: absolute;
    right: 0; top: 30%; bottom: 30%;
    width: 1px;
    background: rgba(255,255,255,0.2);
}
.top-header-menu li.top-user-dropdown::after {
    display: none !important;
}
/* ============================================================
   EXECUTIVE FLOATING USER DROPDOWN (FAST, NO-LAG, PERFECT ICONS)
   ============================================================ */
.top-user-dropdown {
    position: relative !important;
}

.top-user-dropdown-btn {
    transition: background 0.2s ease, border-color 0.2s ease !important;
}

.top-user-dropdown-btn:hover,
.top-user-dropdown.show .top-user-dropdown-btn {
    background: rgba(255, 255, 255, 0.35) !important;
    border-color: rgba(255, 255, 255, 0.75) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2) !important;
}

.top-user-dropdown .dropdown-menu {
    display: none;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.18s ease-out, transform 0.18s ease-out;
    background: #ffffff !important;
    box-shadow: 0 16px 40px rgba(1, 27, 74, 0.22), 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 14px !important;
    min-width: 230px !important;
    overflow: hidden !important;
    padding: 6px !important;
    z-index: 9999 !important;
    margin-top: 8px !important;
    right: 0 !important;
    top: 100% !important;
    position: absolute !important;
}

.top-user-dropdown.show .dropdown-menu,
.top-user-dropdown .dropdown-menu.show {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.top-user-dropdown.show .dropdown-chevron {
    transform: rotate(180deg) !important;
}

.top-user-dropdown .user-dropdown-header {
    background: linear-gradient(135deg, #012d7a 0%, #034b9f 100%) !important;
    padding: 10px 12px !important;
    border-radius: 10px !important;
    margin-bottom: 6px !important;
    box-shadow: 0 4px 12px rgba(1, 45, 122, 0.18) !important;
}

.top-user-dropdown .dropdown-menu li {
    position: static !important;
}

.top-user-dropdown .dropdown-menu li::after {
    display: none !important;
}

.top-user-dropdown .dropdown-menu a.dropdown-item {
    display: flex !important;
    align-items: center !important;
    padding: 8px 10px !important;
    height: auto !important;
    color: #1e293b !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    background: transparent !important;
    border-radius: 8px !important;
    margin: 2px 0 !important;
    transition: background 0.15s ease, color 0.15s ease !important;
}

.top-user-dropdown .dropdown-menu a.dropdown-item i {
    width: 24px !important;
    height: 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    flex-shrink: 0 !important;
    margin-right: 8px !important;
}

.top-user-dropdown .dropdown-menu a.dropdown-item:hover {
    background: #f1f5f9 !important;
    color: #012d7a !important;
}

.top-user-dropdown .dropdown-menu a.dropdown-item.text-danger {
    color: #B84110 !important;
}

.top-user-dropdown .dropdown-menu a.dropdown-item.text-danger:hover {
    background: #fff7ed !important;
    color: #9a3412 !important;
}
.top-header-menu li a {
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 100%;
    color: rgba(255,255,255,0.90);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.2s;
    letter-spacing: 0.3px;
}
.top-header-menu li a:hover {
    background: rgba(255,255,255,0.11);
    color: #fff;
}
/* ADMISSIONS OPEN in top bar */
.top-admission-btn {
    display: inline-flex;
    align-items: stretch;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.8px;
    overflow: hidden;
    margin-left: 24px;
    animation: topAdmGlow 2.2s ease-in-out infinite;
}
.top-adm-text {
    display: flex;
    align-items: center;
    padding: 0 22px;
    background: #b84110;
    color: #fff;
    position: relative;
    overflow: hidden;
    font-size: 13px;
}
.top-adm-text::after {
    content: '';
    position: absolute;
    top: -50%; left: -60%;
    width: 40%; height: 200%;
    background: rgba(255,255,255,0.35);
    transform: skewX(-20deg);
    animation: admShine 2.5s ease-in-out infinite;
}
.top-adm-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    background: #9e360d;
}
.top-adm-arrow svg {
    width: 14px; height: 14px;
    fill: #fff;
    animation: admArrow 1.6s ease-in-out infinite;
}
.top-admission-btn:hover .top-adm-text { background: #a33a0e; }
.top-admission-btn:hover .top-adm-arrow { background: #8a2e0b; }
@keyframes topAdmGlow {
    0%,100% { box-shadow: 0 0 0 rgba(184,65,16,0); }
    50%      { box-shadow: 0 0 12px rgba(184,65,16,0.5); }
}
@keyframes admShine {
    0%   { left: -60%; opacity: 0; }
    15%  { opacity: 1; }
    45%  { left: 130%; opacity: 0; }
    100% { left: 130%; opacity: 0; }
}
@keyframes admArrow {
    0%,100% { transform: translateX(0); }
    50%      { transform: translateX(4px); }
}

/* ============================================================
   MAIN NAVIGATION
   ============================================================ */
.main-navigation {
    background: #fff;
    box-shadow: 0 2px 18px rgba(0,0,0,0.08);
    position: relative;
    z-index: 1000;
}
.nav-wrapper {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 0;
    min-height: 102px;
}

/* ---- Brand / Logo ---- */
.navbar-brand-new {
    display: flex;
    align-items: center;
    gap: 13px;
    text-decoration: none;
    flex-shrink: 0;
    padding-right: 30px;
}
.logo-img {
    height: 90px;
    width: auto;
}
.brand-text {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #d0d7e3;
    padding-left: 13px;
}
.brand-name {
    font-size: 22px;
    font-weight: 700;
    color: #034B9F;
    line-height: 1.2;
    letter-spacing: 0.2px;
}
.brand-name strong {
    font-weight: 500;
    color: #b84110;
    font-size: 16px;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.brand-tagline {
    font-size: 10.5px;
    color: #424a54;
    font-style: italic;
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 4px;
    letter-spacing: 0.2px;
    border-top: 1px solid #e8ecf3;
    padding-top: 4px;
    padding-bottom: 4px;
}
.nav-divider {
    width: 1px;
    height: 50px;
    background: #e0e5ee;
    flex-shrink: 0;
    margin-right: 10px;
}

/* ---- Desktop Menu — push to right side of nav */
.desktop-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    align-self: stretch;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 2px;
}
.desktop-menu > li { 
    display: flex; 
    align-items: center; 
    position: relative; 
}
.desktop-menu > li.has-mega-menu { position: static; }
.desktop-menu > li.has-dropdown { position: relative; }
.nav-link-new {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 14px;
    color: #1a2b4a;
    text-decoration: none;
    font-weight: 600;
    font-size: 15.5px;
    transition: color 0.2s ease, background-color 0.2s ease;
    white-space: nowrap;
    border-radius: 6px;
    position: relative;
}
.nav-link-new:hover,
.has-mega-menu.menu-active > .nav-link-new,
.has-dropdown.menu-active > .nav-link-new {
    color: #b84110;
}
.menu-plus {
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    color: #b84110;
    transition: transform 0.25s ease;
    display: inline-block;
}
.has-mega-menu.menu-active .menu-plus,
.has-dropdown.menu-active .menu-plus {
    transform: rotate(45deg);
}

/* ============================================================
   MEGA MENU — Creative card-column design
   ============================================================ */
.has-mega-menu { position: static; }
.has-mega-menu > .nav-link-new {
    position: relative;
}
/* Invisible hover bridge ONLY when menu is active */
.has-mega-menu.menu-active > .nav-link-new::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 25px;
    pointer-events: auto;
    z-index: 1001;
}
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    z-index: 999;
}
.has-mega-menu.menu-active .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transform: translateY(0);
}
.has-mega-menu.menu-active .mega-menu-inner {
    pointer-events: auto;
}
.mega-menu-inner {
    display: flex;
    align-items: stretch;
    max-width: 1170px;
    margin: 0 auto;
    box-shadow: 0 16px 50px rgba(0,0,0,0.16);
    border-top: 3px solid #b84110;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    min-height: 240px;
    font-family: inherit;
}
.mega-columns-wrap {
    flex: 1;
    background: #ffffff;
    padding: 22px 28px;
}
.mega-grid {
    display: flex;
    align-items: stretch;
    gap: 0;
    height: 100%;
    min-height: 200px;
}
.mega-menu-inner {
    max-height: 450px;
}
.mega-col-list {
    max-height: 380px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e0c9b0 transparent;
}
.mega-col {
    flex: 1;
    background: transparent;
    border-radius: 0;
    padding: 4px 20px 4px 0;
    min-width: 0;
    box-shadow: none;
    border: none;
    border-right: 1px solid rgba(184,65,16,0.12);
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.mega-col:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.mega-col-title {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #b84110;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(184,65,16,0.20);
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: inherit;
}
.mega-col-title::before {
    content: '';
    width: 3px; height: 14px;
    background: #b84110;
    border-radius: 2px;
    flex-shrink: 0;
}
.mega-col-title a { color: inherit; text-decoration: none; }
.mega-col-title a:hover { color: #b84110; }
.mega-col-list { list-style: none; padding: 0; margin: 0; flex: 1; }
.mega-col-list li { margin-bottom: 1px; }
.mega-col-list li a {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 7px 4px;
    color: #1a2b4a;
    text-decoration: none;
    font-size: 14.5px;
    border-radius: 3px;
    transition: all 0.15s;
    font-family: inherit;
    font-weight: 500;
    position: relative;
    line-height: 1.35;
}
.mega-col-list li a::before {
    content: '›';
    color: #b84110;
    font-size: 17px;
    line-height: 1;
    margin-right: 6px;
    transition: all 0.15s;
    flex-shrink: 0;
    opacity: 0.5;
}
.mega-col-list li a:hover {
    color: #b84110;
    padding-left: 6px;
    background: rgba(184,65,16,0.07);
    border-radius: 4px;
}
.mega-col-list li a:hover::before {
    opacity: 1;
}
.mc-dot { display: none; }

/* ============================================================
   REGULAR DROPDOWN
   ============================================================ */
.has-dropdown { position: relative; }
/* Invisible hover bridge ONLY when dropdown is active */
.has-dropdown.menu-active > .nav-link-new::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 25px;
    pointer-events: auto;
    z-index: 1001;
}
.dropdown-menu-new {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    background: #ffffff;
    box-shadow: 0 10px 35px rgba(0,0,0,0.12);
    border-top: 2px solid #b84110;
    padding: 8px 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    z-index: 999;
    border-radius: 0 0 8px 8px;
}
.has-dropdown.menu-active .dropdown-menu-new {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.dropdown-menu-new li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    color: #2d3748;
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 500;
    transition: all 0.2s;
    border-left: 3px solid transparent;
    font-family: inherit;
}
.dropdown-menu-new li a::before {
    content: '›';
    color: #b84110;
    font-size: 17px;
    flex-shrink: 0;
    opacity: 0.4;
    transition: opacity 0.2s;
    line-height: 1;
}
.dropdown-menu-new li a:hover {
    background: rgba(184,65,16,0.07);
    color: #b84110;
    border-radius: 4px;
    border-left-color: transparent;
    padding-left: 16px;
}
.dropdown-menu-new li a:hover::before { opacity: 1; }

/* ============================================================
   MOBILE TOGGLE
   ============================================================ */
.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    margin-left: auto;
}
.mobile-toggle span {
    width: 26px; height: 2.5px;
    background: #b84110;
    border-radius: 3px;
    transition: all 0.3s;
    display: block;
}

/* ============================================================
   MOBILE MENU
   ============================================================ */
.mobile-menu-offcanvas { max-width: 320px; }
@media (max-width: 575.98px) {
    .mobile-menu-offcanvas { width: 100% !important; max-width: 100% !important; }
}
.mobile-menu-offcanvas .offcanvas-header {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e5e5;
}
.mobile-menu-offcanvas .offcanvas-body {
    padding: 0;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.mobile-menu-offcanvas .offcanvas-body::-webkit-scrollbar { display: none; }
.mobile-logo { height: 56px; }
.offcanvas-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex: 1;
    min-width: 0;
}
.offcanvas-brand .brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}
.offcanvas-brand .brand-name {
    font-weight: 700;
    color: #034B9F;
    line-height: 1.2;
    white-space: nowrap;
}
.offcanvas-brand .brand-name strong {
    color: #b84110;
    font-weight: 500;
}
.offcanvas-brand .brand-tagline {
    color: #666;
    white-space: nowrap;
    margin-top: 2px;
    letter-spacing: 0.2px;
}

/* Remove ALL Bootstrap default accordion borders — use only our dividers */
.mobile-accordion { --bs-accordion-border-width: 0; --bs-accordion-inner-border-radius: 0; --bs-accordion-border-radius: 0; }
.mobile-accordion .accordion-item {
    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
    background: #fff;
}
.mobile-accordion .accordion-item:first-child { border-top: none !important; }

.mobile-accordion .accordion-button {
    background: #fff !important;
    border: none;
    box-shadow: none !important;
    padding: 13px 16px;
    font-weight: 600;
    color: #1a2b4a;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-accordion .accordion-button::after {
    background-image: none !important;
    content: '+';
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 1;
    width: auto; height: auto;
    transform: none !important;
    flex-shrink: 0;
    margin-left: auto;
}
.mobile-accordion .accordion-button:not(.collapsed)::after { content: '\2212'; color: #b84110; font-size: 18px; }
.mobile-accordion .accordion-button:not(.collapsed) { color: #1a2b4a; background: #fff !important; }

/* Simple link items (no children) */
.mobile-nav-link {
    display: flex;
    align-items: center;
    padding: 13px 16px;
    color: #1a2b4a;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.2s;
}
.mobile-nav-link:hover { color: #b84110; }

/* Accordion body — remove default padding */
.mobile-accordion .accordion-body { padding: 0; }

/* Sub-menu list */
.mobile-submenu { list-style: none; padding: 0; margin: 0; background: #fff; }

/* Sub-category toggle (2nd level with children) */
.submenu-toggle {
    width: 100%;
    text-align: left;
    background: #fff;
    border: none;
    border-bottom: 1px solid #eeeeee;
    padding: 11px 16px 11px 20px;
    color: #1a2b4a;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.submenu-toggle .bi { display: none; }
.submenu-toggle::after { content: '+'; font-size: 16px; font-weight: 400; color: #666; flex-shrink: 0; line-height: 1; }
.submenu-toggle[aria-expanded="true"]::after { content: '\2212'; color: #b84110; }
.submenu-toggle[aria-expanded="true"] { color: #1a2b4a; }

/* Simple 2nd-level link (no children) */
.mobile-submenu > li > a {
    display: block;
    padding: 10px 16px 10px 20px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #f0f0f0;
    transition: color 0.2s;
}
.mobile-submenu > li > a:hover { color: #b84110; }

/* 3rd-level child links */
.mobile-submenu-child { list-style: none; padding: 0; margin: 0; background: #fff; }
.mobile-submenu-child li a {
    display: block;
    padding: 11px 20px 11px 34px;
    color: #444;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 400;
    border-bottom: 1px solid #f5f5f5;
    transition: color 0.2s;
}
.mobile-submenu-child li a:hover { color: #b84110; }

/* Admission button */
.mobile-admission-btn-wrap { padding: 12px 16px; border-top: 1px solid #e5e5e5; display: flex; justify-content: flex-start; }
.mobile-admission-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    background: #b84110; color: #fff;
    padding: 10px 20px; border-radius: 6px;
    text-decoration: none; font-weight: 700; font-size: 13px;
    letter-spacing: 0.4px;
}
.mobile-admission-btn:hover { background: #9e360e; color: #fff; }

/* Quick links */
.mobile-quick-links-wrap { padding: 10px 20px 6px; border-top: 1px solid #e5e5e5; }
.mobile-quick-links-title { font-size: 11px; font-weight: 700; color: #aaa; letter-spacing: 0.8px; text-transform: uppercase; margin: 0 0 8px; }
.mobile-quick-links { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 7px; }
.mobile-quick-links li a { display: inline-block; padding: 5px 13px; background: rgba(3,75,159,0.07); color: #034B9F; border-radius: 20px; font-size: 12px; font-weight: 600; text-decoration: none; transition: all 0.2s; }
.mobile-quick-links li a:hover { background: #034B9F; color: #fff; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1299.98px) {
    .nav-link-new { padding: 10px 9px; font-size: 13px; }
    .brand-name { font-size: 16px; }
    .logo-img { height: 70px; }
    .navbar-brand-new { padding-right: 20px; }
}
/* Compact desktop nav for 1024px–1149px */
@media (max-width: 1149.98px) and (min-width: 992px) {
    .nav-link-new { padding: 8px 10px; font-size: 12px; }
    .brand-name { font-size: 14px; }
    .logo-img { height: 60px; }
    .navbar-brand-new { padding-right: 10px; }
    .menu-plus { font-size: 8px; margin-left: 1px; line-height: 1; }
}
@media (max-width: 991.98px) {
    .desktop-menu { display: none; }
    .mobile-toggle { display: flex; }
    .logo-img { height: 58px; }
    .brand-name { font-size: 14px; }
    .brand-tagline { font-size: 10px; }
    .nav-divider { display: none; }
    .nav-wrapper { min-height: 92px; }
}
@media (min-width: 992px) {
    .mobile-toggle { display: none !important; }
    .desktop-menu { display: flex !important; }
}
@media (max-width: 767.98px) {
    .top-header-bar { display: none; }
    .brand-name { font-size: 18px; }
    .brand-name strong { font-size: 15px; }
    .brand-tagline { font-size: 9px; }
    .logo-img { height: 52px; }
}

/* ============================================================
   LEGACY NAVBAR (main-header.twig)
   ============================================================ */
.navbar .nav-link.text { font-size: 17px !important; }
@media (min-width: 768px) {
    .navbar .dropend .dropdown-menu {
        max-height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}
@media (max-width: 767.98px) {
    .navbar .dropend .dropdown-menu {
        max-height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}
.navbar .dropend .dropdown-menu::-webkit-scrollbar { width: 6px; }
.navbar .dropend .dropdown-menu::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
.navbar .dropend .dropdown-menu::-webkit-scrollbar-thumb { background: #034B9F; border-radius: 10px; }
.navbar .dropend .dropdown-menu::-webkit-scrollbar-thumb:hover { background: #023873; }
.navbar .dropend > .dropdown-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 14px;
}
.navbar .dropend > .dropdown-item .submenu-plus {
    margin-left: auto !important;
    padding-left: 5px;
    margin-right: 4px;
    font-weight: 700;
}

/* ============================================================
   ADMISSIONS BUTTON (main-header.twig)
   ============================================================ */
.admissions-btn {
    display: inline-flex;
    align-items: center;
    background-color: #034B9F;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px !important;
    overflow: hidden;
    padding: 0 !important;
    border: none !important;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.admissions-btn:hover {
    background-color: #034B9F !important;
    box-shadow: 0 6px 20px rgba(3,75,159,0.45) !important;
    transform: translateY(-2px);
    color: #fff !important;
}
.admissions-btn .adm-text {
    padding: 11px 18px;
    position: relative;
    overflow: hidden;
}
.admissions-btn .adm-text::after {
    content: '';
    position: absolute;
    top: -50%; left: -75%;
    width: 50%; height: 200%;
    background: rgba(255,255,255,0.45);
    transform: skewX(-20deg);
    animation: admShine 2s ease-in-out infinite;
}
.admissions-btn .adm-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C8511B;
    width: 44px;
    height: 100%;
    padding: 11px 12px;
    transition: background-color 0.3s ease, padding 0.3s ease;
    animation: admArrowBounce 1.5s ease-in-out infinite;
}
.admissions-btn .adm-arrow svg {
    width: 16px; height: 16px;
    fill: #fff;
    transition: transform 0.3s ease;
}
.admissions-btn:hover .adm-arrow { background-color: #a83e10; padding: 11px 16px; }
.admissions-btn:hover .adm-arrow svg { transform: translateX(3px); }
@keyframes admArrowBounce {
    0%, 100% { transform: translateX(0) scale(1); }
    30%       { transform: translateX(5px) scale(1.15); }
    60%       { transform: translateX(2px) scale(1); }
}
@keyframes admGlow {
    0%, 100% { box-shadow: 0 0 8px 2px rgba(200,81,27,0.5), 2px 2px 8px rgba(0,0,0,0.2); }
    50%       { box-shadow: 0 0 18px 6px rgba(200,81,27,0.85), 2px 2px 8px rgba(0,0,0,0.2); }
}

/* ============================================================
   TOP USER DROPDOWN (Ultra-Professional Design System)
   ============================================================ */
.top-user-dropdown {
    position: relative !important;
}
.top-user-dropdown-btn {
    background: rgba(255, 255, 255, 0.18) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
    color: #ffffff !important;
    padding: 6px 16px !important;
    border-radius: 50px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
}
.top-user-dropdown-btn:hover {
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
}
.top-user-dropdown.show .top-user-dropdown-btn {
    background: rgba(255, 255, 255, 0.35) !important;
}
.top-user-dropdown .dropdown-chevron {
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.top-user-dropdown.show .dropdown-chevron {
    transform: rotate(180deg) !important;
}
#topUserMenu {
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    margin-top: 8px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.2), 0 0 2px rgba(15,23,42,0.1) !important;
    min-width: 230px !important;
    padding: 0 !important;
    overflow: hidden !important;
    z-index: 1050 !important;

    /* Ultra-smooth GPU accelerated transition */
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-8px) scale(0.96) !important;
    transform-origin: top right !important;
    transition: opacity 0.22s cubic-bezier(0.16, 1, 0.3, 1), transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.22s linear !important;
    pointer-events: none !important;
}
.top-user-dropdown.show #topUserMenu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
    pointer-events: auto !important;
}
.user-dropdown-header {
    background: linear-gradient(135deg, #012d7a 0%, #084298 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    padding: 14px 16px !important;
}
.user-dropdown-header .header-sub {
    font-size: 10.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    color: #93c5fd !important;
    text-transform: uppercase !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}
.user-dropdown-header .header-name {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-top: 3px !important;
    letter-spacing: 0.2px !important;
}
#topUserMenu .user-dropdown-link {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 11px 16px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    transition: all 0.15s ease !important;
    text-decoration: none !important;
}
#topUserMenu .user-dropdown-link:hover {
    background: #f1f5f9 !important;
    color: #012d7a !important;
}
#topUserMenu .user-dropdown-link.dropdown-logout {
    color: #dc2626 !important;
}
#topUserMenu .user-dropdown-link.dropdown-logout:hover {
    background: #fef2f2 !important;
    color: #b91c1c !important;
}


