/* =====================================================
   MOUNT BATUR TREKKING DETAIL
   ADVENTURE BALI TOUR
   STYLE: SAME AS HOME
===================================================== */

/* =====================================================
   RESET & GLOBAL
===================================================== */

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    background: #f7f4ed;
    color: #222;
    line-height: 1.6;
}

img {
    display: block;
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

.container {
    width: min(1180px, 92%);
    margin: 0 auto;
}

/* =====================================================
   HEADER
===================================================== */

.detail-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(17, 17, 17, .97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #2b2b2b;
}

.header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.header-brand {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.header-brand strong {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    font-weight: 800;
    color: #d4af37;
    letter-spacing: -.3px;
}

.header-brand span {
    margin-top: 5px;
    font-size: 10px;
    color: #999;
    letter-spacing: .4px;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d6d6d6;
    font-size: 13px;
    font-weight: 600;
    transition: .25s ease;
}

.back-link:hover {
    color: #d4af37;
}

/* =====================================================
   TOP / HERO DETAIL
===================================================== */

.detail-top {
    padding: 30px 0 50px;
    background: #f7f4ed;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
    color: #888;
    font-size: 12px;
}

.breadcrumb a {
    color: #777;
    transition: .2s ease;
}

.breadcrumb a:hover {
    color: #c9a227;
}

.detail-heading {
    margin-bottom: 28px;
}

.detail-category {
    display: inline-block;
    margin-bottom: 9px;
    color: #c9a227;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.detail-heading h1 {
    font-family: "Poppins", sans-serif;
    color: #171717;
    font-size: clamp(34px, 5vw, 55px);
    line-height: 1.1;
    letter-spacing: -.8px;
    margin-bottom: 15px;
}

.detail-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    color: #666;
    font-size: 13px;
}

.detail-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.detail-meta i {
    color: #c9a227;
}

/* =====================================================
   GALLERY
===================================================== */

.detail-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 12px;
    height: 480px;
}

.gallery-main {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #e8e2d6;
}

.gallery-main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

.gallery-side img {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    object-position: center 70%;
    border-radius: 18px;
}

/* =====================================================
   QUICK INFO
===================================================== */

.quick-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 18px;
    background: #fff;
    border: 1px solid #e5dfd0;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
    overflow: hidden;
}

.quick-info-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 20px;
    border-right: 1px solid #eee7d8;
}

.quick-info-item:last-child {
    border-right: 0;
}

.quick-info-item > i {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f4e7bd;
    color: #9a7410;
    font-size: 18px;
}

.quick-info-item div {
    display: flex;
    flex-direction: column;
}

.quick-info-item small {
    color: #888;
    font-size: 10px;
    margin-bottom: 2px;
}

.quick-info-item strong {
    color: #171717;
    font-size: 13px;
    line-height: 1.3;
}

/* =====================================================
   BOOKING SECTION
===================================================== */

.booking-section {
    padding: 80px 0;
    background: #fff;
}

.booking-heading {
    max-width: 750px;
    margin: 0 auto 42px;
    text-align: center;
}

.booking-heading .section-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #c9a227;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.booking-heading h2 {
    font-family: "Poppins", sans-serif;
    color: #171717;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.2;
    margin-bottom: 15px;
}

.booking-heading p {
    color: #666;
    font-size: 15px;
}

.booking-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr);
    gap: 28px;
    align-items: start;
}

/* =====================================================
   BOOKING CARD
===================================================== */

.booking-card {
    padding: 28px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e5dfd0;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
}

.booking-card-title {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 25px;
}

.booking-card-title .number {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #c9a227;
    color: #111;
    font-size: 13px;
    font-weight: 800;
}

.booking-card-title h3 {
    font-family: "Poppins", sans-serif;
    color: #171717;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 3px;
}

.booking-card-title p {
    color: #777;
    font-size: 12px;
}

/* =====================================================
   FORM
===================================================== */

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.form-grid .form-group:last-child {
    grid-column: span 2;
}

.form-group label {
    color: #222;
    font-size: 13px;
    font-weight: 700;
}

.form-group input,
.form-group select {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #ddd5c7;
    border-radius: 9px;
    outline: none;
    background: #fff;
    color: #222;
    transition: .2s ease;
}

.form-group input::placeholder {
    color: #999;
}

.form-group input:focus,
.form-group select:focus {
    border-color: #c9a227;
    box-shadow: 0 0 0 3px rgba(201, 162, 39, .10);
}

/* =====================================================
   PACKAGE CHOICE
===================================================== */

.package-choice {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.package-option {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px;
    border: 1px solid #e5dfd0;
    border-radius: 13px;
    background: #fff;
    cursor: pointer;
    transition: .25s ease;
}

.package-option:hover {
    border-color: #d4af37;
    transform: translateY(-2px);
}

.package-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.custom-radio {
    width: 19px;
    height: 19px;
    flex-shrink: 0;
    margin-top: 2px;
    border: 2px solid #c9c3b8;
    border-radius: 50%;
    position: relative;
}

.package-option input:checked + .custom-radio {
    border-color: #c9a227;
}

.package-option input:checked + .custom-radio::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #c9a227;
}

.package-option:has(input:checked) {
    border-color: #d4af37;
    background: #fffaf0;
    box-shadow: 0 8px 22px rgba(201, 162, 39, .10);
}

.package-option-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.package-option-content strong {
    color: #171717;
    font-size: 14px;
}

.package-option-content small {
    color: #777;
    font-size: 11px;
    line-height: 1.5;
}

.package-option-price {
    color: #9a7410;
    font-size: 12px;
    font-weight: 800;
}

/* =====================================================
   HOTEL OPTIONS
===================================================== */

#hotel-options {
    display: none;
}

#hotel-options.show {
    display: block;
}

/* =====================================================
   ADD-ON
===================================================== */

.addon-section {
    margin-top: 5px;
}

.addon-note {
    color: #888;
    font-size: 12px;
    margin-bottom: 12px;
}

.addon-choice {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.addon-option {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px;
    border: 1px solid #e5dfd0;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: .2s ease;
}

.addon-option:hover {
    border-color: #d4af37;
}

.addon-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.addon-option .custom-radio {
    width: 17px;
    height: 17px;
    margin-top: 0;
}

.addon-option input:checked + .custom-radio {
    border-color: #c9a227;
}

.addon-option input:checked + .custom-radio::after {
    width: 7px;
    height: 7px;
    top: 3px;
    left: 3px;
}

.addon-option:has(input:checked) {
    border-color: #d4af37;
    background: #fffaf0;
}

.addon-option > span:last-child {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.addon-option strong {
    color: #222;
    font-size: 12px;
}

.addon-option small {
    color: #888;
    font-size: 10px;
}

/* =====================================================
   PRICE SUMMARY
===================================================== */

.booking-summary {
    background: #f7f4ed;
}

.booking-summary h3 {
    font-family: "Poppins", sans-serif;
    color: #171717;
    font-size: 18px;
    margin-bottom: 18px;
}

.summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 9px 0;
    font-size: 13px;
}

.summary-row span {
    color: #777;
}

.summary-row strong {
    color: #222;
}

.summary-divider {
    height: 1px;
    margin: 10px 0;
    background: #e2dccf;
}

.summary-total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 17px;
    margin-top: 8px;
    border-top: 2px solid #c9a227;
}

.summary-total-row span {
    color: #171717;
    font-size: 14px;
    font-weight: 800;
}

.summary-total-row strong {
    color: #9a7410;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 800;
}

/* =====================================================
   BOOK NOW
===================================================== */

.desktop-booking-button {
    margin-bottom: 10px;
}

.book-now-btn {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 9px;
    background: #c9a227;
    color: #111;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(201, 162, 39, .18);
    transition: .25s ease;
}

.book-now-btn:hover {
    background: #b08b1e;
    transform: translateY(-2px);
}

.book-now-btn i {
    font-size: 18px;
}

/* =====================================================
   SIDEBAR
===================================================== */

.booking-sidebar {
    position: sticky;
    top: 105px;
}

.sidebar-card {
    padding: 24px;
    margin-bottom: 18px;
    background: #fff;
    border: 1px solid #e5dfd0;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
}

.sidebar-card h3 {
    font-family: "Poppins", sans-serif;
    color: #171717;
    font-size: 18px;
    margin-bottom: 16px;
}

.sidebar-card ul {
    list-style: none;
}

.sidebar-card li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 7px 0;
    color: #666;
    font-size: 13px;
}

.sidebar-card li i {
    color: #c9a227;
    margin-top: 4px;
}

.sidebar-card p {
    color: #777;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 17px;
}

.sidebar-whatsapp {
    width: 100%;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    background: #22c55e;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    transition: .25s ease;
}

.sidebar-whatsapp:hover {
    background: #16a34a;
    transform: translateY(-2px);
}

/* =====================================================
   SEO CONTENT
===================================================== */

.seo-content {
    padding: 80px 0;
    background: #f7f4ed;
}

.seo-content article {
    max-width: 900px;
    margin: 0 auto 60px;
}

.seo-content article:last-child {
    margin-bottom: 0;
}

.seo-content h2 {
    font-family: "Poppins", sans-serif;
    color: #171717;
    font-size: clamp(27px, 4vw, 38px);
    line-height: 1.2;
    margin-bottom: 18px;
}

.seo-content h3 {
    font-family: "Poppins", sans-serif;
    color: #222;
    font-size: 20px;
    margin: 25px 0 10px;
}

.seo-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.seo-content ul,
.seo-content ol {
    margin: 18px 0;
}

.seo-content ul {
    list-style: none;
}

.seo-content ul li {
    position: relative;
    padding: 7px 0 7px 25px;
    color: #666;
    font-size: 14px;
}

.seo-content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 7px;
    color: #c9a227;
    font-weight: 800;
}

.seo-content ol {
    padding-left: 23px;
}

.seo-content ol li {
    padding-left: 7px;
    margin-bottom: 22px;
    color: #666;
    font-size: 14px;
}

.seo-content ol li::marker {
    color: #c9a227;
    font-weight: 800;
}

.seo-content ol li strong {
    color: #222;
}

/* =====================================================
   ITINERARY
===================================================== */

.itinerary-list {
    position: relative;
    margin-top: 28px;
}

.itinerary-item {
    position: relative;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;
    padding-bottom: 28px;
}

.itinerary-item:last-child {
    padding-bottom: 0;
}

.itinerary-time {
    color: #9a7410;
    font-size: 13px;
    font-weight: 800;
    text-align: right;
    padding-top: 2px;
}

.itinerary-content {
    position: relative;
    padding-left: 25px;
    border-left: 2px solid #e5dfd0;
}

.itinerary-content::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c9a227;
    border: 3px solid #f7f4ed;
    box-shadow: 0 0 0 1px #c9a227;
}

.itinerary-content h3 {
    margin: 0 0 5px;
    color: #171717;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.itinerary-content p {
    margin: 0;
    font-size: 13px;
}

/* =====================================================
   INCLUDED / NOT INCLUDED
===================================================== */

.include-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 25px;
}

.include-column {
    padding: 22px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e5dfd0;
}

.include-column h3 {
    margin: 0 0 12px;
    font-size: 17px;
}

.include-column ul {
    margin: 0;
}

/* =====================================================
   PICKUP TABLE
===================================================== */

.pickup-table {
    margin-top: 22px;
    overflow: hidden;
    border: 1px solid #e5dfd0;
    border-radius: 13px;
    background: #fff;
}

.pickup-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 18px;
    border-bottom: 1px solid #eee7d8;
}

.pickup-row:last-child {
    border-bottom: 0;
}

.pickup-row strong {
    color: #222;
    font-size: 13px;
}

.pickup-row span {
    color: #9a7410;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

/* =====================================================
   FAQ
===================================================== */

.faq details {
    margin-bottom: 11px;
    overflow: hidden;
    border: 1px solid #e5dfd0;
    border-radius: 12px;
    background: #fff;
}

.faq summary {
    position: relative;
    padding: 18px 48px 18px 20px;
    cursor: pointer;
    list-style: none;
    color: #222;
    font-size: 14px;
    font-weight: 700;
}

.faq summary::-webkit-details-marker {
    display: none;
}

.faq summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 13px;
    color: #c9a227;
    font-size: 24px;
    font-weight: 400;
}

.faq details[open] summary::after {
    content: "−";
}

.faq details p {
    padding: 0 20px 19px;
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.7;
}

/* =====================================================
   FINAL CTA
===================================================== */

.final-cta {
    padding: 75px 0;
    background: #111;
    color: #fff;
    text-align: center;
}

.final-cta .container {
    max-width: 760px;
}

.final-cta h2 {
    font-family: "Poppins", sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.2;
    margin-bottom: 14px;
}

.final-cta p {
    color: #aaa;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.cta-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 49px;
    padding: 0 23px;
    border-radius: 8px;
    background: #22c55e;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    transition: .25s ease;
}

.cta-whatsapp:hover {
    background: #16a34a;
    transform: translateY(-2px);
}

/* =====================================================
   FOOTER
===================================================== */

.detail-footer {
    background: #111;
    color: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr .7fr .7fr;
    gap: 50px;
    padding: 60px 0;
}

.footer-grid h3 {
    font-family: "Poppins", sans-serif;
    color: #d4af37;
    font-size: 22px;
    margin-bottom: 15px;
}

.footer-grid h4 {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
}

.footer-grid p,
.footer-grid a {
    color: #999;
    font-size: 13px;
}

.footer-grid p {
    line-height: 1.75;
}

.footer-grid a {
    display: block;
    width: fit-content;
    margin-bottom: 9px;
    transition: .2s ease;
}

.footer-grid a:hover {
    color: #d4af37;
    transform: translateX(3px);
}

.footer-bottom {
    padding: 20px;
    border-top: 1px solid #292929;
    background: #0d0d0d;
    text-align: center;
}

.footer-bottom p {
    color: #777;
    font-size: 11px;
}

/* =====================================================
   MOBILE BOOKING BAR
===================================================== */

.mobile-booking-bar {
    display: none;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1000px) {

    .detail-gallery {
        height: 400px;
        min-height: 0;
    }

    .gallery-side {
        grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
        min-height: 0;
        overflow: hidden;
    }

    .quick-info {
        grid-template-columns: repeat(2, 1fr);
    }

    .quick-info-item:nth-child(2) {
        border-right: 0;
    }

    .quick-info-item:nth-child(-n + 2) {
        border-bottom: 1px solid #eee7d8;
    }

    .booking-layout {
        grid-template-columns: 1fr;
    }

    .booking-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .sidebar-card {
        margin-bottom: 0;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 768px) {

    body {
        padding-bottom: 72px;
    }

    .container {
        width: 92%;
    }

    /* HEADER */

    .detail-header {
        position: relative;
    }

    .header-inner {
        min-height: 68px;
    }

    .header-brand {
        display: none;
    }

    .back-link {
        font-size: 12px;
    }

    /* DETAIL TOP */

    .detail-top {
        padding: 22px 0 35px;
    }

    .breadcrumb {
        margin-bottom: 20px;
        font-size: 10px;
    }

    .detail-heading {
        margin-bottom: 22px;
    }

    .detail-category {
        font-size: 10px;
        letter-spacing: 1.2px;
    }

    .detail-heading h1 {
        font-size: 32px;
        line-height: 1.12;
        letter-spacing: -.5px;
    }

    .detail-meta {
        gap: 9px 14px;
        font-size: 11px;
    }

    /* GALLERY */

    .detail-gallery {
        height: 280px;
        grid-template-columns: 1.65fr 1fr;
        gap: 7px;
        min-height: 0;
    }

    .gallery-main,
    .gallery-side img {
        border-radius: 12px;
    }

    .gallery-side {
        grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
        gap: 7px;
        min-height: 0;
        overflow: hidden;
    }

    /* QUICK INFO */

    .quick-info {
        margin-top: 12px;
        border-radius: 13px;
    }

    .quick-info-item {
        padding: 14px 11px;
        gap: 8px;
    }

    .quick-info-item > i {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .quick-info-item small {
        font-size: 8px;
    }

    .quick-info-item strong {
        font-size: 10px;
    }

    /* BOOKING */

    .booking-section {
        padding: 60px 0 55px;
    }

    .booking-heading {
        margin-bottom: 30px;
    }

    .booking-heading h2 {
        font-size: 29px;
    }

    .booking-heading p {
        font-size: 13px;
    }

    .booking-card {
        padding: 20px 16px;
        border-radius: 13px;
    }

    /* FORM */

    .form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-grid .form-group:last-child {
        grid-column: auto;
    }

    /* PACKAGE */

    .package-choice {
        grid-template-columns: 1fr;
    }

    /* ADD-ON */

    .addon-choice {
        grid-template-columns: 1fr;
    }

    /* SIDEBAR */

    .booking-sidebar {
        grid-template-columns: 1fr;
    }

    /* SEO */

    .seo-content {
        padding: 60px 0;
    }

    .seo-content article {
        margin-bottom: 48px;
    }

    .seo-content h2 {
        font-size: 27px;
    }

    .seo-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    /* ITINERARY */

    .itinerary-item {
        grid-template-columns: 75px 1fr;
        gap: 12px;
    }

    .itinerary-time {
        font-size: 11px;
    }

    .itinerary-content {
        padding-left: 19px;
    }

    .itinerary-content h3 {
        font-size: 14px;
    }

    .itinerary-content p {
        font-size: 12px;
    }

    /* INCLUDED */

    .include-box {
        grid-template-columns: 1fr;
    }

    /* PICKUP */

    .pickup-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
        padding: 13px 15px;
    }

    /* CTA */

    .final-cta {
        padding: 60px 0;
    }

    /* FOOTER */

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 45px 0;
    }

    /* MOBILE BOOKING BAR */

    .mobile-booking-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 9px 14px;
        background: #fff;
        border-top: 1px solid #e5dfd0;
        box-shadow: 0 -5px 20px rgba(0, 0, 0, .10);
    }

    .mobile-price {
        min-width: 0;
        display: flex;
        flex-direction: column;
    }

    .mobile-price small {
        color: #888;
        font-size: 8px;
        line-height: 1.2;
    }

    .mobile-price strong {
        color: #171717;
        font-family: "Poppins", sans-serif;
        font-size: 17px;
        line-height: 1.3;
        white-space: nowrap;
    }

    .mobile-price span {
        color: #888;
        font-size: 8px;
        line-height: 1.2;
    }

    .mobile-book-now {
        flex-shrink: 0;
        min-height: 47px;
        padding: 0 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        border: 0;
        border-radius: 9px;
        background: #c9a227;
        color: #111;
        font-size: 12px;
        font-weight: 800;
    }

    .mobile-book-now i {
        font-size: 17px;
    }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .container {
        width: 92%;
    }

    .detail-gallery {
        height: 240px;
        min-height: 0;
    }

    .gallery-side {
        grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
        min-height: 0;
        overflow: hidden;
    }

    .detail-heading h1 {
        font-size: 30px;
    }

    .quick-info-item {
        padding: 12px 8px;
    }

    .quick-info-item > i {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .quick-info-item strong {
        font-size: 9px;
    }

    .itinerary-item {
        grid-template-columns: 65px 1fr;
    }

    .mobile-book-now {
        padding: 0 14px;
    }
}

input,
select,
textarea {
    font-size: 16px !important;
}

/* =========================================================
   LANGUAGE SELECTOR
========================================================= */

.language-float {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 99999;
}

.language-float-btn {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.language-menu {
    display: none;
    position: absolute;
    top: 52px;
    right: 0;
    width: 190px;
    padding: 8px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.language-menu.show {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.language-menu button {
    width: 100%;
    padding: 9px 10px;
    border: none;
    border-radius: 8px;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font-size: 13px;
}

.language-menu button:hover {
    background: #f7f1df;
}

@media (max-width: 768px) {
    
    .language-float {
        top: 12px;
        right: 12px;
    }
    
    .language-float-btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .language-menu {
        top: 48px;
        width: 180px;
    }
    
}