/* =====================================================================
   screen-master.css — TÜM EKRANLAR / TÜM SAYFALAR (absolute last)
   360 · 390 · 480 · 768 · 1024 · 1280 · 1440 · 1920 · 2560+
   ===================================================================== */

:root {
  --sm-bg: #f3f6fb;
  --sm-surface: #ffffff;
  --sm-elev: #f7f9fc;
  --sm-text: #1a1f36;
  --sm-muted: #5b657a;
  --sm-faint: #8b93a7;
  --sm-brand: #0f9e96;
  --sm-brand-text: #0b827b;
  --sm-line: rgba(26, 31, 54, 0.1);
  --sm-pad: clamp(12px, 2.5vw, 28px);
}

html, body {
  background: var(--sm-bg) !important;
  color: var(--sm-text) !important;
  color-scheme: light !important;
  overflow-x: clip !important;
}

/* ========== KONTRAST KİLİDİ — koyu üstünde koyu metin ölür ========== */
html body #headerLanguageOption,
html body #headerLanguageOption.cs-language-select,
html body .cs-sticky-header-1 .cs-language-select,
html body .pr-header-toolbar .cs-language-select,
html body select.cs-language-select {
  display: block !important;
  align-items: unset !important;
  justify-content: unset !important;
  box-sizing: border-box !important;
  width: 72px !important;
  min-width: 72px !important;
  max-width: 84px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  padding: 0 28px 0 12px !important;
  margin: 0 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  line-height: 38px !important;
  text-align: left !important;
  text-indent: 0 !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
  color: #1a1f36 !important;
  -webkit-text-fill-color: #1a1f36 !important;
  caret-color: #1a1f36 !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(26, 31, 54, 0.14) !important;
  border-radius: 12px !important;
  opacity: 1 !important;
  visibility: visible !important;
  color-scheme: light !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #1a1f36 50%),
    linear-gradient(135deg, #1a1f36 50%, transparent 50%) !important;
  background-position:
    calc(100% - 12px) calc(50% - 1px),
    calc(100% - 7px) calc(50% - 1px) !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
  box-shadow: none !important;
  filter: none !important;
}
html body #headerLanguageOption:hover,
html body .cs-sticky-header-1 .cs-language-select:hover,
html body select.cs-language-select:hover {
  color: #0b827b !important;
  -webkit-text-fill-color: #0b827b !important;
  background-color: #f0faf7 !important;
  border-color: #0f9e96 !important;
}
html body #headerLanguageOption option,
html body .cs-language-select option {
  background-color: #ffffff !important;
  color: #1a1f36 !important;
}

/* Footer TR / EN */
html body .cs-footer-menu-2,
html body .cs-footer-menu-2 li,
html body .cs-footer-menu-2 a {
  color: #e2e8f0 !important;
  opacity: 1 !important;
}
html body .cs-footer-menu-2 li.active a,
html body .cs-footer-menu-2 a:hover {
  color: #93c5fd !important;
}

/* Native form controls — soft light */
html body select,
html body select.form-control,
html body .custom-select,
html body .form-control:not([type="checkbox"]):not([type="radio"]),
html body textarea.form-control,
html body input.form-control,
html body input[type="text"],
html body input[type="email"],
html body input[type="password"],
html body input[type="tel"],
html body input[type="search"],
html body input[type="number"],
html body input[type="date"],
html body input[type="time"],
html body input[type="datetime-local"] {
  color: #1a1f36 !important;
  -webkit-text-fill-color: #1a1f36 !important;
  background-color: #ffffff !important;
  border-color: rgba(26, 31, 54, 0.14) !important;
  color-scheme: light !important;
  opacity: 1 !important;
}
html body select option,
html body .custom-select option {
  background-color: #ffffff !important;
  color: #1a1f36 !important;
}
html body ::placeholder,
html body .form-control::placeholder,
html body input::placeholder,
html body textarea::placeholder {
  color: #8b93a7 !important;
  -webkit-text-fill-color: #8b93a7 !important;
  opacity: 1 !important;
}

/* Legacy metin sınıfları — açık shell */
html body .text-dark,
html body .text-black,
html body .text-body,
html body .text-muted,
html body .cs-desc-1,
html body .cs-global-desc-1,
html body .cs-wbg-desc-1,
html body label:not(.btn),
html body .form-group label,
html body .cs-form-1 label {
  color: #5b657a !important;
  -webkit-text-fill-color: #5b657a !important;
  opacity: 1 !important;
}
html body h1, html body h2, html body h3,
html body h4, html body h5, html body h6,
html body .cs-wbg-head-1,
html body .cs-wbg-head-2,
html body .cs-wbg-head-3 {
  color: #1a1f36 !important;
  -webkit-text-fill-color: #1a1f36 !important;
}

html body .p-home-app h2,
html body .p-home-app h2 span,
html body .p-home-app .p-home-app__title,
html body .p-home-app .p-home-app__title span,
html body .p-home-app .p-home-app__eyebrow {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
html body .p-home-app .p-home-app__subtitle,
html body .p-home-app p {
  color: rgba(255, 255, 255, 0.94) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.94) !important;
}

/* Header yardımcı ikonlar */
html body .cs-sticky-header-1 .cs-header-btn-2,
html body .cs-sticky-header-1 .cs-header-btn-1 {
  color: #1a1f36 !important;
  border-color: rgba(26, 31, 54, 0.12) !important;
  background: #ffffff !important;
  opacity: 1 !important;
}
html body .cs-sticky-header-1 .cs-header-btn-2 i,
html body .cs-sticky-header-1 .cs-header-btn-1 i {
  color: #1a1f36 !important;
  opacity: 1 !important;
}

/* Dropdown menü metinleri */
html body .csgdd1-d-1,
html body .csgdd1-m-l-1,
html body .dd-menu-d-1,
html body .dd-menu-1 a,
html body .level-link-2 {
  color: #2d3550 !important;
  background-color: transparent;
}
html body .csgdd1-d-1 {
  background: #ffffff !important;
  border: 1px solid rgba(26, 31, 54, 0.1) !important;
}
html body .csgdd1-m-l-1:hover,
html body .dd-menu-1 a:hover {
  color: #0b827b !important;
}

img, svg, video, canvas {
  max-width: 100%;
  height: auto;
}

/* Taşma yok */
.container, .container-2, .cs-full-container-1,
.row, section, main {
  max-width: 100vw;
  box-sizing: border-box;
}

/* Select2 her yerde koyu */
html body .select2-container--default .select2-selection--single,
html body .select2-container--default .select2-selection--multiple {
  background: var(--sm-elev) !important;
  border: 1px solid var(--sm-line) !important;
  color: var(--sm-text) !important;
  min-height: 48px !important;
  border-radius: 12px !important;
}
html body .select2-selection__rendered { color: var(--sm-text) !important; }
html body .select2-selection__placeholder { color: var(--sm-faint) !important; opacity: 1 !important; }
html body .select2-dropdown { background: var(--sm-surface) !important; border-color: var(--sm-line) !important; }
html body .select2-results__option { background: var(--sm-surface) !important; color: var(--sm-muted) !important; }
html body .select2-results__option--highlighted[aria-selected] {
  background: rgba(37,99,235,.35) !important; color: #fff !important;
}

/* Buton tek dil */
html body .cs-primary-btn-1,
html body .cs-primary-btn-2,
html body .cs-primary-btn-3,
html body .cs-header-btn-3,
html body .btn-primary,
html body button[type="submit"]:not(.close):not(.swal2-styled) {
  background: var(--sm-brand) !important;
  background-image: none !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  min-height: 44px !important;
  font-weight: 650 !important;
  box-shadow: 0 6px 18px rgba(37,99,235,.28) !important;
  filter: none !important;
}

/* Accordion okunur */
html body .cs-accordion-1 .card,
html body .cs-accordion-2 .card {
  background: var(--sm-surface) !important;
  border: 1px solid var(--sm-line) !important;
  border-radius: 12px !important;
}
html body .cs-accordion-1 .btn-link,
html body .cs-accordion-2 .btn-link,
html body .cs-accordion-1 .card-header button {
  color: var(--sm-text) !important;
  -webkit-text-fill-color: var(--sm-text) !important;
  opacity: 1 !important;
  font-weight: 650 !important;
}
html body .cs-accordion-1 .card-body,
html body .cs-accordion-1 .card-body * {
  color: var(--sm-muted) !important;
}

/* Beyaz zemin sızıntısı */
html body .bg-white,
html body .bg-light,
html body .cs-syc-sec-2,
html body .cs-syc-sec-3,
html body .cs-syc-sec-4 {
  background: var(--sm-bg) !important;
  color: var(--sm-text) !important;
}

/* Toast */
html body .cs-sweetalert2-1 .swal2-toast.swal2-popup,
html body .swal2-toast.swal2-popup {
  background: var(--sm-elev) !important;
  color: var(--sm-text) !important;
  border: 1px solid var(--sm-line) !important;
}
html body .swal2-toast .swal2-title {
  color: var(--sm-text) !important;
  -webkit-text-fill-color: var(--sm-text) !important;
}


/* ========== RENT — tüm genişlikler ========== */
html body .cs-rentcar-section-1 .inn-cont-1 {
  max-width: none !important;
  width: 100% !important;
  padding-left: var(--sm-pad) !important;
  padding-right: var(--sm-pad) !important;
}
html body .cs-rentcar-section-1 .cs-loc-date-d-1 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  background: var(--sm-surface) !important;
  border: 1px solid var(--sm-line) !important;
  border-radius: 16px !important;
}
html body .cs-rentcar-section-2 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
html body .cs-rentcar-section-2 .cs-page-list-1 {
  max-width: none !important;
  margin: 0 !important;
  width: 100% !important;
}
html body .cs-rentcar-section-2 .cs-list-row-1 {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin: 0 !important;
}
html body .cs-rentcar-section-2 .cs-list-row-1 .cslr1-col-1 {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
}
html body .cs-rentcar-section-2 .cs-car-box-1 {
  background: var(--sm-surface) !important;
  border: 1px solid var(--sm-line) !important;
  border-radius: 16px !important;
  color: var(--sm-text) !important;
}
html body .cs-rentcar-section-2 .cs-car-box-1 .head-1 { color: var(--sm-text) !important; }
html body .cs-rentcar-section-2 .cs-car-box-1 .desc-2 { color: var(--sm-brand-text) !important; font-weight: 700 !important; }
html body .cs-rentcar-section-2 .cs-car-box-1 .desc-3,
html body .cs-rentcar-section-2 .cs-car-box-1 .desc-3 i { color: var(--sm-muted) !important; opacity: 1 !important; }
html body .cs-rentcar-section-2 .cs-page-filter-d-1 .fmm-action-1 {
  width: 100% !important;
  background: var(--sm-elev) !important;
  color: var(--sm-text) !important;
  border: 1px solid var(--sm-line) !important;
  border-radius: 12px !important;
}

/* Desktop+ : yan yana full-bleed */
@media (min-width: 1024px) {
  html body main:has(.cs-rentcar-section-2),
  html body.page-rent-car main {
    display: flex !important;
    flex-direction: column !important;
    min-height: calc(100dvh - 72px) !important;
  }
  html body .cs-rentcar-section-2 {
    flex: 1 1 auto !important;
    min-height: 0 !important;
  }
  html body .cs-rentcar-section-2 .cs-rentcar-row-1 {
    display: grid !important;
    grid-template-columns: minmax(340px, 400px) minmax(0, 1fr) !important;
    grid-template-rows: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    height: calc(100dvh - 150px) !important;
    min-height: 520px !important;
    gap: 0 !important;
  }
  html body .cs-rentcar-section-2 .csrcr1-col-1,
  html body .cs-rentcar-section-2 .csrcr1-col-2 {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }
  html body .cs-rentcar-section-2 .csrcr1-col-1 {
    padding: 12px !important;
    background: #f7f9fc !important;
    border-right: 1px solid var(--sm-line) !important;
  }
  html body .cs-rentcar-section-2 .cs-page-list-1 {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }
  html body .cs-rentcar-section-2 .cs-page-list-1 .inner-pl-1 {
    max-height: none !important;
    height: 100% !important;
    overflow-y: auto !important;
  }
  html body .cs-rentcar-section-2 .csrcr1-col-2 #map,
  html body .cs-rentcar-section-2 #map {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
}

@media (min-width: 1440px) {
  html body .cs-rentcar-section-2 .cs-rentcar-row-1 {
    grid-template-columns: minmax(380px, 440px) minmax(0, 1fr) !important;
  }
}
@media (min-width: 1920px) {
  html body .cs-rentcar-section-2 .cs-rentcar-row-1 {
    grid-template-columns: minmax(400px, 480px) minmax(0, 1fr) !important;
  }
}
@media (min-width: 2560px) {
  html body .cs-rentcar-section-2 .cs-rentcar-row-1 {
    grid-template-columns: minmax(440px, 520px) minmax(0, 1fr) !important;
  }
}

/* Telefon rent */
@media (max-width: 1023.98px) {
  html body .cs-rentcar-section-1 .cs-loc-date-d-1 {
    flex-direction: column !important;
  }
  html body .cs-rentcar-section-1 .csld1-col-1,
  html body .cs-rentcar-section-1 .csld1-col-2,
  html body .cs-rentcar-section-1 .csld1-col-3 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 auto !important;
    border-right: 0 !important;
  }
  html body .cs-rentcar-section-1 #searchButton { width: 100% !important; border-radius: 12px !important; }

  html body .cs-rentcar-section-2 .cs-rentcar-row-1 {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 0 !important;
  }
  html body .cs-rentcar-section-2 .csrcr1-col-1,
  html body .cs-rentcar-section-2 .csrcr1-col-2 {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    float: none !important;
  }
  html body .cs-rentcar-section-2 .csrcr1-col-2 {
    order: -1 !important;
    height: 42vh !important;
    min-height: 240px !important;
    margin: 0 var(--sm-pad) 10px !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    position: relative !important;
  }
  html body .cs-rentcar-section-2 .csrcr1-col-2 #map,
  html body .cs-rentcar-section-2 #map {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 14px !important;
  }
  html body .cs-rentcar-section-2 .csrcr1-col-1 { padding: 12px var(--sm-pad) !important; border: 0 !important; }
  html body .cs-rentcar-section-2 .cs-page-list-1 .inner-pl-1 {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
  }
}


/* ========== SHARE YOUR CAR ========== */
html body .cs-syc-sec1 .cs-syc-1-main {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 24px !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 24px var(--sm-pad) !important;
  width: 100% !important;
}
@media (min-width: 1024px) {
  html body .cs-syc-sec1 .cs-syc-1-main {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
  }
}
html body .cs-syc-sec1 .cs-syc-1-formbox,
html body .cs-syc-sec1 .cs-syc-1-imgbox {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  float: none !important;
}
html body .cs-syc-sec1 .cs-syc-sec-1-title { color: var(--sm-text) !important; }
html body .cs-syc-sec1 .cs-syc-infobox {
  background: var(--sm-surface) !important;
  border: 1px solid var(--sm-line) !important;
  color: var(--sm-text) !important;
}
html body .cs-syc-sec1 .cs-syc-infobox .cs-title-1,
html body .cs-syc-sec1 .cs-syc-infobox #earningCalculation { color: var(--sm-text) !important; }
html body .cs-syc-sec1 .cs-syc-infobox .cs-title-2 { color: var(--sm-brand-text) !important; }
html body .cs-syc-sec-2 .cs-syc-2-banner {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}
html body .cs-syc-sec-2 .cs-title-banner-1 { color: var(--sm-brand-text) !important; }
html body .cs-syc-sec-2 .cs-desc-banner-1 { color: var(--sm-muted) !important; font-size: 14px !important; }
html body .cs-syc-sec-3 .cs-syc-3-box-main {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}
html body .cs-syc-sec-3 .cs-syc-3-box-content {
  background: var(--sm-surface) !important;
  border: 1px solid var(--sm-line) !important;
  height: auto !important;
  min-height: 220px !important;
}
html body .cs-syc-sec-3 .cs-syc-sec3-title { color: var(--sm-text) !important; }
html body .cs-syc-sec-3 .cs-syc-sec3-desc { color: var(--sm-muted) !important; }

@media (max-width: 1023.98px) {
  html body .cs-syc-sec1 .cs-syc-1-main { grid-template-columns: 1fr !important; }
  html body .cs-syc-sec1 .cs-syc-1-imgbox { display: none !important; }
  html body .cs-syc-sec-2 .cs-syc-2-banner,
  html body .cs-syc-sec-3 .cs-syc-3-box-main { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 767.98px) {
  html body .cs-syc-sec1 .cs-form-1 .row { display: grid !important; grid-template-columns: 1fr !important; gap: 12px !important; }
  html body .cs-syc-sec-2 .cs-syc-2-banner,
  html body .cs-syc-sec-3 .cs-syc-3-box-main { grid-template-columns: 1fr !important; }
  html body .cs-syc-sec-3 .cs-button-group { flex-direction: column !important; }
  html body .cs-syc-sec-3 .cs-button-group a { width: 100% !important; }
}


/* ========== FAQ ========== */
html body .cs-banner-sec-1 .cs-search-box {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: stretch !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  background: #ffffff !important;
  border: 1px solid rgba(26, 31, 54, 0.14) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  height: auto !important;
  padding: 0 !important;
}
html body .cs-banner-sec-1 .cs-search-box input {
  flex: none !important;
  border: 0 !important;
  background: #ffffff !important;
  color: #1a1f36 !important;
  min-height: 52px !important;
  height: 52px !important;
  padding: 0 16px !important;
  border-radius: 0 !important;
}
html body .cs-banner-sec-1 .cs-search-box input::placeholder { color: #8b93a7 !important; opacity: 1 !important; }
html body .cs-banner-sec-1 .cs-search-btn,
html body .cs-banner-sec-1 #searchFaq {
  position: static !important;
  flex: none !important;
  min-width: 112px !important;
  height: 52px !important;
  max-height: 52px !important;
  background: #0f9e96 !important;
  color: #fff !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 18px !important;
  text-decoration: none !important;
  aspect-ratio: auto !important;
}
html body .cs-faq-sec-1 .container { max-width: 920px !important; }
html body .cs-faq-sec-1 .cs-navTabs-1 .nav-link { color: var(--sm-muted) !important; font-weight: 650 !important; opacity: 1 !important; }
html body .cs-faq-sec-1 .cs-navTabs-1 .nav-link.active { color: var(--sm-brand-text) !important; }


/* ========== HOME / GENEL GRID ========== */
@media (min-width: 1280px) {
  html body .p-home-cities-grid,
  html body .p-home-campaign-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  html body .p-home-blog-list { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  html body .p-home-cities-grid,
  html body .p-home-campaign-grid,
  html body .p-home-blog-list { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  html body .p-home-cities-grid,
  html body .p-home-campaign-grid,
  html body .p-home-blog-list { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 767.98px) {
  html body .p-home-cities-grid,
  html body .p-home-campaign-grid,
  html body .p-home-blog-list,
  html body .p-home-how-grid__items { grid-template-columns: 1fr !important; }

  html body .cs-primary-btn-1,
  html body .cs-secondary-btn-1,
  html body button[type="submit"]:not(.close) {
    width: 100% !important;
    max-width: 100% !important;
  }

  html body .cs-sticky-header-1 .cs-main-menu-1 { display: none !important; }

  html body .cs-footer-1 .cs-footer-row-1 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* Küçük telefon */
@media (max-width: 389.98px) {
  :root { --sm-pad: 12px; }
  html body .cs-header-btn-3 { padding: 0 12px !important; font-size: 13px !important; min-height: 38px !important; }
}

/* Auth başlık barını öldür */
html body .cs-wbg-head-3 span::before,
html body .cs-wbg-head-3 span::after {
  display: none !important;
  content: none !important;
}
html body .cs-login-form-c-1 .cs-wbg-head-3,
html body .cs-login-form-c-1 .cs-wbg-head-3 span {
  color: var(--sm-text) !important;
  background: transparent !important;
}


/* =====================================================================
   RESPONSIVE MASTER — 360 · 390 · 480 · 768 · 1024 · 1280 · 1440 · 1920 · 2560+
   Hiçbir ekran kırılmasın; overflow / float / sabit px yok
   ===================================================================== */

html body *,
html body *::before,
html body *::after {
  box-sizing: border-box;
}

html body img,
html body video,
html body iframe,
html body embed,
html body object,
html body svg {
  max-width: 100% !important;
  height: auto;
}

html body table {
  max-width: 100%;
}

html body .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Home arama — her ekranda taşmasın */
html body .cs-loc-date-d-1 {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Login / contact / about — temel */
html body .cs-login-main-row-1,
html body .cs-contact-us-main,
html body .cs-about-us-content-wrapper-1 {
  width: 100% !important;
  max-width: 100% !important;
}
html body .cs-login-form-c-1,
html body .cs-contact-us-form-wrapper,
html body .cs-about-us-textbox-1 {
  width: 100% !important;
  max-width: 560px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* FAQ arama tek parça */
html body .cs-banner-sec-1 .cs-search-box {
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 560px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ========== ≤359 — çok küçük telefon ========== */
@media (max-width: 359.98px) {
  :root { --sm-pad: 10px; }

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

  html body .cs-rentcar-section-2 .csrcr1-col-2 {
    height: 34vh !important;
    min-height: 200px !important;
    margin: 0 8px 8px !important;
  }

  html body .cs-loc-date-d-1 .csld1-col-2 > .row > [class*="col-"],
  html body .cs-loc-date-d-1 .csld1-col-2 .col-6,
  html body .cs-loc-date-d-1 .csld1-col-2 .col-12 {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body .cs-banner-sec-1 .cs-search-box {
    flex-direction: column !important;
    max-width: 100% !important;
  }
  html body .cs-banner-sec-1 .cs-search-box input,
  html body .cs-banner-sec-1 #searchFaq,
  html body .cs-banner-sec-1 .cs-search-btn {
    width: 100% !important;
    min-height: 46px !important;
  }
}

/* ========== ≤389 ========== */
@media (max-width: 389.98px) {
  :root { --sm-pad: 12px; }

  html body .cs-header-btn-3 {
    padding: 0 12px !important;
    font-size: 13px !important;
    min-height: 38px !important;
  }

  html body .cs-rentcar-section-2 .csrcr1-col-2 {
    height: 36vh !important;
    min-height: 220px !important;
  }

  html body .cs-login-form-c-1,
  html body .cs-contact-us-form-wrapper,
  html body .cs-about-us-textbox-1 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* ========== ≤479 ========== */
@media (max-width: 479.98px) {
  html body .cs-banner-sec-1 .cs-search-box {
    flex-direction: column !important;
    max-width: 100% !important;
    border-radius: 14px !important;
  }
  html body .cs-banner-sec-1 .cs-search-box input,
  html body .cs-banner-sec-1 #searchFaq,
  html body .cs-banner-sec-1 .cs-search-btn {
    width: 100% !important;
    min-width: 0 !important;
    border-radius: 12px !important;
  }

  html body .p-home-hero__actions,
  html body .section-hero .action-menu-1,
  html body .cs-homepage-sec-1 .action-menu-1 {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 10px !important;
  }
  html body .p-home-hero__actions a,
  html body .p-home-hero__actions button,
  html body .section-hero .action-menu-1 a {
    width: 100% !important;
    justify-content: center !important;
  }

  html body .cs-contact-us-imagebox-1,
  html body .cs-about-us-imagebox-1,
  html body .cs-login-img-c-1 {
    display: none !important;
  }

  html body .cs-login-main-row-1,
  html body .cs-contact-us-main,
  html body .cs-about-us-content-wrapper-1 {
    display: flex !important;
    flex-direction: column !important;
  }

  html body .cs-loc-date-d-1 {
    flex-direction: column !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 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 auto !important;
  }
}

/* ========== ≤767 — telefon ========== */
@media (max-width: 767.98px) {
  html body .container,
  html body .container-2,
  html body .cs-full-container-1 {
    max-width: 100% !important;
    padding-left: var(--sm-pad) !important;
    padding-right: var(--sm-pad) !important;
  }

  html body .cs-sticky-header-1 .cs-main-menu-1 {
    display: none !important;
  }

  html body .cs-humberge-m-1 {
    display: flex !important;
  }

  html body .cs-login-main-row-1,
  html body .cs-login-sec-1 .row,
  html body .cs-contact-us-main,
  html body .cs-about-us-content-wrapper-1 {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  html body .cs-login-img-c-1,
  html body .cs-contact-us-imagebox-1,
  html body .cs-about-us-imagebox-1 {
    display: none !important;
  }

  html body .cs-login-form-c-1,
  html body .cs-contact-us-form-wrapper,
  html body .cs-about-us-textbox-1 {
    max-width: 100% !important;
  }

  html body .cs-footer-1 .cs-footer-row-1,
  html body .pr-footer .pr-footer__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  html body .cs-loc-date-d-1 {
    flex-direction: column !important;
    flex-wrap: nowrap !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 .cs-loc-date-d-1 [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 auto !important;
  }

  html body .jsFilterMOD1 .rent-filter-sheet-actions,
  html body .rent-filter-sheet-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }
  html body .rent-filter-sheet-actions > * {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ========== 768–1023 — tablet: rent dikey ========== */
@media (min-width: 768px) and (max-width: 1023.98px) {
  html body .cs-rentcar-section-2 .cs-rentcar-row-1,
  html body.page-rent-car .cs-rentcar-row-1 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    height: auto !important;
    min-height: 0 !important;
    gap: 0 !important;
  }
  html body .cs-rentcar-section-2 .csrcr1-col-2,
  html body.page-rent-car .csrcr1-col-2 {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 44vh !important;
    min-height: 280px !important;
    margin: 0 var(--sm-pad) 12px !important;
    border-radius: 14px !important;
    position: relative !important;
    overflow: hidden !important;
  }
  html body .cs-rentcar-section-2 #map,
  html body.page-rent-car #map,
  html body .cs-rentcar-section-2 .leaflet-container {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    border-radius: 14px !important;
    top: auto !important;
  }

  html body .cs-login-sec-1 .row,
  html body .cs-login-main-row-1 {
    display: flex !important;
    flex-direction: column !important;
  }
  html body .cs-login-img-c-1 { display: none !important; }
  html body .cs-login-form-c-1 {
    width: 100% !important;
    max-width: 560px !important;
    margin: 0 auto !important;
  }

  html body .cs-contact-us-main,
  html body .cs-about-us-content-wrapper-1 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
    align-items: start !important;
  }

  html body .cs-footer-1 .cs-footer-row-1 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  html body .cs-loc-date-d-1 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    flex-wrap: unset !important;
    overflow: visible !important;
    height: auto !important;
    padding: 8px !important;
  }
  html body .cs-loc-date-d-1 .csld1-col-1 {
    grid-column: 1 !important;
    grid-row: 1 !important;
    flex: none !important;
    max-width: none !important;
  }
  html body .cs-loc-date-d-1 .csld1-col-2 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    flex: none !important;
    max-width: none !important;
  }
  html body .cs-loc-date-d-1 .csld1-col-3 {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    flex: none !important;
    max-width: none !important;
    min-width: 0 !important;
    width: auto !important;
  }
}

/* ========== 1024–1279 — laptop ========== */
@media (min-width: 1024px) and (max-width: 1279.98px) {
  html body .cs-rentcar-section-2 .cs-rentcar-row-1,
  html body.page-rent-car .cs-rentcar-row-1 {
    display: grid !important;
    grid-template-columns: minmax(300px, 340px) minmax(0, 1fr) !important;
    height: calc(100dvh - 148px) !important;
    gap: 0 !important;
  }
  html body .cs-rentcar-section-2 #map,
  html body.page-rent-car #map {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
    min-height: 100% !important;
    top: auto !important;
    border-radius: 0 !important;
  }

  html body .cs-rentcar-section-1 .cs-loc-date-d-1 {
    max-width: none !important;
    width: 100% !important;
  }
  html body .cs-rentcar-section-1 .csld1-col-1,
  html body .cs-rentcar-section-1 .csld1-col-2 {
    flex: 1 1 0 !important;
    max-width: none !important;
    width: auto !important;
  }

  html body .cs-syc-sec1 .cs-syc-1-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr) !important;
  }
  html body .cs-syc-sec1 .cs-syc-1-imgbox {
    display: block !important;
  }

  html body .cs-login-main-row-1 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 24px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
  }
  html body .cs-login-img-c-1 { display: block !important; }
  html body .cs-login-form-c-1 { max-width: none !important; }

  html body .cs-contact-us-main,
  html body .cs-about-us-content-wrapper-1 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 28px !important;
  }
}

/* ========== 1280–1439 ========== */
@media (min-width: 1280px) and (max-width: 1439.98px) {
  html body .cs-rentcar-section-2 .cs-rentcar-row-1 {
    grid-template-columns: minmax(340px, 400px) minmax(0, 1fr) !important;
  }
  html body .cs-rentcar-section-2 #map {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    top: auto !important;
  }
  html body .cs-syc-sec1 .cs-syc-1-main { max-width: 1200px !important; }
  html body .container,
  html body .container-2 { max-width: 1200px !important; }
  html body .cs-rentcar-section-1 .inn-cont-1,
  html body .cs-rentcar-section-2 .container {
    max-width: none !important;
  }
}

/* ========== 1440–1919 ========== */
@media (min-width: 1440px) and (max-width: 1919.98px) {
  html body .cs-rentcar-section-2 .cs-rentcar-row-1 {
    grid-template-columns: minmax(380px, 440px) minmax(0, 1fr) !important;
  }
  html body .container,
  html body .container-2 { max-width: 1360px !important; }
  html body .cs-rentcar-section-1 .inn-cont-1,
  html body .cs-rentcar-section-2 .container {
    max-width: none !important;
  }
  html body .cs-syc-sec1 .cs-syc-1-main { max-width: 1320px !important; }
}

/* ========== 1920–2559 ========== */
@media (min-width: 1920px) and (max-width: 2559.98px) {
  html body .cs-rentcar-section-2 .cs-rentcar-row-1 {
    grid-template-columns: minmax(400px, 480px) minmax(0, 1fr) !important;
  }
  html body .container,
  html body .container-2 { max-width: 1480px !important; }
  html body .cs-rentcar-section-1 .inn-cont-1,
  html body .cs-rentcar-section-2 .container {
    max-width: none !important;
  }
  html body .cs-syc-sec1 .cs-syc-1-main { max-width: 1400px !important; }
  html body .p-home-cities-grid,
  html body .p-home-campaign-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

/* ========== 2560+ ========== */
@media (min-width: 2560px) {
  html body .cs-rentcar-section-2 .cs-rentcar-row-1 {
    grid-template-columns: minmax(440px, 520px) minmax(0, 1fr) !important;
  }
  html body .container,
  html body .container-2 { max-width: 1680px !important; }
  html body .cs-rentcar-section-1 .inn-cont-1,
  html body .cs-rentcar-section-2 .container {
    max-width: none !important;
  }
  html body .cs-syc-sec1 .cs-syc-1-main { max-width: 1520px !important; }
  html body .cs-faq-sec-1 .container { max-width: 1040px !important; }
  html body .p-home-cities-grid,
  html body .p-home-campaign-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

/* Yatay telefon */
@media (max-height: 500px) and (orientation: landscape) and (max-width: 1023.98px) {
  html body .cs-rentcar-section-2 .cs-rentcar-row-1 {
    height: auto !important;
  }
  html body .cs-rentcar-section-2 .csrcr1-col-2 {
    min-height: 180px !important;
    height: 48dvh !important;
  }
}


/* =====================================================================
   ICON MASTER — ekran tipine göre dengeli boyut (aşırı büyük/küçük yok)
   Roller: meta · chrome · search · btn · step · social · feature
   ===================================================================== */

/* Varsayılan (laptop / masaüstü orta) — 1024–1439 */
html body {
  --sm-icon-meta: 13px;     /* kart satır meta (vites, yakıt…) */
  --sm-icon-chrome: 17px;   /* header zil / radar / kapat */
  --sm-icon-search: 18px;   /* konum / tarih / ara / filtre */
  --sm-icon-btn: 15px;      /* buton içi ok / ikon */
  --sm-icon-social: 16px;   /* footer sosyal */
  --sm-icon-step: 22px;     /* nasıl çalışır adımları */
  --sm-icon-feature: 24px;  /* özellik kutuları — tavan */
  --sm-icon-gap: 6px;
}

/* Çok küçük telefon */
@media (max-width: 359.98px) {
  html body {
    --sm-icon-meta: 12px;
    --sm-icon-chrome: 15px;
    --sm-icon-search: 15px;
    --sm-icon-btn: 13px;
    --sm-icon-social: 14px;
    --sm-icon-step: 18px;
    --sm-icon-feature: 20px;
    --sm-icon-gap: 4px;
  }
}

/* Küçük telefon */
@media (min-width: 360px) and (max-width: 479.98px) {
  html body {
    --sm-icon-meta: 12px;
    --sm-icon-chrome: 15px;
    --sm-icon-search: 16px;
    --sm-icon-btn: 14px;
    --sm-icon-social: 15px;
    --sm-icon-step: 18px;
    --sm-icon-feature: 20px;
    --sm-icon-gap: 5px;
  }
}

/* Büyük telefon */
@media (min-width: 480px) and (max-width: 767.98px) {
  html body {
    --sm-icon-meta: 13px;
    --sm-icon-chrome: 16px;
    --sm-icon-search: 17px;
    --sm-icon-btn: 14px;
    --sm-icon-social: 15px;
    --sm-icon-step: 20px;
    --sm-icon-feature: 22px;
    --sm-icon-gap: 5px;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023.98px) {
  html body {
    --sm-icon-meta: 13px;
    --sm-icon-chrome: 16px;
    --sm-icon-search: 17px;
    --sm-icon-btn: 15px;
    --sm-icon-social: 16px;
    --sm-icon-step: 20px;
    --sm-icon-feature: 22px;
    --sm-icon-gap: 6px;
  }
}

/* Laptop */
@media (min-width: 1024px) and (max-width: 1279.98px) {
  html body {
    --sm-icon-meta: 13px;
    --sm-icon-chrome: 17px;
    --sm-icon-search: 18px;
    --sm-icon-btn: 15px;
    --sm-icon-social: 16px;
    --sm-icon-step: 22px;
    --sm-icon-feature: 24px;
  }
}

/* Desktop */
@media (min-width: 1280px) and (max-width: 1919.98px) {
  html body {
    --sm-icon-meta: 14px;
    --sm-icon-chrome: 18px;
    --sm-icon-search: 18px;
    --sm-icon-btn: 15px;
    --sm-icon-social: 16px;
    --sm-icon-step: 22px;
    --sm-icon-feature: 24px;
  }
}

/* Ultra-wide — büyütme tavanı (şişirme yok) */
@media (min-width: 1920px) {
  html body {
    --sm-icon-meta: 14px;
    --sm-icon-chrome: 18px;
    --sm-icon-search: 20px;
    --sm-icon-btn: 16px;
    --sm-icon-social: 17px;
    --sm-icon-step: 24px;
    --sm-icon-feature: 26px;
  }
}

/* Temel: metinle orantılı; sabit şişirme yok */
html body i[class^="bain-"],
html body i[class*=" bain-"],
html body .fa,
html body .fas,
html body .far,
html body .fab,
html body .fa-solid {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1em !important;
  height: 1em !important;
  font-size: 1em !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
  vertical-align: middle !important;
  opacity: 1 !important;
}

/* Header chrome */
html body .cs-sticky-header-1 .cs-header-btn-1 i,
html body .cs-sticky-header-1 .cs-header-btn-2 i,
html body .cs-sticky-header-1 .close-btn-1 i,
html body .cs-signal-cont-1 .cs-header-btn-2 i {
  font-size: var(--sm-icon-chrome) !important;
  width: var(--sm-icon-chrome) !important;
  height: var(--sm-icon-chrome) !important;
  color: #f8fafc !important;
}

html body .cs-sticky-header-1 .cs-header-btn-3 i,
html body .cs-sticky-header-1 .cs-header-btn-4 i {
  font-size: var(--sm-icon-btn) !important;
  width: var(--sm-icon-btn) !important;
  height: var(--sm-icon-btn) !important;
}

/* Arama / tarih / filtre / FAQ */
html body .cs-icon-box-1 .desc-1 i,
html body .cs-loc-date-d-1 .cs-icon-box-1 i,
html body .cs-loc-date-d-1 i.bain-location,
html body .cs-loc-date-d-1 i.bain-reservation,
html body .cs-loc-date-d-1 i.bain-calendar-minus,
html body .cs-secondary-btn-1 > i,
html body .cs-primary-btn-1 > i,
html body .cs-page-filter-d-1 .fmm-action-1 i,
html body .fmm-action-1 > i,
html body .cs-banner-sec-1 .cs-search-btn i,
html body .cs-banner-sec-1 .cs-search-box i {
  font-size: var(--sm-icon-search) !important;
  width: var(--sm-icon-search) !important;
  height: var(--sm-icon-search) !important;
}

/* Buton içi ikonlar */
html body .cs-primary-btn-2 i,
html body .cs-primary-btn-3 i,
html body .cs-secondary-btn-2 i,
html body .cs-white-btn-1 i,
html body .cs-outline-btn-1 i,
html body a.cs-primary-btn-1 i,
html body a.cs-secondary-btn-1 i,
html body .pr-mega-cta__btn i,
html body .pr-section-cta i {
  font-size: var(--sm-icon-btn) !important;
  width: var(--sm-icon-btn) !important;
  height: var(--sm-icon-btn) !important;
}

/* Araç kartı meta — kompakt */
html body .cs-car-box-1 .desc-3 i,
html body .cs-car-box-1 .cs-desc-1 i,
html body .cs-car-box-1 .idr1-col-1 i,
html body .cs-car-box-1 .fa-gas-pump,
html body .cs-car-box-1 .fa-user-slash,
html body .cs-car-box-1 .bain-user,
html body .cs-car-box-1 .bain-doc,
html body .cs-car-box-1 .bain-gear,
html body .cs-car-box-1 .bain-driving-summary,
html body .cs-car-box-1 .bain-info {
  font-size: var(--sm-icon-meta) !important;
  width: var(--sm-icon-meta) !important;
  height: var(--sm-icon-meta) !important;
  margin-right: var(--sm-icon-gap) !important;
  color: #93c5fd !important;
}

html body .cs-car-box-1 .like-btn-1 i {
  font-size: var(--sm-icon-search) !important;
  width: var(--sm-icon-search) !important;
  height: var(--sm-icon-search) !important;
}

/* How it works adımları */
html body .cs-rent-step-icon,
html body i.cs-rent-step-icon,
html body .cs-navTabs-1 .cs-rent-step-tab i {
  font-size: var(--sm-icon-step) !important;
  width: var(--sm-icon-step) !important;
  height: var(--sm-icon-step) !important;
}

/* Özellik / why kutuları — tavanlı */
html body .pr-why__icon i,
html body .pr-why__icon svg,
html body .cs-syc-3-box-content > i,
html body .how-it-works i[class^="bain-"] {
  font-size: var(--sm-icon-feature) !important;
  width: var(--sm-icon-feature) !important;
  height: var(--sm-icon-feature) !important;
  max-width: 28px !important;
  max-height: 28px !important;
}

/* SYC / home dekoratif img ikonları — font değil ama şişmesin */
html body .cs-syc-3-box-content > img,
html body .how-it-works img:not(.img-fluid):not([class*="car"]) {
  width: clamp(40px, 6vw, 56px) !important;
  height: clamp(40px, 6vw, 56px) !important;
  max-width: 56px !important;
  max-height: 56px !important;
  object-fit: contain !important;
}

/* Footer social */
html body .cs-footer-1 .cs-social-menu-1 a i,
html body .cs-social-menu-1 a i,
html body .pr-footer__social a i,
html body footer .fab {
  font-size: var(--sm-icon-social) !important;
  width: var(--sm-icon-social) !important;
  height: var(--sm-icon-social) !important;
}

/* Accordion / FAQ chevron */
html body .cs-accordion-1 .btn-link i,
html body .cs-accordion-2 .btn-link i,
html body .bain-angle-down,
html body .bain-angle-up,
html body .bain-angle-right,
html body .bain-angle-left {
  font-size: var(--sm-icon-btn) !important;
  width: var(--sm-icon-btn) !important;
  height: var(--sm-icon-btn) !important;
}

/* Sidebar / account menü */
html body .cs-account-sidebar-1 a i,
html body .cs-dashboard-sidebar-1 a i {
  font-size: var(--sm-icon-search) !important;
  width: var(--sm-icon-search) !important;
  height: var(--sm-icon-search) !important;
}

/* Quick CTA ok SVG */
html body .quick-cta svg,
html body a.quick-cta svg {
  width: var(--sm-icon-btn) !important;
  height: var(--sm-icon-btn) !important;
  max-width: none !important;
  max-height: none !important;
  flex-shrink: 0 !important;
}

/* Toast / modal kapat */
html body .swal2-close,
html body .modal .close i,
html body .bain-times {
  font-size: var(--sm-icon-chrome) !important;
}

/* Touch: ikon butonları en az 40px tıklama alanı, ikon küçük kalsın */
@media (max-width: 1023.98px) {
  html body .cs-sticky-header-1 .cs-header-btn-1,
  html body .cs-sticky-header-1 .cs-header-btn-2 {
    min-width: 40px !important;
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}


/* =====================================================================
   CARD TEXT MASTER — kesik yazı / sabit yükseklik ölümü
   Kampanya · Blog · Car · Comment · FAQ intro
   ===================================================================== */

html body .cs-campaign-box-1,
html body .cs-blog-box-1,
html body .cs-comment-box-1,
html body .premium-card {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  align-self: stretch !important;
}

/* Görsel sabit; metin alanı serbest */
html body .cs-campaign-box-1 .image-div-1,
html body .cs-blog-box-1 .image-div-1 {
  flex: 0 0 auto !important;
  overflow: hidden !important;
  margin: 0 !important;
  border-radius: 16px 16px 0 0 !important;
  min-height: 0 !important;
  max-height: none !important;
}

html body .cs-campaign-box-1 .image-div-1 img,
html body .cs-blog-box-1 .image-div-1 img,
html body .cs-blog-box-1 .image-div-1 .cs-blog-card-img {
  width: 100% !important;
  height: clamp(160px, 22vw, 220px) !important;
  max-height: 220px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 16px 16px 0 0 !important;
}

html body .cs-campaign-box-1 .text-div-1,
html body .cs-blog-box-1 .text-div-1 {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  gap: 10px !important;
  padding: 16px 18px 18px !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

/* Legacy textAfterDots (38px / 48px) — öldür */
html body .cs-campaign-box-1 .head-1,
html body .cs-blog-box-1 .head-1,
html body .cs-campaign-box-1 .text-div-1 .head-1,
html body .cs-blog-box-1 .text-div-1 .head-1 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(1rem, 0.95rem + 0.35vw, 1.25rem) !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  color: var(--ds-text, #1a1f36) !important;
  -webkit-text-fill-color: var(--ds-text, #1a1f36) !important;
}

html body .cs-campaign-box-1 .desc-1,
html body .cs-blog-box-1 .desc-1,
html body .cs-campaign-box-1 .text-div-1 .desc-1,
html body .cs-blog-box-1 .text-div-1 .desc-1 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
  line-clamp: 4 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 0.95rem) !important;
  line-height: 1.55 !important;
  color: var(--ds-muted, #5b647a) !important;
  -webkit-text-fill-color: var(--ds-muted, #5b647a) !important;
  opacity: 1 !important;
}

/* "Devamını Oku" her zaman tam görünsün */
html body .cs-campaign-box-1 .desc-2,
html body .cs-blog-box-1 .desc-2,
html body .cs-campaign-box-1 .link-1,
html body .cs-blog-box-1 .link-1,
html body .cs-campaign-box-1 a.link-1,
html body .cs-blog-box-1 a.link-1 {
  display: inline-flex !important;
  align-items: center !important;
  margin-top: auto !important;
  padding: 4px 0 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  white-space: nowrap !important;
  color: var(--ds-brand-text, #0b827b) !important;
  font-weight: 650 !important;
  line-height: 1.4 !important;
  opacity: 1 !important;
}

/* Grid satırlarında eşit yükseklik, içerik taşmasın */
html body .cs-homepage-sec-9 .row,
html body .cs-homepage-sec-10 .row,
html body .p-home-campaign-grid,
html body .p-home-blog-list {
  align-items: stretch !important;
}

html body .cs-homepage-sec-9 .row > [class*="col-"],
html body .cs-homepage-sec-10 .row > [class*="col-"] {
  display: flex !important;
  flex-direction: column !important;
}

html body .cs-homepage-sec-9 .cs-campaign-box-1,
html body .cs-homepage-sec-10 .cs-blog-box-1 {
  width: 100% !important;
  margin-bottom: 0 !important;
}

/* Bölüm intro metni kesilmesin (blog alt başlık) */
html body .cs-homepage-sec-10 .cs-global-desc-1,
html body .cs-homepage-sec-9 .cs-global-desc-1,
html body .cs-blog-content-row-1 .cs-global-desc-1,
html body .csbcr1-col-1 p,
html body .cs-wbg-desc-1 {
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  display: block !important;
  max-height: none !important;
  height: auto !important;
  color: #5b657a !important;
  -webkit-text-fill-color: #5b657a !important;
  line-height: 1.6 !important;
}

/* Blog: kartları aşağı iten legacy padding + flex kayıklığı */
html body .cs-homepage-sec-10 .slider-content-1 {
  padding-top: 0 !important;
  padding: 0 !important;
}
html body .cs-homepage-sec-10 .cs-blog-content-row-1 {
  display: grid !important;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) !important;
  gap: 24px !important;
  align-items: center !important;
  margin: 0 !important;
}
html body .cs-homepage-sec-10 .csbcr1-col-1,
html body .cs-homepage-sec-10 .csbcr1-col-2 {
  float: none !important;
  flex: none !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
html body .cs-homepage-sec-10 .cs-slider-4.owl-theme .owl-nav {
  position: static !important;
  top: auto !important;
  left: auto !important;
  max-width: none !important;
  margin-top: 14px !important;
  text-align: right !important;
}
@media (max-width: 991.98px) {
  html body .cs-homepage-sec-10 .cs-blog-content-row-1 {
    grid-template-columns: 1fr !important;
  }
}

/* Araç kartı başlık/desc de ortadan kesilmesin */
html body .cs-car-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;
  max-height: none !important;
  min-height: 0 !important;
  height: auto !important;
  line-height: 1.35 !important;
  color: #f8fafc !important;
}

html body .cs-car-box-1 .cscb-top-area-1,
html body .cs-car-box-1 .cscb-middle-area-1,
html body .cs-car-box-1 .cscb-bottm-area-1 {
  overflow: visible !important;
  max-height: none !important;
}

/* Mobil: clamp biraz daha kısa ama yine tam satır */
@media (max-width: 767.98px) {
  html body .cs-campaign-box-1 .desc-1,
  html body .cs-blog-box-1 .desc-1 {
    -webkit-line-clamp: 5 !important;
    line-clamp: 5 !important;
  }
  html body .cs-campaign-box-1 .text-div-1,
  html body .cs-blog-box-1 .text-div-1 {
    padding: 14px 14px 16px !important;
  }
  html body .cs-campaign-box-1 .image-div-1 img,
  html body .cs-blog-box-1 .image-div-1 img {
    height: 180px !important;
  }
}

@media (min-width: 1280px) {
  html body .cs-campaign-box-1 .desc-1,
  html body .cs-blog-box-1 .desc-1 {
    -webkit-line-clamp: 4 !important;
    line-clamp: 4 !important;
  }
}
