/* ====== HERO SWIPER ====== */
.tour-elegant-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}
.tour-elegant-wrapper .mainSwiper {
  width: 100%;
  height: clamp(220px, 42vw, 520px);
}
.tour-elegant-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ====== NAVIGATION BUTTONS ====== */
.tour-elegant-button-prev,
.tour-elegant-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  color: white;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.35);  /* Daha transparan */
  transition: background 0.2s ease;
}
.tour-elegant-button-prev:hover,
.tour-elegant-button-next:hover {
  background: rgba(0, 0, 0, 0.55);
}
.tour-elegant-button-prev { left: 12px; }
.tour-elegant-button-next { right: 12px; }

/* ====== MODAL SWIPER ====== */
#tour-modal .modal-body {
  padding: 16px 16px 8px;
  background: rgba(0, 0, 0, 0.4); /* Arkayı hafif karart, arka plan görünsün */
}

/* Büyük görsel slider */
.hotSwiper {
  width: 100%;
  height: clamp(260px, 50vh, 620px);
  margin-bottom: 8px;
}
.hotSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;   
  border-radius: 12px; 
  background: transparent;
}

/* Pagination sayacı */
.hotSwiper .pagination {
  position: absolute;
  left: 16px;
  bottom: 12px;
  z-index: 3;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.2);
  padding: 4px 8px;
  border-radius: 8px;
  color: #fff;
}

/* Küçük thumbnail slider */
.jrSwiper {
  width: 100%;
  padding: 8px 0 4px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.jrSwiper .swiper-slide {
  width: 120px;
  height: 80px;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.jrSwiper .swiper-slide-thumb-active {
  opacity: 1,;
}
.jrSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;   
  border-radius: 8px;
}

/* ====== STICKY SIDEBAR ====== */
.sticky-buy-box { position: static; top: auto; }
@media (min-width: 1200px){
  .sticky-buy-box { position: sticky; top: auto }
}

/* ====== SUMMARY CARD ====== */
.card-modern{
  background:#fff; border:1px solid #e6edf5; border-radius:14px;
  padding:18px; box-shadow:0 4px 14px rgba(0,0,0,.06);
  display:flex; flex-direction:column; gap:16px; min-width:0;
}
@media (hover:hover){
  .card-modern:hover{ box-shadow:0 8px 20px rgba(0,0,0,.08); transform:translateY(-1px); transition:.25s; }
}
/* badges akışta -> çakışma olmaz */
.ribbon-group{ display:flex; flex-wrap:wrap; gap:8px; }
.badge{ padding:6px 10px; border-radius:10px; font-weight:700; font-size:12px; line-height:1; white-space:nowrap; }
.badge-sale{ background:#dc3545; color:#fff; }
.badge-nights{ background:#22c55e; color:#fff; }

/* price */
.price-wrap{ padding-top:4px; }
.price-line{ display:flex; align-items:baseline; gap:8px; flex-wrap:wrap; min-width:0; }
.price-prefix{ font-size:18px; font-weight:700; color:#1f2937; }
.price-amount{ font-size:clamp(22px, 2.4vw, 32px); font-weight:800; color:#111928; line-height:1.15; word-break:break-word; }
.price-note{ display:block; color:#6b7280; margin-top:2px; font-size:13px; }
.old-price{ margin-top:4px; color:#9aa4b2; font-size:14px; }

/* ctas */
.cta-group{ display:flex; flex-direction:column; gap:10px; }
.btn-cta{
  display:flex; justify-content:center; align-items:center; gap:10px;
  padding:12px; border:0; border-radius:12px; font-weight:800; letter-spacing:.02em;
  min-height:44px; transition:transform .15s ease, filter .15s ease;
}
.btn-cta-primary{ background:#16a34a; color:#fff; }
.btn-cta-primary:hover{ filter:brightness(.95); transform:translateY(-1px); }
.btn-cta-gift{ background:#ffc107; color:#111928; }
.btn-cta-gift:hover{ filter:brightness(.95); transform:translateY(-1px); }

/* info */
.info-box{
  padding:12px 14px; background:#f7fbff; border:1px solid #e6edf5; border-radius:12px;
  color:#0b3b66; font-size:14px; text-align:center;
}
@media (min-width: 1200px) {
  .sticky-buy-box {
    position: sticky;
    top: 90px;  
    z-index: 10; 
  }
}

/* Sticky-buy-box'u mobilde tamamen gizle */
@media (max-width: 991.98px){
  .sticky-buy-box{
    display: none !important;
  }
}

/* Mobil CTA bar */
.mobile-cta-bar{
  position: fixed;
  bottom: 0; left: 0; right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .6rem .8rem;
  background: #fff;
  border-top: 1px solid #e9ecef;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
  z-index: 1050;
  gap: .8rem;
}

/* Fiyat kısmı */
.mobile-price{
  font-size: 1rem;
  font-weight: 700;
  color: #198754;
  white-space: nowrap;
}

/* CTA butonu */
.mobile-cta-btn{
  flex: 1;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #b02a37;
  background: #dc3545;
  color: #fff;
  font-weight: 700;
  transition: background .2s ease;
}
.mobile-cta-btn:hover{
  background: #b02a37;
}
.mobile-cta-btn:disabled{
  opacity: .5;
  cursor: not-allowed;
}

/* Desktopta gizle */
@media (min-width: 992px){
  #mobileCtaBar{
    display: none !important;
  }
}
/* ====== SOCIAL FLOAT ====== */
.social-share-icons{
  position: sticky; 
  top: 96px; 
  z-index: 4; 
  display: flex; 
  gap: 10px; 
  align-items: center; 
  padding: 6px 10px; 
  margin: 8px 0 16px;
  background: #fff; 
  border: 1px solid #e6edf5; 
  border-radius: 999px; 
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
  width: max-content;
}
.social-share-icons a{
  width: 32px; height: 32px; display: grid; place-items: center;
  border-radius: 50%; background: #f5f7fb; color:#111;
}
.social-share-icons a:hover{ filter: brightness(.95); }

/* ====== MAP ====== */
#map{ 
  width:100%; 
  height: clamp(260px, 40vw, 520px);
   border-radius: 12px; 
   background:#e9eef6; 
  }

/* Small devices tweaks */
@media (max-width: 991.98px){
  .social-share-icons{ position: static; width: 100%; justify-content: center; }
  .card-modern{ padding:14px; }
}

.room-card{
  display:grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 992px){         
  .room-card{
    grid-template-columns: 1fr auto; 
    align-items: start;
  }
}

/* Sol metin alanı güvenliği */
.room-main{ 
  min-width:0; 
}

/* Başlık ve açıklama kırpma */
.room-title{
  font-size: clamp(1.05rem, 1.2vw, 1.15rem);
  line-height: 1.25;
  overflow:hidden; text-overflow:ellipsis;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
}
.room-desc{
  line-height:1.45;
  overflow:hidden; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical;
}


.room-aside{
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px){
  .room-aside{ width: clamp(240px, 26vw, 300px); }
}

/* Fiyat tipografi */
.price-top{ white-space: nowrap; margin-bottom: 15px;}
.price-amount{
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
}

/* Buton: sade, tam genişlik (desktop'ta da bozulmaz) */
.room-aside .btn{ min-height: 42px; }

/* Kartın görsel sadeleştirmesi */
.room-card{ background:#fff; }


.feature-toggle-btn {
  all: unset; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1rem;            
  font-weight: 600;            
  color: #1f2937;               
  padding: 4px 4px;          
  cursor: pointer;              
  transition: color 0.2s ease, transform 0.2s ease;
  background: transparent;      
  border: none;
  outline: none;
}

.feature-toggle-btn:hover {
  color: black;
}

.feature-toggle-btn[aria-expanded="true"] {
  color: black;
}

.feature-toggle-btn .toggle-icon {
  font-size: 0.9rem;
  color: #555;
  transition: transform 0.3s ease;
}

.feature-toggle-btn[aria-expanded="true"] .toggle-icon {
  transform: rotate(180deg);
  color: black;
}

/* Modal görsel düzeni */
.modal-room .room-gallery img {
  object-fit: cover;
  transition: transform 0.3s ease;
}
.modal-room .room-gallery img:hover {
  transform: scale(1.05);
}

/* Özellik ikonları */
.modal-room .feat-item i {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #EAF6EF;
  color: #198754;
  font-size: 1.05rem;
}

/* Açıklama alanı */
.modal-room .room-desc-scroll {
  max-height: 220px;
  overflow: auto;
  line-height: 1.55;
  padding-right: 6px;
}
@media (max-width: 991.98px) {
  .modal-room .room-desc-scroll { max-height: none; }
}

/* Genel düzen iyileştirmeleri */
.modal-room .modal-content {
  border-radius: 14px;
}
.modal-room .modal-title {
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
}
.price-wrap.is-empty{
  border:1px dashed #e6edf5; border-radius:12px; padding:14px;
  background:#f9fbff;
}
.price-empty{ color:#6b7280; font-weight:600; display:flex; align-items:center; }


#rooms .room-card,
#rooms article.room-card,
#rooms .room-item .room-card,
#rooms .room-card.d-flex {
  display: grid !important;
  grid-template-columns: 1fr auto !important; /* sol içerik + sağ fiyat */
  align-items: start !important;
  gap: 14px !important;
}

/* Sol alan wrap edebilsin */
#rooms .room-card .room-main { min-width: 0 !important; }

/* Başlık & açıklama kısaltma */
#rooms .room-card .room-title,
#rooms .room-card .room-desc{
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
}
#rooms .room-card .room-title { -webkit-line-clamp: 2 !important; }
#rooms .room-card .room-desc  { -webkit-line-clamp: 4 !important; line-height: 1.45; }

/* Sağ blok: inline min-width'leri ve flexleri bastır */
#rooms .room-card .room-aside{
  width: clamp(240px, 26vw, 300px) !important;
  max-width: 100% !important;
  min-width: 0 !important;
}
#rooms .room-card [style*="min-width:180px"]{
  min-width: 0 !important;
  width: auto !important;
}

/* Fiyat satırı taşmasın */
#rooms .room-card .room-price{ white-space: normal !important; }
#rooms .room-card .price-amount{ font-size: clamp(1.05rem, 2.2vw, 1.35rem); }

/* Mobilde tek sütun */
@media (max-width: 991.98px){
  #rooms .room-card{ grid-template-columns: 1fr !important; }
  #rooms .room-card .room-aside{ width: 100% !important; }
}
#maps #map{
  width:100%;
  min-height: 380px;       /* görünmeme sorunu buradan olur */
  border-radius: 12px;
  background:#e9eef6;      /* yüklenirken gri zemin */
}
/* ===== Aksiyon barı: chip + kalp + CTA ================================== */
.ui-bar{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:.5rem;
  flex-wrap:nowrap;           
  width:100%;
  min-width:0;
}
.ui-bar > *{ flex:0 0 auto; }   /* öğeler daralmayıp kırpılmaz */

/* ===== Reviews Chip – sabit hizalı, responsive ========================== */
.reviews-chip{
  --bg:#16a34a;      /* arka plan */
  --fg:#fff;         /* yazı rengi */
  --bd:rgba(0,0,0,.06);

  display:inline-flex;
  flex-direction:row;            /* her zaman yatay */
  align-items:center;
  justify-content:center;
  gap:.45rem;

  height:40px;                   /* sabit yükseklik */
  padding:0 .9rem;
  white-space:nowrap;            /* satır kırılmasın */
  vertical-align:middle;

  background:var(--bg);
  color:var(--fg);
  border:1px solid var(--bd);
  border-radius:12px;

  font-size:14px;
  font-weight:600;
  line-height:1;                 /* dikey hizayı düzeltir */

  box-sizing:border-box;
  flex-shrink:0;                 /* asla daralıp kırpılmasın */
}

.reviews-chip .count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  border-radius:9999px;          /* daire */
  font-weight:700;
  font-size:12px;
  line-height:1;
  background:rgba(255,255,255,.18);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35);
}
.reviews-chip .label{
  display:inline-block;
  font-weight:700;
  line-height:1;
}

/* Küçük ekranda hafif küçült; yatay kalır */
@media (max-width: 576px){
  .reviews-chip{ padding:0 .6rem; height:34px; font-size:13px; flex-wrap:wrap;    }
  .reviews-chip .count{ width:18px; height:18px; font-size:11px; }
  .icon-ghost{ width:34px; height:34px; }
  .cta-solid{ padding:0 .8rem; height:34px; font-size:13px; }
  .ui-bar{
     flex-wrap:wrap;  
  }
}

/* ===== Favori İkonu (ghost) ============================================ */
.icon-ghost{
  --fg:#198754;
  --bd:#dbe6df;
  --bg:#fff;

  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  color:var(--fg);
  background:var(--bg);
  border:1px solid var(--bd);
  border-radius:10px;
  text-decoration:none;
  transition:background-color .15s ease, border-color .15s ease;
  flex-shrink:0;
}
.icon-ghost:hover{
  background:#f3f7f5;
  border-color:#cfe0d8;
}
.icon-ghost:focus-visible{
  outline:2px solid #b6e2cf;
  outline-offset:2px;
}

/* ===== Zimmer auswählen (kırmızı CTA) =================================== */
.cta-solid{
  --bg:#dc3545;
  --bg-h:#bf2e3b;
  --bd:#b02a37;

  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:40px;
  padding:0 1.2rem;
  background:var(--bg);
  border:1px solid var(--bd);
  border-radius:10px;
  font-size:14px;
  font-weight:700;
  color:#fff;
  text-decoration:none;
  white-space:nowrap;
  line-height:1;                 /* düzgün hizalama */
  transition:background-color .2s ease, border-color .2s ease;
  flex-shrink:0;
}
.cta-solid:hover{
  background:var(--bg-h);
  border-color:#a42834;
  color:#fff;
}
.cta-solid:focus-visible{
  outline:2px solid #ffd6db;
  outline-offset:2px;
}

/* Hareketi azalt tercihi */
@media (prefers-reduced-motion:reduce){
  .icon-ghost,.cta-solid{ transition:none; }
}


:root {
  --uz-surface:#ffffff;
  --uz-soft:#f7f8fc;
  --uz-border:#e8eef5;
  --uz-text:#0f172a;
  --uz-muted:#667085;
  --uz-primary:#0d6efd;
  --uz-accent:#ce3426;
  --uz-shadow:0 10px 24px rgba(15,23,42,.08);
}


.tour-cards .row.gx-3 { --bs-gutter-x:.9rem; }
.tour-cards .gy-4 { --bs-gutter-y:1.2rem; }

/* === Satır içi kartları eş-yükseklik yap === */
.tour-cards .row > [class*="col-"] .pop-touritem { display:flex; width:100%; }
.tour-cards .row > [class*="col-"] .pop-touritem .card { display:flex; flex-direction:column; flex:1 1 auto; }

/* Kart */
.tour-cards .pop-touritem .card {
  border:1px solid var(--uz-border);
  border-radius:16px !important;
  background:var(--uz-surface);
  box-shadow:0 3px 10px rgba(2,6,23,.04);
  overflow:hidden;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.tour-cards .pop-touritem .card:hover {
  transform:translateY(-4px);
  box-shadow:var(--uz-shadow);
  border-color:#dbe5f0;
}

/* Görsel oranı */
.tour-cards .popFlights-item-overHidden {
  position:relative; overflow:hidden; aspect-ratio:16/10; background:#f2f4f8;
}
@supports not (aspect-ratio:16/10) {
  .tour-cards .popFlights-item-overHidden { height:225px; }
}
.tour-cards .popFlights-item-overHidden > img {
  width:100% !important; height:100% !important; display:block;
  object-fit:cover !important; object-position:center;
  transition:transform .45s ease, filter .45s ease;
}
.tour-cards .flight-thumb-wrapper:hover .popFlights-item-overHidden > img {
  transform:scale(1.05); filter:saturate(1.05);
}

/* Etiket/Rozet */
.tour-cards .label {
  --pad:.42rem .62rem;
  padding:var(--pad);
  border-radius:10px;
  font-size:.78rem;
  box-shadow:0 6px 16px rgba(2,6,23,.08);
  white-space:nowrap;
}
.tour-cards .position-absolute.top-0.left-0 { left:.75rem; top:.75rem; }
.tour-cards .position-absolute.bottom-0.left-0 { left:.75rem; bottom:.75rem; }

/* İç gövde */
.tour-cards .touritem-middle {
  flex:1 1 auto; display:flex; flex-direction:column;
  padding:1rem 1rem .6rem !important; min-width:0;
}
.tour-cards .touritem-bottom { margin-top:auto; }

/* Başlık */
.tour-cards .tour-title { margin:0 0 .45rem 0; line-height:1.25; }
.tour-cards .tour-title span {
  white-space:normal !important;
  display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;
  overflow:hidden; text-overflow:ellipsis;
  overflow-wrap:anywhere; word-break:break-word; hyphens:auto;
  min-height:calc(1.25em * 2);
  color:var(--uz-text); font-weight:500;
  font-size:clamp(.92rem, .78rem + .5vw, 1.06rem);
}

.tour-cards .city span {
  color:var(--uz-text);
  font-weight:800;
  font-size:16px;
  height:40px;
  display:block;
  white-space:normal;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* Otel adı + yıldız bandı */
.tour-cards .bg-light-success {
  --bg:#f4f9ff;
  background:var(--bg) !important;
  border:1px solid var(--uz-border);
  border-radius:10px;
  padding:.4rem .6rem;
  margin-top:.45rem;
}

/* Badge: grid (metin + yıldız) */
.tour-cards .d-flex.bg-light-success {
  display:grid !important;
  grid-template-columns:1fr auto;
  align-items:start;
  gap:.25rem .6rem;
  background:#f4f9ff !important;
  border:1px solid var(--uz-border);
  border-radius:10px;
  padding:.35rem .55rem;
  overflow:hidden;
  min-height:44px;
}

/* Badge metin */
.tour-cards .d-flex.bg-light-success h4.city { margin:0; min-width:0; }
.tour-cards .d-flex.bg-light-success h4.city span {
  white-space:normal; display:block; line-height:1.25;
  font-weight:700; font-size:.9rem; color:var(--uz-text);
  overflow:visible;
}

/* Badge yıldızlar */
.tour-cards .d-flex.bg-light-success > .d-flex.align-items-center {
  flex:0 0 auto; gap:.2rem; justify-content:flex-start; white-space:nowrap;
}
.tour-cards .d-flex.bg-light-success i.fa-star {
  color:#ffb81c !important; font-size:1rem; line-height:1;
}

/* Özellik listesi */
.tour-cards .detail.ellipsis-container { margin-top:.75rem; }
.tour-cards .detail .label {
  background:#fff9e8 !important;
  border:1px solid #ffe1a6;
  color:#835b00;
}
.tour-cards .detail .row { margin:0; }
.tour-cards .detail li {
  list-style:none; display:flex; align-items:center; gap:.45rem;
  color:#425466; font-size:.86rem; line-height:1.25rem;
  border:1px dashed #dbe5f0; border-radius:8px;
  padding:.42rem .55rem; margin:0 0 .4rem 0; width:100%;
  background:#fff;
}

/* Fiyat */
.tour-cards .text-dark.fw-bold.fs-4 {
  color:var(--uz-accent) !important;
  font-weight:900 !important;
  letter-spacing:.02em;
}

/* Puan kutusu */
.tour-cards .square--40 {
  width:40px; height:40px; display:grid; place-items:center;
  font-weight:800; border-radius:10px !important;
  background:var(--uz-primary) !important; color:#fff;
}

/* CTA */
.tour-cards .booking-wrapes { margin-top:.65rem !important; }
.tour-cards .booking-wrapes .btn {
  height:42px; display:inline-flex; align-items:center; justify-content:center;
  border-radius:10px !important;
  transition:transform .15s ease, box-shadow .15s ease;
}
.tour-cards .booking-wrapes .btn:hover {
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(13,110,253,.18);
}
.tour-cards .booking-wrapes .full-width { flex:1 1 auto; }

/* Responsive */
@media (max-width:1199.98px) {
  .tour-cards .popFlights-item-overHidden { aspect-ratio:16/10; }
}
@media (max-width:991.98px) {
  .tour-cards .popFlights-item-overHidden { aspect-ratio:16/11; }
  .tour-cards .detail li { font-size:.84rem; }
  .tour-cards .tour-title span { -webkit-line-clamp:3; min-height:calc(1.25em * 3); }
}
@media (max-width:767.98px) {
  .tour-cards .booking-wrapes { gap:.5rem; }
  .tour-cards .booking-wrapes .btn { width:100%; }
  .tour-cards .d-flex.bg-light-success h4.city span {
    display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;
  }
}
@media (max-width:575.98px) {
  .tour-cards .popFlights-item-overHidden { aspect-ratio:21/9; }
  .tour-cards .detail li { padding:.38rem .5rem; }
  .tour-cards .d-flex.bg-light-success { grid-template-columns:1fr; }
  .tour-cards .d-flex.bg-light-success > .d-flex.align-items-center { justify-self:start; }
}



/* ===== Global Early-Deal Card Styles ===== */
:root{
  --eh-surface:#fff; --eh-soft:#f7f8fc; --eh-border:#e8eef5; --eh-text:#0f172a;
  --eh-muted:#667085; --eh-primary:#0d6efd; --eh-accent:#ce3426; --eh-shadow:0 10px 24px rgba(15,23,42,.08);

  /* kompakt ayarlar */
  --eh-font-xxs:.78rem;
  --eh-font-xs:.82rem;
  --eh-font-sm:.9rem;
  --eh-radius:12px;
}

/* grid boşluk yardımcıları (opsiyonel) */
.row.gx-3{ --bs-gutter-x:.9rem; }
.gy-4{ --bs-gutter-y:1.2rem; }

/* Kart iskeleti ve hover */
.eq-card{
  height:100%;
  display:flex;
  flex-direction:column;
  border:1px solid var(--eh-border);
  border-radius:var(--eh-radius);
  background:var(--eh-surface);
  box-shadow:0 2px 8px rgba(2,6,23,.04);
  overflow:hidden;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.eq-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--eh-shadow);
  border-color:#dbe5f0;
}

/* Görsel oranı sabit */
.popFlights-item-overHidden{
  position:relative; overflow:hidden; aspect-ratio:16/9; background:#f2f4f8;
}
@supports not (aspect-ratio:16/9){
  .popFlights-item-overHidden{ height:225px; }
}
.popFlights-item-overHidden>img{
  width:100%; height:100%; object-fit:cover; display:block;
  transition:transform .45s ease, filter .45s ease;
}
.flight-thumb-wrapper:hover .popFlights-item-overHidden>img{
  transform:scale(1.05); filter:saturate(1.05);
}

/* İç düzen ve eşit yükseklik */
.touritem-middle{ flex:1; display:flex; flex-direction:column; padding:.9rem !important; }
.touritem-bottom{ margin-top:auto; }

/* Başlık (2 satır clamp) */
.tour-title{ line-height:1.25; margin:0 0 .35rem 0; }
.tour-title span{
  display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;
  overflow:hidden; word-break:break-word; overflow-wrap:anywhere;
  min-height:calc(1.25em * 2);
  color:var(--eh-text); font-weight:800;
  font-size:clamp(.95rem, .85rem + .35vw, 1.1rem);
}

/* Otel adı + yıldız bandı */
.hotel-badge{
  display:grid !important; grid-template-columns:1fr auto; align-items:center;
  gap:.3rem .5rem; min-height:40px; padding:.3rem .5rem;
  background:#f4f9ff !important; border:1px solid var(--eh-border);
  border-radius:10px;
}
.hotel-badge h4.city{ margin:0; min-width:0; }
.hotel-badge h4.city span{ 
  white-space:normal; 
  overflow:hidden; 
  text-overflow:ellipsis; 
  font-size:clamp(.85rem, .8rem + .2vw, .95rem); 
}
.hotel-badge i.fa-star{ color:#ffb81c !important; }

/* Frühbucher özellikleri */
.feature-list{
  list-style:none; margin:.75rem 0 0 0; padding:0;
  display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:.4rem .5rem;
}
.feature-list__title{
  background:#fff9e8; border:1px solid #ffe1a6; color:#835b00;
  padding:.32rem .5rem; border-radius:8px; font-size:var(--eh-font-xs);
  width:max-content;
}
.feature-list li{
  display:flex; align-items:center; gap:.4rem;
  font-size:var(--eh-font-sm); color:#425466; line-height:1.25rem;
  border:1px dashed #dbe5f0; border-radius:8px; padding:.36rem .5rem; background:#fff;
}

/* Fiyat / rozet */
.deal-pill{
  padding:.3rem .5rem; border-radius:8px; font-size:.72rem;
  background:#dc3545; color:#fff; box-shadow:0 6px 16px rgba(220,53,69,.25);
  width:max-content;
}
.price-now{
  color:var(--eh-accent) !important; font-weight:900; letter-spacing:.02em;
  font-size:clamp(1.05rem, .95rem + .6vw, 1.25rem) !important;
}
.text-decoration-line-through{ font-size:.9rem; }

/* Puan kutusu */
.square--40{
  width:36px; height:36px; display:grid; place-items:center;
  font-weight:800; border-radius:9px !important;
  background:var(--eh-primary) !important; color:#fff;
  font-size:.95rem;
}

/* Butonlar */
.booking-wrapes{ margin-top:.6rem !important; }
.booking-wrapes .btn{
  min-height:38px; display:inline-flex; align-items:center; justify-content:center;
  border-radius:10px !important; font-size:.92rem; padding-inline:.9rem;
  transition:transform .15s ease, box-shadow .15s ease;
}
.booking-wrapes .btn:hover{ transform:translateY(-2px); box-shadow:0 8px 18px rgba(13,110,253,.18); }
.booking-wrapes .full-width{ flex:1 1 auto; }

/* Küçük ekran ayarları */
@media (max-width:575.98px){
  .popFlights-item-overHidden{ aspect-ratio:21/9; }   /* daha yatay, daha az yükseklik */
  .feature-list{ grid-template-columns:1fr; }
  .eq-card{ box-shadow:0 1px 6px rgba(2,6,23,.05); }
}

/* Tablet ve altına ekstra sıkıştırma */
@media (max-width:991.98px){
  .touritem-middle{ padding:.85rem !important; }
  .feature-list li{ font-size:.86rem; }
  .price-now{ font-size:clamp(1rem, .9rem + .6vw, 1.15rem) !important; }
  .booking-wrapes .btn{ min-height:36px; }
}
