
/* =============================================
1. CSS VARIABLES & BASE SETUP
============================================= */
:root {
--primary-gold: #c6a87c;
--primary-gold-hover: #b09164;
--gray-btn: #6e726b;
--bg-cream: #faf8f5;
--text-dark: #1a1a1a;
--font-heading: 'Playfair Display', serif;
--font-body: 'Manrope', sans-serif;
}

body {
font-family: var(--font-body);
color: #444;
background-color: var(--bg-cream);
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .font-heading { font-family: var(--font-heading); }
a { text-decoration: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.customRadius .carousel-control-prev,
.customRadius .carousel-control-next,
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 36px;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(185, 142, 97, 0.8);
    border-radius: 50%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.customRadius .carousel-control-prev:hover,
.customRadius .carousel-control-next:hover,
.carousel .carousel-control-prev:hover,
.carousel .carousel-control-next:hover {
    background: rgba(255, 255, 255, 0.95);
}
.customRadius .carousel-control-prev-icon,
.customRadius .carousel-control-next-icon,
.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
    width: 14px;
    height: 14px;
    filter: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}
.closeMore {
    display: inline-block;
    min-width: 150px;
    padding: 12px 28px;
    margin-top: 18px;
    background: #c7a77b;
    border: 1px solid #c7a77b;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
    transition: all 0.2s ease;
}
.closeMore:hover,
.closeMore:focus {
    background: #b79163;
    border-color: #b79163;
    color: #fff;
}
.btnCabin {
    position: relative;
    overflow: hidden;
    min-width: 150px;
    padding: 12px 28px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #d9c19a 0%, #c9a375 45%, #b88d5f 100%);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(184, 141, 95, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}
.btnCabin::before,
.chooseRoom::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 35%, transparent 55%);
    transform: translateX(-120%);
    transition: transform 0.6s ease;
}
.btnCabin:hover:not(:disabled),
.chooseRoom:hover:not(:disabled) {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 14px 26px rgba(184, 141, 95, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.45);
    filter: brightness(1.04);
}
.btnCabin:hover:not(:disabled)::before,
.chooseRoom:hover:not(:disabled)::before {
    transform: translateX(120%);
}
.btnCabin:active:not(:disabled),
.chooseRoom:active:not(:disabled) {
    transform: translateY(0) scale(0.99);
    box-shadow: 0 6px 16px rgba(184, 141, 95, 0.2);
}
.btnCabin:focus-visible,
.chooseRoom:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.9);
    outline-offset: 3px;
}
.btnCabin:disabled,
.chooseRoom:disabled {
    opacity: 0.85;
    cursor: not-allowed;
    box-shadow: none;
}
.text-gold { color: var(--primary-gold); }
.bg-cream { background-color: var(--bg-cream); }
.header-divider { width: 45px; height: 2px; background-color: var(--primary-gold); margin-top: 5px; }
.link-gold { color: var(--primary-gold); font-size: 0.85rem; font-weight: 600; transition: color 0.3s; }
.link-gold:hover { color: var(--primary-gold-hover); }

/* =============================================
2. TOP BAR & NAVBAR
============================================= */
.top-announcement-bar {
background-color: #e6dfd5;
color: #333;
font-size: 0.7rem;
letter-spacing: 1.5px;
font-weight: 600;
padding: 8px 10px;
text-align: center;
text-transform: uppercase;
}
.top-announcement-bar p{
    margin-bottom:5px
}

.site-navbar {
background-color: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.03);
padding: 15px 0;
}
.navbar-brand img, .brand-text-wrap {
display: flex;
align-items: center;
gap: 10px;
}
.brand-title {
font-family: var(--font-heading);
font-weight: 700;
font-size: 1.15rem;
letter-spacing: 1.5px;
color: #1a1a1a;
line-height: 1.1;
margin: 0;
}
.brand-sub {
font-size: 0.5rem;
letter-spacing: 3px;
color: #666;
display: block;
}
.navbar-nav .nav-link {
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 1px;
color: #333 !important;
text-transform: uppercase;
padding: 8px 12px !important;
transition: color 0.3s;
}
.navbar-nav .nav-link:hover {
color: var(--primary-gold) !important;
}

/* Dropdown custom styling */
.site-navbar .dropdown-menu {
border: 1px solid #e0dfdc;
border-radius: 0;
background-color: #fff;
box-shadow: 0 10px 25px rgba(0,0,0,0.06);
margin-top: 0;
}

@media (min-width: 992px) {
    .site-navbar .dropdown-menu {
        display: none;
    }
    .site-navbar .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
    }
    .site-navbar .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}
.site-navbar .dropdown-item {
font-size: 0.72rem;
font-weight: 600;
letter-spacing: 1px;
color: #333;
padding: 8px 20px;
text-transform: uppercase;
transition: all 0.2s;
}
.site-navbar .dropdown-item:hover {
background-color: var(--bg-cream);
color: var(--primary-gold);
}
.site-navbar .dropdown-toggle::after {
display: none !important;
}

.btn-book-nav {
border: 1px solid #ccc;
background: transparent;
color: #222;
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 1.5px;
padding: 8px 22px;
border-radius: 0;
text-transform: uppercase;
transition: all 0.3s;
}
.btn-book-nav:hover {
background-color: var(--primary-gold);
border-color: var(--primary-gold);
color: #fff;
}

/* =============================================
3. HERO SECTION & INTERACTIVE BOOKING WIDGET
============================================= */
.hero-slider-section {
    position: relative;
    width: 100%;
    background-color: var(--bg-cream);
    padding-bottom: 90px;
    overflow: visible;
}

#heroTextCarousel {
    position: relative;
    width: 100%;
}

#heroTextCarousel .carousel-inner {
    width: 100%;
}

/*
 * IMPORTANT:
 * Do not set display:flex on .hero-carousel-item.
 * Bootstrap uses display:none for inactive carousel slides.
 */
.hero-carousel-item {
    position: relative;
    width: 100%;
    height: 650px;
    min-height: 650px;
    padding: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-carousel-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.60) 0%,
        rgba(0, 0, 0, 0.25) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.hero-carousel-item .container {
    position: relative;
    z-index: 2;
}

/* Fixed content area for every slide.
 * Empty fields still reserve their space so the layout does not jump.
 */
.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 165px;
}

.hero-empty-element {
    visibility: hidden;
}

.hero-subtitle {
    display: block;
    min-height: 24px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 2px;
}

.hero-title {
    min-height: 58px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    font-size: 52px;
    line-height: 1.12;
    font-weight: 700;
}

.hero-desc {
    min-height: 55px;
    max-width: 750px;
    margin-top: 0;
    margin-bottom: 25px;
    color: #fff;
    font-size: 17px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    align-items: center;
    min-height: 48px;
    gap: 16px !important;
}

.hero-buttons .btn {
    min-height: 48px;
    padding: 12px 24px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1px;
}

.btn-gold-outline {
    background: transparent;
    color: #d4c3a3;
    border: 1px solid #d4c3a3;
    padding: 12px 28px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-radius: 0;
    transition: all 0.3s;
}

.btn-gold-outline:hover {
    background-color: var(--primary-gold);
    border-color: var(--primary-gold);
    color: #fff;
}

.btn-gold-fill {
    background-color: #d4c3a3;
    color: #1a1614;
    border: 1px solid #d4c3a3;
    padding: 12px 28px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-radius: 0;
    transition: all 0.3s;
}

.btn-gold-fill:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

/* Custom carousel indicators */
.hero-indicators-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
    z-index: 100;
    pointer-events: none;
}

.hero-custom-indicators {
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: none;
}

.hero-dot {
    position: relative;
    z-index: 101;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    opacity: 0.7;
    cursor: pointer;
    pointer-events: auto;
    transition: width .3s ease, background-color .3s ease,
                border-color .3s ease, opacity .3s ease;
}

.hero-dot.active,
.hero-dot[aria-current="true"] {
    width: 30px !important;
    border-radius: 10px !important;
    background-color: #c9a96e !important;
    border-color: #c9a96e !important;
    opacity: 1 !important;
}

/* Booking Widget */
.booking-box-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 20;
}

.booking-card {
    background: #fff;
    border: 1px solid rgba(198, 168, 124, 0.3);
    padding: 30px 40px;
    box-shadow: 0 20px 40px rgba(26, 26, 26, 0.08);
    position: relative;
    border-radius: 5px;
}

.booking-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--primary-gold);
}

.booking-title {
    font-size: 0.8rem;
    letter-spacing: 3px;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 25px;
    position: relative;
    font-family: var(--font-heading);
}

.booking-title::before,
.booking-title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 28%;
    height: 1px;
    background-color: #e0dfdc;
}

.booking-title::before { left: 0; }
.booking-title::after { right: 0; }

.booking-field-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.booking-date-wrapper {
    position: relative;
    background: #fdfbf7;
    border: 1px solid #dcd6cd;
    padding: 10px 15px;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.booking-date-wrapper:hover,
.booking-date-wrapper:focus-within {
    border-color: var(--primary-gold);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(198, 168, 124, 0.1);
}

.booking-date-input {
    border: none;
    background: transparent;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a1a;
    width: 100%;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
}

.btn-check-availability {
    background: linear-gradient(110deg, #a97845 0%, #c9a96e 48%, #e0c28a 100%);
    background-size: 180% 100%;
    color: #fff;
    border: 1px solid rgba(121, 82, 43, .7);
    width: 100%;
    min-height: 48px;
    padding: 13px 18px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 999px;
    text-transform: uppercase;
    transition: transform .25s ease, box-shadow .25s ease, background-position .35s ease, filter .25s ease;
    cursor: pointer;
    box-shadow: 0 7px 16px rgba(132, 91, 47, .3), inset 0 1px 0 rgba(255, 255, 255, .35);
}

.btn-check-availability::after {
    content: '\2192';
    display: inline-block;
    margin-left: 9px;
    font-size: 1.05em;
    line-height: 0;
    transition: transform .25s ease;
}

.btn-check-availability:hover {
    background-position: 100% 0;
    border-color: #8e6135;
    color: #fff;
    filter: brightness(1.04);
    transform: translateY(-3px);
    box-shadow: 0 11px 22px rgba(132, 91, 47, .38), inset 0 1px 0 rgba(255, 255, 255, .42);
}

.btn-check-availability:hover::after {
    transform: translateX(4px);
}

.btn-check-availability:focus-visible {
    outline: 2px solid #9d6d39;
    outline-offset: 3px;
}

.btn-check-availability:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(132, 91, 47, .28), inset 0 2px 5px rgba(88, 53, 22, .22);
}

.booking-guarantees {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-top: 25px;
    font-size: 0.72rem;
    color: #666;
    font-weight: 600;
    flex-wrap: wrap;
}

.booking-guarantees i {
    color: var(--primary-gold);
    margin-right: 6px;
    font-size: 0.85rem;
}

/* Hero responsive */
@media (max-width: 1199.98px) and (min-width: 992px) {
    .hero-carousel-item,
    .hero-content {
        height: 600px;
        min-height: 600px;
    }

    .hero-content {
        padding-top: 145px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-title {
        font-size: 46px;
    }

    .hero-desc {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .hero-carousel-item,
    .hero-content {
        height: 560px;
        min-height: 560px;
    }

    .hero-content {
        padding-top: 120px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-desc {
        font-size: 15px;
        min-height: 55px;
    }

    .booking-box-container {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 30px;
        padding: 0 15px;
    }

    .hero-slider-section {
        padding-bottom: 40px;
    }

    .booking-title::before,
    .booking-title::after {
        display: none;
    }

    .right-text-box {
        border-left: none;
        border-top: 1px solid #e0dfdc;
        padding: 2rem;
    }
}

@media (max-width: 767.98px) {
    .hero-slider-section {
        padding-bottom: 0;
    }

    .hero-carousel-item,
    .hero-content {
        height: 600px;
        min-height: 600px;
    }

    .hero-content {
        padding-top: 105px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-carousel-item {
        background-position: center center;
    }

    .hero-carousel-item::before {
        background: rgba(0, 0, 0, .42);
    }

    .hero-subtitle {
        min-height: 22px;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 1.5px;
    }

    .hero-title {
        min-height: 0;
        font-size: 34px;
        line-height: 1.15;
    }

    .hero-desc {
        min-height: 60px;
        font-size: 14px;
        line-height: 1.5;
    }

    .hero-desc br {
        display: none;
    }

    .hero-buttons {
        width: 100%;
        gap: 10px !important;
    }

    .hero-buttons .btn {
        min-height: 46px;
        padding: 11px 18px;
        font-size: 11px;
    }

    .hero-indicators-container {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 12px;
        padding-left: 20px;
        padding-right: 20px;
        z-index: 5;
    }

    .booking-box-container {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 18px;
        padding: 0 12px;
    }

    .booking-card {
        padding: 20px 15px;
        max-width: 100%;
        width: 100%;
        border-radius: 0;
    }

    .booking-card::after {
        width: 60px;
        height: 2px;
    }

    .booking-title {
        font-size: 0.68rem;
        letter-spacing: 1.5px;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    .booking-title::before,
    .booking-title::after {
        width: 18%;
    }

    .booking-field-label {
        font-size: 0.62rem;
        letter-spacing: 1px;
    }

    .booking-date-wrapper {
        padding: 8px 12px;
    }

    .booking-guarantees {
        justify-content: flex-start;
        gap: 10px 18px;
        margin-top: 18px;
    }

    .booking-guarantees span {
        display: flex;
        align-items: center;
        font-size: 0.66rem;
        line-height: 1.4;
    }
}

@media (max-width: 575.98px) {
    .hero-carousel-item,
    .hero-content {
        height: 620px;
        min-height: 620px;
    }

    .hero-content {
        padding-top: 90px;
    }

    .hero-title {
        font-size: 30px;
    }

    .hero-desc {
        font-size: 14px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .hero-buttons .btn {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .hero-carousel-item,
    .hero-content {
        height: 640px;
        min-height: 640px;
    }

    .hero-content {
        padding-top: 80px;
    }

    .hero-title {
        font-size: 27px;
    }

    .hero-desc {
        font-size: 13px;
    }
}


/* =============================================
4. HIGHLIGHTS SECTION
============================================= */
.highlights-section { padding-top: 50px }
.highlights-box { border: 1px solid #e0dfdc; box-shadow: 0 5px 20px rgba(0,0,0,0.02); border-radius:10px }
.highlight-item { padding: 5px; border-right: 1px solid #e0dfdc; border-bottom: 1px solid #e0dfdc; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: background-color 0.3s; }
.highlight-item:hover { background-color: #fcfcfc; }
.highlight-item:nth-child(3n) { border-right: none; }
.highlight-item:nth-child(n+7) { border-bottom: none; }
.icon-feature { font-size: 2.2rem; color: #444; margin-bottom: 15px; }
.label-feature { font-size: 0.75rem; font-weight: 700; color: #1a2b3c; text-align: center; line-height: 1.3; }
.right-text-box { padding: 20px; border-left: 1px solid #e0dfdc; display: flex; flex-direction: column; justify-content: center; }
.right-text-box h3 { font-size: 2rem; color: #111; }
.right-text-box p { color: #666; font-size: 0.95rem; line-height: 1.7; margin-bottom: 15px; }

/* =============================================
5. CABIN & SUITES SECTION
============================================= */
.suites-section { padding-top: 50px}
.section-subtitle { font-size: 0.85rem; letter-spacing: 2px; color: var(--primary-gold); text-transform: uppercase; }
.section-title { font-size: 2.2rem; color: var(--text-dark); }
.suite-card { background-color: #fff; border: 1px solid #e0dfdc; display: flex; flex-direction: column; height: 100%; transition: box-shadow 0.3s ease; border-radius: 10px}
.suite-card:hover { box-shadow: 0 15px 35px rgba(0,0,0,0.06); }
.suite-img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; border-bottom: 1px solid #eee; }
.suite-info { padding: 2.5rem 2rem; display: flex; flex-direction: column; flex-grow: 1; }
.suite-title { font-size: 1.8rem; color: #111; margin-bottom: 1.2rem; }
.suite-desc {
    color: #555;
    display: -webkit-box;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.suite-footer { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.suite-price { font-size: 0.95rem; color: #111; }

/* =============================================
6. DECK PLAN SECTION
============================================= */
    .deck-plan-section{
            background:#f8f5f2;
            padding:50px 0;
        }

        /*=========================
            LAYOUT
        ==========================*/

        .deck-layout{
            display:flex;
            gap:70px;
            align-items:flex-start;
        }

        .deck-left{
            width:300px;
            flex-shrink:0;
        }

        .deck-right{
            flex:1;
        }

        /*=========================
            TITLE
        ==========================*/

        .section-subtitle{
            color:#bb9250;
            font-size:15px;
            letter-spacing:2px;
            text-transform:uppercase;
            display:block;
            margin-bottom:8px;
        }

        .section-title{
            font-size:48px;
            font-weight:600;
            line-height:1.15;
            color:#3b3b3b;
            margin-bottom:18px;
        }

        .header-divider{
            width:55px;
            height:2px;
            background:#bb9250;
            margin-bottom:24px;
        }

        .deck-left p{
            color:#666;
            line-height:1.8;
            font-size:16px;
            max-width:260px;
        }

        /*=========================
            TABS
        ==========================*/

        .deck-tabs{
            display:flex;
            justify-content:center;
            gap:16px;
            margin-bottom:30px;
        }

        .btn-deck-tab{
            min-width:150px;
            height:44px;
            position:relative;
            overflow:hidden;
            border:1px solid #bda88e;
            background:linear-gradient(145deg, #fffdfa 0%, #f0e5d7 100%);
            box-shadow:0 3px 8px rgba(80, 61, 43, .12), inset 0 1px 0 rgba(255, 255, 255, .9);
            color:#4b4742;
            font-size:13px;
            font-weight:600;
            letter-spacing:.045em;
            transition:transform .24s ease, box-shadow .24s ease, background .24s ease, color .24s ease;
            border-radius:999px;
        }

        .btn-deck-tab::after{
            content:'';
            position:absolute;
            right:22px;
            bottom:7px;
            left:22px;
            height:2px;
            border-radius:999px;
            background:#d6b273;
            transform:scaleX(0);
            transform-origin:center;
            transition:transform .24s ease;
        }

        .btn-deck-tab.active{
            border-color:#4b4742;
            background:linear-gradient(145deg, #62584d 0%, #3e3933 100%);
            box-shadow:0 8px 16px rgba(63, 53, 44, .3), inset 0 1px 0 rgba(255, 255, 255, .14);
            color:#fff;
        }

        .btn-deck-tab.active::after{
            transform:scaleX(1);
        }

        .btn-deck-tab:hover:not(.active){
            border-color:#9d7b57;
            background:linear-gradient(145deg, #fff 0%, #e9d7bf 100%);
            box-shadow:0 7px 15px rgba(80, 61, 43, .2), inset 0 1px 0 rgba(255, 255, 255, .9);
            color:#352f29;
            transform:translateY(-3px);
        }

        .btn-deck-tab.active:hover{
            box-shadow:0 10px 19px rgba(63, 53, 44, .36), inset 0 1px 0 rgba(255, 255, 255, .18);
            color:#fff;
            transform:translateY(-2px);
        }

        .btn-deck-tab:focus-visible{
            outline:2px solid #b98e61;
            outline-offset:3px;
        }

        .btn-deck-tab:active{
            transform:translateY(0);
        }

      /*=========================
            IMAGE
        ==========================*/

        .deck-image-wrapper{
            display:flex;
            align-items:center;
            gap:30px;
        }

       .deck-image-container {
            flex: 1;
            height: 550px;

            overflow: hidden;
            position: relative;

            border: 1px solid #ddd;
            background: #fff;

            cursor: grab;
            user-select: none;

            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 10px;
        }

        .deck-plan-img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain;

            user-select: none;
            -webkit-user-drag: none;
            touch-action: none;
        }
        /*=========================
            ZOOM
        ==========================*/

        .zoom-controls{

            display:flex;
            flex-direction:column;
            gap:12px;
        }

        .btn-zoom{

            width:44px;
            height:44px;

            background:#fff;

            border:1px solid #d9d9d9;

            display:flex;
            justify-content:center;
            align-items:center;

            transition:.25s;
        }

        .btn-zoom:hover{

            background:#4b4742;
            color:#fff;
        }


/* =============================================
7. ITINERARIES SECTION
============================================= */
.itineraries-section { padding-top:50px }
.itinerary-card { background: #fff; border: 1px solid #7f8790; height: 100%; display: flex; flex-direction: column; transition: box-shadow 0.3s; border-radius: 10px}
.itinerary-card:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.06); }
.itinerary-img-wrap { position: relative; width: 100%; aspect-ratio: 1.42 / 1; overflow: hidden; background-color: #050505; }
.itinerary-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.itinerary-card:hover .itinerary-img { transform: scale(1.05); }
.price-tag { position: absolute; bottom: 0; left: 0; background: rgba(99, 103, 93, 0.9); color: #fff; font-size: 0.58rem; font-weight: 600; line-height: 1; padding: 7px 11px; z-index: 2; }
.itinerary-body { padding: 24px 28px 20px; text-align: center; display: flex; flex-direction: column; flex-grow: 1; align-items: center; }
.itinerary-title { font-size: 0.98rem; font-weight: 700; color: #1a1a1a; letter-spacing: 0; line-height: 1.15; margin: 0 0 3px; width: 100%; }
.itinerary-subtitle { font-size: 0.68rem; color: #555; line-height: 1.2; margin-bottom: 14px; }
.itinerary-divider { width: 100%; height: 1px; background-color: #8d948d; margin: 0 0 16px; }
.itinerary-actions { display: flex; gap: 14px; justify-content: center; width: 100%; }
.btn-itin-outline {color: #26313d; font-size: 0.62rem; font-weight: 700; letter-spacing: 0; padding: 7px 10px; border-radius: 0; text-transform: uppercase; flex: 1; text-align: center; min-width: 0; white-space: nowrap; }
.btn-itin-outline:hover { background: #f0f0f0; }
.btn-itin-fill { background: #8d9185; color: #fff; font-size: 0.62rem; font-weight: 700; letter-spacing: 0; padding: 8px 10px; border-radius: 0; text-transform: uppercase; border: none; flex: 1; text-align: center; min-width: 0; white-space: nowrap; }
.btn-itin-fill:hover { background: #4a4d49; color: #fff; }

/* =============================================
8. EXCLUSIVE OFFER SLIDER SECTION
============================================= */
.offers-section { padding: 50px 0; position: relative; }
.offers-slider-wrap { position: relative; }
.offers-viewport { overflow: hidden; width: 100%; margin: 0 auto; position: relative; cursor: grab; touch-action: pan-y; }
.offers-viewport.is-dragging { cursor: grabbing; user-select: none; }
.offers-track { display: flex; transition: transform 0.4s ease-in-out; gap: 24px; }
.offer-slide-item { flex: 0 0 calc(33.333% - 16px); box-sizing: border-box; }

.offer-card {
color: #fff; padding: 35px 30px; min-height: 280px; display: flex; flex-direction: column;
justify-content: space-between; position: relative; background-size: cover;
background-position: center; background-repeat: no-repeat; z-index: 1; overflow: hidden;
height: 100%;
border-radius: 10px;
}
.offer-card::before {
content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.85) 100%); z-index: -1; transition: opacity 0.3s;
}
.offer-card:hover::before { opacity: 0.8; }
.offer-subtitle { font-size: 0.7rem; letter-spacing: 1.5px; font-weight: 600; color: #eee; text-transform: uppercase; }
.offer-title { font-size: 1.6rem; font-weight: 700; letter-spacing: 1px; line-height: 1.2; margin-top: 5px; color: #fff; }
.offer-price-label { font-size: 0.7rem; color: #ddd; display: block; }
.offer-price { font-size: 1.5rem; font-weight: 700; color: #fff; }
.offer-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.offer-view-details { font-size: 0.75rem; letter-spacing: 1px; white-space: nowrap; }
.offer-actions .btn-itin-fill {
    position: relative;
    flex: 0 0 auto;
    padding: 10px 17px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 999px;
    background: linear-gradient(135deg, #d9bd84 0%, #b98e61 55%, #9f7148 100%);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .35);
    color: #fff;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.offer-actions .btn-itin-fill:hover,
.offer-actions .btn-itin-fill:focus {
    background: linear-gradient(135deg, #e3cb9a 0%, #c4996c 55%, #aa7b50 100%);
    box-shadow: 0 9px 20px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .45);
    color: #fff;
    filter: brightness(1.04);
    transform: translateY(-2px);
}
.offer-actions .btn-itin-fill:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.slider-nav-btn { width: 36px; height: 36px; border-radius: 50%; background: #444; color: #fff; border: none; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; cursor: pointer; transition: background 0.3s; }
.slider-nav-btn:hover { background: var(--primary-gold); }
.slider-nav-prev { left: -18px; }
.slider-nav-next { right: -18px; }

.offer-dots { display: flex; justify-content: center; gap: 12px; margin-top: 35px; }
.offer-dot {
    box-sizing: border-box;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    padding: 0;
    border: 1.5px solid #666;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    background-color: transparent;
    line-height: 0;
    cursor: pointer;
}
.offer-dot.active { background-color: #555; border-color: #555; }

/* =============================================
9. FOOTER SECTION
============================================= */
.site-footer { background-color: #cbb499; color: #3f362a; padding-top: 60px; padding-bottom: 60px; }
.footer-logo-title { font-family: var(--font-heading); font-weight: 700; font-size: 1.1rem; letter-spacing: 1px; color: #3f362a; line-height: 1.2; }
.footer-logo-sub { font-size: 0.55rem; letter-spacing: 3px; display: block; margin-top: 3px; color: #524738; }
.social-links { display: flex; gap: 10px; margin-top: 25px; }
.social-icon { width: 32px; height: 32px; border-radius: 50%; border: 1px solid #3f362a; color: #3f362a; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; transition: all 0.3s ease; }
.social-icon:hover { background-color: #3f362a; color: #cbb499; }
.footer-heading { font-size: 0.85rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 20px; color: #2c251d; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: #3f362a; font-size: 0.8rem; transition: opacity 0.2s; }
.footer-links a:hover { opacity: 0.7; }
.newsletter-text { font-size: 0.8rem; line-height: 1.5; margin-bottom: 20px; color: #3f362a; }
.newsletter-form { display: flex; border: 1px solid rgba(63, 54, 42, 0.4); background: rgba(255, 255, 255, 0.12); }
.newsletter-input { background: transparent; border: none; padding: 10px 14px; font-size: 0.75rem; color: #3f362a; width: 100%; outline: none; }
.newsletter-input::placeholder { color: #5c4f3d; }
.newsletter-btn { background: transparent; border: none; padding: 0 16px; border-left: 1px solid rgba(63, 54, 42, 0.4); color: #3f362a; cursor: pointer; transition: background 0.3s; }
.newsletter-btn:hover { background: rgba(63, 54, 42, 0.1); }
.footer-bottom { background-color: #989a8d; color: #2c2c2c; padding: 18px 0; text-align: center; font-size: 0.85rem; font-weight: 500; }

/* =============================================
10. RESPONSIVE MEDIA QUERIES
============================================= */
@media (max-width: 1199px) {
.offer-slide-item { flex: 0 0 calc(33.333% - 16px); }
}

/* Responsive Media Queries */
@media (max-width: 991px) {
    .right-text-box { border-left: none; border-top: 1px solid #e0dfdc; padding: 2rem; }
    .offer-slide-item { flex: 0 0 calc(50% - 12px); }
    .deck-layout{

            flex-direction:column;
            gap:40px;
        }

        .deck-left{

            width:100%;
        }

        .deck-left p{

            max-width:100%;
        }

        .deck-tabs{
            flex-wrap:wrap;
            justify-content:center;
        }

        .deck-image-wrapper{
            flex-direction:row;
        }

        .zoom-controls{
            flex-direction:column;
        }

        .deck-image-container{
            height: 400px;
        }
    /* Container */
    .site-navbar
    {
        padding:0
    }
    .site-navbar .mobile-nav-container {
        position: relative !important;

        display: flex !important;

        align-items: center !important;

        justify-content: space-between !important;

        width: 100%;

        min-height: 70px;

        padding-left: 18px !important;
        padding-right: 18px !important;
    }


    /* =====================================================
       1. MENU BUTTON - LEFT
    ===================================================== */

    .site-navbar .mobile-nav-container > .mobile-menu-btn {

        position: relative !important;

        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;

        order: 1 !important;

        flex: 0 0 40px !important;

        width: 40px !important;
        height: 40px !important;

        margin: 0 !important;

        padding: 0 !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        border: 0 !important;

        background: transparent !important;

        z-index: 100 !important;
    }


    /* Hamburger icon */
    .site-navbar .mobile-menu-btn .navbar-toggler-icon {

        display: block !important;

        width: 24px !important;
        height: 18px !important;

        background-size: 24px 18px !important;

        margin: 0 !important;
    }

    .site-navbar .mobile-nav-container > a:not(.nav-link) {

        position: absolute !important;

        left: 50% !important;
        top: 50% !important;

        transform: translate(-50%, -50%) !important;

        order: 2 !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        width: max-content !important;

        margin: 0 !important;
        padding: 0 !important;

        z-index: 50 !important;
    }


    .site-navbar .mobile-nav-container > a:not(.nav-link) .site-logo {

        display: block !important;

        width: auto !important;

        height: auto !important;

        max-width: 140px !important;

        max-height: 50px !important;

        margin: 0 !important;
    }


    /* =====================================================
       3. LANGUAGE - RIGHT
    ===================================================== */

    .site-navbar .mobile-nav-container > .mobile-lang-btn {

        position: relative !important;

        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;

        order: 3 !important;

        flex: 0 0 auto !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        margin-left: auto !important;
        margin-right: 0 !important;

        z-index: 100 !important;
    }


    .site-navbar .mobile-lang-btn > a {

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        height: 40px !important;

        margin: 0 !important;
        padding: 0 !important;

        white-space: nowrap !important;

        color: #333 !important;
    }


    .site-navbar .mobile-lang-btn img {

        width: 20px !important;

        height: auto !important;

        display: block !important;
    }


    /* =====================================================
       4. COLLAPSE MENU
    ===================================================== */

    .site-navbar .mobile-nav-container > .navbar-collapse {

        position: absolute !important;

        top: 100% !important;

        left: 0 !important;

        width: 100% !important;

        order: 4 !important;

        background: #fff !important;

        z-index: 1000 !important;

        margin: 0 !important;
    }


}

@media (max-width: 768px) {
    .site-navbar .container { display: flex; justify-content: space-between; align-items: center; position: relative; }
    .navbar-toggler { order: 1; border: none; }
    .navbar-brand { order: 2; position: absolute; left: 50%; transform: translateX(-50%); margin: 0; }
    .lang-switcher-wrap { order: 3; }
    .highlights-box .col-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .highlight-item:nth-child(3n) { border-right: none; }
    .highlight-item:nth-child(2n) { border-right: 1px solid #e0dfdc; }
    .offer-slide-item { flex: 0 0 100%; }
    .slider-nav-btn { display: none; }
    .booking-card { padding: 20px 15px; }
}


@media (max-width: 480px) {
.highlights-box .col-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
.highlight-item { border-right: 1px solid #e0dfdc; }
.highlight-item:nth-child(3n) { border-right: none; }
}

.site-navbar .lang-switcher-wrap:hover > .dropdown-menu { display: block; }
