/**
 * Araba Kirala — tablet / mobil düzen
 * Sadece rent/index.blade.php üzerinden yüklenir; diğer sayfalara dokunmaz.
 */

/* Beyaz zemin kaynaklarını kapat (tüm genişlikler) */
.cs-rentcar-section-1 .cs-search-locDate-area-1{
  background: var(--dp-bg-surface, #101a2e) !important;
}

/* Eski karartma section::before — paneli bulanıklaştırıyordu, kapat */
.cs-rentcar-section-2.active::before{
  display: none !important;
  content: none !important;
}

body.rent-filter-open{
  overflow: hidden !important;
}

/* Karartma — mobil uygulama ile aynı (hafif) */
.rent-filter-backdrop{
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10050;
  background-color: rgba(0, 0, 0, 0.35);
  pointer-events: auto;
}

.rent-filter-backdrop.is-visible{
  display: block;
}

/* Kapalı filtre paneli */
.jsFilterMOD1.fmm-f-div-1:not(.rent-filter-panel--open){
  display: none !important;
}

/* Açık filtre — mobil bottom sheet (beyaz zemin) */
.jsFilterMOD1.fmm-f-div-1.rent-filter-panel--open{
  display: flex !important;
  flex-direction: column !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  max-height: min(92vh, 820px) !important;
  z-index: 10060 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  border-radius: 20px 20px 0 0 !important;
  background: #ffffff !important;
  border: none !important;
  border-top: 1px solid #e8e8e8 !important;
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.12) !important;
  color: #1a1a1a !important;
  transform: none !important;
  filter: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.jsFilterMOD1.fmm-f-div-1.rent-filter-panel--open .fmm-middle-area-1{
  flex: 1 1 auto !important;
  max-height: calc(min(92vh, 820px) - 150px) !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  padding: 0 0 12px !important;
  background: #ffffff !important;
}

@media (min-width: 768px){
  .jsFilterMOD1.fmm-f-div-1.rent-filter-panel--open{
    left: 50% !important;
    right: auto !important;
    bottom: 24px !important;
    transform: translateX(-50%) !important;
    width: min(480px, calc(100% - 32px)) !important;
    max-width: 480px !important;
    border-radius: 20px !important;
    border: 1px solid #e8e8e8 !important;
  }
}

.cs-rentcar-section-2 .csrcr1-col-1,
.cs-rentcar-section-2 .cs-page-list-1,
.cs-rentcar-section-2 .cs-page-list-1 .inner-pl-1{
  background: transparent !important;
}

.cs-rentcar-section-2 .cs-page-filter-d-1{
  background: transparent !important;
}

/* ——— Mobil filtre sheet (açık tema, theme-dark üzerine) ——— */
.jsFilterMOD1.rent-filter-panel--open .rent-filter-sheet-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 8px 16px 12px;
  text-align: left;
  position: relative;
  background: #ffffff !important;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-sheet-handle{
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background: #d1d1d1;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-sheet-title{
  margin: 14px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a !important;
}

/* Tarih + konum (mobil üst blok) */
.jsFilterMOD1.rent-filter-panel--open .rent-filter-sheet-top{
  padding: 0 16px 8px;
  background: #ffffff !important;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-date-row{
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-inline-field{
  flex: 1 1 0;
  min-width: 0;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-inline-field--full{
  flex: 1 1 100%;
  margin-bottom: 8px;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-inline-label{
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a !important;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-inline-control{
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #ffffff;
  color: #838383 !important;
  font-size: 15px;
  text-align: left;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-inline-control i{
  color: #838383 !important;
  flex-shrink: 0;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-location-wrap{
  position: relative;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-location-wrap > i.bain-location{
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #838383 !important;
  z-index: 2;
  pointer-events: none;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-location-input{
  padding-left: 40px !important;
  min-height: 48px;
  border: 1px solid #e8e8e8 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #1a1a1a !important;
  font-size: 15px !important;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-loc-menu{
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 20;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin-top: 4px;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-sheet-close{
  margin-top: 8px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  color: #838383 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-sheet-foot{
  flex-shrink: 0;
  position: sticky;
  bottom: 0;
  z-index: 5;
  padding: 12px 16px calc(16px + env(safe-area-inset-bottom, 0px)) !important;
  background: #ffffff !important;
  border-top: 1px solid #f0f0f0;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06);
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-sheet-actions{
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-sheet-actions .rent-filter-btn-close,
.jsFilterMOD1.rent-filter-panel--open .rent-filter-sheet-actions .rent-filter-btn-apply,
.jsFilterMOD1.rent-filter-panel--open .rent-filter-sheet-foot #filterMenuButton{
  flex: 1 1 0 !important;
  min-width: 0 !important;
  width: 50% !important;
  max-width: none !important;
  min-height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  box-sizing: border-box !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-btn-close{
  border-radius: 12px !important;
  border: 2px solid #27c1b2 !important;
  background: #ffffff !important;
  color: #27c1b2 !important;
  padding: 12px 10px !important;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-btn-apply,
.jsFilterMOD1.rent-filter-panel--open .rent-filter-sheet-foot #filterMenuButton{
  border-radius: 12px !important;
  border: 2px solid #27c1b2 !important;
  background: #27c1b2 !important;
  color: #ffffff !important;
  padding: 12px 10px !important;
  box-shadow: none !important;
}

/* Satır kartları — mobil liste görünümü */
.jsFilterMOD1.rent-filter-panel--open .fmm-val-cont-1{
  margin: 0 16px 10px !important;
  padding: 0 !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  overflow: hidden;
}

.jsFilterMOD1.rent-filter-panel--open .fmm-val-cont-1.border-w-1{
  border-bottom: 1px solid #e8e8e8 !important;
}

.jsFilterMOD1.rent-filter-panel--open .fmm-head-1{
  display: block;
  margin: 0 !important;
  padding: 14px 40px 4px 16px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #1a1a1a !important;
  text-align: left !important;
  cursor: pointer;
  position: relative;
  background: transparent !important;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-row-hint{
  display: block;
  padding: 0 40px 14px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #838383 !important;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-row-hint.has-value{
  color: #1a1a1a !important;
  font-weight: 500;
}

.jsFilterMOD1.rent-filter-panel--open .fmm-head-1::after{
  font-family: 'bain' !important;
  content: '\e95a' !important;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #aaaaaa !important;
  transition: transform 0.2s ease;
  border: none;
  background: none;
  width: auto;
  height: auto;
}

.jsFilterMOD1.rent-filter-panel--open .fmm-val-cont-1.rent-filter-row--open .fmm-head-1::after,
.jsFilterMOD1.rent-filter-panel--open .fmm-val-cont-1.active .fmm-head-1::after{
  transform: translateY(-50%) rotate(90deg);
}

.jsFilterMOD1.rent-filter-panel--open .fmm-val-cont-1:not(.rent-filter-row--open):not(.active) .fmm-item-d-1,
.jsFilterMOD1.rent-filter-panel--open .fmm-val-cont-1:not(.rent-filter-row--open):not(.active) .custom-range-1,
.jsFilterMOD1.rent-filter-panel--open .fmm-val-cont-1:not(.rent-filter-row--open):not(.active) .cs-global-select2-container-1,
.jsFilterMOD1.rent-filter-panel--open .fmm-val-cont-1:not(.rent-filter-row--open):not(.active) .fmm-item-list-2{
  display: none !important;
}

.jsFilterMOD1.rent-filter-panel--open .fmm-val-cont-1.rent-filter-row--open .custom-range-1,
.jsFilterMOD1.rent-filter-panel--open .fmm-val-cont-1.rent-filter-row--open .cs-global-select2-container-1,
.jsFilterMOD1.rent-filter-panel--open .fmm-val-cont-1.active .fmm-item-d-1,
.jsFilterMOD1.rent-filter-panel--open .fmm-val-cont-1.active .fmm-item-list-2{
  display: block !important;
}

.jsFilterMOD1.rent-filter-panel--open .fmm-val-cont-1.rent-filter-row--open .custom-range-1,
.jsFilterMOD1.rent-filter-panel--open .fmm-val-cont-1.rent-filter-row--open .cs-global-select2-container-1{
  padding: 0 16px 16px !important;
}

.jsFilterMOD1.rent-filter-panel--open .fmm-middle-area-1 label,
.jsFilterMOD1.rent-filter-panel--open .cs-global-select2-container-1 label{
  color: #1a1a1a !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.jsFilterMOD1.rent-filter-panel--open .fmm-val-cont-1 .text-div-1,
.jsFilterMOD1.rent-filter-panel--open .fmm-val-cont-1 .text-div-1 span,
.jsFilterMOD1.rent-filter-panel--open .minAmount,
.jsFilterMOD1.rent-filter-panel--open .maxAmount,
.jsFilterMOD1.rent-filter-panel--open .distanceFilterVal,
.jsFilterMOD1.rent-filter-panel--open .seatFilterVal,
.jsFilterMOD1.rent-filter-panel--open .minYears,
.jsFilterMOD1.rent-filter-panel--open .maxYears{
  color: #1a1a1a !important;
  font-weight: 600 !important;
}

.jsFilterMOD1.rent-filter-panel--open .select2-container--default .select2-selection--single{
  background-color: #ffffff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 10px !important;
  min-height: 48px !important;
}

.jsFilterMOD1.rent-filter-panel--open .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #1a1a1a !important;
  line-height: 46px !important;
}

.jsFilterMOD1.rent-filter-panel--open .fmm-item-list-1 .cs-checkbox-1 label,
.jsFilterMOD1.rent-filter-panel--open .fmm-item-list-2 .cs-checkbox-1 label{
  color: #1a1a1a !important;
  background: #ffffff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 10px !important;
}

/* Yakıt — mobil chip görünümü */
.jsFilterMOD1.rent-filter-panel--open .rent-filter-fuel-chips{
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0 16px 16px !important;
  list-style: none;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-fuel-chips > li{
  margin: 0 !important;
  padding: 0 !important;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-fuel-chips .cs-checkbox-1{
  margin: 0 !important;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-fuel-chips .cs-checkbox-1 input{
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-fuel-chips .cs-checkbox-1 label{
  display: inline-block;
  margin: 0 !important;
  padding: 8px 14px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  cursor: pointer;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-fuel-chips .cs-checkbox-1 input:checked + label{
  background: #27c1b2 !important;
  border-color: #27c1b2 !important;
  color: #ffffff !important;
}

.jsFilterMOD1.rent-filter-panel--open .rent-filter-fuel-empty{
  padding: 0 16px 16px;
  font-size: 14px;
  color: #838383 !important;
  list-style: none;
}

.jsFilterMOD1.rent-filter-panel--open .ui-slider .ui-slider-range{
  background: #27c1b2 !important;
}

.jsFilterMOD1.rent-filter-panel--open .ui-slider .ui-slider-handle{
  border-color: #27c1b2 !important;
  background: #27c1b2 !important;
}

.jsFilterMOD1.rent-filter-panel--open .ui-widget-content{
  background: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
}

/* Tarih arama — başlangıç/bitiş ile filtre başlıkları aynı dil */
.cs-rentcar-section-1 .cs-search-locDate-area-1{
  background: transparent !important;
}

.cs-rentcar-section-1 .cs-loc-date-d-1{
  background: var(--dp-bg-elevated, #151f35) !important;
  border-color: var(--dp-border-soft, rgba(148, 163, 184, 0.14)) !important;
}

.cs-rentcar-section-1 .cs-icon-box-1 label{
  color: var(--dp-text-muted, #94a3b8) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.cs-rentcar-section-1 .cs-icon-box-1 .desc-2{
  color: var(--dp-text, #f8fafc) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.cs-rentcar-section-1 .cs-loc-date-d-1 .csld1-col-1.active,
.cs-rentcar-section-1 .cs-loc-date-d-1 .csld1-col-2.active{
  background-color: rgba(30, 58, 138, 0.35) !important;
  border-color: var(--dp-border-soft, rgba(148, 163, 184, 0.14)) !important;
}

.cs-rentcar-section-1 .csld1-col-3 .cs-secondary-btn-1{
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 55%, #1e40af 100%) !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.cs-rentcar-section-2 .leaflet-container{
  background: var(--dp-bg-surface, #101a2e) !important;
}

/* Harita popup — masaüstü dahil, yalnızca bu sayfa */
.leaflet-popup-content{
  margin: 12px 14px 14px;
  width: auto;
  min-width: 260px;
  max-width: min(92vw, 340px);
}

/* Tablet (768px – 1023px) */
@media (min-width: 768px) and (max-width: 1023.98px) {
  .cs-rentcar-section-1 .cs-search-locDate-area-1 .inn-cont-1,
  .cs-rentcar-section-2 .cs-page-filter-d-1 .inner-f-div-1,
  .cs-rentcar-section-2 .cs-page-list-1{
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .cs-rentcar-section-1 .cs-loc-date-d-1{
    flex-wrap: wrap;
    max-width: 100%;
  }

  .cs-rentcar-section-1 .cs-loc-date-d-1 .csld1-col-1,
  .cs-rentcar-section-1 .cs-loc-date-d-1 .csld1-col-2,
  .cs-rentcar-section-1 .cs-loc-date-d-1 .csld1-col-3{
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .cs-rentcar-section-1 .csld1-col-3 .cs-secondary-btn-1{
    width: 100%;
  }

  .cs-rentcar-section-2 .csrcr1-col-2 #map{
    min-height: 300px;
  }

  .cs-rentcar-section-2 .cs-car-box-1 .cscb-bottm-area-1{
    flex-wrap: wrap;
    gap: 10px;
  }

  .cs-rentcar-section-2 .cs-list-row-1 .cslr1-col-1{
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Tablet + mobil — sol sütun gereksiz min-height kaldır */
@media (max-width: 1023.98px) {
  .cs-rentcar-section-2 .csrcr1-col-1{
    min-height: 0 !important;
  }
}

/* Mobil (≤767px) */
@media (max-width: 767.98px) {
  .cs-rentcar-section-1,
  .cs-rentcar-section-2{
    overflow-x: clip;
  }

  .cs-rentcar-section-1 .cs-search-locDate-area-1 .inn-cont-1,
  .cs-rentcar-section-2 .cs-page-filter-d-1 .inner-f-div-1,
  .cs-rentcar-section-2 .cs-page-list-1{
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .cs-rentcar-section-1 .cs-loc-date-d-1{
    max-width: 100%;
  }

  .cs-rentcar-section-1 .cs-loc-date-d-1 .csld1-col-1,
  .cs-rentcar-section-1 .cs-loc-date-d-1 .csld1-col-2,
  .cs-rentcar-section-1 .cs-loc-date-d-1 .csld1-col-3{
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .cs-rentcar-section-2 .cs-page-filter-d-1 .filter-mm-1 .fmm-item-1{
    position: static;
  }

  .cs-rentcar-section-2 .csrcr1-col-2 #map{
    min-height: 260px;
    height: 40vh;
  }

  .cs-rentcar-section-2 .cs-page-list-1 .inner-pl-1{
    max-height: none !important;
    min-height: 0 !important;
    overflow: visible !important;
  }


  .cs-rentcar-section-2 .cs-list-row-1 .cslr1-col-1{
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .cs-rentcar-section-2 .cs-car-box-1{
    margin-bottom: 16px;
  }

  .cs-rentcar-section-2 .cs-car-box-1 .cscb-bottm-area-1{
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 10px;
    padding: 14px 12px;
  }

  .cs-rentcar-section-2 .cs-car-box-1 .cscb-bottm-area-1 .desc-2{
    font-size: 17px;
    line-height: 1.3;
  }

  .cs-rentcar-section-2 .cs-car-box-1 .cscb-middle-area-1 .info-div-1 .info-drow-1{
    flex-wrap: wrap;
    gap: 8px;
  }

  .cs-rentcar-section-2 .cs-car-box-1 .cscb-middle-area-1 .info-div-1 .idr1-col-1{
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
  }

  /* Harita popup — yalnızca bu sayfada yüklendiği için güvenli */
  .leaflet-popup-content-wrapper{
    max-width: calc(100vw - 24px);
  }

  .leaflet-popup-content{
    margin: 10px 12px 12px;
    width: auto;
    min-width: 0;
    max-width: calc(100vw - 48px);
  }

  .leaflet-popup-content .cs-car-box-1{
    width: 100%;
    max-width: 300px;
  }

  .leaflet-popup-content .cs-car-box-1 .cscb-bottm-area-1{
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .leaflet-popup-content .cs-car-box-1 .img-div-1 img{
    max-height: 160px;
  }
}

/* Araba Kirala — alttan açılan footer çekmecesi */
body.page-rent-car{
  padding-bottom: 54px;
}

body.page-rent-car.rent-footer-drawer-open{
  overflow: hidden;
}

body.page-rent-car footer.rent-page-footer{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10040;
  margin: 0;
  padding: 0;
  width: 100%;
  pointer-events: none;
}

body.page-rent-car .rent-footer-backdrop{
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10038;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: auto;
}

body.page-rent-car footer.rent-page-footer.is-expanded .rent-footer-backdrop{
  display: block;
}

body.page-rent-car .rent-footer-drawer{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 54px;
  z-index: 10039;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.35s ease;
  background: linear-gradient(180deg, #060b14 0%, #030508 100%);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
}

body.page-rent-car footer.rent-page-footer.is-expanded .rent-footer-drawer{
  max-height: min(72vh, 640px);
  overflow-y: auto;
  pointer-events: auto;
  -webkit-overflow-scrolling: touch;
}

body.page-rent-car footer.rent-page-footer.is-expanded .rent-footer-drawer .cs-footer-1{
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

body.page-rent-car .rent-page-footer__toggle{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 12px 20px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, #060b14 0%, #030508 100%);
  color: #ffffff;
  cursor: pointer;
  text-align: left;
  pointer-events: auto;
  position: relative;
  z-index: 10041;
}

body.page-rent-car .rent-page-footer__toggle-text{
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  pointer-events: none;
}

body.page-rent-car .rent-page-footer__toggle-label{
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

body.page-rent-car .rent-page-footer__toggle-hint{
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.65);
}

body.page-rent-car .rent-page-footer__toggle-icon{
  flex-shrink: 0;
  font-size: 14px;
  color: #27c1b2;
  transition: transform 0.25s ease;
  pointer-events: none;
}

body.page-rent-car footer.rent-page-footer.is-expanded .rent-page-footer__toggle-icon{
  transform: rotate(180deg);
}

body.page-rent-car #goTpButton{
  bottom: 62px !important;
  z-index: 10035 !important;
}

@media (max-width: 767px) {
  body.page-rent-car{
    padding-bottom: 50px;
  }

  body.page-rent-car .rent-footer-drawer{
    bottom: 50px;
  }

  body.page-rent-car .rent-page-footer__toggle{
    padding: 10px 16px;
  }

  body.page-rent-car #goTpButton{
    bottom: 56px !important;
  }
}

/* Çok dar ekranlar */
@media (max-width: 380px) {
  .jsFilterMOD1.fmm-f-div-1.rent-filter-panel--open{
    left: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
  }

  .cs-rentcar-section-2 .cs-car-box-1 .cscb-middle-area-1 .info-div-1 .idr1-col-1{
    flex: 1 1 100%;
  }
}
