﻿:root {
    --gov-navy: #666a4b;
    --menu-bg: #063d23;
    --sikkim-green: #0a5c36;
    --sikkim-green-dark: #063d23;
    --accent-gold: #f59e0b;
    --bg-light: #f8f9fa;
    --text-main: #1e293b;
    --card-bg: #ffffff;
    --border-color: #e2e8f0;
    --dignitaries-bg: #074730;
}

/* High Contrast Mode Styles (GIGW Requirement) */
body.high-contrast {
    --gov-navy: #000000;
    --menu-bg: #000000;
    --sikkim-green: #000000;
    --sikkim-green-dark: #000000;
    --accent-gold: #ffff00;
    --bg-light: #000000;
    --text-main: #ffff00;
    --card-bg: #121212;
    --border-color: #ffff00;
    background-color: #000000 !important;
    color: #ffff00 !important;
}

    body.high-contrast a {
        color: #ffff00 !important;
        text-decoration: underline !important;
    }

    body.high-contrast .btn-primary,
    body.high-contrast .btn-success,
    body.high-contrast .btn-warning,
    body.high-contrast .nav-link,
    body.high-contrast .badge {
        background-color: #000000 !important;
        color: #ffff00 !important;
        border: 1px solid #ffff00 !important;
    }

    body.high-contrast .card,
    body.high-contrast .navbar,
    body.high-contrast .top-bar,
    body.high-contrast header,
    body.high-contrast footer,
    body.high-contrast .ticker-bar,
    body.high-contrast .page-breadcrumb-banner,
    body .high-contrast .floating-navbar {
        background-color: #000000 !important;
        border-color: #ffff00 !important;
        color: #ffff00 !important;
    }



body {
    font-family: 'Inter', sans-serif;
    color: var(--text-main);
    background-color: #f1f5f9;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230a5c36' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    transition: background-color 0.3s, color 0.3s;
    overflow-x: hidden;
}
/* GIGW Accessibility Top Bar */
.top-bar {
    background-color: #0f172a;
    color: #ffffff;
    font-size: 0.825rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

    .top-bar a {
        color: #e2e8f0;
        text-decoration: none;
        transition: color 0.2s;
    }

        .top-bar a:hover, .top-bar a:focus {
            color: #ffffff;
            text-decoration: underline;
        }

/* Header Branding Section */
.header-brand {
    background-color: #ffffff;
    border-bottom: 1px solid var(--border-color);
    padding: 0.75rem 0;
    position: relative;
    z-index: 1010;
}

.portal-title h1 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--sikkim-green-dark);
    margin: 0;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    line-height: 1.1;
}

.portal-title small {
    font-size: 0.75rem;
    color: var(--sikkim-green);
    font-weight: 700;
    display: block;
    line-height: 1.2;
}
/* Dignitaries Banner Section (Harmonized Sikkim Forest Theme) */
.dignitaries-section {
    background-color: var(--dignitaries-bg);
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 12px 12px;
    color: #ffffff;
    padding: 1.25rem 0;
    border-bottom: 3px solid var(--accent-gold);
    position: relative;
    z-index: 5;
    margin: 0 -15px;
    top: -50px;
}

.dignitary-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.75rem;
}

.dignitary-avatar {
    width: 86px;
    height: 86px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--accent-gold);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
    margin-right: 1.1rem;
}

.dignitary-info-text {
    color: #ffffff;
}

    .dignitary-info-text .dignitary-name {
        font-size: 0.92rem;
        font-weight: 800;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        margin-bottom: 0.2rem;
        line-height: 1.25;
    }

    .dignitary-info-text .dignitary-role {
        font-size: 0.85rem;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.95);
        margin: 0;
        line-height: 1.2;
    }

/* High contrast override for teal banner */
body.high-contrast .dignitaries-section {
    background-color: #000000 !important;
    border-bottom: 2px solid #ffff00 !important;
}

body.high-contrast .dignitary-avatar {
    border-color: #ffff00 !important;
}

/* Floating Navbar Section */
.floating-nav-container {
    position: sticky;
    top: 0;
    z-index: 1030;
    margin-top: -12px;
    margin-bottom: 12px;
}

.floating-navbar {
    background-color: var(--sikkim-green-dark);
    border-radius: 12px;
    padding: 0.25rem 0.75rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

    .floating-navbar .navbar-brand {
        color: #ffffff !important;
        font-weight: 700;
        font-size: 0.95rem;
    }

    .floating-navbar .nav-link {
        color: #f8fafc !important;
        font-weight: 600;
        padding: 0.55rem 0.85rem !important;
        font-size: 0.85rem;
        border-radius: 6px;
        transition: all 0.2s ease;
    }

        .floating-navbar .nav-link:hover,
        .floating-navbar .nav-link:focus,
        .floating-navbar .nav-item.active .nav-link {
            background-color: rgba(255, 255, 255, 0.15);
            color: var(--accent-gold) !important;
        }

.dropdown-menu {
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border-radius: 8px;
    padding: 0.5rem 0;
}

.dropdown-item {
    font-size: 0.875rem;
    padding: 0.6rem 1.25rem;
    font-weight: 500;
}

    .dropdown-item:hover {
        background-color: #f1f5f9;
        color: var(--sikkim-green);
    }

@media (max-width: 991.98px) {
    .floating-navbar .navbar-collapse {
        background-color: var(--sikkim-green-dark);
        padding: 1rem;
        border-radius: 8px;
        margin-top: 0.5rem;
    }
}



.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 1rem;
}

.fs-2 {
    font-size: 2rem;
}

.fs-4 {
    font-size: 1.5rem;
}

.fs-5 {
    font-size: 1.25rem;
}

.fs-6 {
    font-size: 1rem;
}

.fs-7 {
    font-size: 0.85rem;
}

.fs-8 {
    font-size: 0.75rem;
}

.badge-subtle-primary {
    background-color: #e0f2fe;
    color: #0369a1;
}

.badge-subtle-success {
    background-color: #dcfce7;
    color: #15803d;
}

.badge-subtle-info {
    background-color: #e0e7ff;
    color: #4338ca;
}

.badge-subtle-warning {
    background-color: #fef3c7;
    color: #b45309;
}

.badge-subtle-danger {
    background-color: #fee2e2;
    color: #b91c1c;
}

/* GIGW Accessibility Top Bar */
.top-bar {
    background-color: #0f172a;
    color: #ffffff;
    font-size: 0.825rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

    .top-bar a {
        color: #e2e8f0;
        text-decoration: none;
        transition: color 0.2s;
    }

        .top-bar a:hover, .top-bar a:focus {
            color: #ffffff;
            text-decoration: underline;
        }

/* Header Branding Section */
.header-brand {
    background-color: #ffffff;
    border-bottom: 2px solid var(--sikkim-green);
    position: relative;
    z-index: 1030;
    min-height: 56px;
}

.govt-emblem-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.portal-title h1 {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--sikkim-green-dark);
    margin: 0;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    line-height: 1.1;
}

.portal-title small {
    font-size: 0.7rem;
    color: var(--sikkim-green);
    font-weight: 700;
    display: block;
    line-height: 1;
}

/* Primary Navigation (Unified with Header) */
.navbar-custom {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    position: static;
}

    .navbar-custom .nav-link {
        color: #1e293b !important;
        font-weight: 600;
        padding: 0.4rem 0.65rem !important;
        font-size: 0.825rem;
        border-bottom: 2px solid transparent;
        border-radius: 4px;
        transition: all 0.2s ease;
    }

        .navbar-custom .nav-link:hover,
        .navbar-custom .nav-link:focus,
        .navbar-custom .nav-item.active .nav-link {
            background-color: #f1f5f9;
            border-bottom-color: var(--sikkim-green);
            color: var(--sikkim-green) !important;
        }

/* Mobile Drawer Card Menu (Fixes Header Height & Overlap Issue) */
@media (max-width: 991.98px) {
    .navbar-custom .navbar-collapse {
        position: absolute;
        top: 100%;
        left: -130px;
        right: 0;
        width: 250px;
        background-color: #ffffff;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
        border-bottom: 3px solid var(--sikkim-green);
        padding: 1rem 1.25rem;
        z-index: 1050;
        max-height: 80vh;
        overflow-y: auto;
        border-radius: 0 0 12px 12px;
    }

    .navbar-custom .nav-link {
        padding: 0.75rem 1rem !important;
        border-bottom: 1px solid #f1f5f9;
        text-align: left;
        font-size: 0.9rem;
    }

    .dropdown-menu {
        border: none;
        box-shadow: none;
        background-color: #f8fafc;
        padding-left: 1rem;
        margin-top: 0.25rem;
    }

    .portal-title h1 {
        font-size: 0.95rem;
    }

    .portal-title small {
        font-size: 0.65rem;
    }
}

.dropdown-menu {
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border-radius: 8px;
    padding: 0.5rem 0;
}

.dropdown-item {
    font-size: 0.875rem;
    padding: 0.6rem 1.25rem;
    font-weight: 500;
}

    .dropdown-item:hover {
        background-color: #f1f5f9;
        color: var(--sikkim-green);
    }

.hero-banner-section {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    background-color: #020617;
    top: -50px;
}

.hero-carousel .carousel-item {
    height: 620px;
    min-height: 360px;
}

.hero-carousel img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.85);
}

/* Clean Label & Sub-Label directly on banner (NO OVERLAY BOX) */
.banner-direct-caption {
    position: absolute;
    bottom: 2rem;
    left: 5%;
    right: 5%;
    text-align: left;
    z-index: 10;
}

.banner-label {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.85);
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.banner-sublabel {
    font-size: 1.15rem;
    font-weight: 500;
    color: #f1f5f9;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.9);
    max-width: 800px;
    margin-bottom: 1rem;
}

.ticker-bar {
    background-color: #1e293b;
    color: #ffffff;
    /*border-bottom: 2px solid var(--accent-gold);*/
    padding: 5px;
    border-radius: 8px;
    margin: -50px 0 -10px 0;
    background-color: #074730;
}

.ticker-label {
    /*background-color: var(--sikkim-green);*/
    color: #ffffff;
    font-weight: 700;
    /*padding: 0.55rem 1.25rem;*/
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Card System */
.custom-card {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

    .custom-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    }

.card-header-gov {
    background-color: var(--gov-navy);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.8rem 1.1rem;
    border-radius: 9px 9px 0 0 !important;
}

.card-header-sikkim {
    background-color: var(--sikkim-green);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.8rem 1.1rem;
    border-radius: 9px 9px 0 0 !important;
}

/* Notifications & Tender List */
.notice-list {
    max-height: 380px;
    overflow-y: auto;
    padding: 0.75rem 1rem;
}

.notice-item {
    padding: 0.85rem 1rem;
    margin-bottom: 0.5rem;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background-color: #ffffff;
    transition: all 0.2s ease;
}

    .notice-item:last-child {
        margin-bottom: 0;
    }

    .notice-item:hover {
        background-color: #f8fafc;
        border-color: #cbd5e1;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    }

/* Auto Vertical Scroll for Component Cards */
.component-scroll-body {
    max-height: 380px;
    overflow-y: auto;
    scroll-behavior: smooth;
}

    .component-scroll-body::-webkit-scrollbar {
        width: 5px;
    }

    .component-scroll-body::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 10px;
    }

/* Footer Guidelines (GIGW) */
footer {
    /*background-color: #0b1329;*/
    background-color: #28292b;
    color: #cbd5e1;
    font-size: 0.895rem;
}

    footer h5 {
        color: #ffffff;
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 1.1rem;
        position: relative;
        padding-bottom: 0.4rem;
    }

        footer h5::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 36px;
            height: 3px;
            background-color: var(--accent-gold);
        }

    footer a {
        color: #94a3b8;
        text-decoration: none;
        transition: color 0.2s;
    }

        footer a:hover, footer a:focus {
            color: #ffffff;
            text-decoration: underline;
        }

.gigw-policy-links a {
    color: #94a3b8;
    font-size: 0.8rem;
    padding: 0 8px;
    border-right: 1px solid #334155;
    display: inline-block;
}

    .gigw-policy-links a:last-child {
        border-right: none;
    }

.footer-bottom {
    background-color: #020617;
    border-top: 1px solid #1e293b;
}

.sr-only-focusable:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 6px 12px !important;
    background: #f59e0b !important;
    color: #000 !important;
    font-weight: bold;
    z-index: 9999;
}

#btnTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: none;
    z-index: 9999;
}

.text-ellipsis {
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
/* Parent Item */
.sidebar-parent {
    font-weight: 600;
    position: relative;
}

    /* Rotate Icon */
    .sidebar-parent .fa-chevron-down {
        transition: .3s;
    }

    .sidebar-parent[aria-expanded="true"] .fa-chevron-down {
        transform: rotate(180deg);
    }

/* Second Level */
.sidebar-submenu {
    background: #f8f9fa;
}

/* Child Menu */
.sidebar-child {
    padding: 10px 15px 10px 42px !important;
    font-size: 14px;
    color: #555;
    border: 0;
    position: relative;
}

    /* Vertical Line */
    .sidebar-child:before {
        content: '';
        position: absolute;
        left: 24px;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #d6d6d6;
    }

    /* Horizontal Connector */
    .sidebar-child:after {
        content: '';
        position: absolute;
        left: 24px;
        top: 50%;
        width: 12px;
        height: 1px;
        background: #d6d6d6;
    }

    /* Hover */
    .sidebar-child:hover {
        background: #f1f8f4;
        color: #28a745;
        padding-left: 48px !important;
    }

    /* Active */
    .sidebar-child.active {
        background: #28a745;
        color: #fff;
    }

        .sidebar-child.active:before,
        .sidebar-child.active:after {
            background: #fff;
        }

.testimonial-card {
    border: 0;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    transition: .3s;
}

    .testimonial-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0,0,0,.15);
    }

.testimonial-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #28a745;
}

.testimonial-text {
    text-align: justify;
    line-height: 28px;
    color: #555;
    min-height: 120px;
}

.read-more {
    color: #28a745;
    font-weight: 600;
    text-decoration: none;
}

    .read-more:hover {
        text-decoration: none;
    }

.case-card {
    border: 0;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0,0,0,.08);
    transition: .3s;
    height: 100%;
}

    .case-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 22px rgba(0,0,0,.15);
    }

.case-left {
    width: 90px;
    flex-shrink: 0;
    text-align: center;
}

.pdf-icon {
    width: 60px;
    height: 70px;
    margin: auto;
    border-radius: 8px;
    background: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
}

.case-date {
    margin-top: 8px;
    font-size: 12px;
    color: #6c757d;
    line-height: 18px;
}

.case-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.case-title {
    margin: 10px 0 8px;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-desc {
    text-align: justify;
    line-height: 27px;
    color: #555;
    min-height: 80px;
    margin-bottom: 15px;
}

.case-footer {
    margin-top: auto;
    text-align: left;
}

.read-more {
    color: #198754;
    font-weight: 600;
    display: inline-block;
    margin-top: 6px;
    text-decoration: none;
}

    .read-more:hover {
        text-decoration: none;
    }

.badge {
    font-size: 13px;
    padding: 5px 12px;
    font-weight: 500;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.album-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0,0,0,.08);
    transition: .35s;
}

    .album-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 28px rgba(0,0,0,.15);
    }

.album-image {
    position: relative;
    overflow: hidden;
}

    .album-image img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        transition: .4s;
    }

.album-card:hover img {
    transform: scale(1.08);
}

.photo-count {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0,0,0,.75);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
}

.album-title {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.album-date {
    color: #777;
    margin-bottom: 10px;
    font-size: 14px;
}

.album-desc {
    color: #666;
    line-height: 26px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* Inner Page Header & Breadcrumb Banner */
.page-breadcrumb-banner {
    background: linear-gradient(135deg, #063d23 0%, #0a5c36 100%);
    color: #ffffff;
    padding: 1rem 0;
    border-bottom: 3px solid var(--accent-gold);
}

    .page-breadcrumb-banner h2 {
        font-size: 1.75rem;
        font-weight: 800;
        margin-bottom: 0.5rem;
    }

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 0.85rem;
}

.breadcrumb-item a {
    color: #cbd5e1;
    text-decoration: none;
}

    .breadcrumb-item a:hover {
        color: #ffffff;
        text-decoration: underline;
    }

.breadcrumb-item.active {
    color: var(--accent-gold);
    font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #94a3b8;
}

/* Sidebar Navigation Component */
.sidebar-card {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.sidebar-header {
    background-color: var(--sikkim-green-dark);
    color: #ffffff;
    font-weight: 700;
    padding: 0.85rem 1.1rem;
    font-size: 0.95rem;
}

.sidebar-nav-list .list-group-item {
    border-left: 3px solid transparent;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.875rem;
    font-weight: 500;
    color: #334155;
    transition: all 0.2s ease;
    padding: 0.75rem 1rem;
}

    .sidebar-nav-list .list-group-item:hover {
        background-color: #f8fafc;
        color: var(--sikkim-green);
        border-left-color: var(--sikkim-green);
        padding-left: 1.25rem;
    }

    .sidebar-nav-list .list-group-item.active {
        background-color: #f0fdf4;
        color: var(--sikkim-green-dark);
        font-weight: 700;
        border-left-color: var(--sikkim-green);
    }

/* Main Content Styling */
.content-card {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 1.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

    .content-card h3 {
        font-size: 1.4rem;
        font-weight: 800;
        color: var(--sikkim-green-dark);
        border-bottom: 2px solid #e2e8f0;
        padding-bottom: 0.5rem;
        margin-bottom: 1.25rem;
    }

    .content-card p {
        line-height: 1.7;
        color: #334155;
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
    }

.objective-box {
    background-color: #f8fafc;
    border-left: 4px solid var(--sikkim-green);
    padding: 1rem 1.25rem;
    border-radius: 0 8px 8px 0;
    margin-bottom: 1rem;
}

.header-logo {
    min-height: 110px;
}

.left-logo img {
    max-height: 95px; /* Keep left logo as it is */
    width: auto;
}

.right-logo {
    margin-left: auto;
}

    .right-logo img {
        width: 150px; /* Required width */
        height: auto;
        transition: .3s ease;
        filter: drop-shadow(0 5px 10px rgba(0,0,0,.18));
    }

        .right-logo img:hover {
            transform: scale(1.05);
        }

@media (max-width:767.98px) {

    .header-logo {
        min-height: auto;
        padding: 10px 0;
    }

    .left-logo img {
        max-height: 60px;
    }

    .right-logo img {
        width: 80px;
    }
}

/* Reference Image Matched Auto-Scrolling Floating Banner */
.important-links-wrapper {
    position: relative;
    margin-bottom: -40px;
    z-index: 20;
}

.important-links-banner {
    background-color: #1c1d1f;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    color: #ffffff;
    padding: 1.8rem 2.5rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.08);
    position: relative;
}

.carousel-track-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.carousel-track {
    display: flex;
    align-items: center;
    transition: transform 0.5s ease-in-out;
    gap: 0;
}

.carousel-link-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 1.5rem;
    text-align: center;
    border-right: 2px double rgba(255, 255, 255, 0.25);
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .carousel-link-item {
        flex: 0 0 100%;
        max-width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
}

.carousel-link-item:last-child {
    border-right: none;
}

.carousel-link-item img {
    height: 48px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    margin-bottom: 0.6rem;
    filter: brightness(1);
}

.carousel-link-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.15rem;
    line-height: 1.2;
}

.carousel-link-subtitle {
    color: #94a3b8;
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
}

.carousel-link-url {
    color: #cbd5e1;
    font-size: 0.8rem;
    font-weight: 600;
    word-break: break-all;
}

.carousel-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #cbd5e1;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 10;
    padding: 0.5rem;
    transition: color 0.2s ease;
}

    .carousel-nav-btn:hover {
        color: var(--accent-gold);
    }

    .carousel-nav-btn.prev-btn {
        left: 0.5rem;
    }

    .carousel-nav-btn.next-btn {
        right: 0.5rem;
    }

.footerlogo-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #ffffff;
}

    .footerlogo-circle img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        display: block;
    }

.footer-logo {
    max-width: 300px;
}

    .footer-logo img {
        width: 100%;
        height: auto;
        display: block;
    }

.contact-info-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .contact-info-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }

.icon-box-circle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.timing-alert-card {
    background: linear-gradient(135deg, #fffbe3 0%, #fef3c7 100%);
    border: 2px solid var(--accent-gold);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.1);
}

.status-badge-closed {
    background-color: #ef4444;
    color: #ffffff;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-badge-open {
    background-color: #10b981;
    color: #ffffff;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.holiday-list-tag {
    background-color: rgba(239, 68, 68, 0.1);
    color: #991b1b;
    border: 1px dashed #f87171;
    border-radius: 8px;
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.dpo-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 1.1rem;
    height: 100%;
    transition: all 0.2s ease;
}

    .dpo-card:hover {
        border-color: var(--sikkim-green);
        background: #f8fafc;
    }
