/* ================================================================
   Responsive rules split from style.css
   ================================================================ */

@media (max-width: 991px) {
    .step-route-box {
        padding: 20px;
    }

    .step-route-box h2 {
        font-size: 20px;
        flex-direction: column;
        gap: 10px;
    }

    .car-selection {
        padding: 20px;
    }

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

    .summary-box {
        position: static;
    }
}

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

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

    .step-route-box h2 {
        font-size: 18px;
    }

    .car-name {
        font-size: 18px;
    }

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

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

    .rez-number-box span:last-child {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .page-header {
        padding: 100px 0 60px;
    }
    .page-header.blog-hero,
    .page-header.service-hero {
        min-height: 180px;
    }

    .page-title {
        font-size: 36px;
    }

    .blog-detail-title {
        font-size: 32px;
    }

    .destinations-grid,
    .blog-grid,
    .services-grid,
    .contact-section,
    .gallery-grid,
    .faq-section {
        padding: 60px 0;
    }
}

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

    .page-subtitle {
        font-size: 16px;
    }

    .blog-detail-title {
        font-size: 26px;
    }

    .service-card,
    .contact-info-card,
    .contact-form-card {
        padding: 25px;
    }
}

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

    .paxs.show {
        width: 395px;
    }

    .hero-title {
        font-size: 20px;
        font-weight: 400;
    }

    .map-box {
        width: 100% !important;
    }

    .input-groups {
        margin-bottom: 5px !important;
        height: 50px;
    }

    /* Step2 sayfasında input-groups height sorununu düzelt */
    .reservation-step-2 .input-groups {
        height: auto !important;
        min-height: 56px !important;
        margin-bottom: 12px !important;
    }

    .input-groups>input {
        font-size: 14px;
    }

    .car-selection {
        margin: 5px;
        padding: 5px;
    }

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

    .modal-content {
        width: 90%;
    }

    .hidden-xs {
        display: none;
    }
}

@media (max-width: 991px) {

  /* Mobile: full-width dropdown under navbar */
  .akd-navbar {
    height: auto;
    padding: 0;
  }

  .akd-navbar>.container {
    padding: 0 16px;
    min-height: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .akd-navbar .navbar-collapse {
    width: 100%;
    background: linear-gradient(180deg, #0d1b35 0%, #11244a 100%);
    border-top: 2px solid var(--gold);
    padding: 8px 0 16px;
    margin: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
  }

  /* Nav links: card-style rows */
  .akd-navbar .akd-nav-links {
    flex-direction: column;
    width: 100%;
    margin: 0 !important;
    padding: 0 4px;
    gap: 2px;
  }

  .akd-navbar .akd-nav-links .nav-item {
    width: 100%;
    margin: 0;
  }

  .akd-nav-link {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 12px 16px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    border-radius: 10px;
    border-left: 3px solid transparent;
    transition: all .2s ease;
  }

  .akd-nav-link:hover,
  .akd-nav-link.active {
    background: rgba(201, 168, 76, .12) !important;
    border-left-color: var(--gold) !important;
    color: var(--gold) !important;
  }

  .akd-nav-link i {
    font-size: 18px;
    width: 22px;
    text-align: center;
    opacity: .8;
  }

  .akd-nav-links .akd-nav-link::before {
    display: none;
  }

  /* Language section — separator */
  .akd-navbar .navbar-nav.ml-auto {
    width: 100%;
    margin: 8px 0 0 !important;
    padding: 10px 4px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .akd-navbar .navbar-nav.ml-auto .nav-item {
    width: 100%;
  }

  .akd-reservation-cta {
    display: flex !important;
    justify-content: center;
    width: 100%;
    padding: 11px 16px !important;
    border-radius: 10px;
    box-shadow: none;
  }

  .akd-lang-btn {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 10px 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, .06);
    border-radius: 10px;
    width: 100%;
  }

  .akd-lang-menu {
    position: static !important;
    transform: none !important;
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 4px 0 0;
  }

  .akd-lang-item {
    padding: 9px 16px !important;
    border-radius: 8px;
    color: #ffffff !important;
  }

  .akd-lang-item:hover {
    background: rgba(255, 255, 255, .08) !important;
    color: #fff !important;
  }
}

@media (max-width: 991px) {
  .hsf-row {
    flex-wrap: wrap;
    gap: 8px;
  }

  .hsf-field,
  .hsf-field--lg {
    flex: 1 1 100%;
    width: 100%;
  }

  .hsf-field--sm {
    flex: 1 1 calc(50% - 4px);
    width: calc(50% - 4px);
  }

  .hsf-divider {
    display: none;
  }

  .hsf-submit {
    flex: 1 1 100%;
    width: 100%;
  }

  .hsf-btn {
    width: 100%;
    justify-content: center;
    min-height: 52px;
  }

  .hsf-input-wrap {
    min-height: 54px;
  }

  .hero-search-card {
    padding: 16px;
    border-radius: var(--radius);
  }
}

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

  .di-sidebar {
    position: static;
  }

  .di-book-bar {
    position: static;
  }

  .di-book-bar-info {
    gap: 12px;
  }
}

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

  .di-breadcrumb,
  .di-hero-meta {
    display: none;
  }

  .di-hero-title {
    font-size: clamp(1rem, 5vw, 1.4rem);
    margin: 0;
    text-align: center;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .di-book-bar .col-auto {
    width: 100%;
  }

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

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

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

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

  .hero-content {
    padding: 38px 0 38px;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .features-section,
  .destinations-section,
  .blog-section,
  .why-section {
    padding: 52px 0;
  }
}

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

  .hero-badge {
    font-size: 10px;
  }

  .feature-card,
  .why-card {
    padding: 24px 16px;
  }

  .whatsapp-fixed,
  .phone-fixed {
    width: 44px;
    height: 44px;
    font-size: 19px;
    right: 14px;
  }

  .whatsapp-fixed {
    bottom: 18px;
  }

  .phone-fixed {
    bottom: 18px;
  }

  /* Center destinations header on mobile (override base mobile rules) */
  .section-header.section-header--center {
    align-items: center;
    text-align: center;
  }

  .section-header.section-header--center .section-title-group {
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }

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

  .destinations-section {
    padding-top: 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;
  }
}

@media (max-width: 991px) {
  .akd-navbar .navbar-collapse {
    background: #ffffff;
    border-top: 1px solid var(--border);
    box-shadow: 0 18px 34px rgba(24, 57, 88, .12);
  }

  .akd-nav-link {
    color: #20314a !important;
  }

  .akd-nav-link:hover,
  .akd-nav-link.active {
    background: #eef6fc !important;
    border-left-color: var(--navy) !important;
    color: var(--navy) !important;
  }

  .akd-navbar .navbar-nav.ml-auto {
    border-top: 1px solid #e2edf6;
  }

  .akd-lang-btn {
    color: var(--text) !important;
    background: #f7fbff;
    border: 1px solid #dbe7f1;
  }

  .akd-lang-item {
    color: var(--text) !important;
  }

  .akd-lang-item:hover {
    background: #eef6fc !important;
    color: var(--navy) !important;
  }
}

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

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

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

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

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

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

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

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

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

@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 .ece-hero {
    padding-top: 86px;
    padding-bottom: 24px;
  }

  .lux-hero-content {
    padding-top: 6px;
  }

  .lux-hero-grid {
    grid-template-columns: minmax(0, 1fr) 342px;
    gap: 24px;
  }

  .lux-hero-copy {
    max-width: 660px;
  }

  .lux-hero-title {
    font-size: clamp(1.08rem, 2.35vw, 1.95rem);
    max-width: 560px;
    margin-bottom: 8px;
  }

  .lux-hero-sub {
    font-size: clamp(1rem, 1.95vw, 1.32rem);
  }

  .lux-booking-card {
    max-width: 360px;
    padding: 12px;
    border-radius: 12px;
  }

  .lux-booking-title {
    font-size: 23px;
    margin: 0 4px 10px;
  }

  .lux-hero-title--in-card {
    font-size: clamp(0.98rem, 1.55vw, 1.2rem);
  }

  .lux-hero-sub--in-card {
    font-size: clamp(0.88rem, 1.1vw, 1rem);
  }

  .lux-booking-card .hero-search-form--lux .hsf-row {
    gap: 7px !important;
  }

  .lux-booking-card .hero-search-form--lux .hsf-input-wrap {
    min-height: 50px;
    padding: 7px 10px;
  }

  .lux-booking-card .hero-search-form--lux .hsf-btn {
    min-height: 48px;
    font-size: 14px;
  }

  .lux-booking-hint {
    margin-top: 2px;
    font-size: 10px;
  }

  .lux-trust-item {
    min-height: 56px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .lux-hero-popular {
    margin-top: 10px;
  }

  .lux-hero-popular-title {
    font-size: 17px;
    margin-bottom: 9px;
    gap: 10px;
  }

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

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

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

  .lux-hero-grid {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 18px;
  }

  .lux-hero-copy {
    max-width: 560px;
  }

  .lux-hero-title {
    font-size: clamp(0.98rem, 1.95vw, 1.6rem);
    margin-bottom: 6px;
  }

  .lux-hero-sub {
    font-size: clamp(0.9rem, 1.45vw, 1.1rem);
  }

  .lux-booking-card {
    max-width: 332px;
    padding: 10px;
  }

  .lux-booking-title {
    font-size: 20px;
    margin: 0 4px 10px;
  }

  .lux-hero-title--in-card {
    font-size: clamp(0.9rem, 1.4vw, 1.08rem);
    margin-bottom: 3px;
  }

  .lux-hero-sub--in-card {
    font-size: clamp(0.82rem, 1.05vw, 0.94rem);
  }

  .lux-booking-card .hero-search-form--lux .hsf-row {
    gap: 6px !important;
  }

  .lux-booking-card .hero-search-form--lux .hsf-input-wrap {
    min-height: 44px;
    padding: 6px 9px;
  }

  .lux-booking-card .hero-search-form--lux .hsf-label {
    font-size: 8px;
    letter-spacing: 0.06em;
  }

  .lux-booking-card .hero-search-form--lux .hsf-input,
  .lux-booking-card .hero-search-form--lux #passenger-text,
  .lux-booking-card .hero-search-form--lux #kur-text {
    font-size: 14px;
  }

  .lux-booking-card .hero-search-form--lux .hsf-btn {
    min-height: 44px;
    font-size: 13px;
  }

  .lux-trust-item {
    min-height: 48px;
    padding: 7px 8px;
    font-size: 12px;
    gap: 7px;
  }

  .lux-hero-popular {
    margin-top: 8px;
  }

  .lux-hero-popular-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .lux-hero-popular-title::before,
  .lux-hero-popular-title::after {
    width: clamp(48px, 12vw, 120px);
  }

  .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 .ece-hero {
    min-height: auto;
    padding-top: 74px;
    padding-bottom: 24px;
  }

  .lux-quick-meta {
    margin-bottom: 14px;
    padding-bottom: 8px;
  }

  .lux-meta-phone {
    font-size: 13px;
  }

  .lux-hero-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "form"
      "stack";
    gap: 14px;
  }

  .lux-hero-copy {
    display: none !important;
  }

  .lux-hero-title {
    font-size: clamp(0.98rem, 3.5vw, 1.4rem);
    margin-bottom: 6px;
  }

  .lux-hero-sub {
    font-size: 1.08rem;
  }

  .lux-booking-hero-copy {
    display: block;
    margin: 0 2px 8px;
    text-align: center;
  }

  .lux-hero-title--in-card {
    font-size: clamp(0.95rem, 3.2vw, 1.14rem);
  }

  .lux-hero-sub--in-card {
    font-size: clamp(0.9rem, 2.8vw, 1rem);
  }

  .lux-booking-card {
    max-width: 560px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
  }

  .lux-trust-strip {
    margin-top: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lux-trust-item {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 13px;
  }

  .lux-trust-item:nth-child(2n) {
    border-right: none;
  }

  .lux-trust-item:nth-child(n+3) {
    border-bottom: none;
  }

  .lux-hero-popular-title {
    font-size: 18px;
  }

  .lux-hero-popular-slider:not(.swiper-initialized) .swiper-slide {
    width: min(300px, 82vw) !important;
  }

  .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) {
  .page-home .akd-brand-text {
    display: none;
  }

  .page-home .akd-brand-img {
    height: 34px;
  }

  .lux-booking-title {
    font-size: 24px;
    margin-bottom: 11px;
  }

  .lux-booking-card .hero-search-form--lux .hsf-row {
    grid-template-columns: 1fr !important;
  }

  .lux-booking-card .hero-search-form--lux .hsf-field--from,
  .lux-booking-card .hero-search-form--lux .hsf-field--to,
  .lux-booking-card .hero-search-form--lux .hsf-field--date,
  .lux-booking-card .hero-search-form--lux .hsf-field--time,
  .lux-booking-card .hero-search-form--lux .hsf-field--passenger,
  .lux-booking-card .hero-search-form--lux .hsf-field--currency,
  .lux-booking-card .hero-search-form--lux .hsf-submit--cta {
    grid-column: 1 / -1;
  }

  .lux-booking-card .hero-search-form--lux .hsf-input-wrap {
    min-height: 48px;
  }

  .lux-booking-card .hero-search-form--lux .hsf-btn {
    min-height: 48px;
    font-size: 16px;
  }

  .lux-booking-hint {
    margin-top: 7px;
  }

  .lux-trust-item {
    min-height: 50px;
    padding: 8px;
    font-size: 12px;
  }

  .lux-hero-popular-nav {
    justify-content: center;
  }

  .lux-hero-popular-slider:not(.swiper-initialized) .swiper-slide {
    width: min(280px, 88vw) !important;
  }

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

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

  .page-home .whatsapp-fixed,
  .page-home .phone-fixed {
    display: none;
  }

  .page-home .akd-footer {
    padding-bottom: 74px;
  }
}

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

  .lux-meta-phone span {
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lux-hero-title {
    font-size: 1rem;
  }

  .lux-hero-sub {
    font-size: 1rem;
  }

  .lux-booking-card {
    padding: 12px;
    border-radius: 12px;
  }

  .lux-booking-title {
    font-size: 22px;
  }

  .lux-booking-card .hero-search-form--lux .hsf-input,
  .lux-booking-card .hero-search-form--lux #passenger-text,
  .lux-booking-card .hero-search-form--lux #kur-text {
    font-size: 14px;
  }

  .lux-trust-item {
    font-size: 11px;
  }

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

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

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

@media (max-width: 1199px) {
  .lux-social-frame {
    grid-template-columns: 1fr;
  }

  .lux-social-copy {
    max-width: none;
  }
}

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

  .lux-social-frame {
    padding: 22px 16px;
    border-radius: 22px;
    gap: 16px;
  }

  .lux-social-kicker {
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .lux-social-title {
    font-size: 1.6rem;
  }

  .lux-social-copy {
    font-size: 14px;
    line-height: 1.7;
  }

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

  .lux-social-card {
    min-height: 0;
    padding: 16px 16px;
    border-radius: 18px;
  }

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

  .lux-social-primary-cta {
    width: 100%;
  }
}

@media (max-width: 575px) {
}

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

@media (max-width: 680px) {
  .lux-social-modern-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 380px) {
  .lux-social-modern-grid {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .lux-social-modern-card {
    padding: 18px 16px;
  }
}

@media (min-width: 992px) {
  .lux-hero-copy {
    padding: 16px 18px !important;
    border: 1px solid rgba(219, 231, 241, .74) !important;
    background: rgba(255, 255, 255, .72) !important;
    box-shadow: 0 18px 42px rgba(24, 57, 88, .11) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
  }
}

@media (max-width: 991px) {
  .page-home .akd-navbar .navbar-collapse {
    background: #ffffff !important;
    border-top: 1px solid #dbe7f1 !important;
    box-shadow: 0 18px 34px rgba(24, 57, 88, .12) !important;
  }

  .page-home .akd-navbar .navbar-nav.ml-auto {
    border-top-color: #e2edf6 !important;
  }

  .page-home .akd-lang-item {
    color: #20314a !important;
  }
}

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

  .reservation-step-3 .step3-route-overview {
    padding: 12px;
    border-radius: 14px;
  }

  .reservation-step-3 .step3-route-overview .route-inline-steps {
    padding: 8px 8px 7px;
  }

  .reservation-step-3 .step3-route-overview .route-inline-steps li:not(:last-child)::after {
    left: calc(50% + 17px);
    width: calc(100% - 34px);
  }

  .reservation-step-3 .step3-route-overview .inline-step-dot {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }

  .reservation-step-3 .step3-route-overview .inline-step-label {
    font-size: 10.5px;
  }

  .reservation-step-2 .return-toggle-label {
    padding: 16px;
    gap: 12px;
  }

  .reservation-step-2 .return-toggle-check {
    width: 24px;
    height: 24px;
    border-radius: 8px;
  }

  .reservation-step-2 .return-toggle-check::after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
  }

  .reservation-step-2 .return-toggle-text {
    font-size: 17px;
  }
}

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

  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--from,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--to,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-submit {
    grid-column: 1 / -1;
  }

  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--date,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--time,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--passenger,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--currency {
    grid-column: auto;
  }

  .reservation-step-1 .step1-route-map--split .step1-route-map-wrap,
  .reservation-step-1 .step1-route-map--split .step1-route-map-wrap iframe {
    min-height: 260px;
  }
}

@media (max-width: 575px) {
  .reservation-step-1 .step-route-box {
    padding: 16px 14px;
  }

  .reservation-step-1 .step-route-section {
    padding-top: 8px;
  }

  .reservation-step-1 .route-inline-steps {
    margin-bottom: 14px;
    padding: 8px 8px 7px;
  }

  .reservation-step-1 .route-inline-steps li:not(:last-child)::after {
    left: calc(50% + 18px);
    width: calc(100% - 36px);
  }

  .reservation-step-1 .inline-step-dot {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }

  .reservation-step-1 .step1-route-map-wrap,
  .reservation-step-1 .step1-route-map-wrap iframe {
    min-height: 240px;
  }

  .reservation-step-1 .step1-search-card {
    padding: 10px;
    border-radius: 12px;
  }

  .reservation-step-1 .step1-search-card .hsf-row,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .reservation-step-1 .step1-search-card .hsf-field--from,
  .reservation-step-1 .step1-search-card .hsf-field--to,
  .reservation-step-1 .step1-search-card .hsf-field--date,
  .reservation-step-1 .step1-search-card .hsf-field--time,
  .reservation-step-1 .step1-search-card .hsf-field--passenger,
  .reservation-step-1 .step1-search-card .hsf-field--currency,
  .reservation-step-1 .step1-search-card .hsf-submit,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--from,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--to,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--date,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--time,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--passenger,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-field--currency,
  .reservation-step-1 .step1-route-split.is-no-map .step1-search-card .hsf-submit {
    width: 100%;
    grid-column: 1 / -1;
  }

  .reservation-step-1 .step1-search-card .hsf-input-wrap {
    min-height: 50px;
    padding: 8px 11px;
  }

  .reservation-step-1 .step1-search-card .hsf-label {
    font-size: 9px;
    letter-spacing: 0.5px;
  }

  .reservation-step-1 .step1-search-card .hsf-input,
  .reservation-step-1 .step1-search-card #passenger-text,
  .reservation-step-1 .step1-search-card #kur-text {
    font-size: 13px;
  }

  .reservation-step-1 .step1-search-card .hsf-btn {
    min-height: 48px;
    font-size: 13px;
  }

  .reservation-step-1 .step1-search-card .paxs,
  .reservation-step-1 .step1-search-card .paxs.show,
  .reservation-step-1 .step1-search-card .hsf-field--currency .kurs.paxs,
  .reservation-step-1 .step1-search-card .hsf-field--currency .kurs.paxs.show {
    left: 0 !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .reservation-step-1 .step1-search-card .hsf-field--sm .dropdown-menu {
    left: 0 !important;
    transform: none !important;
    min-width: 100% !important;
  }

  .reservation-step-1 .inline-step-label {
    font-size: 10.5px;
  }

  .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: 575px) {
  .reservation-step-2 .summary-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .reservation-step-2 .summary-route-meta {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .reservation-step-2 .step2-layout-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .reservation-step-2 .step2-layout-row>.step2-left-column {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    max-width: none;
  }

  .reservation-step-2 .step2-layout-row>.step2-right-column {
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
    align-self: flex-start;
    position: sticky;
    top: 94px;
  }
}

@media (min-width: 992px) {
  .reservation-step-2 .step2-layout-row>.step2-right-column {
    flex-basis: 360px;
    width: 360px;
    max-width: 360px;
  }
}

@media (min-width: 1200px) {
  .reservation-step-2 .step2-layout-row>.step2-right-column {
    flex-basis: 380px;
    width: 380px;
    max-width: 380px;
  }
}

@media (max-width: 767px) {
  .reservation-step-2 .step2-layout-row {
    display: block;
  }

  .reservation-step-2 .step2-right-column {
    position: static;
    width: auto;
    max-width: none;
    margin-top: 16px;
  }
}

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

  .reservation-step-1 .step-route-box {
    padding: 24px 22px;
    border-radius: 16px;
  }

  .reservation-step-1 .car-selection {
    padding: 0;
  }

  .reservation-step-1 .car-image-container {
    border-radius: 20px 20px 0 0;
    min-height: 210px;
  }

  .reservation-step-1 .car-main-content {
    display: flex;
    flex-direction: column;
    padding: 16px 16px 18px;
  }

  .reservation-step-1 .car-amenity-line span {
    font-size: 14px;
  }

  .reservation-step-1 .car-footer-row {
    flex: 0 0 auto;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
  }

  .reservation-step-1 .car-price-block .price {
    font-size: 1.75rem;
  }

  .reservation-step-2 .checkout-box {
    padding: 18px;
  }

  .reservation-step-2 .step2-summary-card,
  .reservation-step-2 .step2-price-card {
    padding: 16px;
  }
}

@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 .car-amenity-line {
    margin-bottom: 8px;
    gap: 6px;
  }

  .reservation-step-1 .car-capacity-line {
    margin-bottom: 6px;
    gap: 6px;
    flex-wrap: nowrap;
  }

  .reservation-step-1 .car-capacity-line span {
    font-size: 13px;
  }

  .reservation-step-1 .car-capacity-line span svg {
    width: 13px;
    height: 13px;
  }

  .reservation-step-1 .car-amenity-line span {
    font-size: 13px;
  }

  .reservation-step-1 .car-policy-line,
  .reservation-step-1 .car-policy-line-note {
    font-size: 13px;
  }

  .reservation-step-1 .car-policy-stack {
    margin-bottom: 6px;
    gap: 5px;
  }

  .reservation-step-1 .car-footer-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

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

  .reservation-step-1 .car-price-block .price {
    font-size: 2.2rem;
    line-height: 1;
  }

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

  .reservation-step-2 .step2-main-section {
    padding-top: 24px !important;
    padding-bottom: 72px !important;
  }

  .reservation-step-3 .rez-complete-box {
    padding: 30px 22px;
  }
}

@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 .step-route-box {
    border-radius: 14px;
  }

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

  .reservation-step-1 .reservation-help-alert {
    text-align: center;
  }

  .reservation-step-2 .return-transfer-box {
    padding: 10px !important;
    border-radius: 16px !important;
  }

  .reservation-step-2 .return-toggle-header {
    padding: 2px 2px 8px;
  }

  .reservation-step-2 .return-toggle-label {
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
  }

  .reservation-step-2 .return-toggle-text {
    font-size: 14px;
    line-height: 1.45;
  }

  .reservation-step-2 .return-transfer-body {
    padding: 14px;
  }

  /* Mobile: Return Transfer Input Groups - sama stili normal input gibi */
  .reservation-step-2 .return-transfer-body .input-groups {
    position: relative !important;
    margin-bottom: 16px !important;
    min-height: 62px !important;
    height: auto !important;
    padding: 12px 16px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    cursor: text !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
  }

  .reservation-step-2 .return-transfer-body .input-groups>input,
  .reservation-step-2 .return-transfer-body .checkout-input {
    height: 26px !important;
    border: none !important;
    background: transparent !important;
    color: #1e293b !important;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    width: 100% !important;
  }

  .reservation-step-2 .return-transfer-body .input-groups {
    padding: 12px 16px !important;
    min-height: 62px !important;
    margin-bottom: 14px !important;
  }

  .reservation-step-2 .return-transfer-body .input-groups>input {
    font-size: 15px !important;
  }

  .reservation-step-2 .return-transfer-body .input-groups:has(.date-picker),
  .reservation-step-2 .return-transfer-body .input-groups:has(.time-picker) {
    padding-left: 50px !important;
  }

  .reservation-step-2 .return-transfer-body .extra-select,
  .reservation-step-2 .return-transfer-body .select-nosrch {
    height: 52px !important;
    padding: 12px 16px !important;
    padding-right: 40px !important;
  }

  .reservation-step-2 .return-transfer-body .return-row {
    margin-left: -6px;
    margin-right: -6px;
  }

  .reservation-step-2 .return-row>[class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
  }

  .reservation-step-3 .rez-number-box span:last-child {
    font-size: 27px;
    letter-spacing: 1.2px;
  }
}

@media (max-width: 576px) {
    .reservation-step-2.step2-oscar .contact-card .phone-input-group .phone-composer {
        height: 42px;
    }

    .reservation-step-2.step2-oscar .contact-card .phone-input-group .phone-code-select {
        width: auto !important;
        min-width: 78px;
        max-width: 100px;
        padding-left: 8px !important;
        padding-right: 15px !important;
        font-size: 13px !important;
    }

    .reservation-step-2.step2-oscar .contact-card .phone-input-group .phone-composer>.select2-container {
        min-width: 78px;
        max-width: 100px;
    }

    .reservation-step-2.step2-oscar .contact-card .phone-input-group .phone-composer>.select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 8px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 576px) {
    body.reservation-flow.reservation-step-2.step2-oscar .return-transfer-body .input-groups .time-picker.time-compact {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .reservation-step-2.step2-oscar .checkout-title.section-heading {
        font-size: 16px !important;
    }

    .reservation-step-2.step2-oscar .trip-route-strip {
        flex-direction: column;
        align-items: flex-start;
    }

    .reservation-step-2.step2-oscar .trip-route-divider {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .reservation-step-2.step2-oscar .checkout-box {
        border-radius: 12px !important;
    }

    .reservation-step-2.step2-oscar .input-groups {
        min-height: 48px !important;
        padding: 7px 10px !important;
    }

    .reservation-step-2.step2-oscar .extras-grid .extra-card {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .reservation-step-2.step2-oscar .extras-grid .extra-card > .extra-stepper-wrap {
        width: 100%;
        justify-content: flex-end;
    }

    .reservation-step-2.step2-oscar .extras-unified-grid .extra-route-controls {
        width: 100%;
        justify-content: space-between;
    }

    .reservation-step-2.step2-oscar .extras-unified-grid .extra-route-col {
        border-left: none;
        padding-left: 0;
    }

    .reservation-step-2.step2-oscar .extras-unified-grid .extra-route-controls .extra-stepper-wrap {
        width: auto;
        justify-content: flex-start;
    }

    .reservation-step-2.step2-oscar .extras-unified-grid .extra-card {
        flex-direction: row !important;
        align-items: center !important;
    }

    .reservation-step-2.step2-oscar .extras-unified-grid .extra-route-controls {
        width: auto !important;
        margin-left: auto !important;
        justify-content: flex-end !important;
    }
}
