/* ============================================================
   TANUJA HOSPITALITY VENTURES — ULTRA-LUXURY DESIGN SYSTEM
   Theme: Obsidian Midnight Navy & Royal Champagne Gold
   Responsive: 320px Mobile -> 4K Desktop
   ============================================================ */

:root {
    /* Color Palette */
    --bg-darkest: #050a14;
    --bg-darker:  #081220;
    --bg-dark:    #0d1b2e;
    --bg-card:    rgba(13, 27, 46, 0.7);
    --bg-card-hover: rgba(19, 38, 64, 0.85);

    /* Gold Accents */
    --gold-primary: #d4af37;
    --gold-light:   #f3e09c;
    --gold-warm:    #dfba47;
    --gold-dark:    #9c7c1f;
    --gold-glow:    rgba(212, 175, 55, 0.25);
    --gold-gradient: linear-gradient(135deg, #f7e7b4 0%, #d4af37 50%, #aa820a 100%);
    --gold-gradient-soft: linear-gradient(135deg, rgba(243, 224, 156, 0.15), rgba(212, 175, 55, 0.05));

    /* Neutral & Text */
    --text-pure:    #ffffff;
    --text-primary: #f0f4f9;
    --text-muted:   #9bb0c9;
    --text-dim:     #687f9d;
    --border-glass: rgba(212, 175, 55, 0.2);
    --border-light: rgba(255, 255, 255, 0.08);

    /* Fonts */
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body:    'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    --font-accent:  'Cinzel', serif;

    /* Effects */
    --transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    --shadow-card: 0 15px 35px -5px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(212, 175, 55, 0.15);
    --shadow-card-hover: 0 22px 45px -5px rgba(0, 0, 0, 0.7), 0 0 25px rgba(212, 175, 55, 0.3), 0 0 0 1px rgba(212, 175, 55, 0.4);
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
    font-size: 16px;
}

html.lenis, html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

body {
    font-family: var(--font-body);
    background-color: var(--bg-darkest);
    color: #f0f4f9;
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Explicit High-Contrast Text Overrides for Dark Theme */
.text-muted {
    color: #b8cce6 !important;
}

.text-white-50 {
    color: rgba(230, 240, 255, 0.65) !important;
}

.text-secondary {
    color: #a3bcdb !important;
}

p {
    color: #b8cce6;
}

small {
    color: #a3bcdb;
}

/* Typography Hierarchy */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: #ffffff;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.25;
}

.font-accent {
    font-family: var(--font-accent);
    letter-spacing: 1px;
}

.text-gold {
    color: var(--gold-primary) !important;
}

/* General-enquiry option checkboxes */
#modalOptionsRow .form-check,
.enquiry-options-row .form-check {
    color: var(--gold-light);
    cursor: pointer;
}

#modalOptionsRow .form-check-input,
.enquiry-options-row .form-check-input {
    background-color: #0d1b2e;
    border: 1.5px solid var(--gold-primary);
    cursor: pointer;
}

#modalOptionsRow .form-check-input:checked,
.enquiry-options-row .form-check-input:checked {
    background-color: var(--gold-primary);
    border-color: var(--gold-primary);
}

#modalOptionsRow .form-check-input:focus,
.enquiry-options-row .form-check-input:focus {
    border-color: var(--gold-light);
    box-shadow: 0 0 0 0.22rem var(--gold-glow);
}

/* Timeline and scope are intentionally omitted from all enquiry forms. */
.lux-form .col-md-6:has(#enqTimelineDropdownWrap),
.lux-form .col-md-6:has(#timelineDropdownWrap),
.lux-form .col-md-6:has(#modalTimelineDropdownWrap),
.lux-form .col-12:has(#enqRequirement),
.lux-form .col-12:has(#modalEnqRequirement) {
    display: none !important;
}

.gold-gradient-text {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: var(--bg-darkest);
}
::-webkit-scrollbar-thumb {
    background: #1c3354;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--gold-dark);
}

/* -------------------------------------------------------------
   TOP NOTIFICATION & CONTACT RIBBON
------------------------------------------------------------- */
.royal-ribbon {
    background: linear-gradient(90deg, #050a14 0%, #0c182b 50%, #050a14 100%);
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    font-size: 0.8125rem;
    letter-spacing: 0.3px;
}

.ribbon-link {
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
}

.ribbon-link:hover {
    color: var(--gold-light);
}

.ribbon-social {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.8rem;
    transition: var(--transition);
    border: 1px solid transparent;
}

.ribbon-social:hover {
    color: var(--gold-primary);
    background: rgba(212, 175, 55, 0.15);
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-2px);
}

/* -------------------------------------------------------------
   FLOATING QUICK ACTIONS (CALL & WHATSAPP)
------------------------------------------------------------- */
.floating-actions-wrap {
    position: fixed;
    bottom: 22px;
    right: 18px;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.float-action-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.55), 0 0 12px rgba(212, 175, 55, 0.2);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.float-btn-call {
    background: linear-gradient(135deg, #f7e7b4 0%, #d4af37 50%, #9c7c1f 100%);
    color: #07101d !important;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
}

.float-btn-call:hover {
    transform: scale(1.1) translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.6);
    color: #000 !important;
}

.float-btn-wa {
    background: #25d366;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
}

.float-btn-wa:hover {
    transform: scale(1.1) translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
}

.float-tooltip {
    display: none;
    position: absolute;
    right: 58px;
    background: rgba(5, 11, 20, 0.94);
    color: #f0f4f9;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid rgba(212, 175, 55, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

@media (min-width: 992px) {
    .float-action-btn:hover .float-tooltip {
        display: block;
    }
}

/* -------------------------------------------------------------
   MAIN NAVIGATION
------------------------------------------------------------- */
.glass-navbar {
    background: rgba(8, 18, 32, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
    transition: var(--transition);
    padding: 0.9rem 0;
}

.glass-navbar.scrolled {
    background: rgba(5, 10, 20, 0.96);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
    padding: 0.65rem 0;
    border-bottom-color: rgba(212, 175, 55, 0.3);
}

/* Brand Crest */
.brand-crest {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1b365d 0%, #0a1728 100%);
    border: 1.5px solid var(--gold-primary);
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.brand-crest::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(60deg, transparent 40%, rgba(243, 224, 156, 0.3) 50%, transparent 60%);
    transform: rotate(30deg);
    animation: crestShine 6s infinite;
}

@keyframes crestShine {
    0%, 80% { transform: translateY(-100%) rotate(30deg); }
    100% { transform: translateY(100%) rotate(30deg); }
}

.crest-letter {
    font-family: var(--font-accent);
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--gold-light);
    line-height: 1;
    z-index: 1;
}

.brand-title {
    font-family: var(--font-accent);
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: 1.5px;
    color: #ffffff;
    line-height: 1.1;
    display: block;
}

.brand-sub {
    font-family: var(--font-body);
    font-size: 0.65rem;
    letter-spacing: 2px;
    color: var(--gold-primary);
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

/* Nav Links */
.navbar-nav .nav-link {
    color: var(--text-muted) !important;
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 0.5rem 1.1rem !important;
    letter-spacing: 0.3px;
    position: relative;
    transition: var(--transition);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--gold-light) !important;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gold-gradient);
    transition: var(--transition);
    transform: translateX(-50%);
    border-radius: 2px;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: calc(100% - 2.2rem);
}

/* Navbar Buttons */
.btn-nav-call {
    border: 1px solid rgba(212, 175, 55, 0.4);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.45rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    transition: var(--transition);
    background: rgba(212, 175, 55, 0.05);
}

.btn-nav-call:hover {
    background: rgba(212, 175, 55, 0.18);
    border-color: var(--gold-primary);
    color: var(--gold-light);
}

.btn-nav-enquire {
    background: var(--gold-gradient);
    color: #07101d !important;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.45rem 1.25rem;
    border-radius: 8px;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    border: none;
}

.btn-nav-enquire:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.45);
    background: linear-gradient(135deg, #ffffff 0%, #f3e09c 50%, #d4af37 100%);
}

/* Mobile Toggler */
.navbar-toggler {
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 0.4rem 0.65rem;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.35);
}

/* -------------------------------------------------------------
   HERO SECTION
------------------------------------------------------------- */
.hero-section {
    position: relative;
    padding: 5rem 0 3.5rem 0;
    background: radial-gradient(circle at 85% 15%, #183354 0%, #0a1526 50%, #050a14 100%);
    overflow: hidden;
}

.hero-backdrop-pattern {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(rgba(212, 175, 55, 0.08) 1px, transparent 1px),
        radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px, 20px 20px;
    background-position: 0 0, 10px 10px;
    opacity: 0.6;
    pointer-events: none;
}

.hero-glow {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.12) 0%, transparent 70%);
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    filter: blur(50px);
}

.badge-royal {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.35);
    padding: 0.4rem 1rem;
    border-radius: 50px;
    color: var(--gold-light);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.18;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .hero-title { font-size: 3.25rem; }
}
@media (min-width: 1200px) {
    .hero-title { font-size: 3.85rem; }
}

.hero-lead {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 580px;
    line-height: 1.7;
    margin-bottom: 2.25rem;
}

/* Hero CTA Buttons */
.btn-royal-primary {
    background: var(--gold-gradient);
    color: #07101d;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.85rem 1.8rem;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.35);
    border: none;
}

.btn-royal-primary:hover {
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.5);
    background: linear-gradient(135deg, #ffffff 0%, #f3e09c 50%, #d4af37 100%);
}

.btn-royal-secondary {
    background: rgba(13, 27, 46, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.4);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.85rem 1.6rem;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.btn-royal-secondary:hover {
    background: rgba(212, 175, 55, 0.15);
    border-color: var(--gold-primary);
    color: var(--gold-light);
    transform: translateY(-3px);
}

.btn-whatsapp-cta {
    background: #25d366;
    color: #050a14;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.85rem 1.6rem;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-cta:hover {
    background: #20ba59;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
}

/* Hero Feature Card (Right Column) */
.hero-glass-card {
    background: linear-gradient(145deg, rgba(17, 34, 58, 0.85) 0%, rgba(9, 19, 34, 0.95) 100%);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 30px rgba(212, 175, 55, 0.15);
    position: relative;
    overflow: hidden;
}

.hero-glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gold-gradient);
}

.hero-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.75rem;
    border-radius: 10px;
    transition: var(--transition);
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.hero-feature-item:hover {
    background: rgba(212, 175, 55, 0.08);
    border-color: rgba(212, 175, 55, 0.2);
    transform: translateX(4px);
}

.feature-check-icon {
    color: var(--gold-primary);
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

/* -------------------------------------------------------------
   STATS BAR (CLEAN, MODERN, FULLY RESPONSIVE)
------------------------------------------------------------- */
.stats-strip {
    background: linear-gradient(90deg, #07111f 0%, #0d1e34 50%, #07111f 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    padding: 2rem 0;
    position: relative;
    z-index: 5;
}

.stat-box {
    text-align: center;
    padding: 0.75rem 1rem;
    position: relative;
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 700;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 0.4rem;
}

@media (min-width: 768px) {
    .stat-number { font-size: 2.75rem; }
}

.stat-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--text-muted);
    font-weight: 600;
}

/* -------------------------------------------------------------
   INNER PAGE BANNER (FOR ABOUT, SERVICES, GALLERY, CONTACT)
------------------------------------------------------------- */
.page-banner-section {
    position: relative;
    padding: 3.8rem 0 3rem 0;
    background: radial-gradient(circle at 80% 20%, #162f4e 0%, #0a1728 55%, #050b16 100%);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    overflow: hidden;
}

.page-banner-backdrop {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(rgba(212, 175, 55, 0.07) 1px, transparent 1px),
        radial-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 36px 36px, 18px 18px;
    opacity: 0.7;
    pointer-events: none;
}

.page-banner-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.12) 0%, transparent 70%);
    top: -20%;
    right: 5%;
    pointer-events: none;
}

.page-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #9cb3ce;
    margin-bottom: 0.85rem;
}

.page-breadcrumb a {
    color: var(--gold-primary);
    text-decoration: none;
    transition: var(--transition);
}

.page-breadcrumb a:hover {
    color: var(--gold-light);
    text-decoration: underline;
}

.page-banner-title {
    font-family: var(--font-heading);
    font-size: 2.35rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 0.6rem;
}

@media (min-width: 768px) {
    .page-banner-title { font-size: 2.85rem; }
}

.page-banner-desc {
    font-size: 1rem;
    color: #b8cce6;
    max-width: 680px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Gallery Filter Nav */
.gallery-filter-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;
    margin-bottom: 2.5rem;
}

.gallery-filter-btn {
    background: rgba(8, 18, 33, 0.85);
    border: 1px solid rgba(212, 175, 55, 0.25);
    color: #b8cce6;
    padding: 0.45rem 1rem;
    border-radius: 25px;
    font-size: 0.84rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
}

.gallery-filter-btn:hover,
.gallery-filter-btn.active {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.28) 0%, rgba(212, 175, 55, 0.1) 100%);
    border-color: var(--gold-primary);
    color: #ffffff;
    box-shadow: 0 2px 14px rgba(212, 175, 55, 0.3);
}

/* -------------------------------------------------------------
   SECTION GENERAL STYLING
------------------------------------------------------------- */
.section-pad {
    padding: 5.5rem 0;
    position: relative;
}

.bg-royal-dark {
    background-color: var(--bg-dark);
}

.bg-royal-darkest {
    background-color: var(--bg-darkest);
}

.section-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 3.5rem auto;
}

.section-subtitle {
    font-family: var(--font-body);
    color: var(--gold-primary);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
    display: inline-block;
}

.section-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

@media (min-width: 768px) {
    .section-title { font-size: 2.5rem; }
}

.section-desc {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.royal-divider {
    width: 80px;
    height: 2px;
    background: var(--gold-gradient);
    margin: 1.25rem auto 0 auto;
    border-radius: 2px;
}

/* -------------------------------------------------------------
   ABOUT SECTION
------------------------------------------------------------- */
.about-glass-card {
    background: linear-gradient(145deg, rgba(16, 32, 54, 0.8), rgba(9, 18, 31, 0.9));
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 18px;
    padding: 2.25rem;
    box-shadow: var(--shadow-card);
}

.about-feature-box {
    background: rgba(5, 12, 23, 0.6);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    padding: 1.25rem;
    text-align: center;
    transition: var(--transition);
}

.about-feature-box:hover {
    border-color: var(--gold-primary);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.about-pillar {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.pillar-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-primary);
    font-size: 1.25rem;
    flex-shrink: 0;
}

/* -------------------------------------------------------------
   SERVICES SECTION
------------------------------------------------------------- */
/* Filter Pills */
.service-filter-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 3rem;
}

.filter-btn {
    background: rgba(14, 28, 48, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.25);
    color: var(--text-muted);
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.55rem 1.35rem;
    border-radius: 30px;
    cursor: pointer;
    transition: var(--transition);
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--gold-gradient);
    color: #060e1a;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.35);
    transform: translateY(-2px);
}

/* Service Card */
.service-card {
    background: linear-gradient(160deg, rgba(15, 30, 52, 0.75) 0%, rgba(8, 17, 30, 0.85) 100%);
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 16px;
    padding: 2rem 1.75rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--gold-gradient);
    opacity: 0;
    transition: var(--transition);
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(212, 175, 55, 0.45);
    box-shadow: var(--shadow-card-hover);
    background: linear-gradient(160deg, rgba(20, 42, 70, 0.85) 0%, rgba(10, 22, 38, 0.95) 100%);
}

.service-card:hover::before {
    opacity: 1;
}

.service-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-primary);
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    transition: var(--transition);
}

.service-card:hover .service-icon-box {
    background: var(--gold-gradient);
    color: #07101d;
    box-shadow: 0 6px 18px rgba(212, 175, 55, 0.35);
    transform: scale(1.05);
}

/* Membership form used on the Home and Contact pages. */
.membership-direct-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.55rem; margin-bottom: 1rem; }
.membership-direct-option { position: relative; cursor: pointer; }
.membership-direct-option input { position: absolute; top: 0.65rem; right: 0.65rem; width: 0.9rem; height: 0.9rem; accent-color: var(--gold-primary); }
.membership-direct-option span { display: block; min-height: 74px; padding: 0.72rem 1.9rem 0.72rem 0.72rem; border: 1px solid rgba(212,175,55,0.22); border-radius: 9px; background: rgba(255,255,255,0.025); color: var(--text-muted); font-size: 0.72rem; line-height: 1.35; transition: var(--transition); }
.membership-direct-option i { color: var(--gold-primary); margin-right: 0.3rem; }
.membership-direct-option strong { color: #fff; font-size: 0.8rem; }
.membership-direct-option small { display: block; margin-top: 0.35rem; }
.membership-direct-option input:checked + span { border-color: var(--gold-primary); background: rgba(212,175,55,0.12); box-shadow: 0 0 0 2px rgba(212,175,55,0.1); }
.membership-direct-panel { display: none; margin-top: 1rem; padding: 1rem; border: 1px solid rgba(212,175,55,0.18); border-radius: 10px; background: rgba(255,255,255,0.02); }
.membership-direct-panel.active { display: block; }
.membership-direct-panel h4 { color: #f7e7b4; font-size: 0.9rem; margin: 0 0 0.8rem; }
.membership-direct-notice { margin-top: 0.75rem; color: #fca5a5; font-size: 0.78rem; }
.membership-direct-panel .lux-input[type="date"] { color-scheme: dark; }
.membership-direct-panel .lux-input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(1); opacity: 0.9; cursor: pointer; }
@media (max-width: 767px) { .membership-direct-options { grid-template-columns: 1fr; } }

/* Horizontal service video showcase */
.service-video-showcase { background: radial-gradient(circle at 15% 30%, rgba(212,175,55,0.1), transparent 32%), #081220; }
.video-showcase-controls { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; color: var(--text-muted); font-size: 0.8rem; }
.video-scroll-btn { width: 36px; height: 36px; border: 1px solid rgba(212,175,55,0.4); border-radius: 50%; background: rgba(212,175,55,0.08); color: var(--gold-primary); transition: var(--transition); }
.video-scroll-btn:hover { background: var(--gold-gradient); color: #081220; transform: translateY(-2px); }
.video-showcase-track { display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 0.25rem 0 1rem; scrollbar-width: thin; scrollbar-color: rgba(212,175,55,0.55) transparent; }
.video-showcase-card { position: relative; flex: 0 0 min(330px, 82vw); height: 395px; overflow: hidden; border: 1px solid rgba(212,175,55,0.25); border-radius: 16px; scroll-snap-align: start; background: #07101d; }
.video-showcase-card img, .video-showcase-card video { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.video-showcase-card:hover img, .video-showcase-card:hover video { transform: scale(1.07); }
.video-showcase-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: end; padding: 1.4rem; background: linear-gradient(180deg, rgba(2,7,14,0.05) 20%, rgba(2,7,14,0.94) 100%); }
.video-play-icon { position: absolute; top: 1rem; left: 1rem; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid rgba(247,231,180,0.65); border-radius: 50%; background: rgba(8,18,32,0.68); color: #f7e7b4; font-size: 1.1rem; }
.video-showcase-type { margin-bottom: 0.35rem; color: var(--gold-primary); font-size: 0.67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.video-showcase-card h3 { margin: 0 0 0.45rem; color: #fff; font-size: 1.08rem; }
.video-showcase-card p { margin: 0; color: #c3d3e8; font-size: 0.8rem; line-height: 1.5; }
.video-showcase-note { margin: 0.35rem 0 0; color: #7a9cbf; font-size: 0.75rem; text-align: center; }
.video-auto-dot { display: inline-block; width: 7px; height: 7px; margin-right: 0.35rem; border-radius: 50%; background: #25d366; box-shadow: 0 0 0 rgba(37,211,102,0.7); animation: videoAutoPulse 1.7s infinite; }
@keyframes videoAutoPulse { 70% { box-shadow: 0 0 0 7px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }
@media (max-width: 575px) { .video-showcase-controls { font-size: 0.7rem; } .video-scroll-btn { width: 32px; height: 32px; } .video-showcase-card { height: 330px; } }

/* Location badge for city-exclusive services */
.kolkata-exclusive-badge {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.38rem 0.6rem;
    border: 1px solid rgba(212, 175, 55, 0.5);
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.12);
    color: #f7e7b4;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1;
    text-transform: uppercase;
    z-index: 1;
}

.kolkata-exclusive-badge i {
    color: var(--gold-primary);
    font-size: 0.72rem;
}

@media (max-width: 380px) {
    .kolkata-exclusive-badge {
        right: 0.85rem;
        padding: 0.32rem 0.48rem;
        font-size: 0.56rem;
    }
}

.service-card-title {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
    color: #ffffff;
}

.service-card-text {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    flex-grow: 1;
}

.service-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.service-bullet-list li {
    font-size: 0.85rem;
    color: #b8cce6;
    margin-bottom: 0.45rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.service-bullet-list li i {
    color: var(--gold-primary);
    font-size: 0.85rem;
}

.btn-service-enquire {
    background: transparent;
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: var(--gold-light);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.55rem 1rem;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    transition: var(--transition);
    margin-top: auto;
}

.btn-service-enquire:hover {
    background: rgba(212, 175, 55, 0.15);
    border-color: var(--gold-primary);
    color: #ffffff;
}

/* -------------------------------------------------------------
   GALLERY SHOWCASE
------------------------------------------------------------- */
.gallery-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.2);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    height: 260px;
    background: #091322;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-card:hover img {
    transform: scale(1.08);
}

.gallery-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5, 10, 20, 0.9) 0%, rgba(5, 10, 20, 0.3) 60%, transparent 100%);
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
    opacity: 0;
    transition: var(--transition);
}

.gallery-card:hover .gallery-card-overlay {
    opacity: 1;
}

.gallery-tag {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--gold-primary);
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.gallery-card-title {
    font-size: 1.05rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
}

/* -------------------------------------------------------------
   CONTACT & ENQUIRY SECTION
------------------------------------------------------------- */
.contact-form-card {
    background: linear-gradient(145deg, rgba(16, 32, 54, 0.9) 0%, rgba(8, 17, 30, 0.95) 100%);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: var(--shadow-card);
}

@media (max-width: 768px) {
    .contact-form-card { padding: 1.75rem; }
}

/* -------------------------------------------------------------
   CONTACT & REQUIREMENT REDESIGN (ULTRA-LUXURY)
------------------------------------------------------------- */
.contact-section-lux {
    background: radial-gradient(circle at 10% 20%, #0d1e34 0%, #07111e 60%, #040811 100%);
    position: relative;
    overflow: hidden;
}

.contact-ambient-glow {
    position: absolute;
    top: 20%;
    left: 45%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
    pointer-events: none;
    filter: blur(60px);
}

/* Form Container Card - Compact Executive */
.lux-form-wrapper {
    background: linear-gradient(155deg, rgba(14, 28, 48, 0.9) 0%, rgba(6, 14, 26, 0.96) 100%);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 1.4rem 1.6rem;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.7), 0 0 30px rgba(212, 175, 55, 0.1);
    position: relative;
}

.lux-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    height: 2px;
    background: var(--gold-gradient);
}

@media (max-width: 768px) {
    .lux-form-wrapper { padding: 1.15rem; }
}

/* Form Header */
.form-header-lux {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-bottom: 0.85rem;
    margin-bottom: 0.9rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.form-header-badge {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    flex-shrink: 0;
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.2);
}

.form-title-text {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.form-subtitle-text {
    font-size: 0.78rem;
    color: #b8cce6;
}

/* Labels */
.lux-label {
    font-size: 0.76rem;
    font-weight: 600;
    color: #e2ecf9;
    margin-bottom: 0.25rem;
    display: block;
    letter-spacing: 0.3px;
}

/* Modern Input Groups with Embedded Icons */
.lux-input-group {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(5, 12, 22, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 8px;
    transition: var(--transition);
}

.lux-input-group:focus-within {
    border-color: var(--gold-primary);
    box-shadow: 0 0 0 2.5px rgba(212, 175, 55, 0.2), 0 0 12px rgba(212, 175, 55, 0.25);
    background: rgba(7, 16, 30, 0.95);
}

.lux-input-icon {
    padding: 0 0.65rem 0 0.75rem;
    color: var(--gold-primary);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.lux-input {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 0.84rem;
    padding: 0.48rem 0.75rem 0.48rem 0;
    font-family: var(--font-body);
}

.lux-input::placeholder {
    color: rgba(155, 176, 201, 0.45);
    font-size: 0.8rem;
}

.lux-textarea {
    resize: vertical;
    min-height: 68px;
    padding-top: 0.48rem;
}

/* -------------------------------------------------------------
   CUSTOM LUXURY DROPDOWN (UL / LI COMPONENT)
------------------------------------------------------------- */
.custom-dropdown-wrap {
    position: relative;
    width: 100%;
}

.lux-dropdown-trigger {
    width: 100%;
    background: rgba(5, 12, 22, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 8px;
    padding: 0.48rem 0.8rem;
    color: #ffffff;
    font-size: 0.84rem;
    font-family: var(--font-body);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: var(--transition);
    text-align: left;
}

.lux-dropdown-trigger:hover,
.lux-dropdown-trigger:focus,
.custom-dropdown-wrap.open .lux-dropdown-trigger {
    border-color: var(--gold-primary);
    background: rgba(8, 18, 33, 0.98);
    box-shadow: 0 0 0 2.5px rgba(212, 175, 55, 0.2), 0 0 12px rgba(212, 175, 55, 0.25);
    outline: none;
}

.lux-dropdown-trigger .placeholder-text {
    color: rgba(155, 176, 201, 0.55);
}

.lux-dropdown-trigger .chevron-icon {
    font-size: 0.78rem;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
    margin-left: 6px;
}

.custom-dropdown-wrap.open .chevron-icon {
    transform: rotate(180deg);
}

/* Dropdown Menu (UL) */
.lux-dropdown-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 1050;
    background: linear-gradient(160deg, rgba(9, 20, 36, 0.98) 0%, rgba(4, 10, 18, 0.99) 100%);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 12px;
    padding: 0.4rem;
    list-style: none;
    margin: 0;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.8), 0 0 20px rgba(212, 175, 55, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px) scale(0.98);
    transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s;
    pointer-events: none;
}

.custom-dropdown-wrap.open .lux-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

/* Dropdown Items (LI) */
.lux-dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.45rem 0.65rem;
    border-radius: 7px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
    margin-bottom: 2px;
    border: 1px solid transparent;
}

.lux-dropdown-item:hover {
    background: rgba(212, 175, 55, 0.15);
    border-color: rgba(212, 175, 55, 0.35);
}

.lux-dropdown-item.selected {
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.2) 0%, rgba(212, 175, 55, 0.05) 100%);
    border-color: rgba(212, 175, 55, 0.4);
}

.item-icon-box {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-light);
    font-size: 0.8rem;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.item-icon-box i {
    color: inherit;
    font-size: 0.85rem;
}

.lux-dropdown-item:hover .item-icon-box {
    background: rgba(212, 175, 55, 0.28);
    border-color: var(--gold-primary);
    color: #ffffff !important;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.35);
}

.lux-dropdown-item:hover .item-icon-box i {
    color: #ffffff !important;
}

.item-text-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.item-title {
    font-size: 0.82rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
}

.item-check {
    color: var(--gold-primary);
    font-size: 1rem;
    opacity: 0;
    transition: opacity 0.2s;
}

.lux-dropdown-item.selected .item-check {
    opacity: 1;
}

/* Custom Scrollbar for Dropdown Menu */
.lux-dropdown-menu::-webkit-scrollbar {
    width: 5px;
}
.lux-dropdown-menu::-webkit-scrollbar-thumb {
    background: rgba(212, 175, 55, 0.3);
    border-radius: 3px;
}
.lux-dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: var(--gold-primary);
}

/* Submit Button - Compact */
.lux-submit-btn {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: var(--gold-gradient);
    border: none;
    border-radius: 10px;
    padding: 0.68rem 1.4rem;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.32);
}

.lux-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.45);
}

.btn-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.88rem;
    font-weight: 700;
    color: #07101d;
    letter-spacing: 0.2px;
}

.btn-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(60deg, transparent 40%, rgba(255, 255, 255, 0.35) 50%, transparent 60%);
    transform: rotate(25deg);
    animation: btnShine 4s infinite;
}

@keyframes btnShine {
    0%, 70% { transform: translateY(-100%) rotate(25deg); }
    100% { transform: translateY(100%) rotate(25deg); }
}

.privacy-pill {
    font-size: 0.72rem;
    color: #a3bcdb;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.3rem 0.85rem;
    border-radius: 50px;
}

/* -------------------------------------------------------------
   RIGHT SIDEBAR: EXECUTIVE DIRECT DESK (COMPACT)
------------------------------------------------------------- */
.sidebar-header-card {
    background: linear-gradient(145deg, rgba(16, 32, 54, 0.85), rgba(8, 17, 30, 0.95));
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 12px;
    padding: 0.85rem 1.1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.sidebar-header-card h4 {
    font-size: 0.98rem;
}

.badge-status-live {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(37, 211, 102, 0.15);
    border: 1px solid rgba(37, 211, 102, 0.35);
    color: #4ade80;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.15rem 0.55rem;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 6px #22c55e;
    animation: pulseGreen 2s infinite;
}

@keyframes pulseGreen {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.8); }
}

/* Executive Cards (Call, WA, Mail) - Compact */
.executive-card {
    background: linear-gradient(145deg, rgba(14, 28, 48, 0.85) 0%, rgba(7, 16, 28, 0.95) 100%);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    padding: 0.68rem 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.executive-card:hover {
    transform: translateY(-2px);
    border-color: var(--gold-primary);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.45), 0 0 16px rgba(212, 175, 55, 0.22);
}

.exec-icon-box {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    flex-shrink: 0;
    transition: var(--transition);
}

.icon-call-glow {
    background: rgba(212, 175, 55, 0.15);
    color: var(--gold-light);
    border: 1px solid rgba(212, 175, 55, 0.35);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
}

.icon-wa-glow {
    background: rgba(37, 211, 102, 0.15);
    color: #25d366;
    border: 1px solid rgba(37, 211, 102, 0.35);
    box-shadow: 0 0 10px rgba(37, 211, 102, 0.2);
}

.icon-mail-glow {
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
    border: 1px solid rgba(59, 130, 246, 0.35);
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.2);
}

.executive-card:hover .exec-icon-box {
    transform: scale(1.05);
}

.exec-card-badge {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #a3bcdb;
    font-weight: 700;
    display: block;
}

.exec-tag {
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--gold-light);
}

.exec-card-val {
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0.05rem 0;
    line-height: 1.2;
}

.exec-card-sub {
    font-size: 0.7rem;
    color: #8fa7c4;
    display: block;
}

/* Sidebar Widgets */
.sidebar-widget-card {
    background: linear-gradient(145deg, rgba(12, 24, 42, 0.8), rgba(6, 13, 24, 0.9));
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 12px;
    padding: 0.7rem 0.95rem;
}

/* Extra-compact executive contact sidebar */
.compact-direct-desk {
    gap: 0.4rem !important;
}

.compact-direct-desk .sidebar-header-card {
    padding: 0.55rem 0.75rem;
}

.compact-direct-desk .sidebar-header-card h4 {
    font-size: 0.82rem !important;
}

.compact-direct-desk .sidebar-header-card p,
.compact-direct-desk .sidebar-header-card .small {
    font-size: 0.62rem !important;
}

.compact-direct-desk .badge-status-live {
    font-size: 0.56rem;
    padding: 0.12rem 0.4rem;
}

.compact-direct-desk .executive-card {
    padding: 0.42rem 0.6rem;
    gap: 0.55rem;
    border-radius: 9px;
}

.compact-direct-desk .exec-icon-box {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 0.8rem;
}

.compact-direct-desk .exec-card-badge,
.compact-direct-desk .exec-tag {
    font-size: 0.55rem;
}

.compact-direct-desk .exec-card-val {
    font-size: 0.74rem !important;
}

.compact-direct-desk .exec-card-sub,
.compact-direct-desk .sidebar-widget-card .small {
    font-size: 0.6rem !important;
}

.compact-direct-desk .sidebar-widget-card {
    padding: 0.45rem 0.65rem;
    border-radius: 9px;
}

.compact-direct-desk .social-pill-btn {
    gap: 1px;
    padding: 0.25rem 0.15rem;
    font-size: 0.54rem;
    border-radius: 6px;
}

.compact-direct-desk .social-pill-btn i {
    font-size: 0.76rem !important;
}

/* Social Pills */
.social-pill-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 0.42rem 0.35rem;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.68rem;
    font-weight: 600;
    color: #ffffff;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.fb-pill {
    background: rgba(24, 119, 242, 0.15);
    border-color: rgba(24, 119, 242, 0.3);
    color: #93c5fd;
}
.fb-pill:hover {
    background: #1877f2;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(24, 119, 242, 0.4);
}

.insta-pill {
    background: rgba(225, 48, 108, 0.15);
    border-color: rgba(225, 48, 108, 0.3);
    color: #f472b6;
}
.insta-pill:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(225, 48, 108, 0.4);
}

.wa-pill {
    background: rgba(37, 211, 102, 0.15);
    border-color: rgba(37, 211, 102, 0.3);
    color: #86efac;
}
.wa-pill:hover {
    background: #25d366;
    color: #050a14;
    font-weight: 700;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.4);
}

/* -------------------------------------------------------------
   TESTIMONIALS
------------------------------------------------------------- */
.testimonial-card {
    background: linear-gradient(150deg, rgba(14, 28, 48, 0.75) 0%, rgba(8, 16, 29, 0.85) 100%);
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    transition: var(--transition);
}

.testimonial-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 175, 55, 0.4);
    box-shadow: var(--shadow-card-hover);
}

.avatar-badge {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1f3b64 0%, #0d1a2c 100%);
    border: 1.5px solid var(--gold-primary);
    color: var(--gold-light);
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* -------------------------------------------------------------
   FOOTER
------------------------------------------------------------- */
.royal-footer {
    background: #040810;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    padding: 4.5rem 0 2rem 0;
    color: var(--text-muted);
}

.footer-heading {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    color: var(--gold-light);
    margin-bottom: 1.25rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 1.5px;
    background: var(--gold-primary);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.65rem;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--transition);
    display: inline-block;
}

.footer-links a:hover {
    color: var(--gold-light);
    transform: translateX(4px);
}

/* -------------------------------------------------------------
   FLOATING ACTION BUTTONS (CLEAN & NON-INVASIVE)
------------------------------------------------------------- */
.floating-actions-wrap {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.float-action-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    transition: var(--transition);
    position: relative;
}

.float-action-btn:hover {
    transform: scale(1.1) translateY(-2px);
}

.float-btn-call {
    background: var(--gold-gradient);
    color: #07101d;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

.float-btn-call:hover {
    background: linear-gradient(135deg, #ffffff, #f3e09c);
    color: #000;
}

.float-btn-wa {
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.float-btn-wa:hover {
    background: #20ba59;
    color: #ffffff;
}

.float-tooltip {
    position: absolute;
    right: 64px;
    background: rgba(5, 10, 20, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.3rem 0.75rem;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translateX(10px);
    transition: var(--transition);
}

.float-action-btn:hover .float-tooltip {
    opacity: 1;
    transform: translateX(0);
}

/* -------------------------------------------------------------
   RESPONSIVENESS OPTIMIZATIONS
------------------------------------------------------------- */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: rgba(6, 13, 24, 0.98);
        border: 1px solid rgba(212, 175, 55, 0.2);
        border-radius: 14px;
        padding: 1.25rem;
        margin-top: 1rem;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7);
    }
    .hero-section {
        padding: 3.5rem 0 2.5rem 0;
    }
    .stat-box {
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2.1rem;
    }
    .section-pad {
        padding: 4rem 0;
    }
    .btn-royal-primary, .btn-royal-secondary, .btn-whatsapp-cta {
        width: 100%;
    }
    .floating-actions-wrap {
        bottom: 16px;
        right: 16px;
        gap: 10px;
    }
    .float-action-btn {
        width: 46px;
        height: 46px;
        font-size: 1.2rem;
    }
}

/* -------------------------------------------------------------
   LUXURY RESPONSIVE MODAL STYLING (COMPACT & REFINED)
------------------------------------------------------------- */
.modal-backdrop.show {
    background-color: #03070f;
    opacity: 0.88;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.lux-modal-dialog {
    max-width: 620px;
    margin: 1.5rem auto;
}

.lux-modal-content {
    background: linear-gradient(160deg, #09172c 0%, #050c17 100%);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.85), 0 0 30px rgba(212, 175, 55, 0.2);
    overflow: visible;
}

.lux-modal-header {
    background: linear-gradient(90deg, rgba(8, 18, 33, 0.95) 0%, rgba(14, 28, 48, 0.95) 100%);
    border-bottom: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 18px 18px 0 0;
    position: relative;
}

.lux-modal-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: var(--gold-gradient);
}

.lux-modal-close {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    padding: 0.5rem;
    opacity: 0.8;
    transition: var(--transition);
}

.lux-modal-close:hover {
    opacity: 1;
    background-color: rgba(212, 175, 55, 0.25);
    transform: rotate(90deg);
}

/* Compact Modal Form Sizing & Unified Field Heights */
#enquiryModal .lux-label {
    font-size: 0.78rem;
    margin-bottom: 0.25rem;
}

#enquiryModal .lux-input-group {
    min-height: 42px;
    height: 42px;
    border-radius: 8px;
}

#enquiryModal .lux-input {
    padding: 0 0.85rem 0 0;
    font-size: 0.875rem;
    height: 100%;
}

#enquiryModal .lux-input-icon {
    padding: 0 0.65rem 0 0.85rem;
    font-size: 0.95rem;
}

#enquiryModal .lux-dropdown-trigger,
#modalServiceBadge {
    width: 100%;
    min-height: 42px;
    height: 42px;
    padding: 0 0.85rem;
    font-size: 0.875rem;
    border-radius: 8px;
    border: 1px solid rgba(212, 175, 55, 0.25);
    background: rgba(5, 12, 22, 0.8);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 0;
}

#modalServiceBadge {
    justify-content: flex-start;
    user-select: none;
}

#modalServiceLabel {
    font-size: 0.875rem;
    color: #e8effa;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#enquiryModal .lux-dropdown-item {
    padding: 0.45rem 0.65rem;
}

#enquiryModal .item-title {
    font-size: 0.82rem;
}

#enquiryModal .item-icon-box {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
}

/* Dropdown Scroll Isolation */
.lux-dropdown-menu {
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    max-height: 220px;
}

@media (max-width: 576px) {
    .lux-modal-dialog {
        max-width: 95%;
        margin: 0.75rem auto;
    }
    .lux-modal-content {
        border-radius: 14px;
    }
}

/* -------------------------------------------------------------
   LIGHTBOX2 LUXURY OVERRIDES (ATTACHED TO IMAGE TOP-RIGHT)
------------------------------------------------------------- */
#lightboxOverlay {
    background-color: #03070f !important;
    opacity: 0.92 !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    cursor: pointer !important;
}

#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10500;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    cursor: pointer !important;
}

.lb-outerContainer {
    background-color: #07111e !important;
    border-radius: 18px !important;
    border: 2px solid rgba(212, 175, 55, 0.5) !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.95), 0 0 35px rgba(212, 175, 55, 0.3) !important;
    position: relative !important;
    margin: 0 auto;
    cursor: default !important;
}

.lb-container {
    position: relative !important;
    border-radius: 16px !important;
    overflow: hidden;
}

.lb-image {
    border-radius: 16px !important;
}

/* Close button pinned to the TOP-RIGHT of the IMAGE card */
#lightbox .lb-close {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    width: 38px !important;
    height: 38px !important;
    background: rgba(5, 12, 22, 0.88) !important;
    border: 1.5px solid var(--gold-primary) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10800 !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.85), 0 0 12px rgba(212, 175, 55, 0.4) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    text-indent: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

#lightbox .lb-close::before {
    content: '✕';
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--gold-light);
    line-height: 1;
    display: block;
    transition: all 0.2s ease;
}

#lightbox .lb-close:hover {
    background: rgba(212, 175, 55, 0.35) !important;
    border-color: #ffffff !important;
    transform: scale(1.1) rotate(90deg) !important;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.9), 0 0 20px rgba(212, 175, 55, 0.6) !important;
}

#lightbox .lb-close:hover::before {
    color: #ffffff;
}

/* Captions & Counter */
.lb-dataContainer {
    padding: 12px 0 0 0 !important;
    cursor: default !important;
}

.lb-data .lb-caption {
    font-family: var(--font-heading) !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    line-height: 1.4 !important;
}

.lb-data .lb-number {
    font-size: 0.8rem !important;
    color: var(--gold-primary) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding-top: 4px !important;
}

@media (max-width: 576px) {
    #lightbox .lb-close {
        top: 8px !important;
        right: 8px !important;
        width: 34px !important;
        height: 34px !important;
    }
    #lightbox .lb-close::before {
        font-size: 1rem;
    }
}

/* Background Page Scroll Lock */
html.lightbox-open, 
body.lightbox-open {
    overflow: hidden !important;
    touch-action: none !important;
}

/* Modal Auto-Fill Category Badge */
.modal-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    background: rgba(212, 175, 55, 0.08);
    font-size: 0.85rem;
    color: #e0e8f4;
    margin-bottom: 0.25rem;
    transition: background 0.3s, border-color 0.3s;
    width: 100%;
}

.modal-category-badge .badge-icon-box {
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* -------------------------------------------------------------
   3-PILLAR ECOSYSTEM (HOSPITALITY BRIDGE, GUEST AURA, STAFF & VENDOR HUB)
------------------------------------------------------------- */
.pillar-tabs-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
    background: rgba(6, 14, 26, 0.9);
    padding: 0.3rem 0.35rem;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 740px;
    width: 100%;
    margin: 0 auto 2.5rem auto;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.65), inset 0 1px 1px rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.pillar-tab-btn {
    flex: 1 1 0;
    background: transparent;
    border: 1px solid transparent;
    color: #b8cce6;
    padding: 0.45rem 0.85rem;
    border-radius: 30px;
    font-size: 0.84rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    white-space: nowrap;
}

/* --- Hospitality Bridge tab — GOLD --- */
.pillar-tab-btn[data-pillar="bridge"] i { color: #d4af37; }
.pillar-tab-btn[data-pillar="bridge"]:hover {
    color: #fff;
    background: rgba(212, 175, 55, 0.12);
    border-color: rgba(212, 175, 55, 0.4);
}
.pillar-tab-btn[data-pillar="bridge"].active {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.28) 0%, rgba(212, 175, 55, 0.09) 100%);
    border-color: #d4af37;
    color: #fff;
    box-shadow: 0 2px 16px rgba(212, 175, 55, 0.4);
}
.pillar-tab-btn[data-pillar="bridge"].active i { color: #f0d060; }

/* --- Guest Aura tab — ROYAL PURPLE --- */
.pillar-tab-btn[data-pillar="aura"] i { color: #b48af7; }
.pillar-tab-btn[data-pillar="aura"]:hover {
    color: #fff;
    background: rgba(147, 97, 253, 0.14);
    border-color: rgba(147, 97, 253, 0.45);
}
.pillar-tab-btn[data-pillar="aura"].active {
    background: linear-gradient(135deg, rgba(147, 97, 253, 0.28) 0%, rgba(147, 97, 253, 0.09) 100%);
    border-color: #9361fd;
    color: #fff;
    box-shadow: 0 2px 16px rgba(147, 97, 253, 0.4);
}
.pillar-tab-btn[data-pillar="aura"].active i { color: #c9a8ff; }

/* --- Staff Hub tab — MINT TEAL --- */
.pillar-tab-btn[data-pillar="staff"] i,
.pillar-tab-btn[data-pillar="hub"] i { color: #3ecfb4; }
.pillar-tab-btn[data-pillar="staff"]:hover,
.pillar-tab-btn[data-pillar="hub"]:hover {
    color: #fff;
    background: rgba(62, 207, 180, 0.12);
    border-color: rgba(62, 207, 180, 0.4);
}
.pillar-tab-btn[data-pillar="staff"].active,
.pillar-tab-btn[data-pillar="hub"].active {
    background: linear-gradient(135deg, rgba(62, 207, 180, 0.26) 0%, rgba(62, 207, 180, 0.08) 100%);
    border-color: #3ecfb4;
    color: #fff;
    box-shadow: 0 2px 16px rgba(62, 207, 180, 0.38);
}
.pillar-tab-btn[data-pillar="staff"].active i,
.pillar-tab-btn[data-pillar="hub"].active i { color: #7de8d4; }

/* --- Suppliers & Vendors tab — AMBER GOLD --- */
.pillar-tab-btn[data-pillar="vendor"] i { color: #f59e0b; }
.pillar-tab-btn[data-pillar="vendor"]:hover {
    color: #fff;
    background: rgba(245, 158, 11, 0.14);
    border-color: rgba(245, 158, 11, 0.45);
}
.pillar-tab-btn[data-pillar="vendor"].active {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.28) 0%, rgba(245, 158, 11, 0.09) 100%);
    border-color: #f59e0b;
    color: #fff;
    box-shadow: 0 2px 16px rgba(245, 158, 11, 0.4);
}
.pillar-tab-btn[data-pillar="vendor"].active i { color: #fbbf24; }

.pillar-pane {
    animation: fadeInPillar 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* The Services page focuses exclusively on Hospitality Bridge. */
.services-page .pillar-tabs-nav,
.services-page #pillar-aura,
.services-page #pillar-staff,
.services-page #pillar-vendor {
    display: none !important;
}

@keyframes fadeInPillar {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Guest Aura Cards */
.aura-card {
    background: linear-gradient(160deg, rgba(12, 24, 43, 0.8) 0%, rgba(6, 14, 26, 0.95) 100%);
    border: 1px solid rgba(212, 175, 55, 0.22);
}

.aura-card:hover {
    border-color: var(--gold-primary);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7), 0 0 25px rgba(212, 175, 55, 0.25);
}

/* Staff & Vendor Hub Cards */
.hub-sub-section {
    background: rgba(7, 16, 29, 0.5);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 20px;
    padding: 2rem;
}

.hub-perk-card {
    background: linear-gradient(160deg, rgba(10, 20, 36, 0.9) 0%, rgba(5, 11, 20, 0.95) 100%);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 14px;
    padding: 1.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.hub-perk-card:hover {
    border-color: var(--gold-primary);
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.6), 0 0 18px rgba(212, 175, 55, 0.2);
}

.hub-icon-pill {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: var(--gold-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-bottom: 0.85rem;
}

/* Dropdown Category Header */
.lux-dropdown-header {
    padding: 0.6rem 0.85rem 0.35rem 0.85rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gold-primary);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    margin-top: 0.35rem;
    margin-bottom: 0.25rem;
    pointer-events: none;
}

/* -------------------------------------------------------------
   COMPREHENSIVE RESPONSIVE DESIGN (TABLET & MOBILE)
------------------------------------------------------------- */
@media (max-width: 991.98px) {
    .glass-navbar {
        padding: 0.65rem 0;
    }
    .navbar-collapse {
        background: rgba(5, 11, 20, 0.98);
        border: 1px solid rgba(212, 175, 55, 0.25);
        border-radius: 14px;
        padding: 1.2rem;
        margin-top: 0.85rem;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.8);
    }
    .navbar-nav .nav-link {
        padding: 0.6rem 0.85rem !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    .navbar-nav .nav-link::after {
        display: none;
    }
    .hero-section {
        padding: 3.5rem 0 2.8rem 0;
    }
    .hero-title {
        font-size: 2.35rem;
    }
}

@media (max-width: 768px) {
    .section-pad {
        padding: 3.5rem 0;
    }
    .section-header {
        margin-bottom: 2.25rem;
    }
    .section-title {
        font-size: 1.85rem;
    }
    .page-banner-section {
        padding: 2.6rem 0 2rem 0;
    }
    .page-banner-title {
        font-size: 1.95rem;
    }
    .page-banner-desc {
        font-size: 0.92rem;
    }
    .pillar-tabs-nav {
        border-radius: 16px;
        padding: 0.35rem;
        flex-direction: column;
        gap: 0.3rem;
    }
    .pillar-tab-btn {
        width: 100%;
        flex: 1 1 100%;
        border-radius: 10px;
        padding: 0.55rem 0.85rem;
        font-size: 0.82rem;
    }
    .hub-sub-section {
        padding: 1.15rem;
        border-radius: 14px;
    }
    .lux-form-wrapper {
        padding: 1.25rem 1rem;
    }
    .stat-number {
        font-size: 2rem;
    }
    .stat-box {
        padding: 0.85rem 0.5rem;
    }
    .gallery-filter-nav {
        gap: 0.3rem;
        margin-bottom: 1.8rem;
    }
    .gallery-filter-btn {
        font-size: 0.78rem;
        padding: 0.35rem 0.8rem;
    }
    .g-5, .gx-5 {
        --bs-gutter-x: 1.25rem !important;
    }
    .g-5, .gy-5 {
        --bs-gutter-y: 1.5rem !important;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 2.6rem 0 2rem 0;
    }
    .badge-royal {
        font-size: 0.68rem;
        padding: 0.32rem 0.75rem;
        letter-spacing: 0.6px;
        line-height: 1.35;
        white-space: normal;
        text-align: center;
        margin-bottom: 1rem;
    }
    .hero-title {
        font-size: 1.85rem;
        line-height: 1.25;
        margin-bottom: 0.85rem;
    }
    .hero-lead {
        font-size: 0.92rem;
        line-height: 1.55;
        margin-bottom: 1.4rem;
    }
    .btn-royal-primary,
    .btn-royal-secondary,
    .btn-whatsapp-cta {
        width: 100%;
        padding: 0.75rem 1.2rem;
        font-size: 0.88rem;
    }
    .floating-actions-wrap {
        bottom: 14px;
        right: 12px;
        gap: 8px;
    }
    .float-action-btn {
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
    }
    .brand-crest {
        width: 36px;
        height: 36px;
        border-radius: 9px;
    }
    .crest-letter {
        font-size: 1.15rem;
    }
    .brand-title {
        font-size: 0.95rem;
    }
    .brand-sub {
        font-size: 0.62rem;
    }
    .lux-modal-dialog {
        margin: 0.5rem;
        max-width: calc(100% - 1rem);
    }
    .lux-modal-header {
        padding: 0.75rem 1rem !important;
    }
    .modal-body {
        padding: 0.85rem 1rem !important;
    }
    .executive-card {
        padding: 0.65rem 0.85rem;
    }
    .exec-icon-box {
        width: 34px;
        height: 34px;
        font-size: 0.9rem;
    }
    .exec-card-val {
        font-size: 0.82rem !important;
    }
    .sidebar-widget-card {
        padding: 0.75rem 0.85rem;
    }
}
