/* =====================================================================
   mobile-lock.css — LAST sheet. Telefon / tablet peacemaker.
   Beat rent-layout / compact / main.min / critical FOUC on ≤1023.
   ===================================================================== */

/* ── Global phone hygiene ─────────────────────────────────────────── */
@media (max-width: 1023.98px) {
  html,
  body {
    overflow-x: clip !important;
    max-width: 100% !important;
  }

  img,
  video,
  iframe,
  svg {
    max-width: 100% !important;
  }

  /* Navbar — desktop menu kapalı (nükleer) */
  html body .cs-sticky-header-1 > .container-2 > .cs-header-row-1 > .cshr1-col-2,
  html body .cs-sticky-header-1 .cshr1-col-2,
  html body .cs-sticky-header-1 .cs-main-nav-1,
  html body .cs-sticky-header-1 .cs-main-menu-1,
  html body .cs-sticky-header-1 .cs-main-menu-1 > .main-li-1,
  html body .cs-main-nav-1,
  html body .cshr1-col-2,
  html body header .cs-main-menu-1 {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    max-width: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    left: -9999px !important;
  }

  html body .cs-sticky-header-1:not(.is-menu-open),
  html body .cs-sticky-header-1 .container,
  html body .cs-sticky-header-1 .container-2,
  html body .cs-sticky-header-1 .cs-header-row-1 {
    max-height: none !important;
    height: auto !important;
  }

  html body .cs-sticky-header-1 {
    min-height: 56px !important;
  }

  html body .cs-sticky-header-1 .cs-header-row-1 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    width: 100% !important;
    min-height: 44px !important;
  }

  html body .cs-sticky-header-1 .container-2,
  html body .cs-sticky-header-1 .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  html body .cs-sticky-header-1 .cshr1-col-1 {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html body .cs-sticky-header-1 .cshr1-col-3 {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin-left: auto !important;
  }

  html body .cs-sticky-header-1 .cs-header-row-2 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    width: auto !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  /* Dil + Haber Ver: mobilde gizle (drawer'da TR/EN var) */
  html body .cs-sticky-header-1 .cshr2-col-1:has(#headerLanguageOption),
  html body .cs-sticky-header-1 .cshr2-col-1:has(.cs-signal-cont-1),
  html body .cs-sticky-header-1 .cshr2-col-1:has(.jsSignalBtn1),
  html body .cs-sticky-header-1 .cs-signal-cont-1,
  html body .cs-sticky-header-1 .cs-language-select,
  html body .cs-sticky-header-1 #headerLanguageOption {
    display: none !important;
  }

  /* Bildirim kolonu görünür kalsın (compact.bundle hepsini gizliyordu) */
  html body .cs-sticky-header-1 .cshr2-col-1:has(.cs-header-btn-1) {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
  }

  html body .cs-sticky-header-1 .cshr2-col-2,
  html body .cs-sticky-header-1 .cshr2-col-3,
  html body .cs-sticky-header-1 .cs-globe-dd-1 {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    position: relative !important;
  }

  /* Profile dropdown must open as a sheet (guest login is a real /login link now) */
  html body .cs-sticky-header-1 .cs-globe-dd-1 > .csgdd1-d-1 {
    position: fixed !important;
    top: calc(56px + env(safe-area-inset-top, 0px)) !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    z-index: 10050 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body .cs-sticky-header-1 .cs-globe-dd-1.dd-active-1 > .csgdd1-d-1,
  html body .cs-sticky-header-1 .cs-globe-dd-1:focus-within > .csgdd1-d-1 {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  html body .cs-sticky-header-1 .cs-globe-dd-1 > .csgdd1-d-1 > .csgdd1-m-1 {
    margin: 0 !important;
    padding: 8px !important;
    background: #ffffff !important;
    border: 1px solid rgba(26, 31, 54, 0.1) !important;
    border-radius: 16px !important;
    box-shadow: 0 18px 40px rgba(26, 31, 54, 0.14) !important;
  }

  html body .cs-sticky-header-1 .cs-header-btn-3,
  html body .cs-sticky-header-1 a.cs-header-btn-3 {
    pointer-events: auto !important;
    cursor: pointer !important;
    z-index: 2 !important;
  }

  html body .cs-sticky-header-1 .cs-main-logo-1 {
    display: inline-flex !important;
    max-width: 100% !important;
  }

  html body .cs-sticky-header-1 .cs-main-logo-1 img {
    max-width: min(132px, 40vw) !important;
    height: 32px !important;
    width: auto !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  html body .cs-sticky-header-1 .cs-header-btn-1,
  html body .cs-sticky-header-1 .cs-header-btn-2 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    flex-shrink: 0 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    border: 1px solid rgba(26, 31, 54, 0.1) !important;
    color: #1a1f36 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html body .cs-sticky-header-1 .cs-humberge-m-1,
  html body .cs-humberge-m-1 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    border: 1px solid rgba(26, 31, 54, 0.1) !important;
    color: #1a1f36 !important;
    box-shadow: none !important;
    transform: none !important;
    position: relative !important;
    overflow: hidden !important;
  }

  html body .cs-sticky-header-1 .cs-header-btn-1 i,
  html body .cs-sticky-header-1 .cs-header-btn-2 i {
    font-size: 17px !important;
    line-height: 1 !important;
    color: inherit !important;
  }

  /* main.min absolute top/bottom ez — çizgiler ortada kalsın */
  html body .cs-sticky-header-1 .cs-humberge-m-1-top,
  html body .cs-sticky-header-1 .cs-humberge-m-1-bottom,
  html body .cs-humberge-m-1-top,
  html body .cs-humberge-m-1-bottom {
    display: block !important;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 18px !important;
    max-width: 18px !important;
    height: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 999px !important;
    background: #1a1f36 !important;
    background-color: #1a1f36 !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    flex: 0 0 auto !important;
  }

  html body .cs-sticky-header-1 .cs-humberge-m-1-bottom,
  html body .cs-humberge-m-1-bottom {
    width: 14px !important;
    max-width: 14px !important;
  }

  html body .cs-sticky-header-1 .cs-humberge-m-1.is-active .cs-humberge-m-1-top,
  html body .cs-humberge-m-1.is-active .cs-humberge-m-1-top {
    width: 18px !important;
    max-width: 18px !important;
    transform: translateY(3.5px) rotate(45deg) !important;
    animation: none !important;
  }

  html body .cs-sticky-header-1 .cs-humberge-m-1.is-active .cs-humberge-m-1-bottom,
  html body .cs-humberge-m-1.is-active .cs-humberge-m-1-bottom {
    width: 18px !important;
    max-width: 18px !important;
    transform: translateY(-3.5px) rotate(-45deg) !important;
    animation: none !important;
  }

  /* Profil: sadece avatar dairesi — isim taşırıp navbarı kaydırmasın */
  html body .cs-sticky-header-1 .cs-header-btn-4,
  html body .cs-sticky-header-1 a.cs-header-btn-4 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    padding: 0 !important;
    gap: 0 !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid rgba(26, 31, 54, 0.1) !important;
    box-shadow: none !important;
    flex-shrink: 0 !important;
    transform: none !important;
  }

  html body .cs-sticky-header-1 .cs-header-btn-4 .name-d-1,
  html body .cs-sticky-header-1 .cs-header-btn-4 .name-t-1 {
    display: none !important;
  }

  html body .cs-sticky-header-1 .cs-header-btn-4 .image-d-1 {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
  }

  html body .cs-sticky-header-1 .cs-header-btn-4 .image-d-1 img,
  html body .cs-sticky-header-1 .cs-header-btn-4 .fake-char-i-1 {
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 999px !important;
    object-fit: cover !important;
    object-position: center !important;
    transform: none !important;
  }

  html body .cs-sticky-header-1 .cs-header-btn-3,
  html body .cs-sticky-header-1 a.cs-header-btn-3 {
    padding: 0 12px !important;
    font-size: 12px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-width: 96px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    flex-shrink: 0 !important;
  }

  /* Nav dropdown'ları kapalı; login/profil dropdown'a dokunma */
  html body .cs-sticky-header-1 .main-dd-d-1 {
    display: none !important;
  }

  /* How steps — temiz 2×2 kart grid (ezilmiş segment değil) */
  html body.p-home .p-home-how-card .p-home-how-card__tabs,
  html body.p-home .p-home-how-card ul.nav.nav-tabs.jsTabSliderTab1,
  html body.p-home .p-home-how-card ul.nav.nav-tabs.jsTabSliderTab2,
  html body.p-home .p-home-how-card .jsTabSliderTab1,
  html body.p-home .p-home-how-card .jsTabSliderTab2,
  html body.p-home .cs-homepage-sec-3 .cs-navTabs-1,
  html body.p-home .cs-homepage-sec-4 .cs-navTabs-1,
  html body.p-home ul.nav.nav-tabs.jsTabSliderTab1,
  html body.p-home ul.nav.nav-tabs.jsTabSliderTab2 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 0 !important;
    flex-wrap: nowrap !important;
    overflow: visible !important;
    list-style: none !important;
    box-sizing: border-box !important;
  }

  html body.p-home .p-home-how-card .p-home-how-card__tabs .nav-item,
  html body.p-home .p-home-how-card .jsTabSliderTab1 .nav-item,
  html body.p-home .p-home-how-card .jsTabSliderTab2 .nav-item,
  html body.p-home .cs-homepage-sec-3 .cs-navTabs-1 .nav-item,
  html body.p-home .cs-homepage-sec-4 .cs-navTabs-1 .nav-item {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    flex: none !important;
    min-width: 0 !important;
  }

  html body.p-home .p-home-how-card .p-home-how-card__tabs .nav-link,
  html body.p-home .p-home-how-card .jsTabSliderTab1 .nav-link,
  html body.p-home .p-home-how-card .jsTabSliderTab2 .nav-link,
  html body.p-home .cs-homepage-sec-3 .cs-navTabs-1 .nav-link,
  html body.p-home .cs-homepage-sec-4 .cs-navTabs-1 .nav-link,
  html body.p-home .cs-rent-step-tab {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 72px !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 12px 8px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(26, 31, 54, 0.1) !important;
    background: #ffffff !important;
    background-image: none !important;
    color: #3b445c !important;
    -webkit-text-fill-color: #3b445c !important;
    box-shadow: 0 4px 12px rgba(26, 31, 54, 0.04) !important;
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: unset !important;
    text-align: center !important;
    line-height: 1.25 !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    box-sizing: border-box !important;
    float: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
  }

  html body.p-home .p-home-how-card .p-home-how-card__tabs .nav-link::before,
  html body.p-home .p-home-how-card .p-home-how-card__tabs .nav-link::after,
  html body.p-home .p-home-how-card .jsTabSliderTab1 .nav-link::before,
  html body.p-home .p-home-how-card .jsTabSliderTab1 .nav-link::after,
  html body.p-home .p-home-how-card .jsTabSliderTab2 .nav-link::before,
  html body.p-home .p-home-how-card .jsTabSliderTab2 .nav-link::after {
    content: none !important;
    display: none !important;
  }

  html body.p-home .p-home-how-card .p-home-how-card__tabs .nav-link .cs-rent-step-icon,
  html body.p-home .p-home-how-card .jsTabSliderTab1 .nav-link .cs-rent-step-icon,
  html body.p-home .cs-rent-step-tab .cs-rent-step-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    color: #0f9e96 !important;
    flex-shrink: 0 !important;
  }

  html body.p-home .p-home-how-card .p-home-how-card__tabs .nav-link .cs-rent-step-text,
  html body.p-home .cs-rent-step-tab .cs-rent-step-text {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    font-size: 11.5px !important;
    font-weight: 650 !important;
    line-height: 1.25 !important;
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
  }

  html body.p-home .p-home-how-card .p-home-how-card__tabs .nav-link.active,
  html body.p-home .p-home-how-card .jsTabSliderTab1 .nav-link.active,
  html body.p-home .p-home-how-card .jsTabSliderTab2 .nav-link.active,
  html body.p-home .cs-homepage-sec-3 .cs-navTabs-1 .nav-link.active,
  html body.p-home .cs-rent-step-tab.active {
    background: #0f9e96 !important;
    background-image: none !important;
    border-color: #0b827b !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(15, 158, 150, 0.28) !important;
  }

  html body.p-home .p-home-how-card .p-home-how-card__tabs .nav-link.active .cs-rent-step-icon,
  html body.p-home .cs-rent-step-tab.active .cs-rent-step-icon {
    color: #ffffff !important;
  }

  /* Arama şeridi — tek sütun */
  html body .cs-loc-date-d-1,
  html body .cs-search-locDate-area-1 .cs-loc-date-d-1,
  html body .cs-homepage-sec-2 .cs-loc-date-d-1,
  html body .cs-rentcar-section-1 .cs-loc-date-d-1,
  html body.page-rent-car .cs-rentcar-section-1 .cs-loc-date-d-1 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
  }

  html body .cs-loc-date-d-1 .csld1-col-1,
  html body .cs-loc-date-d-1 .csld1-col-2,
  html body .cs-loc-date-d-1 .csld1-col-3,
  html body.page-rent-car .cs-rentcar-section-1 .csld1-col-1,
  html body.page-rent-car .cs-rentcar-section-1 .csld1-col-2,
  html body.page-rent-car .cs-rentcar-section-1 .csld1-col-3 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    float: none !important;
    flex: none !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(26, 31, 54, 0.1) !important;
    padding: 12px 14px !important;
  }

  html body .cs-loc-date-d-1 .csld1-col-3,
  html body.page-rent-car .cs-rentcar-section-1 .csld1-col-3 {
    border-bottom: 0 !important;
  }

  html body .cs-loc-date-d-1 .cs-date-pair,
  html body .cs-loc-date-d-1 .csld1-col-2 > .row,
  html body.page-rent-car .cs-rentcar-section-1 .cs-date-pair,
  html body.page-rent-car .cs-rentcar-section-1 .csld1-col-2 > .row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    float: none !important;
  }

  html body .cs-loc-date-d-1 .cs-date-pair > .cs-icon-box-1 + .cs-icon-box-1,
  html body .cs-loc-date-d-1 .csld1-col-2 > .row > [class*="col-"] + [class*="col-"],
  html body.page-rent-car .cs-rentcar-section-1 .cs-date-pair > .cs-icon-box-1 + .cs-icon-box-1,
  html body.page-rent-car .cs-rentcar-section-1 .csld1-col-2 > .row > [class*="col-"] + [class*="col-"] {
    border-left: 0 !important;
    border-top: 1px solid rgba(26, 31, 54, 0.1) !important;
    padding-left: 0 !important;
    padding-top: 12px !important;
    margin-top: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }

  html body .cs-loc-date-d-1 .csld1-col-2 > .row > [class*="col-"],
  html body.page-rent-car .cs-rentcar-section-1 .csld1-col-2 > .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html body .cs-loc-date-d-1 .cs-icon-box-1,
  html body.page-rent-car .cs-rentcar-section-1 .cs-icon-box-1 {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    width: 100% !important;
  }

  html body .cs-loc-date-d-1 .csib1-col-2,
  html body.page-rent-car .cs-rentcar-section-1 .csib1-col-2 {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  html body .cs-loc-date-d-1 .cs-secondary-btn-1,
  html body .cs-loc-date-d-1 button.cs-secondary-btn-1,
  html body.page-rent-car .cs-rentcar-section-1 #searchButton,
  html body.page-rent-car .cs-rentcar-section-1 .csld1-col-3 .cs-secondary-btn-1 {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  /* Footer — tek kolon (5'li desktop grid telefonda ezilmesin) */
  html body .cs-footer-1 .row,
  html body .cs-footer-row-1,
  html body .cs-footer-1 .cs-footer-row-1,
  html body footer .cs-footer-1 .cs-footer-row-1,
  html body.p-home footer .cs-footer-1 .cs-footer-row-1,
  html body .cs-footer-1 .cs-footer-top,
  html body footer .row,
  html body .pr-footer .cs-footer-row-1,
  html body .pr-footer .pr-footer__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-items: start !important;
  }

  html body .cs-footer-1 .csfr1-col-1,
  html body footer .cs-footer-1 .csfr1-col-1,
  html body.p-home footer .cs-footer-1 .csfr1-col-1,
  html body .cs-footer-1 [class*="col-"],
  html body footer [class*="col-"] {
    grid-column: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  html body .cs-footer-1 h5,
  html body .cs-footer-1 h5.cs-wbg-head-1,
  html body .cs-footer-1 h5.cs-wbg-head-2,
  html body .cs-footer-1 h5 span {
    min-height: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    line-height: 1.35 !important;
  }

  html body .cs-footer-1 .cs-footer-menu-1,
  html body footer .cs-footer-menu-1 {
    display: grid !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  html body .cs-footer-1 .cs-footer-menu-1 a,
  html body footer .cs-footer-menu-1 a {
    display: inline-block !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    line-height: 1.45 !important;
  }

  html body .cs-footer-1 .cs-social-menu-1,
  html body footer .cs-social-menu-1 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: flex-start !important;
  }

  /* Containers */
  html body .container,
  html body .container-2,
  html body .cs-full-container-1 {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box !important;
  }

  /* Bootstrap row overflow */
  html body .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html body .row > [class*="col-"] {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

/* ── Phone ≤767 ───────────────────────────────────────────────────── */
@media (max-width: 767.98px) {
  html body .cs-sticky-header-1 .cs-main-logo-1 img {
    max-width: min(128px, 38vw) !important;
    height: 32px !important;
  }

  html body .cs-sticky-header-1 .cs-header-btn-3,
  html body .cs-sticky-header-1 a.cs-header-btn-3 {
    padding: 0 10px !important;
    font-size: 12px !important;
    height: 36px !important;
    min-height: 36px !important;
  }

  html body .cs-sticky-header-1 .cs-header-btn-1,
  html body .cs-sticky-header-1 .cs-header-btn-2,
  html body .cs-sticky-header-1 .cs-humberge-m-1 {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
  }

  html body .cs-sticky-header-1 .cs-header-btn-4,
  html body .cs-sticky-header-1 a.cs-header-btn-4 {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    padding: 0 !important;
  }

  /* Rent list / map */
  html body.page-rent-car .cs-rentcar-row-1,
  html body .cs-rentcar-section-2 .cs-rentcar-row-1 {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 0 !important;
    grid-template-columns: none !important;
  }

  html body.page-rent-car .csrcr1-col-2,
  html body .cs-rentcar-section-2 .csrcr1-col-2 {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 40vh !important;
    min-height: 220px !important;
    margin: 0 12px 8px !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  html body.page-rent-car .csrcr1-col-1,
  html body .cs-rentcar-section-2 .csrcr1-col-1 {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    padding: 12px !important;
  }

  html body.page-rent-car .cs-car-list-d-1,
  html body.page-rent-car .cs-page-list-1 {
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.page-rent-car .cs-page-list-1 .inner-pl-1,
  html body.page-rent-car .csrcr1-col-1 {
    padding-bottom: 72px !important;
    box-sizing: border-box !important;
  }

  html body.page-rent-car .cs-car-box-1 {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  /* Site bilgileri — kart üstüne binen köşe pill yerine alt bar */
  html body.page-rent-car footer.rent-page-footer.is-collapsed,
  html body.page-rent-car .rent-page-footer.is-collapsed {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    justify-content: stretch !important;
    align-items: stretch !important;
  }

  html body.page-rent-car .rent-page-footer__toggle {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    justify-content: space-between !important;
    min-height: 52px !important;
    box-shadow: 0 -6px 24px rgba(26, 31, 54, 0.12) !important;
  }

  html body.page-rent-car #goTpButton {
    bottom: 68px !important;
    right: 14px !important;
  }

  /* Hamburger çizgileri — rent CSS ezmesin */
  html body.page-rent-car .cs-humberge-m-1-top,
  html body.page-rent-car .cs-humberge-m-1-bottom {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 18px !important;
    height: 2px !important;
    margin: 0 !important;
    transform: none !important;
    animation: none !important;
  }

  html body.page-rent-car .cs-humberge-m-1-bottom {
    width: 14px !important;
  }

  html body.page-rent-car .cs-humberge-m-1 {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
  }

  /* Contact */
  html body.page-contact .p-contact,
  html body.page-contact .cs-contact-us-wrapper {
    grid-template-columns: 1fr !important;
    border-radius: 18px !important;
  }

  html body.page-contact .p-contact__aside {
    border-radius: 18px 18px 0 0 !important;
    border-right: 0 !important;
  }

  html body.page-contact .p-contact__form,
  html body.page-contact .cs-contact-us-form-wrapper {
    border-radius: 0 0 18px 18px !important;
    padding: 18px 14px 20px !important;
  }

  html body.page-contact .p-contact__media {
    height: 200px !important;
    min-height: 200px !important;
  }

  html body.page-contact .p-contact__segment {
    grid-template-columns: 1fr !important;
  }

  html body.page-contact .cs-form-1 .form-row {
    margin: 0 !important;
  }

  html body.page-contact .cs-form-1 .form-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  html body.page-contact .cs-form-1 .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Home grids */
  html body.p-home .p-home-cities-grid,
  html body.p-home .p-home-suppliers-grid,
  html body.p-home .p-home-campaign-grid,
  html body.p-home .p-home-blog-list,
  html body.p-home .p-home-how-grid__items,
  html body.p-home .pr-why__grid,
  html body.p-home .p-home-faq-sec__tabs,
  html body.p-home .cs-navTabs-1 {
    grid-template-columns: 1fr !important;
  }

  html body.p-home .p-home-pair-cards,
  html body.p-home .p-home-how-pair,
  html body.p-home .cs-homepage-sec-6 .row,
  html body.p-home .cs-homepage-sec-7 .row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* Auth / forms */
  html body .cs-login-sec-1 .cs-login-main-row-1,
  html body .cs-login-main-row-1,
  html body .cslmr1-col-1,
  html body .cslmr1-col-2 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }

  /* Modals */
  html body .modal-dialog {
    margin: 12px auto !important;
    max-width: calc(100% - 24px) !important;
  }

  /* Tables */
  html body table {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
  }
}

/* ── Tiny phones ≤389 ─────────────────────────────────────────────── */
@media (max-width: 480px) {
  /* Haber Ver / signal — 320px'te yer kaplamasın */
  html body .cs-sticky-header-1 .cs-signal-cont-1,
  html body .cs-sticky-header-1 .cs-header-btn-2.jsSignalBtn1 {
    display: none !important;
  }

  html body .cs-sticky-header-1 .cshr1-col-1 {
    max-width: 38% !important;
  }

  html body .cs-sticky-header-1 .cs-main-logo-1 img {
    max-width: min(108px, 32vw) !important;
    height: 28px !important;
  }
}

@media (max-width: 389.98px) {
  html body .cs-sticky-header-1 .cs-header-btn-3 .ds-in-1,
  html body .cs-sticky-header-1 .cs-header-btn-3 span:not(.sr-only) {
    font-size: 11px !important;
  }

  html body.page-rent-car .csrcr1-col-2,
  html body .cs-rentcar-section-2 .csrcr1-col-2 {
    height: 34vh !important;
    min-height: 200px !important;
  }
}

/* ── Home owl / şehir / blog taşması ──────────────────────────────── */
@media (max-width: 767.98px) {
  html body.p-home,
  html body.p-home main,
  html body.p-home .section,
  html body.p-home .cs-full-container-1,
  html body.p-home .container {
    overflow-x: clip !important;
    max-width: 100% !important;
  }

  html body.p-home .cs-homepage-sec-7 .cs-global-desc-1,
  html body.p-home .cs-sec-7-desc-1 {
    max-width: 100% !important;
    width: 100% !important;
    padding-right: 0 !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }

  html body.p-home .imageFourSlider1,
  html body.p-home .halfSlider1,
  html body.p-home .cs-sec-7-slider-area {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  html body.p-home .imageFourSlider1 .owl-stage-outer {
    overflow: hidden !important;
    width: 100% !important;
  }

  html body.p-home .imageFourSlider1 .owl-item,
  html body.p-home .cs-homepage-sec-7 .imageFourSlider1 .owl-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;
    min-width: 0 !important;
  }

  /* Blog — owl flex ezilmesini kır; tek kolon kart listesi */
  html body.p-home .cs-homepage-sec-10,
  html body.p-home .cs-homepage-sec-10 .cs-full-container-1,
  html body.p-home .cs-homepage-sec-10 .container,
  html body.p-home .cs-homepage-sec-10 .cs-blog-content-row-1,
  html body.p-home .cs-homepage-sec-10 .csbcr1-col-1,
  html body.p-home .cs-homepage-sec-10 .csbcr1-col-2,
  html body.p-home .cs-homepage-sec-10 .slider-content-1 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  html body.p-home .cs-homepage-sec-10 .cs-blog-content-row-1 {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  html body.p-home .cs-homepage-sec-10 .csbcr1-col-1 {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }

  html body.p-home .cs-homepage-sec-10 .csbcr1-col-1 .cs-global-desc-1 {
    max-width: 100% !important;
    width: 100% !important;
  }

  html body.p-home .cs-homepage-sec-10 .slider-content-1 {
    padding-top: 0 !important;
  }

  html body.p-home .cs-homepage-sec-10 .blogSlider1,
  html body.p-home .cs-homepage-sec-10 .cs-slider-4.blogSlider1 {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  html body.p-home .cs-homepage-sec-10 .blogSlider1 .owl-stage-outer,
  html body.p-home .cs-homepage-sec-10 .blogSlider1 .owl-stage {
    display: contents !important;
    width: 100% !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html body.p-home .cs-homepage-sec-10 .blogSlider1 .owl-item,
  html body.p-home .cs-homepage-sec-10 .blogSlider1 .owl-item.active,
  html body.p-home .cs-homepage-sec-10 .blogSlider1 .owl-item > .item {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: none !important;
    height: auto !important;
    transform: none !important;
  }

  html body.p-home .cs-homepage-sec-10 .cs-blog-box-1 {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html body.p-home .cs-homepage-sec-10 .cs-blog-box-1 .image-div-1 {
    width: 100% !important;
    height: 168px !important;
    min-height: 168px !important;
    max-height: 168px !important;
  }

  html body.p-home .cs-homepage-sec-10 .cs-blog-box-1 .image-div-1 img,
  html body.p-home .cs-homepage-sec-10 .cs-blog-box-1 .cs-blog-card-img {
    width: 100% !important;
    height: 168px !important;
    object-fit: cover !important;
  }

  html body.p-home .cs-homepage-sec-10 .cs-blog-box-1 .head-1,
  html body.p-home .cs-homepage-sec-10 .cs-blog-box-1 .desc-1 {
    width: auto !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    writing-mode: horizontal-tb !important;
  }

  html body.p-home .cs-homepage-sec-10 .cs-blog-box-1 .head-1 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    overflow: hidden !important;
    margin: 14px 14px 8px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  html body.p-home .cs-homepage-sec-10 .cs-blog-box-1 .desc-1 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    overflow: hidden !important;
    margin: 0 14px 12px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  html body.p-home .cs-homepage-sec-10 .cs-blog-box-1 .link-1 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 14px 16px !important;
    white-space: nowrap !important;
  }

  html body.p-home .cs-homepage-sec-10 .blogSlider1 .owl-nav,
  html body.p-home .cs-homepage-sec-10 .blogSlider1 .owl-dots {
    display: none !important;
  }

  html body.p-home .cs-city-box-1,
  html body.p-home .cs-city-box-1 .image-div-1,
  html body.p-home .cs-city-box-1 img {
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.p-home .cs-city-box-1 img {
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    border-radius: 16px !important;
  }

  html body.p-home .imageFourSlider1.owl-theme .owl-nav,
  html body.p-home .cs-slider-4.owl-theme .owl-nav {
    position: static !important;
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important;
    margin-top: 14px !important;
    width: 100% !important;
  }

  html body.p-home .imageFourSlider1.owl-theme .owl-nav [class*="owl-"],
  html body.p-home .cs-slider-4.owl-theme .owl-nav [class*="owl-"] {
    position: static !important;
    margin: 0 !important;
    transform: none !important;
  }

  html body.p-home .p-home-how-card .p-home-how-card__tabs,
  html body.p-home .p-home-how-card .jsTabSliderTab1,
  html body.p-home .p-home-how-card .jsTabSliderTab2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  html body.p-home .p-home-how-card .p-home-how-card__tabs .nav-link,
  html body.p-home .p-home-how-card .jsTabSliderTab1 .nav-link,
  html body.p-home .cs-rent-step-tab {
    min-height: 68px !important;
    padding: 10px 6px !important;
    font-size: 11px !important;
  }

  html body.p-home .p-home-how-card .p-home-how-card__tabs .nav-link .cs-rent-step-text,
  html body.p-home .cs-rent-step-tab .cs-rent-step-text {
    font-size: 11px !important;
  }

  html body.p-home .p-home-reviews__track {
    gap: 12px !important;
  }

  html body.p-home .p-home-review-card {
    width: min(280px, 82vw) !important;
    max-width: 82vw !important;
  }

  /* Mobile drawer — submenu chevron must sit on the far right, not on the label */
  html body .cs-mobile-menu-1 .level-1,
  html body .cs-mobile-nav-1 .level-1 {
    width: 100% !important;
  }

  html body .cs-mobile-menu-1 .level-link-1,
  html body .cs-mobile-nav-1 .level-link-1 {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
    padding-right: 4px !important;
  }

  html body .cs-mobile-menu-1 .dd-menu-l-1:after,
  html body .cs-mobile-menu-1 .dd-menu-l-1::after,
  html body .cs-mobile-nav-1 .dd-menu-l-1:after,
  html body .cs-mobile-nav-1 .dd-menu-l-1::after {
    content: '' !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    left: auto !important;
    font-family: inherit !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 8px !important;
    height: 8px !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    background: none !important;
    transform: rotate(-45deg) !important;
    opacity: 0.55 !important;
    pointer-events: none !important;
    z-index: auto !important;
  }

  html body .cs-mobile-menu-1 .dd-menu-l-1.active:after,
  html body .cs-mobile-menu-1 .dd-menu-l-1.active::after,
  html body .cs-mobile-nav-1 .dd-menu-l-1.active:after,
  html body .cs-mobile-nav-1 .dd-menu-l-1.active::after {
    transform: rotate(45deg) !important;
    opacity: 1 !important;
  }

  /* Submenu = accordion under the row, not a floating desktop card */
  html body .cs-mobile-menu-1 .dd-menu-d-1,
  html body .cs-mobile-nav-1 .dd-menu-d-1 {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 0 10px !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  html body .cs-mobile-menu-1 .dd-menu-1,
  html body .cs-mobile-nav-1 .dd-menu-1 {
    list-style: none !important;
    margin: 0 0 0 2px !important;
    padding: 2px 0 4px 12px !important;
    border: 0 !important;
    border-left: 2px solid rgba(15, 158, 150, 0.35) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  html body .cs-mobile-menu-1 .level-2,
  html body .cs-mobile-nav-1 .level-2 {
    border: 0 !important;
    border-bottom: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    line-height: inherit !important;
  }

  html body .cs-mobile-menu-1 .level-link-2,
  html body .cs-mobile-nav-1 .level-link-2,
  html body .cs-mobile-menu-1 .dd-menu-1 a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 10px 10px !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #3b445c !important;
    -webkit-text-fill-color: #3b445c !important;
    font-size: 15px !important;
    font-weight: 550 !important;
    line-height: 1.35 !important;
  }

  html body .cs-mobile-menu-1 .level-link-2:hover,
  html body .cs-mobile-menu-1 .level-link-2:active,
  html body .cs-mobile-menu-1 .dd-menu-1 a:hover,
  html body .cs-mobile-menu-1 .dd-menu-1 a:active {
    background: rgba(15, 158, 150, 0.08) !important;
    color: #0b827b !important;
    -webkit-text-fill-color: #0b827b !important;
  }

  /* Faster drawer — skip cascade + heavy blur while navigating */
  html body .cs-mobile-menu-d-1 {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    background: #ffffff !important;
    transition:
      height 0.18s ease,
      opacity 0.18s ease,
      transform 0.18s ease,
      visibility 0s linear 0.18s !important;
  }

  html body .cs-mobile-menu-d-1.is-instant-close,
  html body.sg-nav-loading .cs-mobile-menu-d-1 {
    transition: none !important;
    animation: none !important;
  }

  html body .cs-mobile-menu-d-1.active .cs-mobile-menu-1 .level-1 {
    animation: none !important;
  }
}

/* Full-screen nav loader (mobile menu → next page) */
.sg-nav-loader {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.72);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.12s ease, visibility 0s linear 0.12s;
}

.sg-nav-loader.is-on {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.sg-nav-loader__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  min-width: 140px;
  padding: 20px 22px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(26, 31, 54, 0.08);
  box-shadow: 0 18px 40px rgba(26, 31, 54, 0.12);
}

.sg-nav-loader__spin {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2.5px solid rgba(15, 158, 150, 0.2);
  border-top-color: #0f9e96;
  animation: sg-nav-spin 0.7s linear infinite;
}

.sg-nav-loader__text {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 650;
  color: #1a1f36;
}

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

@media (prefers-reduced-motion: reduce) {
  .sg-nav-loader__spin { animation: none; border-top-color: #0f9e96; }
}
