/* =============================================================
   HEADER LIGHT THEME VARIATIONS — PREVIEW ONLY
   Overrides for dark header styles defined in style.css.
   Applied via JavaScript theme switcher widget.
   Slider, sections, and footer are unaffected.
   ============================================================= */


/* -------------------------------------------------------------
   VARIATION 1 — Pure White
   Clean white background, charcoal text, gold accents
   ------------------------------------------------------------- */

#site-header.light-v1 .header-top {
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#site-header.light-v1 .header-top-left span,
#site-header.light-v1 .header-top .divider {
    color: rgba(40, 40, 40, 0.65);
}

#site-header.light-v1 .header-top-right a {
    color: rgba(40, 40, 40, 0.75);
}

#site-header.light-v1 .header-top-right a:hover {
    color: var(--primary);
}

#site-header.light-v1 .header-main {
    background: #ffffff;
    border-bottom: 1px solid rgba(200, 160, 32, 0.2);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}

#site-header.light-v1 .nav-link {
    color: #2c2c2c !important;
}

#site-header.light-v1 .nav-link:hover,
#site-header.light-v1 .nav-link.active {
    color: var(--primary) !important;
}

#site-header.light-v1 .nav-link::after {
    background: var(--primary);
}

#site-header.light-v1 .navbar-toggler {
    background: rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 0, 0, 0.15);
}

#site-header.light-v1 .toggler-icon span {
    background: #333;
}

#site-header.light-v1.scrolled .header-main {
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.12) !important;
}

@media (max-width: 991px) {
    #site-header.light-v1 .navbar-collapse {
        background: #ffffff;
        border-top: 1px solid rgba(0, 0, 0, 0.07);
    }

    #site-header.light-v1 .nav-item {
        border-bottom-color: rgba(0, 0, 0, 0.06) !important;
    }
}


/* -------------------------------------------------------------
   VARIATION 2 — Steel Blue-Gray (Corporate)
   Cool light blue-gray tone, navy text, strong gold accent strip
   ------------------------------------------------------------- */

#site-header.light-v2 .header-top {
    background: #dde4ee;
    border-bottom: 1px solid rgba(30, 58, 95, 0.12);
}

#site-header.light-v2 .header-top-left span,
#site-header.light-v2 .header-top .divider {
    color: rgba(30, 55, 90, 0.65);
}

#site-header.light-v2 .header-top-right a {
    color: rgba(30, 55, 90, 0.75);
}

#site-header.light-v2 .header-top-right a:hover {
    color: var(--primary);
}

#site-header.light-v2 .header-main {
    background: #edf1f7;
    border-bottom: 2px solid var(--primary);
    box-shadow: 0 2px 12px rgba(30, 58, 95, 0.08);
}

#site-header.light-v2 .nav-link {
    color: #1a3660 !important;
}

#site-header.light-v2 .nav-link:hover,
#site-header.light-v2 .nav-link.active {
    color: var(--primary) !important;
}

#site-header.light-v2 .nav-link::after {
    background: var(--primary);
}

#site-header.light-v2 .navbar-toggler {
    background: rgba(30, 54, 96, 0.08);
    border-color: rgba(30, 54, 96, 0.2);
}

#site-header.light-v2 .toggler-icon span {
    background: #1a3660;
}

#site-header.light-v2.scrolled .header-main {
    background: rgba(237, 241, 247, 0.97) !important;
    box-shadow: 0 4px 28px rgba(30, 58, 95, 0.14) !important;
}

@media (max-width: 991px) {
    #site-header.light-v2 .navbar-collapse {
        background: #edf1f7;
        border-top: 1px solid rgba(30, 58, 95, 0.1);
    }

    #site-header.light-v2 .nav-item {
        border-bottom-color: rgba(30, 58, 95, 0.08) !important;
    }
}


/* -------------------------------------------------------------
   VARIATION 3 — Warm Cream / Sand
   Warm off-white background, dark amber text, gold tones
   ------------------------------------------------------------- */

#site-header.light-v3 .header-top {
    background: #f3ede0;
    border-bottom: 1px solid rgba(200, 160, 32, 0.22);
}

#site-header.light-v3 .header-top-left span,
#site-header.light-v3 .header-top .divider {
    color: rgba(90, 65, 10, 0.65);
}

#site-header.light-v3 .header-top-right a {
    color: rgba(90, 65, 10, 0.75);
}

#site-header.light-v3 .header-top-right a:hover {
    color: #a07810;
}

#site-header.light-v3 .header-main {
    background: #faf6ec;
    border-bottom: 1px solid rgba(200, 160, 32, 0.35);
    box-shadow: 0 2px 18px rgba(200, 160, 32, 0.1);
}

#site-header.light-v3 .nav-link {
    color: #5a3f00 !important;
}

#site-header.light-v3 .nav-link:hover,
#site-header.light-v3 .nav-link.active {
    color: #a07810 !important;
}

#site-header.light-v3 .nav-link::after {
    background: #a07810;
}

#site-header.light-v3 .navbar-toggler {
    background: rgba(200, 160, 32, 0.1);
    border-color: rgba(200, 160, 32, 0.3);
}

#site-header.light-v3 .toggler-icon span {
    background: #5a3f00;
}

#site-header.light-v3.scrolled .header-main {
    background: rgba(250, 246, 236, 0.97) !important;
    box-shadow: 0 4px 28px rgba(200, 160, 32, 0.18) !important;
}

@media (max-width: 991px) {
    #site-header.light-v3 .navbar-collapse {
        background: #faf6ec;
        border-top: 1px solid rgba(200, 160, 32, 0.2);
    }

    #site-header.light-v3 .nav-item {
        border-bottom-color: rgba(200, 160, 32, 0.12) !important;
    }
}


/* =============================================================
   THEME SWITCHER WIDGET UI
   ============================================================= */

#header-theme-switcher {
    position: fixed;
    bottom: 28px;
    right: 24px;
    z-index: 99999;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    user-select: none;
    display: none;
}

#header-theme-switcher .switcher-panel {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.18);
    border: 1px solid #e4e4e4;
    padding: 14px 16px 12px;
    min-width: 210px;
    transition: opacity 0.2s, transform 0.2s;
}

#header-theme-switcher .switcher-panel.hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
}

#header-theme-switcher .switcher-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #aaa;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header-theme-switcher .switcher-label span {
    color: #c8a020;
    font-size: 9px;
}

#header-theme-switcher .theme-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 6px;
    border: 2px solid transparent;
    border-radius: 7px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    transition: border-color 0.18s, box-shadow 0.18s;
    outline: none;
}

#header-theme-switcher .theme-btn:last-child {
    margin-bottom: 0;
}

#header-theme-switcher .theme-btn .swatch {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    flex-shrink: 0;
    border: 1px solid rgba(0,0,0,0.12);
}

#header-theme-switcher .theme-btn.active,
#header-theme-switcher .theme-btn:hover {
    border-color: #c8a020;
    box-shadow: 0 2px 10px rgba(200, 160, 32, 0.22);
}

/* Dark Original */
#header-theme-switcher .theme-btn.btn-dark {
    background: #162030;
    color: #e0c97a;
}

#header-theme-switcher .theme-btn.btn-dark .swatch {
    background: linear-gradient(135deg, #0d1520 50%, #162030 50%);
}

/* White */
#header-theme-switcher .theme-btn.btn-v1 {
    background: #f9f9f9;
    color: #2c2c2c;
    border-color: #ddd;
}

#header-theme-switcher .theme-btn.btn-v1 .swatch {
    background: linear-gradient(135deg, #ffffff 50%, #f0f0f0 50%);
}

/* Steel Blue */
#header-theme-switcher .theme-btn.btn-v2 {
    background: #edf1f7;
    color: #1a3660;
    border-color: #c5d0de;
}

#header-theme-switcher .theme-btn.btn-v2 .swatch {
    background: linear-gradient(135deg, #dde4ee 50%, #edf1f7 50%);
}

/* Cream */
#header-theme-switcher .theme-btn.btn-v3 {
    background: #faf6ec;
    color: #5a3f00;
    border-color: #e0ce9a;
}

#header-theme-switcher .theme-btn.btn-v3 .swatch {
    background: linear-gradient(135deg, #f3ede0 50%, #faf6ec 50%);
}

/* Toggle button */
#header-theme-switcher .switcher-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #c8a020;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 7px 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-top: 8px;
    width: 100%;
    justify-content: center;
    transition: background 0.18s;
}

#header-theme-switcher .switcher-toggle:hover {
    background: #a07810;
}

#header-theme-switcher .switcher-toggle i {
    font-size: 12px;
}
