      :root {
            --brand-blue: #0b2545;
            --brand-gold: #ff9900;
            --brand-accent: #134074;
            --text-dark: #1e293b;
        }

        body {
            font-family: 'Plus Jakarta Sans', sans-serif;
            background-color: #f8fafc;
            color: var(--text-dark);
            margin: 0;
            padding: 0;
            overflow-x: hidden; /* AOS Scroll animations ke overflow ko rokne ke liye */
        }

        /* 1. Top Bar Ticker */
        .top-bar {
            background: #000066;
            color: #ffffff;
            font-size: 0.825rem;
            border-bottom: 2px solid var(--brand-gold);
        }

        .news-ticker-container {
            width: 50%;
            overflow: hidden;
            white-space: nowrap;
            position: relative;
        }

        @media (max-width: 991.98px) {
            .news-ticker-container {
                width: 100% !important;
            }
        }

        /* RED UPDATES BADGE - Z-INDEX ADDED HERE */
        .updates-badge {
            position: relative;
            z-index: 10;
            box-shadow: 2px 0 6px rgba(11, 37, 69, 0.4);
        }

        .news-ticker-content {
            display: inline-block;
            padding-left: 100%;
            animation: ticker 18s linear infinite;
        }

        .news-ticker-container:hover .news-ticker-content {
            animation-play-state: paused;
        }

        @keyframes ticker {
            0% { transform: translate3d(0, 0, 0); }
            100% { transform: translate3d(-100%, 0, 0); }
        }

        .news-ticker-item {
            display: inline-block;
            margin-right: 2.5rem;
            font-weight: 600;
        }

        /* 2. Main Navbar Layout Fixes */
        .main-navbar {
            background: #ffffff;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            padding: 0.6rem 0;
        }

        /* NAVBAR LOGO STYLING */
.navbar-brand {
    padding: 0;
    /* Right side space from menu items */
}

.navbar-logo-img {
    border: 0.2px solid black;
    border-radius: 20px;
    margin-left: 45px;
    height: 60px;         /* Uniform height */
    width: auto;          /* Maintains aspect ratio */
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease;
}

/* Hover Animation (Optional) */
.navbar-brand:hover .navbar-logo-img {
    transform: scale(1.05);
}

/* Mobile Alignment Adjustments */
@media (max-width: 991.98px) {
    .navbar-logo-img {
        margin-left:12px ;
        height: 36px;     /* Mobile screen scale */
    }
}
        .nav-link {
            color: var(--text-dark) !important;
            font-weight: 700;
            font-size: 0.95rem;
            padding: 0.6rem 1rem !important;
            border-radius: 8px;
            transition: all 0.2s ease;
        }

        .nav-link:hover, .nav-link.active {
            color: var(--brand-blue) !important;
            background-color: rgba(11, 37, 69, 0.05);
        }

        /* Courses Dropdown Badge Fix */
        .dropdown-chevron {
            font-size: 0.75rem;
            transition: transform 0.2s ease;
            color: var(--brand-gold);
        }

        @media (min-width: 992px) {
            .navbar-nav .dropdown:hover .dropdown-menu {
                display: block;
                opacity: 1;
                visibility: visible;
                transform: translateY(0);
            }

            .navbar-nav .dropdown:hover .dropdown-chevron {
                transform: rotate(180deg);
            }

            .dropdown-menu {
                display: block;
                opacity: 0;
                visibility: hidden;
                transform: translateY(10px);
                transition: all 0.25s ease;
                border: 1px solid rgba(0,0,0,0.08);
                box-shadow: 0 15px 30px rgba(0,0,0,0.1);
                border-radius: 12px;
                padding: 0.75rem;
                background: #ffffff;
            }
        }

        .dropdown-item {
            font-weight: 600;
            color: var(--text-dark);
            border-radius: 8px;
            padding: 0.65rem 1rem;
        }

        .dropdown-item:hover {
            background: rgba(255, 153, 0, 0.15);
            color: var(--brand-blue);
        }

        /* Button CTA */
        .btn-cta {
            background: linear-gradient(135deg, var(--brand-gold) 0%, #e68a00 100%);
            color: #ffffff;
            font-weight: 700;
            border: none;
            border-radius: 50px;
            padding: 0.65rem 1.4rem;
            box-shadow: 0 4px 15px rgba(255, 153, 0, 0.3);
        }

        .btn-cta:hover {
            color: #ffffff;
            box-shadow: 0 6px 20px rgba(255, 153, 0, 0.45);
        }

        /* Mobile Drawer Isolation */
        .offcanvas {
            background-color: #ffffff !important;
            max-width: 80% !important;
        }

        .offcanvas-header {
            border-bottom: 1px solid #e2e8f0;
            padding: 1rem 1.25rem;
        }

        .offcanvas-body {
            padding: 1.25rem;
        }



/* silder */
   
/* --- HERO SLIDER SCOPED STYLES --- */
.hero-slider-section {
    --brand-gold: #ffb703;
    --brand-gold-glow: rgba(255, 183, 3, 0.4);
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #06101E;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.hero-slider-section * {
    box-sizing: border-box;
}

.hero-slider-section .fullscreen-slider {
    position: relative;
    width: 100%;
    height: 100vh;
}

.hero-slider-section .hero-carousel .carousel-item {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-slider-section .slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.06);
    transition: transform 6s cubic-bezier(0.25, 1, 0.5, 1);
}

.hero-slider-section .carousel-item.active .slide-bg {
    transform: scale(1);
}

.hero-slider-section .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(6, 16, 30, 0.65) 0%, rgba(6, 16, 30, 0.25) 50%, rgba(6, 16, 30, 0.05) 100%);
    display: flex;
    align-items: center;
}

.hero-slider-section .glass-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--brand-gold);
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.hero-slider-section .hero-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: clamp(2rem, 4.5vw, 3.8rem);
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.hero-slider-section .hero-title .highlight {
    color: var(--brand-gold);
}

.hero-slider-section .hero-desc {
    font-size: clamp(0.85rem, 1vw, 1rem);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    line-height: 1.5;
    max-width: 440px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.hero-slider-section .btn-gold {
    background: linear-gradient(135deg, #ffb703 0%, #fb8500 100%);
    color: #06101E !important;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 10px 24px;
    border-radius: 50px;
    border: none;
    box-shadow: 0 6px 20px var(--brand-gold-glow);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.hero-slider-section .btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 183, 3, 0.5);
}

.hero-slider-section .btn-glass {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 10px 24px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.hero-slider-section .btn-glass:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: #ffffff;
    transform: translateY(-2px);
}

.hero-slider-section .carousel-item .anim-el {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-slider-section .carousel-item.active .anim-el:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.15s; }
.hero-slider-section .carousel-item.active .anim-el:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.25s; }
.hero-slider-section .carousel-item.active .anim-el:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 0.35s; }
.hero-slider-section .carousel-item.active .anim-el:nth-child(4) { opacity: 1; transform: translateY(0); transition-delay: 0.45s; }

.hero-slider-section .custom-carousel-indicators {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 20;
}

.hero-slider-section .custom-carousel-indicators [data-bs-target] {
    width: 4px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.35);
    border: none;
    border-radius: 4px;
    opacity: 1;
    transition: all 0.3s ease;
}

.hero-slider-section .custom-carousel-indicators .active {
    height: 45px;
    background: var(--brand-gold) !important;
    box-shadow: 0 0 10px var(--brand-gold);
}

.hero-slider-section .bottom-controls-wrapper {
    position: absolute;
    bottom: 30px;
    left: 40px;
    right: 40px;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-slider-section .slide-number-box {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
}

.hero-slider-section .slide-number-box span {
    color: #ffffff;
    font-size: 1.4rem;
}

.hero-slider-section .nav-arrows {
    display: flex;
    gap: 8px;
}

.hero-slider-section .custom-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-slider-section .custom-arrow:hover {
    background: var(--brand-gold);
    color: #06101E;
    border-color: var(--brand-gold);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .hero-slider-section .custom-carousel-indicators { display: none; }
    .hero-slider-section .bottom-controls-wrapper { left: 20px; right: 20px; bottom: 20px; }
    .hero-slider-section .btn-gold, .hero-slider-section .btn-glass { width: 100%; text-align: center; }
}





:root {
    --brand-navy: #071326;
    --gold-accent: #ff9900;
}

.bg-navy-dark {
    background-color: var(--brand-navy) !important;
}

.tracking-wider {
    letter-spacing: 1.5px;
}

.fs-7 {
    font-size: 0.75rem;
}

.text-navy {
    color: #0b2545;
}

/* Flip Card Container Setup */
.course-flip-container {
    perspective: 1000px;
    height: 380px;
}

.course-flip-card {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s cubic-bezier(0.4, 0.2, 0.2, 1);
    transform-style: preserve-3d;
}

.course-flip-container:hover .course-flip-card {
    transform: rotateY(180deg);
}

/* Common Styling for Front and Back Faces */
.course-card-front, .course-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 1rem;
    overflow: hidden;
}

/* Front Face Layout */
.course-card-front {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.course-logo-box {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 50%;
    padding: 12px;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
}

.course-logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Custom Floating Pill Label at Bottom of Front Card */
.course-title-pill {
    background:#000066;
    color: #ffffff;
    width: 100%;
    padding: 12px 15px;
    border-radius: 12px;
    border-bottom: 3px solid var(--gold-accent);
    box-shadow: 0 5px 15px rgba(7, 19, 38, 0.2);
}

/* Back Face Layout */
.course-card-back {
    background: #000066;
    color: #ffffff;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 1.5rem;
    border: 2px solid var(--gold-accent);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
    .course-flip-container {
        height: 340px;
    }
}






/* why us */

:root {
    --navy-dark: #071326;
    --navy-secondary: #0d213a;
    --gold-accent: #ff9900;
}

.text-navy {
    color: var(--navy-dark);
}

.fw-extrabold {
    font-weight: 800;
}

.tracking-wider {
    letter-spacing: 1px;
}

/* Decorative Accent Line */
.accent-line {
    width: 35px;
    height: 2px;
    background-color: var(--gold-accent);
}

/* Feature Icon Styling */
.icon-shape {
    width: 44px;
    height: 44px;
    background: rgba(255, 153, 0, 0.12);
    border: 1px solid rgba(255, 153, 0, 0.25);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Main Hero Image Styling */
.display-hero-img {
    height: 300px;
    transition: transform 0.6s ease;
}

.main-hero-img-box:hover .display-hero-img {
    transform: scale(1.04);
}

.img-gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7,19,38,0) 60%, rgba(7,19,38,0.4) 100%);
}

.bg-dark-glass {
    background: rgba(7, 19, 38, 0.75);
    backdrop-filter: blur(8px);
    font-size: 0.65rem;
}

.thumbnail-img-box img {
    min-height: 140px;
    transition: transform 0.5s ease;
}

.thumbnail-img-box:hover img {
    transform: scale(1.06);
}

/* INTEGRATED VISION CARD (Modern & Clean Position) */
.vision-integrated-card {
    /* background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy-secondary) 100%); */
    background-color: #000066;
    border: 1px solid rgba(255, 153, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.vision-integrated-card::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 70px;
    height: 70px;
    background: rgba(255, 153, 0, 0.15);
    border-radius: 50%;
    filter: blur(15px);
}

.vision-icon-wrap {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.leading-tight {
    line-height: 1.45;
}

.text-light-50 {
    color: rgba(255, 255, 255, 0.82);
}

/* Responsiveness Fix */
@media (max-width: 575.98px) {
    .display-hero-img { height: 220px; }
    .vision-integrated-card { padding: 1.25rem !important; }
}







:root {
    --bg-navy-dark: #000066;
    --navy-card: #0c1e38;
    --gold-accent: #ff9900;
}

.bg-navy-dark {
    background-color: #000066 !important;
}

.tracking-widest {
    letter-spacing: 2px;
}

.fs-7 {
    font-size: 0.75rem;
}

/* Facility Card Item */
.facility-card {
    padding: 1rem 0.5rem;
    transition: transform 0.3s ease;
}

.facility-card:hover {
    transform: translateY(-5px);
}

.facility-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 12px auto;
    background: rgba(255, 153, 0, 0.1);
    border: 1px dashed rgba(255, 153, 0, 0.4);
    color: var(--gold-accent);
    font-size: 1.6rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.facility-card:hover .facility-icon {
    background: var(--gold-accent);
    color: #ffffff;
    border-style: solid;
}

/* Right Custom Frame Image Styling */
.facility-image-wrapper {
    padding-bottom: 30px;
}

.facility-img-frame {
    height: 340px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    overflow: hidden;
}

/* Floating Safe Campus Card */
.safe-campus-badge {
    position: absolute;
    bottom: 0;
    left: 20px;
    background: rgba(12, 30, 56, 0.95);
    border: 1px solid rgba(255, 153, 0, 0.3);
    backdrop-filter: blur(10px);
    min-width: 240px;
}

.badge-icon-box {
    width: 44px;
    height: 44px;
    background: rgba(255, 153, 0, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive Overrides */
@media (max-width: 991.98px) {
    .facility-img-frame { height: 260px; }
    .safe-campus-badge { position: relative; left: 0; bottom: 0; margin-top: 1.5rem; width: 100%; }
}





:root {
    --navy-dark: #071326;
    --gold-accent: #ff9900;
}

.text-navy { color: var(--navy-dark); }
.fw-extrabold { font-weight: 800; }
.tracking-widest { letter-spacing: 2px; }
.fs-7 { font-size: 0.75rem; }
.fs-8 { font-size: 0.7rem; }

/* Smooth micro-interactions */
.transition-hover {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
}

.transition-hover:hover {
    background-color: #ffffff !important;
    border-color: var(--gold-accent) !important;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.shadow-xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
}





.tracking-wider {
    letter-spacing: 1.5px;
}
.fs-7 {
    font-size: 0.75rem;
}

/* Minimalist Pillar Cards Styling */
.pillar-card {
    transition: all 0.35s ease;
    background-color: #fcfcfc !important;
}

.pillar-card:hover {
    background-color: #ffffff !important;
    transform: translateY(-8px);
    border-color: #ff9900 !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.pillar-card:hover .pillar-icon-box {
    background-color: #000066 !important;
    color: #ffffff !important;
}





.tracking-wider {
    letter-spacing: 1.5px;
}
.fs-7 {
    font-size: 0.75rem;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cursor-pointer {
    cursor: pointer;
}
.transition-all {
    transition: all 0.3s ease;
}

/* Playlist Light Card Styling */
.playlist-card-light {
    transition: all 0.3s ease;
    background: #ffffff;
}

.playlist-card-light:hover {
    border-color: #000066 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
}

.playlist-card-light.active-video-light {
    border-color: #ff9900 !important;
    background: rgba(255, 153, 0, 0.04) !important;
}

/* Custom Scrollbar for Playlist */
.video-playlist-container::-webkit-scrollbar {
    width: 6px;
}
.video-playlist-container::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}
.video-playlist-container::-webkit-scrollbar-thumb {
    background: #000066;
    border-radius: 10px;
}


/* experts */
.tracking-wider {
    letter-spacing: 1.5px;
}
.fs-7 {
    font-size: 0.75rem;
}

/* Final Unique Card Design */
.final-expert-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.final-expert-card:hover {
    transform: translateY(-8px);
    border-color: #ff9900;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.expert-avatar-box img {
    transition: transform 0.4s ease;
}

.final-expert-card:hover .expert-avatar-box img {
    transform: scale(1.03);
}



/* enquiry */
:root {
    --navy-dark: #071326;
    --gold-accent: #ff9900;
}

.text-navy { color: var(--navy-dark); }
.fw-extrabold { font-weight: 800; }
.tracking-widest { letter-spacing: 2px; }
.tracking-wide { letter-spacing: 1px; }
.line-height-base { line-height: 1.6; }

/* Expanded large professional width for rich layout */
.max-w-1150 {
    max-width: 1180px;
}

/* Minimum height to make left panel grand and spacious */
.min-h-460 {
    min-height: 480px;
}

/* Left Panel Background */
.inquiry-brand-panel {
    background-color: #000066;
}

/* Form inputs sleek hover and focus effects */
.form-control:focus, .form-select:focus {
    background-color: #ffffff !important;
    border-color: var(--gold-accent) !important;
    box-shadow: 0 0 0 0.25rem rgba(255, 153, 0, 0.15) !important;
}

/* Button Hover State */
.btn-warning {
    background-color: var(--gold-accent);
    border-color: var(--gold-accent);
    transition: all 0.3s ease;
}

.btn-warning:hover {
    background-color: #e68a00;
    border-color: #e68a00;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(255, 153, 0, 0.3) !important;
}


.tracking-wider {
    letter-spacing: 1.5px;
}
.fs-7 {
    font-size: 0.75rem;
}

/* Clean Minimalist Accordion Styling */
.clean-faq-accordion .accordion-item {
    background-color: #ffffff;
    border: 1px solid #eaeaea !important;
    border-radius: 10px !important;
    overflow: hidden;
    transition: all 0.25s ease;
}

.clean-faq-accordion .accordion-item:hover {
    border-color: #ff9900 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.clean-faq-accordion .accordion-button {
    background-color: #ffffff !important;
}

.clean-faq-accordion .accordion-button:not(.collapsed) {
    color: #000066 !important;
    box-shadow: none !important;
    border-left: 4px solid #ff9900;
}

.clean-faq-accordion .accordion-button:focus {
    box-shadow: none !important;
}





:root {
    --bg-navy-dark: #071326;
    --gold-accent: #ffb703;
    --text-muted-custom: #a0aec0;
}

.bg-navy-dark {
    background-color: #000066 !important;
}

.text-secondary-light {
    color: var(--text-muted-custom);
}

.fw-extrabold { font-weight: 800; }
.tracking-wide { letter-spacing: 1px; }
.tracking-wider { letter-spacing: 1.5px; }
.tracking-widest { letter-spacing: 2.5px; }
.fs-7 { font-size: 0.85rem; }
.fs-8 { font-size: 0.7rem; }

/* Footer Logo */
.footer-logo-img {
    height: 48px;
    width: auto;
    object-fit: contain;
}

.footer-heading {
    font-size: 0.85rem;
    position: relative;
}

/* Footer Links List */
.footer-links li {
    margin-bottom: 0.6rem;
}

.footer-links a {
    color: var(--text-muted-custom);
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.25s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--gold-accent);
    transform: translateX(4px);
}

/* Hover Yellow Helper */
.hover-warning:hover {
    color: var(--gold-accent) !important;
}

/* Social Icon Buttons */
.social-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon-btn:hover {
    background-color: var(--gold-accent);
    border-color: var(--gold-accent);
    color: var(--bg-navy-dark);
    transform: translateY(-3px);
}

/* Mobile Adjustments */
@media (max-width: 767.98px) {
    .footer-section {
        text-align: left;
    }
}




/* welcome popup */
.fw-extrabold {
    font-weight: 800;
}
.tracking-wider {
    letter-spacing: 1.5px;
}
.fs-7 {
    font-size: 0.75rem;
}
/* Modal background overlay blur effect */
.modal-backdrop.show {
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.6);
}











