/* --- moved from css/style.css --- */
@media (max-width: 991px) {

    .summary-box {
        position: static;
    }
}

@media (max-width: 576px) {
    .step-breadcrumb li {
        font-size: 12px;
    }

    .circle-group {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .price-box .price {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .page-header {
        padding: 100px 0 60px;
    }
}

@media (max-width: 576px) {
    .page-title {
        font-size: 28px;
    }
}

/* responsive.css — cleaned 2025-03-03 (dead rules quarantined) */

@media (min-width: 1199px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1370px;
    }
}

@media (min-width: 1370px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        min-width: 1370px;
    }
}

@media (max-width: 991px) {
    html {
        font-size: var(--mobile-font-size);
    }

    /* Step2 sayfasında input-groups height sorununu düzelt */

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: -13px !important;
    }

    .main-banner {
        padding-top: 250px;
    }

    .main-slider-buttons {
        transform: none;
        top: 80px;
    }

    .main-slider-items {
        position: relative;
        margin-top: 10px;
        top: 0;
        left: 0;
        width: 100%;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 19px !important;
    }

    .slide-desc {
        top: 200px;
        left: 5px;
    }

    .slide-desc .title {
        font-size: 32px;
    }

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

    .main-slider-area {
        border-bottom: none;
        box-shadow: none;
    }

    .dropdown-toggle::after {
        position: absolute;
        left: unset;
        top: 24px;
    }

    .hidden-xs {
        display: none;
    }
}

/* === Consolidated responsive CSS: begin === */

/* --- css/ecevip-design.css --- */
@media (max-width: 991px) {
  .di-hero {
    min-height: 0;
  }
}

@media (max-width: 576px) {
  .di-hero {
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .di-book-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 148px;
  }

  .akdenora-hero {
    min-height: 80vh;
  }
}

@media (max-width: 576px) {
  .hero-search-card {
    padding: 14px;
  }

  .feature-card,
  .why-card {
    padding: 24px 16px;
  }/* Center destinations header on mobile (override base mobile rules) */

  /* Tighten spacing between Why section and Destinations on mobile */
  .why-section {
    padding-bottom: 32px;
  }

  /* Social grid: keep symmetry for 5 items */
  .social-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    justify-items: center;
  }

  .social-item {
    width: 100%;
    justify-content: center;
  }

  .social-grid .social-item:last-child {
    grid-column: 1 / -1;
    max-width: 220px;
  }
}

@media (max-width: 768px) {
  /* Fallback: allow horizontal swipe if swiper init fails on mobile */
  .why-slider:not(.swiper-initialized) {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .why-slider:not(.swiper-initialized)::-webkit-scrollbar {
    display: none;
  }

  .why-slider:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 16px;
  }

  .why-slider:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 85%;
    scroll-snap-align: start;
  }
}

/* --- css/ecevip-ui-enhancements.css --- */
@media (max-width: 991px) {
    .di-hero-shell {
        padding-bottom: 0;
    }
}

@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);
    }
}

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

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

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

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

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

    .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(0, 0, 0, 0.52);
        background: linear-gradient(135deg, var(--turkuaz) 0%, var(--turkuaz-dark) 100%);
        color: #000000;
        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: #000000;
        filter: brightness(1.03);
    }
}

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

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

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

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

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

@media (max-width: 576px) {
    .social-section {
        padding: 50px 0;
    }
    .social-section .social-item {
        padding: 14px 16px;
    }
}

@media (max-width: 767px) {
  .gallery-section .gallery-item {
    height: 160px;
  }
}

@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;
  }
}

@media (max-width: 991px) {
  .page-header {
    padding: 20px 0 20px;
  }
}

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

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

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

@media (max-width: 991px) {
  .booking-lookup-card .card-body { padding-bottom: 24px; }
}

@media (max-width: 575px) {
  .booking-lookup-card .card-body { padding-bottom: 22px; }
}

@media (max-width: 991px) {
  .booking-lookup-card .card-body { padding: 28px; }
}

@media (max-width: 575px) {
  .booking-lookup-card .card-body { padding: 22px; }
}

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

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

@media (max-width: 991px) {
  .hotel-directory-page .hotel-directory-hero {
    min-height: 360px;
  }
}

@media (max-width: 575px) {
  .hotel-directory-page .hotel-directory-hero {
    min-height: 330px;
    padding-top: 86px;
    padding-bottom: 58px;
  }
}

@media (max-width: 1199px) {
    .page-destination-info .di-hero-shell--split {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
        gap: 28px;
    }
}

@media (max-width: 991px) {
    .page-destination-info .di-hero {
        min-height: auto;
        padding: 92px 0 76px;
    }
}

@media (max-width: 767px) {
    .page-destination-info .di-hero {
        padding: 84px 0 56px;
    }
}

@media (max-width: 576px) {
    .page-destination-info .di-hero-container {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (max-width: 767px) {
  .akd-footer {
    padding-top: 34px !important;
  }
}

@media (max-width: 767px) {
  .hotel-directory-page .hotel-directory-grid-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 420px) {
  .hotel-directory-page .hotel-directory-card {
    grid-template-columns: 92px minmax(0, 1fr) !important;
  }
}

/* --- css/home-lux.css --- */
@media (min-width: 992px) {
  .lux-hero-copy {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

@media (max-width: 1366px) {
  .page-home .uxforge-hero {
    padding-top: 86px;
    padding-bottom: 24px;
  }

  .lux-pop-image {
    aspect-ratio: 16 / 7.6;
  }

  .lux-pop-body {
    padding: 8px 10px;
  }
}

@media (max-width: 1366px) and (max-height: 760px) {
  .page-home .uxforge-hero {
    min-height: auto;
    padding-top: 78px;
    padding-bottom: 14px;
  }

  .lux-pop-body {
    padding: 7px 9px;
  }

  .lux-pop-route {
    font-size: 12px;
  }

  .lux-pop-meta {
    margin-top: 6px;
  }

  .lux-pop-meta strong {
    font-size: 14px;
  }

  .lux-pop-btn {
    font-size: 11px;
    padding: 3px 9px;
  }
}

@media (max-width: 1260px) {
  .lux-pop-meta strong {
    font-size: 15px;
  }

  .lux-pop-btn {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .page-home .uxforge-hero {
    min-height: auto;
    padding-top: 74px;
    padding-bottom: 24px;
  }

  .lux-review-grid {
    grid-template-columns: 1fr;
  }

  .lux-review-summary {
    padding: 14px;
  }

  .lux-review-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .lux-booking-title {
    font-size: 24px;
    margin-bottom: 0px;
  }

  .lux-review-cards {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
  }

  .lux-review-card {
    min-width: 240px;
    scroll-snap-align: start;
  }
}

@media (max-width: 575px) {
  .lux-quick-meta {
    margin-bottom: 10px;
  }

  .lux-review-strip {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lux-review-summary {
    border-radius: 10px;
  }

  .lux-review-brand {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .lux-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "form";
    min-height: clamp(360px, 58vh, 620px);
    gap: 8px;
    align-content: end;
  }
}

@media (max-width: 1199px) {
  .lux-social-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .lux-social-showcase {
    padding: 0 0 10px;
  }

  .page-home .airport-pricing-section--timeline .container {
    padding: 20px;
    border-radius: 18px;
  }

  .page-home .airport-pricing-section--timeline .row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .page-home .lux-booking-card .hero-search-form--lux .hsf-field--passenger .paxs {
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

/* --- css/reservation-steps.css --- */
@media (max-width: 768px) {
  .reservation-step-1 .step-breadcrumb {
    padding: 10px 10px 12px;
  }

  .reservation-step-1 .circle-group {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }

  .reservation-step-1 .step-breadcrumb ul li:not(:last-child)::after {
    top: 20px;
    left: calc(50% + 25px);
    width: calc(100% - 50px);
    height: 3px;
  }

  .reservation-step-1 .step-name span {
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .reservation-step-1 .step-progress {
    padding: 18px 0 12px;
  }

  .reservation-step-1 .step-breadcrumb {
    border-radius: 14px;
  }
}

@media (max-width: 991px) {
  .reservation-step-1 .step1-route-split {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 575px) {
  .reservation-step-1 .step-route-section {
    padding-top: 8px;
  }

  .reservation-step-1 .route-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: min(292px, 100%);
    margin: 0 auto;
  }

  .reservation-step-1 .route-stat {
    gap: 8px;
    padding: 8px 10px;
  }

  .reservation-step-1 .route-stat-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }

  .reservation-step-1 .route-stat-icon i {
    font-size: 12px;
  }

  .reservation-step-1 .route-stat-label {
    font-size: 9px;
    letter-spacing: 0.7px;
  }

  .reservation-step-1 .route-stat-value {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .reservation-step-1 .main-btn-2 {
    font-size: 13px;
    min-height: 44px;
    padding: 0 20px;
    gap: 10px;
    min-width: 160px;
  }
}

@media (min-width: 992px) {
  .reservation-step-1 .main-btn-2 {
    min-height: 48px;
  }
}

@media (max-width: 991px) {
  .reservation-flow .step-breadcrumb ul {
    padding: 0;
  }

  .reservation-flow .step-breadcrumb ul li:not(:last-child)::after {
    left: calc(50% + 24px);
    width: calc(100% - 48px);
  }
}

@media (max-width: 575px) {
  .reservation-step-1 .car-head-row {
    margin-bottom: 6px;
  }

  .reservation-step-1 .car-rating-stars i {
    font-size: 14px;
  }

  .reservation-step-1 .car-route-line {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .reservation-step-1 .main-btn-2 {
    width: 100%;
    justify-content: center;
    padding: 0 18px;
    min-height: 44px;
  }
}

@media (max-width: 768px) {
  .reservation-flow .step-name {
    display: block;
  }

  .reservation-flow .step-name span {
    font-size: 11px;
  }

  .reservation-flow .circle-group {
    width: 38px;
    height: 38px;
  }

  .reservation-flow .step-breadcrumb ul li:not(:last-child)::after {
    top: 18px;
    left: calc(50% + 21px);
    width: calc(100% - 42px);
  }

  .reservation-step-1 .route-meta span {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .reservation-flow .step-breadcrumb ul {
    padding: 0 2px;
  }

  .reservation-flow .step-name span {
    font-size: 10px;
    letter-spacing: 0;
  }

  .reservation-step-1 .route-meta span {
    width: 100%;
    justify-content: center;
  }
}


/* === Step2 inline responsive CSS: end === */


/* === Static inline page responsive CSS: begin === */
/* --- step1.php inline block 1 --- */
@media (max-width: 991px) {
            .reservation-step-1 .route-inline-steps {
                width: min(760px, 100%) !important;
            }
        }

@media (max-width: 575px) {
            .reservation-step-1 .step1-search-card--horizontal .hsf-row {
                grid-template-columns: minmax(0, 1fr) !important;
            }
        }

/* --- destination_info.php inline block 1 --- */
@media (max-width: 991px) {
            .page-destination-info .di-hero-shell--split {
                grid-template-columns: 1fr !important;
            }
        }

@media (max-width: 576px) {
            .page-destination-info .di-hero {
                padding-top: 78px !important;
            }
        }
/* === Static inline page responsive CSS: end === */


/* === Additional static inline page responsive CSS: begin === */
/* --- view.php inline block 1 --- */
@media(max-width:600px){
      .v-topbar { justify-content:center; }
    }

@media print {
      body.page-voucher-view { background:#fff; }
      .noprint { display:none !important; }
      .v-page { margin:0; padding:0; }
      #voucher { box-shadow:none; border-radius:0; }
    }

/* --- galeri.php inline block 1 --- */
@media (max-width: 767px) {
            .gallery-hero { padding: 20px 0; }
        }
/* === Additional static inline page responsive CSS: end === */


/* === Consolidated responsive CSS: end === */

/* ================================================================
   SITE HEADER — mobile (inc/header.php, 2026-07-27 rebuild)
   Bar collapses to: burger | logo | CTA icon.
   Nav + language move into the slide-down panel.
   ================================================================ */

/* Between 992 and 1279 the wordmark plus the nav row get tight. */
@media (max-width: 1279px) {
    .sh-logo-img {
        height: 40px;
    }

    .sh-nav-link {
        padding: 0 10px;
        font-size: 14px;
    }

    .sh-phone {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .sh {
        --sh-top-h: 60px;
        --sh-navrow-h: 0px;
    }

    /* nav row is desktop-only; the links move into the slide-down panel */
    .sh-navbar {
        display: none;
    }

    .sh-top-inner {
        gap: 12px;
    }

    .sh-burger {
        display: inline-flex;
        flex: 0 0 auto;
    }

    .sh-logo {
        flex: 1 1 auto;
        justify-content: center;
        max-width: none;
        min-width: 0;
    }

    .sh-logo-img {
        height: 34px;
        object-position: center;
    }

    .sh-logo-text {
        font-size: 15px;
        text-align: center;
    }

    .sh-top-right {
        gap: 10px;
        flex: 0 0 auto;
    }

    /* phone number text and the flag strip live in the panel / footer on mobile */
    .sh-phone span {
        display: none;
    }

    .sh-phone i {
        font-size: 26px;
    }

    .sh-flags {
        display: none;
    }

    /* --- slide-down panel --- */
    .sh-panel {
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 2;
        max-height: calc(100vh - var(--sh-h));
        padding: 6px 16px 22px;
        overflow-y: auto;
        background: var(--surface);
        border-top: 1px solid var(--border);
        box-shadow: var(--shadow-lg);
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity .2s ease, transform .22s ease;
    }

    .sh.is-open .sh-panel {
        opacity: 1;
        transform: translateY(0);
    }

    .sh-panel-nav {
        display: flex;
        flex-direction: column;
    }

    .sh-panel-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 15px 2px;
        border-bottom: 1px solid var(--n-100);
        color: var(--text);
        font-size: 16px;
        font-weight: 600;
        text-decoration: none !important;
    }

    .sh-panel-link i {
        font-size: 20px;
        color: var(--n-400);
    }

    .sh-panel-link.is-active {
        color: var(--turkuaz-dark);
        font-weight: 800;
    }

    .sh-panel-link.is-active i {
        color: var(--turkuaz-dark);
    }

    .sh-panel-foot {
        padding-top: 18px;
    }

    .sh-panel-label {
        display: block;
        margin-bottom: 10px;
        color: var(--text-muted);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .sh-panel-langs {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .sh-panel-lang {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 9px 13px;
        border: 1px solid var(--border);
        border-radius: var(--radius-sm);
        color: var(--text-2);
        font-size: 13px;
        font-weight: 700;
        text-decoration: none !important;
    }

    .sh-panel-lang .flag-icon {
        width: 20px;
        height: 14px;
        border-radius: 2px;
    }

    .sh-panel-lang.is-active {
        border-color: var(--turkuaz);
        background: var(--turkuaz);
        color: var(--turkuaz-fg);
    }

    .sh-panel-cta {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        height: 52px;
        margin-top: 18px;
        border-radius: var(--radius);
        background: var(--turkuaz);
        color: var(--turkuaz-fg) !important;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none !important;
    }

    .sh-panel-cta i {
        font-size: 20px;
    }

    /* --- scrim under the panel --- */
    .sh-scrim {
        display: block;
        position: fixed;
        top: var(--sh-h);
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        transition: opacity .2s ease;
    }

    .sh.is-open .sh-scrim {
        opacity: 1;
    }/* Floating page widgets sit above the scrim otherwise. */
}

@media (max-width: 575px) {
    .sh {
        --sh-top-h: 56px;
    }

    .sh-top-inner {
        gap: 10px;
    }

    .sh-burger {
        width: 38px;
        height: 38px;
    }

    .sh-logo-img {
        height: 30px;
    }

    .sh-logo-text {
        font-size: 13.5px;
    }

    .sh-panel {
        padding: 4px 14px 20px;
    }

    .sh-panel-link {
        padding: 14px 2px;
        font-size: 15px;
    }
}

/* ================================================================
   HOME HERO + SEARCH FORM — mobile, 2026-07-27
   Both form variants collapse to a single stacked column.
   ================================================================ */

@media (max-width: 1199px) {
    .hero-search-form--lux .hsf-field--sm {
        flex: 0 0 138px;
    }

    .hero-search-form--lux .hsf-btn {
        min-width: 140px;
        padding: 0 18px;
    }
}

@media (max-width: 991px) {
    .uxforge-hero {
        min-height: 0;
        align-items: stretch;
    }

    .hero-content {
        padding: 96px 0 28px;
    }

    .lux-hero-copy {
        margin-bottom: 20px;
    }

    .hero-title {
        font-size: clamp(1.5rem, 5.4vw, 2rem);
    }

    .hero-title-sub {
        font-size: 0.98rem;
    }

    .hero-search-card {
        padding: 14px;
        border-radius: 18px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
    }

    .uxforge-hero .lux-booking-title {
        display: block;
        text-align: center;
    }

    .lux-booking-title {
        margin: 0 0 12px;
        padding: 2px 4px 0;
        font-size: 16px;
    }

    /* both variants: one field per row */
    .hero-search-form .hsf-row,
    .hero-search-form--lux .hsf-row {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .hero-search-form .hsf-field,
    .hero-search-form--lux .hsf-field {
        flex: 1 1 auto;
        width: 100%;
    }

    .hero-search-form--lux .hsf-field--to::before,
    .hero-search-form--lux .hsf-field--sm::before {
        display: none;
    }

    .hero-search-form .hsf-input-wrap,
    .hero-search-form--lux .hsf-input-wrap {
        height: 58px;
        border: 1px solid var(--border);
        border-radius: 12px;
        background: var(--surface);
    }

    .hero-search-form .hsf-input-wrap:focus-within,
    .hero-search-form--lux .hsf-input-wrap:focus-within {
        border-color: var(--turkuaz);
        box-shadow: inset 0 0 0 1px var(--turkuaz);
    }

    /* stacked rows: no seam gap needed for the swap button */
    .hero-search-form--lux .hsf-field--to .hsf-input-wrap {
        padding-left: 16px;
    }

    /* swap sits on the seam between the from and to rows */
    .hero-search-form--lux .hsf-divider {
        position: relative;
        width: 34px;
        height: 34px;
        margin: -14px auto;
        z-index: 4;
        font-size: 16px;
        box-shadow: var(--shadow-sm);
    }

    .hero-search-form .hsf-submit--cta,
    .hero-search-form--lux .hsf-submit--cta {
        padding-left: 0;
        margin-top: 2px;
    }

    .hero-search-form .hsf-btn,
    .hero-search-form--lux .hsf-btn {
        height: 54px;
        min-width: 0;
    }

    .paxs {
        right: 0;
        min-width: 0;
        width: 100%;
    }

    .lux-mobile-sticky-cta {
        display: flex;
    }
}

@media (max-width: 575px) {
    .hero-content {
        padding: 88px 0 24px;
    }

    .hero-search-card {
        padding: 12px;
        border-radius: 16px;
    }

    .hero-title {
        font-size: clamp(1.35rem, 6vw, 1.7rem);
    }

    .hsf-input-wrap {
        gap: 10px;
        padding: 0 13px;
    }

    .hsf-icon {
        font-size: 18px;
    }
}

/* ================================================================
   TRANSFER REGION CARDS — mobile, 2026-07-27
   ================================================================ */

@media (max-width: 991px) {
    .avt-routes {
        padding: 52px 0;
    }

    .avt-routes__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 18px;
    }

    .avt-routes__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .destinations-grid,
    .destinations-section {
        padding: 52px 0;
    }
}

@media (max-width: 767px) {
    .avt-routes__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .avt-routes {
        padding: 42px 0;
    }

    .destination-content {
        padding: 14px 15px 16px;
    }

    .destination-title {
        font-size: 16px;
    }

    .destination-meta-price {
        font-size: 16px;
    }

    .destination-meta-info span {
        padding: 4px 9px;
        font-size: 12px;
    }
}

/* ================================================================
   HOME SECTIONS — mobile, 2026-07-27
   ================================================================ */

@media (max-width: 991px) {
    .section-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 20px;
    }

    .section-header-center {
        margin-bottom: 24px;
    }

    .lux-social-showcase {
        padding: 0 0 52px;
    }

    .blog-section,
    .gallery-section,
    .lux-home-faq-section {
        padding: 52px 0;
    }

    .gallery-static-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .lux-social-showcase {
        padding: 0 0 42px;
    }

    .blog-section,
    .gallery-section,
    .lux-home-faq-section {
        padding: 42px 0;
    }

    .lux-social-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .lux-social-card {
        padding: 13px 14px;
    }

    .lux-social-card-head strong {
        font-size: 14px;
    }

    .lux-social-card-icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        font-size: 18px;
    }

    .blog-card-body {
        gap: 8px;
        padding: 15px;
    }

    .blog-card-title {
        font-size: 16px;
    }

    .gallery-static-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .gallery-item,
    .gallery-card {
        border-radius: 12px;
    }

    .entity-faq-btn {
        padding: 15px 46px 15px 15px;
        font-size: 14.5px;
    }

    .entity-faq-btn::before,
    .entity-faq-btn::after {
        right: 17px;
        width: 12px;
    }

    .entity-faq-answer {
        padding: 0 15px 16px;
        font-size: 14px;
    }
}

/* ================================================================
   INNER PAGES — mobile, 2026-07-27
   ================================================================ */

@media (max-width: 1199px) {
    .gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {

    .page-header,
    .gallery-hero,
    .faq-hero {
        padding: 40px 0 44px;
    }

    .page-subtitle {
        margin-top: 10px;
    }

    .blog-grid {
        padding: 48px 0;
    }

    .blog-grid-item {
        margin-bottom: 18px;
    }

    .faq-section {
        padding: 48px 0;
    }
}

@media (max-width: 575px) {

    .page-header,
    .gallery-hero,
    .faq-hero {
        padding: 32px 0 36px;
    }

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

    .page-subtitle {
        font-size: 0.95rem;
    }

    .blog-grid {
        padding: 38px 0;
    }

    .blog-grid .blog-card-body {
        gap: 8px;
        padding: 15px;
    }

    .blog-grid .blog-card-title {
        font-size: 16px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .faq-section {
        padding: 38px 0;
    }

    .faq-question {
        gap: 10px;
        padding: 14px 15px;
        font-size: 14.5px;
    }

    .faq-icon {
        width: 30px;
        height: 30px;
        border-radius: 9px;
        font-size: 15px;
    }

    .faq-answer .panel-text {
        padding: 13px 15px 16px 55px;
        font-size: 14px;
    }
}

/* ================================================================
   CONTACT + ABOUT PAGES — mobile, 2026-07-27
   ================================================================ */

@media (max-width: 991px) {
    .contact-section {
        padding: 48px 0;
    }

    .map-container .map-box,
    .map-container iframe,
    .map-container #map {
        min-height: 320px;
    }

    .about-hero {
        padding: 40px 0 44px;
    }

    .about-content {
        padding: 34px 0 42px;
    }
}

@media (max-width: 575px) {
    .contact-section {
        padding: 38px 0;
    }

    .contact-info-card {
        padding: 18px;
    }

    .contact-info-icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        font-size: 18px;
    }

    .contact-info-content p {
        font-size: 14px;
    }

    .map-container .map-box,
    .map-container iframe,
    .map-container #map {
        min-height: 260px;
    }

    .about-hero {
        padding: 32px 0 36px;
    }

    .about-content {
        padding: 28px 0 34px;
        font-size: 15px;
    }

    .about-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .about-stat {
        padding: 16px 12px;
    }

    .about-stat .value {
        font-size: 21px;
    }

    .about-stat .label {
        font-size: 12px;
    }
}

/* ================================================================
   FOOTER — mobile, 2026-07-27
   ================================================================ */

@media (max-width: 767px) {
    .akd-footer {
        padding-top: 40px;
    }

    /* only the brand block centres; link columns stay left aligned so the
       chevrons line up instead of stair-stepping */
    .akd-footer-brand-row {
        text-align: center;
    }

    .akd-footer-logo a {
        margin: 0 auto;
    }

    .akd-footer-logo img {
        height: 38px;
        object-position: center;
    }

    .akd-footer-tursab {
        justify-content: center;
    }

    .akd-footer-tagline {
        max-width: none;
        margin-inline: auto;
        text-align: center;
    }

    .akd-footer-heading {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .akd-footer-links a:hover {
        transform: none;
    }

    .akd-footer-socials {
        justify-content: center;
    }

    .akd-footer-policies {
        justify-content: center;
    }

    .akd-footer-bottom {
        margin-top: 28px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .whatsapp-fixed,
    .phone-fixed {
        width: 46px;
        height: 46px;
        right: 14px;
        font-size: 21px;
    }

    .whatsapp-fixed {
        bottom: 14px;
    }

    .phone-fixed {
        bottom: 70px;
    }
}

/* ================================================================
   DESTINATION DETAIL — mobile, 2026-07-27
   ================================================================ */

@media (max-width: 991px) {
    .di-hero {
        min-height: 0;
        padding: 84px 0 28px;
    }

    .di-hero-shell {
        margin-bottom: 16px;
    }

    .di-content-section {
        padding: 40px 0 48px;
    }

    .di-content-card {
        margin-bottom: 16px;
        padding: 20px;
    }

    .di-sidebar {
        position: static;
        top: auto;
    }
}

@media (max-width: 767px) {
    .di-hotels-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .di-hero {
        padding: 76px 0 22px;
    }

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

    .di-content-card {
        padding: 16px;
        border-radius: 14px;
    }

    .di-section-title {
        margin-bottom: 14px;
        font-size: 18px;
    }

    .di-section-title i {
        width: 32px;
        height: 32px;
        border-radius: 9px;
        font-size: 17px;
    }

    .di-content-lead {
        font-size: 15.5px;
    }

    .di-content-body {
        font-size: 14.5px;
    }

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

    .di-map-wrap iframe,
    .di-map-wrap .map-box,
    .di-map-wrap #map {
        min-height: 240px;
    }
}

/* ================================================================
   REMAINING PAGES — mobile, 2026-07-27
   ================================================================ */

@media (max-width: 1199px) {
    .blog-detail-layout {
        grid-template-columns: minmax(0, 1fr) 300px;
    }
}

@media (max-width: 991px) {
    .blog-detail-layout {
        grid-template-columns: 1fr;
    }

    .blog-detail-container {
        padding: 36px 0 48px;
    }

    .blog-detail-content {
        padding: 22px;
    }

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

    .blog-detail-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .blog-detail-cta-btn {
        margin-left: 0;
        width: 100%;
    }

    .hotel-directory-section {
        padding: 36px 0 48px;
    }

    .hotel-directory-sidebar {
        position: static;
        top: auto;
        margin-bottom: 18px;
    }

    .hotel-directory-region-nav {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 8px;
        padding-bottom: 6px;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .hotel-directory-region-link {
        flex: 0 0 auto;
        border-color: var(--border);
        white-space: nowrap;
    }

    .policy-content {
        padding: 34px 0 42px;
    }

    .booking-lookup-section {
        padding: 40px 0 52px;
    }
}

@media (max-width: 575px) {
    .blog-detail-content {
        padding: 16px;
        border-radius: 14px;
    }

    .detail-body {
        font-size: 15px;
    }

    .detail-body h2 {
        font-size: 21px;
    }

    .detail-body h3 {
        font-size: 18px;
    }

    .blog-detail-cta-card {
        padding: 18px;
    }

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

    .hotel-directory-sidebar-card,
    .hotel-directory-content {
        padding: 16px;
        border-radius: 14px;
    }

    .hotel-directory-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

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

    .hotel-directory-card {
        grid-template-columns: 96px minmax(0, 1fr);
    }

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

    .hotel-directory-pagination a,
    .pagination li a {
        min-width: 34px;
        height: 34px;
        padding: 0 9px;
        font-size: 13px;
    }

    .tour-content {
        padding: 14px 15px 16px;
    }

    .tour-content h3 {
        font-size: 16px;
    }

    .policy-content {
        padding: 28px 0 34px;
        font-size: 15px;
    }

    .booking-lookup-card .card-body {
        padding: 20px;
    }
}

/* ================================================================
   REGION CARDS — full-bleed photo, mobile, 2026-07-28
   ================================================================ */

@media (max-width: 767px) {
    /* one per row on phones: a wider frame keeps the title readable */
    .destination-card--with-image {
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 575px) {
    .destination-card--with-image {
        aspect-ratio: 3 / 2;
        border-radius: 14px;
    }

    .destination-card--with-image .destination-content {
        gap: 8px;
        padding: 14px;
    }

    .destination-card--with-image .destination-title {
        font-size: 1.15rem;
    }

    .destination-card--with-image .destination-meta-info span {
        padding: 4px 9px;
        font-size: 11.5px;
    }

    .destination-card--with-image .destination-meta-price {
        top: 12px;
        right: 12px;
        padding: 6px 11px;
        font-size: 14px;
    }
}

/* ================================================================
   STEP 1 — mobile, 2026-07-28
   ================================================================ */

@media (max-width: 991px) {
    .step1-topbar {
        padding: 16px 0;
    }

    .step1-routebar {
        gap: 10px 14px;
    }

    .step1-routebar-route {
        font-size: 14px;
    }

    .step1-routebar-meta {
        padding-left: 14px;
        font-size: 13px;
    }

    .car-selection-section {
        padding: 24px 0 48px;
    }

    .car-image-container {
        flex-basis: 200px;
    }

    .car-footer-row {
        width: 168px;
        padding: 16px;
    }
}

@media (max-width: 767px) {
    .step1-routebar {
        flex-direction: column;
        align-items: stretch;
    }

    .step1-routebar-route {
        justify-content: center;
        text-align: center;
    }

    .step1-routebar-meta {
        justify-content: center;
        padding-left: 0;
        border-left: 0;
    }

    .step1-routebar-actions {
        margin-left: 0;
    }

    .step1-routebar-btn {
        flex: 1 1 0;
        justify-content: center;
    }

    /* photo on top, details below, price bar at the bottom */
    .car-selection {
        flex-direction: column;
    }

    .car-image-container {
        flex-basis: auto;
        aspect-ratio: 16 / 10;
    }

    .car-main-content {
        flex-direction: column;
    }

    .car-info-block {
        padding: 16px 18px;
    }

    .car-footer-row {
        flex-direction: row;
        justify-content: space-between;
        width: auto;
        padding: 14px 18px;
        border-top: 1px solid var(--n-100);
        border-left: 0;
        text-align: left;
    }

    .car-price-block {
        text-align: left;
    }

    .car-footer-row .main-btn-2 {
        width: auto;
    }
}

@media (max-width: 575px) {
    .car-name {
        font-size: 17px;
    }

    .car-info-block {
        padding: 14px 15px;
    }

    .car-footer-row {
        padding: 12px 15px;
    }

    .car-price-block .price {
        font-size: 1.3rem;
    }
}

/* ================================================================
   STEP 2 — mobile, 2026-07-28
   ================================================================ */

@media (max-width: 1199px) {
    .step2-right-column {
        flex: 0 0 320px;
        width: 320px;
    }
}

@media (max-width: 991px) {
    .step2-route-overview {
        justify-content: flex-start;
    }

    .step2-route-overview-meta {
        padding-left: 0;
        border-left: 0;
        width: 100%;
    }

    .step2-route-overview-edit {
        margin-left: auto;
    }

    .step2-layout-row {
        flex-direction: column;
    }

    .step2-right-column {
        width: 100%;
        flex: 1 1 auto;
        position: static;
        gap: 20px;
    }

    .step2-right-column > .checkout-box {
        margin-top: 0 !important;
    }

    .checkout-box {
        padding: 20px 20px;
    }

    .extra-route-controls {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .step2-main-section {
        padding: 22px 0 44px;
    }

    .step2-layout-row {
        gap: 16px;
    }

    .step2-left-column {
        gap: 16px;
    }

    .contact-grid > div {
        margin-bottom: 12px;
    }

    .contact-grid .input-groups {
        margin-bottom: 0;
    }

    .phone-code-select {
        flex-basis: 78px;
        width: 78px;
    }

    .summary-route-item .csp {
        max-width: 74px;
    }

    .step2-price-value {
        font-size: 27px;
    }

    .modal-content {
        padding: 24px 20px;
        margin: 32px auto;
        width: calc(100% - 24px);
    }
}

@media (max-width: 575px) {
    .checkout-title.section-heading {
        font-size: 15.5px;
        gap: 10px;
    }

    .section-title-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
        font-size: 16px;
    }

    .step2-route-overview-route {
        font-size: 13.5px;
    }

    .hotel-address-mode-row {
        flex-wrap: wrap;
    }

    .hotel-address-toggle-btn {
        flex-basis: 100%;
        text-align: right;
    }

    .step2-payment-grid {
        grid-template-columns: 1fr;
    }

    .step2-payment-dialog {
        padding: 22px 20px;
    }
}

/* ================================================================
   STEP 3 — mobile, 2026-07-29
   ================================================================ */

@media (max-width: 767px) {
    .rez-complete-section {
        padding: 32px 0 56px;
    }

    .rez-complete-box {
        padding: 30px 22px 24px;
    }

    .rez-complete-box .head i {
        font-size: 50px;
    }

    .rez-complete-box .message {
        font-size: 19px;
    }

    .rez-trip-card {
        padding: 20px 20px;
    }

    .rez-trip-card .summary-route-item .csp {
        max-width: 120px;
    }
}

@media (max-width: 575px) {
    .rez-complete-box .message {
        font-size: 17.5px;
    }

    /* stack the route vertically so long hotel names stay readable */
    .rez-trip-card .summary-route {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .rez-trip-card .summary-route-item .csp {
        max-width: none;
        white-space: normal;
    }

    .rez-trip-card .summary-route-divider-wrap {
        width: auto;
        min-width: 0;
        align-items: flex-start;
        padding-left: 7px;
    }

    .rez-trip-card .dotted-gradient {
        width: 24px;
        height: 14px;
        background-image: linear-gradient(to bottom, var(--border-strong) 40%, transparent 0%);
        background-size: 1px 6px;
        background-repeat: repeat-y;
        background-position: left top;
    }

    .rez-number-box {
        padding: 15px 24px;
        width: 100%;
    }

    .rez-number-box span:last-child {
        font-size: 25px;
        letter-spacing: 1.4px;
    }

    .rez-complete-cta {
        width: 100%;
        padding: 0 20px;
    }
}
