﻿/* ================================================================
   ECE VIP UI Enhancements v3.0
   Minimal overrides — main design lives in ecevip-design.css
   ================================================================ */

/* Font face (local/CDN fallback) */
@font-face {
    font-family: "Material Design Icons";
    src: url("mdi/materialdesignicons-webfont.woff2?v=7.1.96") format("woff2"),
        url("mdi/materialdesignicons-webfont.woff?v=7.1.96") format("woff"),
        url("mdi/materialdesignicons-webfont.ttf?v=7.1.96") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* Focus ring */
:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 2px;
    border-radius: 4px;
}

/* ── Reservation step 2/3 preserve ── */
.f-white {
    color: #fff !important;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.pointer {
    cursor: pointer;
}

.dmb {
    display: block;
}

/* Select2 base override */
.select2-container--default .select2-selection--single {
    border: none;
    background: transparent;
    height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--text, #1A202C);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    height: 26px;
}

/* Spinner / loader */
#loader {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, .75);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader.d-none {
    display: none !important;
}

.spinner {
    width: 42px;
    height: 42px;
    border: 4px solid var(--border, #DDE2EA);
    border-top-color: var(--gold, #C9A84C);
    border-radius: 50%;
    animation: spin .8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, .6);
    padding: 20px;
    overflow-y: auto;
}

.modal-content {
    background: #fff;
    max-width: 680px;
    margin: 60px auto;
    border-radius: 16px;
    padding: 32px;
    position: relative;
}

.modal-content .close {
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    line-height: 1;
}

.modal-content .close:hover {
    color: #333;
}

/* Six-hour warning modal */
#modal-container {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10001;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .65);
}

#modal-container.six {
    display: flex;
}

.modall {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    max-width: 420px;
    width: 90%;
    text-align: center;
}

/* intl-tel-input reset */
.iti {
    display: block !important;
    width: 100% !important;
}

.iti input[type=tel] {
    height: 26px !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    width: 100% !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1A202C !important;
    padding: 0 !important;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent !important;
    border-right: 1px solid #DDE2EA;
    padding-right: 8px;
    margin-right: 2px;
}

/* ── Destination Hero Showcase Refresh ── */
.di-hero {
    overflow: hidden;
    aspect-ratio: auto !important;
    min-height: clamp(470px, 74vh, 680px);
    align-items: flex-end;
    padding-top: clamp(24px, 3.6vw, 48px);
    padding-bottom: clamp(62px, 5vw, 72px);
}

.di-hero-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: clamp(12px, 1.8vw, 26px);
    padding-right: clamp(12px, 1.8vw, 26px);
}

.di-hero::before {
    content: "";
    position: absolute;
    right: -120px;
    top: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(214, 177, 78, 0.35) 0%, rgba(214, 177, 78, 0) 68%);
    z-index: 1;
    pointer-events: none;
}

.di-hero-overlay {
    background:
        linear-gradient(120deg, rgba(8, 24, 48, 0.82) 0%, rgba(8, 24, 48, 0.68) 48%, rgba(8, 24, 48, 0.78) 100%),
        linear-gradient(180deg, rgba(9, 22, 43, 0.35) 0%, rgba(9, 22, 43, 0.82) 100%);
}

.di-hero-shell {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    transform: none;
    position: relative;
    padding-bottom: clamp(78px, 7vw, 102px);
}

.di-hero-card {
    width: 100%;
    padding: clamp(14px, 1.8vw, 24px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: linear-gradient(180deg, rgba(8, 21, 41, 0.56) 0%, rgba(8, 21, 41, 0.42) 100%);
    backdrop-filter: blur(4px);
    box-shadow: 0 20px 48px rgba(5, 17, 36, 0.28);
    position: relative;
    overflow: hidden;
    animation: diHeroFadeUp .55s ease both;
}

.di-hero-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(210, 170, 70, 0.95) 0%, rgba(210, 170, 70, 0) 58%);
}

.di-hero-title {
    text-shadow: 0 6px 22px rgba(3, 10, 22, 0.55);
    margin-bottom: 12px;
}

.di-hero-meta {
    margin-bottom: 12px;
}

.di-hero-meta span {
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(7, 20, 40, 0.4);
}

.di-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.di-hero-tags span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(7, 21, 43, 0.45);
    color: #ffffff; 
    font-size: 12.5px;
    font-weight: 600;
}

.di-hero-tags i {
    color: #e0bc61;
    font-size: 15px;
}

.di-hero-search-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: clamp(8px, 1.2vw, 12px);
    z-index: 4;
    transform: none;
}

/* Destination detail hero split layout: title left, form right */
.page-destination-info .di-hero-shell--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 400px);
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    gap: clamp(12px, 1.8vw, 22px);
    align-items: stretch;
    padding-bottom: 0;
}

.page-destination-info .di-hero-shell--split > * {
    min-height: 100%;
}

.page-destination-info .di-hero-shell--split .di-hero-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-destination-info .di-hero-shell--split .di-hero-search-wrap {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    display: flex;
    align-items: stretch;
    height: 100%;
}

.page-destination-info .di-hero-shell--split .di-hero-search-wrap .lux-booking-card {
    width: 100%;
    max-width: 100%;
    height: 100%;
    justify-content: center;
}

.page-destination-info .di-hero-shell--split .di-hero-search-wrap .hero-search-card {
    margin-top: 0;
}

.page-destination-info .di-hero-shell--split .di-hero-search-wrap .hero-search-form {
    width: 100%;
}

.page-destination-info .di-hero-search-wrap--home-lux .hsf-row {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.page-destination-info .di-hero-search-wrap--home-lux .hsf-field {
    border-right: 0;
}

.page-destination-info .di-hero-search-wrap--home-lux .hsf-submit--cta {
    padding-left: 0;
}

.page-destination-info .di-hero-search-wrap--home-lux .hsf-btn span {
    display: inline;
}

/* Destination detail: home-style flatpickr time picker */

.ece-flatpickr-confirm{
        width: 100%;
    border: none;
    height: 30px;
}
.ece-flatpickr-confirm > i{
    font-size: 20px;
}
.page-destination-info .flatpickr-calendar.noCalendar.hasTime {
    background: #ffffff !important;
    border: 1px solid #d4d9e2 !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2) !important;
    padding: 0 !important;
    min-width: 0 !important;
    display: block !important;
    overflow: hidden !important;
}

.page-destination-info .flatpickr-calendar.noCalendar.hasTime::before,
.page-destination-info .flatpickr-calendar.noCalendar.hasTime::after {
    display: none !important;
}

.page-destination-info .flatpickr-calendar .flatpickr-innerContainer {
    overflow: visible !important;
    display: block !important;
}

.page-destination-info .flatpickr-calendar .flatpickr-time,
.page-destination-info .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    padding: 0 !important;
    margin-bottom: 0 !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
    width: 100% !important;
    background: transparent !important;
    border-top: 0 !important;
    line-height: 1 !important;
}

.page-destination-info .flatpickr-calendar .flatpickr-time .numInputWrapper {
    display: block !important;
    width: 58px !important;
    height: 78px !important;
    flex: 0 0 58px !important;
    float: none !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: none !important;
    background: transparent !important;
}

.page-destination-info .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowUp,
.page-destination-info .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowDown {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    opacity: 1 !important;
    visibility: visible !important;
    line-height: 1 !important;
    overflow: visible !important;
}

.page-destination-info .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowUp {
    top: 2px !important;
    bottom: auto !important;
}

.page-destination-info .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowDown {
    bottom: 2px !important;
    top: auto !important;
}

.page-destination-info .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowUp:hover,
.page-destination-info .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowDown:hover {
    background: transparent !important;
    opacity: 0.75 !important;
}

.page-destination-info .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowUp::after,
.page-destination-info .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowDown::after {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #0f1d37 !important;
    border: none !important;
    background: none !important;
    position: static !important;
    line-height: 1 !important;
}

.page-destination-info .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowUp::after {
    content: "\25B4" !important;
}

.page-destination-info .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowDown::after {
    content: "\25BE" !important;
}

.page-destination-info .flatpickr-calendar .flatpickr-time input.numInput {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 46px !important;
    height: 40px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0f1d37 !important;
    text-align: center !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    line-height: 1 !important;
}

.page-destination-info .flatpickr-calendar .flatpickr-time .flatpickr-time-separator {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #0f1d37 !important;
    padding: 0 4px !important;
    margin: 0 !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
}

.di-hero-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.35fr) minmax(0, 0.85fr) minmax(0, 0.75fr) auto;
    gap: 0;
    align-items: stretch;
    padding: 8px 10px 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(19, 42, 73, 0.16);
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(7, 18, 38, 0.26);
}

.di-hsf-field {
    min-width: 0;
    padding: 0 14px;
    border-right: 1px solid #e6ebf3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.di-hsf-field--time {
    border-right: 0;
}

.di-hsf-label {
    display: block;
    margin-bottom: 2px;
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #6a7890;
}

.di-hsf-input-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    min-height: 24px;
    border-radius: 0;
    border: 0;
    background: transparent;
}

.di-hsf-input-wrap i {
    color: #214675;
    font-size: 18px;
}

.di-hsf-input-wrap input {
    width: 100%;
    min-width: 0;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    color: #10223d;
    font-size: 15px;
    font-weight: 700;
}

.di-hsf-input-wrap input[readonly] {
    cursor: default;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.di-hsf-submit {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 10px;
}

.di-hsf-btn {
    border: 0;
    min-height: 56px;
    padding: 0 30px;
    border-radius: 999px;
    background: #d2aa46;
    color: #0c2340;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
    white-space: nowrap;
}

.di-hsf-btn:hover {
    background: #c59a2f;
    transform: translateY(-1px);
}

.di-content-section {
    padding-top: clamp(26px, 3.8vw, 50px);
}

/* Destination detail hero uses homepage form behavior (from inc/form.php) */
.di-hero-search-wrap .hero-search-form {
    width: 100%;
}

.di-hero-search-wrap .hsf-row {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(0, 1.28fr) minmax(0, 0.82fr) minmax(0, 0.78fr) minmax(0, 0.62fr) minmax(0, 0.52fr) auto;
    gap: 0;
    align-items: stretch;
    padding: 8px 10px 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(19, 42, 73, 0.16);
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(7, 18, 38, 0.26);
}

.di-hero-search-wrap .hsf-divider {
    display: none;
}

.di-hero-search-wrap .hsf-field {
    min-width: 0;
    width: auto;
    padding: 0 12px;
    border-right: 1px solid #e6ebf3;
}

.di-hero-search-wrap .hsf-field--sm {
    width: auto;
}

.di-hero-search-wrap .hsf-field--currency {
    border-right: 0;
}

.di-hero-search-wrap .hsf-input-wrap {
    min-height: 24px;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.di-hero-search-wrap .hsf-input-wrap:focus-within {
    border: 0;
    box-shadow: none;
}

.di-hero-search-wrap .hsf-icon {
    color: #214675;
    font-size: 18px;
}

.di-hero-search-wrap .hsf-label {
    margin-bottom: 2px;
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #6a7890;
}

.di-hero-search-wrap .hsf-input,
.di-hero-search-wrap #passenger-text,
.di-hero-search-wrap #kur-text {
    color: #10223d;
    font-size: 15px;
    font-weight: 700;
}

.di-hero-search-wrap .hsf-submit--cta {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
}

.di-hero-search-wrap .hsf-btn {
    width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 0;
    border-radius: 50%;
    background: #d2aa46;
    color: #0c2340;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    white-space: nowrap;
    box-shadow: none;
}

.di-hero-search-wrap .hsf-btn:hover {
    background: #c59a2f;
    transform: translateY(-1px);
}

.di-hero-search-wrap .hsf-btn i {
    font-size: 34px;
    margin: 0;
}

.di-hero-search-wrap .hsf-btn span {
    display: none;
}

.di-hero-search-wrap .live-result {
    top: auto;
    bottom: calc(100% + 8px);
    border-radius: 12px;
    border: 1px solid #d8deea;
    box-shadow: 0 16px 30px rgba(12, 24, 46, 0.24);
}

.di-hero-search-wrap .paxs {
    top: auto;
    bottom: calc(100% + 8px);
    left: 0;
    right: auto;
    transform: none;
    border-radius: 14px;
    border: 1px solid #d8deea;
    box-shadow: 0 16px 30px rgba(12, 24, 46, 0.24);
}

.di-hero-search-wrap .hsf-field--currency .kurs.paxs {
    left: auto;
    right: 0;
}

.page-destination-info .di-hero-search-wrap--home-lux .live-result {
    top: calc(100% + 6px);
    bottom: auto;
}

.page-destination-info .di-hero-search-wrap--home-lux .paxs,
.page-destination-info .di-hero-search-wrap--home-lux .hsf-field--currency .kurs.paxs {
    top: calc(100% + 8px);
    bottom: auto;
}

@media (max-width: 991px) {
    .di-hero-shell {
        padding-bottom: 0;
    }

    .page-destination-info .di-hero-shell--split {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .page-destination-info .di-hero-search-wrap--home-lux .lux-booking-card {
        max-width: 100%;
        margin-left: 0;
    }

    .di-hero-search-wrap {
        position: static;
        margin-top: 12px;
    }

    .di-hero-search-wrap .hsf-row {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        border-radius: 18px;
        padding: 10px;
    }

    .di-hero-search-wrap .hsf-field {
        border-right: 0;
        padding: 0;
    }

    .di-hero-search-wrap .hsf-field--from,
    .di-hero-search-wrap .hsf-field--to,
    .di-hero-search-wrap .hsf-field--date,
    .di-hero-search-wrap .hsf-field--time,
    .di-hero-search-wrap .hsf-field--passenger,
    .di-hero-search-wrap .hsf-field--currency {
        grid-column: span 1;
    }

    .di-hero-search-wrap .hsf-submit--cta {
        grid-column: 1 / -1;
        padding-left: 0;
    }

    .di-hero-search-wrap .hsf-input-wrap {
        min-height: 50px;
        padding: 10px 12px;
        border-radius: 12px;
        border: 1px solid #dde5f2;
        background: #fff;
    }

    .di-hero-search-wrap .hsf-label {
        margin-bottom: 5px;
        font-size: 10px;
    }

    .di-hero-search-wrap .hsf-btn {
        width: 100%;
        height: auto;
        min-height: 50px;
        border-radius: 12px;
        justify-content: center;
        gap: 8px;
        font-size: 14px;
    }

    .di-hero-search-wrap .hsf-btn i {
        font-size: 20px;
    }

    .di-hero-search-wrap .hsf-btn span {
        display: inline;
    }

    .di-hero-search-wrap .live-result {
        top: calc(100% + 4px);
        bottom: auto;
    }

    .di-hero-search-wrap .paxs,
    .di-hero-search-wrap .hsf-field--currency .kurs.paxs {
        top: calc(100% + 8px);
        bottom: auto;
        left: 0;
        right: auto;
        width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 991px) {
    .di-hero {
        align-items: flex-end;
        min-height: auto;
        padding-top: clamp(72px, 9vw, 98px);
        padding-bottom: clamp(12px, 2.8vw, 20px);
    }

    .di-hero-shell {
        transform: none;
        padding-bottom: 0;
    }

    .di-content-section {
        padding-top: 24px;
    }
}

@media (max-width: 576px) {
    .di-hero::before {
        width: 280px;
        height: 280px;
        right: -80px;
        top: -90px;
    }

    .di-hero-card {
        border-radius: 14px;
        padding: 12px 12px;
    }

    .di-hero-shell {
        transform: none;
    }

    .di-hero-tags {
        display: none;
    }

    .di-hero-search-wrap .hsf-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 9px;
        border-radius: 14px;
    }

    .di-hero-search-wrap .hsf-field--from,
    .di-hero-search-wrap .hsf-field--to,
    .di-hero-search-wrap .hsf-field--date,
    .di-hero-search-wrap .hsf-field--time,
    .di-hero-search-wrap .hsf-field--passenger,
    .di-hero-search-wrap .hsf-field--currency,
    .di-hero-search-wrap .hsf-submit--cta {
        grid-column: 1 / -1;
    }

    .di-hero-search-wrap .hsf-label {
        margin-bottom: 4px;
        font-size: 9px;
    }

    .di-hero-search-wrap .hsf-input-wrap {
        min-height: 46px;
        padding: 8px 10px;
    }

    .di-hero-search-wrap .hsf-input,
    .di-hero-search-wrap #passenger-text,
    .di-hero-search-wrap #kur-text {
        font-size: 13px;
    }

    .di-content-section {
        padding-top: 18px;
    }
}

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

/* ── Passenger Dropdown Fixes ── */
.passenger-line .input-group {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: 120px !important;
    min-width: 120px !important;
}

.passenger-line .input-group .btn {
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    max-height: 32px !important;
    border-radius: 6px !important;
    flex-shrink: 0 !important;
}

.passenger-line .input-group input {
    height: 32px !important;
    padding: 0 !important;
    text-align: center !important;
    border: none !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    min-width: 0 !important;
    width: 100% !important;
    flex: 1 1 auto !important;
}

.passenger-line .ece-passenger-spinner {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    width: 108px;
    min-width: 108px;
}

.passenger-line .ece-passenger-spinner-source {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.passenger-line .ece-passenger-spinner__btn {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(30, 58, 95, 0.18);
    border-radius: 7px;
    background: #f7f9fc;
    color: var(--navy);
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: none;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.passenger-line .ece-passenger-spinner__btn:hover,
.passenger-line .ece-passenger-spinner__btn:focus-visible {
    background: #eef3fa;
    border-color: rgba(30, 58, 95, 0.28);
    color: var(--gold-dark);
    outline: none;
}

.passenger-line .ece-passenger-spinner__input {
    width: 40px;
    height: 30px;
    border: 1px solid rgba(30, 58, 95, 0.18);
    border-radius: 7px;
    background: #fff;
    color: var(--navy);
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding: 0 2px;
}

.passenger-line .ece-passenger-spinner__input:focus {
    outline: none;
    border-color: rgba(212, 172, 81, 0.7);
    box-shadow: 0 0 0 2px rgba(212, 172, 81, 0.16);
}

.lux-booking-card .hero-search-form--lux .paxs,
.di-hero-search-wrap--home-lux .paxs {
    padding: 8px !important;
    border-radius: 12px !important;
}

.lux-booking-card .hero-search-form--lux .pax-row,
.di-hero-search-wrap--home-lux .pax-row {
    margin-bottom: 8px;
}

.lux-booking-card .hero-search-form--lux .pax-row:last-child,
.di-hero-search-wrap--home-lux .pax-row:last-child {
    margin-bottom: 0;
}

.lux-booking-card .hero-search-form--lux .passenger-line,
.di-hero-search-wrap--home-lux .passenger-line {
    gap: 8px;
    align-items: center;
}

.lux-booking-card .hero-search-form--lux .passenger-line label,
.di-hero-search-wrap--home-lux .passenger-line label {
    font-size: 12px;
    font-weight: 600;
    color: #445068;
    letter-spacing: 0;
    line-height: 1.2;
    flex: 1 1 auto;
}

/* ── Currency Dropdown Fixes ── */
.kurs.paxs {
    z-index: 10000 !important;
}

.kur-item {
    position: relative;
    z-index: 10001;
}

.kur-item:hover {
    background: #f5f7fa;
    color: var(--gold-dark);
}

/* ── Blog Grid Fixes ── */
.blog-grid {
    background:
        radial-gradient(1000px 400px at 10% 0%, rgba(201, 168, 76, 0.08), rgba(201, 168, 76, 0) 70%),
        linear-gradient(180deg, #f8fbff 0%, #f4f7fc 100%) !important;
}

.blog-grid .row {
    row-gap: 24px;
}

.blog-grid .blog-grid-item {
    margin-bottom: 0 !important;
    display: flex;
}

.blog-grid .blog-card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-height: 100% !important;
    background: #ffffff !important;
    border: 1px solid #d3dcea !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 14px 34px rgba(8, 22, 48, 0.08) !important;
    transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease !important;
    text-decoration: none !important;
}

.blog-grid .blog-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(201, 168, 76, 0) 0%, rgba(201, 168, 76, 0.95) 52%, rgba(201, 168, 76, 0) 100%);
    opacity: .85;
    z-index: 2;
}

.blog-grid .blog-card:hover,
.blog-grid .blog-card:focus-visible {
    transform: translateY(-8px) !important;
    border-color: #c7d3e4 !important;
    box-shadow: 0 26px 52px rgba(8, 22, 48, 0.16) !important;
}

.blog-grid .blog-image {
    position: relative !important;
    height: 230px !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 18px 18px 0 0 !important;
    overflow: hidden !important;
}

.blog-grid .blog-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 14, 28, 0) 40%, rgba(6, 14, 28, 0.24) 100%);
    z-index: 1;
    pointer-events: none;
}

.blog-grid .blog-image > img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: scale(1) !important;
    transition: transform .55s ease !important;
}

.blog-grid .blog-card:hover .blog-image > img,
.blog-grid .blog-card:focus-visible .blog-image > img {
    transform: scale(1.06) !important;
}

.blog-grid .blog-content {
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 18px 20px 20px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

.blog-grid .blog-content h3 {
    margin: 0 0 10px !important;
    color: #0f2342 !important;
    font-size: 24px !important;
    line-height: 1.32 !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-grid .blog-content p {
    margin: 0 0 14px !important;
    color: #5b6778 !important;
    line-height: 1.68 !important;
    font-size: 15px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-grid .blog-content .blog-card-meta,
.blog-grid .blog-content .date {
    margin: 0 0 12px !important;
    padding: 8px !important;
    border: 1px solid #e1e8f2 !important;
    border-radius: 13px !important;
    background: #f5f8fd !important;
    display: flex;
    flex-wrap: wrap;
    gap: 7px 8px;
    font-size: 12px;
    line-height: 1.45;
    color: #5f6c7f;
}

.blog-grid .blog-content .blog-card-meta span,
.blog-grid .blog-content .date span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e3e9f1;
    font-weight: 600;
    white-space: nowrap;
}

.blog-grid .blog-content .blog-card-meta i,
.blog-grid .blog-content .date i {
    color: #be8f3f;
}

.blog-grid .blog-content .blog-card-category {
    display: inline-flex;
    width: fit-content;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid #efe2c6;
    background: #fff9ef;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a87621;
    margin: 0 0 10px !important;
}

.blog-grid .blog-content .blog-read-more {
    margin-top: auto !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 10px 15px;
    border-radius: 11px;
    border: 1px solid #d9e1ed;
    background: #ffffff;
    color: #14213b;
    font-weight: 700;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease;
}

.blog-grid .blog-card:hover .blog-content .blog-read-more,
.blog-grid .blog-card:focus-visible .blog-content .blog-read-more {
    transform: translateX(2px);
    border-color: #d5bc7a;
    background: linear-gradient(135deg, #f2dfb4 0%, #caa24a 100%);
    color: #0f2342;
    box-shadow: 0 10px 20px rgba(18, 34, 63, 0.15);
}

@media (max-width: 1199px) {
    .blog-grid .blog-image {
        height: 216px !important;
    }

    .blog-grid .blog-content h3 {
        font-size: 22px !important;
    }
}

@media (max-width: 991px) {
    .blog-grid .blog-grid-item {
        margin-bottom: 0 !important;
    }

    .blog-grid .blog-card {
        border-radius: 16px !important;
    }

    .blog-grid .blog-image {
        height: 204px !important;
        border-radius: 16px 16px 0 0 !important;
    }

    .blog-grid .blog-content {
        padding: 17px 18px 18px !important;
    }

    .blog-grid .blog-content h3 {
        font-size: 21px !important;
    }
}

@media (max-width: 575px) {
    .blog-grid {
        padding: 58px 0 !important;
    }

    .blog-grid .row {
        row-gap: 18px;
    }

    .blog-grid .blog-image {
        height: 190px !important;
    }

    .blog-grid .blog-content {
        padding: 15px 15px 16px !important;
    }

    .blog-grid .blog-content h3 {
        font-size: 20px !important;
    }

    .blog-grid .blog-content p {
        font-size: 14px !important;
    }

    .blog-grid .blog-content .blog-card-meta {
        gap: 6px !important;
        padding: 7px !important;
    }

    .blog-grid .blog-content .blog-card-meta span {
        padding: 4px 8px;
        font-size: 11px;
    }
}

/* ── Blog Detail Modernization ── */
.blog-detail-page .page-header {
    background-size: cover !important;
    /* Keep inline img_focal('blog', ...) background-position effective */
}

/* Preserve admin ratio/focal on all breakpoints (no extra outer padding/min-height distortion) */
.blog-detail-page .page-header.blog-hero {
    padding: 0 !important;
    min-height: 0 !important;
}

.blog-detail-page .page-header.blog-hero > .container {
    height: 100%;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding-top: clamp(16px, 4vw, 44px);
    padding-bottom: clamp(16px, 4vw, 44px);
}

.blog-detail-page .page-header::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 18, 33, 0.65) 0%, rgba(10, 18, 33, 0.35) 60%, rgba(10, 18, 33, 0.75) 100%);
    z-index: 1;
}

.blog-detail-page .page-header-content {
    text-align: left !important;
    max-width: 860px;
    margin: 0 auto;
}

.blog-detail-page .page-breadcrumb {
    justify-content: flex-start !important;
}

.blog-detail-page .page-title {
    font-size: clamp(24px, 3vw, 44px) !important;
    margin-bottom: 12px !important;
    line-height: 1.2;
}

.blog-detail-page .page-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff; 
    font-weight: 600;
}

@media (max-width: 991px) {
    .blog-detail-page .page-title {
        font-size: clamp(22px, 4.8vw, 34px) !important;
        margin-bottom: 8px !important;
    }

    .blog-detail-page .page-breadcrumb {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .blog-detail-page .page-meta {
        font-size: 13px;
        gap: 8px;
    }

    .blog-detail-page .blog-detail-sidebar {
        position: static;
        top: auto;
    }
}

@media (max-width: 576px) {
    .blog-detail-page .page-header.blog-hero > .container {
        padding-top: 10px;
        padding-bottom: 12px;
    }

    .blog-detail-page .page-header-content {
        max-width: 100%;
    }

    .blog-detail-page .page-breadcrumb {
        display: flex;
        align-items: center;
        gap: 3px;
        margin-bottom: 4px;
        font-size: 10px;
        white-space: nowrap;
        overflow: visible;
    }

    .blog-detail-page .page-breadcrumb a,
    .blog-detail-page .page-breadcrumb i {
        flex: 0 0 auto;
    }

    .blog-detail-page .page-breadcrumb i {
        font-size: 10px;
    }

    .blog-detail-page .page-breadcrumb span {
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: none;
    }

    .blog-detail-page .page-title {
        font-size: clamp(16px, 4.8vw, 20px) !important;
        line-height: 1.25;
        margin-bottom: 4px !important;
        max-width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .blog-detail-page .page-meta {
        font-size: 11px;
        gap: 6px;
    }

    .blog-detail-page .blog-detail-sidebar-card {
        padding: 14px;
    }

    .blog-detail-page .blog-detail-related-item {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 10px;
    }

    .blog-detail-page .blog-detail-related-thumb img {
        min-height: 92px;
    }

    .blog-detail-page .blog-detail-related-body {
        padding: 10px 10px 10px 0;
        gap: 6px;
    }

    .blog-detail-page .blog-detail-related-body strong {
        font-size: 14px;
    }

    .blog-detail-page .blog-detail-related-body p {
        font-size: 12px;
    }
}

.blog-detail-page .blog-detail-container {
    background: #f7f9fc !important;
    padding-top: clamp(22px, 3vw, 40px);
}

.blog-detail-page .blog-detail-content {
    background: #ffffff;
    border: 1px solid #eef2f8;
    border-radius: 18px;
    padding: clamp(18px, 2.6vw, 26px) clamp(18px, 2.8vw, 30px);
    box-shadow: 0 12px 40px rgba(20, 35, 70, 0.08);
}

.blog-detail-page .blog-detail-layout {
    row-gap: 24px;
}

.blog-detail-page .blog-detail-sidebar {
    position: sticky;
    top: 96px;
}

.blog-detail-page .blog-detail-sidebar-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #eef2f8;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 12px 40px rgba(20, 35, 70, 0.08);
}

.blog-detail-page .blog-detail-sidebar-title {
    font-size: clamp(20px, 1.5vw, 26px);
    line-height: 1.2;
    color: var(--brand-primary);
    margin: 0 0 16px;
}

.blog-detail-page .blog-detail-related-list {
    display: grid;
    gap: 14px;
}

.blog-detail-page .blog-detail-related-item {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e7edf5;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.blog-detail-page .blog-detail-related-item:hover,
.blog-detail-page .blog-detail-related-item:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(20, 35, 70, 0.10);
    border-color: #d5dfeb;
    color: inherit;
}

.blog-detail-page .blog-detail-related-thumb {
    min-height: 100%;
    overflow: hidden;
    background: #eaf0f8;
}

.blog-detail-page .blog-detail-related-thumb img {
    width: 100%;
    height: 100%;
    min-height: 108px;
    display: block;
    object-fit: cover;
}

.blog-detail-page .blog-detail-related-body {
    padding: 12px 12px 12px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.blog-detail-page .blog-detail-related-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #8a6b1b;
}

.blog-detail-page .blog-detail-related-body strong {
    font-size: 16px;
    line-height: 1.35;
    color: #15233d;
}

.blog-detail-page .blog-detail-related-body p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #5f6c7f;
}

.blog-detail-page .detail-image {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 24px;
}

.blog-detail-page .detail-image img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-detail-page .detail-body {
    font-size: 17px;
    line-height: 1.85;
    color: #24314d;
}

.blog-detail-page .detail-body h1,
.blog-detail-page .detail-body h2,
.blog-detail-page .detail-body h3 {
    color: var(--brand-primary);
    margin: 26px 0 12px;
    line-height: 1.35;
}

.blog-detail-page .detail-body p {
    margin-bottom: 18px;
}

.blog-detail-page .detail-body > *:first-child {
    margin-top: 0 !important;
}

.blog-detail-page .detail-body > *:last-child {
    margin-bottom: 0 !important;
}

.blog-detail-page .detail-body ul,
.blog-detail-page .detail-body ol {
    padding-left: 22px;
    margin-bottom: 18px;
}

.blog-detail-page .detail-body li {
    margin-bottom: 8px;
}

.blog-detail-page .blog-detail-cta-card {
    margin-top: clamp(24px, 3.2vw, 34px);
    display: flex;
    align-items: center;
    gap: 16px;
    padding: clamp(16px, 2vw, 24px);
    border-radius: 16px;
    border: 1px solid #dfe7f2;
    background: linear-gradient(120deg, #f2f6fc 0%, #ffffff 58%, #f8fbff 100%);
    box-shadow: 0 10px 28px rgba(20, 35, 70, 0.08);
}

.blog-detail-page .blog-detail-cta-card--sidebar {
    margin-top: 0;
    margin-bottom: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    border-color: rgba(201, 168, 76, 0.35);
    background: radial-gradient(circle at 14% 12%, rgba(58, 92, 152, 0.38) 0%, rgba(16, 35, 64, 0.95) 50%, rgba(10, 24, 46, 0.98) 100%);
    box-shadow: 0 18px 34px rgba(12, 26, 48, 0.26);
}

.blog-detail-page .blog-detail-cta-card--sidebar .blog-detail-cta-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 12px;
    font-size: 21px;
    background: linear-gradient(145deg, rgba(201, 168, 76, 0.98) 0%, rgba(174, 133, 37, 0.98) 100%);
    color: #10223f;
    box-shadow: 0 10px 20px rgba(7, 14, 27, 0.25);
}

.blog-detail-page .blog-detail-cta-card--sidebar .blog-detail-cta-eyebrow {
    background: rgba(201, 168, 76, 0.18);
    color: #f3dfad;
}

.blog-detail-page .blog-detail-cta-card--sidebar .blog-detail-cta-copy h2 {
    color: #f7fbff;
    font-size: clamp(24px, 1.9vw, 32px);
}

.blog-detail-page .blog-detail-cta-card--sidebar .blog-detail-cta-copy p {
    color: rgba(230, 238, 252, 0.84);
}

.blog-detail-page .blog-detail-cta-card--sidebar .blog-detail-cta-btn {
    width: 100%;
    min-height: 50px;
}

.blog-detail-page .blog-detail-cta-card.is-scroll-target {
    animation: blogCtaPulse 0.9s ease;
}

.blog-mobile-reserve-btn {
    display: none;
}

@keyframes blogCtaPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(201, 168, 76, 0.45), 0 18px 34px rgba(12, 26, 48, 0.26);
    }

    100% {
        box-shadow: 0 0 0 22px rgba(201, 168, 76, 0), 0 18px 34px rgba(12, 26, 48, 0.26);
    }
}

.blog-detail-page .blog-detail-cta-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, var(--brand-primary) 0%, #1e3c6f 100%);
    color: #fff;
    font-size: 24px;
    box-shadow: 0 12px 24px rgba(19, 40, 73, 0.22);
}

.blog-detail-page .blog-detail-cta-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.blog-detail-page .blog-detail-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(201, 168, 76, 0.16);
    color: #7a5b11;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.blog-detail-page .blog-detail-cta-copy h2 {
    margin: 0 0 6px;
    font-size: clamp(20px, 1.7vw, 28px);
    line-height: 1.2;
    color: #11233f;
}

.blog-detail-page .blog-detail-cta-copy p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #4f5f77;
}

.blog-detail-page .blog-detail-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f3dfad 0%, #c9a84c 100%);
    color: #0d1b35;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    border: 1px solid rgba(181, 146, 59, 0.5);
    box-shadow: 0 12px 24px rgba(18, 33, 58, 0.12);
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
    white-space: nowrap;
}

.blog-detail-page .blog-detail-cta-btn:hover,
.blog-detail-page .blog-detail-cta-btn:focus-visible {
    color: #0d1b35;
    transform: translateY(-2px);
    filter: brightness(1.02);
    box-shadow: 0 16px 28px rgba(18, 33, 58, 0.18);
}

.blog-detail-page .blog-detail-cta-btn i {
    font-size: 16px;
}

@media (max-width: 991px) {
    .blog-detail-page .blog-detail-cta-card {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .blog-detail-page .blog-detail-cta-card--sidebar {
        margin-bottom: 14px;
    }

    .blog-mobile-reserve-btn {
        position: fixed;
        left: 50%;
        bottom: 16px;
        transform: translateX(-50%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-width: 196px;
        min-height: 46px;
        padding: 0 16px;
        border-radius: 999px;
        border: 1px solid rgba(201, 168, 76, 0.52);
        background: linear-gradient(135deg, #f3dfad 0%, #c9a84c 100%);
        color: #0d1b35;
        font-size: 14px;
        font-weight: 800;
        text-decoration: none !important;
        box-shadow: 0 12px 24px rgba(18, 33, 58, 0.22);
        z-index: 10010;
    }

    .blog-mobile-reserve-btn i {
        font-size: 18px;
    }

    .blog-mobile-reserve-btn:hover,
    .blog-mobile-reserve-btn:focus-visible {
        color: #0d1b35;
        filter: brightness(1.03);
    }

    .blog-detail-page .phone-fixed {
        left: 12px;
        right: auto;
        bottom: 16px;
    }

    .blog-detail-page .whatsapp-fixed {
        right: 12px;
        left: auto;
        bottom: 16px;
    }

    .blog-detail-page .akd-footer {
        padding-bottom: 84px;
    }
}

@media (max-width: 576px) {
    .blog-detail-page .blog-detail-cta-card {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .blog-detail-page .blog-detail-cta-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 22px;
    }

    .blog-detail-page .blog-detail-cta-copy h2 {
        font-size: 20px;
    }

    .blog-detail-page .blog-detail-cta-btn {
        width: 100%;
        padding: 12px 14px;
    }

    .blog-mobile-reserve-btn {
        min-width: 174px;
        padding: 0 14px;
        font-size: 13px;
        min-height: 44px;
    }
}

/* Blog detail reservation modal */
.blog-booking-modal .modal-dialog {
    max-width: 840px;
    margin: 1.4rem auto;
}

.blog-booking-modal .modal-content.blog-booking-modal__content {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    overflow: visible;
}

.blog-booking-modal__inner {
    padding: 0;
}

.blog-booking-modal__close,
.blog-booking-modal .close {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    float: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: rgba(8, 20, 40, 0.86);
    color: #f6f8fc !important;
    opacity: 1;
    font-size: 24px;
    text-shadow: none;
    transition: background-color .2s ease, transform .2s ease;
    z-index: 50;
}

.blog-booking-modal__close:hover,
.blog-booking-modal__close:focus-visible,
.blog-booking-modal .close:hover,
.blog-booking-modal .close:focus-visible {
    background: rgba(8, 20, 40, 1);
    transform: scale(1.04);
}

.blog-booking-modal__close > span,
.blog-booking-modal .close > span {
    line-height: 1;
    transform: translateY(-1px);
}

.blog-booking-modal .blog-modal-lux-card {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 768px) {
    .blog-booking-modal .modal-dialog {
        margin: 0.9rem auto;
        max-width: calc(100% - 20px);
    }

    .blog-booking-modal__inner {
        padding: 0;
    }
}

/* ── Entity FAQ Accordion (Blog + Destination Detail) ── */
.entity-faq-wrap {
    margin-top: clamp(28px, 4vw, 40px);
}

.entity-faq-title {
    font-size: clamp(21px, 1.8vw, 31px);
    margin: 0 0 16px;
    color: #051a32;
    font-weight: 800;
    line-height: 1.15;
}

.entity-faq-accordion {
    display: grid;
    gap: 16px;
}

.entity-faq-item {
    border: 1px solid #d9dfe8;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: none;
    background: #fff;
    transition: border-color 0.25s ease, background-color 0.25s ease;
}

.entity-faq-item:hover {
    border-color: #c8d2df;
    background-color: #fcfdff;
}

.entity-faq-head {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
}

.entity-faq-btn {
    border: 0;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    color: #061b33;
    background: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
}

.entity-faq-btn:hover {
    background: #fff;
}

.entity-faq-btn:focus {
    outline: none;
}

.entity-faq-btn::before {
    content: "+";
    width: 22px;
    min-width: 22px;
    font-size: clamp(17px, 1.4vw, 27px);
    line-height: 1;
    font-weight: 500;
    color: #061b33;
    text-align: center;
    transform: translateY(-1px);
}

.entity-faq-btn:not(.collapsed)::before {
    content: "−";
}

.entity-faq-question {
    flex: 1 1 auto;
    min-width: 0;
}

.entity-faq-bullet,
.entity-faq-arrow {
    display: none !important;
}

.entity-faq-answer {
    border-top: 1px solid #dfe4eb;
    padding: 14px 20px 16px 56px;
    background: #fff;
    color: #4a4c68;
    font-size: 14px;
    line-height: 1.6;
}

.entity-faq-answer p:last-child {
    margin-bottom: 0;
}

.entity-faq-answer a {
    color: #1f4e95;
    text-decoration: underline;
}

.entity-faq-card .entity-faq-accordion {
    margin-top: 2px;
}

.di-sidebar-faq-card {
    padding: 20px 18px;
}

.di-sidebar-faq-card .entity-faq-wrap {
    margin-top: 0;
}

.di-sidebar-faq-card .entity-faq-title {
    font-size: 22px;
    margin-bottom: 12px;
}

.di-sidebar-faq-card .entity-faq-accordion {
    gap: 10px;
}

.di-sidebar-faq-card .entity-faq-btn {
    padding: 11px 12px;
    font-size: 14px;
    gap: 9px;
}

.di-sidebar-faq-card .entity-faq-btn::before {
    width: 16px;
    min-width: 16px;
    font-size: 18px;
}

.di-sidebar-faq-card .entity-faq-answer {
    padding: 10px 12px 12px 36px;
    font-size: 13px;
    line-height: 1.5;
}

/* ── Destination Hotels List (Left column) ── */
.di-hotels-card {
    padding: 24px 24px 20px;
}

.di-hotels-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
}

.di-hotels-item {
    min-width: 0;
    padding: 2px 0;
}

.di-hotels-link {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    min-width: 0;
    width: 100%;
    color: inherit;
    transition: transform .2s ease, color .2s ease;
    transform-origin: left center;
}

.di-hotels-item i {
    color: var(--gold);
    font-size: 18px;
    line-height: 1.2;
    flex-shrink: 0;
    margin-top: 1px;
    transition: color .2s ease, transform .2s ease;
}

.di-hotels-item span {
    color: #26354f;
    font-size: 15px;
    line-height: 1.4;
    word-break: break-word;
    transition: color .2s ease;
}

.di-hotels-link:hover {
    transform: scale(1.03);
}

.di-hotels-link:hover i,
.di-hotels-link:hover span {
    color: var(--gold);
}

.di-hotels-link:hover i {
    transform: translateX(2px) scale(1.05);
}

.di-hotels-link:focus-visible {
    outline: 2px solid rgba(201, 168, 76, 0.35);
    outline-offset: 2px;
    border-radius: 6px;
}

.di-hotels-scroll {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px;
    scroll-behavior: smooth;
}

.di-hotels-scroll::-webkit-scrollbar {
    width: 8px;
}

.di-hotels-scroll::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #c9a84c 0%, #a57e2d 100%);
    border-radius: 999px;
}

.di-hotels-scroll::-webkit-scrollbar-track {
    background: #edf1f7;
    border-radius: 999px;
}

@media (max-width: 576px) {
    .entity-faq-title {
        font-size: 19px;
        margin-bottom: 12px;
    }

    .entity-faq-btn {
        padding: 12px 12px;
        gap: 10px;
        font-size: 16px;
    }

    .entity-faq-btn::before {
        width: 16px;
        min-width: 16px;
        font-size: 17px;
    }

    .entity-faq-answer {
        padding: 10px 12px 12px 38px;
        font-size: 14px;
    }

    .di-hotels-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .di-hotels-item span {
        font-size: 14px;
    }

    .di-hotels-scroll {
        max-height: 340px;
        padding-right: 4px;
    }
}

/* ── Social Section Modernization ── */
.social-section {
    padding: 70px 0;
    background: radial-gradient(1200px 400px at 20% -10%, rgba(211, 175, 110, 0.18), transparent 60%),
                radial-gradient(900px 300px at 90% 10%, rgba(42, 60, 90, 0.12), transparent 60%),
                #f8fafc;
}

.social-section .social-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
}

.social-section .social-item {
    background: #ffffff;
    border: 1px solid #e9eef6;
    border-radius: 14px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: var(--brand-primary);
    box-shadow: 0 6px 18px rgba(20, 35, 70, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.social-section .social-item i {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1f5fb;
    font-size: 20px;
    color: var(--brand-primary);
}

.social-section .social-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(20, 35, 70, 0.12);
    border-color: rgba(211, 175, 110, 0.45);
}

/* Brand accents */
.social-item.social-instagram i {
    background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
    color: #fff;
}

.social-item.social-facebook i {
    background: #1877f2;
    color: #fff;
}

.social-item.social-tripadvisor i {
    background: #34e0a1;
    color: #0b4a2f;
}

.social-item.social-google i {
    background: #ffffff;
    color: #1a73e8;
    border: 1px solid #e6edf6;
}

.social-item.social-tiktok i {
    background: #0f0f0f;
    color: #25f4ee;
    box-shadow: 2px 0 0 #fe2c55;
}

.social-item.social-google {
    color: #1a1a1a;
}

.social-item.social-tripadvisor {
    color: #0b4a2f;
}

/* ── Gallery Bottom Spacing Fix ── */
.gallery-section {
    padding-bottom: 36px !important;
}

.gallery-section .swiper,
.gallery-section .swiper-wrapper {
    margin-bottom: 0 !important;
}

@media (max-width: 576px) {
    .social-section {
        padding: 50px 0;
    }
    .social-section .social-item {
        padding: 14px 16px;
    }
}
/* Gallery - force equal thumbs in swiper */
.gallery-section .gallery-item {
  height: 220px;
  aspect-ratio: auto;
}
.gallery-section .gallery-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallery-section .gallery-slider-pagination {
  position: relative;
  bottom: auto !important;
  margin-top: 14px;
  text-align: center;
}
.gallery-section .gallery-slider-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 5px !important;
  opacity: 1;
  background: #cbd5e1;
  transition: transform .2s ease, background-color .2s ease;
}
.gallery-section .gallery-slider-pagination .swiper-pagination-bullet-active {
  background: #c9a84c;
  transform: scale(1.15);
}
@media (max-width: 767px) {
  .gallery-section .gallery-item {
    height: 160px;
  }
}

/* ── Force content-based height for non-hero Swipers ──
   swiper.min.css sets height:100% on wrapper/slide globally;
   hero needs it, other sliders must auto-size to content.  */
.why-slider,
.gallery-slider {
  height: auto !important;
}
.why-slider .swiper-wrapper,
.gallery-slider .swiper-wrapper,
.why-slider .swiper-slide,
.gallery-slider .swiper-slide {
  height: auto !important;
}

/* Homepage: hero extends under the fixed navbar — no body padding needed */
body.page-home {
  padding-top: 0 !important;
}

.page-home .section-header,
.page-home .section-header-center {
  margin-bottom: 30px;
}

.page-home .section-title-link {
  color: inherit;
  transition: color .2s ease, opacity .2s ease;
}

.page-home .section-title-link:hover,
.page-home .section-title-link:focus {
  color: #a8882e;
  opacity: .95;
}

/* Home destinations: make transfer price prominent at the right side */
.page-home .destinations-section .destination-meta {
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
}

.page-home .destinations-section .destination-meta-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-home .destinations-section .destination-meta-price {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
  white-space: nowrap;
}

.page-home .destinations-section .destination-meta-price i {
  font-size: 18px;
  color: var(--text);
}

.page-home .airport-pricing-section .destination-card--airport-pricing .destination-meta {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .airport-pricing-section .destination-card--airport-pricing .destination-meta-info {
  flex-wrap: wrap;
  row-gap: 6px;
}

.page-home .airport-pricing-section .destination-card--airport-pricing .destination-meta-price {
  flex-shrink: 0;
  font-size: 17px;
  color: var(--navy);
}

.page-home .airport-pricing-section .destination-card--airport-pricing .destination-meta-price i {
  font-size: 16px;
  color: var(--gold-dark);
}

.page-home .airport-pricing-section .destination-card--airport-pricing .destination-meta-info span {
  font-size: 12px;
}

.page-destinations .destinations-grid {
  background: #f8fafc;
}

.page-destinations .destination-card--with-image .destination-image {
  aspect-ratio: 16 / 9;
}

.page-destinations .destination-card--with-image .destination-image::after {
  display: none;
}

.page-destinations .destinations-grid .destination-card--airport-pricing .destination-content {
  gap: 10px;
}

.page-destinations .destinations-grid .destination-card--airport-pricing .destination-meta {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.page-destinations .destinations-grid .destination-card--airport-pricing .destination-meta-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  row-gap: 6px;
}

.page-destinations .destinations-grid .destination-card--airport-pricing .destination-meta-price {
  flex-shrink: 0;
  font-size: 17px;
  font-weight: 800;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.page-destinations .destinations-grid .destination-card--airport-pricing .destination-meta-price i {
  font-size: 16px;
  color: var(--gold-dark);
}

.page-destinations .destinations-grid .destination-card--airport-pricing .destination-meta-info span {
  font-size: 12px;
}

@media (max-width: 767px) {
  .page-home .airport-pricing-section .destination-card--airport-pricing .destination-row-main,
  .page-destinations .destinations-grid .destination-card--airport-pricing .destination-row-main {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

/* Gallery: reduce bottom padding so footer sits closer */
.page-home .gallery-section {
  padding-bottom: 24px !important;
}

/* Reduce visual gap before footer */
.page-home .akd-footer {
  padding-top: 20px;
}

@media (max-width: 991px) {
  .page-home .section-header,
  .page-home .section-header-center {
    margin-bottom: 26px;
  }

  .page-home .akd-footer {
    padding-top: 16px;
  }
}

@media (max-width: 576px) {
  .page-home .section-header,
  .page-home .section-header-center {
    margin-bottom: 20px;
  }

  .page-home .akd-footer {
    padding-top: 14px;
  }

  .page-home .destinations-section .destination-meta-price,
  .page-home .destinations-section .destination-meta-price i {
    font-size: 16px;
  }
}

/* Contact map fallback */
.contact-map-container .map-box {
  width: 100%;
  max-width: 100%;
  height: 360px;
  margin: 0;
  float: none;
  border-radius: 16px;
  overflow: hidden;
  border: 0;
}

/* Why section premium motion */
.why-section .anim-card {
  opacity: 0;
  transform: translateY(14px) scale(0.985);
  transition: transform .6s ease, opacity .6s ease, box-shadow .6s ease;
  will-change: transform, opacity;
}
.why-section .anim-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.why-section .why-icon {
  transition: transform .45s ease, box-shadow .45s ease;
}
.why-section .anim-card:hover .why-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 8px 24px rgba(13,27,53,0.18);
}

/* Booking lookup page */
.booking-lookup-section {
  margin-top: 24px;
  margin-bottom: 60px;
}
.booking-lookup-wrap {
  display: block;
}
.booking-lookup-card {
  border: 1px solid rgba(13, 27, 53, 0.08);
  border-radius: 18px;
  overflow: hidden;
  animation: bookingFadeUp .7s ease both;
  max-width: 520px;
  width: 100%;
}
.booking-lookup-header {
  margin-bottom: 18px;
  text-align: left;
}
.booking-lookup-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.booking-lookup-form .btn {
  margin-bottom: 0;
}
.booking-lookup-form .ui-form-helper {
  margin-bottom: 0;
}
.booking-lookup-card .card-body {
  padding-bottom: 28px;
}
@media (max-width: 991px) {
  .booking-lookup-card .card-body { padding-bottom: 24px; }
}
@media (max-width: 575px) {
  .booking-lookup-card .card-body { padding-bottom: 22px; }
}
.booking-lookup-card .card-body {
  padding: 28px;
}
.booking-lookup-form .form-group {
  margin-bottom: 12px;
}
.booking-lookup-form .btn {
  margin-bottom: 0;
}
.booking-lookup-form .ui-form-helper {
  margin-bottom: 0;
}
.booking-lookup-card {
  padding-bottom: 0;
}
.booking-lookup-section .ui-form-label {
  font-weight: 600;
  color: #0D1B35;
}
.booking-lookup-section .form-control {
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(13,27,53,0.12);
  box-shadow: none;
}
.booking-lookup-section .form-control:focus {
  border-color: rgba(13,27,53,0.45);
  box-shadow: 0 0 0 0.2rem rgba(13,27,53,0.08);
}
.booking-lookup-section .btn-primary {
  background: linear-gradient(135deg, #0D1B35 0%, #1E3565 100%);
  border: 0;
  height: 48px;
  border-radius: 12px;
  font-weight: 600;
}
.booking-lookup-section .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(13,27,53,0.18);
}
.booking-lookup-section .ui-form-hint {
  color: #60708b;
}
@keyframes bookingFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 991px) {
  .booking-lookup-card .card-body { padding: 28px; }
}
@media (max-width: 575px) {
  .booking-lookup-card .card-body { padding: 22px; }
}

.hotel-directory-page .hotel-directory-hero {
  position: relative;
  background-size: cover;
  background-position: center;
}

.hotel-directory-page .hotel-directory-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13, 27, 53, 0.88) 0%, rgba(30, 53, 101, 0.74) 100%);
}

.hotel-directory-page .hotel-directory-hero .container,
.hotel-directory-page .hotel-directory-hero .page-header-content {
  position: relative;
  z-index: 1;
}

.hotel-directory-page .hotel-directory-section {
  background: #f7f9fc;
  padding: clamp(28px, 4vw, 52px) 0 clamp(48px, 5vw, 72px);
}

.hotel-directory-page .hotel-directory-sidebar {
  position: sticky;
  top: 104px;
}

.hotel-directory-page .hotel-directory-sidebar-card,
.hotel-directory-page .hotel-directory-content {
  background: #ffffff;
  border: 1px solid #e8eef6;
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(20, 35, 70, 0.08);
}

.hotel-directory-page .hotel-directory-sidebar-card {
  padding: 14px;
}

.hotel-directory-page .hotel-directory-sidebar-card h2 {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.2;
  color: #15233d;
}

.hotel-directory-page .hotel-directory-region-nav {
  display: grid;
  gap: 10px;
}

.hotel-directory-page .hotel-directory-region-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid #e8eef6;
  background: #f9fbfe;
  color: #24314d;
  font-size: 16px;
  line-height: 1.35;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.hotel-directory-page .hotel-directory-region-link strong {
  min-width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(212, 172, 79, 0.14);
  color: #8a6b1b;
  font-size: 12px;
  font-weight: 700;
}

.hotel-directory-page .hotel-directory-region-link:hover,
.hotel-directory-page .hotel-directory-region-link:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(20, 35, 70, 0.08);
  border-color: #d8e2ee;
  color: #15233d;
}

.hotel-directory-page .hotel-directory-region-link.is-active {
  background: linear-gradient(135deg, #0d1b35 0%, #1e3565 100%);
  border-color: transparent;
  color: #ffffff;
}

.hotel-directory-page .hotel-directory-region-link.is-active strong {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.hotel-directory-page .hotel-directory-content {
  padding: 18px;
}

.hotel-directory-page .hotel-directory-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.hotel-directory-page .hotel-directory-kicker {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8a6b1b;
  font-weight: 700;
}

.hotel-directory-page .hotel-directory-toolbar h2 {
  margin: 0;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.2;
  color: #15233d;
}

.hotel-directory-page .hotel-directory-count {
  min-width: 56px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(13, 27, 53, 0.06);
  color: #15233d;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.hotel-directory-page .hotel-directory-card {
  display: block;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 12px 28px rgba(20, 35, 70, 0.08);
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.hotel-directory-page .hotel-directory-card:hover,
.hotel-directory-page .hotel-directory-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(20, 35, 70, 0.12);
  border-color: #d6e0ec;
  color: inherit;
}

.hotel-directory-page .hotel-directory-card-image {
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #e8eef6;
}

.hotel-directory-page .hotel-directory-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .25s ease;
}

.hotel-directory-page .hotel-directory-card:hover .hotel-directory-card-image img,
.hotel-directory-page .hotel-directory-card:focus-visible .hotel-directory-card-image img {
  transform: scale(1.03);
}

.hotel-directory-page .hotel-directory-card-body {
  padding: 14px;
}

.hotel-directory-page .hotel-directory-card-region {
  display: inline-flex;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #8a6b1b;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hotel-directory-page .hotel-directory-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.3;
  color: #15233d;
}

.hotel-directory-page .hotel-directory-card p {
  margin: 0 0 10px;
  color: #60708b;
  line-height: 1.55;
  font-size: 13px;
}

.hotel-directory-page .hotel-directory-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #1e3565;
}

.hotel-directory-page .hotel-directory-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}

.hotel-directory-page .hotel-directory-pagination a {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #dbe4ef;
  background: #ffffff;
  color: #24314d;
  text-decoration: none;
  font-weight: 700;
}

.hotel-directory-page .hotel-directory-pagination-dots {
  min-width: 28px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6b7a92;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hotel-directory-page .hotel-directory-pagination a.is-active,
.hotel-directory-page .hotel-directory-pagination a:hover,
.hotel-directory-page .hotel-directory-pagination a:focus-visible {
  background: linear-gradient(135deg, #d7b04f 0%, #c99736 100%);
  border-color: transparent;
  color: #ffffff;
}

.hotel-directory-page .hotel-directory-empty,
.hotel-directory-page .hotel-directory-empty-card {
  color: #60708b;
}

.hotel-directory-page .hotel-directory-empty-card {
  min-height: 260px;
  border: 1px dashed #d6dfeb;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(180deg, #fbfcfe 0%, #f5f8fc 100%);
}

.hotel-directory-page .hotel-directory-empty-card i {
  font-size: 42px;
  color: #8a6b1b;
}

@media (max-width: 991px) {
  .hotel-directory-page .hotel-directory-sidebar {
    position: static;
    top: auto;
    margin-bottom: 20px;
  }

  .hotel-directory-page .hotel-directory-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .hotel-directory-page .hotel-directory-sidebar-card,
  .hotel-directory-page .hotel-directory-content {
    border-radius: 18px;
  }

  .hotel-directory-page .hotel-directory-sidebar-card,
  .hotel-directory-page .hotel-directory-content,
  .hotel-directory-page .hotel-directory-card-body {
    padding: 16px;
  }

  .hotel-directory-page .hotel-directory-toolbar h2 {
    font-size: 24px;
  }

  .hotel-directory-page .hotel-directory-card h3 {
    font-size: 18px;
  }

  .hotel-directory-page .hotel-directory-region-link {
    font-size: 15px;
  }

  .hotel-directory-page .hotel-directory-region-nav {
    max-height: min(52vh, 360px);
    overflow-y: auto;
    padding-right: 2px;
    scrollbar-width: thin;
  }

  .hotel-directory-page .hotel-directory-region-nav::-webkit-scrollbar {
    width: 5px;
  }

  .hotel-directory-page .hotel-directory-region-nav::-webkit-scrollbar-thumb {
    background: #cbd7e6;
    border-radius: 999px;
  }

  .hotel-directory-page .hotel-directory-region-nav::-webkit-scrollbar-track {
    background: transparent;
  }

  .hotel-directory-page .hotel-directory-pagination {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 4px;
    overflow-x: visible;
    padding-bottom: 2px;
  }

  .hotel-directory-page .hotel-directory-pagination a {
    min-width: 30px;
    height: 30px;
    padding: 0 8px;
    border-radius: 9px;
    font-size: 13px;
  }

  .hotel-directory-page .hotel-directory-pagination-dots {
    min-width: 12px;
    height: 30px;
    letter-spacing: 0.04em;
    font-size: 11px;
  }
}
