/* ====== 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;
  gap: .5rem;
}

.ui-bar>* {
  flex: 0 0 auto;
}

/* öğeler daralmayıp kırpılmaz */

/* ===== Reviews Chip – sabit hizalı, responsive ========================== */
.reviews-chip {
  /* fallback + custom property */
  background: #16a34a;
  background: var(--bg, #16a34a);
  color: #fff;
  color: var(--fg, #fff);
  border: 1px solid rgba(0, 0, 0, .06);
  border: 1px solid var(--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;

  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 */
}

/* puan kutusu (eski HTML’deki .fw-bold’u da kapsa) */
.reviews-chip .score,
.reviews-chip .fw-bold {
  display: grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  padding: 0 .2rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, .18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
  font-weight: 800;
  font-size: 14px;
  margin-right: .15rem;
  /* mevcut me-2'yi tamamlar */
}

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

/* ===== Kalp (ghost) ve CTA ============================================= */
.icon-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #eaf7f0;
  border: 1px solid #cfe9db;
}

.icon-ghost .fa-heart {
  color: #e11d48;
}

.cta-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 1rem;
  background: #ef4444;
  color: #fff;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
}

/* ===== XS (≤576px) – kompakt görünüm =================================== */
@media (max-width:576px) {
  .ui-bar {
    flex-wrap: wrap;
    gap: .45rem;
  }

  .reviews-chip {
    height: 34px;
    padding: 0 .6rem;
    font-size: 13px;
  }

  .reviews-chip .score,
  .reviews-chip .fw-bold {
    min-width: 24px;
    height: 24px;
    font-size: 12.5px;
  }

  .reviews-chip .count {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }

  .reviews-chip .label {
    display: none;
  }

  /* metni gizle, chip kompakt */

  .icon-ghost {
    width: 34px;
    height: 34px;
  }

  /* CTA alt satırda full genişlik; chip ve kalp üstte kalır */
  .cta-solid {
    height: 34px;
    padding: 0 .8rem;
    font-size: 13px;
    flex: 1 1 100%;
    order: 3;
  }

  .icon-ghost {
    order: 2;
  }

  .reviews-chip {
    order: 1;
  }
}

/* ===== 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;
  }
}


/* Sağ blokta “weather”ı en sağa kilitle */
.right-wrap {
  margin-left: 0;
}

@media (min-width: 768px) {
  .right-wrap {
    margin-left: auto;
  }

  /* büyük ekranda sağa it */
}

/* Weather kutusu: sağda kompakt dursun */
.weather-wrap {
  min-width: 90px;
  /* ikon + derece sıkışmasın */
  display: flex;
  justify-content: flex-end;
  /* sağa hizala */
  align-items: center;
  /* dikey ortala */
  flex: 0 0 auto;
  /* daralmayıp sabit dursun */
}

/* Weather bileşenini chip gibi göster */
.weather-wrap .wx-chip {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  height: 40px;
  padding: 0 .75rem;
  white-space: nowrap;
  background: #f1f5f9;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 auto;
  /* daralma yok */
}

/* İçerik (ikon + sıcaklık) */
.weather-wrap .wx-chip i,
.weather-wrap .wx-chip svg {
  font-size: 18px;
  opacity: .9;
}

.weather-wrap .wx-chip .temp,
.weather-wrap .wx-chip .value,
.weather-wrap .wx-chip .degree,
.weather-wrap .wx-chip span {
  font-variant-numeric: tabular-nums;
  /* sayılar hizalı */
}

/* Aksiyon barıyla mesafe */
.right-wrap .ui-bar {
  margin-left: .25rem;
}

/* Mobil (≤576px): daha kompakt ve akıcı */
@media (max-width:576px) {
  .right-wrap {
    gap: .45rem !important;
  }

  .weather-wrap {
    flex: 1 1 auto;
    order: 1;
    justify-content: flex-start;
  }

  .weather-wrap .wx-chip {
    height: 34px;
    padding: 0 .6rem;
    font-size: 13px;
  }

  .weather-wrap .wx-chip i,
  .weather-wrap .wx-chip svg {
    font-size: 16px;
  }

  .right-wrap .ui-bar {
    flex: 1 1 100%;
    order: 2;
  }

  /* CTA alt satırda full genişlik */
}


@media (min-width:668px) and (max-width:1601.98px) {

  .right-wrap {
    display: grid !important;
    grid-template-columns: auto 1fr;
    column-gap: .75rem;
    row-gap: .5rem;
    align-items: center;
    justify-content: space-between;
  }


  .weather-wrap {
    justify-content: flex-start;
  }


  .ui-bar {
    display: grid !important;
    grid-template-columns: auto auto auto;
    column-gap: .5rem;
    align-items: center;
    justify-content: start;
  }

  .ui-bar .cta-solid {
    grid-column: 1 / -1;
    width: 100%;
    height: 38px;
    border-radius: 12px;
  }

  .reviews-chip {
    height: 36px;
    padding: 0 .6rem;
    font-size: 13px;
  }

  .reviews-chip .score,
  .reviews-chip .fw-bold {
    min-width: 24px;
    height: 24px;
    font-size: 12.5px;
  }

  .reviews-chip .count {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }

  .reviews-chip .label {
    display: none;
  }

  /* yer kazandırır */

  .icon-ghost {
    width: 36px;
    height: 36px;
  }


  .weather-wrap .wx-chip {
    height: 36px;
    padding: 0 .6rem;
    font-size: 13px;
  }

  .weather-wrap .wx-chip i,
  .weather-wrap .wx-chip svg {
    font-size: 16px;
  }
}


.hotel-rating {
  font-size: 0.95rem;
  min-width: 28px;
}


.right-wrap>* {
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .right-wrap {
    width: 100%;
    justify-content: space-between;
  }

  .weather-wrap {
    order: -1;
  }
}


.modal-room {
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.room-gallery img {
  object-fit: cover;
  display: block;
}

.room-desc-scroll {
  max-height: 320px;
  overflow: auto;
  line-height: 1.55;
}


.room-desc-scroll::-webkit-scrollbar {
  width: 8px;
}

.room-desc-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .15);
  border-radius: 8px;
}

.room-desc-scroll:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .25);
}


.mrt-newsletter {
  background-color: #f8f9fa;
  position: relative;
}

.mrt-newsletter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(220, 53, 69, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;

}

.mrt-benefits-list {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

.mrt-benefit-item {
  padding: 8px 16px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

.mrt-benefit-item:hover {
  transform: translateY(-2px);
}

.mrt-newsletter-badge {
  font-size: 1rem;
}

.mrt-subscribe-send {
  display: flex;
  gap: 1rem;
  width: 100%;
  align-items: center;
}

.mrt-subscribe-form-control {
  flex: 1;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-size: 1rem;
  transition: box-shadow 0.3s ease;
}

.mrt-subscribe-form-control:focus {
  outline: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mrt-subscribe-form-control::placeholder {
  color: #6c757d;
  font-size: 1rem;
}

.mrt-subscribe-button {
  padding: 1rem 1.5rem;
  border-radius: 20px;
  background-color: #1ea36d;
  color: white;
  border: none;
  font-size: 1rem;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.mrt-subscribe-button:hover {
  background-color: #27a974;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mrt-privacy-notice {
  color: #6c757d;
  font-size: 0.9rem;
  margin-top: 1rem;
}

.mrt-privacy-notice .btn {
  margin-left: auto;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

.mrt-privacy-notice a:hover {
  text-decoration: underline;
}

.booking-banner {
  margin-top: 1rem;
  background-color: var(--bs-primary-bg-subtle);
  border-radius: 1rem;
  padding: 1rem;
}

.booking-banner-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 20px;
}

.word {
  background-color: var(--bs-danger-bg-dark);
  color: white;
  padding: 0.4rem 0.6rem;
  margin: 0.3rem 0.2rem;
  border-radius: 10px;
  transform: skew(-3deg);
  display: inline-block;
  font-style: italic;
}

.booking-banner-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  height: 100%;
  padding: 1rem;
  background-color: white;
  transition: transform 0.3s ease;
}

.booking-banner-card:hover {
  transform: translateY(-5px);
}

.booking-banner-icon {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--bs-primary);
}

.booking-banner-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.booking-banner-card-title {
  font-size: 1.75rem;
}

.booking-banner-card-text {
  color: var(--bs-body-color);
  margin-bottom: 0;
  font-size: 0.875rem;
}

.brt-social-share-icons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 999;
}

.brt-social-share-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #0d355e;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
}

.brt-social-share-icons a:hover {
  background-color: #082646;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .brt-social-share-icons {
    position: static;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0;
    transform: none;
  }
}

.feature-toggle-btn {
  all: unset;
  /* Varsayılan button stillerini sıfırla */
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.1rem;
  /* Başlık boyutu */
  font-weight: 600;
  /* Kalın yazı */
  color: #1f2937;
  /* Başlık rengi */
  padding: 12px 4px;
  /* Dikey boşluk, yana çok değil */
  cursor: pointer;
  /* Tıklanabilir imleç */
  transition: color 0.2s ease, transform 0.2s ease;
  background: transparent;
  /* Buton gibi değil */
  border: none;
  outline: none;
}

/* Hover efekti */
.feature-toggle-btn:hover {
  color: black;
}

/* Aktif olduğunda rengi biraz koyulaştır */
.feature-toggle-btn[aria-expanded="true"] {
  color: black;
}

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

/* Açıkken oku döndür */
.feature-toggle-btn[aria-expanded="true"] .toggle-icon {
  transform: rotate(180deg);
  color: black;
}