/* ==========================================================================
   TailorMade Luxury - Ultra-Premium Theme Stylesheet
   Optimized for Sri Lanka Tailormade Layout & Performance
   ========================================================================== */

:root {
    --font-serif: 'Bacasime Antique', Garamond, 'Times New Roman', serif;
    --font-sans: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --color-gold: #b99b83;
    --color-gold-hover: #a3856e;
    --color-teal-dark: #0f3b43;
    --color-teal-deeper: #0b2d33;
    --color-dark: #121212;
    --color-dark-surface: #181818;
    --color-white: #ffffff;
    --color-offwhite: #fbfaf8;
    --color-gray: #666666;
    --color-gray-light: #e5e3df;
    --transition-smooth: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    --header-height: 86px;
}

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    font-family: var(--font-sans);
    color: var(--color-dark);
    background-color: var(--color-offwhite);
    line-height: 1.7;
    overflow-x: hidden;
}

.font-baca {
    font-family: var(--font-serif);
    font-weight: 400;
    letter-spacing: 0.02em;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition-smooth);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.theme-container {
    width: 90%;
    max-width: 1320px;
    margin: 0 auto;
}

.section {
    padding: 90px 0;
}

.text-center { text-align: center; }
.text-white { color: var(--color-white) !important; }
.text-white-70 { color: rgba(255, 255, 255, 0.75) !important; }
.position-relative { position: relative; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }

/* Custom Luxury Dual-Ring Cursor */
.cursor-dot {
    position: fixed;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: var(--color-gold);
    border-radius: 50%;
    pointer-events: none;
    z-index: 999999;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease;
}

.cursor-dot-outline {
    position: fixed;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border: 1px solid var(--color-gold);
    border-radius: 50%;
    pointer-events: none;
    z-index: 999998;
    transform: translate(-50%, -50%);
    transition: width 0.25s cubic-bezier(0.16, 1, 0.3, 1), height 0.25s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease;
}

.cursor-enlarged .cursor-dot-outline {
    width: 58px;
    height: 58px;
    background-color: rgba(185, 155, 131, 0.12);
}

@media (max-width: 991px) {
    .cursor-dot, .cursor-dot-outline { display: none !important; }
}

/* Circular Floating "PLAN YOUR WAY" Pinned CTA Badge */
.floating-plan-btn {
    position: fixed;
    bottom: 35px;
    right: 28px;
    z-index: 999;
    width: 76px;
    height: 76px;
    background-color: var(--color-teal-dark);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(11, 45, 51, 0.45);
    transition: var(--transition-smooth);
}

.floating-plan-btn .plan-text {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.25;
    color: var(--color-white);
    display: block;
}

.floating-plan-btn:hover {
    background-color: var(--color-gold);
    transform: scale(1.08);
    box-shadow: 0 15px 35px rgba(185, 155, 131, 0.4);
}

.floating-plan-btn:hover .plan-text {
    color: var(--color-dark);
}

/* Butter-Smooth Hardware-Accelerated Sticky Header */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    padding: 22px 0;
    transform: translate3d(0, 0, 0);
    will-change: transform, background-color;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease;
}

.site-header.upheader {
    transform: translate3d(0, 0, 0);
    background-color: rgba(15, 20, 22, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 4px 25px rgba(0,0,0,0.3);
    padding: 12px 0;
}

.site-header.downheader {
    transform: translate3d(0, -100%, 0);
}

.header-container {
    width: 92%;
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-col {
    display: flex;
    align-items: center;
}

.nav-left {
    flex: 1;
    justify-content: flex-end;
    padding-right: 35px;
}

.nav-brand {
    flex: 0 0 auto;
    text-align: center;
}

.nav-right {
    flex: 1;
    justify-content: flex-start;
    padding-left: 35px;
    gap: 28px;
}

.brand-logo-text {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.15;
}

.brand-logo-text .logo-emblem {
    margin-bottom: 2px;
}

.brand-logo-text .logo-main {
    font-size: 1.6rem;
    color: var(--color-white);
    letter-spacing: 0.05em;
}

.nav-menu-list {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-menu-list a {
    color: var(--color-white);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    padding: 4px 0;
}

.nav-menu-list a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1.5px;
    background-color: var(--color-gold);
    transition: width 0.3s ease;
}

.nav-menu-list a:hover::after,
.nav-menu-list .current-menu-item a::after {
    width: 100%;
}

.nav-menu-list .current-menu-item a {
    color: var(--color-gold);
}

.menu-toggle-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--color-white);
    font-family: var(--font-sans);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 6px 0;
}

.hamburger-box {
    width: 24px;
    height: 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger-box .bar {
    display: block;
    width: 100%;
    height: 1.5px;
    background-color: var(--color-gold);
    transition: var(--transition-smooth);
}

.mobile-nav-bar { display: none; }
/* ==========================================================================
   Fullscreen Luxury Overlay Drawer Menu
   ========================================================================== */
.fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s ease;
}

.fullscreen-overlay.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.overlay-backdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(11, 23, 26, 0.98);
    backdrop-filter: blur(18px);
}

.overlay-dialog {
    position: relative;
    width: 90%;
    max-width: 1300px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 0 50px;
    z-index: 2;
}

.overlay-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(185, 155, 131, 0.2);
    padding-bottom: 20px;
}

.overlay-brand {
    font-size: 1.45rem;
    color: var(--color-white);
}

.overlay-close-btn {
    background: transparent;
    border: none;
    color: var(--color-gold);
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.overlay-close-btn .close-icon {
    font-size: 1.8rem;
    line-height: 1;
}

.overlay-content-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 70px;
    align-items: center;
    flex-grow: 1;
    padding: 30px 0;
}

.overlay-col-heading {
    font-size: 1.15rem;
    color: var(--color-gold);
    margin-bottom: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.overlay-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.overlay-col-main .overlay-list a {
    font-family: var(--font-serif);
    font-size: 1.85rem;
    color: var(--color-white);
    transition: var(--transition-smooth);
    display: inline-block;
}

.overlay-col-main .overlay-list a:hover {
    color: var(--color-gold);
    transform: translateX(10px);
}

.overlay-list-secondary a {
    font-size: 0.95rem;
    color: #b5b5b5;
}

.overlay-list-secondary a:hover {
    color: var(--color-white);
}

.overlay-concierge-card {
    margin-top: 35px;
    padding: 22px;
    background-color: rgba(255, 255, 255, 0.04);
    border-left: 2px solid var(--color-gold);
}

.concierge-badge {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--color-gold);
    margin-bottom: 6px;
}

.concierge-phone {
    font-size: 1.3rem;
    color: var(--color-white);
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}

.concierge-email, .concierge-address {
    font-size: 0.85rem;
    color: #999;
}

/* ==========================================================================
   Luxury Buttons (.next-btn & .pill-btn)
   ========================================================================== */
.next-btn {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 13px 36px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    overflow: hidden;
    cursor: pointer;
    border: none;
    z-index: 1;
    transition: var(--transition-smooth);
}

.next-btn .btntext {
    position: relative;
    z-index: 2;
}

.next-btn .round {
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
    transition: width 0.45s ease-out, height 0.45s ease-out, opacity 0.45s ease;
    width: 0;
    height: 0;
    opacity: 0;
}

.next-btn:hover .round {
    width: 280px;
    height: 280px;
    opacity: 1;
}

.next-btn--white {
    background-color: transparent;
    color: var(--color-white);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.next-btn--white .round { background-color: var(--color-gold); }
.next-btn--white:hover { border-color: var(--color-gold); color: var(--color-dark); }

.next-btn--black {
    background-color: var(--color-dark);
    color: var(--color-white);
    border: 1px solid var(--color-dark);
}

.next-btn--black .round { background-color: var(--color-gold); }
.next-btn--black:hover { border-color: var(--color-gold); color: var(--color-dark); }

.pill-btn {
    display: inline-block;
    padding: 12px 34px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.pill-btn-white {
    background-color: var(--color-white);
    color: var(--color-dark);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.pill-btn-white:hover {
    background-color: var(--color-gold);
    color: var(--color-white);
    transform: translateY(-2px);
}

.next-line-btn {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--color-dark);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    padding-bottom: 3px;
}

.next-line-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26px;
    height: 1.5px;
    background-color: var(--color-gold);
    transition: width 0.3s ease;
}

.next-line-btn:hover::after {
    width: 100%;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
    width: 100%;
    height: 100vh;
    min-height: 680px;
    background-color: var(--color-dark);
}

.hero-slider, .hero-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.8) 100%);
}

.hero-caption {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 840px;
    padding: 0 20px;
    color: var(--color-white);
}

.hero-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: var(--color-gold);
    margin-bottom: 18px;
    text-transform: uppercase;
}

.hero-title {
    font-size: 4.8rem;
    line-height: 1.05;
    margin-bottom: 22px;
}

.hero-subtitle {
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.9);
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.55);
}

.hero-scroll-indicator .indicator-line {
    width: 1px;
    height: 34px;
    background: linear-gradient(180deg, var(--color-gold) 0%, transparent 100%);
    animation: scrollDown 2s infinite;
}

.hero-scroll-indicator .indicator-text {
    font-size: 0.65rem;
    letter-spacing: 0.25em;
}

@keyframes scrollDown {
    0% { transform: scaleY(0); transform-origin: top; }
    50% { transform: scaleY(1); transform-origin: top; }
    50.1% { transform: scaleY(1); transform-origin: bottom; }
    100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ==========================================================================
   Section: Our Journey, Your Adventure (Exact Teal Match Screenshot 1)
   ========================================================================== */
.our-journey-section {
    background-color: var(--color-teal-dark);
    color: var(--color-white);
    overflow: hidden;
}

.watermark-fingerprint {
    position: absolute;
    top: 40px;
    right: 32%;
    opacity: 0.6;
    pointer-events: none;
    z-index: 1;
}

.our-journey-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.journey-photos-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.photo-card {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

.photo-left {
    width: 60%;
    z-index: 1;
}

.photo-right {
    width: 62%;
    margin-left: -22%;
    z-index: 2;
    margin-top: 40px;
    border: 5px solid var(--color-teal-dark);
}

.journey-content-wrap {
    padding-left: 20px;
}

.journey-eyebrow {
    display: block;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 12px;
}

.journey-title {
    font-size: 3.4rem;
    line-height: 1.12;
    margin-bottom: 30px;
    color: var(--color-white);
}

.journey-pillars-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.journey-pillar-item {
    text-align: center;
}

.pillar-circle-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    color: var(--color-white);
    transition: var(--transition-smooth);
}

.journey-pillar-item:hover .pillar-circle-icon {
    background-color: var(--color-gold);
    color: var(--color-dark);
    transform: translateY(-3px);
}

.pillar-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 2px;
}

.pillar-sub {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.25;
}

.journey-text {
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.8;
    margin-bottom: 30px;
}

/* ==========================================================================
   Section: Travel Styles & Tour Packages (Screenshots 4 & 5)
   ========================================================================== */
.tour-packages-section {
    position: relative;
    background-color: #0b1113;
    padding-top: 45px !important;
    padding-bottom: 0 !important;
    overflow: hidden;
}

/* Dynamic Full-Bleed Background Layers for each Category */
.tour-style-backdrop-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    opacity: 0;
    transition: opacity 0.85s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 0;
}

.tour-style-backdrop-layer.active {
    opacity: 1;
    z-index: 1;
}

/* Atmospheric Dark Gradient Overlay for text contrast */
.tour-style-backdrop-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 17, 19, 0.95) 0%, rgba(11, 17, 19, 0.7) 35%, rgba(11, 17, 19, 0.85) 100%),
                linear-gradient(90deg, rgba(11, 17, 19, 0.96) 0%, rgba(11, 17, 19, 0.6) 55%, rgba(11, 17, 19, 0.2) 100%);
    z-index: 2;
    pointer-events: none;
}

.tour-packages-inner {
    position: relative;
    z-index: 3;
}

/* Category Navigation Track (Main Titles Navigation) */
.category-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 45px;
}

.cat-arrow {
    background: transparent;
    border: none;
    font-size: 2rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.65);
    cursor: pointer;
    padding: 0 12px;
    transition: color 0.3s ease, transform 0.2s ease;
}

.cat-arrow:hover {
    color: #ffffff;
    transform: scale(1.15);
}

.category-nav-track {
    display: flex;
    gap: 36px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding: 4px 10px;
}

.category-nav-track::-webkit-scrollbar { display: none; }

.cat-item {
    background: transparent;
    border: none;
    font-family: var(--font-serif);
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.65);
    cursor: pointer;
    padding: 8px 4px;
    position: relative;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.cat-item:hover {
    color: #ffffff;
}

.cat-item::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: width 0.35s ease;
}

.cat-item.active {
    color: #ffffff;
    font-weight: 700;
}

.cat-item.active::after {
    width: 100%;
}

/* Featured Active Tour Narrative */
.tour-hero-content-row {
    margin-bottom: 40px;
}

.tour-hero-text-block {
    max-width: 620px;
    color: #ffffff;
}

.banner-watermark-inline {
    margin-bottom: 14px;
}

.banner-title {
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.15;
}

.banner-desc {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.65;
    margin-bottom: 26px;
}

/* Tour Packages Carousel (2 per view) */
.tour-carousel-container {
    position: relative;
    padding-right: 32px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.tour-package-slide {
    height: 400px;
    margin-bottom: 0 !important;
}

.tour-package-card {
    position: relative;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.35);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.tour-package-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.45);
}

.card-image-holder {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.tour-package-card:hover .card-image-holder {
    transform: scale(1.06);
}

.card-white-overlay {
    position: absolute;
    bottom: 0 !important;
    left: 16px;
    right: 16px;
    background-color: #ffffff;
    padding: 20px 18px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.card-pkg-title {
    font-size: 1.45rem;
    color: var(--color-dark);
    margin-bottom: 8px;
}

.card-pkg-dest-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #777;
    margin-bottom: 6px;
}

.card-pkg-cities {
    font-size: 0.85rem;
    color: #555;
}

/* Stacked Carousel Navigation Arrows on Right Edge */
.stacked-carousel-arrows {
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
}

.stacked-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #111;
    font-size: 1.6rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.stacked-arrow:hover {
    background-color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
/* ==========================================================================
   Section: Must Visit Attractions Interactive Slider (Screenshots 2 & 3)
   ========================================================================== */
.attractions-interactive-section {
    background-color: var(--color-teal-deeper);
    color: var(--color-white);
    padding: 30px 0 70px;
    overflow: hidden;
}

.attractions-stage {
    position: relative;
    min-height: 520px;
}

.attraction-bg-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.8s ease;
    z-index: 1;
}

.attraction-bg-layer.active {
    opacity: 1;
    visibility: visible;
}

.attraction-backdrop-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 45, 51, 0.92) 0%, rgba(11, 45, 51, 0.6) 45%, rgba(11, 45, 51, 0.2) 100%);
    z-index: 2;
}

.attractions-content-grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1.1fr 1.6fr;
    gap: 50px;
    align-items: center;
    padding-top: 40px;
}

.attraction-left-details {
    max-width: 480px;
}

.active-attraction-title {
    font-size: 2.8rem;
    line-height: 1.15;
    margin-bottom: 16px;
    color: var(--color-white);
    transition: opacity 0.3s ease;
}

.active-attraction-desc {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 28px;
    transition: opacity 0.3s ease;
}

/* Right Thumbnail Swiper Cards */
.attraction-thumb-slide {
    height: 380px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s ease, opacity 0.3s ease;
    position: relative;
}

.thumb-card {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
}

.thumb-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.attraction-thumb-slide:hover .thumb-card img {
    transform: scale(1.08);
}

.thumb-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    padding: 30px 16px 16px;
    font-size: 1.15rem;
    color: var(--color-white);
}

.attraction-thumb-slide.active {
    border: 2px solid var(--color-gold);
    transform: scale(1.02);
}

/* Bottom Controls: Arrows + Progress Line */
.attractions-controls-row {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}

.attraction-nav-arrows {
    display: flex;
    gap: 16px;
}

.attraction-arrow {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: var(--color-white);
    font-size: 1.8rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.attraction-arrow:hover {
    background-color: var(--color-gold);
    border-color: var(--color-gold);
    color: var(--color-dark);
}

.attraction-progress-bar {
    flex-grow: 1;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.15);
    position: relative;
    overflow: hidden;
}

.progress-indicator-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 25%;
    background-color: var(--color-white);
    transition: left 0.3s ease, width 0.3s ease;
}

/* ==========================================================================
   Section: Events Calendar
   ========================================================================== */
.events-calendar-section {
    background-color: var(--color-white);
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.event-card {
    background: var(--color-white);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0,0,0,0.06);
    position: relative;
    transition: var(--transition-smooth);
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.event-date-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    background: var(--color-dark);
    color: var(--color-white);
    padding: 8px 12px;
    text-align: center;
    border-radius: 2px;
}

.badge-day {
    display: block;
    font-family: var(--font-serif);
    font-size: 1.35rem;
    color: var(--color-gold);
}

.badge-month, .badge-year {
    display: block;
    font-size: 0.65rem;
    text-transform: uppercase;
}

.event-image { height: 210px; }
.event-image img { width: 100%; height: 100%; object-fit: cover; }
.event-body { padding: 24px; }
.event-location { display: block; font-size: 0.8rem; color: var(--color-gold); font-weight: 700; margin-bottom: 6px; }
.event-title { font-size: 1.4rem; margin-bottom: 10px; }
.event-excerpt { font-size: 0.88rem; color: #666; margin-bottom: 18px; line-height: 1.6; }

/* ==========================================================================
   Site Footer Styles
   ========================================================================== */
.site-footer {
    background-color: #0b2d33;
    color: var(--color-white);
    padding: 48px 0 24px;
    border-top: 1px solid rgba(185, 155, 131, 0.2);
}

.footer-container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

.footer-brand-section { margin-bottom: 25px; }

.footer-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.footer-logo .logo-sub {
    font-size: 0.72rem;
    letter-spacing: 0.3em;
    font-weight: 700;
    color: var(--color-gold);
}

.footer-logo .logo-main {
    font-size: 2.1rem;
    color: var(--color-white);
}

.footer-address { font-size: 0.9rem; color: #ccc; margin-bottom: 8px; }
.footer-email-wrap { display: flex; flex-direction: column; gap: 2px; }
.email-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--color-gold); }
.footer-email { font-size: 1rem; color: var(--color-white); }

.footer-action-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 22px;
}

.bar-title {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #999;
    margin-bottom: 6px;
}

.social-links-list { display: flex; list-style: none; gap: 12px; }
.social-links-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: var(--color-white);
    transition: var(--transition-smooth);
}
.social-links-list a:hover { background: var(--color-gold); color: var(--color-dark); }
.hotline-number { font-size: 1.35rem; font-weight: 700; color: var(--color-gold); }

.footer-nav-menu { text-align: center; margin-bottom: 22px; }
.footer-links-list { display: flex; justify-content: center; flex-wrap: wrap; list-style: none; gap: 24px; }
.footer-links-list a { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.1em; color: #ccc; }
.footer-links-list a:hover { color: var(--color-gold); }

.footer-affiliations {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 20px;
}

.badge-item {
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: #888;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 4px 10px;
    border-radius: 2px;
}

.footer-legal-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 0.8rem;
    color: #888;
}

.legal-links { display: flex; align-items: center; gap: 10px; }
.legal-links .sep { color: #555; }

/* ==========================================================================
   Inquiry & Video Booking Modal
   ========================================================================== */
.inquiry-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.inquiry-modal.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
}

.modal-container {
    position: relative;
    z-index: 2;
    background-color: var(--color-white);
    width: 92%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 4px;
    padding: 35px 40px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.4);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--color-gray-light);
    padding-bottom: 14px;
}

.modal-eyebrow { font-size: 0.7rem; letter-spacing: 0.2em; font-weight: 700; color: var(--color-gold); display: block; }
.modal-title { font-size: 2.1rem; color: var(--color-dark); }
.modal-close-btn { background: transparent; border: none; font-size: 2.2rem; cursor: pointer; color: #999; }
.modal-close-btn:hover { color: var(--color-dark); }

.form-section { margin-bottom: 24px; }
.section-title { font-size: 1.35rem; color: var(--color-dark); margin-bottom: 16px; }
.form-row { display: grid; gap: 14px; margin-bottom: 14px; }
.form-row.two-col { grid-template-columns: 1fr 1fr; }
.form-row.three-col { grid-template-columns: 1fr 1fr 1fr; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group label { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; color: #444; }

.form-control {
    width: 100%;
    padding: 11px 13px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-family: var(--font-sans);
    font-size: 0.92rem;
    background-color: #fafafa;
}

.form-control:focus { outline: none; border-color: var(--color-gold); background-color: var(--color-white); }

.video-chat-card {
    background-color: rgba(185, 155, 131, 0.1);
    border: 1px solid rgba(185, 155, 131, 0.35);
    padding: 16px 18px;
    border-radius: 4px;
    margin-bottom: 24px;
}

.checkbox-container { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; }
.checkbox-container input { margin-top: 4px; accent-color: var(--color-gold); width: 18px; height: 18px; }
.checkbox-label strong { display: block; font-size: 0.92rem; color: var(--color-dark); }
.checkbox-desc { display: block; font-size: 0.8rem; color: #666; margin-top: 2px; }
.modal-footer-action { text-align: center; margin-top: 25px; }

/* Responsive Media Queries */
@media (max-width: 991px) {
    .desktop-nav { display: none; }
    .mobile-nav-bar { display: block; }
    .hero-title { font-size: 3.2rem; }
    .our-journey-grid { grid-template-columns: 1fr; gap: 40px; }
    .attractions-content-grid { grid-template-columns: 1fr; }
    .events-grid { grid-template-columns: 1fr; }
    .overlay-content-grid { grid-template-columns: 1fr; gap: 30px; }
    .form-row.two-col, .form-row.three-col { grid-template-columns: 1fr; }
    .stacked-carousel-arrows { display: none; }
}