/* ==========================================================================
   BÌNH LỢI - Premium Design System v6
   "Tropical Healing" - Nature Green + Golden Accent
   ========================================================================== */

:root {
    --navbar-height: 107px;

    /* Core Palette: Brand Identity - Deep Red/Maroon + Nature Green */
    --primary: #922724;
    --primary-light: #b03331;
    --primary-dark: #6e1d1b;
    --primary-50: #fdf5f5;
    --primary-100: #f5dada;
    --primary-200: #e8b0af;

    /* Nature Green (Secondary) */
    --primary-green: #1e5a3e;
    --primary-green-light: #2d7a54;
    --primary-green-dark: #143d2a;

    --accent: #f0a500;
    --accent-light: #ffc847;
    --accent-dark: #c48800;

    --warm: #8d6e63;
    --warm-light: #bcaaa4;

    /* Neutrals */
    --bg: #fafbf9;
    --surface: #ffffff;
    --surface-alt: #f5f7f4;
    --border: #e8ece9;
    --border-light: #f0f2ef;
    --text: #1a1a1a;
    --text-secondary: #64748b;
    --text-muted: #94a3b8;

    /* Semantic */
    --success: #10b981;
    --danger: #ef4444;
    --warning: #f59e0b;
    --info: #3b82f6;

    /* Shadows */
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.04);
    --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
    --shadow-xl: 0 24px 64px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(0, 0, 0, 0.06);
    --shadow-glow: 0 0 40px rgba(30, 90, 62, 0.15);

    /* Gradients */
    --grad-nature: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-green-light) 100%);
    --grad-gold: linear-gradient(135deg, #f0a500 0%, #ffc847 100%);
    --grad-dark: linear-gradient(135deg, #0f1a12 0%, #1a2e1f 100%);
    --grad-hero: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(15, 26, 18, 0.85) 100%);

    /* Glass */
    --glass: rgba(255, 255, 255, 0.72);
    --glass-dark: rgba(15, 26, 18, 0.6);
    --glass-border: rgba(255, 255, 255, 0.25);

    /* Typography */
    --font-display: 'Inter', system-ui, -apple-system, sans-serif;
    --font-body: 'Inter', system-ui, -apple-system, sans-serif;
    --font-accent: 'Inter', system-ui, -apple-system, sans-serif;

    /* Radius */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-2xl: 32px;
    --radius-full: 9999px;

    /* Transitions */
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ==========================================================================
   GOOGLE TRANSLATE BANNER SUPPRESSION (Completely Hide Top Header Frame)
   ========================================================================== */
.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame,
iframe.goog-te-banner-frame,
.goog-te-gadget,
#goog-gt-tt,
.goog-te-balloon-frame,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-ORHb,
.goog-te-banner {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body {
    top: 0px !important;
    position: static !important;
}

.goog-tooltip, .goog-tooltip:hover {
    display: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* ==========================================================================
   BASE
   ========================================================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100%;
    position: relative;
}

body {
    background-color: var(--bg);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.7;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199.98px) {
    :root {
        --navbar-height: clamp(56px, 6.5vw, 84px);
    }
}

/* Offset top content to prevent fixed navbar from overlapping page titles */
main {
    padding-top: var(--navbar-height);
    overflow-x: hidden !important;
}

@media (max-width: 991.98px) {
    main {
        padding-top: var(--navbar-height);
    }
    .navbar-premium {
        height: var(--navbar-height) !important;
    }
    .brand-logo-img {
        height: 28px !important;
        width: auto !important;
    }
    .brand-title-text {
        font-size: 0.85rem !important;
        line-height: 1.25 !important;
        padding-top: 2px !important;
        overflow: visible !important;
    }
    .brand-sub-text {
        font-size: 0.68rem !important;
        line-height: 1.25 !important;
        padding-bottom: 2px !important;
        overflow: visible !important;
    }
    .lang-switch-group button {
        font-size: 0.68rem !important;
        width: 28px !important;
        padding: 1px 0 !important;
    }
}

.mobile-light-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #1e293b !important;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.2s ease;
    margin-bottom: 2px;
}

.mobile-light-link:hover,
.mobile-light-link:active {
    background: #f1f5f9 !important;
    color: #922724 !important;
}

.mobile-light-link.active {
    background: linear-gradient(135deg, #922724 0%, #7f1d1d 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(146, 39, 36, 0.25) !important;
}

h1,
h2,
h3 {
    font-family: var(--font-display);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
}

h4,
h5,
h6 {
    font-family: var(--font-accent);
    font-weight: 700;
    color: var(--text);
}

a {
    text-decoration: none;
    transition: color 0.2s ease;
}

img {
    max-width: 100%;
}

::selection {
    background: var(--primary-100);
    color: var(--primary-dark);
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-200);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-light);
}

/* ==========================================================================
   NAVBAR
   ========================================================================== */
.navbar-premium {
    padding: 12px 0;
    transition: padding 0.4s var(--ease-out), background-color 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out), backdrop-filter 0.4s var(--ease-out), -webkit-backdrop-filter 0.4s var(--ease-out);
    z-index: 1050;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-light);
}

.navbar-premium.scrolled {
    padding: 8px 0 !important;
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(20px) saturate(1.8) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.8) !important;
    box-shadow: 0 1px 0 var(--border), var(--shadow-sm) !important;
}

.navbar-premium .nav-link {
    font-family: var(--font-accent);
    font-weight: 600;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    color: #475569 !important;
    padding: 8px 14px !important;
    border-radius: 50px !important;
    transition: all 0.25s ease;
    position: relative;
    white-space: nowrap !important;
}

.navbar-premium .nav-link:hover {
    color: #922724 !important;
    background: #fdf2f2 !important;
}

/* ACTIVE PAGE MENU BUTTON: SOLID RED PILL WITH WHITE TEXT */
.navbar-premium .nav-link.active,
.navbar-nav .nav-link.active,
.mobile-subnav-link.active,
.mobile-menu-link.active {
    background: linear-gradient(135deg, #922724 0%, #7f1d1d 100%) !important;
    background-color: #922724 !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 14px rgba(146, 39, 36, 0.35) !important;
    border-radius: 50px !important;
}

.navbar-premium .nav-link::after {
    display: none !important;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn-premium {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: white;
    border: none;
    border-radius: var(--radius-full);
    padding: 14px 36px;
    font-weight: 700;
    font-family: var(--font-accent);
    font-size: 0.88rem;
    letter-spacing: 0.03em;
    transition: all 0.4s var(--ease-out);
    box-shadow: 0 4px 16px rgba(146, 39, 36, 0.25);
    position: relative;
    overflow: hidden;
}

.btn-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(146, 39, 36, 0.35);
    color: white;
}

.btn-premium:hover::before {
    opacity: 1;
}

.btn-premium:active {
    transform: translateY(-1px);
}

/* Compact submit buttons: keep the label optically centered within a fixed-height pill. */
.btn.search-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 24px !important;
    line-height: 1;
    white-space: nowrap;
}

.btn-gold {
    background: var(--grad-gold);
    color: var(--primary-dark);
    border: none;
    border-radius: var(--radius-full);
    padding: 14px 36px;
    font-weight: 700;
    font-family: var(--font-accent);
    font-size: 0.88rem;
    box-shadow: 0 4px 16px rgba(240, 165, 0, 0.3);
    transition: all 0.4s var(--ease-out);
}

.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(240, 165, 0, 0.4);
    color: var(--primary-dark);
}

.btn-ghost {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: var(--radius-full);
    padding: 12px 34px;
    font-weight: 700;
    font-family: var(--font-accent);
    font-size: 0.88rem;
    transition: all 0.3s ease;
}

.btn-ghost:hover {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

/* Old aliases */
.btn-primary-bl {
    background: var(--primary);
    color: white;
    border: none;
    border-radius: var(--radius-full);
    padding: 10px 24px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary-bl:hover {
    background: var(--primary-light);
    color: white;
    transform: translateY(-2px);
}

/* ==========================================================================
   CARDS
   ========================================================================== */
.card-heal {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: transparent;
    /* No background for bento overlay look */
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all 0.4s var(--ease-out);
    position: relative;
}

.card-heal .card-img {
    height: 100%;
    /* Fill the whole card in bento */
    width: 100%;
    overflow: hidden;
    position: relative;
}

.card-heal .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-heal .card-body {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-heal .card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-heal .hero-desc {
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    max-width: 800px;
}

/* Explore Card Variant (with white body) */
.card-explore {
    background: var(--surface);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    height: 100%;
    min-height: 480px;
    display: flex;
    flex-direction: column;
}

.card-explore .card-img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.card-explore .card-body {
    padding: 24px;
    flex-grow: 1;
}

/* Match hero style with a subtle overlay */
.card-heal .card-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    opacity: 1;
}

/* Glass Card */
.card-glass {
    background: var(--glass);
    backdrop-filter: blur(20px) saturate(1.5);
    -webkit-backdrop-filter: blur(20px) saturate(1.5);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 24px;
}

/* Stat Card */
.card-stat {
    background: var(--surface);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 24px;
    text-align: center;
    transition: all 0.4s var(--ease-out);
}

.card-stat:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-100);
}

.card-stat .stat-icon {
    width: 56px;
    height: 56px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 16px;
}

.card-stat .stat-value {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 800;
    color: var(--text);
    line-height: 1.1;
}

.card-stat .stat-label {
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 500;
    margin-top: 4px;
}

/* Legacy aliases */
.card-bl {
    background: var(--surface);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-sm);
    transition: all 0.4s var(--ease-out);
}

.card-bl:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.card-healing {
    border: none;
    border-radius: var(--radius-2xl);
    overflow: hidden;
    background: white;
    box-shadow: var(--shadow-sm);
    transition: all 0.5s var(--ease-out);
}

.card-healing:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

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

/* ==========================================================================
   GLASS PANELS
   ========================================================================== */
.glass-panel {
    background: var(--glass);
    backdrop-filter: blur(24px) saturate(1.8);
    -webkit-backdrop-filter: blur(24px) saturate(1.8);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 16px 28px;
}

.glass-dark {
    background: var(--glass-dark);
    backdrop-filter: blur(24px) saturate(1.8);
    -webkit-backdrop-filter: blur(24px) saturate(1.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-xl);
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero-cinematic {
    height: 100vh;
    min-height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
    /* Parallax effect */
}

.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.85;
}

.hero-overlay {
    background: var(--grad-hero) !important;
}

.hero-content {
    position: relative;
    z-index: 10;
    color: white;
    padding: 0 20px;
}

.hero-slogan {
    font-family: var(--font-accent);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 16px;
}

.hero-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 8vw, 5.5rem);
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 24px;
    color: var(--accent);
    /* Golden text for a premium look */
    text-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
}

.hero-desc {
    font-size: 1.15rem;
    opacity: 0.8;
    max-width: 640px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

/* ==========================================================================
   SECTION HEADERS
   ========================================================================== */
.section-header {
    margin-bottom: 48px;
}

.section-label {
    font-family: var(--font-accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 12px;
    display: inline-block;
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--text);
    margin-bottom: 16px;
}

.section-desc {
    font-size: 1.05rem;
    color: var(--text-secondary);
    max-width: 560px;
    line-height: 1.8;
}

/* ==========================================================================
   FLOATING QR
   ========================================================================== */
.fab-qr {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 64px;
    height: 64px;
    background: var(--grad-nature);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    box-shadow: 0 8px 32px rgba(30, 90, 62, 0.4);
    z-index: 1001;
    transition: all 0.4s var(--ease-spring);
    border: 3px solid white;
}

.fab-qr:hover {
    transform: scale(1.12) rotate(5deg);
    color: white;
    box-shadow: 0 12px 40px rgba(30, 90, 62, 0.5);
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
.reveal-up {
    opacity: 0;
    transform: translateY(40px);
}

.reveal-up.active {
    opacity: 1;
    transform: translateY(0);
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse-soft {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

.animate-pulse {
    animation: pulse-soft 2s ease-in-out infinite;
}

/* ==========================================================================
   UTILITIES
   ========================================================================== */
.fw-black {
    font-weight: 900 !important;
}

.font-display {
    font-family: var(--font-display) !important;
}

.font-accent {
    font-family: var(--font-accent) !important;
}

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

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

.bg-primary-soft {
    background: var(--primary-50) !important;
}

.bg-surface-alt {
    background: var(--surface-alt) !important;
}

.shadow-premium {
    box-shadow: var(--shadow-lg) !important;
}

.shadow-xl {
    box-shadow: var(--shadow-xl) !important;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tracking-wide {
    letter-spacing: 0.5px;
}

.tracking-widest {
    letter-spacing: 2px;
}

.x-small {
    font-size: 0.75rem;
}

.rounded-xl {
    border-radius: var(--radius-xl) !important;
}

.rounded-2xl {
    border-radius: var(--radius-2xl) !important;
}

.bg-gradient-nature {
    background: var(--grad-nature) !important;
}

.bg-gradient-dark {
    background: var(--grad-dark) !important;
}

/* Hover utilities */
.hover-lift {
    transition: transform 0.4s var(--ease-out);
}

.hover-lift:hover {
    transform: translateY(-6px);
}

/* Badge styles */
.badge-nature {
    background: var(--primary-50);
    color: var(--primary);
    font-weight: 600;
    font-size: 0.75rem;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    border: 1px solid var(--primary-100);
}

.badge-gold {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: var(--accent-dark);
    font-weight: 600;
    font-size: 0.75rem;
    padding: 6px 14px;
    border-radius: var(--radius-full);
}

/* ==========================================================================
   BACK TO TOP
   ========================================================================== */
#back-to-top {
    position: fixed;
    bottom: 32px;
    left: 32px;
    width: 44px;
    height: 44px;
    background: var(--surface);
    color: var(--primary);
    border: 1px solid var(--border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s var(--ease-out);
    box-shadow: var(--shadow-sm);
}

#back-to-top.show {
    opacity: 1;
    transform: translateY(0);
}

#back-to-top:hover {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer-main {
    background: var(--primary);
    color: rgba(255, 255, 255, 0.7);
    padding: 80px 0 32px;
}

.footer-main h5 {
    color: white;
    font-family: var(--font-accent);
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.footer-main a {
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.2s ease;
    font-size: 0.88rem;
}

.footer-main a:hover {
    color: var(--accent);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 24px;
    margin-top: 48px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 991.98px) {
    body {
        padding-bottom: 0;
    }

    .fab-qr {
        display: none !important;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    #back-to-top {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .btn-premium {
        padding: 12px 28px;
        font-size: 0.82rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .glass-panel {
        padding: 12px 16px;
    }
}

/* ==========================================================================
   PAGE LOADER (disabled)
   ========================================================================== */
#page-loader {
    display: none !important;
}

/* Typography Weight Helpers */
.font-extrabold {
    font-weight: 800 !important;
}

.font-black {
    font-weight: 900 !important;
}

/* ==========================================================================
   HERO - New 2-Column Layout
   ========================================================================== */
.hero-new {
    background: #d5d2c9;
    padding-top: 140px;
    padding-bottom: 80px;
    min-height: auto;
    position: relative;
}

.hero-brand-title {
    font-family: 'Inter', sans-serif !important;
    font-weight: 900 !important;
    font-size: 26px !important;
    letter-spacing: -0.5px;
    color: var(--primary-dark);
    line-height: 1.25;
    margin-bottom: 16px;
    position: relative;
}

.hero-title-line {
    width: 60px;
    height: 4px;
    background-color: #b89548;
    margin-bottom: 24px;
}

.hero-tagline {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-style: italic !important;
    font-size: 16px !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #4a5568;
    margin-bottom: 24px;
}

/* New buttons for Hero */
.btn-explore-new {
    background-color: var(--primary);
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 900 !important;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    padding: 14px 28px;
    border-radius: 8px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(146, 39, 36, 0.2);
    transition: all 0.3s ease;
}

.btn-explore-new:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(146, 39, 36, 0.3);
}

.btn-map-new {
    background-color: #ffffff;
    color: var(--primary-green) !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 800 !important;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    padding: 14px 28px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.btn-map-new:hover {
    background-color: #f8fafc;
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

/* Quick Info Card */
.quick-info-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 32px 36px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.quick-info-card .qi-title {
    font-family: 'Inter', sans-serif !important;
    font-weight: 900 !important;
    font-size: 0.95rem;
    letter-spacing: 1.5px;
    color: var(--primary);
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
}

.quick-info-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 14px;
}

.quick-info-table td {
    vertical-align: top;
    padding: 0;
}

.quick-info-table .qi-label {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.72rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #64748b;
    padding-right: 14px;
    width: 44%;
    line-height: 1.4;
}

.quick-info-table .qi-value {
    font-family: 'Inter', sans-serif !important;
    font-weight: 800 !important;
    font-size: 0.88rem;
    color: #1e293b;
    width: 56%;
    line-height: 1.4;
}

.quick-info-table .qi-value.accent {
    color: var(--primary);
}

/* ==========================================================================
   STATS - Dark Section
   ========================================================================== */
.stats-dark {
    background-image: linear-gradient(135deg, rgba(20, 18, 12, 0.92) 0%, rgba(30, 26, 18, 0.95) 100%), url('https://images.unsplash.com/photo-1518531933037-91b2f5f229cc?auto=format&fit=crop&w=1200&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.stats-heading {
    font-family: 'Inter', sans-serif !important;
    font-weight: 900 !important;
    font-size: clamp(2rem, 5vw, 3.2rem);
    color: #ffffff;
    letter-spacing: -1px;
    margin-bottom: 48px;
    line-height: 1.2;
}

.stat-item-dark {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 24px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    text-align: center;
}

.stat-item-dark:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.2);
}

.stat-number {
    font-family: 'Inter', sans-serif !important;
    font-weight: 900 !important;
    font-size: clamp(2rem, 3.8vw, 3.4rem);
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.stat-text {
    font-family: 'Inter', sans-serif !important;
    font-weight: 800 !important;
    font-size: clamp(0.7rem, 1vw, 0.82rem);
    letter-spacing: 1.2px;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 1.35;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* ==========================================================================
   DESTINATIONS - Custom styles
   ========================================================================== */
.badge-dest-type {
    background-color: var(--primary-green);
    color: #ffffff;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700;
    font-size: 0.65rem;
    letter-spacing: 1px;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.btn-view-all-dest {
    background: transparent;
    color: var(--primary-green) !important;
    border: 1px solid rgba(30, 90, 62, 0.3);
    font-family: 'Inter', sans-serif !important;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-view-all-dest:hover {
    background-color: var(--primary-50);
    border-color: var(--primary);
}

/* ==========================================================================
   SOCIAL - Custom styles
   ========================================================================== */
.card-social-new {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f5f9;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btn-share-moment {
    background-color: var(--primary-green);
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(30, 90, 62, 0.2);
}

.btn-share-moment:hover {
    background-color: var(--primary-green-dark);
    transform: translateY(-2px);
}

/* ==========================================================================
   RESPONSIVE - New sections
   ========================================================================== */
/* Global Mobile Optimization Rules for Entire Site */
@media (max-width: 767.98px) {
    body {
        font-size: 13.5px !important;
        line-height: 1.6 !important;
    }

    .container,
    .container-fluid,
    .container-site {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .hero-new {
        padding-top: 110px !important;

        .quick-info-card {
            padding: 16px !important;
            margin-top: 24px !important;
            border-radius: 18px !important;
            background: rgba(255, 255, 255, 0.95) !important;
            backdrop-filter: blur(12px);
            text-align: left !important;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
        }

        .quick-info-table .qi-label {
            font-size: 0.65rem !important;
            min-width: 78px !important;
        }

        .quick-info-table .qi-value {
            font-size: 0.78rem !important;
        }

        .stats-dark {
            padding: 48px 0 !important;
        }

        .stats-heading {
            font-size: 1.3rem !important;
            margin-bottom: 22px !important;
        }

        .stat-item-dark {
            padding: 16px 8px !important;
            border-radius: 16px !important;
            background: rgba(255, 255, 255, 0.05) !important;
        }

        .stat-number {
            font-size: clamp(1.4rem, 5.2vw, 1.85rem) !important;
        }

        .stat-text {
            font-size: 0.62rem !important;
            letter-spacing: 0.5px !important;
            min-height: 28px !important;
            margin-top: 6px !important;
            line-height: 1.3 !important;
        }

        .py-section {
            padding-top: 50px !important;
            padding-bottom: 50px !important;
        }

        .card-bl,
        .card-heal,
        .card-healing,
        .card-social-new,
        .chart-card {
            padding: 16px !important;
            border-radius: 16px !important;
        }

        .display-1 {
            font-size: 1.8rem !important;
        }

        .display-2 {
            font-size: 1.6rem !important;
        }

        .display-3 {
            font-size: 1.4rem !important;
        }

        .display-text {
            font-size: 1.3rem !important;
        }

        .explore-hero-premium {
            height: 50vh !important;
            min-height: 360px !important;
        }
    }

    @media (max-width: 575.98px) {
        body {
            font-size: 13px !important;
        }

        .hero-new {
            padding-top: 100px !important;
            padding-bottom: 35px !important;
        }

        .hero-brand-title {
            font-size: 1.65rem !important;
            letter-spacing: 0 !important;
            line-height: 1.25 !important;
        }

        .hero-tagline {
            font-size: 0.65rem !important;
            letter-spacing: 0.5px !important;
        }

        .btn-explore-new,
        .btn-map-new {
            font-size: 0.68rem !important;
            padding: 8px 14px !important;
        }

        h1,
        h2,
        .h1,
        .h2 {
            font-size: 1.25rem !important;
        }

        h3,
        .h3 {
            font-size: 1.02rem !important;
        }

        h4,
        h5,
        .h4,
        .h5 {
            font-size: 0.92rem !important;
        }

        .btn {
            font-size: 0.72rem !important;
            padding: 8px 14px !important;
        }

        .btn-lg {
            font-size: 0.8rem !important;
            padding: 10px 18px !important;
        }

        .btn-sm {
            font-size: 0.68rem !important;
            padding: 5px 10px !important;
        }

        .badge {
            font-size: 0.62rem !important;
        }

        .modal-dialog {
            margin: 10px !important;
        }

        .modal-content {
            border-radius: 20px !important;
        }

        .py-section {
            padding-top: 40px !important;
            padding-bottom: 40px !important;
        }
    }

    /* ==========================================================================
   MOBILE MENU DRAWER (Mobile App Offcanvas Style)
   ========================================================================== */
    .mobile-menu-link {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 16px;
        color: #1e293b;
        font-size: 0.88rem;
        font-weight: 600;
        border-radius: 12px;
        transition: all 0.2s ease;
        text-decoration: none;
        margin-bottom: 4px;
    }

    .mobile-menu-link i {
        font-size: 1.15rem;
        color: var(--primary);
        width: 24px;
        text-align: center;
    }

    .mobile-menu-link:hover,
    .mobile-menu-link:active {
        background-color: var(--primary-50);
        color: var(--primary-dark);
    }

    @media (max-width: 575.98px) {
        .offcanvas-start {
            width: 280px !important;
            border-radius: 0 24px 24px 0;
        }

        .mobile-menu-link {
            font-size: 0.82rem;
            padding: 10px 14px;
        }

        .mobile-menu-link i {
            font-size: 1.05rem;
        }
    }

    /* Container width enhancements for widescreen displays to prevent empty side whitespace */
    @media (min-width: 1200px) {

        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl,
        .container-xxl {
            max-width: 1280px !important;
        }
    }

    @media (min-width: 1400px) {

        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl,
        .container-xxl {
            max-width: 1440px !important;
        }
    }

    @media (min-width: 1600px) {

        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl,
        .container-xxl {
            max-width: 1560px !important;
        }
    }

    /* Section divider vertical spacing */
    .py-section {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    /* Keep the upcoming-event list visually even when event content varies. */
    .home-event-card {
        height: 122px;
        overflow: hidden;
    }

    .home-event-icon {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
    }

    .home-event-content,
    .home-event-meta,
    .home-event-location {
        min-width: 0;
    }

    .home-event-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    @media (max-width: 575.98px) {
        .home-event-card {
            height: 122px;
        }

        .home-event-icon {
            flex-basis: 46px;
            width: 46px;
            height: 46px;
            margin-top: 2px;
        }
    }


    /* ==========================================================================
   MOBILE UI REFINEMENTS (Matching Desktop Layout & Aesthetics)
   ========================================================================== */

    @media (max-width: 768px) {

        /* 1. Hero Section Padding Top Fix so Fixed Header NEVER Covers Text */
        .hero-new {
            padding-top: 130px !important;
            padding-bottom: 40px !important;
            text-align: center !important;
        }

        .hero-brand-title {
            font-size: clamp(1.8rem, 6vw, 2.5rem) !important;
            line-height: 1.2 !important;
            margin-bottom: 8px !important;
            text-align: center !important;
        }

        .hero-title-line {
            margin: 10px auto 16px auto !important;
        }

        .hero-tagline {
            font-size: 0.85rem !important;
            margin-bottom: 12px !important;
            text-align: center !important;
        }

        /* 2. Section Titles Centered on Mobile */
        h1,
        h2,
        .section-title,
        .display-4,
        .display-5 {
            text-align: center !important;
        }

        .section-title::after {
            margin: 8px auto 0 auto !important;
        }

        /* 3. Filter Capsule Buttons 1 Single Row Fit on Mobile */
        .capsule-row-container {
            display: flex !important;
            flex-wrap: nowrap !important;
            justify-content: space-between !important;
            align-items: center !important;
            gap: 3px !important;
            width: 100% !important;
        }

        .btn-filter-capsule {
            flex: 1 1 0px !important;
            min-width: 0 !important;
            padding: 6px 3px !important;
            font-size: 0.68rem !important;
            font-weight: 700 !important;
            white-space: nowrap !important;
            text-align: center !important;
            border-radius: 24px !important;
        }

        .btn-filter-capsule i {
            font-size: 0.7rem !important;
            margin-right: 2px !important;
        }

        /* 4. Compact 2-Column Bento Card Scaling on Mobile */
        .col-6 .card {
            border-radius: 16px !important;
        }

        .col-6 .position-relative[style*="height: 240px"],
        .col-6 .position-relative[style*="height: 220px"] {
            height: 130px !important;
        }

        .col-6 .card-body,
        .col-6 .p-4 {
            padding: 10px !important;
        }

        .col-6 h5 {
            font-size: 0.82rem !important;
            line-height: 1.25 !important;
            margin-bottom: 4px !important;
            font-weight: 800 !important;
        }

        .col-6 p {
            font-size: 0.7rem !important;
            line-height: 1.3 !important;
            margin-bottom: 6px !important;
        }

        .col-6 .badge-nature,
        .col-6 .badge-gold {
            font-size: 0.6rem !important;
            padding: 2px 6px !important;
        }
    }


    /* ==========================================================================
   COMPLETE RESPONSIVE MOBILE FIXES FOR BINH LOI APP
   ========================================================================== */

    /* Mobile Navbar & Subnav styling */
    .navbar-premium {
        width: 100% !important;
        background-color: #ffffff !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
    }

    .mobile-top-nav-bar {
        width: 100% !important;
        background-color: #ffffff !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
        padding: 2px 0 !important;
    }

    .mobile-subnav-container {
        width: 100% !important;
        display: flex !important;
        justify-content: space-around !important;
        align-items: center !important;
        padding: 2px 8px !important;
        background-color: #ffffff !important;
    }

    .mobile-subnav-link {
        font-size: 0.76rem !important;
        font-weight: 700 !important;
        padding: 4px 6px !important;
        white-space: nowrap !important;
        color: #1e293b !important;
        text-decoration: none !important;
    }

    .mobile-subnav-link:hover,
    .mobile-subnav-link.active {
        color: var(--primary) !important;
        border-bottom: 2px solid var(--primary) !important;
    }

    /* Hero Section Mobile Top Offset (Prevents fixed header overlap) */
    @media (max-width: 768px) {
        .hero-new {
            padding-top: 115px !important;
            padding-bottom: 24px !important;
            text-align: center !important;
        }

        .hero-brand-title {
            font-size: clamp(1.35rem, 5.2vw, 1.8rem) !important;
            margin-bottom: 6px !important;
            text-align: center !important;
        }

        .hero-title-line {
            margin: 0 auto 10px auto !important;
        }

        .hero-tagline {
            font-size: 0.75rem !important;
            letter-spacing: 1px !important;
            text-align: center !important;
            margin-bottom: 10px !important;
        }
    }

    /* HÌNH 2: Centered Section Headings & Scaled Cards on Mobile */
    @media (max-width: 768px) {

        h2,
        .section-title,
        .font-display,
        .display-4 {
            text-align: center !important;
            font-size: clamp(1.25rem, 5vw, 1.55rem) !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .section-desc,
        .py-section p.text-muted {
            text-align: center !important;
            margin-left: auto !important;
            margin-right: auto !important;
            font-size: 0.78rem !important;
        }
    }

    /* HÌNH 4: High Contrast Text & 2-Column Bento Grid for Explore & Workshop */
    .explore-subtitle,
    .workshop-subtitle,
    .explore-subtitle-full,
    .workshop-subtitle-full {
        color: #334155 !important;
        font-size: 0.8rem !important;
        line-height: 1.5 !important;
        text-align: center !important;
        white-space: normal !important;
        overflow: visible !important;
    }

    .explore-capsules-single-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 4px !important;
        width: 100% !important;
    }

    .explore-capsules-single-row .btn-filter-capsule {
        flex: 1 1 0px !important;
        min-width: 0 !important;
        padding: 6px 4px !important;
        font-size: 0.72rem !important;
        font-weight: 700 !important;
        white-space: nowrap !important;
        text-align: center !important;
        justify-content: center !important;
        border-radius: 30px !important;
    }

    /* 2-Column Compact Bento Grid Cards Scaling */
    @media (max-width: 768px) {

        .col-6 .card,
        .col-6 .card-bl,
        .col-6 .destination-card-custom {
            border-radius: 12px !important;
        }

        .col-6 .position-relative[style*="height"] {
            height: 135px !important;
        }

        .col-6 .card-body,
        .col-6 .p-4.d-flex.flex-column {
            padding: 10px !important;
        }

        .col-6 h5,
        .col-6 .fw-bold.mb-2 {
            font-size: 0.82rem !important;
            line-height: 1.25 !important;
            margin-bottom: 4px !important;
            display: -webkit-box !important;
            -webkit-line-clamp: 1 !important;
            -webkit-box-orient: vertical !important;
            overflow: hidden !important;
            color: #0f172a !important;
            font-weight: 800 !important;
        }

        .col-6 p.text-muted,
        .col-6 p.line-clamp-2,
        .col-6 p.line-clamp-3 {
            font-size: 0.65rem !important;
            line-height: 1.3 !important;
            margin-bottom: 6px !important;
            display: -webkit-box !important;
            -webkit-line-clamp: 1 !important;
            -webkit-box-orient: vertical !important;
            overflow: hidden !important;
            color: #475569 !important;
        }

        .col-6 .ws-price {
            font-size: 0.78rem !important;
            white-space: nowrap !important;
        }

        .col-6 .ws-unit {
            font-size: 0.62rem !important;
            white-space: nowrap !important;
        }
    }


    /* ==========================================================================
   PURE WHITE HEADER BAR STYLING
   ========================================================================== */

    /* Main Header Navbar & Mobile Subnav Bar background to White */
    .navbar,
    .navbar-premium,
    .mobile-top-nav-bar,
    .mobile-subnav-container {
        background-color: #ffffff !important;
        background: #ffffff !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    }

    /* Links & Brand title inside White Header */
    .navbar .nav-link,
    .navbar-premium .nav-link,
    .mobile-subnav-link {
        color: #1e293b !important;
        font-weight: 700 !important;
    }

    .navbar .nav-link:hover,
    .navbar-premium .nav-link:hover,
    .mobile-subnav-link:hover,
    .mobile-subnav-link.active {
        color: #922724 !important;
        /* Soft Red Accent */
    }

    /* EN / VI & Login Buttons Contrast */
    #langToggleBtn,
    #langToggleBtnDesktop {
        color: #1e293b !important;
        border-color: rgba(30, 41, 59, 0.3) !important;
        background-color: transparent !important;
    }

    #langToggleBtn:hover,
    #langToggleBtnDesktop:hover {
        background-color: #f1f5f9 !important;
        color: #922724 !important;
    }


    /* ==========================================================================
   SCALED COMPACT HEADER LINKS & MOBILE CARDS FIT
   ========================================================================== */

    /* Header subnav links scaling down for Mobile 1-row fit */
    @media (max-width: 768px) {
        .mobile-top-nav-bar {
            padding: 4px 0 !important;
            background-color: #ffffff !important;
        }

        .mobile-subnav-container {
            display: flex !important;
            flex-direction: row !important;
            flex-wrap: nowrap !important;
            justify-content: space-around !important;
            align-items: center !important;
            width: 100% !important;
            padding: 2px 2px !important;
        }

        .mobile-subnav-link {
            flex: 1 1 auto !important;
            text-align: center !important;
            font-size: 0.68rem !important;
            font-weight: 700 !important;
            padding: 3px 2px !important;
            white-space: nowrap !important;
            color: #1e293b !important;
            text-decoration: none !important;
            border-bottom: none !important;
        }

        .mobile-subnav-link:hover,
        .mobile-subnav-link.active {
            color: #922724 !important;
            border-bottom: 2px solid #922724 !important;
        }

        /* Scaling down destination & workshop cards on Mobile */
        .col-6 .card,
        .col-6 .card-bl,
        .col-6 .destination-card-custom,
        .col-6 .workshop-card {
            border-radius: 10px !important;
            overflow: hidden !important;
        }

        .col-6 .ratio,
        .col-6 .position-relative[style*="height"],
        .col-6 img[style*="height"] {
            height: 120px !important;
            min-height: 120px !important;
        }

        .col-6 .card-body,
        .col-6 .p-4.d-flex.flex-column,
        .col-6 .p-3 {
            padding: 8px !important;
        }

        .col-6 h5,
        .col-6 h6,
        .col-6 .card-title,
        .col-6 .fw-bold.mb-2 {
            font-size: 0.78rem !important;
            line-height: 1.25 !important;
            margin-bottom: 3px !important;
            display: -webkit-box !important;
            -webkit-line-clamp: 1 !important;
            -webkit-box-orient: vertical !important;
            overflow: hidden !important;
            color: #0f172a !important;
            font-weight: 800 !important;
        }

        .col-6 p,
        .col-6 .text-muted,
        .col-6 .line-clamp-2,
        .col-6 .line-clamp-3 {
            font-size: 0.64rem !important;
            line-height: 1.3 !important;
            margin-bottom: 4px !important;
            display: -webkit-box !important;
            -webkit-line-clamp: 1 !important;
            -webkit-box-orient: vertical !important;
            overflow: hidden !important;
            color: #475569 !important;
        }

        .col-6 .badge {
            font-size: 0.58rem !important;
            padding: 2px 5px !important;
        }

        .col-6 .ws-price {
            font-size: 0.75rem !important;
            white-space: nowrap !important;
        }

        .col-6 .ws-unit {
            font-size: 0.60rem !important;
            white-space: nowrap !important;
        }
    }


    /* ==========================================================================
   SHORT HEADINGS & FIT 1-ROW SUBNAV HEADER
   ========================================================================== */

    /* Subnav links forced 1-row compact fit */
    .mobile-top-nav-bar {
        width: 100% !important;
        background-color: #ffffff !important;
        padding: 4px 0 !important;
        margin: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    }

    .mobile-subnav-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        padding: 0 4px !important;
    }

    .mobile-subnav-link {
        flex: 1 1 0px !important;
        min-width: 0 !important;
        font-size: clamp(0.58rem, 2.5vw, 0.72rem) !important;
        font-weight: 700 !important;
        padding: 4px 2px !important;
        white-space: nowrap !important;
        text-align: center !important;
        color: #1e293b !important;
        text-decoration: none !important;
        border-bottom: none !important;
    }

    .mobile-subnav-link:hover,
    .mobile-subnav-link.active {
        color: #922724 !important;
    }

    /* Page Subtitles styling */
    .section-desc,
    .explore-subtitle,
    .workshop-subtitle,
    .mb-5.text-center p,
    .py-section p.text-muted {
        font-size: clamp(0.78rem, 3vw, 0.88rem) !important;
        font-weight: 600 !important;
        color: #475569 !important;
        text-align: center !important;
        margin: 0 auto 16px auto !important;
        max-width: 480px !important;
        line-height: 1.4 !important;
    }


    /* ==========================================================================
   FIX HEADER BLURRY TEXT & HOME 2-COLUMN BENTO GRID
   ========================================================================== */

    /* Remove any white text-shadow / blur on Mobile Subnav Header */
    .mobile-top-nav-bar,
    .mobile-subnav-container {
        background-color: #ffffff !important;
        background: #ffffff !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    }

    .mobile-subnav-link,
    .navbar .nav-link,
    .navbar-premium .nav-link {
        color: #0f172a !important;
        font-weight: 800 !important;
        text-shadow: none !important;
        -webkit-text-stroke: 0 !important;
        filter: none !important;
        border-bottom: none !important;
        text-decoration: none !important;
        font-size: clamp(0.6rem, 2.6vw, 0.74rem) !important;
    }

    .mobile-subnav-link:hover,
    .mobile-subnav-link.active {
        color: #922724 !important;
        border-bottom: none !important;
        text-decoration: none !important;
    }

    /* Home Section Headings Centering on Mobile */
    @media (max-width: 768px) {

        .py-section .d-flex.flex-column.align-items-center,
        .py-section h2,
        .py-section .section-title,
        .py-section p {
            text-align: center !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        /* Home 2-Column Bento Destination Cards Scaling */
        .col-6 .card-heal-wrapper,
        .col-6 .destination-card-custom,
        .col-6 .card {
            border-radius: 12px !important;
            overflow: hidden !important;
        }

        .col-6 .card-heal-img,
        .col-6 .ratio,
        .col-6 img[style*="height"] {
            height: 125px !important;
            min-height: 125px !important;
        }

        .col-6 .card-heal-body,
        .col-6 .p-4 {
            padding: 8px !important;
        }

        .col-6 h4,
        .col-6 h5,
        .col-6 .font-display {
            font-size: 0.78rem !important;
            line-height: 1.25 !important;
            margin-bottom: 3px !important;
            display: -webkit-box !important;
            -webkit-line-clamp: 1 !important;
            -webkit-box-orient: vertical !important;
            overflow: hidden !important;
            color: #ffffff !important;
            font-weight: 800 !important;
        }

        .col-6 p.text-white-50,
        .col-6 p.text-muted {
            font-size: 0.62rem !important;
            line-height: 1.3 !important;
            margin-bottom: 4px !important;
            display: -webkit-box !important;
            -webkit-line-clamp: 1 !important;
            -webkit-box-orient: vertical !important;
            overflow: hidden !important;
        }
    }


    /* ==========================================================================
   FIX MOBILE SUBNAV BAR FIT & CRISP DARK TEXT
   ========================================================================== */
    .mobile-top-nav-bar {
        background-color: #ffffff !important;
        background: #ffffff !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
        padding: 3px 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .mobile-subnav-link {
        flex: 1 1 0px !important;
        min-width: 0 !important;
        text-align: center !important;
        font-size: clamp(0.58rem, 2.7vw, 0.70rem) !important;
        font-weight: 800 !important;
        padding: 4px 1px !important;
        white-space: nowrap !important;
        color: #0f172a !important;
        text-decoration: none !important;
        border-bottom: none !important;
        text-shadow: none !important;
        -webkit-text-stroke: 0 !important;
        filter: none !important;
    }

    .mobile-subnav-link:hover,
    .mobile-subnav-link.active {
        color: #922724 !important;
        border-bottom: none !important;
        text-decoration: none !important;
    }


    /* ==========================================================================
   JUSTIFY HERO PARAGRAPH TEXT ALIGNMENT & CRISP TEXT
   ========================================================================== */
    .hero-new .text-secondary,
    .hero-description-text {
        text-align: justify !important;
        text-justify: inter-word !important;
        color: #1e293b !important;
        text-shadow: none !important;
        font-weight: 500 !important;
    }

    @media (max-width: 768px) {

        .hero-new .text-secondary,
        .hero-description-text {
            text-align: justify !important;
            text-justify: inter-word !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }
    }


    /* ==========================================================================
   5 SCREENSHOT USER REQUESTED FIXES
   ========================================================================== */

    /* HÌNH 1: Compact vertical spacing between mobile sections */
    @media (max-width: 768px) {

        .py-section,
        section {
            padding-top: 24px !important;
            padding-bottom: 24px !important;
        }

        .my-5,
        .mb-5,
        .mt-5 {
            margin-top: 16px !important;
            margin-bottom: 16px !important;
        }
    }

    /* HÌNH 2: Clear dark text for home event cards (No text shadow blur) */
    .home-event-card,
    .home-event-card * {
        text-shadow: none !important;
    }

    .home-event-title {
        color: #0f172a !important;
        font-weight: 800 !important;
    }

    .home-event-meta,
    .home-event-meta * {
        color: #475569 !important;
        font-weight: 600 !important;
    }

    .home-event-content,
    .home-event-content p,
    .home-event-desc {
        color: #334155 !important;
        font-weight: 500 !important;
        font-size: 0.78rem !important;
        opacity: 1 !important;
        text-shadow: none !important;
    }

    /* HÌNH 3: Footer Headings & Link Text Colors */
    footer h6,
    footer .fw-black.text-uppercase {
        color: #ffffff !important;
        font-weight: 900 !important;
    }

    footer a.text-white-50,
    footer a {
        color: #cbd5e1 !important;
        text-decoration: none !important;
    }

    footer a:hover {
        color: #ffffff !important;
    }

    /* HÌNH 4: Capsule Filter Bar Horizontal Smooth Scroll (No text overflow) */
    .explore-capsules-single-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        width: 100% !important;
        padding: 4px 2px !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }

    .explore-capsules-single-row::-webkit-scrollbar {
        display: none !important;
    }

    .explore-capsules-single-row .btn,
    .explore-capsules-single-row .btn-filter-capsule {
        flex: 0 0 auto !important;
        white-space: nowrap !important;
        padding: 6px 14px !important;
        font-size: 0.75rem !important;
        font-weight: 700 !important;
        border-radius: 30px !important;
    }

    /* HÌNH 5: Workshop Detail Button Scaling on Mobile (No text jump) */
    @media (max-width: 768px) {

        .btn-detail-ws,
        .col-6 .btn-primary-bl,
        .col-6 .btn {
            padding: 5px 10px !important;
            font-size: 0.68rem !important;
            font-weight: 700 !important;
            white-space: nowrap !important;
            border-radius: 20px !important;
            min-height: 28px !important;
            line-height: 1.2 !important;
        }
    }


    /* ==========================================================================
   FIX BLURRY PARAGRAPH TEXT & FOOTER HEADINGS WHITE COLOR
   ========================================================================== */

    /* Remove blurry text shadow and force crisp dark charcoal for event & section descriptions */
    .home-event-desc,
    .event-description,
    .modal-body p,
    section p.text-muted,
    section p.text-secondary,
    p.text-secondary,
    p.text-muted {
        color: #334155 !important;
        font-weight: 500 !important;
        text-shadow: none !important;
        -webkit-text-stroke: 0 !important;
        filter: none !important;
        opacity: 1 !important;
    }

    /* Footer Headings ("KHÁM PHÁ", "HỖ TRỢ") - Same White Color as Links */
    footer h6,
    footer h5,
    footer .fw-black,
    footer .fw-black.text-uppercase {
        color: #ffffff !important;
        font-weight: 800 !important;
        text-shadow: none !important;
    }

    footer a {
        color: #ffffff !important;
        opacity: 0.9 !important;
    }

    footer a:hover {
        color: #ffffff !important;
        opacity: 1 !important;
        text-decoration: underline !important;
    }


    /* ==========================================================================
   FIX CAPSULE BUTTON TEXT FIT & 4 BUTTONS LAYOUT
   ========================================================================== */
    .explore-capsules-single-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 6px !important;
        width: 100% !important;
        padding: 4px 2px !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }

    .explore-capsules-single-row::-webkit-scrollbar {
        display: none !important;
    }

    .explore-capsules-single-row .btn-filter-capsule,
    .explore-capsules-single-row .btn {
        flex: 1 1 0px !important;
        min-width: 0 !important;
        white-space: nowrap !important;
        padding: 7px 6px !important;
        font-size: 0.76rem !important;
        font-weight: 700 !important;
        text-align: center !important;
        justify-content: center !important;
        border-radius: 30px !important;
        overflow: visible !important;
    }

    @media (max-width: 768px) {
        .btn-filter-capsule {
            padding: 6px 4px !important;
            font-size: 0.72rem !important;
            font-weight: 700 !important;
            white-space: nowrap !important;
        }
    }


    /* ==========================================================================
   FIX WORKSHOP CARD FOOTER OVERLAP & CAPSULE BUTTON FONT SIZE
   ========================================================================== */

    /* Scaled down capsule filter buttons on Mobile */
    @media (max-width: 768px) {

        .explore-capsules-single-row .btn-filter-capsule,
        .btn-filter-capsule {
            padding: 5px 6px !important;
            font-size: 0.66rem !important;
            font-weight: 700 !important;
            white-space: nowrap !important;
            letter-spacing: -0.2px !important;
        }

        .explore-capsules-single-row .btn-filter-capsule i,
        .btn-filter-capsule i {
            font-size: 0.68rem !important;
            margin-right: 2px !important;
        }

        /* Workshop Card Price & Detail Button Compact Fit */
        .ws-price-block {
            white-space: nowrap !important;
        }

        .ws-price {
            font-size: 0.70rem !important;
            font-weight: 800 !important;
            white-space: nowrap !important;
        }

        .ws-unit {
            font-size: 0.56rem !important;
            white-space: nowrap !important;
        }

        .ws-detail-btn {
            font-size: 0.58rem !important;
            padding: 3px 6px !important;
            white-space: nowrap !important;
            border-radius: 16px !important;
            line-height: 1.2 !important;
            flex-shrink: 0 !important;
        }
    }


    /* ==========================================================================
   PERFECT NO-OVERLAP WORKSHOP CARD FOOTER ON MOBILE
   ========================================================================== */
    @media (max-width: 768px) {
        .ws-card-footer {
            padding-top: 6px !important;
            gap: 2px !important;
            width: 100% !important;
        }

        .ws-price-block {
            white-space: nowrap !important;
            flex-shrink: 1 !important;
        }

        .ws-price {
            font-size: 0.68rem !important;
            font-weight: 800 !important;
            line-height: 1 !important;
        }

        .ws-unit {
            font-size: 0.52rem !important;
            line-height: 1 !important;
        }

        .ws-detail-btn {
            font-size: 0.58rem !important;
            padding: 3px 6px !important;
            border-radius: 12px !important;
            line-height: 1.1 !important;
            background-color: #922724 !important;
            color: #ffffff !important;
            font-weight: 700 !important;
            box-shadow: none !important;
            flex-shrink: 0 !important;
        }
    }


    /* ==========================================================================
   EXACT FOOTER MOBILE MATCH (PURE WHITE HEADINGS & LINKS ON #922724 BACKGROUND)
   ========================================================================== */
    .footer-main {
        background-color: #922724 !important;
        background: #922724 !important;
        color: #ffffff !important;
    }

    .footer-section-title {
        color: #ffffff !important;
        font-size: 0.88rem !important;
        font-weight: 800 !important;
        letter-spacing: 1px !important;
        text-transform: uppercase !important;
        margin-bottom: 14px !important;
        text-shadow: none !important;
    }

    .footer-link-premium,
    .footer-main a {
        color: #ffffff !important;
        font-size: 0.85rem !important;
        font-weight: 500 !important;
        text-decoration: none !important;
        opacity: 0.92 !important;
        transition: all 0.2s ease !important;
    }

    .footer-link-premium:hover,
    .footer-main a:hover {
        color: #ffffff !important;
        opacity: 1 !important;
        text-decoration: none !important;
    }

    @media (max-width: 768px) {
        .footer-main {
            padding-top: 32px !important;
            padding-bottom: 32px !important;
        }

        .footer-main h1,
        .footer-main h2,
        .footer-main h3,
        .footer-main h4,
        .footer-main h5,
        .footer-main h6,
        .footer-main .fw-bold,
        .footer-section-title {
            color: #ffffff !important;
            font-size: 0.85rem !important;
            font-weight: 900 !important;
            margin-bottom: 12px !important;
        }

        .footer-link-premium {
            color: rgba(255, 255, 255, 0.9) !important;
            font-size: 0.82rem !important;
            line-height: 1.6 !important;
        }
    }


    /* ==========================================================================
   HIDE ALL GOOGLE TRANSLATE BANNERS, TOOLBARS & IFRAMES
   ========================================================================== */
    .goog-te-banner-frame,
    iframe.goog-te-banner-frame,
    .goog-te-balloon-frame,
    #goog-gt-tt,
    .goog-te-spinner-pos,
    .goog-text-highlight,
    iframe[id*=":1.container"],
    iframe[id*=":2.container"],
    iframe[id*="google_translate"],
    .VIpgJd-yDnbAf-xl0vld-ODZ2Z,
    .VIpgJd-yDnbAf-bN924e,
    .VIpgJd-yDnbAf-nsyBl,
    .VIpgJd-yDnbAf-OWXzab-wT3ffc,
    .VIpgJd-yDnbAf-a91WWe {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        width: 0 !important;
        pointer-events: none !important;
    }

    html, body {
        top: 0px !important;
        margin-top: 0px !important;
        position: static !important;
        transform: none !important;
    }

    .lang-switch-group {
        display: inline-flex !important;
        align-items: center !important;
        background: #ffffff !important;
        border: 1px solid rgba(0, 0, 0, 0.15) !important;
        border-radius: 999px !important;
        padding: 1.5px !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
        user-select: none !important;
    }

    .lang-switch-group button {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        font-size: 0.65rem !important;
        font-weight: 700 !important;
        width: 28px !important;
        height: 20px !important;
        line-height: 20px !important;
        padding: 0 !important;
        border-radius: 999px !important;
        transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease !important;
        cursor: pointer !important;
    }

    .skiptranslate,
    body>.skiptranslate,
    #google_translate_element {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        width: 0 !important;
        overflow: hidden !important;
    }

    font[style] {
        background-color: transparent !important;
        box-shadow: none !important;
    }

    /* Site-wide auto-balance for English translated text */
    .badge,
    .btn,
    .stat-text,
    .section-title,
    .card-title,
    .nav-link,
    .qi-label,
    .qi-value {
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .quick-info-card {
        min-width: 0;
        overflow: hidden;
    }

    /* Fix flex layout cramping when English words are longer */
    .d-flex,
    .row {
        min-width: 0;
    }

    /* Guarantee navbar stays 100% fixed at true viewport top on mobile & desktop without offset */
    html,
    body {
        top: 0px !important;
        margin-top: 0px !important;
        position: static !important;
        transform: none !important;
        -webkit-transform: none !important;
    }

    .navbar-premium {
        position: fixed !important;
        top: 0px !important;
        left: 0px !important;
        right: 0px !important;
        width: 100% !important;
        margin: 0 !important;
        z-index: 1050 !important;
    }

    @media (max-width: 768px) {

        /* TRUE JUSTIFIED TEXT (Căn đều phẳng lề cả 2 bên trái & phải) */
        .home-event-featured-desc,
        .dest-hero-desc,
        .dest-short-desc-text {
            text-align: justify !important;
            text-justify: inter-word !important;
            -webkit-text-justify: inter-word !important;
            width: 100% !important;
            display: block !important;
            line-height: 1.65 !important;
        }

        /* Destination hero button grid on mobile */
        .dest-hero-actions .btn {
            flex: 1 1 calc(50% - 8px) !important;
            justify-content: center !important;
            font-size: 0.8rem !important;
            padding: 8px 12px !important;
        }
    }

    /* Hero Poster Section — layout controlled by index.ejs inline styles */

    .hero-info-bar {
        background-color: #044b5e !important;
        position: relative;
        z-index: 5;
        color: #ffffff !important;
        padding: 22px 20px 24px !important;
    }

    .hero-info-bar .hero-info-title {
        color: #ffffff !important;
        font-size: 1.15rem !important;
        margin-bottom: 8px !important;
        line-height: 1.5 !important;
    }

    .hero-info-bar .hero-info-sub {
        color: #e2e8f0 !important;
        font-size: 0.94rem !important;
        line-height: 1.75 !important;
    }

    @media (max-width: 768px) {
        .hero-info-bar {
            width: 100% !important;
            height: auto !important;
            background-color: #044b5e !important;
        }

        .hero-poster-img {
            width: 100% !important;
            height: auto !important;
            display: block !important;
        }

        .hero-info-bar {
            padding: 20px 16px 24px !important;
            background-color: #044b5e !important;
        }

        .hero-info-bar .hero-info-title {
            font-size: 1.05rem !important;
            line-height: 1.55 !important;
            margin-bottom: 10px !important;
            font-weight: 700 !important;
        }

        .hero-info-bar .hero-info-sub {
            font-size: 0.9rem !important;
            line-height: 1.7 !important;
            color: #e2e8f0 !important;
        }

        .carousel-control-prev,
        .carousel-control-next {
            width: 12% !important;
            opacity: 0.9 !important;
        }
    }

    .bg-white-10 {
        background-color: rgba(255, 255, 255, 0.18) !important;
        backdrop-filter: blur(4px);
        border: 1px solid rgba(255, 255, 255, 0.25) !important;
        color: #ffffff !important;
    }

    /* Floating Action Tabs on the right edge of poster slider */
    .poster-floating-actions {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 20;
    }

    .poster-action-btn {
        padding: 10px 18px;
        border-radius: 8px 0 0 8px;
        font-size: 0.8rem;
        font-weight: 800;
        letter-spacing: 0.5px;
        white-space: nowrap;
        display: flex;
        align-items: center;
        gap: 6px;
        transition: all 0.3s ease;
    }

    .poster-action-btn:hover {
        padding-left: 24px;
        filter: brightness(1.1);
    }

    /* Carousel Control Customization */
    #heroPosterCarousel .carousel-control-prev,
    #heroPosterCarousel .carousel-control-next {
        width: 5%;
        opacity: 0.8;
        z-index: 10;
    }

    #heroPosterCarousel .carousel-control-prev-icon,
    #heroPosterCarousel .carousel-control-next-icon {
        width: 2.5rem;
        height: 2.5rem;
        background-size: 60%;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        backdrop-filter: blur(4px);
    }

    #heroPosterCarousel .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 4px;
        background-color: #ffffff;
        opacity: 0.5;
        transition: all 0.3s ease;
    }

    #heroPosterCarousel .carousel-indicators .active {
        width: 28px;
        border-radius: 10px;
        opacity: 1;
        background-color: #ffc847;
    }

/* Hero Poster layout — controlled by index.ejs inline styles */

/* Solid Circular Dots (Chấm tròn nhỏ gọn sát nhau) for Hero Poster Carousel Indicators */
#heroPosterCarousel .carousel-indicators {
    bottom: 18px !important;
    margin-bottom: 0 !important;
    gap: 4px !important;
    z-index: 10 !important;
}

#heroPosterCarousel .carousel-indicators [data-bs-target],
#heroPosterCarousel .carousel-indicators button {
    box-sizing: border-box !important;
    width: 9px !important;
    height: 9px !important;
    min-width: 9px !important;
    min-height: 9px !important;
    max-width: 9px !important;
    max-height: 9px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0.45) !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    opacity: 0.8 !important;
    margin: 0 2px !important;
    padding: 0 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) !important;
}

#heroPosterCarousel .carousel-indicators [data-bs-target].active,
#heroPosterCarousel .carousel-indicators button.active {
    width: 11px !important;
    height: 11px !important;
    min-width: 11px !important;
    min-height: 11px !important;
    border-radius: 50% !important;
    background-color: #00b4d8 !important;
    opacity: 1 !important;
    transform: scale(1.15) !important;
    box-shadow: 0 0 8px rgba(0, 180, 216, 0.9) !important;
}

/* Mobile Global Layout & Typography Scaling */
@media (max-width: 768px) {
    html {
        font-size: 14px !important;
    }
    
    .container, .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    /* Scale down hero info bar text slightly on mobile */
    .hero-info-bar {
        padding: 14px 14px 16px !important;
    }

    .hero-info-bar .hero-info-title {
        font-size: 0.98rem !important;
        line-height: 1.35 !important;
        margin-bottom: 4px !important;
    }

    .hero-info-bar .hero-info-sub {
        font-size: 0.82rem !important;
        line-height: 1.5 !important;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 13px !important;
    }

    .container, .container-fluid {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}