/* ═══════════════════════════════════════════════════════════════
   Thanshashree Crackers ERP — Royal Navy & Gold Wings Theme System
   ═══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,600;0,700;0,800;0,900;1,800&family=Outfit:wght@300;400;500;600;700;800;900&display=swap');

/* ── Design Tokens & Responsive Architecture ──────────────────────────────────────────── */
:root {
    --red:        #dc2626; /* Logo Crimson Diya Lamp */
    --orange:     #f59e0b; /* Logo Amber Firework Radiance */
    --gold:       #ffd700; /* Logo Royal Metallic Gold Wings */
    --gold-light: #ffe875; /* Electric Gold Accent */
    --gold-dark:  #d97706; /* Dark Metallic Amber */
    --navy:       #0b1736; /* Logo Midnight Royal Navy Base */
    --navy-dark:  #060c1c; /* Deepest Midnight Background */
    --navy-light: #152654; /* Slate Navy Hover Highlight */
    --cyan:       #06b6d4; /* Logo Azure Firework Rays */
    --green:      #059669; /* Logo Peacock Emerald Feathers */
    --purple:     #7c3aed; /* Logo Royal Violet Sparks */

    /* Spacing System Tokens */
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 20px;
    --space-6: 24px;
    --space-7: 32px;
    --space-8: 40px;
    --space-9: 48px;
    --space-10: 64px;
    --space-11: 80px;
    --space-12: 96px;

    /* Safe Area Inset Tokens */
    --safe-top: env(safe-area-inset-top, 0px);
    --safe-bottom: env(safe-area-inset-bottom, 0px);
    --safe-left: env(safe-area-inset-left, 0px);
    --safe-right: env(safe-area-inset-right, 0px);

    --font-head: 'Plus Jakarta Sans', 'Poppins', sans-serif;
    --font-body: 'Outfit', 'Inter', sans-serif;
    --ease:      cubic-bezier(0.16, 1, 0.3, 1);
    --t:         all 0.2s var(--ease);
}

/* ── Fluid Responsive Typography Engine ── */
h1, .h1 { font-size: clamp(1.65rem, 4vw, 3rem) !important; line-height: 1.25; }
h2, .h2, .section-heading { font-size: clamp(1.35rem, 3.2vw, 2.35rem) !important; line-height: 1.28; }
h3, .h3 { font-size: clamp(1.15rem, 2.5vw, 1.85rem) !important; line-height: 1.32; }
h4, .h4 { font-size: clamp(1.02rem, 2vw, 1.45rem) !important; line-height: 1.35; }
h5, .h5 { font-size: clamp(0.92rem, 1.6vw, 1.22rem) !important; line-height: 1.4; }
h6, .h6 { font-size: clamp(0.82rem, 1.3vw, 1.02rem) !important; line-height: 1.4; }
body, p, input, select, textarea, button { font-size: clamp(0.86rem, 1.15vw, 1.02rem); }

/* ── Reset & Base ────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── HTML & BODY — Multi-Theme Luxury Architecture ── */
html {
    font-family: var(--font-body);
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    overflow-x: clip;
    color: #fff;
    scroll-behavior: smooth;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 110% 110%;
    animation: bodyPulse 22s ease-in-out infinite alternate;
}

/* 1. Ruby Garnet Theme (Default) */
html, html[data-theme="ruby"] {
    background:
        radial-gradient(ellipse 85% 65% at 50% 10%, rgba(120, 15, 25, 0.96) 0%, rgba(55, 6, 12, 0.98) 60%, rgba(20, 2, 4, 1) 100%),
        radial-gradient(ellipse 65% 70% at 85% 25%, rgba(255, 215, 0, 0.20) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 15% 75%, rgba(245, 158, 11, 0.20) 0%, transparent 55%),
        linear-gradient(160deg, #2b0409 0%, #4a0810 40%, #170204 100%) !important;
}

/* 2. Sapphire Navy Theme */
html[data-theme="sapphire"] {
    background:
        radial-gradient(ellipse 85% 65% at 50% 10%, rgba(13, 30, 68, 0.96) 0%, rgba(6, 16, 40, 0.98) 60%, rgba(2, 7, 20, 1) 100%),
        radial-gradient(ellipse 65% 70% at 85% 25%, rgba(6, 182, 212, 0.20) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 15% 75%, rgba(255, 215, 0, 0.20) 0%, transparent 55%),
        linear-gradient(160deg, #07122e 0%, #0d2152 40%, #040a1c 100%) !important;
}

/* 3. Emerald Peacock Theme */
html[data-theme="emerald"] {
    background:
        radial-gradient(ellipse 85% 65% at 50% 10%, rgba(6, 78, 59, 0.95) 0%, rgba(2, 44, 34, 0.98) 60%, rgba(1, 20, 15, 1) 100%),
        radial-gradient(ellipse 65% 70% at 85% 25%, rgba(255, 215, 0, 0.20) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 15% 75%, rgba(6, 182, 212, 0.20) 0%, transparent 55%),
        linear-gradient(160deg, #022018 0%, #064e3b 40%, #01140f 100%) !important;
}

/* 4. Obsidian Black Theme */
html[data-theme="obsidian"], html[data-theme="dark"] {
    background:
        radial-gradient(ellipse 85% 65% at 50% 10%, rgba(20, 20, 26, 0.98) 0%, rgba(10, 10, 14, 0.99) 60%, rgba(4, 4, 6, 1) 100%),
        radial-gradient(ellipse 65% 70% at 85% 25%, rgba(255, 215, 0, 0.15) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 15% 75%, rgba(245, 158, 11, 0.12) 0%, transparent 55%),
        linear-gradient(160deg, #09090c 0%, #121217 40%, #050507 100%) !important;
}

/* 5. Deep Amethyst Theme */
html[data-theme="amethyst"] {
    background: linear-gradient(160deg, #120220 0%, #2c0847 50%, #090112 100%) !important;
}

/* 6. Oceanic Cyan Theme */
html[data-theme="cyan"] {
    background: linear-gradient(160deg, #021a24 0%, #063c52 50%, #010d12 100%) !important;
}

/* 7. Fiery Copper Theme */
html[data-theme="copper"] {
    background: linear-gradient(160deg, #250a01 0%, #4a1906 50%, #120400 100%) !important;
}

/* 8. Velvet Maroon Theme */
html[data-theme="maroon"] {
    background: linear-gradient(160deg, #200008 0%, #420314 50%, #0d0003 100%) !important;
}

/* 9. Slate Charcoal Theme */
html[data-theme="charcoal"] {
    background: linear-gradient(160deg, #0f172a 0%, #1e293b 50%, #080d19 100%) !important;
}

/* 10. Midnight Sunset Theme */
html[data-theme="sunset-dark"] {
    background: linear-gradient(160deg, #1a001a 0%, #3b003b 50%, #0d000d 100%) !important;
}

/* ☀️ Light Themes (Pure Light Red & Warm Rose Variants) */
html[data-theme="purewhite"] {
    background: #ffffff !important;
    color: #0f172a !important;
}

html[data-theme="light"], html[data-theme="light-red"], html[data-theme="festive-light-red"] {
    background: radial-gradient(ellipse 80% 60% at 20% 10%, rgba(220, 38, 38, 0.06) 0%, transparent 60%),
                radial-gradient(ellipse 60% 70% at 80% 30%, rgba(245, 158, 11, 0.05) 0%, transparent 55%),
                linear-gradient(160deg, #fff5f5 0%, #fff1f2 40%, #ffe4e6 75%, #fef2f2 100%) !important;
    background-attachment: fixed !important;
    color: #0f172a !important;
}

html[data-theme="ivory"] {
    background: #fffdfa !important;
    color: #0f172a !important;
}

html[data-theme="mint"] {
    background: #fff5f5 !important;
    color: #0f172a !important;
}

html[data-theme="lavender"] {
    background: #fff1f2 !important;
    color: #0f172a !important;
}

html[data-theme="rosegold"] {
    background: linear-gradient(160deg, #fff5f5 0%, #ffe4e6 50%, #fff1f2 100%) !important;
    color: #0f172a !important;
}

html[data-theme="platinum"] {
    background: linear-gradient(160deg, #fff5f5 0%, #fff1f2 50%, #ffe4e6 100%) !important;
    color: #0f172a !important;
}

html[data-theme="skyblue"] {
    background: linear-gradient(160deg, #fff5f5 0%, #ffe4e6 50%, #fff1f2 100%) !important;
    color: #0f172a !important;
}

html[data-theme="peach"] {
    background: #fff7ed !important;
    color: #0f172a !important;
}

html[data-theme="cream"] {
    background: #fffbeb !important;
    color: #0f172a !important;
}

html[data-theme="cloud"] {
    background: linear-gradient(160deg, #fff5f5 0%, #fff1f2 50%, #ffe4e6 100%) !important;
    color: #0f172a !important;
}

/* 🌈 Linear Gradient Themes */
html[data-theme="neon-sunset"] { background: linear-gradient(135deg, #2a0845, #6441a5, #ff0055) !important; }
html[data-theme="aurora"] { background: linear-gradient(135deg, #0b486b, #f56217) !important; }
html[data-theme="firework"] { background: linear-gradient(135deg, #1f1c2c, #928dab) !important; }
html[data-theme="ocean-wave"] { background: linear-gradient(135deg, #021b29, #05445e) !important; }
html[data-theme="cosmic"] { background: linear-gradient(135deg, #1e0529, #4a154b) !important; }
html[data-theme="tropical"] { background: linear-gradient(135deg, #23074d, #cc5333) !important; }
html[data-theme="electric"] { background: linear-gradient(135deg, #10002b, #3c096c) !important; }
html[data-theme="rainbow"] { background: linear-gradient(135deg, #240b36, #c31432) !important; }
html[data-theme="emerald-fusion"] { background: linear-gradient(135deg, #022c22, #065f46) !important; }
html[data-theme="sunset-glow"] { background: linear-gradient(135deg, #370617, #6a040f) !important; }

body {
    font-family: var(--font-body);
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    overflow-x: clip;
    color: #fff;
    background: transparent !important;
}

@keyframes bodyPulse {
    0%   { background-position: 0% 0%; }
    50%  { background-position: 5% 3%; }
    100% { background-position: 0% 0%; }
}

/* ── Sparkling Star Particles (canvas bg handled in JS) ── */
#fireworksCanvas {
    position: fixed; inset: 0;
    width: 100vw; height: 100vh;
    pointer-events: none; z-index: -1;
}

/* ═══════════════════════════════════════════════════════════════
   NAVBAR — Glassmorphism Theme Architecture
   ═══════════════════════════════════════════════════════════════ */
.glass-nav {
    background: linear-gradient(90deg, rgba(28, 4, 6, 0.97) 0%, rgba(74, 8, 16, 0.95) 50%, rgba(185, 28, 28, 0.92) 80%, rgba(28, 4, 6, 0.97) 100%) !important;
    backdrop-filter: blur(28px) saturate(2);
    -webkit-backdrop-filter: blur(28px) saturate(2);
    border-bottom: 2px solid #ffd700 !important;
    position: sticky; top: 0; z-index: 1000;
    box-shadow: 0 4px 35px rgba(255, 215, 0, 0.38), 0 2px 0 rgba(245, 158, 11, 0.4);
    animation: navbarGlow 6s ease-in-out infinite alternate;
}
html[data-theme="sapphire"] .glass-nav {
    background: linear-gradient(90deg, rgba(4, 10, 28, 0.97) 0%, rgba(13, 30, 68, 0.95) 50%, rgba(4, 10, 28, 0.97) 100%) !important;
}
html[data-theme="emerald"] .glass-nav {
    background: linear-gradient(90deg, rgba(1, 20, 15, 0.97) 0%, rgba(6, 78, 59, 0.95) 45%, rgba(15, 118, 110, 0.92) 80%, rgba(1, 20, 15, 0.97) 100%) !important;
}
html[data-theme="obsidian"] .glass-nav {
    background: linear-gradient(90deg, rgba(6, 6, 8, 0.98) 0%, rgba(18, 18, 24, 0.96) 50%, rgba(6, 6, 8, 0.98) 100%) !important;
}

@keyframes navbarGlow {
    0%   { box-shadow: 0 6px 40px rgba(139, 92, 246,0.35), 0 2px 0 rgba(255,255,255,0.12); }
    33%  { box-shadow: 0 6px 40px rgba(245,158,11,0.45), 0 2px 0 rgba(255,255,255,0.15); }
    66%  { box-shadow: 0 6px 40px rgba(88,28,135,0.35), 0 2px 0 rgba(255,255,255,0.12); }
    100% { box-shadow: 0 6px 40px rgba(255,215,0,0.35), 0 2px 0 rgba(255,255,255,0.15); }
}

/* ── Brand Logo sparkle text ── */
.text-gradient {
    font-family: var(--font-head);
    font-weight: 900;
    background: linear-gradient(90deg,
        #fff 0%, #fff8d6 20%, #fff 40%, #ffe0f0 60%, #e8d5ff 80%, #fff 100%);
    background-size: 300% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textShine 3s linear infinite;
    filter: drop-shadow(0 0 12px rgba(255,255,255,0.8));
    font-size: 1.4rem;
    letter-spacing: -0.5px;
}
@keyframes textShine { to { background-position: 300% center; } }

/* ── Navbar theme toggle btn ── */
.theme-toggle-btn {
    border: 2px solid rgba(255,255,255,0.5) !important;
    background: rgba(255,255,255,0.15) !important;
    border-radius: 50% !important;
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    color: #fff !important;
    transition: var(--t);
}
.theme-toggle-btn:hover {
    background: rgba(255,255,255,0.3) !important;
    transform: rotate(30deg) scale(1.1);
    box-shadow: 0 0 20px rgba(255,255,255,0.5);
}

/* ── Navbar buttons ── */
.btn-outline-light {
    border: 2px solid rgba(255,255,255,0.6) !important;
    color: #fff !important;
    background: rgba(255,255,255,0.12) !important;
    backdrop-filter: blur(6px);
    font-weight: 700;
    transition: var(--t);
}
.btn-outline-light:hover {
    background: rgba(255,255,255,0.28) !important;
    border-color: #fff !important;
    box-shadow: 0 0 18px rgba(255,255,255,0.4);
    transform: translateY(-1px);
}

/* ── Dropdown ── */
.dropdown-menu {
    background: linear-gradient(135deg,
        rgba(60,0,100,0.97) 0%,
        rgba(20,0,50,0.98) 100%) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    box-shadow: 0 16px 50px rgba(0,0,0,0.6), 0 0 30px rgba(245,158,11,0.25) !important;
    backdrop-filter: blur(20px);
    border-radius: 16px !important;
    overflow: hidden;
}
.dropdown-item {
    color: rgba(255,255,255,0.9) !important;
    font-weight: 600;
    padding: 10px 18px;
    transition: var(--t);
}
.dropdown-item:hover {
    background: linear-gradient(90deg, rgba(139, 92, 246,0.3), rgba(245,158,11,0.3)) !important;
    color: #fff !important;
    padding-left: 24px;
}

/* ═══════════════════════════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════════════════════════ */
.btn-primary-custom {
    background: linear-gradient(135deg, #ffd700, #f59e0b, #ffd700);
    background-size: 200% auto;
    border: none; color: #090003 !important; font-weight: 800;
    font-family: var(--font-head);
    border-radius: 50px; padding: 10px 28px;
    transition: var(--t);
    box-shadow: 0 4px 24px rgba(255,215,0,0.35), inset 0 1px 0 rgba(255,255,255,0.4);
    position: relative; overflow: hidden; z-index: 1;
}
.btn-primary-custom::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(135deg, #f59e0b, #ffd700, #f59e0b);
    opacity: 0; z-index: -1;
    transition: opacity 0.4s;
}
.btn-primary-custom:hover::after { opacity: 1; }
.btn-primary-custom:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 32px rgba(255,215,0,0.6);
    color: #000000 !important;
}

.btn-secondary-custom {
    background: linear-gradient(135deg, #581c87, #dc2626, #581c87);
    background-size: 200% auto;
    border: none; color: #fff !important; font-weight: 800;
    font-family: var(--font-head);
    border-radius: 50px; padding: 10px 28px;
    transition: var(--t);
    box-shadow: 0 4px 24px rgba(220,38,38,0.4);
}
.btn-secondary-custom:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 32px rgba(220,38,38,0.7);
    color: #fff !important;
    background-position: right center;
}

.btn-light {
    background: rgba(255,255,255,0.92) !important;
    color: #220050 !important;
    font-weight: 800 !important;
    border: none !important;
    box-shadow: 0 4px 18px rgba(255,255,255,0.3) !important;
    transition: var(--t) !important;
}
.btn-light:hover {
    background: #fff !important;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 28px rgba(255,255,255,0.5) !important;
}

.btn-warning {
    background: linear-gradient(135deg, #ffd700, #ff9e00) !important;
    border: none !important; color: #1a0000 !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 20px rgba(255,215,0,0.45) !important;
    transition: var(--t) !important;
}
.btn-warning:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 30px rgba(255,215,0,0.65) !important;
}

.btn-success {
    background: linear-gradient(135deg, #39ff14, #00e676) !important;
    border: none !important; color: #001a00 !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 20px rgba(57,255,20,0.4) !important;
    transition: var(--t) !important;
}
.btn-success:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 28px rgba(57,255,20,0.6) !important;
}

/* ═══════════════════════════════════════════════════════════════
   GLASS CARDS
   ═══════════════════════════════════════════════════════════════ */
.glass-card {
    background: linear-gradient(135deg,
        rgba(255,255,255,0.07) 0%,
        rgba(255,255,255,0.03) 100%);
    backdrop-filter: blur(20px) saturate(1.6);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 22px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.1);
    transition: var(--t);
}
.glass-card:hover {
    transform: translateY(-7px) scale(1.015);
    box-shadow: 0 22px 60px rgba(220,38,38,0.22), 0 0 30px rgba(255,215,0,0.12), inset 0 1px 0 rgba(255,255,255,0.15);
    border-color: rgba(255,215,0,0.35);
}

/* ═══════════════════════════════════════════════════════════════
   CATEGORY CARDS — Alternating Gold & Magenta Glass Gradients
   ═══════════════════════════════════════════════════════════════ */
.category-card {
    text-align: center; padding: 18px 12px;
    border-radius: 18px; cursor: pointer;
    height: auto; min-height: 130px; position: relative; overflow: hidden;
    transition: var(--t);
}
/* Alternating theme per card */
.cat-color-0 { background: linear-gradient(145deg, rgba(255,215,0,0.12), rgba(15,23,42,0.85)); border: 1.5px solid rgba(255,215,0,0.16) !important; }
.cat-color-1 { background: linear-gradient(145deg, rgba(220,38,38,0.12), rgba(15,23,42,0.85)); border: 1.5px solid rgba(220,38,38,0.16) !important; }
.cat-color-2 { background: linear-gradient(145deg, rgba(255,215,0,0.12), rgba(15,23,42,0.85)); border: 1.5px solid rgba(255,215,0,0.16) !important; }
.cat-color-3 { background: linear-gradient(145deg, rgba(220,38,38,0.12), rgba(15,23,42,0.85)); border: 1.5px solid rgba(220,38,38,0.16) !important; }
.cat-color-4 { background: linear-gradient(145deg, rgba(255,215,0,0.12), rgba(15,23,42,0.85)); border: 1.5px solid rgba(255,215,0,0.16) !important; }
.cat-color-5 { background: linear-gradient(145deg, rgba(220,38,38,0.12), rgba(15,23,42,0.85)); border: 1.5px solid rgba(220,38,38,0.16) !important; }

.category-card::before {
    content: '';
    position: absolute; inset: 0; border-radius: inherit;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, transparent 60%);
    opacity: 0; transition: opacity 0.35s;
}
.category-card:hover::before { opacity: 1; }
.category-card:hover {
    transform: translateY(-10px) scale(1.08) rotate(1deg);
    box-shadow: 0 24px 55px rgba(220,38,38,0.3), 0 0 20px rgba(255,215,0,0.15);
    border-color: rgba(255,215,0,0.45) !important;
}

.category-icon {
    font-size: 2rem; margin-bottom: 8px;
    display: inline-block; transition: transform 0.4s var(--ease);
    filter: drop-shadow(0 0 8px rgba(255,215,0,0.6));
}
.category-card:hover .category-icon {
    transform: scale(1.3) rotate(12deg);
    filter: drop-shadow(0 0 20px rgba(139, 92, 246,1));
}
.category-card h6 {
    font-family: var(--font-head);
    font-weight: 700; color: #fff;
    text-shadow: 0 1px 6px rgba(0,0,0,0.6);
    font-size: 0.9rem;
}

/* ═══════════════════════════════════════════════════════════════
   STATS & COUNTDOWN PANEL — vivid multi-stop gradient
   ═══════════════════════════════════════════════════════════════ */
.stats-countdown-card {
    background: linear-gradient(125deg,
        rgba(220, 38, 38, 0.15) 0%,
        rgba(15, 23, 42, 0.85) 50%,
        rgba(255, 215, 0, 0.12) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    border-radius: 20px !important;
    box-shadow:
        0 12px 50px rgba(139, 92, 246,0.25),
        0 2px 0 rgba(255,255,255,0.10),
        inset 0 1px 0 rgba(255,255,255,0.12) !important;
    animation: panelPulse 5s ease-in-out infinite alternate;
}
@keyframes panelPulse {
    from { box-shadow: 0 12px 50px rgba(139, 92, 246,0.25), inset 0 1px 0 rgba(255,255,255,0.12); }
    to   { box-shadow: 0 16px 60px rgba(245,158,11,0.32), inset 0 1px 0 rgba(255,255,255,0.18); }
}

/* KPI numbers */
.kpi-red  { font-family: var(--font-head); font-size: 1.75rem !important; font-weight: 900 !important; color: #dc2626 !important; text-shadow: 0 0 15px rgba(220, 38, 38, 0.85), 0 0 30px rgba(220, 38, 38, 0.35) !important; }
.kpi-gold { font-family: var(--font-head); font-size: 1.75rem !important; font-weight: 900 !important; color: #ffd700 !important; text-shadow: 0 0 15px rgba(255,215,0,0.85), 0 0 30px rgba(255,215,0,0.35) !important; }
.kpi-cyan { font-family: var(--font-head); font-size: 1.75rem !important; font-weight: 900 !important; color: #c084fc !important; text-shadow: 0 0 15px rgba(192, 132, 252, 0.85), 0 0 30px rgba(192, 132, 252, 0.35) !important; }

/* ── Countdown Boxes ── */
.countdown-container { display: flex; gap: 8px; flex-wrap: wrap; }

.countdown-box {
    padding: 8px 12px; border-radius: 12px;
    text-align: center; min-width: 58px;
    transition: transform 0.3s;
    position: relative; overflow: hidden;
}
.countdown-box:nth-child(1) {
    background: linear-gradient(145deg, rgba(139, 92, 246,0.55), rgba(255,107,0,0.30));
    border: 1px solid rgba(139, 92, 246,0.5);
    box-shadow: 0 0 20px rgba(139, 92, 246,0.3), inset 0 1px 0 rgba(255,255,255,0.15);
}
.countdown-box:nth-child(2) {
    background: linear-gradient(145deg, rgba(245,158,11,0.55), rgba(220,38,38,0.30));
    border: 1px solid rgba(245,158,11,0.5);
    box-shadow: 0 0 20px rgba(245,158,11,0.3), inset 0 1px 0 rgba(255,255,255,0.15);
}
.countdown-box:nth-child(3) {
    background: linear-gradient(145deg, rgba(88,28,135,0.55), rgba(220,38,38,0.30));
    border: 1px solid rgba(88,28,135,0.5);
    box-shadow: 0 0 20px rgba(88,28,135,0.30), inset 0 1px 0 rgba(255,255,255,0.15);
}
.countdown-box:nth-child(4) {
    background: linear-gradient(145deg, rgba(255,215,0,0.55), rgba(255,107,0,0.30));
    border: 1px solid rgba(255,215,0,0.5);
    box-shadow: 0 0 20px rgba(255,215,0,0.3), inset 0 1px 0 rgba(255,255,255,0.15);
}
.countdown-box:hover { transform: scale(1.1) translateY(-3px); }

.countdown-num {
    font-family: var(--font-head);
    font-size: 1.45rem; font-weight: 900; line-height: 1;
    color: #fff;
    text-shadow: 0 0 10px currentColor;
}
.countdown-box:nth-child(1) .countdown-num { text-shadow: 0 0 10px rgba(139, 92, 246,1); }
.countdown-box:nth-child(2) .countdown-num { text-shadow: 0 0 10px rgba(245,158,11,1); }
.countdown-box:nth-child(3) .countdown-num { text-shadow: 0 0 10px rgba(88,28,135,1); }
.countdown-box:nth-child(4) .countdown-num { text-shadow: 0 0 10px rgba(255,215,0,1); }

.countdown-label {
    font-size: 0.58rem; text-transform: uppercase; letter-spacing: 1px;
    color: rgba(255,255,255,0.75); margin-top: 2px;
    font-weight: 600;
}

@media (max-width: 480px) {
    .countdown-container {
        gap: 6px !important;
        justify-content: center !important;
        width: 100% !important;
        margin-top: 8px !important;
    }
    .countdown-box {
        padding: 6px 8px !important;
        min-width: 46px !important;
    }
    .countdown-num {
        font-size: 1.12rem !important;
    }
}

/* Category Filter Pills Horizontal Scroll Wrapper */
.category-pills-scroll-wrapper {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}
.category-pills-scroll-wrapper::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* ── Accessible Visually-Hidden SEO Container (100% Crawlable by Googlebot, 0px Visual Footprint) ── */
.visually-hidden-seo {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: normal !important;
    border: 0 !important;
    opacity: 0.001 !important;
    pointer-events: none !important;
    z-index: -9999 !important;
}

/* ── Trending Section Badges ── */
.trending-badge {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.15), rgba(245, 158, 11, 0.25)) !important;
    border: 1.5px solid #d97706 !important;
    color: #ffd700 !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.2) !important;
    display: inline-block;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .trending-badge {
    background: linear-gradient(135deg, #fef2f2, #fffbeb) !important;
    border: 1.5px solid #dc2626 !important;
    color: #dc2626 !important;
    font-weight: 900 !important;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.12) !important;
}

/* ── Section heading gradient text ── */
.section-heading {
    font-family: var(--font-head);
    font-weight: 900;
    font-size: 2.15rem;
    background: linear-gradient(135deg, #ffd700 0%, #fbbf24 35%, #ff4500 70%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 250% auto;
    animation: textShine 4s linear infinite;
    filter: drop-shadow(0 2px 14px rgba(255, 215, 0, 0.35));
    letter-spacing: -0.5px;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .section-heading {
    background: linear-gradient(135deg, #991b1b 0%, #dc2626 35%, #ea580c 70%, #991b1b 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 10px rgba(220, 38, 38, 0.2)) !important;
}

.subheading-text, .section-subtitle-text {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.98rem;
    font-weight: 500;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(.subheading-text, .section-subtitle-text) {
    color: #334155 !important;
    font-weight: 600 !important;
}

/* ═══════════════════════════════════════════════════════════════
   COMBO CARDS
   ═══════════════════════════════════════════════════════════════ */
.combo-card {
    border-radius: 24px; overflow: hidden;
    background: rgba(255,255,255,0.05) !important;
    border: 1.5px solid rgba(255, 215, 0, 0.4) !important;
    backdrop-filter: blur(20px) !important;
    box-shadow: 0 12px 40px rgba(0,0,0,0.4);
    transition: var(--t);
}
.combo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(255, 215, 0, 0.25);
}
.combo-card-header {
    padding: 24px 24px 16px;
    position: relative; overflow: hidden;
    background: transparent !important;
    border-bottom: none !important;
}
.combo-card-header h3 {
    font-family: var(--font-head);
    font-weight: 800; color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}
.combo-card-body-inner {
    background: transparent !important;
    padding: 16px 24px 24px;
}

/* Default Dark Mode Combo Card Item Styling */
.combo-varieties-label { color: #ffd700 !important; }
.combo-items-count-badge { background: rgba(255, 215, 0, 0.15) !important; color: #ffd700 !important; border: 1px solid rgba(255, 215, 0, 0.3) !important; }
.combo-item-row { background: rgba(255,255,255,0.05) !important; border: 1px solid rgba(255,255,255,0.08) !important; }
.combo-item-qty { background: rgba(255, 215, 0, 0.2) !important; color: #ffd700 !important; }
.combo-item-name { color: #ffffff !important; }
.combo-item-unit { color: rgba(255,255,255,0.6) !important; }
.combo-more-link { color: #ffd700 !important; }

/* Light Mode Luxury Overrides for Combo Cards */
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-card {
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-type-badge {
    background: #fef2f2 !important;
    border: 1.5px solid #dc2626 !important;
    color: #dc2626 !important;
    font-weight: 900 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-title-text {
    color: #0f172a !important;
    font-weight: 900 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-price-badge {
    background: linear-gradient(135deg, #dc2626, #b91c1c) !important;
    border: 1.5px solid #ffd700 !important;
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.3) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-offer-label {
    color: #ffd700 !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-price-text {
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-varieties-label {
    color: #0f172a !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-items-count-badge {
    background: #f1f5f9 !important;
    color: #0f172a !important;
    border: 1px solid #cbd5e1 !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-item-row {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-item-qty {
    background: #dc2626 !important;
    color: #ffffff !important;
    font-weight: 900 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-item-name {
    color: #0f172a !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-item-unit {
    color: #475569 !important;
    font-weight: 700 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-more-link {
    color: #dc2626 !important;
}

/* Button & Divider Styles for Combo Cards */
.btn-combo-details {
    background: transparent !important;
    border: 1.5px solid #ffd700 !important;
    color: #ffd700 !important;
    font-size: 0.8rem !important;
    white-space: nowrap !important;
}
.btn-combo-details:hover {
    background: #ffd700 !important;
    color: #000000 !important;
}

.btn-combo-cart-action {
    background: linear-gradient(135deg, #dc2626, #b91c1c) !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.35) !important;
    white-space: nowrap !important;
}
.btn-combo-cart-action:hover {
    background: linear-gradient(135deg, #b91c1c, #991b1b) !important;
    color: #ffffff !important;
}

.combo-card-divider {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .btn-combo-details {
    background: #ffffff !important;
    border: 2px solid #0f172a !important;
    color: #0f172a !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .btn-combo-details:hover {
    background: #0f172a !important;
    color: #ffffff !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-card-divider {
    border-color: #e2e8f0 !important;
}

/* ═══════════════════════════════════════════════════════════════
   BOOKING STICKY BAR — animated multi-color sweep
   ═══════════════════════════════════════════════════════════════ */
.booking-sticky-bar {
    position: relative;
    z-index: 990;
    background: #0e0104 !important; /* Rich deep obsidian black */
    border-radius: 18px 18px 0 0;
    border: 2px solid #ffd700; /* gold border for framing */
    box-shadow:
        0 -6px 22px rgba(220, 38, 38, 0.4),
        0 8px 30px rgba(0,0,0,0.8),
        inset 0 1px 0 rgba(255,255,255,0.1);
    overflow: visible !important;
}
html[data-theme="light"] .booking-sticky-bar {
    background: #ffffff !important;
    border-color: #dc2626 !important;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.05);
}

.booking-min-order-value {
    text-align: center;
    padding: 10px;
    font-family: var(--font-head);
    font-size: 1.05rem; font-weight: 800;
    color: #fff !important;
    background: linear-gradient(90deg, #7f1d1d, #dc2626, #7f1d1d); /* Rich Magenta gradient top */
    border-bottom: 2px solid #ffd700; /* gold divider line */
    letter-spacing: 0.8px;
    text-shadow: 0 1px 8px rgba(0,0,0,0.7);
}
html[data-theme="light"] .booking-min-order-value {
    background: linear-gradient(90deg, #7f1d1d, #dc2626, #7f1d1d);
    border-bottom-color: #ffd700;
}

.booking-stats-bar {
    display: flex; justify-content: space-around;
    align-items: center; padding: 12px 16px;
    flex-wrap: wrap; gap: 10px;
    background: #0f0104; /* dark obsidian base */
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
html[data-theme="light"] .booking-stats-bar {
    background: #f1f5f9;
    border-top-color: rgba(0,0,0,0.06);
}

.booking-stat-item {
    display: flex; align-items: center; gap: 8px;
    font-weight: 850; font-size: 0.95rem; 
    color: #ffffff !important; /* Pure white for high contrast */
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
html[data-theme="light"] .booking-stat-item {
    color: #1e293b !important;
    text-shadow: none;
}

.booking-stat-pill {
    background: #000000 !important; /* Pitch black background for pill */
    color: #ffd700 !important; /* gold text */
    padding: 6px 18px;
    border-radius: 30px; font-weight: 900;
    min-width: 90px; text-align: center;
    border: 1.5px solid #ffd700 !important; /* gold outline */
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5), 0 0 8px rgba(255,215,0,0.3);
    font-family: var(--font-head);
}
html[data-theme="light"] .booking-stat-pill {
    background: #ffffff !important;
    color: #dc2626 !important;
    border: 1.5px solid #dc2626 !important;
    box-shadow: none;
}

/* ═══════════════════════════════════════════════════════════════
   BOOKING TABLE CARD
   ═══════════════════════════════════════════════════════════════ */
.booking-table-card {
    border-radius: 0 0 20px 20px;
    border: 1px solid rgba(255, 215, 0, 0.38);
    border-top: none;
    background: linear-gradient(160deg,
        rgba(74, 8, 16, 0.96) 0%,
        rgba(40, 4, 8, 0.98) 50%,
        rgba(15, 2, 4, 0.98) 100%);
    backdrop-filter: blur(24px);
    box-shadow: 0 12px 50px rgba(0, 0, 0, 0.75), 0 0 30px rgba(255, 215, 0, 0.18);
    overflow: visible;
}

.booking-table { 
    margin-bottom: 0; 
    width: 100%; 
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.booking-table thead tr {
    background: linear-gradient(90deg, #380407 0%, #991b1b 50%, #380407 100%) !important;
    border-bottom: 2px solid #ffd700 !important;
}
.booking-table th {
    color: #ffffff !important;
    font-family: var(--font-head);
    font-weight: 800; text-transform: uppercase;
    font-size: 0.82rem; letter-spacing: 0.5px;
    padding: 10px 8px; text-align: center;
    border: none !important;
    text-shadow: none !important;
}

.booking-table tr.category-row td,
.booking-table .pricelist-cat-td {
    background: linear-gradient(90deg, #1c0203 0%, #7f1d1d 40%, #d97706 75%, #1c0203 100%) !important;
    color: #ffd700 !important;
    font-family: var(--font-head);
    font-weight: 900; font-size: 0.88rem;
    letter-spacing: 0.8px; padding: 7px 12px;
    text-align: center; border-top: 1px solid #ffd700 !important; border-bottom: 1px solid #ffd700 !important;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5) !important;
}

.booking-table td {
    padding: 6px 8px; vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid rgba(255, 215, 0, 0.08) !important;
    color: #f1f5f9;
    background: #250407;
    transition: background 0.15s;
}
.booking-table tr.booking-product-row:nth-child(even) td {
    background: #300609 !important;
}
.booking-table tr.booking-product-row:hover td {
    background: #47090e !important;
    border-bottom: 1px solid #ffd700 !important;
}

/* ── Multi-Theme Table & Summary Bar Overrides ── */
html[data-theme="ruby"] .booking-sticky-bar {
    background: #1c0406 !important;
    border-color: #ffd700 !important;
}
html[data-theme="ruby"] .booking-min-order-value {
    background: linear-gradient(90deg, #380407 0%, #991b1b 50%, #380407 100%) !important;
    border-bottom: 2px solid #ffd700 !important;
}

html[data-theme="sapphire"] .booking-sticky-bar {
    background: #040a1c !important;
    border-color: #06b6d4 !important;
}
html[data-theme="sapphire"] .booking-min-order-value {
    background: linear-gradient(90deg, #040b1e 0%, #0e2962 50%, #040b1e 100%) !important;
    border-bottom: 2px solid #06b6d4 !important;
}
html[data-theme="sapphire"] .booking-table-card {
    background: linear-gradient(160deg, rgba(13, 30, 68, 0.96) 0%, rgba(7, 18, 44, 0.98) 50%, rgba(3, 9, 24, 0.98) 100%);
}
html[data-theme="sapphire"] .booking-table thead tr,
html[data-theme="sapphire"] .booking-table-header-row {
    background: linear-gradient(90deg, #040b1e 0%, #112d6a 50%, #040b1e 100%) !important;
    border-bottom: 2px solid #06b6d4 !important;
}
html[data-theme="sapphire"] .booking-table tr.category-row td,
html[data-theme="sapphire"] .booking-table .pricelist-cat-td {
    background: linear-gradient(90deg, #030816 0%, #0e2962 30%, #0891b2 70%, #030816 100%) !important;
    color: #ffd700 !important;
}
html[data-theme="sapphire"] .booking-table td { background: #091738; }
html[data-theme="sapphire"] .booking-table tr.booking-product-row:nth-child(even) td { background: #0f204a !important; }
html[data-theme="sapphire"] .booking-table tr.booking-product-row:hover td { background: #172f6b !important; }

html[data-theme="emerald"] .booking-sticky-bar {
    background: #01140f !important;
    border-color: #ffd700 !important;
}
html[data-theme="emerald"] .booking-min-order-value {
    background: linear-gradient(90deg, #022018 0%, #044e3b 50%, #022018 100%) !important;
    border-bottom: 2px solid #ffd700 !important;
}
html[data-theme="emerald"] .booking-table-card {
    background: linear-gradient(160deg, rgba(6, 78, 59, 0.96) 0%, rgba(4, 47, 36, 0.98) 50%, rgba(1, 20, 15, 0.98) 100%);
}
html[data-theme="emerald"] .booking-table thead tr,
html[data-theme="emerald"] .booking-table-header-row {
    background: linear-gradient(90deg, #022018 0%, #065f46 50%, #022018 100%) !important;
    border-bottom: 2px solid #ffd700 !important;
}
html[data-theme="emerald"] .booking-table tr.category-row td,
html[data-theme="emerald"] .booking-table .pricelist-cat-td {
    background: linear-gradient(90deg, #01140f 0%, #044e3b 35%, #0f766e 70%, #01140f 100%) !important;
    color: #ffd700 !important;
}
html[data-theme="emerald"] .booking-table td { background: #032b21; }
html[data-theme="emerald"] .booking-table tr.booking-product-row:nth-child(even) td { background: #05382b !important; }
html[data-theme="emerald"] .booking-table tr.booking-product-row:hover td { background: #0a5441 !important; }

html[data-theme="obsidian"] .booking-sticky-bar {
    background: #060608 !important;
    border-color: #ffd700 !important;
}
html[data-theme="obsidian"] .booking-min-order-value {
    background: linear-gradient(90deg, #050507 0%, #1f1f28 50%, #050507 100%) !important;
    border-bottom: 2px solid #ffd700 !important;
}
html[data-theme="obsidian"] .booking-table-card {
    background: linear-gradient(160deg, rgba(18, 18, 24, 0.96) 0%, rgba(12, 12, 16, 0.98) 50%, rgba(6, 6, 8, 0.98) 100%);
}
html[data-theme="obsidian"] .booking-table thead tr,
html[data-theme="obsidian"] .booking-table-header-row {
    background: linear-gradient(90deg, #050507 0%, #1f1f28 50%, #050507 100%) !important;
    border-bottom: 2px solid #ffd700 !important;
}
html[data-theme="obsidian"] .booking-table tr.category-row td,
html[data-theme="obsidian"] .booking-table .pricelist-cat-td {
    background: linear-gradient(90deg, #050507 0%, #2a2a36 50%, #050507 100%) !important;
    color: #ffd700 !important;
}
html[data-theme="obsidian"] .booking-table td { background: #0f0f14; }
html[data-theme="obsidian"] .booking-table tr.booking-product-row:nth-child(even) td { background: #15151c !important; }
html[data-theme="obsidian"] .booking-table tr.booking-product-row:hover td { background: #22222e !important; }

/* ═══════════════════════════════════════════════════════════════
   FULL APPLICATION MULTI-THEME OVERRIDES
   ═══════════════════════════════════════════════════════════════ */

/* 1. Ruby Garnet Theme (Default) */
html, html[data-theme="ruby"] {
    background:
        radial-gradient(ellipse 85% 65% at 50% 10%, rgba(120, 15, 25, 0.96) 0%, rgba(55, 6, 12, 0.98) 60%, rgba(20, 2, 4, 1) 100%),
        radial-gradient(ellipse 65% 70% at 85% 25%, rgba(255, 215, 0, 0.20) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 15% 75%, rgba(245, 158, 11, 0.20) 0%, transparent 55%),
        linear-gradient(160deg, #2b0409 0%, #4a0810 40%, #170204 100%);
}
html[data-theme="ruby"] footer.site-footer {
    background: linear-gradient(180deg, rgba(28, 4, 6, 0.98) 0%, rgba(74, 8, 16, 0.96) 50%, rgba(15, 2, 4, 0.99) 100%) !important;
    border-top: 2px solid #ffd700 !important;
}
html[data-theme="ruby"] .combo-card {
    background: linear-gradient(160deg, rgba(74, 8, 16, 0.92) 0%, rgba(40, 4, 8, 0.96) 50%, rgba(20, 2, 4, 0.98) 100%) !important;
    border: 1.5px solid rgba(255, 215, 0, 0.45) !important;
    box-shadow: 0 12px 40px rgba(74, 8, 16, 0.35) !important;
}
html[data-theme="ruby"] .combo-card-header {
    background: transparent !important;
    border-bottom: none !important;
}
html[data-theme="ruby"] .demo-card {
    background: linear-gradient(160deg, rgba(74, 8, 16, 0.92) 0%, rgba(20, 2, 4, 0.96) 100%) !important;
    border: 1.5px solid rgba(255, 215, 0, 0.35) !important;
}
html[data-theme="ruby"] .mobile-bottom-dock {
    background: rgba(28, 4, 6, 0.97) !important;
    border-top: 1.5px solid #ffd700 !important;
}
html[data-theme="ruby"] .modal-content {
    background: rgba(35, 5, 10, 0.98) !important;
    border: 1px solid #ffd700 !important;
}

/* 2. Sapphire Navy Theme */
html[data-theme="sapphire"] footer.site-footer {
    background: linear-gradient(180deg, rgba(4, 10, 28, 0.98) 0%, rgba(13, 30, 68, 0.96) 50%, rgba(2, 7, 20, 0.99) 100%) !important;
    border-top: 2px solid #06b6d4 !important;
}
html[data-theme="sapphire"] .combo-card {
    background: linear-gradient(160deg, rgba(13, 30, 68, 0.92) 0%, rgba(7, 18, 44, 0.96) 50%, rgba(2, 7, 20, 0.98) 100%) !important;
    border: 1.5px solid rgba(6, 182, 212, 0.45) !important;
    box-shadow: 0 12px 40px rgba(13, 30, 68, 0.35) !important;
}
html[data-theme="sapphire"] .combo-card-header {
    background: transparent !important;
    border-bottom: none !important;
}
html[data-theme="sapphire"] .demo-card {
    background: linear-gradient(160deg, rgba(13, 30, 68, 0.92) 0%, rgba(4, 10, 28, 0.96) 100%) !important;
    border: 1.5px solid rgba(6, 182, 212, 0.4) !important;
}
html[data-theme="sapphire"] .mobile-bottom-dock {
    background: rgba(4, 10, 28, 0.97) !important;
    border-top: 1.5px solid #06b6d4 !important;
}
html[data-theme="sapphire"] .modal-content {
    background: rgba(6, 16, 40, 0.98) !important;
    border: 1px solid #06b6d4 !important;
}

/* 3. Emerald Peacock Theme */
html[data-theme="emerald"] footer.site-footer {
    background: linear-gradient(180deg, rgba(1, 20, 15, 0.98) 0%, rgba(6, 78, 59, 0.96) 50%, rgba(1, 10, 8, 0.99) 100%) !important;
    border-top: 2px solid #ffd700 !important;
}
html[data-theme="emerald"] .combo-card {
    background: linear-gradient(160deg, rgba(6, 78, 59, 0.92) 0%, rgba(4, 47, 36, 0.96) 50%, rgba(1, 20, 15, 0.98) 100%) !important;
    border: 1.5px solid rgba(255, 215, 0, 0.45) !important;
    box-shadow: 0 12px 40px rgba(6, 78, 59, 0.35) !important;
}
html[data-theme="emerald"] .combo-card-header {
    background: transparent !important;
    border-bottom: none !important;
}
html[data-theme="emerald"] .demo-card {
    background: linear-gradient(160deg, rgba(6, 78, 59, 0.92) 0%, rgba(1, 20, 15, 0.96) 100%) !important;
    border: 1.5px solid rgba(255, 215, 0, 0.35) !important;
}
html[data-theme="emerald"] .mobile-bottom-dock {
    background: rgba(1, 20, 15, 0.97) !important;
    border-top: 1.5px solid #ffd700 !important;
}
html[data-theme="emerald"] .modal-content {
    background: rgba(2, 44, 34, 0.98) !important;
    border: 1px solid #ffd700 !important;
}

/* 4. Obsidian Black Theme */
html[data-theme="obsidian"] footer.site-footer {
    background: linear-gradient(180deg, rgba(6, 6, 8, 0.98) 0%, rgba(18, 18, 24, 0.96) 50%, rgba(3, 3, 4, 0.99) 100%) !important;
    border-top: 2px solid #ffd700 !important;
}
html[data-theme="obsidian"] .combo-card {
    background: linear-gradient(160deg, rgba(20, 20, 26, 0.92) 0%, rgba(10, 10, 14, 0.96) 50%, rgba(4, 4, 6, 0.98) 100%) !important;
    border: 1.5px solid rgba(255, 215, 0, 0.35) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5) !important;
}
html[data-theme="obsidian"] .combo-card-header {
    background: transparent !important;
    border-bottom: none !important;
}
html[data-theme="obsidian"] .demo-card {
    background: linear-gradient(160deg, rgba(18, 18, 24, 0.92) 0%, rgba(6, 6, 8, 0.96) 100%) !important;
    border: 1.5px solid rgba(255, 215, 0, 0.3) !important;
}
html[data-theme="obsidian"] .mobile-bottom-dock {
    background: rgba(6, 6, 8, 0.98) !important;
    border-top: 1.5px solid #ffd700 !important;
}
/* ═══════════════════════════════════════════════════════════════
   30 MASTER THEMES ARCHITECTURE (10 DARK, 10 LIGHT, 10 LINEAR)
   ═══════════════════════════════════════════════════════════════ */

/* ── 10 DARK THEMES ── */

/* 1. Ruby Garnet Dark */
html[data-theme="ruby"] {
    background: linear-gradient(160deg, #2b0409 0%, #4a0810 40%, #170204 100%) !important;
}

/* 2. Sapphire Navy Dark */
html[data-theme="sapphire"] {
    background: linear-gradient(160deg, #07122e 0%, #0d2152 40%, #040a1c 100%) !important;
}
html[data-theme="sapphire"] .glass-nav { background: rgba(4, 10, 28, 0.96) !important; border-bottom: 2px solid #06b6d4 !important; }
html[data-theme="sapphire"] .booking-table-card { background: linear-gradient(160deg, rgba(13, 30, 68, 0.95) 0%, rgba(4, 10, 28, 0.98) 100%) !important; }
html[data-theme="sapphire"] .booking-table td { background: #091738 !important; }
html[data-theme="sapphire"] .combo-card { background: linear-gradient(160deg, rgba(13, 30, 68, 0.92) 0%, rgba(4, 10, 28, 0.98) 100%) !important; border: 1.5px solid #06b6d4 !important; }
html[data-theme="sapphire"] footer.site-footer { background: linear-gradient(180deg, #040a1c 0%, #0d2152 100%) !important; border-top: 2px solid #06b6d4 !important; }

/* 3. Emerald Peacock Dark */
html[data-theme="emerald"] {
    background: linear-gradient(160deg, #022018 0%, #064e3b 40%, #01140f 100%) !important;
}
html[data-theme="emerald"] .glass-nav { background: rgba(1, 20, 15, 0.96) !important; border-bottom: 2px solid #ffd700 !important; }
html[data-theme="emerald"] .booking-table-card { background: linear-gradient(160deg, rgba(6, 78, 59, 0.95) 0%, rgba(1, 20, 15, 0.98) 100%) !important; }
html[data-theme="emerald"] .booking-table td { background: #032b21 !important; }
html[data-theme="emerald"] .combo-card { background: linear-gradient(160deg, rgba(6, 78, 59, 0.92) 0%, rgba(1, 20, 15, 0.98) 100%) !important; border: 1.5px solid #ffd700 !important; }
html[data-theme="emerald"] footer.site-footer { background: linear-gradient(180deg, #01140f 0%, #064e3b 100%) !important; border-top: 2px solid #ffd700 !important; }

/* 4. Obsidian Black Dark */
html[data-theme="obsidian"] {
    background: linear-gradient(160deg, #09090c 0%, #121217 40%, #050507 100%) !important;
}
html[data-theme="obsidian"] .glass-nav { background: rgba(6, 6, 8, 0.98) !important; border-bottom: 2px solid #ffd700 !important; }
html[data-theme="obsidian"] .booking-table-card { background: linear-gradient(160deg, rgba(18, 18, 24, 0.95) 0%, rgba(5, 5, 7, 0.98) 100%) !important; }
html[data-theme="obsidian"] .booking-table td { background: #0f0f14 !important; }
html[data-theme="obsidian"] .combo-card { background: linear-gradient(160deg, rgba(20, 20, 26, 0.92) 0%, rgba(4, 4, 6, 0.98) 100%) !important; border: 1.5px solid #ffd700 !important; }
html[data-theme="obsidian"] footer.site-footer { background: linear-gradient(180deg, #050507 0%, #121217 100%) !important; border-top: 2px solid #ffd700 !important; }

/* 5. Amethyst Violet Dark */
html[data-theme="amethyst"] { background: linear-gradient(160deg, #1b072b 0%, #3b0764 40%, #0e021a 100%) !important; }
html[data-theme="amethyst"] .glass-nav { background: rgba(14, 2, 26, 0.96) !important; border-bottom: 2px solid #e879f9 !important; }
html[data-theme="amethyst"] .booking-table-card { background: linear-gradient(160deg, rgba(59, 7, 100, 0.95) 0%, rgba(14, 2, 26, 0.98) 100%) !important; }
html[data-theme="amethyst"] .booking-table td { background: #1c0633 !important; }
html[data-theme="amethyst"] .combo-card { background: linear-gradient(160deg, rgba(59, 7, 100, 0.92) 0%, rgba(14, 2, 26, 0.98) 100%) !important; border: 1.5px solid #e879f9 !important; }
html[data-theme="amethyst"] footer.site-footer { background: linear-gradient(180deg, #0e021a 0%, #3b0764 100%) !important; border-top: 2px solid #e879f9 !important; }

/* 6. Oceanic Cyan Dark */
html[data-theme="cyan"] { background: linear-gradient(160deg, #031b26 0%, #083344 40%, #010f17 100%) !important; }
html[data-theme="cyan"] .glass-nav { background: rgba(1, 15, 23, 0.96) !important; border-bottom: 2px solid #22d3ee !important; }
html[data-theme="cyan"] .booking-table-card { background: linear-gradient(160deg, rgba(8, 51, 68, 0.95) 0%, rgba(1, 15, 23, 0.98) 100%) !important; }
html[data-theme="cyan"] .booking-table td { background: #062431 !important; }
html[data-theme="cyan"] .combo-card { background: linear-gradient(160deg, rgba(8, 51, 68, 0.92) 0%, rgba(1, 15, 23, 0.98) 100%) !important; border: 1.5px solid #22d3ee !important; }
html[data-theme="cyan"] footer.site-footer { background: linear-gradient(180deg, #010f17 0%, #083344 100%) !important; border-top: 2px solid #22d3ee !important; }

/* 7. Copper Bronze Dark */
html[data-theme="copper"] { background: linear-gradient(160deg, #2b1204 0%, #451a03 40%, #170902 100%) !important; }
html[data-theme="copper"] .glass-nav { background: rgba(23, 9, 2, 0.96) !important; border-bottom: 2px solid #f97316 !important; }
html[data-theme="copper"] .booking-table-card { background: linear-gradient(160deg, rgba(69, 26, 3, 0.95) 0%, rgba(23, 9, 2, 0.98) 100%) !important; }
html[data-theme="copper"] .booking-table td { background: #281003 !important; }
html[data-theme="copper"] .combo-card { background: linear-gradient(160deg, rgba(69, 26, 3, 0.92) 0%, rgba(23, 9, 2, 0.98) 100%) !important; border: 1.5px solid #f97316 !important; }
html[data-theme="copper"] footer.site-footer { background: linear-gradient(180deg, #170902 0%, #451a03 100%) !important; border-top: 2px solid #f97316 !important; }

/* 8. Velvet Maroon Dark */
html[data-theme="maroon"] { background: linear-gradient(160deg, #28040b 0%, #4c0519 40%, #150205 100%) !important; }
html[data-theme="maroon"] .glass-nav { background: rgba(21, 2, 5, 0.96) !important; border-bottom: 2px solid #fb7185 !important; }
html[data-theme="maroon"] .booking-table-card { background: linear-gradient(160deg, rgba(76, 5, 25, 0.95) 0%, rgba(21, 2, 5, 0.98) 100%) !important; }
html[data-theme="maroon"] .booking-table td { background: #24040c !important; }
html[data-theme="maroon"] .combo-card { background: linear-gradient(160deg, rgba(76, 5, 25, 0.92) 0%, rgba(21, 2, 5, 0.98) 100%) !important; border: 1.5px solid #fb7185 !important; }
html[data-theme="maroon"] footer.site-footer { background: linear-gradient(180deg, #150205 0%, #4c0519 100%) !important; border-top: 2px solid #fb7185 !important; }

/* 9. Slate Charcoal Dark */
html[data-theme="charcoal"] { background: linear-gradient(160deg, #0f172a 0%, #1e293b 40%, #020617 100%) !important; }
html[data-theme="charcoal"] .glass-nav { background: rgba(2, 6, 23, 0.96) !important; border-bottom: 2px solid #94a3b8 !important; }
html[data-theme="charcoal"] .booking-table-card { background: linear-gradient(160deg, rgba(30, 41, 59, 0.95) 0%, rgba(2, 6, 23, 0.98) 100%) !important; }
html[data-theme="charcoal"] .booking-table td { background: #0f172a !important; }
html[data-theme="charcoal"] .combo-card { background: linear-gradient(160deg, rgba(30, 41, 59, 0.92) 0%, rgba(2, 6, 23, 0.98) 100%) !important; border: 1.5px solid #94a3b8 !important; }
html[data-theme="charcoal"] footer.site-footer { background: linear-gradient(180deg, #020617 0%, #1e293b 100%) !important; border-top: 2px solid #94a3b8 !important; }

/* 10. Midnight Sunset Dark */
html[data-theme="sunset-dark"] { background: linear-gradient(160deg, #31041c 0%, #701a75 40%, #18020e 100%) !important; }
html[data-theme="sunset-dark"] .glass-nav { background: rgba(24, 2, 14, 0.96) !important; border-bottom: 2px solid #f43f5e !important; }
html[data-theme="sunset-dark"] .booking-table-card { background: linear-gradient(160deg, rgba(112, 26, 117, 0.95) 0%, rgba(24, 2, 14, 0.98) 100%) !important; }
html[data-theme="sunset-dark"] .booking-table td { background: #2a0518 !important; }
html[data-theme="sunset-dark"] .combo-card { background: linear-gradient(160deg, rgba(112, 26, 117, 0.92) 0%, rgba(24, 2, 14, 0.98) 100%) !important; border: 1.5px solid #f43f5e !important; }
html[data-theme="sunset-dark"] footer.site-footer { background: linear-gradient(180deg, #18020e 0%, #701a75 100%) !important; border-top: 2px solid #f43f5e !important; }


/* ── LIGHT THEMES HIGH-CONTRAST DATA VISIBILITY ── */

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) {
    color: #0f172a !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) body {
    color: #0f172a !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(.booking-prod-title, .booking-product-name, .combo-title-text, .section-title, .hero-title, h1, h2, h3, h4, h5, h6, .navbar-brand, .brand-text) {
    color: #0f172a !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(p, .section-subtitle, .text-white-50, .text-white, .combo-card p, .demo-card p, .card-text, span.small) {
    color: #334155 !important;
}

/* Light Mode Footer Visibility Overrides */
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) footer.site-footer {
    background: #ffffff !important;
    color: #0f172a !important;
    border-top: 2px solid #dc2626 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .footer-col-title {
    color: #0f172a !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(.footer-info-text, .footer-info-text a, .footer-copyright, .footer-copyright strong, .footer-email-link, .footer-crafted-tag) {
    color: #1e293b !important;
    font-weight: 700 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .footer-link-list a {
    color: #334155 !important;
    font-weight: 700 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .footer-link-list a:hover {
    color: #dc2626 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .footer-divider {
    border-color: #cbd5e1 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(.booking-sno, .booking-product-code, .booking-size, td) {
    color: #0f172a !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-table tr.booking-product-row:nth-child(even) td {
    background: #f8fafc !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-table tr.booking-product-row:hover td {
    background: #f1f5f9 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(.qty-btn, .btn-qty) {
    background: #0f172a !important;
    color: #ffffff !important;
    border-color: #0f172a !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(.qty-input, input.qty-input) {
    background: #ffffff !important;
    color: #0f172a !important;
    border: 1.5px solid #0f172a !important;
    font-weight: 800 !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(.combo-items-preview div, .combo-item-pill) {
    background: #e2e8f0 !important;
    color: #0f172a !important;
    border: 1px solid #cbd5e1 !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(.original-price, del, s) {
    color: #64748b !important;
    text-decoration: line-through !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(.final-price, .item-total, .row-total) {
    color: #b91c1c !important;
    font-weight: 800 !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .nav-link-modern {
    color: #0f172a !important;
    font-weight: 700 !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .modal-content {
    background: #ffffff !important;
    color: #0f172a !important;
}

/* Category Filter Pills Light Mode Overrides */
:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .category-filter-btn {
    background: #ffffff !important;
    color: #0f172a !important;
    border: 1.5px solid #0f172a !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(.category-filter-btn:hover, .active-category-btn) {
    background: linear-gradient(135deg, #dc2626, #b91c1c) !important;
    color: #ffffff !important;
    border: 1.5px solid #dc2626 !important;
    font-weight: 800 !important;
}

/* Booking Search Box Light Mode Overrides */
:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-search-wrap {
    background: #ffffff !important;
    border: 1.5px solid #0f172a !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-search-icon i {
    color: #0f172a !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-search-input {
    color: #0f172a !important;
    font-weight: 700 !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-search-input::placeholder {
    color: #475569 !important;
}

/* Milestone Status Bar Light Mode Overrides */
:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-milestone-wrap {
    background: #ffffff !important;
    border-bottom: 1.5px solid #cbd5e1 !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(.milestone-label-text, .milestone-tiers-text, #milestoneStatusText) {
    color: #0f172a !important;
    font-weight: 700 !important;
}

/* Product Row Pricing & Quantity Stepper Rules */

/* Base / Dark Mode Price Defaults */
.booking-price-original {
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: line-through;
    color: #cbd5e1 !important;
}

.booking-price-discount {
    font-size: 0.95rem;
    font-weight: 900;
    color: #ffd700 !important;
}

.booking-total-price {
    font-size: 0.95rem;
    font-weight: 900;
    color: #ffd700 !important;
}

.booking-qty-group {
    border: 1.5px solid rgba(255, 215, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
}

.qty-btn-minus, .qty-btn-plus {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border: none !important;
}

.booking-qty-input {
    background: transparent !important;
    color: #ffd700 !important;
    border: none !important;
    font-size: 0.88rem;
    font-weight: 800 !important;
}

/* Light Mode Overrides for Prices & Stepper */
:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-price-original {
    color: #475569 !important;
    font-weight: 700 !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-price-discount {
    color: #b91c1c !important;
    font-weight: 900 !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-total-price {
    color: #15803d !important;
    font-weight: 900 !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-qty-group {
    border: 1.5px solid #0f172a !important;
    background: #ffffff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06) !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(.qty-btn-minus, .qty-btn-plus) {
    background: #0f172a !important;
    color: #ffffff !important;
    border: none !important;
    font-weight: 800 !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-qty-input {
    background: #ffffff !important;
    color: #0f172a !important;
    border: none !important;
    font-weight: 900 !important;
}

/* Product Row Discount & Prices Light Mode Overrides */
:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-table td .text-warning {
    color: #b91c1c !important;
    font-weight: 800 !important;
}

/* Light Mode Overrides for Diwali Countdown & KPI Stats Bar */
:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .stats-countdown-card {
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
    animation: none !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .diwali-heading-text {
    color: #0f172a !important;
    font-weight: 800 !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(.diwali-subtext, .kpi-label-text) {
    color: #334155 !important;
    font-weight: 700 !important;
}

.fav-btn, .booking-product-img {
    display: none !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .countdown-label {
    color: #0f172a !important;
    font-weight: 800 !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .countdown-num {
    color: #0f172a !important;
    text-shadow: none !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .countdown-box {
    background: #f1f5f9 !important;
    border: 1px solid #cbd5e1 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .stats-col-border {
    border-color: #cbd5e1 !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .kpi-red {
    color: #dc2626 !important;
    text-shadow: none !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .kpi-cyan {
    color: #7c3aed !important;
    text-shadow: none !important;
}

:is(html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .kpi-gold {
    color: #d97706 !important;
    text-shadow: none !important;
}

/* 11. Pearl White Light */
html[data-theme="light"] { background: linear-gradient(160deg, #fff5f5 0%, #fff1f2 40%, #ffe4e6 75%, #fef2f2 100%) !important; }
:is(html[data-theme="light"], html[data-theme="light-red"], html[data-theme="festive-light-red"]) .glass-nav { background: linear-gradient(90deg, #ffe4e6 0%, #fff1f2 35%, #fecdd3 70%, #ffe4e6 100%) !important; border-bottom: 2px solid #f43f5e !important; }
html[data-theme="light"] .booking-table-card, html[data-theme="light"] .combo-card { background: #ffffff !important; border: 1.5px solid #fda4af !important; }
html[data-theme="light"] footer.site-footer { background: #fff1f2 !important; color: #0f172a !important; border-top: 2px solid #dc2626 !important; }

/* 12. Sunburst Ivory Light */
html[data-theme="ivory"] { background: linear-gradient(160deg, #fff5f5 0%, #fff1f2 40%, #ffe4e6 75%, #fef2f2 100%) !important; }
html[data-theme="ivory"] .glass-nav { background: rgba(255, 255, 255, 0.96) !important; border-bottom: 2px solid #dc2626 !important; }
html[data-theme="ivory"] .booking-table-card, html[data-theme="ivory"] .combo-card { background: #ffffff !important; border: 1.5px solid #fda4af !important; }
html[data-theme="ivory"] footer.site-footer { background: #fff1f2 !important; color: #0f172a !important; border-top: 2px solid #dc2626 !important; }

/* 13. Pastel Mint Light */
html[data-theme="mint"] { background: linear-gradient(160deg, #fff5f5 0%, #fff1f2 40%, #ffe4e6 75%, #fef2f2 100%) !important; }
html[data-theme="mint"] .glass-nav { background: rgba(255, 255, 255, 0.96) !important; border-bottom: 2px solid #dc2626 !important; }
html[data-theme="mint"] .booking-table-card, html[data-theme="mint"] .combo-card { background: #ffffff !important; border: 1.5px solid #fda4af !important; }
html[data-theme="mint"] footer.site-footer { background: #fff1f2 !important; color: #0f172a !important; border-top: 2px solid #dc2626 !important; }

/* 14. Lavender Frost Light */
html[data-theme="lavender"] { background: linear-gradient(160deg, #fff5f5 0%, #fff1f2 40%, #ffe4e6 75%, #fef2f2 100%) !important; }
html[data-theme="lavender"] .glass-nav { background: rgba(255, 255, 255, 0.96) !important; border-bottom: 2px solid #dc2626 !important; }
html[data-theme="lavender"] .booking-table-card, html[data-theme="lavender"] .combo-card { background: #ffffff !important; border: 1.5px solid #fda4af !important; }
html[data-theme="lavender"] footer.site-footer { background: #fff1f2 !important; color: #0f172a !important; border-top: 2px solid #dc2626 !important; }

/* 15. Rose Gold Champagne Light */
html[data-theme="rosegold"] { background: linear-gradient(160deg, #fff5f5 0%, #fff1f2 40%, #ffe4e6 75%, #fef2f2 100%) !important; }
html[data-theme="rosegold"] .glass-nav { background: rgba(255, 255, 255, 0.96) !important; border-bottom: 2px solid #dc2626 !important; }
html[data-theme="rosegold"] .booking-table-card, html[data-theme="rosegold"] .combo-card { background: #ffffff !important; border: 1.5px solid #fda4af !important; }
html[data-theme="rosegold"] footer.site-footer { background: #ffe4e6 !important; color: #0f172a !important; border-top: 2px solid #dc2626 !important; }

/* 16. Platinum Silver Light */
html[data-theme="platinum"] { background: linear-gradient(160deg, #fff5f5 0%, #fff1f2 40%, #ffe4e6 75%, #fef2f2 100%) !important; }
html[data-theme="platinum"] .glass-nav { background: rgba(255, 255, 255, 0.96) !important; border-bottom: 2px solid #dc2626 !important; }
html[data-theme="platinum"] .booking-table-card, html[data-theme="platinum"] .combo-card { background: #ffffff !important; border: 1.5px solid #fda4af !important; }
html[data-theme="platinum"] footer.site-footer { background: #fff1f2 !important; color: #0f172a !important; border-top: 2px solid #dc2626 !important; }

/* 17. Sky Blue Pearl Light */
html[data-theme="skyblue"] { background: linear-gradient(160deg, #fff5f5 0%, #fff1f2 40%, #ffe4e6 75%, #fef2f2 100%) !important; }
html[data-theme="skyblue"] .glass-nav { background: rgba(255, 255, 255, 0.96) !important; border-bottom: 2px solid #dc2626 !important; }
html[data-theme="skyblue"] .booking-table-card, html[data-theme="skyblue"] .combo-card { background: #ffffff !important; border: 1.5px solid #fda4af !important; }
html[data-theme="skyblue"] footer.site-footer { background: #fff1f2 !important; color: #0f172a !important; border-top: 2px solid #dc2626 !important; }

/* 18. Peach Blossom Light */
html[data-theme="peach"] { background: linear-gradient(160deg, #fff5f5 0%, #fff1f2 40%, #ffe4e6 75%, #fef2f2 100%) !important; }
html[data-theme="peach"] .glass-nav { background: rgba(255, 255, 255, 0.96) !important; border-bottom: 2px solid #dc2626 !important; }
html[data-theme="peach"] .booking-table-card, html[data-theme="peach"] .combo-card { background: #ffffff !important; border: 1.5px solid #fda4af !important; }
html[data-theme="peach"] footer.site-footer { background: #fff1f2 !important; color: #0f172a !important; border-top: 2px solid #dc2626 !important; }

/* 19. Warm Amber Cream Light */
html[data-theme="cream"] { background: linear-gradient(160deg, #fff5f5 0%, #fff1f2 40%, #ffe4e6 75%, #fef2f2 100%) !important; }
html[data-theme="cream"] .glass-nav { background: rgba(255, 255, 255, 0.96) !important; border-bottom: 2px solid #dc2626 !important; }
html[data-theme="cream"] .booking-table-card, html[data-theme="cream"] .combo-card { background: #ffffff !important; border: 1.5px solid #fda4af !important; }
html[data-theme="cream"] footer.site-footer { background: #fff1f2 !important; color: #0f172a !important; border-top: 2px solid #dc2626 !important; }

/* 20. Pure Cloud White Light */
html[data-theme="cloud"] { background: linear-gradient(160deg, #fff5f5 0%, #fff1f2 40%, #ffe4e6 75%, #fef2f2 100%) !important; }
html[data-theme="cloud"] .glass-nav { background: rgba(255, 255, 255, 0.98) !important; border-bottom: 2px solid #dc2626 !important; }
html[data-theme="cloud"] .booking-table-card, html[data-theme="cloud"] .combo-card { background: #ffffff !important; border: 1.5px solid #fda4af !important; }
html[data-theme="cloud"] footer.site-footer { background: #fff1f2 !important; color: #0f172a !important; border-top: 2px solid #dc2626 !important; }


/* ── 10 LINEAR GRADIENT THEMES ── */

/* 21. Cyber Neon Sunset Linear */
html[data-theme="neon-sunset"] { background: linear-gradient(135deg, #4c0519 0%, #831843 30%, #701a75 70%, #d97706 100%) !important; }
html[data-theme="neon-sunset"] .glass-nav { background: linear-gradient(90deg, rgba(76, 5, 25, 0.95), rgba(112, 26, 117, 0.95)) !important; border-bottom: 2px solid #f43f5e !important; }
html[data-theme="neon-sunset"] .combo-card { background: linear-gradient(160deg, rgba(131, 24, 67, 0.85) 0%, rgba(112, 26, 117, 0.90) 100%) !important; border: 1.5px solid #f43f5e !important; }

/* 22. Golden Aurora Fusion Linear */
html[data-theme="aurora"] { background: linear-gradient(135deg, #042f2e 0%, #115e59 35%, #065f46 70%, #ca8a04 100%) !important; }
html[data-theme="aurora"] .glass-nav { background: linear-gradient(90deg, rgba(4, 47, 46, 0.95), rgba(6, 95, 70, 0.95)) !important; border-bottom: 2px solid #facc15 !important; }
html[data-theme="aurora"] .combo-card { background: linear-gradient(160deg, rgba(17, 94, 89, 0.85) 0%, rgba(6, 95, 70, 0.90) 100%) !important; border: 1.5px solid #facc15 !important; }

/* 23. Firework Burst Spectrum Linear */
html[data-theme="firework"] { background: linear-gradient(135deg, #701a75 0%, #9f1239 35%, #c2410c 70%, #eab308 100%) !important; }
html[data-theme="firework"] .glass-nav { background: linear-gradient(90deg, rgba(112, 26, 117, 0.95), rgba(159, 18, 57, 0.95)) !important; border-bottom: 2px solid #eab308 !important; }
html[data-theme="firework"] .combo-card { background: linear-gradient(160deg, rgba(159, 18, 57, 0.85) 0%, rgba(194, 65, 12, 0.90) 100%) !important; border: 1.5px solid #eab308 !important; }

/* 24. Deep Ocean Wave Linear */
html[data-theme="ocean-wave"] { background: linear-gradient(135deg, #0b1e36 0%, #0369a1 35%, #0e7490 70%, #059669 100%) !important; }
html[data-theme="ocean-wave"] .glass-nav { background: linear-gradient(90deg, rgba(11, 30, 54, 0.95), rgba(3, 105, 161, 0.95)) !important; border-bottom: 2px solid #38bdf8 !important; }
html[data-theme="ocean-wave"] .combo-card { background: linear-gradient(160deg, rgba(3, 105, 161, 0.85) 0%, rgba(14, 116, 144, 0.90) 100%) !important; border: 1.5px solid #38bdf8 !important; }

/* 25. Cosmic Purple Nebula Linear */
html[data-theme="cosmic"] { background: linear-gradient(135deg, #2e1065 0%, #581c87 35%, #1e1b4b 70%, #9d174d 100%) !important; }
html[data-theme="cosmic"] .glass-nav { background: linear-gradient(90deg, rgba(46, 16, 101, 0.95), rgba(88, 28, 135, 0.95)) !important; border-bottom: 2px solid #c084fc !important; }
html[data-theme="cosmic"] .combo-card { background: linear-gradient(160deg, rgba(88, 28, 135, 0.85) 0%, rgba(157, 23, 77, 0.90) 100%) !important; border: 1.5px solid #c084fc !important; }

/* 26. Tropical Sunset Heat Linear */
html[data-theme="tropical"] { background: linear-gradient(135deg, #78350f 0%, #c2410c 35%, #be123c 70%, #fbbf24 100%) !important; }
html[data-theme="tropical"] .glass-nav { background: linear-gradient(90deg, rgba(120, 53, 15, 0.95), rgba(194, 65, 12, 0.95)) !important; border-bottom: 2px solid #fbbf24 !important; }
html[data-theme="tropical"] .combo-card { background: linear-gradient(160deg, rgba(194, 65, 12, 0.85) 0%, rgba(190, 18, 60, 0.90) 100%) !important; border: 1.5px solid #fbbf24 !important; }

/* 27. Electric Violet Cyan Linear */
html[data-theme="electric"] { background: linear-gradient(135deg, #4c1d95 0%, #6b21a8 35%, #0e7490 70%, #06b6d4 100%) !important; }
html[data-theme="electric"] .glass-nav { background: linear-gradient(90deg, rgba(76, 29, 149, 0.95), rgba(107, 33, 168, 0.95)) !important; border-bottom: 2px solid #22d3ee !important; }
html[data-theme="electric"] .combo-card { background: linear-gradient(160deg, rgba(107, 33, 168, 0.85) 0%, rgba(14, 116, 144, 0.90) 100%) !important; border: 1.5px solid #22d3ee !important; }

/* 28. Dynamic Rainbow Sweep Linear */
html[data-theme="rainbow"] { background: linear-gradient(135deg, #7f1d1d 0%, #c2410c 25%, #ca8a04 50%, #047857 75%, #1d4ed8 100%) !important; }
html[data-theme="rainbow"] .glass-nav { background: linear-gradient(90deg, rgba(127, 29, 29, 0.95), rgba(194, 65, 12, 0.95), rgba(4, 120, 87, 0.95)) !important; border-bottom: 2px solid #ffd700 !important; }
html[data-theme="rainbow"] .combo-card { background: linear-gradient(160deg, rgba(194, 65, 12, 0.85) 0%, rgba(4, 120, 87, 0.90) 100%) !important; border: 1.5px solid #ffd700 !important; }

/* 29. Emerald Teal Fusion Linear */
html[data-theme="emerald-fusion"] { background: linear-gradient(135deg, #064e3b 0%, #0f766e 35%, #0369a1 70%, #f59e0b 100%) !important; }
html[data-theme="emerald-fusion"] .glass-nav { background: linear-gradient(90deg, rgba(6, 78, 59, 0.95), rgba(15, 118, 110, 0.95)) !important; border-bottom: 2px solid #f59e0b !important; }
html[data-theme="emerald-fusion"] .combo-card { background: linear-gradient(160deg, rgba(15, 118, 110, 0.85) 0%, rgba(3, 105, 161, 0.90) 100%) !important; border: 1.5px solid #f59e0b !important; }

/* 30. Sunset Fire & Amber Glow Linear */
html[data-theme="sunset-glow"] { background: linear-gradient(135deg, #450a0a 0%, #991b1b 35%, #ea580c 70%, #facc15 100%) !important; }
html[data-theme="sunset-glow"] .glass-nav { background: linear-gradient(90deg, rgba(69, 10, 10, 0.95), rgba(153, 27, 27, 0.95)) !important; border-bottom: 2px solid #facc15 !important; }
html[data-theme="sunset-glow"] .combo-card { background: linear-gradient(160deg, rgba(153, 27, 27, 0.85) 0%, rgba(234, 88, 12, 0.90) 100%) !important; border: 1.5px solid #facc15 !important; }

.booking-sno, .booking-product-code {
    color: #cbd5e1 !important;
    font-weight: 700;
}

.booking-product-name, .booking-prod-title {
    text-align: left !important;
    font-weight: 800; color: #ffffff !important;
}

.product-name-en {
    display: inline;
    font-weight: 800;
}

.product-name-ta {
    display: inline-block;
    font-weight: 600;
    font-size: 0.76rem;
    margin-top: 1px;
    letter-spacing: 0.2px;
}

.booking-size {
    color: #cbd5e1 !important;
}

.booking-price-original {
    text-decoration: line-through;
    color: #94a3b8 !important; font-size: 0.82rem; font-weight: 500;
}

.booking-price-discount {
    font-weight: 900; font-family: var(--font-head);
    color: #ffd700 !important; font-size: 0.95rem;
}

.booking-mobile-price {
    color: #ffd700 !important;
}

.booking-total-output {
    min-width: 60px; text-align: center;
    font-weight: 800; font-size: 0.82rem;
    border: 1px solid #7f1d1d;
    border-radius: 12px; padding: 3px 6px;
    background: #2b1116;
    color: #f87171 !important; display: inline-block;
}

/* Qty input */
.booking-qty-input {
    width: 82px; text-align: center;
    font-weight: 700; font-family: var(--font-head);
    border-radius: 10px;
    border: 1.5px solid rgba(255,215,0,0.25);
    padding: 7px;
    color: #fff;
    background: rgba(0,0,0,0.25);
    transition: var(--t);
}
.booking-qty-input:focus {
    outline: none;
    border-color: #ffd700;
    box-shadow: 0 0 18px rgba(255,215,0,0.45);
    background: rgba(220, 38, 38, 0.12);
    color: #fff;
}

/* Total output */
.booking-total-output {
    width: 115px; text-align: center;
    font-weight: 900; font-family: var(--font-head);
    border: 1.5px solid rgba(220, 38, 38, 0.35);
    border-radius: 10px; padding: 7px;
    background: rgba(220, 38, 38, 0.08);
    color: #ffd700; display: inline-block;
    text-shadow: 0 0 10px rgba(220, 38, 38, 0.3);
}

/* ═══════════════════════════════════════════════════════════════
   FORM CONTROLS
   ═══════════════════════════════════════════════════════════════ */
.form-control, .form-select {
    background: rgba(255,255,255,0.07) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    border-radius: 12px !important;
    font-family: var(--font-body);
}
.form-control::placeholder { color: rgba(255,255,255,0.38) !important; }
.form-control:focus, .form-select:focus {
    background: rgba(255,255,255,0.12) !important;
    color: #fff !important;
    border-color: var(--red) !important;
    box-shadow: 0 0 18px rgba(139, 92, 246,0.45) !important;
}
.form-label { color: rgba(255,255,255,0.85) !important; font-weight: 600; }
.input-group-text {
    background: rgba(255,255,255,0.07) !important;
    color: rgba(255,255,255,0.6) !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
}

/* ═══════════════════════════════════════════════════════════════
   TOAST NOTIFICATIONS
   ═══════════════════════════════════════════════════════════════ */
.toast-container {
    position: fixed; top: 90px; right: 28px;
    z-index: 1300; display: flex; flex-direction: column; gap: 10px;
}
.custom-toast {
    background: rgba(12, 15, 22, 0.95) !important;
    border: 1.5px solid #dc2626 !important;
    box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3), 0 0 15px rgba(255, 215, 0, 0.15) !important;
    padding: 14px 20px; border-radius: 14px;
    color: #fff; font-weight: 600;
    display: flex; align-items: center; gap: 12px;
    animation: toastIn 0.4s var(--ease) forwards;
    backdrop-filter: blur(16px);
    min-width: 260px;
}
@keyframes toastIn {
    from { transform: translateX(100%) scale(0.9); opacity: 0; }
    to   { transform: translateX(0) scale(1); opacity: 1; }
}

/* ═══════════════════════════════════════════════════════════════
   CART DRAWER — deep space gradient
   ═══════════════════════════════════════════════════════════════ */
.cart-drawer {
    position: fixed; top: 0; right: -480px;
    width: 440px; max-width: 100vw;
    height: 100vh; z-index: 1200;
    display: flex; flex-direction: column;
    transition: right 0.25s var(--ease);
    background: #ffffff !important;
    color: #0f172a !important;
    border-left: 2px solid #e2e8f0 !important;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.18) !important;
}
.cart-drawer.open { right: 0; }

.cart-overlay {
    position: fixed; inset: 0; z-index: 1100;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(5px);
    display: none;
}
.cart-overlay.open { display: block; }

/* Cart header gradient strip */
.cart-drawer .cart-header-inner {
    background: linear-gradient(90deg, #fbbf24, #f59e0b, #00ffff);
    background-size: 200% auto;
    animation: textShine 4s linear infinite;
    padding: 3px 0;
}

/* ═══════════════════════════════════════════════════════════════
   FLOATING ACTION BUTTONS
   ═══════════════════════════════════════════════════════════════ */
.floating-widgets-left {
    position: fixed; bottom: 30px; left: 28px;
    display: flex; flex-direction: column; gap: 14px;
    z-index: 1050;
}
.floating-widgets-right {
    position: fixed; bottom: 30px; right: 28px;
    display: flex; flex-direction: column; gap: 14px;
    z-index: 1050;
    align-items: center;
}
.btn-mobile-jump {
    background: linear-gradient(135deg, #ffd700, #dc2626) !important;
    background-size: 200% auto !important;
    animation: textShine 3s linear infinite, mobileJump 1.8s ease-in-out infinite !important;
    box-shadow: 0 6px 22px rgba(255,215,0,0.45) !important;
    text-decoration: none !important;
}
.btn-mobile-jump:hover {
    color: #000000 !important;
}

@keyframes mobileJump {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-16px);
        box-shadow: 0 18px 30px rgba(255,215,0,0.65) !important;
    }
}

.floating-btn {
    width: 58px; height: 58px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; cursor: pointer; border: none;
    transition: var(--t);
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}
.floating-btn:hover { transform: scale(1.18) translateY(-4px); }

.btn-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E) !important;
    box-shadow: 0 6px 22px rgba(37,211,102,0.5) !important;
    animation: whatsappJump 1.8s ease-in-out infinite !important;
    animation-delay: -0.9s !important; /* Offset animation cycle by 50% relative to the Call button */
    text-decoration: none !important;
}
.btn-whatsapp:hover {
    color: #fff !important;
}

@keyframes whatsappJump {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-16px);
        box-shadow: 0 18px 30px rgba(37,211,102,0.7) !important;
    }
}

.btn-pdf {
    background: linear-gradient(135deg, #e11d48, #fb7185) !important;
    background-size: 200% auto !important;
    box-shadow: 0 6px 22px rgba(225, 29, 72, 0.6) !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.btn-pdf:hover {
    color: #fff !important;
    transform: scale(1.18) translateY(-4px);
}

.btn-cart {
    background: linear-gradient(135deg, #dc2626, #ffd700);
    background-size: 200% auto;
    animation: textShine 3s linear infinite;
    box-shadow: 0 6px 22px rgba(220,38,38,0.55);
    position: relative;
}
.cart-badge {
    position: absolute; top: -5px; right: -5px;
    background: linear-gradient(135deg, #dc2626, #ffd700);
    color: #fff; border-radius: 50%;
    width: 22px; height: 22px;
    font-size: 0.72rem; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    border: 2px solid #060010;
    box-shadow: 0 0 10px rgba(255,215,0,0.5);
}

/* ═══════════════════════════════════════════════════════════════
   PREMIUM SITE FOOTER COMPONENT
   ═══════════════════════════════════════════════════════════════ */
footer.site-footer {
    background: linear-gradient(145deg,
        rgba(220,38,38,0.08) 0%,
        rgba(12,15,22,0.98) 50%,
        rgba(255,215,0,0.05) 100%),
        #0c0f16 !important;
    border-top: 1.5px solid rgba(255, 215, 0, 0.3) !important;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE BOTTOM ACTION DOCK (< 768px)
   ═══════════════════════════════════════════════════════════════ */
.mobile-bottom-dock {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 58px;
    background: rgba(12, 15, 22, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1.5px solid #ffd700;
    box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.6);
    z-index: 1045;
    padding: 4px 6px max(4px, env(safe-area-inset-bottom));
    align-items: center;
    justify-content: space-around;
}
.mobile-dock-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.68rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    transition: all 0.2s ease;
    flex: 1;
    text-align: center;
    padding: 2px 0;
}
.mobile-dock-item:active {
    transform: scale(0.92);
}
.mobile-dock-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    margin-bottom: 2px;
}
.icon-whatsapp { background: linear-gradient(135deg, #25D366, #128C7E); color: #fff; box-shadow: 0 2px 8px rgba(37,211,102,0.4); }
.icon-call { background: linear-gradient(135deg, #ffd700, #dc2626); color: #000; box-shadow: 0 2px 8px rgba(255,215,0,0.4); }
.icon-pricelist { background: linear-gradient(135deg, #0284c7, #0369a1); color: #fff; box-shadow: 0 2px 8px rgba(2,132,199,0.4); }
.icon-pdf { background: linear-gradient(135deg, #e11d48, #fb7185); color: #fff; box-shadow: 0 2px 8px rgba(225,29,72,0.4); }
.icon-cart { background: linear-gradient(135deg, #7c3aed, #db2777); color: #fff; box-shadow: 0 2px 8px rgba(124,58,237,0.4); }

@media (max-width: 768px) {
    body {
        padding-bottom: 64px !important;
    }
    footer.site-footer {
        padding-bottom: max(50px, env(safe-area-inset-bottom, 50px)) !important;
    }
    .fav-btn, button.fav-btn, .booking-product-name .fav-btn {
        display: none !important;
    }
    #productMediaModal .modal-title,
    #comboDetailModal .modal-title {
        font-size: 0.98rem !important;
        line-height: 1.25 !important;
    }
    #productMediaModal .modal-media-container-bottom {
        height: 160px !important;
        max-height: 160px !important;
    }
    #productMediaModal .modal-body,
    #comboDetailModal .modal-body {
        padding: 12px 14px !important;
    }
}

@media (max-width: 575px) {
    /* Compact booking table rows & font sizes on mobile */
    .booking-table td {
        padding: 4px 3px !important;
    }
    .booking-table th {
        padding: 8px 4px !important;
        font-size: 0.7rem !important;
        letter-spacing: 0.5px !important;
    }
    .booking-table tr.category-row td {
        padding: 6px 10px !important;
        font-size: 0.78rem !important;
        letter-spacing: 0.8px !important;
    }
    .booking-product-name {
        padding: 3px 2px !important;
    }
    .booking-product-name .badge {
        font-size: 0.54rem !important;
        padding: 1px 3px !important;
        margin-bottom: 2px !important;
    }
    .booking-product-name .fw-bold {
        font-size: clamp(0.64rem, 2.6vw, 0.72rem) !important;
        line-height: 1.15 !important;
    }
    .booking-product-img {
        width: 32px !important;
        height: 32px !important;
        border-radius: 6px !important;
    }
}

footer.site-footer::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ffd700, #dc2626, #ffd700);
    background-size: 200% auto;
    animation: textShine 4s linear infinite;
}

.footer-logo-img {
    max-height: 80px;
    background: linear-gradient(135deg, #0f172a, #1e293b) !important;
    padding: 8px 18px;
    border-radius: 14px;
    border: 2px solid #ffd700 !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4) !important;
    object-fit: contain;
}

.footer-desc {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.9rem;
    line-height: 1.7;
}

.footer-col-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.1rem !important;
    color: #ffd700 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.footer-nav-list li {
    margin-bottom: 10px;
}

.footer-link {
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 0.92rem;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
}

.footer-link:hover {
    color: #ffd700 !important;
    transform: translateX(5px);
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.footer-info-text {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 0.88rem;
    line-height: 1.5;
}

.footer-email-link {
    color: #ffd700 !important;
    font-weight: 700;
    text-decoration: none !important;
    font-size: 0.9rem;
}

.footer-email-link:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.footer-divider {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.35), rgba(220, 38, 38, 0.35), transparent);
    margin: 24px 0;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.85rem;
}

.footer-crafted-tag {
    color: #ffd700 !important;
    font-weight: 700;
    font-size: 0.88rem;
}

/* Social Media Pill Badges */
.social-badge {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-badge:hover {
    transform: translateY(-4px) scale(1.1);
}

.social-fb { background: linear-gradient(135deg, #1877f2, #0056b3); box-shadow: 0 4px 14px rgba(24,119,242,0.4); }
.social-insta { background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 50%, #6228d7 100%); box-shadow: 0 4px 14px rgba(238,42,123,0.4); }
.social-yt { background: linear-gradient(135deg, #ff0000, #b30000); box-shadow: 0 4px 14px rgba(255,0,0,0.4); }
.social-wa { background: linear-gradient(135deg, #25d366, #128c7e); box-shadow: 0 4px 14px rgba(37,211,102,0.4); }

/* ═══════════════════════════════════════════════════════════════
   BOOTSTRAP OVERRIDES — kill all white/light backgrounds
   ═══════════════════════════════════════════════════════════════ */
.card {
    background: linear-gradient(145deg,
        rgba(255,255,255,0.06),
        rgba(255,255,255,0.02)) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    color: #fff !important;
    backdrop-filter: blur(12px);
}
.bg-light  { background: rgba(255,255,255,0.05) !important; }
.bg-white  { background: rgba(255,255,255,0.05) !important; }
.bg-dark   { background: rgba(0,0,0,0.25) !important; }

/* text utilities */
.text-muted    { color: rgba(255,255,255,0.52) !important; }
.text-dark     { color: rgba(255,255,255,0.90) !important; }
.text-danger   { color: #ffd700 !important; }
.text-warning  { color: #ffd700 !important; }
.text-success  { color: #39ff14 !important; }
.text-info     { color: #00ffff !important; }
.text-white    { color: #fff !important; }
.text-white-50 { color: rgba(255,255,255,0.55) !important; }

/* table */
.table { color: rgba(255,255,255,0.90); }
.table > :not(caption) > * > * { background-color: transparent !important; }
.table:not(.booking-table):not(.pricelist-table) thead th {
    background: rgba(139, 92, 246,0.15) !important;
    color: #ffd700 !important;
    border-color: rgba(255,255,255,0.08) !important;
}
.table td, .table th { border-color: rgba(255,255,255,0.08) !important; }
.table-hover tbody tr:hover td { background: rgba(139, 92, 246,0.07) !important; }

/* modal */
.modal-content {
    background: linear-gradient(145deg, #0d0025, #180040) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    backdrop-filter: blur(24px); color: #fff !important;
}

/* borders */
.border-end    { border-right-color: rgba(255,255,255,0.12) !important; }
.border-top    { border-top-color:   rgba(255,255,255,0.12) !important; }
.border-bottom { border-bottom-color:rgba(255,255,255,0.12) !important; }

/* badge override */
.badge.bg-light { background: rgba(255,255,255,0.18) !important; color: #fff !important; }

/* ── Category filter pills & active state ── */
.category-filter-btn {
    border: 2px solid rgba(255, 255, 255, 0.35) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    transition: var(--t) !important;
}
.category-filter-btn:hover {
    background: rgba(255, 255, 255, 0.22) !important;
    border-color: #fff !important;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2) !important;
}

#favFilterBtn.category-filter-btn {
    border: 2px solid rgba(220, 38, 38, 0.45) !important;
    background: rgba(220, 38, 38, 0.08) !important;
    color: #ffd700 !important;
}
#favFilterBtn.category-filter-btn:hover {
    background: rgba(220, 38, 38, 0.18) !important;
    border-color: #dc2626 !important;
}

.active-category-btn {
    background: linear-gradient(135deg, #dc2626, #ffd700) !important;
    color: #fff !important; border: 2px solid transparent !important;
    font-weight: 800 !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 18px rgba(220,38,38,0.45) !important;
}
.active-category-btn:hover {
    box-shadow: 0 6px 22px rgba(220, 38, 38, 0.6) !important;
}

/* ── Category Scroll Container ── */
.category-scroll-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
.category-scroll-container::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track {
    background: linear-gradient(180deg, #060010, #140105);
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #dc2626, #ffd700);
    border-radius: 10px;
}

/* ── Micro animations ── */
@keyframes pulse-highlight {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.15); box-shadow: 0 0 18px rgba(255,215,0,0.6); }
    100% { transform: scale(1); }
}
.pulse-animate { animation: pulse-highlight 0.35s var(--ease); }

/* ── Responsive ── */
@media (max-width: 768px) {
    .glass-nav {
        background-size: 200% 100% !important;
        animation: navbarColorShift 6s linear infinite !important;
    }
    @keyframes navbarColorShift {
        0%   { background-position: 0% 50%; }
        100% { background-position: 200% 50%; }
    }
    .cart-drawer { width: 95vw; }
    .countdown-container { gap: 6px; }
    .countdown-box { min-width: 50px; padding: 6px 8px; border-radius: 8px; }
    .countdown-num { font-size: 1.15rem; }
    .section-heading { font-size: 1.5rem; }
    .kpi-red, .kpi-gold, .kpi-cyan { font-size: 1.35rem !important; }
    .booking-stats-bar { flex-direction: column; align-items: flex-start; }
    .stats-countdown-card .border-end {
        border-right: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.12) !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   PROFESSIONAL ADDITIONS — CART OVERLAY, ALERTS, TRANSITIONS
   ═══════════════════════════════════════════════════════════════ */

/* Cart overlay backdrop */
.cart-overlay {
    position: fixed; inset: 0; z-index: 1100;
    background: rgba(0,0,0,0.60);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: none; opacity: 0;
    transition: opacity 0.35s ease;
}
.cart-overlay.open {
    display: block; opacity: 1;
    animation: overlayFadeIn 0.35s ease forwards;
}
@keyframes overlayFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Smooth page entrance */
main { animation: pageEntrance 0.8s cubic-bezier(0.16, 1, 0.3, 1) both; }
@keyframes pageEntrance {
    from { opacity: 0; filter: blur(8px) brightness(1.15); transform: scale(0.985) translateY(12px); }
    to   { opacity: 1; filter: blur(0) brightness(1); transform: scale(1) translateY(0); }
}

/* Bootstrap Alert overrides */
.alert {
    border-radius: 14px !important;
    backdrop-filter: blur(10px);
}
.alert-danger {
    background: rgba(139, 92, 246,0.15) !important;
    border: 1px solid rgba(139, 92, 246,0.35) !important;
    color: #ff8fa3 !important;
}
.alert-success {
    background: rgba(57,255,20,0.12) !important;
    border: 1px solid rgba(57,255,20,0.30) !important;
    color: #39ff14 !important;
}
.alert-warning {
    background: rgba(255,215,0,0.12) !important;
    border: 1px solid rgba(255,215,0,0.30) !important;
    color: #ffd700 !important;
}
.alert-info {
    background: rgba(0,255,255,0.10) !important;
    border: 1px solid rgba(0,255,255,0.25) !important;
    color: #00ffff !important;
}

/* Booking banner – override inline bg colors */
#bookingMinOrderBanner {
    border-radius: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .5px !important;
    transition: background .5s ease, color .5s ease !important;
}

/* Input group borders fix */
.input-group > .form-control:not(:last-child) { border-right: none; }
.input-group > .input-group-text { border-right: none; }

/* Select arrow override for dark */
.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

/* Number input arrow hide */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; }

/* Link default */
a { color: inherit; }

/* Horizontal rule gradient everywhere */
hr {
    border: none !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent) !important;
    opacity: 1 !important;
}

/* Utility: neon text shadows */
.neon-red  { text-shadow: 0 0 12px rgba(139, 92, 246,0.9),  0 0 30px rgba(139, 92, 246,0.4); }
.neon-gold { text-shadow: 0 0 12px rgba(255,215,0,0.9), 0 0 30px rgba(255,215,0,0.4); }
.neon-cyan { text-shadow: 0 0 12px rgba(0,255,255,0.9), 0 0 30px rgba(0,255,255,0.4); }

/* Utility: gradient text */
.grad-text-fire {
    background: linear-gradient(90deg, #fbbf24, #ffd700);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.grad-text-cool {
    background: linear-gradient(90deg, #f59e0b, #00ffff);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.grad-text-green {
    background: linear-gradient(90deg, #39ff14, #00e676);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

/* ── Demo Showcase Cards ── */
.demo-card {
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(12px);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}
.demo-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(88, 28, 135, 0.15), 0 0 25px rgba(245, 158, 11, 0.1);
    border-color: rgba(255, 255, 255, 0.22) !important;
}
.demo-canvas-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Pulsing Play Button Overlay Animation */
@keyframes playPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.5);
    }
    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 15px rgba(255, 215, 0, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 215, 0, 0);
    }
}

/* ── Qty Input & Buttons (Global) ───────────────────────────── */
.pricelist-qty-input {
    width: 70px;
    background: rgba(0,0,0,0.5);
    border: 1.5px solid rgba(255,215,0,0.2);
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    text-align: center;
    padding: 6px 8px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    -moz-appearance: textfield;
}
.pricelist-qty-input:focus {
    border-color: rgba(255,215,0,0.5);
    box-shadow: 0 0 0 3px rgba(255,215,0,0.1);
}
.pricelist-qty-input::-webkit-outer-spin-button,
.pricelist-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.pricelist-qty-input::placeholder { color: rgba(255,255,255,0.2); }

.pricelist-qty-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    border: 1.5px solid rgba(255, 215, 0, 0.3);
    color: #ffd700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    outline: none;
}
.pricelist-qty-btn:hover {
    background: #ffd700;
    color: #000;
    border-color: #ffd700;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
}
.pricelist-qty-btn:active {
    transform: scale(0.90);
}
html[data-theme="light"] .pricelist-qty-input {
    background: #fdfdfd !important;
    border: 1.5px solid rgba(220, 38, 38, 0.2) !important;
    color: #27030c !important;
}
html[data-theme="light"] .pricelist-qty-input:focus {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15) !important;
}

/* Responsive Product Modal Media container */
.modal-media-container {
    height: 380px;
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1) !important;
}

@media (max-width: 768px) {
    .modal-media-container {
        height: 240px;
    }
}

/* ── Bottom-sheet modal media container (smaller to keep bottom details visible) ── */
.modal-media-container-bottom {
    height: 190px;
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1) !important;
}
@media (max-width: 768px) {
    .modal-media-container-bottom {
        height: 140px;
    }
}

/* ── Bottom-sheet modal: force modal to slide up from the bottom ── */
#productMediaModal.show {
    display: flex !important;
    align-items: flex-end !important;
}
#productMediaModal .modal-dialog {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    margin-bottom: 0;
}
#productMediaModal.show .modal-dialog {
    animation: slideUpModal 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes slideUpModal {
    from { transform: translateY(60px); opacity: 0.5; }
    to   { transform: translateY(0);    opacity: 1;   }
}

/* ═══════════════════════════════════════════════════════════════
   FESTIVE LIGHT RED THEME STYLES (data-theme="light" & "light-red")
   ═══════════════════════════════════════════════════════════════ */
:is(html[data-theme="light"], html[data-theme="light-red"]) {
    background: radial-gradient(ellipse 80% 60% at 20% 10%, rgba(220, 38, 38, 0.08) 0%, transparent 60%),
                radial-gradient(ellipse 60% 70% at 80% 30%, rgba(245, 158, 11, 0.06) 0%, transparent 55%),
                linear-gradient(160deg, #fff5f5 0%, #fff1f2 40%, #ffe4e6 75%, #fef2f2 100%) !important;
    background-attachment: fixed !important;
    color: #0f172a !important;
}
:is(html[data-theme="light"], html[data-theme="light-red"]) body {
    background: transparent !important;
    color: #0f172a !important;
}

/* Typography & Section Headings */
html[data-theme="light"] h1, 
html[data-theme="light"] h2, 
html[data-theme="light"] h3, 
html[data-theme="light"] h4, 
html[data-theme="light"] h5, 
html[data-theme="light"] h6 {
    color: #0f172a;
}

html[data-theme="light"] .section-heading {
    background: linear-gradient(135deg, #dc2626 0%, #d97706 45%, #9333ea 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 8px rgba(220, 38, 38, 0.15)) !important;
}

html[data-theme="light"] .text-dark { color: #0f172a !important; }
html[data-theme="light"] .text-muted { color: #475569 !important; }
html[data-theme="light"] .text-white-50 { color: #64748b !important; }
html[data-theme="light"] .text-white { color: #0f172a !important; }
html[data-theme="light"] .form-label { color: #0f172a !important; }
html[data-theme="light"] .pro-label { color: #334155 !important; }
html[data-theme="light"] .form-section-label { color: #475569 !important; }

/* Category Cards in White Theme */
html[data-theme="light"] .category-card {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

html[data-theme="light"] .category-card:hover {
    transform: translateY(-8px) scale(1.03) !important;
    border-color: #f59e0b !important;
    box-shadow: 0 16px 36px rgba(245, 158, 11, 0.2), 0 0 20px rgba(220, 38, 38, 0.1) !important;
    background: linear-gradient(145deg, #ffffff 0%, #fffbeb 100%) !important;
}

html[data-theme="light"] .category-card h6 {
    color: #0f172a !important;
    font-weight: 800 !important;
    font-size: 0.82rem !important;
    text-shadow: none !important;
    letter-spacing: 0.4px;
}

html[data-theme="light"] .category-card .cat-img-thumb {
    border: 1.5px solid #fecdd3 !important;
    background: linear-gradient(135deg, #fff5f5, #fffbeb) !important;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.12) !important;
}

/* Glass & Combo Cards in White Theme */
html[data-theme="light"] .glass-card,
html[data-theme="light"] .card,
html[data-theme="light"] .table-card {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 22px !important;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06) !important;
    color: #0f172a !important;
}

html[data-theme="light"] .combo-card {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 24px !important;
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.07) !important;
    color: #0f172a !important;
}

html[data-theme="light"] .combo-card-body-inner {
    background: #f8fafc !important;
    color: #0f172a !important;
}

/* Stats Countdown Card in White Theme */
html[data-theme="light"] .stats-countdown-card {
    background: linear-gradient(135deg, #ffffff 0%, #fffbeb 50%, #fef2f2 100%) !important;
    border: 1.5px solid #fde68a !important;
    box-shadow: 0 10px 35px rgba(217, 119, 6, 0.12) !important;
    color: #0f172a !important;
}
html[data-theme="light"] .stats-countdown-card h6 {
    color: #0f172a !important;
}
html[data-theme="light"] .stats-countdown-card p {
    color: #475569 !important;
}
html[data-theme="light"] .countdown-num {
    color: #dc2626 !important;
    text-shadow: none !important;
}
html[data-theme="light"] .countdown-label {
    color: #64748b !important;
}

/* Navbar in Festive Light Red Theme */
:is(html[data-theme="light"], html[data-theme="light-red"], html[data-theme="festive-light-red"]) .main-navbar,
:is(html[data-theme="light"], html[data-theme="light-red"], html[data-theme="festive-light-red"]) .navbar-modern {
    background: linear-gradient(90deg, #ffe4e6 0%, #fff1f2 35%, #fecdd3 70%, #ffe4e6 100%) !important;
    backdrop-filter: blur(16px) !important;
    border-bottom: 2px solid #f43f5e !important;
    box-shadow: 0 4px 25px rgba(220, 38, 38, 0.12) !important;
}
:is(html[data-theme="light"], html[data-theme="light-red"], html[data-theme="festive-light-red"]) .nav-link-modern {
    color: #881337 !important;
    font-weight: 800 !important;
}
:is(html[data-theme="light"], html[data-theme="light-red"], html[data-theme="festive-light-red"]) .nav-link-modern:hover {
    color: #dc2626 !important;
}
:is(html[data-theme="light"], html[data-theme="light-red"], html[data-theme="festive-light-red"]) .nav-link-modern.active {
    color: #b91c1c !important;
}
:is(html[data-theme="light"], html[data-theme="light-red"], html[data-theme="festive-light-red"]) .btn-outline-gold {
    border: 1.5px solid #fca5a5 !important;
    background: #ffffff !important;
    color: #881337 !important;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.08) !important;
}
:is(html[data-theme="light"], html[data-theme="light-red"], html[data-theme="festive-light-red"]) .btn-outline-gold:hover {
    border-color: #dc2626 !important;
    background: #fee2e2 !important;
    color: #b91c1c !important;
}
:is(html[data-theme="light"], html[data-theme="light-red"], html[data-theme="festive-light-red"]) .lang-switch-container {
    background: #ffffff !important;
    border: 1.5px solid #fca5a5 !important;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.06) !important;
}
:is(html[data-theme="light"], html[data-theme="light-red"], html[data-theme="festive-light-red"]) .lang-switch-btn {
    color: #881337 !important;
}

/* Quotation View Page Theme Rules */
html[data-theme="light"] .quotation-card {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06) !important;
    color: #0f172a !important;
}

html[data-theme="light"] .customer-info-box {
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
}

html[data-theme="light"] .cust-info-val {
    color: #0f172a !important;
}

html[data-theme="light"] .quote-section-title {
    color: #0f172a !important;
}

html[data-theme="light"] .quote-items-table th {
    background: #f8fafc !important;
    color: #0f172a !important;
}

html[data-theme="light"] .quote-prod-name {
    color: #0f172a !important;
}

html[data-theme="light"] .quote-prod-code {
    color: #64748b !important;
}

html[data-theme="light"] .quote-prod-price {
    color: #475569 !important;
}

html[data-theme="light"] .quote-row-total {
    color: #059669 !important;
}

html[data-theme="light"] .quote-subtotal-val {
    color: #0f172a !important;
}

/* Table Cards */
html[data-theme="light"] .booking-table-card {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-top: none !important;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.05) !important;
}

html[data-theme="light"] .booking-table thead tr {
    background: #f8fafc !important;
}
html[data-theme="light"] .booking-table th {
    color: #0f172a !important;
    text-shadow: none !important;
    border: 1px solid #e2e8f0 !important;
}
html[data-theme="light"] .booking-table td {
    border: 1px solid #e2e8f0 !important;
    color: #0f172a !important;
}

html[data-theme="light"] .booking-table tr:nth-child(even) td {
    background: #f8fafc !important;
}

html[data-theme="light"] .booking-table tr:hover td {
    background: #fef2f2 !important;
}

html[data-theme="light"] .booking-table tr.category-row td {
    background: linear-gradient(90deg,
        #fbbf24 0%, #ff6a00 35%, #ffc400 50%,
        #ff6a00 65%, #fbbf24 100%) !important;
    color: #fff !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.25) !important;
}

/* Light mode category filter pills overrides */
html[data-theme="light"] .category-filter-btn {
    border: 2px solid rgba(0, 0, 0, 0.12) !important;
    background: rgba(0, 0, 0, 0.03) !important;
    color: #27030c !important;
}
html[data-theme="light"] .category-filter-btn:hover {
    background: rgba(0, 0, 0, 0.08) !important;
    border-color: #27030c !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05) !important;
}
html[data-theme="light"] #favFilterBtn.category-filter-btn {
    border: 2px solid rgba(88, 28, 135, 0.25) !important;
    background: rgba(88, 28, 135, 0.04) !important;
    color: #b3003b !important;
}
html[data-theme="light"] #favFilterBtn.category-filter-btn:hover {
    background: rgba(88, 28, 135, 0.1) !important;
    border-color: #fbbf24 !important;
}
/* replaced duplicate definition */

html[data-theme="light"] .booking-product-name {
    color: #27030c !important;
}

html[data-theme="light"] .booking-qty-input {
    background: rgba(0, 0, 0, 0.03) !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    color: #27030c !important;
}

html[data-theme="light"] .booking-qty-input:focus {
    background: #fff !important;
    border-color: #fbbf24 !important;
    box-shadow: 0 0 12px rgba(139, 92, 246,0.2) !important;
}

html[data-theme="light"] .booking-total-output {
    background: rgba(0, 200, 150, 0.04) !important;
    border: 1px solid rgba(0, 200, 150, 0.22) !important;
    color: #008a65 !important;
    text-shadow: none !important;
}

html[data-theme="light"] .booking-price-discount {
    color: #00a07e !important;
    text-shadow: none !important;
}

html[data-theme="light"] .booking-price-original {
    color: #d63351 !important;
}

html[data-theme="light"] .booking-product-img {
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: rgba(0,0,0,0.02) !important;
}

html[data-theme="light"] .booking-stats-bar {
    background: rgba(255, 255, 255, 0.25) !important;
}

html[data-theme="light"] .booking-stat-pill {
    background: rgba(255, 255, 255, 0.6) !important;
    color: #27030c !important;
    border: 1px solid rgba(0,0,0,0.12) !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02) !important;
}

html[data-theme="light"] .booking-stat-item {
    color: #27030c !important;
    text-shadow: none !important;
}

html[data-theme="light"] #bookingMinOrderBanner {
    text-shadow: none !important;
}

/* Modals styling */
html[data-theme="light"] .modal-content {
    background: linear-gradient(145deg, #ffffff, #faf7ff) !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    color: #27030c !important;
    box-shadow: 0 15px 45px rgba(0,0,0,0.1) !important;
}

html[data-theme="light"] .modal-header .btn-close {
    filter: invert(1) !important;
}

html[data-theme="light"] #modalProductName {
    color: #27030c !important;
    text-shadow: none !important;
}

html[data-theme="light"] #modalProductCode {
    background-color: #fbbf24 !important;
}

html[data-theme="light"] #modalProductUnit,
html[data-theme="light"] #modalProductSize {
    color: #27030c !important;
}

html[data-theme="light"] #modalProductQty {
    background: rgba(0, 0, 0, 0.03) !important;
    border-color: rgba(0, 0, 0, 0.12) !important;
    color: #27030c !important;
}

html[data-theme="light"] #modalProductQty:focus {
    background: #fff !important;
    border-color: #fbbf24 !important;
}

/* Form inputs & fields */
html[data-theme="light"] .form-control,
html[data-theme="light"] .form-select,
html[data-theme="light"] .pro-input,
html[data-theme="light"] .pro-select,
html[data-theme="light"] .pro-textarea {
    background: rgba(0,0,0,0.03) !important;
    color: #27030c !important;
    border: 1px solid rgba(0,0,0,0.12) !important;
}

html[data-theme="light"] .form-control:focus,
html[data-theme="light"] .form-select:focus,
html[data-theme="light"] .pro-input:focus,
html[data-theme="light"] .pro-select:focus,
html[data-theme="light"] .pro-textarea:focus {
    background: #fff !important;
    color: #27030c !important;
    border-color: #fbbf24 !important;
    box-shadow: 0 0 10px rgba(139, 92, 246,0.15) !important;
}

html[data-theme="light"] .pro-select option {
    background: #fff;
    color: #27030c;
}

html[data-theme="light"] .form-control::placeholder,
html[data-theme="light"] .pro-input::placeholder,
html[data-theme="light"] .pro-textarea::placeholder {
    color: rgba(26, 11, 46, 0.38) !important;
}

html[data-theme="light"] .input-group-text {
    background: rgba(0,0,0,0.04) !important;
    color: rgba(26, 11, 46, 0.6) !important;
    border: 1px solid rgba(0,0,0,0.12) !important;
}

html[data-theme="light"] .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(26,11,46,0.6)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

/* Cart drawer styling */
.cart-drawer {
    background: #ffffff !important;
    border-left: 2px solid #e2e8f0 !important;
    color: #0f172a !important;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.18) !important;
}

.cart-drawer h5 {
    color: #0f172a !important;
}

.cart-drawer #cartItemsContainer p {
    color: #64748b !important;
}

.cart-item-row {
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
}

html[data-theme="light"] .qty-stepper {
    border: 1px solid rgba(0,0,0,0.12) !important;
    background: rgba(0,0,0,0.03) !important;
}

html[data-theme="light"] .qty-stepper button {
    background: rgba(0, 0, 0, 0.04) !important;
    color: #27030c !important;
}

html[data-theme="light"] .qty-stepper button:hover {
    background: rgba(88, 28, 135, 0.1) !important;
    color: #fbbf24 !important;
}

html[data-theme="light"] .qty-stepper input {
    color: #27030c !important;
}

html[data-theme="light"] .cart-item-price .total {
    color: #009977 !important;
    text-shadow: none !important;
}

html[data-theme="light"] .cart-remove-btn {
    color: rgba(0,0,0,0.2) !important;
}

html[data-theme="light"] .cart-remove-btn:hover {
    color: #fbbf24 !important;
}

/* Other layouts / elements */
html[data-theme="light"] .pro-breadcrumb {
    background: rgba(0,0,0,0.03) !important;
    border: 1px solid rgba(0,0,0,0.06) !important;
    color: rgba(26, 11, 46, 0.5) !important;
}

html[data-theme="light"] .pro-breadcrumb span.active {
    color: #d67a00 !important;
}

html[data-theme="light"] .price-details-box {
    background: linear-gradient(135deg, rgba(88, 28, 135, 0.04), rgba(245, 158, 11, 0.04)) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
}

html[data-theme="light"] .price-details-box .summary-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

html[data-theme="light"] .site-footer {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
    border-top: 2px solid #dc2626 !important;
    color: #0f172a !important;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.04) !important;
}

html[data-theme="light"] .site-footer::before {
    background: linear-gradient(90deg, #dc2626, #b91c1c, #dc2626) !important;
}

html[data-theme="light"] .footer-logo-img {
    background: linear-gradient(135deg, #0f172a, #1e293b) !important;
    border: 2px solid #ffd700 !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4) !important;
}

html[data-theme="light"] .footer-desc,
html[data-theme="light"] .footer-info-text {
    color: #334155 !important;
}

html[data-theme="light"] .footer-col-title {
    color: #dc2626 !important;
    text-shadow: none !important;
}

html[data-theme="light"] .footer-link {
    color: #475569 !important;
    font-weight: 600 !important;
}

html[data-theme="light"] .footer-link:hover {
    color: #dc2626 !important;
    text-shadow: none !important;
}

html[data-theme="light"] .footer-email-link {
    color: #dc2626 !important;
    font-weight: 700 !important;
}

html[data-theme="light"] .footer-email-link:hover {
    color: #991b1b !important;
}

html[data-theme="light"] .footer-divider {
    background: linear-gradient(90deg, transparent, #cbd5e1, transparent) !important;
}

html[data-theme="light"] .footer-copyright {
    color: #475569 !important;
}

html[data-theme="light"] .footer-crafted-tag {
    color: #dc2626 !important;
    font-weight: 800 !important;
}

/* Table light overrides */
html[data-theme="light"] .table > :not(caption) > * > * {
    color: #27030c !important;
}

html[data-theme="light"] .table-light {
    --bs-table-bg: rgba(0,0,0,0.03) !important;
    --bs-table-color: #27030c !important;
}

html[data-theme="light"] .table-bordered {
    border-color: rgba(0, 0, 0, 0.08) !important;
}

/* Demo showcase card override */
html[data-theme="light"] .demo-card {
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

html[data-theme="light"] .demo-card-body h4 {
    color: #27030c !important;
}

html[data-theme="light"] .demo-card-body p {
    color: rgba(26, 11, 46, 0.6) !important;
}

/* Float particles in light mode */
html[data-theme="light"] .login-float {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15)) !important;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE MEDIA QUERIES (MOBILE -> TABLET -> LAPTOP -> TV -> PROJECTOR)
   ═══════════════════════════════════════════════════════════════ */

/* 1. Mobile Displays (max-width: 480px) */
@media (max-width: 480px) {
    .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    /* .cracker-slide height is now controlled by aspect-ratio in home.php */
    .slide-title {
        font-size: 1.8rem !important;
    }
    .slide-sub {
        font-size: 0.85rem !important;
    }
    .stats-countdown-card .row > div {
        border-right: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 16px !important;
    }
    .stats-countdown-card .row > div:last-child {
        border-bottom: none !important;
    }
    .booking-sticky-bar {
        bottom: 0px !important;
        border-radius: 0 !important;
    }
    .booking-stat-item {
        font-size: 0.75rem !important;
    }
    .booking-stat-pill {
        padding: 4px 8px !important;
        font-size: 0.8rem !important;
    }
}

/* 2. Tablet / Portable Displays (481px to 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    /* .cracker-slide height is now controlled by aspect-ratio in home.php */
    .slide-title {
        font-size: 2.2rem !important;
    }
    .slide-sub {
        font-size: 0.95rem !important;
    }
}

/* 3. Laptops / Standard Desktop Displays (769px to 1200px) */
@media (min-width: 769px) and (max-width: 1200px) {
    .container-fluid {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    /* .cracker-slide height is now controlled by aspect-ratio in home.php */
}

/* 4. Large TV & High-Res Desktop Screens (1201px to 2560px) */
@media (min-width: 1201px) and (max-width: 2560px) {
    .container-fluid {
        padding-left: 48px !important;
        padding-right: 48px !important;
        max-width: 100% !important;
    }
    /* .cracker-slide height is now controlled by aspect-ratio in home.php */
    .slide-title {
        font-size: 3.6rem !important;
    }
    .slide-sub {
        font-size: 1.25rem !important;
        max-width: 720px !important;
    }
}

/* 5. Projector / Ultra-wide / 4K Displays (2561px and above) */
@media (min-width: 2561px) {
    .container-fluid {
        padding-left: 80px !important;
        padding-right: 80px !important;
        max-width: 2400px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    /* .cracker-slide height is now controlled by aspect-ratio in home.php */
    .slide-title {
        font-size: 4.8rem !important;
    }
    .slide-sub {
        font-size: 1.6rem !important;
        max-width: 960px !important;
    }
    body {
        font-size: 1.15rem !important;
    }
}

/* Wishlist Favorites Button */
.fav-btn {
    color: rgba(255, 255, 255, 0.25) !important;
    font-size: 1.15rem !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
    transition: transform 0.2s, color 0.2s !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
}
.fav-btn:hover {
    color: rgba(255, 255, 255, 0.6) !important;
    transform: scale(1.15) !important;
}
.fav-btn.active {
    color: #fbbf24 !important;
    transform: scale(1.25) !important;
    text-shadow: 0 0 10px rgba(88, 28, 135, 0.45) !important;
}

html[data-theme="light"] .fav-btn {
    color: rgba(26, 11, 46, 0.25) !important;
}
html[data-theme="light"] .fav-btn:hover {
    color: rgba(26, 11, 46, 0.5) !important;
}
html[data-theme="light"] .fav-btn.active {
    color: #fbbf24 !important;
    text-shadow: none !important;
}

/* Booking Product Code */
.booking-product-code {
    color: #ffd700;
}
html[data-theme="light"] .booking-product-code {
    color: #b85c00 !important;
}

/* Booking Milestone Wrap */
.booking-milestone-wrap {
    background: #0f172a !important; /* dark slate background */
    border-color: rgba(255, 255, 255, 0.06) !important;
    padding: 12px 18px !important;
}
html[data-theme="light"] .booking-milestone-wrap {
    background: #f8fafc !important;
    border-color: rgba(0, 0, 0, 0.06) !important;
}

/* Milestone Label Text "Wholesale Discount Milestone:" */
.booking-milestone-wrap span.text-white-50 {
    color: #ffffff !important; /* white for high contrast */
    font-weight: 700;
}
html[data-theme="light"] .booking-milestone-wrap span.text-white-50 {
    color: #475569 !important; /* dark slate in light theme */
}

/* Milestone Progress Labels (Min, Bronze, Silver, Gold) */
.booking-milestone-wrap .d-flex.text-white-50 {
    color: #ffffff !important; /* white for contrast */
    font-weight: 700 !important;
    opacity: 0.95;
}
html[data-theme="light"] .booking-milestone-wrap .d-flex.text-white-50 {
    color: #64748b !important;
    font-weight: 700 !important;
}

/* Milestone Status Text */
#milestoneStatusText {
    color: #ffd700;
    font-weight: 800 !important;
    text-shadow: 0 1px 6px rgba(0,0,0,0.6);
}
html[data-theme="light"] #milestoneStatusText {
    color: #9b003c !important;
    font-weight: 800 !important;
    text-shadow: none;
}

/* --- Cursor-Tracking Radial Glow Cards --- */
.glass-card, .card, .combo-card, .demo-card {
    position: relative;
    overflow: hidden;
}

.glass-card::before, .card::before, .combo-card::before, .demo-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: inherit;
    background: radial-gradient(
        220px circle at var(--mouse-x, 0px) var(--mouse-y, 0px),
        rgba(255, 255, 255, 0.08),
        transparent 80%
    );
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.glass-card:hover::before, .card:hover::before, .combo-card:hover::before, .demo-card:hover::before {
    opacity: 1;
}

html[data-theme="light"] .glass-card::before,
html[data-theme="light"] .card::before,
html[data-theme="light"] .combo-card::before,
html[data-theme="light"] .demo-card::before {
    background: radial-gradient(
        220px circle at var(--mouse-x, 0px) var(--mouse-y, 0px),
        rgba(88, 28, 135, 0.05),
        transparent 80%
    ) !important;
}

/* ═══════════════════════════════════════════════════════════════
   Comprehensive Light Red Theme Overrides for Public Website & Catalog
   ═══════════════════════════════════════════════════════════════ */
:is(html[data-theme="light"], html[data-theme="light-red"]) body {
    background: transparent !important;
    color: #0f172a !important;
}

/* Category Grid Cards in Light Theme */
html[data-theme="light"] .category-card {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
}

html[data-theme="light"] .category-card h6 {
    color: #0f172a !important;
}

html[data-theme="light"] .category-card:hover {
    background: #ffffff !important;
    border-color: #dc2626 !important;
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.15) !important;
}

/* Home KPI Stat Bar */
html[data-theme="light"] .kpi-label,
html[data-theme="light"] [style*="color:rgba(255,255,255,0.55)"] {
    color: #475569 !important;
}

html[data-theme="light"] .kpi-red { color: #dc2626 !important; }
html[data-theme="light"] .kpi-cyan { color: #0284c7 !important; }
html[data-theme="light"] .kpi-gold { color: #d97706 !important; }

/* Combo Pack Cards */
html[data-theme="light"] .combo-card {
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06) !important;
}

html[data-theme="light"] .combo-card-header {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
    border-bottom: 2px solid #dc2626 !important;
}

html[data-theme="light"] .combo-type-badge {
    background: rgba(220, 38, 38, 0.08) !important;
    border: 1px solid rgba(220, 38, 38, 0.3) !important;
    color: #dc2626 !important;
}

html[data-theme="light"] .combo-title-text {
    color: #0f172a !important;
}

html[data-theme="light"] .combo-price-badge {
    background: #fff1f2 !important;
    border: 1.5px solid #fecdd3 !important;
}

html[data-theme="light"] .combo-offer-label {
    color: #475569 !important;
}

html[data-theme="light"] .combo-price-text {
    color: #dc2626 !important;
    text-shadow: none !important;
}

html[data-theme="light"] .combo-items-list .text-white-50,
html[data-theme="light"] .combo-card p,
html[data-theme="light"] .combo-card .small {
    color: #334155 !important;
}

html[data-theme="light"] .combo-items-list div {
    background: #f8fafc !important;
    border-color: #e2e8f0 !important;
}

/* Catalog Table & Quantity Inputs in Light Theme */
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-sticky-bar,
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-milestone-bar {
    background: #ffffff !important;
    border: 2px solid #cbd5e1 !important;
    color: #0f172a !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-min-order-value {
    background: linear-gradient(135deg, #dc2626, #b91c1c) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) #wholesaleMilestoneBar,
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .milestone-tier-info {
    color: #0f172a !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) #milestoneStatusText {
    color: #dc2626 !important;
    font-weight: 900 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-table-card,
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-table-wrap {
    background: #ffffff !important;
    border: 2px solid #cbd5e1 !important;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(.booking-table th, .booking-table thead tr, .pricelist-table th, .pricelist-table thead tr, .pricelist-table-header th, .pricelist-thead-row th) {
    background-color: #880000 !important;
    background: linear-gradient(135deg, #a81313 0%, #880000 50%, #6b0000 100%) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(.booking-table tr.category-row td, .booking-table .pricelist-cat-td, .pricelist-table tr.pricelist-category-row td, .pricelist-table .pricelist-cat-td) {
    background-color: #700000 !important;
    background: linear-gradient(90deg, #700000 0%, #990000 50%, #700000 100%) !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    border-top: 1.5px solid #ffd700 !important;
    border-bottom: 2px solid #ffd700 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6) !important;
}
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .pricelist-cat-td .cat-name-text {
    color: #ffffff !important;
    font-weight: 900 !important;
}
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .pricelist-cat-td .cat-discount-badge {
    color: #ffd700 !important;
    background: rgba(0, 0, 0, 0.45) !important;
    border: 1.5px solid #ffd700 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.8) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-table td,
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-table tr.booking-product-row td {
    color: #0f172a !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-right: 1px solid #cbd5e1 !important;
    border-bottom: 1.5px solid #cbd5e1 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-table tr.booking-product-row:nth-child(even) td {
    background: #f8fafc !important;
    color: #0f172a !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-table tr.booking-product-row:hover td {
    background: #fff1f2 !important;
    color: #0f172a !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-sno,
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-product-code {
    color: #0f172a !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-product-name,
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-prod-title {
    color: #0f172a !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-size {
    color: #334155 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-price-original {
    color: #64748b !important;
    text-decoration: line-through !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-price-discount {
    color: #dc2626 !important;
    font-weight: 900 !important;
    text-shadow: none !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-total-output {
    background: #fff1f2 !important;
    border: 1px solid #fecdd3 !important;
    color: #dc2626 !important;
    font-weight: 900 !important;
    text-shadow: none !important;
}

/* About Page & Cards in Light Theme */
html[data-theme="light"] .premium-glass-card,
html[data-theme="light"] .card {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    color: #0f172a !important;
    box-shadow: 0 6px 25px rgba(0,0,0,0.04) !important;
}

html[data-theme="light"] .card-text.text-white-50,
html[data-theme="light"] .lead.text-white-50,
html[data-theme="light"] .text-white-50 {
    color: #334155 !important;
}

html[data-theme="light"] .card-title,
html[data-theme="light"] h1:not(.slide-title-main), 
html[data-theme="light"] h2:not(.section-heading), 
html[data-theme="light"] h3, 
html[data-theme="light"] h4, 
html[data-theme="light"] h5 {
    color: #0f172a !important;
}

html[data-theme="light"] .slide-title-main,
html[data-theme="light"] .slide-title-main span {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: 0 3px 16px rgba(0,0,0,0.95), 0 0 12px rgba(0,0,0,0.80) !important;
}

/* Page Hero Headers & Titles in Light Theme */
.hero-main-title,
.pricelist-hero-title,
h1.display-4,
.page-hero-title,
.main-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    background: linear-gradient(90deg, #ffd700 0%, #fbbf24 40%, #ff6a00 100%) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 10px rgba(255, 106, 0, 0.35)) !important;
}

html[data-theme="light"] .hero-main-title,
html[data-theme="light"] .pricelist-hero-title,
html[data-theme="light"] h1.display-4,
html[data-theme="light"] .page-hero-title,
html[data-theme="light"] .main-title {
    background: linear-gradient(90deg, #dc2626 0%, #b91c1c 50%, #991b1b 100%) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 8px rgba(220, 38, 38, 0.15)) !important;
    text-shadow: none !important;
}

/* Section Headings (H2, .section-heading, .section-title) */
.section-heading,
.section-title,
h2.section-heading,
h2 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    background: linear-gradient(90deg, #ffd700 0%, #ff6a00 50%, #dc2626 100%) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 8px rgba(255, 106, 0, 0.3)) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(.section-heading, .section-title, h2.section-heading) {
    background: linear-gradient(90deg, #dc2626 0%, #b91c1c 50%, #991b1b 100%) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 6px rgba(220, 38, 38, 0.12)) !important;
    text-shadow: none !important;
}

/* Sub-Headings & Card Titles */
.section-subtitle, .sub-heading-text {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
}

/* Accent Badges & Pills */
.hero-top-badge,
.section-badge {
    background: rgba(220, 38, 38, 0.15) !important;
    border: 1px solid rgba(255, 215, 0, 0.3) !important;
}

html[data-theme="light"] .hero-top-badge,
html[data-theme="light"] .section-badge {
    background: rgba(220, 38, 38, 0.08) !important;
    border: 1px solid rgba(220, 38, 38, 0.3) !important;
}

.hero-top-badge-text,
.hero-top-badge span,
.section-badge span {
    color: #ffd700 !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
}

html[data-theme="light"] .hero-top-badge-text,
html[data-theme="light"] .hero-top-badge span,
html[data-theme="light"] .section-badge span {
    color: #dc2626 !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
}

/* ═══════════════════════════════════════════════════════════════
   COMBO CARD LIGHT MODE HIGH-CONTRAST AUTHORITATIVE OVERRIDES
   ═══════════════════════════════════════════════════════════════ */
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-card {
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-card .combo-type-badge {
    background: #fef2f2 !important;
    border: 1.5px solid #dc2626 !important;
    color: #dc2626 !important;
    font-weight: 900 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-card .combo-title-text {
    color: #0f172a !important;
    font-weight: 900 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-card .combo-price-badge {
    background: linear-gradient(135deg, #dc2626, #b91c1c) !important;
    border: 1.5px solid #ffd700 !important;
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.3) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-card .combo-price-badge .combo-offer-label {
    color: #ffd700 !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-card .combo-price-badge .combo-price-text {
    color: #ffffff !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    background: none !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) !important;
    font-weight: 900 !important;
    font-size: 1.5rem !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-card .combo-items-preview {
    background: #f8fafc !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 14px !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-card .combo-varieties-label {
    color: #0f172a !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-card .combo-items-count-badge {
    background: #ffffff !important;
    color: #0f172a !important;
    border: 1px solid #cbd5e1 !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-card .combo-item-row {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-card .combo-item-qty {
    background: #dc2626 !important;
    color: #ffffff !important;
    font-weight: 900 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-card .combo-item-name {
    color: #0f172a !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-card .combo-item-unit {
    color: #475569 !important;
    font-weight: 700 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .combo-card .combo-more-link {
    color: #dc2626 !important;
    font-weight: 800 !important;
}

/* Combo Detail Modal Item Rows */
.combo-modal-item-row {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.combo-modal-item-title { color: #ffffff !important; }
.combo-modal-item-unit { color: rgba(255, 255, 255, 0.6) !important; }

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) #comboDetailModal .modal-content {
    background: #ffffff !important;
    color: #0f172a !important;
    border: 2px solid #dc2626 !important;
    box-shadow: 0 16px 50px rgba(15, 23, 42, 0.15) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) #comboDetailModal .combo-modal-item-row {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) #comboDetailModal .combo-modal-item-title {
    color: #0f172a !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) #comboDetailModal .combo-modal-item-unit {
    color: #475569 !important;
}

/* ═══════════════════════════════════════════════════════════════
   ULTRA-SLEEK TRENDING QUANTITY STEPPER BUTTONS
   ═══════════════════════════════════════════════════════════════ */
.booking-qty-stepper {
    width: 108px !important;
    height: 36px !important;
    padding: 3px !important;
    background: rgba(15, 23, 42, 0.85) !important;
    border: 1.5px solid #ffd700 !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(255, 215, 0, 0.15) !important;
    transition: all 0.2s ease !important;
}

.qty-btn-minus, 
.qty-btn-plus {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    border-radius: 50rem !important;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 0 !important;
    font-size: 0.85rem !important;
    box-shadow: 0 2px 6px rgba(220, 38, 38, 0.35) !important;
    transition: transform 0.15s ease, background 0.15s ease !important;
}

.qty-btn-minus:hover, 
.qty-btn-plus:hover {
    transform: scale(1.12) !important;
    background: linear-gradient(135deg, #ff0055 0%, #dc2626 100%) !important;
    color: #ffffff !important;
}

.qty-btn-minus:active, 
.qty-btn-plus:active {
    transform: scale(0.95) !important;
}

.booking-qty-input {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #ffd700 !important;
    font-weight: 900 !important;
    font-size: 0.95rem !important;
    text-align: center !important;
    width: 38px !important;
    padding: 0 !important;
    margin: 0 !important;
    -moz-appearance: textfield;
}

.booking-qty-input::-webkit-outer-spin-button,
.booking-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Light Mode Stepper Overrides */
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-qty-stepper {
    background: #ffffff !important;
    border: 1.8px solid #cbd5e1 !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .qty-btn-minus,
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .qty-btn-plus {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 2px 6px rgba(220, 38, 38, 0.3) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .qty-btn-minus i,
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .qty-btn-plus i {
    color: #ffffff !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .booking-qty-input {
    color: #0f172a !important;
    font-weight: 900 !important;
}

/* Light Mode Milestone Bar Subtext Overrides */
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) [style*="color: rgba(255, 255, 255, 0.7)"],
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) [style*="color:rgba(255, 255, 255, 0.7)"],
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) [style*="color: rgba(255,255,255,0.7)"] {
    color: #334155 !important;
    font-weight: 800 !important;
}

/* ═══════════════════════════════════════════════════════════════
   ABOUT PAGE LUXURY THEME & LIGHT MODE CONTRAST OVERRIDES
   ═══════════════════════════════════════════════════════════════ */
.about-hero-banner {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.15), rgba(212, 175, 55, 0.1)) !important;
    border: 1px solid rgba(255, 215, 0, 0.2) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}
.about-hero-title {
    background: linear-gradient(90deg, #ffd700 0%, #ff6a00 50%, #dc2626 100%) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 8px rgba(255, 106, 0, 0.3)) !important;
}
.about-hero-subtext { color: rgba(255, 255, 255, 0.8) !important; }

.about-card {
    background: rgba(12, 15, 22, 0.75) !important;
    border: 1.5px solid rgba(220, 38, 38, 0.25) !important;
    color: #ffffff !important;
    backdrop-filter: blur(15px);
    transition: all 0.3s ease !important;
}
.about-card:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(255, 215, 0, 0.5) !important;
    box-shadow: 0 12px 30px rgba(255, 215, 0, 0.15) !important;
}
.about-card-title { color: #ffd700 !important; }
.about-card-text { color: rgba(255, 255, 255, 0.75) !important; }

.about-testimonial-card {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}
.about-testimonial-text { color: rgba(255, 255, 255, 0.8) !important; }
.about-testimonial-name { color: #ffffff !important; }
.about-testimonial-role { color: rgba(255, 255, 255, 0.6) !important; }

.about-cta-banner {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(220, 38, 38, 0.08)) !important;
    border: 1.5px solid rgba(255, 215, 0, 0.25) !important;
}
.about-cta-title { color: #ffd700 !important; }
.about-cta-subtext { color: rgba(255, 255, 255, 0.8) !important; }

/* Light Mode Overrides for About Us */
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .about-hero-banner {
    background: #ffffff !important;
    border: 2px solid #cbd5e1 !important;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08) !important;
}
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .about-hero-title {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 50%, #991b1b 100%) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 6px rgba(220, 38, 38, 0.12)) !important;
    text-shadow: none !important;
}
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .about-hero-subtext {
    color: #334155 !important;
    font-weight: 600 !important;
}
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .about-card {
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06) !important;
    color: #0f172a !important;
}
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .about-card-title {
    color: #0f172a !important;
    font-weight: 800 !important;
}
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .about-card-text {
    color: #334155 !important;
    font-weight: 600 !important;
}
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .about-testimonial-card {
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    color: #0f172a !important;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.05) !important;
}
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .about-testimonial-text {
    color: #334155 !important;
}
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .about-testimonial-name {
    color: #0f172a !important;
}
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .about-testimonial-role {
    color: #64748b !important;
}
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .about-cta-banner {
    background: #ffffff !important;
    border: 2px solid #cbd5e1 !important;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08) !important;
}
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .about-cta-title {
    color: #0f172a !important;
    font-weight: 900 !important;
}
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .about-cta-subtext {
    color: #334155 !important;
}

/* Hide Diwali Countdown & KPI Stats card on Mobile View (<768px) */
@media (max-width: 767px) {
    .stats-countdown-card {
        display: none !important;
    }
}

/* ── Mobile Product Table & Stepper Auto-Fit (< 575px) ── */
@media (max-width: 575px) {
    .booking-table-card {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .booking-table th, 
    .booking-table td {
        padding: 5px 3px !important;
        font-size: 0.76rem !important;
    }
    .booking-sno {
        font-size: 0.72rem !important;
    }
    .booking-prod-title {
        font-size: 0.78rem !important;
        line-height: 1.2 !important;
    }
    .booking-price-discount {
        font-size: 0.82rem !important;
    }
    .booking-qty-stepper {
        width: 94px !important;
        height: 32px !important;
        padding: 2px !important;
    }
    .qty-btn-minus, 
    .qty-btn-plus {
        width: 26px !important;
        height: 26px !important;
        min-width: 26px !important;
        font-size: 0.75rem !important;
    }
    .booking-qty-input {
        width: 32px !important;
        font-size: 0.88rem !important;
    }
}
/* ── Mobile Header Navbar Logo & Controls ── */
/* ── Mobile Header Navbar Logo & Controls ── */
.logo-container-float {
    width: 155px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0b0718 0%, #160a29 50%, #081029 100%) !important;
    border: 1.8px solid #ffd700 !important;
    box-shadow: 0 4px 18px rgba(255, 215, 0, 0.35) !important;
    padding: 3px 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.logo-container-float img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.6)) !important;
}

@media (max-width: 991.98px) {
    .mobile-header-actions {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        margin: 0 !important;
        padding: 0 !important;
        height: 52px !important;
    }
}

@media (min-width: 992px) {
    .mobile-header-actions,
    .mobile-pdf-btn,
    .mobile-cart-btn,
    .mobile-hamburger-btn {
        display: none !important;
    }
}

.mobile-pdf-btn {
    height: 38px !important;
    width: 38px !important;
    min-width: 38px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #e11d48 0%, #be123c 100%) !important;
    border: 1.5px solid #fda4af !important;
    color: #ffffff !important;
    box-shadow: 0 3px 10px rgba(225, 29, 72, 0.35) !important;
    font-size: 1.15rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
}

.mobile-pdf-btn:hover,
.mobile-pdf-btn:active {
    background: linear-gradient(135deg, #be123c 0%, #9f1239 100%) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 5px 14px rgba(225, 29, 72, 0.45) !important;
}

.mobile-cart-btn {
    height: 38px !important;
    width: 38px !important;
    min-width: 38px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
    border: 1.5px solid #fca5a5 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 10px rgba(220, 38, 38, 0.35) !important;
    font-size: 1.15rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s ease !important;
    position: relative !important;
    cursor: pointer !important;
}

.mobile-cart-btn:hover,
.mobile-cart-btn:active {
    background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 5px 14px rgba(220, 38, 38, 0.45) !important;
}

.mobile-hamburger-btn {
    height: 38px !important;
    width: 40px !important;
    min-width: 40px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    background: rgba(255, 215, 0, 0.12) !important;
    border: 1.5px solid #ffd700 !important;
    color: #ffd700 !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
}

/* Light Mode Overrides for Mobile Navbar Header */
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="light-red"], html[data-theme="festive-light-red"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .logo-container-float {
    background: linear-gradient(135deg, #0b0718 0%, #160a29 50%, #081029 100%) !important;
    border: 1.8px solid #ffd700 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="light-red"], html[data-theme="festive-light-red"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .mobile-hamburger-btn {
    background: #ffffff !important;
    border: 1.5px solid #dc2626 !important;
    color: #881337 !important;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.1) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="light-red"], html[data-theme="festive-light-red"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .mobile-pdf-btn {
    background: linear-gradient(135deg, #e11d48 0%, #be123c 100%) !important;
    border: 1.5px solid #f43f5e !important;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(225, 29, 72, 0.2) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="light-red"], html[data-theme="festive-light-red"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .mobile-cart-btn {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
    border: 1.5px solid #ef4444 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.2) !important;
}

/* ═══════════════════════════════════════════════════════════════
   LIGHT THEMES (PURE WHITE, PEARL, IVORY) GLOBAL CONTRAST RULES
   ═══════════════════════════════════════════════════════════════ */
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) body {
    color: #0f172a !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .stats-countdown-card {
    background: #ffffff !important;
    border: 2px solid #cbd5e1 !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .diwali-heading-text {
    color: #0f172a !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .diwali-subtext {
    color: #334155 !important;
    font-weight: 600 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .countdown-box {
    background: #fff1f2 !important;
    border: 1.5px solid #fecdd3 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .countdown-num {
    color: #dc2626 !important;
    font-weight: 900 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .countdown-label {
    color: #475569 !important;
    font-weight: 700 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .kpi-red {
    color: #dc2626 !important;
    font-weight: 900 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .kpi-blue {
    color: #0284c7 !important;
    font-weight: 900 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .kpi-gold {
    color: #d97706 !important;
    font-weight: 900 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .kpi-label {
    color: #334155 !important;
    font-weight: 700 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .section-heading,
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .catalog-title {
    background: linear-gradient(135deg, #dc2626, #b91c1c) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #dc2626 !important;
}

@media (max-width: 991px) {
    .logo-container-float {
        width: 138px !important;
        height: 44px !important;
        border-radius: 12px !important;
        padding: 2px 4px !important;
    }
}
html[data-theme="light"] .pricelist-hero,
html[data-theme="light"] [style*="background: linear-gradient(135deg, rgba(220, 38, 38"] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
    border: 1.5px solid #cbd5e1 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
}

/* ═══════════════════════════════════════════════════════════════
   CONTACT PAGE STYLING & LIGHT THEME CONTRAST OVERRIDES
   ═══════════════════════════════════════════════════════════════ */
.contact-form-card {
    background: rgba(12, 15, 22, 0.75) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.contact-label {
    color: rgba(255, 255, 255, 0.7) !important;
}

.contact-input {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
}

.contact-input::placeholder {
    color: rgba(255, 255, 255, 0.45) !important;
}

.contact-input:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: #ffd700 !important;
    color: #ffffff !important;
}

.whatsapp-widget-link {
    background: rgba(37, 211, 102, 0.08) !important;
    border: 1.5px solid rgba(37, 211, 102, 0.3) !important;
    color: #ffffff !important;
}

.whatsapp-widget-link h6 {
    color: #ffffff !important;
}

.whatsapp-widget-link .desk-phone {
    color: rgba(255, 255, 255, 0.7) !important;
}

.contact-info-box {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}

.contact-info-box h6 {
    color: #ffffff !important;
}

.contact-info-box .info-text {
    color: rgba(255, 255, 255, 0.7) !important;
}

.contact-email-link {
    color: #ffd700 !important;
    font-weight: 700 !important;
}

.contact-map-iframe {
    filter: invert(90%) hue-rotate(180deg) grayscale(30%) contrast(90%);
}

/* Light Theme Overrides for Contact Page */
html[data-theme="light"] .contact-form-card {
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04) !important;
}

html[data-theme="light"] .contact-label {
    color: #334155 !important;
    font-weight: 700 !important;
}

html[data-theme="light"] .contact-input {
    background: #f8fafc !important;
    border: 1.5px solid #cbd5e1 !important;
    color: #0f172a !important;
    font-weight: 600 !important;
}

html[data-theme="light"] .contact-input::placeholder {
    color: #64748b !important;
    font-weight: 400 !important;
}

html[data-theme="light"] .contact-input:focus {
    background: #ffffff !important;
    border-color: #dc2626 !important;
    color: #0f172a !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 38, 38, 0.15) !important;
}

html[data-theme="light"] .whatsapp-widget-link {
    background: #f0fdf4 !important;
    border: 1.5px solid #86efac !important;
    color: #166534 !important;
}

html[data-theme="light"] .whatsapp-widget-link h6 {
    color: #0f172a !important;
}

html[data-theme="light"] .whatsapp-widget-link .desk-phone {
    color: #15803d !important;
    font-weight: 600 !important;
}

html[data-theme="light"] .contact-info-box {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    color: #0f172a !important;
}

html[data-theme="light"] .contact-info-box h6 {
    color: #0f172a !important;
}

html[data-theme="light"] .contact-info-box .info-text {
    color: #334155 !important;
}

html[data-theme="light"] .contact-email-link {
    color: #dc2626 !important;
    font-weight: 700 !important;
}

html[data-theme="light"] .contact-map-iframe {
    filter: none !important;
}

/* ═══════════════════════════════════════════════════════════════
   USER PROFILE HEADER DROPDOWN MENU — HIGH CONTRAST STYLING
   ═══════════════════════════════════════════════════════════════ */
.user-header-dropdown {
    background: linear-gradient(135deg, #18002a 0%, #0b0718 100%) !important;
    border: 1.5px solid rgba(255, 215, 0, 0.35) !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6) !important;
    padding: 8px !important;
    min-width: 190px !important;
}

.user-header-dropdown .dropdown-item {
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    padding: 10px 14px !important;
    transition: all 0.2s ease !important;
}

.user-header-dropdown .dropdown-item span {
    color: #ffffff !important;
}

.user-header-dropdown .dropdown-item:hover {
    background: rgba(255, 215, 0, 0.18) !important;
    color: #ffd700 !important;
}

.user-header-dropdown .dropdown-item:hover span {
    color: #ffd700 !important;
}

/* Light Mode User Header Dropdown Overrides */
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .user-header-dropdown {
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .user-header-dropdown .dropdown-item,
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .user-header-dropdown .dropdown-item span {
    color: #0f172a !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .user-header-dropdown .dropdown-item:hover {
    background: #fff1f2 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .user-header-dropdown .dropdown-item:hover span {
    color: #dc2626 !important;
}

/* ═══════════════════════════════════════════════════════════════
   FLOATING ACTION WIDGETS (RIGHT SIDE)
   ═══════════════════════════════════════════════════════════════ */
.floating-widgets-right {
    position: fixed !important;
    right: 22px !important;
    bottom: 30px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    z-index: 1050 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.floating-widgets-right .floating-btn {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25) !important;
    transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.25s ease !important;
    position: relative !important;
    cursor: pointer !important;
    margin: 0 !important;
}

.floating-widgets-right .floating-btn:hover {
    transform: translateY(-5px) scale(1.1) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35) !important;
}

.floating-widgets-right .btn-pdf {
    background: linear-gradient(135deg, #ff4b72 0%, #e11d48 100%) !important;
    color: #ffffff !important;
}

.floating-widgets-right .btn-cart {
    background: linear-gradient(135deg, #ff8c00 0%, #ff5500 100%) !important;
    color: #ffffff !important;
}

.floating-widgets-right .btn-cart .cart-badge {
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    background: #ffd700 !important;
    color: #000000 !important;
    font-size: 0.82rem !important;
    font-weight: 900 !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #000000 !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3) !important;
}

.floating-widgets-right .btn-mobile-jump {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    color: #ffffff !important;
}

@media (max-width: 767.98px) {
    .floating-widgets-left,
    .floating-widgets-right {
        display: none !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   LIGHT MODE HIGH-CONTRAST OVERRIDES FOR CART / QUOTATION PAGE
   ═══════════════════════════════════════════════════════════════ */
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .cart-page-header h1 {
    background: linear-gradient(90deg, #dc2626, #ea580c, #dc2626) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 8px rgba(220, 38, 38, 0.15)) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .cart-page-header p {
    color: #475569 !important;
    font-weight: 600 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .pro-breadcrumb {
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    color: #475569 !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .pro-breadcrumb span.active {
    color: #dc2626 !important;
    font-weight: 800 !important;
}

/* Cart Item Card in Light Mode */
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .cart-item-card {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .cart-item-name {
    color: #0f172a !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .cart-item-meta {
    color: #475569 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .cart-item-meta span {
    background: #f1f5f9 !important;
    color: #334155 !important;
    border: 1px solid #cbd5e1 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .cart-item-price .unit {
    color: #64748b !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .cart-item-price .total {
    color: #0d9488 !important;
    font-weight: 900 !important;
    text-shadow: none !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .cart-remove-btn {
    color: #94a3b8 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .cart-remove-btn:hover {
    color: #dc2626 !important;
}

/* Stepper in Light Mode */
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .qty-stepper {
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .qty-stepper button {
    background: #f1f5f9 !important;
    color: #0f172a !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .qty-stepper input {
    color: #0f172a !important;
    font-weight: 900 !important;
}

/* Customer Information Summary Card in Light Mode */
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .summary-card {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08) !important;
    color: #0f172a !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .summary-card h4 {
    background: linear-gradient(90deg, #dc2626, #d97706) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .pro-label {
    color: #334155 !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(.pro-input, .pro-select, .pro-textarea) {
    background: #f8fafc !important;
    border: 1.5px solid #cbd5e1 !important;
    color: #0f172a !important;
    font-weight: 700 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(.pro-input::placeholder, .pro-textarea::placeholder) {
    color: #94a3b8 !important;
    font-weight: 600 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(.pro-input:focus, .pro-select:focus, .pro-textarea:focus) {
    background: #ffffff !important;
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .form-section-label {
    color: #475569 !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .cart-item-price .unit {
    color: #475569 !important;
    font-weight: 700 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .cart-continue-link,
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .cart-bottom-actions a {
    color: #0f172a !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .price-details-box {
    background: #f8fafc !important;
    border: 1.5px solid #cbd5e1 !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04) !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .summary-row .label {
    color: #334155 !important;
    font-weight: 700 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .summary-row .val {
    color: #0f172a !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .summary-row.grand .label {
    color: #0f172a !important;
    font-weight: 900 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .summary-row.grand .val {
    color: #dc2626 !important;
    background: none !important;
    -webkit-text-fill-color: #dc2626 !important;
    font-weight: 900 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .upi-payment-box {
    background: #fffbeb !important;
    border: 1.5px dashed #f59e0b !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .upi-payment-box div {
    color: #b45309 !important;
    font-weight: 800 !important;
}

/* ── Cart Subtitle & Clear All Button ── */
.cart-subtitle-text {
    color: rgba(255, 255, 255, 0.6);
}
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .cart-subtitle-text {
    color: #475569 !important;
    font-weight: 700 !important;
}

.cart-clear-all-btn {
    background: rgba(220, 38, 38, 0.12) !important;
    border: 1.5px solid rgba(220, 38, 38, 0.3) !important;
    color: #dc2626 !important;
    border-radius: 50px !important;
    padding: 7px 18px !important;
    font-size: .82rem !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    transition: all .25s ease !important;
}
.cart-clear-all-btn:hover {
    background: #dc2626 !important;
    color: #ffffff !important;
}

/* ── Floating Left Widget & Bottom Actions Alignment ── */
.floating-widgets-left {
    position: fixed !important;
    left: 22px !important;
    bottom: 30px !important;
    z-index: 1050 !important;
}
.floating-widgets-left .floating-btn {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25) !important;
    transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.25s ease !important;
}
.floating-widgets-left .floating-btn:hover {
    transform: translateY(-5px) scale(1.1) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35) !important;
}

.cart-bottom-actions {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 20px 0 30px 65px !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

/* ── UPI Details High-Contrast Styles ── */
.upi-info-details { color: rgba(255, 255, 255, 0.8); }
.upi-prefilled-tag { color: #00ffcc; }
.upi-val-text { color: #ffffff; }
.upi-direct-numbers { background: rgba(255, 255, 255, 0.05); color: rgba(255, 255, 255, 0.9); }
.upi-num-val { color: #ffd700; }
.trust-badge-text { color: rgba(255,255,255,0.45); }

/* Light Mode Overrides for UPI Details */
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .upi-info-details {
    color: #334155 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .upi-prefilled-tag {
    color: #0d9488 !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .upi-val-text {
    color: #0f172a !important;
    font-weight: 900 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .upi-direct-numbers {
    background: #ffffff !important;
    border: 1px solid #fde68a !important;
    color: #334155 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .upi-num-label {
    color: #475569 !important;
    font-weight: 700 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .upi-num-val {
    color: #dc2626 !important;
    font-weight: 900 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .trust-badge-text {
    color: #475569 !important;
    font-weight: 700 !important;
}

/* ── Quantity Badge & Print Buttons ── */
.quote-qty-badge {
    background: linear-gradient(135deg, #ff5e00 0%, #e8003d 100%) !important;
    color: #ffffff !important;
    border: none !important;
    min-width: 32px !important;
    height: 32px !important;
    padding: 0 10px !important;
    border-radius: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.88rem !important;
    font-weight: 900 !important;
    box-shadow: 0 3px 10px rgba(232, 0, 61, 0.35) !important;
    line-height: 1 !important;
}

.btn-outline-print-ta {
    color: #ffd700 !important;
    border: 1.5px solid #ffd700 !important;
    background: transparent !important;
    transition: all 0.25s ease !important;
}
.btn-outline-print-ta:hover {
    background: #ffd700 !important;
    color: #000000 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .btn-outline-print-ta {
    color: #dc2626 !important;
    border: 1.5px solid #dc2626 !important;
    background: #ffffff !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .btn-outline-print-ta:hover {
    background: #dc2626 !important;
    color: #ffffff !important;
}

.btn-outline-print-en {
    color: #ffffff !important;
    border: 1.5px solid rgba(255,255,255,0.3) !important;
    background: transparent !important;
    transition: all 0.25s ease !important;
}
.btn-outline-print-en:hover {
    background: #ffffff !important;
    color: #000000 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .btn-outline-print-en {
    color: #0f172a !important;
    border: 1.5px solid #cbd5e1 !important;
    background: #ffffff !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .btn-outline-print-en:hover {
    background: #0f172a !important;
    color: #ffffff !important;
    border-color: #0f172a !important;
}

/* ── Quotation Modifications Box High-Contrast ── */
.quote-mod-title { color: #ffffff; }
.quote-mod-text { color: rgba(255, 255, 255, 0.65); }

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .quote-mod-title {
    color: #0f172a !important;
    font-weight: 800 !important;
}

:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) .quote-mod-text {
    color: #334155 !important;
    font-weight: 600 !important;
}

/* ═══════════════════════════════════════════════════════════════
   REMOVE UNDERLINES & BOTTOM LINES FROM ALL FOOTER LINKS
   ═══════════════════════════════════════════════════════════════ */
.site-footer a,
.footer-link,
.footer-link-list a,
.footer-brand-desc a,
.footer-info-text a,
.footer-copyright a {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.site-footer a:hover,
.footer-link:hover,
.footer-link-list a:hover {
    text-decoration: none !important;
    border-bottom: none !important;
}

/* ── Brand Logo Header Lock ── */
.logo-container-float {
    height: 52px !important;
    max-height: 52px !important;
    display: inline-flex !important;
    align-items: center !important;
}

.logo-container-float img {
    max-height: 48px !important;
    height: 48px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* ═══════════════════════════════════════════════════════════════
   FESTIVE BLINKING SUMMARY BAR — PRODUCTS | YOU SAVE | OVERALL TOTAL
   ═══════════════════════════════════════════════════════════════ */
@keyframes festivePillPulse {
    0%, 100% {
        box-shadow: 0 0 5px rgba(255, 215, 0, 0.35), inset 0 1px 3px rgba(0,0,0,0.35);
        border-color: rgba(255, 215, 0, 0.45);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 12px rgba(255, 215, 0, 0.8), 0 0 20px rgba(255, 106, 0, 0.5), inset 0 1px 3px rgba(0,0,0,0.25);
        border-color: #ffd700;
        transform: scale(1.03);
    }
}

@keyframes savingsNeonBlink {
    0%, 100% {
        box-shadow: 0 0 6px rgba(34, 197, 94, 0.4), inset 0 1px 3px rgba(0,0,0,0.3);
        border-color: #22c55e;
        color: #86efac;
    }
    50% {
        box-shadow: 0 0 16px rgba(34, 197, 94, 0.95), 0 0 26px rgba(74, 222, 128, 0.6), inset 0 1px 3px rgba(0,0,0,0.2);
        border-color: #ffffff;
        color: #ffffff;
    }
}

@keyframes totalGoldenBlink {
    0%, 100% {
        box-shadow: 0 0 8px rgba(255, 215, 0, 0.45), 0 0 16px rgba(255, 106, 0, 0.3), inset 0 1px 3px rgba(0,0,0,0.35);
        border-color: #ffd700;
        color: #ffd700;
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 215, 0, 1), 0 0 35px rgba(255, 68, 0, 0.85), inset 0 1px 3px rgba(0,0,0,0.2);
        border-color: #ffffff;
        color: #ffffff;
        transform: scale(1.04);
    }
}

.booking-summary-bar,
.pricelist-summary-bar {
    background: linear-gradient(135deg, #700000 0%, #990000 50%, #600000 100%) !important;
    border-top: 1.5px solid rgba(255, 215, 0, 0.4) !important;
    border-bottom: 2px solid #000000 !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.45) !important;
    padding: 8px 14px !important;
    height: 48px !important;
    box-sizing: border-box !important;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: var(--navbar-sticky-height, 64px) !important;
    z-index: 995 !important;
    display: flex !important;
    align-items: center !important;
}

@media (max-width: 991.98px) {
    .booking-summary-bar,
    .pricelist-summary-bar {
        top: var(--navbar-sticky-height, 56px) !important;
        padding: 6px 8px !important;
        height: 44px !important;
    }
}

/* ── Tier 3: Sticky Table Header Row (Both Home & Pricelist) ── */
.pricelist-table thead th,
.pricelist-table-header th,
.pricelist-thead-row th,
.booking-table thead th,
.booking-table-header th,
.booking-table-header-row th {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: calc(var(--navbar-sticky-height, 64px) + 48px) !important;
    z-index: 992 !important;
    height: 40px !important;
    padding: 8px 6px !important;
    box-sizing: border-box !important;
    vertical-align: middle !important;
    background-color: #880000 !important;
    background: linear-gradient(135deg, #a81313 0%, #880000 50%, #6b0000 100%) !important;
    color: #ffffff !important;
    border-bottom: 2.5px solid #ffd700 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25) !important;
}

/* ── Tier 4: Sticky Category Row (Both Home & Pricelist) ── */
tr.pricelist-category-row td,
tr.category-row td,
tr.category-header-row td,
.pricelist-cat-td {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: calc(var(--navbar-sticky-height, 64px) + 48px + 40px) !important;
    z-index: 990 !important;
    height: 38px !important;
    padding: 7px 12px !important;
    box-sizing: border-box !important;
    vertical-align: middle !important;
    background-color: #700000 !important;
    background: linear-gradient(90deg, #700000 0%, #990000 50%, #700000 100%) !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6) !important;
    border-top: 1.5px solid #ffd700 !important;
    border-bottom: 2px solid #ffd700 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
}
.pricelist-cat-td .cat-name-text {
    color: #ffffff !important;
    font-weight: 900 !important;
}
.pricelist-cat-td .cat-discount-badge {
    color: #ffd700 !important;
    background: rgba(0, 0, 0, 0.45) !important;
    border: 1.5px solid #ffd700 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .pricelist-table-header th,
    .pricelist-thead-row th,
    .booking-table-header th,
    .booking-table-header-row th {
        top: calc(var(--navbar-sticky-height, 56px) + 44px) !important;
        height: 36px !important;
        padding: 6px 4px !important;
    }
    tr.pricelist-category-row td,
    tr.category-row td,
    tr.category-header-row td,
    .pricelist-cat-td {
        top: calc(var(--navbar-sticky-height, 56px) + 44px + 36px) !important;
        height: 36px !important;
        padding: 6px 8px !important;
    }
}

/* On mobile (<768px), disable sticky on table headers & category rows so they scroll naturally and never overlap product rows */
@media (max-width: 767.98px) {
    /* 1. COMPLETELY DISABLE STICKY ON HEADERS AND CATEGORY ROWS ON MOBILE */
    .pricelist-table thead,
    .pricelist-table thead tr,
    .pricelist-table thead th,
    .pricelist-table th,
    .pricelist-table-header,
    .pricelist-table-header th,
    .pricelist-thead-row th,
    .booking-table thead,
    .booking-table thead tr,
    .booking-table thead th,
    .booking-table th,
    .booking-table-header,
    .booking-table-header th,
    .booking-table-header-row,
    .booking-table-header-row th,
    table.booking-table thead th,
    table.pricelist-table thead th,
    tr.pricelist-category-row,
    tr.pricelist-category-row td,
    tr.category-row,
    tr.category-row td,
    tr.category-header-row,
    tr.category-header-row td,
    .pricelist-cat-td {
        position: static !important;
        position: -webkit-static !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        box-shadow: none !important;
        z-index: 1 !important;
    }

    /* 2. AUTO-FIT / HORIZONTAL SCROLL ON MOBILE TABLE */
    .booking-table,
    .pricelist-table {
        width: 100% !important;
        min-width: 360px !important;
        max-width: none !important;
        table-layout: auto !important;
        box-sizing: border-box !important;
        word-break: break-word !important;
    }
    #catalog .table-responsive,
    .booking-table-card,
    .pricelist-table-card,
    .pricelist-table-wrap,
    .table-responsive {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        overflow-y: visible !important;
        max-width: 100% !important;
        width: 100% !important;
        display: block !important;
        box-sizing: border-box !important;
        touch-action: pan-x pan-y !important;
    }
    #catalog .table-responsive::-webkit-scrollbar,
    .booking-table-card::-webkit-scrollbar,
    .pricelist-table-card::-webkit-scrollbar,
    .pricelist-table-wrap::-webkit-scrollbar,
    .table-responsive::-webkit-scrollbar {
        height: 4px !important;
    }
    #catalog .table-responsive::-webkit-scrollbar-thumb,
    .booking-table-card::-webkit-scrollbar-thumb,
    .pricelist-table-card::-webkit-scrollbar-thumb,
    .pricelist-table-wrap::-webkit-scrollbar-thumb,
    .table-responsive::-webkit-scrollbar-thumb {
        background: rgba(220, 38, 38, 0.4) !important;
        border-radius: 4px !important;
    }

    /* Column Sizing on Mobile */
    .booking-table th,
    .booking-table td,
    .pricelist-table th,
    .pricelist-table td {
        padding: 6px 4px !important;
        vertical-align: middle !important;
        box-sizing: border-box !important;
    }

    /* S.No column (32px) */
    .booking-sno,
    .booking-table th:first-child,
    .booking-table td:first-child,
    .pricelist-sno,
    .pricelist-table th:first-child,
    .pricelist-table td:first-child {
        width: 32px !important;
        max-width: 36px !important;
        min-width: 30px !important;
        font-size: 0.76rem !important;
        padding: 6px 2px !important;
        text-align: center !important;
    }

    /* Product Details column */
    .booking-product-name,
    .booking-table td:nth-child(3),
    .booking-table th:nth-child(3),
    .pricelist-name,
    .pricelist-table td:nth-child(3),
    .pricelist-table th:nth-child(3) {
        min-width: 170px !important;
        max-width: 230px !important;
        padding: 6px 6px !important;
        word-break: break-word !important;
    }
    .product-thumb-container {
        width: 38px !important;
        height: 38px !important;
        border-radius: 6px !important;
        padding: 1px !important;
        flex-shrink: 0 !important;
    }
    .product-title-click {
        font-size: 0.78rem !important;
        line-height: 1.25 !important;
    }
    .product-title-click .product-name-en {
        font-size: 0.78rem !important;
        font-weight: 700 !important;
    }
    .product-title-click .product-name-ta {
        font-size: 0.70rem !important;
        line-height: 1.2 !important;
    }
    .product-badge-image,
    .product-badge-video {
        font-size: 0.62rem !important;
        padding: 2px 6px !important;
        gap: 2px !important;
        line-height: 1.15 !important;
    }
    .product-badge-image i,
    .product-badge-video i {
        font-size: 0.68rem !important;
    }

    /* Rate column */
    .booking-table td:nth-child(6),
    .booking-table th:nth-child(6),
    .pricelist-price,
    .pricelist-table td:nth-child(6),
    .pricelist-table th:nth-child(6) {
        width: 60px !important;
        min-width: 54px !important;
        padding: 4px 2px !important;
        text-align: right !important;
        white-space: nowrap !important;
    }
    .booking-table td:nth-child(6) .d-flex,
    .pricelist-table td:nth-child(6) .d-flex,
    .pricelist-price .d-flex {
        gap: 0px !important;
        line-height: 1 !important;
        margin: 0 !important;
    }
    .booking-table td:nth-child(6) .text-muted,
    .pricelist-table td:nth-child(6) .text-muted {
        font-size: 0.62rem !important;
        line-height: 1.05 !important;
        margin-bottom: 0px !important;
    }
    .booking-price-discount,
    .pricelist-price .text-danger,
    .pricelist-table td:nth-child(6) .text-danger {
        font-size: 0.88rem !important;
        font-weight: 800 !important;
        line-height: 1.15 !important;
        margin: 0 !important;
    }

    /* Order / Stepper column */
    .booking-table td:nth-child(7),
    .booking-table th:nth-child(7),
    .pricelist-table td:nth-child(7),
    .pricelist-table th:nth-child(7) {
        width: 96px !important;
        min-width: 92px !important;
        padding: 6px 4px !important;
        text-align: center !important;
        white-space: nowrap !important;
    }
    .booking-qty-stepper {
        width: 86px !important;
        height: 28px !important;
        padding: 2px !important;
        margin: 0 auto !important;
    }
    .qty-btn-minus, 
    .qty-btn-plus,
    .pricelist-qty-btn {
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
        font-size: 0.72rem !important;
    }
    .booking-qty-input,
    .pricelist-qty-input {
        width: 30px !important;
        font-size: 0.80rem !important;
        height: 24px !important;
        padding: 0 !important;
    }

    /* Category row on mobile */
    .pricelist-cat-td {
        padding: 8px 8px !important;
        font-size: 0.82rem !important;
        letter-spacing: 0.2px !important;
    }
    .pricelist-cat-td .cat-name-text {
        font-size: 0.82rem !important;
    }
    .pricelist-cat-td .cat-discount-badge {
        font-size: 0.72rem !important;
        padding: 2px 8px !important;
    }

    /* Circular Image & Video buttons under thumbnail */
    .product-media-icon-row {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 3px !important;
        margin-top: 3px !important;
    }
    .product-icon-btn {
        width: 20px !important;
        height: 20px !important;
        min-width: 20px !important;
        border-radius: 50% !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        border: 1px solid rgba(0,0,0,0.15) !important;
        cursor: pointer !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.18) !important;
        transition: transform 0.15s ease !important;
        font-size: 0.65rem !important;
    }
    .product-icon-btn:active {
        transform: scale(0.9) !important;
    }
    .product-icon-btn-image {
        background: #0284c7 !important; /* Vivid Blue */
        color: #ffffff !important;
        border-color: #0369a1 !important;
    }
    .product-icon-btn-video {
        background: #ea580c !important; /* Vivid Orange/Amber */
        color: #ffffff !important;
        border-color: #c2410c !important;
    }
    .product-icon-btn-image i,
    .product-icon-btn-video i {
        font-size: 0.65rem !important;
        line-height: 1 !important;
    }

    /* Vibrant Blue Stepper matching reference screenshot */
    .booking-qty-stepper,
    .pricelist-table td:nth-child(7) > div {
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
        border-radius: 50px !important;
        padding: 2px !important;
        width: 86px !important;
        height: 30px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    .qty-btn-minus, 
    .qty-btn-plus,
    .pricelist-qty-btn {
        background: #0284c7 !important;
        color: #ffffff !important;
        border: none !important;
        border-radius: 50% !important;
        width: 26px !important;
        height: 26px !important;
        min-width: 26px !important;
        font-size: 0.82rem !important;
        font-weight: 900 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 2px 4px rgba(2, 132, 199, 0.35) !important;
        cursor: pointer !important;
        padding: 0 !important;
    }
    .qty-btn-minus i,
    .qty-btn-plus i,
    .pricelist-qty-btn i {
        color: #ffffff !important;
        font-size: 0.80rem !important;
        line-height: 1 !important;
    }
    .booking-qty-input,
    .pricelist-qty-input {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        color: #0f172a !important;
        font-weight: 800 !important;
        font-size: 0.86rem !important;
        width: 28px !important;
        height: 26px !important;
        text-align: center !important;
        padding: 0 !important;
    }

    /* Rate color matching reference screenshot (Red vibrant rate) */
    .booking-price-discount,
    .pricelist-price .text-danger,
    .pricelist-table td:nth-child(6) .text-danger {
        color: #dc2626 !important;
        font-size: 0.96rem !important;
        font-weight: 800 !important;
    }
}

/* Ensure no container blocks sticky propagation on desktop */
@media (min-width: 768px) {
    #catalog .table-responsive,
    .booking-sticky-bar,
    .booking-table-card,
    .pricelist-table-wrap,
    .pricelist-table-card {
        overflow: visible !important;
    }
}


.summary-flex-grid {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    width: 100% !important;
    gap: 8px !important;
}

.summary-metric-card {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    flex: 1 !important;
    text-align: center !important;
}

.summary-metric-label {
    font-weight: 700 !important;
    color: #ffffff !important;
    font-size: 0.88rem !important;
    white-space: nowrap !important;
    letter-spacing: 0.3px !important;
    display: inline-flex !important;
    align-items: center !important;
}

.summary-metric-pill {
    padding: 4px 14px !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    font-size: 0.95rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    letter-spacing: 0.5px !important;
    transition: all 0.2s ease !important;
}

.summary-metric-pill .pill-currency {
    font-size: 0.85em !important;
    margin-right: 2px !important;
    opacity: 0.9 !important;
}

/* Products Pill */
.metric-pill-products {
    background: rgba(0, 0, 0, 0.45) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.35) !important;
    color: #ffffff !important;
    min-width: 50px !important;
    animation: festivePillPulse 2.8s infinite ease-in-out !important;
}

/* You Save Pill */
.metric-pill-savings {
    background: linear-gradient(135deg, rgba(20, 83, 45, 0.7), rgba(22, 101, 52, 0.5)) !important;
    border: 1.5px solid #22c55e !important;
    color: #86efac !important;
    min-width: 95px !important;
    animation: savingsNeonBlink 2.2s infinite ease-in-out !important;
}

/* Overall Total Pill */
.metric-pill-total {
    background: linear-gradient(135deg, rgba(234, 88, 12, 0.45), rgba(185, 28, 28, 0.65)) !important;
    border: 2px solid #ffd700 !important;
    color: #ffd700 !important;
    min-width: 105px !important;
    animation: totalGoldenBlink 1.7s infinite ease-in-out !important;
}

/* Vertical Separators between columns on desktop */
.summary-metric-card:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
    padding-right: 8px !important;
}

/* Mobile Responsiveness — 3 Balanced Columns */
@media (max-width: 650px) {
    .booking-summary-bar,
    .pricelist-summary-bar {
        padding: 8px 6px !important;
    }
    .summary-flex-grid {
        display: grid !important;
        grid-template-columns: 1fr 1.25fr 1.35fr !important;
        gap: 4px !important;
    }
    .summary-metric-card {
        flex-direction: column !important;
        gap: 3px !important;
        padding: 0 2px !important;
    }
    .summary-metric-card:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
        padding-right: 3px !important;
    }
    .summary-metric-label {
        font-size: 0.70rem !important;
        line-height: 1.2 !important;
        justify-content: center !important;
    }
    .summary-metric-pill {
        width: 100% !important;
        padding: 4px 4px !important;
        font-size: 0.82rem !important;
        min-width: unset !important;
    }
}

/* ── Guarantee Light Red Background Passthrough on All Light Mode Sections ── */
:is(html[data-theme="purewhite"], html[data-theme="light"], html[data-theme="ivory"], html[data-theme="mint"], html[data-theme="lavender"], html[data-theme="rosegold"], html[data-theme="platinum"], html[data-theme="skyblue"], html[data-theme="peach"], html[data-theme="cream"], html[data-theme="cloud"]) :is(section, .py-5, .container, .container-fluid, .combo-section) {
    background-color: transparent !important;
}

/* ═══════════════════════════════════════════════════════════════
   PRODUCT BADGES — IMAGE & VIDEO DEMO PILLS (HIGH CONTRAST & READABLE)
   ═══════════════════════════════════════════════════════════════ */
.product-badge-image {
    background: #eff6ff !important;
    color: #1d4ed8 !important;
    border: 1.5px solid #93c5fd !important;
    font-size: 0.70rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.2px !important;
    padding: 2.5px 8px !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.18s ease !important;
}
.product-badge-image:hover {
    background: #dbeafe !important;
    color: #1e40af !important;
    border-color: #3b82f6 !important;
    transform: translateY(-1px) scale(1.05) !important;
    box-shadow: 0 3px 8px rgba(37, 99, 235, 0.25) !important;
}
.product-badge-image i {
    color: #2563eb !important;
    font-size: 0.78rem !important;
}

.product-badge-video {
    background: #fffbeb !important;
    color: #78350f !important;
    border: 1.5px solid #f59e0b !important;
    font-size: 0.70rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.2px !important;
    padding: 2.5px 8px !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.18s ease !important;
}
.product-badge-video:hover {
    background: #fef3c7 !important;
    color: #451a03 !important;
    border-color: #d97706 !important;
    transform: translateY(-1px) scale(1.05) !important;
    box-shadow: 0 3px 8px rgba(217, 119, 6, 0.25) !important;
}
.product-badge-video i {
    color: #dc2626 !important;
    font-size: 0.82rem !important;
}

/* Fallback overrides for standard badge utility classes */
.badge.bg-warning-subtle,
.badge.bg-warning-subtle.text-dark {
    background: #fffbeb !important;
    color: #78350f !important;
    border: 1.5px solid #f59e0b !important;
    font-weight: 800 !important;
}
.badge.bg-primary-subtle,
.badge.bg-primary-subtle.text-primary {
    background: #eff6ff !important;
    color: #1d4ed8 !important;
    border: 1.5px solid #93c5fd !important;
    font-weight: 800 !important;
}

/* Fallback / desktop rules for product-icon-btn */
.product-icon-btn {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(0,0,0,0.15);
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.18);
    transition: transform 0.15s ease;
    font-size: 0.65rem;
}
.product-icon-btn:active {
    transform: scale(0.9);
}
.product-icon-btn-image {
    background: #0284c7;
    color: #ffffff;
    border-color: #0369a1;
}
.product-icon-btn-video {
    background: #ea580c;
    color: #ffffff;
    border-color: #c2410c;
}
.product-icon-btn-image i,
.product-icon-btn-video i {
    font-size: 0.65rem;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .booking-table .booking-product-name,
    .pricelist-table .pricelist-name {
        width: auto !important;
        max-width: none !important;
    }
    .booking-table .booking-rate-col,
    .booking-table td:nth-child(7),
    .booking-table th:nth-child(7),
    .pricelist-table td:nth-child(6),
    .pricelist-table th:nth-child(6),
    .pricelist-price {
        width: 72px !important;
        max-width: 78px !important;
        min-width: 66px !important;
        padding: 4px 4px !important;
        text-align: right !important;
        white-space: nowrap !important;
    }
    .booking-table .booking-rate-col .text-muted,
    .booking-table td:nth-child(7) .text-muted,
    .pricelist-table td:nth-child(6) .text-muted {
        font-size: 0.58rem !important;
    }
    .booking-price-discount,
    .booking-table .booking-rate-col .booking-price-discount,
    .pricelist-price .text-danger,
    .pricelist-table td:nth-child(6) .text-danger {
        font-size: 0.74rem !important;
        font-weight: 900 !important;
    }
    .booking-table .booking-stepper-col,
    .booking-table td:nth-child(8),
    .booking-table th:nth-child(8),
    .pricelist-table td:nth-child(7),
    .pricelist-table th:nth-child(7) {
        width: 86px !important;
        max-width: 90px !important;
        min-width: 82px !important;
        padding: 4px 2px !important;
        text-align: center !important;
        white-space: nowrap !important;
    }
}
