/* =============================================================
   TRAVEYO — Custom Brand CSS
   Font: Manrope (Google Fonts)
   Primary Navy : #0b1d35
   Brand Teal   : #1dc6c8
   Accent Orange: #fd962c
   ============================================================= */

/* ---------- CSS Variables ---------- */
:root {
  --trv-navy:        #0b1d35;
  --trv-navy-mid:    #112542;
  --trv-navy-light:  #1a3558;
  --trv-teal:        #1dc6c8;
  --trv-teal-dark:   #14a0a2;
  --trv-orange:      #fd962c;
  --trv-coral:       #ff7a45;
  --trv-cta-start:   #20d3cf;
  --trv-cta-end:     #108aa0;
  --trv-white:       #ffffff;
  --trv-gray-100:    #f5f8fc;
  --trv-gray-200:    #eaf0f8;
  --trv-gray-500:    #8899aa;
  --trv-text:        #1a2e44;
  --trv-radius:      8px;
  --trv-radius-lg:   14px;
  --trv-shadow:      0 4px 24px rgba(11,29,53,.10);
  --trv-shadow-lg:   0 8px 40px rgba(11,29,53,.18);
  --trv-transition:  all .22s cubic-bezier(.4,0,.2,1);
}

/* Booking request, footer contact tools and final overlay fixes. */
.trv-hotel-activity-list--features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 18px;
  margin-top: 16px;
}
.trv-hotel-important-list { margin: 0; padding-left: 20px; }
.trv-hotel-important-list li + li { margin-top: 8px; }
.trv-hotel-inquiry {
  margin: 22px 0;
  padding: 26px;
  border: 1px solid #cfe3eb;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff 0%, #f4fbfb 100%);
  box-shadow: 0 16px 40px rgba(8, 43, 70, .09);
  scroll-margin-top: 150px;
}
.trv-hotel-inquiry__head { display: flex; justify-content: space-between; gap: 28px; margin-bottom: 22px; }
.trv-hotel-inquiry__head h2 { margin: 5px 0 0; font-size: 24px; color: #0b2943; }
.trv-hotel-inquiry__head p { max-width: 460px; margin: 0; color: #60758a; }
.trv-hotel-inquiry__contact,
.trv-hotel-inquiry__extras,
.trv-hotel-inquiry__passenger-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.trv-hotel-inquiry__contact label,
.trv-hotel-inquiry__extras label,
.trv-hotel-inquiry__field { display: grid; gap: 7px; min-width: 0; color: #18364f; font-size: 12px; font-weight: 800; }
.trv-hotel-inquiry__wide { grid-column: 1 / -1; }
.trv-hotel-inquiry__passengers { display: grid; gap: 14px; margin: 22px 0; }
.trv-hotel-inquiry__passenger { margin: 0; padding: 18px; border: 1px solid #d9e7ed; border-radius: 13px; background: #fff; }
.trv-hotel-inquiry__passenger legend { width: auto; padding: 0 7px; color: #082d4b; font-size: 14px; font-weight: 900; }
.trv-hotel-inquiry__passenger-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.trv-hotel-inquiry__consent { display: flex; align-items: flex-start; gap: 9px; margin: 18px 0; color: #526b80; font-size: 12px; }
.trv-hotel-inquiry__actions { display: flex; justify-content: flex-end; gap: 12px; }
.trv-footer-affiliations--column { display: grid; gap: 10px; margin-top: 18px; padding-top: 14px; }
.trv-footer-affiliations--column .trv-footer-affiliation { min-height: 72px; padding: 8px 11px; }
.trv-footer-affiliations--column .trv-footer-affiliation--health img { height: 54px; max-width: 150px; }
.trv-footer-affiliations--column .trv-footer-affiliation--tursab img { height: 54px; max-width: 54px; }
.trv-footer-affiliations--column .trv-footer-affiliation figcaption { max-width: none; }
.trv-contact-dock { position: fixed; right: 18px; bottom: 18px; z-index: 10030; display: grid; gap: 9px; }
.trv-contact-dock__item { position: relative; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: #fff !important; font-size: 21px; box-shadow: 0 10px 24px rgba(8, 32, 52, .24); transition: transform .18s ease; }
.trv-contact-dock__item:hover { transform: translateX(-4px); color: #fff !important; }
.trv-contact-dock__item.is-whatsapp { background: #20bd62; }
.trv-contact-dock__item.is-email { background: #129bb0; }
.trv-contact-dock__item.is-phone { background: #073f70; }
.trv-contact-dock__item span { position: absolute; right: 61px; padding: 6px 9px; border-radius: 7px; background: #09263e; color: #fff; font-size: 11px; font-weight: 800; white-space: nowrap; opacity: 0; pointer-events: none; transform: translateX(5px); transition: opacity .18s ease, transform .18s ease; }
.trv-contact-dock__item:hover span { opacity: 1; transform: translateX(0); }
.trv-booking-reminder { position: fixed; right: 86px; bottom: 18px; z-index: 10020; width: min(340px, calc(100vw - 112px)); padding: 15px; border: 1px solid #cce0e8; border-radius: 14px; background: #fff; box-shadow: 0 18px 48px rgba(4, 33, 55, .24); }
.trv-booking-reminder[hidden] { display: none !important; }
.trv-booking-reminder > strong { display: block; padding-right: 24px; color: #07965e; font-size: 15px; }
.trv-booking-reminder__close { position: absolute; right: 8px; top: 6px; border: 0; background: transparent; color: #789; font-size: 24px; cursor: pointer; }
.trv-booking-reminder__body { display: grid; grid-template-columns: 74px minmax(0, 1fr); gap: 11px; margin: 12px 0; }
.trv-booking-reminder__body img { width: 74px; height: 76px; border-radius: 8px; object-fit: cover; background: #eaf2f5; }
.trv-booking-reminder__body div { display: grid; align-content: start; gap: 2px; min-width: 0; }
.trv-booking-reminder__body b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #0a2942; font-size: 13px; }
.trv-booking-reminder__body small,
.trv-booking-reminder__body span { color: #72869a; font-size: 11px; }
.trv-booking-reminder__body em { color: #0aa467; font-style: normal; font-size: 16px; font-weight: 900; }
.trv-booking-reminder__continue { display: block; padding: 9px; border-radius: 8px; background: #0a9f68; color: #fff !important; text-align: center; font-size: 12px; font-weight: 900; }
body.modal-open .modal,
.modal.show { position: fixed !important; z-index: 30050 !important; }
body.modal-open .modal-backdrop,
.modal-backdrop.show { z-index: 30040 !important; }
body.modal-open .page-header { z-index: 10000 !important; }

@media (max-width: 991.98px) {
  .trv-hotel-inquiry__passenger-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trv-hotel-activity-list--features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
  .trv-hotel-inquiry { padding: 18px 14px; border-radius: 13px; }
  .trv-hotel-inquiry__head { display: block; }
  .trv-hotel-inquiry__head p { margin-top: 10px; }
  .trv-hotel-inquiry__contact,
  .trv-hotel-inquiry__extras,
  .trv-hotel-inquiry__passenger-grid,
  .trv-hotel-activity-list--features { grid-template-columns: 1fr; }
  .trv-hotel-inquiry__wide { grid-column: auto; }
  .trv-hotel-inquiry__actions { display: grid; }
  .trv-contact-dock { right: 10px; bottom: 10px; }
  .trv-contact-dock__item { width: 46px; height: 46px; font-size: 19px; }
  .trv-contact-dock__item span { display: none; }
  .trv-booking-reminder { right: 64px; bottom: 10px; width: calc(100vw - 78px); }
}

/* Final home hotel rail overrides (kept at the end so legacy rules cannot overwrite them). */
.page-main--home .trv-home-intro-hotels { padding:30px 24px 34px !important; background:linear-gradient(135deg,#c8f1f2 0%,#e7f1fb 48%,#ffe6c7 100%) !important; }
.page-main--home .trv-home-intro-hotels .intro__hotels { padding:0 18px; }
.page-main--home .trv-home-intro-hotels .swiper-container { padding:4px 0 8px; }
@media (max-width:767px){.page-main--home .trv-home-intro-hotels{padding:20px 10px 24px !important}.page-main--home .trv-home-intro-hotels .intro__hotels{padding:0 6px}}
.page-main--home .trv-home-intro-hotels .card-intro__footer { display:block !important; visibility:visible !important; opacity:1 !important; }
.page-main--home .trv-home-intro-hotels .card-intro__footer h4,
.page-main--home .trv-home-intro-hotels .card-intro__footer .card-intro__local { color:#fff !important; visibility:visible !important; }
.page-main--home .trv-home-intro-hotels .card-price { display:flex !important; align-items:center; gap:4px; color:#fff !important; visibility:visible !important; opacity:1 !important; }
.page-main--home .trv-home-intro-hotels .card-price .count { color:#17d1d5 !important; font-weight:900; }
.page-main--home .trv-home-intro-hotels .card-price { top:14px !important; right:14px !important; padding:8px 11px !important; border-radius:7px !important; background:rgba(8,29,49,.94) !important; border:1px solid rgba(29,211,213,.28); box-shadow:0 7px 18px rgba(4,24,42,.3); }
.page-main--home .trv-home-intro-hotels .card-hover { z-index:6; display:flex !important; align-items:center; justify-content:center; flex-direction:column; gap:13px; padding:22px !important; background:linear-gradient(145deg,rgba(4,27,52,.94),rgba(5,111,126,.9)) !important; opacity:0; visibility:hidden; transition:opacity .22s ease,visibility .22s ease; }
.page-main--home .trv-home-intro-hotels .card-intro:hover .card-hover,
.page-main--home .trv-home-intro-hotels .card-intro:focus-within .card-hover { opacity:1; visibility:visible; }
.page-main--home .trv-home-intro-hotels .card-hover h3 { margin:0; color:#fff; font-size:18px; line-height:1.2; text-align:center; text-shadow:0 2px 8px rgba(0,0,0,.3); }
.page-main--home .trv-home-intro-hotels .card-hover__view { display:inline-flex; align-items:center; justify-content:center; min-width:116px; min-height:36px; border:1px solid rgba(255,255,255,.75); border-radius:999px; background:#fff; color:#087f8e; font-size:11px; font-weight:800; }

/* The home hero is a single, fixed visual. Keep the legacy Swiper markup for
   its layout, but remove all transform/transition motion from the viewport. */
.intro--home .trv-home-hero-static__viewport,
.intro--home .trv-home-hero-static__viewport .swiper-wrapper,
.intro--home .trv-home-hero-static__desc,
.intro--home .trv-home-hero-static__desc .swiper-wrapper {
  transform: none !important;
  transition: none !important;
}
.intro--home .trv-home-hero-static__viewport .swiper-wrapper,
.intro--home .trv-home-hero-static__desc .swiper-wrapper {
  display: block;
}
.intro--home .trv-home-hero-static__viewport .swiper-slide,
.intro--home .trv-home-hero-static__desc .swiper-slide {
  display: block;
  width: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
}
.intro--home .trv-home-hero-static__viewport .swiper-slide:not(:first-child),
.intro--home .trv-home-hero-static__desc .swiper-slide:not(:first-child) { display: none; }

/* ---------- Base Typography ---------- */
html, body,
h1, h2, h3, h4, h5, h6,
p, a, span, li, label, input, button, select, textarea {
  font-family: 'Manrope', 'Plus Jakarta Sans', system-ui, sans-serif !important;
}

body {
  color: var(--trv-text);
  background: var(--trv-white);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

/* ============================================================
   HEADER — TAMAMEN TRANSPARAN
   - .page-header tek bir arka plan overlay alır
   - .trv-topbar ve .trv-mainnav tamamen şeffaf
   - İkisi arasında sadece ince rgba çizgi
   - Scroll sonrası solid navy
   ============================================================ */

/* Tema orijinal elemanlarını gizle */
.panel-fixed,
.main-nav,
.btn-toggle-nav { display: none !important; }

/* ── HEADER: fully transparent, position fixed ── */
.page-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  background: linear-gradient(90deg, rgba(5,20,37,.74) 0%, rgba(12,54,62,.50) 52%, rgba(5,13,25,.78) 100%) !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none !important;
  box-shadow: none !important;
  transition: background 0.35s ease, backdrop-filter 0.35s ease, box-shadow 0.35s ease;
}

.page-header .container {
  max-width: 1320px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

/* Scroll sonrası: solid + blur */
.page-header.trv-scrolled {
  background: rgba(7, 18, 36, 0.96) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  box-shadow: 0 2px 28px rgba(0,0,0,.32) !important;
}

/* ---------- KATMAN 1: Top Bar — kendi bg'si YOK ---------- */
.trv-topbar {
  background: transparent !important;
  /* sadece alt border: iki katmanı ayıran ince çizgi */
  border-bottom: 1px solid rgba(255,255,255,.13);
  font-size: 13px;
  padding: 0;
  line-height: 1;
}
.trv-topbar .container { display: block; }
.trv-topbar__row {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap !important;
  gap: 10px;
}

.trv-topbar a {
  color: rgba(255,255,255,.96) !important;
  text-decoration: none !important;
  transition: var(--trv-transition);
  font-size: 13px;
  font-weight: 700;
}
.trv-topbar a:hover { color: var(--trv-teal) !important; }

/* Sosyal ikonlar */
.trv-topbar__social { display: flex; align-items: center; gap: 9px; }
.trv-topbar__social { order: 5; margin-left: 8px; }
.trv-topbar__social,
.trv-topbar__contact,
.trv-topbar__rates,
.trv-topbar__actions,
.trv-header-search--topbar {
  flex-shrink: 0;
}
.trv-topbar__social a {
  width: 31px; height: 31px;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid rgba(255,255,255,.96);
  border-radius: 50%;
  font-size: 14px;
  color: rgba(255,255,255,.98) !important;
  transition: var(--trv-transition);
}
.trv-social-x {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}
.trv-topbar__social a:hover {
  background: var(--trv-teal) !important;
  border-color: var(--trv-teal) !important;
  color: #fff !important;
}

/* Telefon + Mail */
.trv-topbar__contact {
  display: flex; align-items: center; gap: 16px;
  padding: 0 0 0 14px;
  order: 1;
}
.trv-topbar__contact a {
  display: flex; align-items: center; gap: 5px;
  white-space: nowrap;
  font-size: 12.5px;
}

.trv-topbar__rates {
  order: 2;
}

.trv-header-search--topbar {
  order: 3;
}

/* Sağ aksiyon grubu */
.trv-topbar__actions {
  display: flex; align-items: center; gap: 10px; margin-left: auto;
  flex-wrap: nowrap !important;
  order: 4;
}
.trv-topbar__actions .trv-sep {
  display: none;
}
.trv-topbar__lang {
  display: inline-flex; align-items: center; gap: 3px;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  color: rgba(255,255,255,.96) !important;
  font-size: 12.5px;
  font-weight: 800;
  transition: var(--trv-transition);
  white-space: nowrap;
}
.trv-topbar__lang:hover { border-color: var(--trv-teal) !important; color: var(--trv-teal) !important; }

.trv-topbar__btn {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 0;
  border-radius: 0;
  border: 1px solid transparent;
  transition: var(--trv-transition);
  font-weight: 800;
  color: rgba(255,255,255,.96) !important;
  text-decoration: none !important;
  font-size: 12.5px;
  cursor: pointer;
  white-space: nowrap;
}
.trv-topbar__btn:hover {
  background: rgba(255,255,255,.1);
  color: #fff !important;
}
.trv-topbar__btn--signup {
  border-color: transparent !important;
}
.trv-topbar__btn--signup:hover {
  background: rgba(255,255,255,.12) !important;
  border-color: rgba(255,255,255,.55) !important;
}

/* ---------- KATMAN 2: Ana Nav — kendi bg'si YOK ---------- */
.trv-mainnav {
  background: transparent !important;
  border-bottom: none;
  box-shadow: none;
}
.trv-mainnav__row {
  min-height: 92px;
}
.trv-mainnav__actions {
  gap: 10px;
  margin-left: auto;
}

.trv-header-quicklinks {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  margin-right: 8px;
  line-height: 1;
}

.trv-header-quicklinks .trv-topbar__btn {
  min-height: 20px;
  font-size: 12px;
}

.trv-header-quicklinks .trv-favorite-count,
.trv-header-quicklinks .trv-cart-count {
  min-width: 18px;
  height: 18px;
  font-size: 10px;
}
.trv-mainnav .navbar-logo {
  margin-right: clamp(16px, 2vw, 40px) !important;
}

/* Logo */
.navbar-logo { text-decoration: none !important; }
.navbar-logo img {
  max-height: 52px;
  display: block;
  filter: none;
}

/* Nav linkleri: beyaz metin (transparan arka plan üstünde) — 8 öğe tek satır */
.trv-nav-links { display: flex; align-items: center; gap: 0; }
.trv-nav-links .nav-item { position: relative; }
.trv-nav-links .nav-link {
  color: rgba(255,255,255,.96) !important;
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 10px 6px !important;
  border-radius: 6px;
  transition: var(--trv-transition);
  white-space: nowrap;
  display: flex; align-items: center; gap: 3px;
  text-decoration: none !important;
  text-shadow: 0 1px 4px rgba(0,0,0,.45);
  letter-spacing: -.01em;
}
.trv-nav-links .nav-link .fa {
  font-size: 10px;
  margin-left: 2px;
}
.trv-nav-links .nav-link:hover,
.trv-nav-links .nav-item.show > .nav-link,
.trv-nav-links .nav-item.is-open > .nav-link,
.trv-nav-links .nav-item:focus-within > .nav-link {
  color: var(--trv-teal) !important;
  background: rgba(255,255,255,.08) !important;
}

/* Dropdown — beyaz kutu */
.trv-nav-links .nav-item.dropdown {
  position: relative;
}
.trv-nav-links .nav-item.dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 12px;
}
.trv-nav-links .dropdown-menu {
  display: block !important;
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  z-index: 10000 !important;
  background: #fff !important;
  border: 1px solid var(--trv-gray-200) !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 32px rgba(11,29,53,.16) !important;
  padding: 6px 0 !important;
  margin-top: 0 !important;
  min-width: 215px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.trv-nav-links .dropdown-menu li {
  position: relative;
  list-style: none;
}
.trv-nav-links .dropdown-menu .dropdown-menu {
  top: -7px !important;
  left: calc(100% - 2px) !important;
}
.trv-nav-links .dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
}
.trv-nav-links .nav-item.dropdown:hover > .dropdown-menu,
.trv-nav-links .nav-item.dropdown:focus-within > .dropdown-menu,
.trv-nav-links .nav-item.dropdown.show > .dropdown-menu,
.trv-nav-links .nav-item.dropdown.is-open > .dropdown-menu,
.trv-nav-links .dropdown-menu li.dropdown:hover > .dropdown-menu,
.trv-nav-links .dropdown-menu li.dropdown:focus-within > .dropdown-menu,
.trv-nav-links .dropdown-menu li.dropdown.is-open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
@keyframes trvDropIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.trv-nav-links .dropdown-menu .nav-link {
  color: var(--trv-navy) !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  padding: 9px 18px !important;
  border-radius: 0 !important;
  background: transparent !important;
  text-shadow: none !important;
}
.trv-nav-links .dropdown-menu .nav-link:hover {
  color: var(--trv-teal) !important;
  background: rgba(29,198,200,.07) !important;
}

/* Hotel mega menu — left sidebar tabs (Yurt İçi / Kıbrıs / Şehir / Yurt Dışı) switch
   the multi-column panel on the right. Reuses .dropdown-menu's show/hide rules. */
.trv-nav-links .trv-hotel-mega.dropdown-menu {
  display: flex !important;
  gap: 0;
  min-width: 880px;
  max-width: 1040px;
  padding: 0 !important;
  overflow: hidden;
}
.trv-hotel-mega__sidebar {
  display: flex;
  flex-direction: column;
  flex: 0 0 220px;
  padding: 14px 0;
  background: #f7fafb;
  border-right: 1px solid var(--trv-gray-200);
}
.trv-hotel-mega__tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 20px;
  border: 0;
  background: transparent;
  color: #3c4f66;
  font-size: 13.5px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.trv-hotel-mega__tab i {
  font-size: 11px;
  color: #9fb0be;
}
.trv-hotel-mega__tab:hover {
  background: #eef4f5;
  color: var(--trv-teal);
}
.trv-hotel-mega__tab.is-active {
  background: #fff;
  color: var(--trv-teal-dark, #087f87);
  box-shadow: inset 3px 0 0 var(--trv-teal);
}
.trv-hotel-mega__panels {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  padding: 22px 26px;
  display: flex;
  gap: 26px;
}
.trv-hotel-mega__panel {
  display: none;
  width: 100%;
  gap: 26px;
}
.trv-hotel-mega__panel.is-active {
  display: flex;
}
.trv-hotel-mega__col {
  flex: 1 1 0;
  min-width: 150px;
}
.trv-hotel-mega__col h6 {
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--trv-gray-200);
  color: var(--trv-navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.trv-hotel-mega__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.trv-hotel-mega__col li {
  list-style: none;
}
.trv-hotel-mega__col a {
  display: block;
  padding: 6px 0;
  color: #3c4f66;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s ease;
}
.trv-hotel-mega__col a:hover {
  color: var(--trv-teal);
}
.trv-hotel-mega__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.trv-hotel-mega__button {
  display: block;
  padding: 9px 12px;
  border: 1px solid var(--trv-gray-200);
  border-radius: 8px;
  color: #3c4f66;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .15s ease, color .15s ease, background .15s ease;
}
.trv-hotel-mega__button:hover {
  border-color: var(--trv-teal);
  color: var(--trv-teal-dark, #087f87);
  background: #eef9f9;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .trv-nav-links .trv-hotel-mega.dropdown-menu {
    min-width: 720px;
  }
  .trv-hotel-mega__sidebar {
    flex-basis: 180px;
  }
}

/* CTA button */
.trv-nav-cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px;
  min-width: 132px;
  padding: 12px 16px;
  background: linear-gradient(135deg, var(--trv-cta-start), var(--trv-cta-end));
  color: #fff !important;
  border-radius: 15px;
  font-size: 13px; font-weight: 800;
  text-decoration: none !important;
  transition: var(--trv-transition);
  white-space: nowrap; flex-shrink: 0;
  letter-spacing: 0;
}
.trv-nav-cta:hover {
  background: linear-gradient(135deg, #24ddd8, #0b7188);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(16,138,160,.28);
  transform: translateY(-1px);
}

/* ============================================================
   CATALOG / DETAIL PAGES
   ============================================================ */
.trv-catalog-page .page-content,
.trv-detail-page .page-content {
  padding: 32px 0 56px;
}

.trv-catalog-filter-form .form-control,
.trv-catalog-toolbar .form-control,
.trv-detail-page .sidebar__finder .form-control {
  border-radius: 8px;
}

.trv-catalog-toolbar {
  gap: 12px;
  padding: 12px 16px;
}

.trv-catalog-toolbar__search {
  flex: 1 1 260px;
  min-width: 220px;
}

.trv-catalog-toolbar__sort {
  flex: 0 0 220px;
  min-width: 200px;
}

.trv-catalog-toolbar__btn {
  min-width: 120px;
}

.trv-catalog-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 18px 0 12px;
}

.trv-catalog-summary--inline {
  flex: 1 1 auto;
  margin: 0;
  padding: 12px 16px;
}

.trv-catalog-summary__title {
  margin: 0 0 4px;
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--trv-navy);
}

.trv-catalog-summary__text {
  margin: 0;
  color: #64748b;
}

.trv-catalog-summary__count {
  white-space: nowrap;
  font-weight: 800;
  color: var(--trv-teal-dark);
}

.trv-catalog-page .product__title,
.trv-detail-page .product__title {
  font-size: 1.15rem;
}

.trv-catalog-page .product__footer,
.trv-flight-provider-card .product__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

.trv-catalog-page .product__footer .btn,
.trv-flight-provider-card .product__footer .btn {
  flex: 1 1 0;
  min-width: 0;
  min-height: 40px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.15;
  white-space: nowrap;
}

.trv-catalog-page .product__footer > .product__price,
.trv-detail-page .product__footer > .product__price {
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 0;
}

.trv-catalog-page .product__footer > .trv-cart-add-form,
.trv-detail-page .product__footer > .trv-cart-add-form,
.trv-catalog-page .product__footer > .product__btn-book,
.trv-detail-page .product__footer > .product__btn-book {
  flex: 0 0 calc(50% - 4px);
  max-width: calc(50% - 4px);
  min-width: 0;
}

.product__footer > .trv-cart-add-form {
  order: 2;
}

.product__footer > .product__btn-book {
  order: 3;
}

.trv-detail-page .product__footer .btn {
  min-height: 40px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.15;
  white-space: nowrap;
}

.trv-icon-action {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding-left: 14px !important;
  padding-right: 14px !important;
  font-size: 15px !important;
}

.product__footer .trv-icon-action {
  min-height: 42px;
}

.btn-order.trv-icon-action {
  min-height: 44px;
}

.trv-catalog-page .product__price .cost,
.trv-detail-page .product__price .cost,
.trv-detail-page .price {
  color: var(--trv-teal-dark);
  font-weight: 800;
}

.trv-catalog-page .sidebar-filter .modal-body,
.trv-detail-page .sidebar-filter .modal-body {
  padding-bottom: 0;
}

.trv-filter-actions {
  gap: 10px;
}

.trv-filter-actions .btn {
  min-width: 0;
}

.trv-detail-page .hotel-nav__menu .nav-link span {
  font-weight: 700;
}

/* Hotel detail page: single flowing page, no tab switcher. */
.trv-hotel-sections { display: block; }
.trv-hotel-section { display: block; }
.trv-hotel-section + .trv-hotel-section {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid #e7edf1;
}

.trv-detail-page .hotel-card,
.trv-catalog-page .hotel-card {
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(11, 29, 53, .08);
}

.trv-detail-page .hotel-gallery__carousel {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.trv-detail-page .hotel-gallery__carousel .swiper-slide,
.trv-detail-page .hotel-gallery__carousel img {
  height: 420px;
}

.trv-detail-page .hotel-gallery__carousel img,
.trv-detail-page .hotel-gallery__thumb img {
  object-fit: cover;
}

.trv-detail-page .hotel-gallery__thumbs {
  margin-top: 12px;
}

.trv-detail-page .hotel-gallery__thumb {
  border-radius: 10px;
  overflow: hidden;
}

.trv-detail-page .hotel-gallery__thumb img {
  height: 96px;
  width: 100%;
}

.trv-detail-page .hotel-package__options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trv-detail-page .hotel-package__options li {
  margin: 0;
}

.trv-detail-page .hotel-package__options span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f5f8fc;
  color: var(--trv-text);
}

.trv-detail-page .hotel-package__img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}

.trv-hotel-detail-page .hotel-items {
  overflow: visible;
}

.trv-hotel-detail-page .hotel-items > .row {
  align-items: stretch;
}

.trv-hotel-detail-page .hotel-package {
  height: 100%;
}

.trv-hotel-detail-page .trv-live-room-option {
  border: 1px solid #dcecf0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 50, 77, .06);
}

.trv-hotel-detail-page .trv-live-room-option .hotel-package__img {
  height: 100%;
  min-height: 220px;
  overflow: hidden;
  background: #edf5f6;
}

.trv-hotel-detail-page .trv-live-room-option .hotel-package__img img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.trv-hotel-detail-page .trv-live-room-option .hotel-package__title {
  color: #11233c;
  font-weight: 800;
}

.trv-hotel-detail-page .trv-live-room-option .hotel-package__props .cost {
  color: #0aaeb8;
  font-size: 18px;
}

.trv-hotel-gallery-strip {
  display: grid;
  grid-template-columns: repeat(8, minmax(58px, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.trv-hotel-gallery-strip a {
  display: block;
  position: relative;
  min-width: 0;
  height: 76px;
  overflow: hidden;
  border: 1px solid #dbe9ed;
  border-radius: 8px;
  background: #eef7f7;
}

.trv-hotel-gallery-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .2s ease;
}

.trv-hotel-gallery-strip a:hover img { transform: scale(1.05); }

.trv-hotel-gallery-strip .trv-hotel-gallery-strip__more {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #087f89;
  font-weight: 800;
  background: #e6f8f8;
}

.trv-hotel-description-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.trv-hotel-description-section {
  padding: 20px;
  border: 1px solid #dcecef;
  border-radius: 10px;
  background: #fff;
}

.trv-hotel-description-section h3 {
  margin: 0 0 10px;
  color: #102b46;
  font-size: 17px;
  font-weight: 800;
}

.trv-hotel-description-section p { margin: 0; color: #526b7f; line-height: 1.65; }

.trv-hotel-info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
}

.trv-hotel-info-main { display: flex; flex-direction: column; gap: 18px; min-width: 0; }

.trv-hotel-info-card {
  padding: 20px;
  border: 1px solid #dcecef;
  border-radius: 10px;
  background: #fff;
}

.trv-hotel-info-card__title {
  margin: 0 0 14px;
  color: #102b46;
  font-size: 17px;
  font-weight: 800;
}

.trv-hotel-facts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 14px;
}

.trv-hotel-facts-grid__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  border-radius: 8px;
  background: #f4fafb;
  text-align: center;
}

.trv-hotel-facts-grid__item strong { font-size: 18px; color: #087f89; font-weight: 800; }
.trv-hotel-facts-grid__item span { font-size: 12px; color: #647c8c; }

.trv-hotel-concept-group { margin-bottom: 14px; }
.trv-hotel-concept-group:last-child { margin-bottom: 0; }
.trv-hotel-concept-group h5 { margin: 0 0 8px; font-size: 14px; font-weight: 700; color: #102b46; }

.trv-hotel-concept-group__badges { display: flex; flex-wrap: wrap; gap: 8px; }

.trv-hotel-concept-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef6f7;
  color: #17414f;
  font-size: 13px;
  font-weight: 600;
}

.trv-hotel-concept-badge em {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  color: #b06a00;
  background: #fff2df;
  border-radius: 999px;
  padding: 2px 8px;
}

.trv-hotel-activity-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 8px 16px; }
.trv-hotel-activity-list li { display: flex; align-items: flex-start; gap: 8px; color: #34495e; line-height: 1.5; }
.trv-hotel-activity-list li i { color: #087f89; margin-top: 4px; }

.trv-hotel-callout {
  padding: 18px 20px;
  border: 1px solid #f3c98c;
  border-left: 4px solid #e08e00;
  border-radius: 10px;
  background: #fff8ec;
}
.trv-hotel-callout .trv-hotel-info-card__title { color: #7a4b00; }

.trv-hotel-info-sidebar { display: flex; flex-direction: column; gap: 14px; }

.trv-hotel-sidebar-card {
  padding: 16px;
  border: 1px solid #dcecef;
  border-radius: 10px;
  background: #fff;
}

.trv-hotel-sidebar-card h5 { margin: 0 0 8px; font-size: 14px; font-weight: 800; color: #102b46; display: flex; align-items: center; gap: 8px; }
.trv-hotel-sidebar-card h5 i { color: #087f89; }
.trv-hotel-sidebar-card p { margin: 0 0 8px; color: #526b7f; font-size: 13.5px; line-height: 1.6; }
.trv-hotel-sidebar-card p:last-child { margin-bottom: 0; }

.trv-hotel-sidebar-card--checkinout { padding: 0; overflow: hidden; }
.trv-hotel-sidebar-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #eef3f5;
}
.trv-hotel-sidebar-card__row:last-child { border-bottom: none; }
.trv-hotel-sidebar-card__row span { color: #647c8c; font-size: 13px; display: flex; align-items: center; gap: 8px; }
.trv-hotel-sidebar-card__row span i { color: #087f89; }
.trv-hotel-sidebar-card__row strong { color: #102b46; font-weight: 800; }

.trv-hotel-sidebar-card--link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #102b46;
  text-decoration: none;
}
.trv-hotel-sidebar-card--link:hover { color: #087f89; }
.trv-hotel-sidebar-card--link i { color: #087f89; }

.trv-hotel-sidebar-card__map-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #087f89;
  color: #087f89;
  background: #fff;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.trv-hotel-sidebar-card__map-btn:hover { background: #087f89; color: #fff; }

@media (max-width: 991px) {
  .trv-hotel-info-layout { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .trv-hotel-detail-page .trv-live-room-option .hotel-package__img,
  .trv-hotel-detail-page .trv-live-room-option .hotel-package__img img {
    min-height: 150px;
  }

  .trv-hotel-gallery-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .trv-hotel-description-sections { grid-template-columns: 1fr; }
}

.trv-hotel-detail-page .hotel-items__check {
  display: flex;
  border-left: 1px solid rgba(15, 35, 64, .12);
}

.trv-hotel-detail-page .hotel-items__check > .js-sticky-top {
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 24px 18px !important;
}

.trv-hotel-detail-page .hotel-items__check p {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.trv-hotel-detail-page .hotel-items__check .text-danger {
  width: 100%;
  max-width: 240px;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.trv-hotel-detail-page .hotel-items__check .price {
  display: block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--trv-orange);
}

.trv-hotel-detail-page .hotel-items__check form,
.trv-hotel-detail-page .hotel-items__check .btn-order {
  width: 100%;
  max-width: 172px;
}

.trv-hotel-detail-page .hotel-items__check .btn-order {
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px !important;
  line-height: 1;
  white-space: nowrap;
}

.trv-hotel-detail-page .hotel-items__check .btn-order.trv-icon-action {
  max-width: 172px;
}

.trv-hotel-detail-page .hotel-items__check .btn-outline-secondary.btn-order {
  font-size: 12px;
  font-weight: 700;
}

.trv-hotel-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--trv-teal-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trv-hotel-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .8fr);
  gap: 18px;
}

.trv-hotel-overview__copy,
.trv-hotel-overview__highlights,
.trv-hotel-video,
.trv-hotel-request-modal .modal-content {
  border: 1px solid rgba(15, 35, 64, .08);
  background: #fff;
  box-shadow: 0 16px 42px rgba(11, 29, 53, .10);
}

.trv-hotel-overview__copy,
.trv-hotel-overview__highlights {
  border-radius: 16px;
  padding: 24px;
}

.trv-hotel-overview__copy h2 {
  margin: 0 0 12px;
  color: var(--trv-navy);
  font-size: clamp(24px, 2.2vw, 34px);
  letter-spacing: 0;
}

.trv-hotel-overview__copy p {
  margin: 0 0 18px;
  color: #51647a;
  line-height: 1.75;
}

.trv-hotel-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.trv-hotel-fact {
  min-height: 96px;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fbff, #eff8fa);
  border: 1px solid rgba(29, 198, 200, .16);
}

.trv-hotel-fact i {
  color: var(--trv-orange);
  margin-bottom: 8px;
}

.trv-hotel-fact span,
.trv-hotel-fact strong {
  display: block;
}

.trv-hotel-fact span {
  color: #718198;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.trv-hotel-fact strong {
  color: var(--trv-navy);
  font-size: 13px;
  line-height: 1.35;
}

.trv-hotel-overview__highlights h3 {
  margin: 0 0 14px;
  color: var(--trv-navy);
  font-size: 18px;
}

.trv-hotel-mini-gallery {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-auto-rows: 86px;
  gap: 8px;
  margin-bottom: 18px;
}

.trv-hotel-mini-gallery a {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #eef5f7;
}

.trv-hotel-mini-gallery a:first-child {
  grid-row: span 2;
}

.trv-hotel-mini-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .28s ease;
}

.trv-hotel-mini-gallery a:hover img {
  transform: scale(1.045);
}

.trv-hotel-overview__highlights ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.trv-hotel-overview__highlights li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: #51647a;
  line-height: 1.55;
}

.trv-hotel-overview__highlights li i {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  background: rgba(29, 198, 200, .12);
  color: var(--trv-teal-dark);
  font-size: 11px;
}

.trv-hotel-amenity-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trv-hotel-amenity-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(253, 150, 44, .10);
  color: #a0520b;
  font-size: 12px;
  font-weight: 800;
}

.trv-hotel-story-panel {
  display: grid;
  grid-template-columns: minmax(200px, .36fr) minmax(0, 1fr);
  gap: 22px;
  padding: 24px;
  border: 1px solid rgba(15, 35, 64, .08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(11, 29, 53, .08);
}

.trv-hotel-story-panel h3 {
  margin: 0;
  color: var(--trv-navy);
  font-size: 24px;
  letter-spacing: 0;
}

.trv-hotel-story-panel p {
  margin: 0;
  color: #51647a;
  line-height: 1.78;
}

.trv-hotel-media-count {
  color: var(--trv-teal-dark);
  font-size: 12px;
  font-weight: 900;
}

.trv-hotel-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.trv-hotel-media-tile {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 16px;
  background: #eef5f7;
  box-shadow: 0 12px 30px rgba(11, 29, 53, .11);
}

.trv-hotel-media-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .28s ease;
}

.trv-hotel-media-tile span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  min-height: 30px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: var(--trv-navy);
  font-size: 11px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
}

.trv-hotel-media-tile:hover img {
  transform: scale(1.045);
}

.trv-hotel-media-tile:hover span {
  opacity: 1;
  transform: translateY(0);
}

.trv-hotel-media-tile {
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.trv-hotel-gallery-load {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.trv-hotel-rich-copy {
  color: #42556d;
  font-size: 14px;
  line-height: 1.78;
}

.trv-hotel-rich-copy > :last-child {
  margin-bottom: 0;
}

.trv-hotel-rich-copy h2,
.trv-hotel-rich-copy h3,
.trv-hotel-rich-copy h4,
.trv-hotel-rich-copy h5,
.trv-hotel-rich-copy h6 {
  margin: 22px 0 9px;
  color: var(--trv-navy);
  font-size: 16px;
  font-weight: 800;
}

.trv-hotel-rich-copy p {
  margin: 0 0 14px;
}

.trv-hotel-rich-copy ul,
.trv-hotel-rich-copy ol {
  margin: 0 0 16px;
  padding-left: 20px;
  list-style: disc;
}

.trv-hotel-rich-copy ol {
  list-style: decimal;
}

.trv-hotel-rich-copy li {
  margin: 4px 0;
}

.trv-hotel-photo-modal[hidden] {
  display: none !important;
}

.trv-hotel-photo-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 28px;
}

.trv-hotel-photo-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(4, 16, 28, .9);
  cursor: default;
}

.trv-hotel-photo-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  align-items: center;
  width: min(1180px, 100%);
  min-height: min(760px, calc(100vh - 56px));
}

.trv-hotel-photo-modal__figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  height: min(760px, calc(100vh - 56px));
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #081724;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .44);
}

.trv-hotel-photo-modal__figure img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  background: #081724;
}

.trv-hotel-photo-modal__figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  color: #fff;
  background: rgba(8, 23, 36, .94);
  font-size: 13px;
}

.trv-hotel-photo-modal__figure figcaption span {
  color: #b9dbe0;
  font-weight: 800;
  white-space: nowrap;
}

.trv-hotel-photo-modal__close,
.trv-hotel-photo-modal__nav {
  position: relative;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  color: #fff;
  background: rgba(8, 23, 36, .74);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .24);
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}

.trv-hotel-photo-modal__close:hover,
.trv-hotel-photo-modal__nav:hover {
  background: var(--trv-teal);
  transform: scale(1.06);
}

.trv-hotel-photo-modal__nav {
  justify-self: center;
}

.trv-hotel-photo-modal__nav:disabled {
  opacity: .35;
  cursor: default;
}

.trv-hotel-photo-modal__nav:disabled:hover {
  background: rgba(8, 23, 36, .74);
  transform: none;
}

.trv-hotel-photo-modal__close {
  position: absolute;
  top: -16px;
  right: -16px;
}

.trv-hotel-photo-modal-open {
  overflow: hidden;
}

/* Room list card (catalog/live "Konaklama" room picker) */
.trv-room-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 200px;
  gap: 20px;
  align-items: start;
  padding: 16px;
  border: 1px solid #e2edf0;
  border-radius: 14px;
  background: #fff;
}
.trv-room-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  overflow: hidden;
  background: #eef2f4;
}
.trv-room-card__media img { width: 100%; height: 100%; object-fit: cover; }
.trv-room-card__body { min-width: 0; }
.trv-room-card__badges { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.trv-room-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #eef7f8;
  color: #0aaeb5;
  font-size: 11px;
  font-weight: 800;
}
.trv-room-card__title { margin: 0 0 8px; font-size: 16px; font-weight: 800; color: #152c45; }
.trv-room-card__facts { list-style: none; margin: 0 0 10px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 18px; }
.trv-room-card__facts li { display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: #52667a; }
.trv-room-card__facts li i { color: #2fbf6b; }
.trv-room-card__link { border: 0; background: none; padding: 0; color: #0aaeb5; font-size: 12.5px; font-weight: 800; cursor: pointer; }
.trv-room-card__link:hover { text-decoration: underline; }
.trv-room-card__action { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; text-align: right; }
.trv-room-card__price { font-size: 16px; font-weight: 800; color: #152c45; }
.trv-room-card__book { white-space: nowrap; }
.trv-room-card__availability { grid-column: 1 / -1; margin-top: 4px; padding-top: 12px; border-top: 1px solid #e7edf1; }
.trv-room-card__availability .trv-hotel-room-avail-tabs { margin: 0 0 4px; }

@media (max-width: 767.98px) {
  .trv-room-card { grid-template-columns: 1fr; }
  .trv-room-card__media { aspect-ratio: 16 / 9; }
  .trv-room-card__action { flex-direction: row; align-items: center; justify-content: space-between; text-align: left; }
}

/* Room detail modal */
.trv-room-modal[hidden] { display: none !important; }
.trv-room-modal { position: fixed; inset: 0; z-index: 3000; display: grid; place-items: center; padding: 20px; }
.trv-room-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(4, 16, 28, .82); cursor: default; }
.trv-room-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .4);
}
.trv-room-modal__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 22px; border-bottom: 1px solid #eef2f4; }
.trv-room-modal__head h3 { margin: 0; font-size: 17px; font-weight: 800; color: #152c45; }
.trv-room-modal__close { flex: 0 0 auto; display: inline-grid; place-items: center; width: 32px; height: 32px; border: 0; border-radius: 50%; background: #f1f5f7; color: #52667a; cursor: pointer; }
.trv-room-modal__close:hover { background: var(--trv-teal); color: #fff; }
.trv-room-modal__media { position: relative; background: #081724; }
.trv-room-modal__media img { width: 100%; height: 320px; object-fit: cover; display: block; }
.trv-room-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  background: rgba(8, 23, 36, .68);
  color: #fff;
  cursor: pointer;
}
.trv-room-modal__nav:hover { background: var(--trv-teal); }
.trv-room-modal__nav--prev { left: 12px; }
.trv-room-modal__nav--next { right: 12px; }
.trv-room-modal__dots { display: flex; justify-content: center; gap: 6px; padding: 10px; }
.trv-room-modal__dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #d7e3e6; cursor: pointer; }
.trv-room-modal__dots button.is-active { background: #0aaeb5; }
.trv-room-modal__body { padding: 18px 22px 24px; }
.trv-room-modal__body h4 { margin: 0 0 8px; font-size: 14px; font-weight: 800; color: #152c45; text-transform: uppercase; letter-spacing: .02em; }
.trv-room-modal__facts { color: #52667a; font-size: 13px; margin: 0 0 12px; }
.trv-room-modal__description { color: #3d4f61; font-size: 13.5px; line-height: 1.6; margin: 0 0 16px; }
.trv-room-modal__amenities { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 20px; }
.trv-room-modal__amenities ul { list-style: none; margin: 0; padding: 0; }
.trv-room-modal__amenities li { display: flex; align-items: center; gap: 8px; padding: 6px 0; font-size: 13px; color: #3d4f61; border-bottom: 1px solid #f3f6f8; }
.trv-room-modal__amenities li i { color: #2fbf6b; }
.trv-room-modal-open { overflow: hidden; }

@media (max-width: 575.98px) {
  .trv-room-modal__amenities { grid-template-columns: 1fr; }
  .trv-room-modal__media img { height: 220px; }
}

.trv-hotel-video {
  display: grid;
  grid-template-columns: minmax(240px, .55fr) minmax(0, 1fr);
  gap: 18px;
  border-radius: 18px;
  padding: 18px;
}

.trv-hotel-video__copy {
  padding: 8px 8px 8px 4px;
}

.trv-hotel-video__copy h4 {
  margin: 0 0 10px;
  color: var(--trv-navy);
  font-size: 22px;
}

.trv-hotel-video__copy p {
  margin: 0;
  color: #617287;
  line-height: 1.7;
}

.trv-hotel-video__frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 14px;
  background: #0b1d35;
}

.trv-hotel-video__frame iframe,
.trv-hotel-video__frame video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.trv-hotel-request-modal .modal-dialog {
  max-width: 1020px;
}

.trv-hotel-request-modal .modal-content {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: #fff;
}

.trv-hotel-request-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--trv-navy);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.trv-hotel-request-modal__grid {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1fr);
  min-height: 590px;
}

.trv-hotel-request-modal__media {
  position: relative;
  min-height: 100%;
  background: var(--trv-navy);
}

.trv-hotel-request-modal__media img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
  display: block;
  opacity: .82;
}

.trv-hotel-request-modal__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 29, 53, .08), rgba(11, 29, 53, .82));
}

.trv-hotel-request-modal__summary {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  color: #fff;
}

.trv-hotel-request-modal__summary span {
  display: inline-flex;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trv-hotel-request-modal__summary h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0;
}

.trv-hotel-request-modal__summary p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .86);
  line-height: 1.55;
}

.trv-hotel-request-modal__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trv-hotel-request-modal__badges strong {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--trv-orange);
  color: #fff;
  font-size: 13px;
}

.trv-hotel-request-modal__badges strong:first-child {
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .24);
}

.trv-hotel-request-modal__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-top: 16px;
}

.trv-hotel-request-modal__thumbs a {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 12px;
  background: rgba(255, 255, 255, .12);
}

.trv-hotel-request-modal__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trv-hotel-request-modal__body {
  padding: 36px;
}

.trv-hotel-request-modal__body h2 {
  margin: 0 0 10px;
  color: var(--trv-navy);
  font-size: 30px;
  letter-spacing: 0;
}

.trv-hotel-request-modal__body > p {
  margin: 0 0 18px;
  color: #617287;
  line-height: 1.65;
}

.trv-hotel-request-modal__quickfacts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.trv-hotel-request-modal__quickfacts span {
  min-height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid rgba(29, 198, 200, .16);
  border-radius: 14px;
  background: #f7fbfc;
  color: var(--trv-navy);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.trv-hotel-request-modal__quickfacts i {
  color: var(--trv-teal-dark);
}

.trv-hotel-request-form label {
  margin-bottom: 6px;
  color: #5d6d82;
  font-size: 12px;
  font-weight: 900;
}

.trv-hotel-request-form .form-control {
  min-height: 44px;
  border: 1px solid rgba(15, 35, 64, .14);
  border-radius: 12px;
  box-shadow: none;
}

.trv-hotel-request-form textarea.form-control {
  min-height: 94px;
  resize: vertical;
}

@media (max-width: 767.98px) {
  .trv-hotel-detail-page .hotel-items__check {
    border-left: 0;
    border-top: 1px solid rgba(15, 35, 64, .12);
  }

  .trv-hotel-detail-page .hotel-items__check > .js-sticky-top {
    padding: 20px 16px !important;
  }

  .trv-hotel-overview,
  .trv-hotel-video,
  .trv-hotel-story-panel,
  .trv-hotel-request-modal__grid {
    grid-template-columns: 1fr;
  }

  .trv-hotel-facts,
  .trv-hotel-media-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trv-hotel-request-modal .modal-dialog {
    margin: 12px;
  }

  .trv-hotel-request-modal__media img {
    min-height: 260px;
    max-height: 300px;
  }

  .trv-hotel-request-modal__quickfacts {
    grid-template-columns: 1fr;
  }

  .trv-hotel-request-modal__body {
    padding: 24px 18px;
  }
}

@media (max-width: 575.98px) {
  .trv-hotel-facts,
  .trv-hotel-media-grid {
    grid-template-columns: 1fr;
  }
}

.trv-tour-day-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 12px;
  background: #eef5f7;
  box-shadow: 0 10px 26px rgba(11, 29, 53, .10);
}

.trv-tour-day-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trv-detail-page .hotel-service__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.trv-detail-page .hotel-service__list li {
  gap: 10px;
  margin-bottom: 12px;
}

.trv-flight-search-block {
  border-radius: 12px;
  padding: 24px;
}

.trv-flight-provider-card .product__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .trv-catalog-summary,
  .trv-catalog-summary--inline {
    flex-direction: column;
    align-items: flex-start;
  }

  .trv-catalog-toolbar {
    padding: 12px;
  }

  .trv-catalog-toolbar__search,
  .trv-catalog-toolbar__sort,
  .trv-catalog-toolbar__btn {
    flex: 1 1 100%;
    width: 100%;
  }

  .trv-detail-page .hotel-gallery__carousel .swiper-slide,
  .trv-detail-page .hotel-gallery__carousel img {
    height: 300px;
  }
}

/* Header search */
.trv-header-search {
  align-items: center;
  height: 40px;
  min-width: 180px;
  max-width: 220px;
  margin-right: 10px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  overflow: hidden;
  flex-shrink: 1;
}
.trv-header-search input {
  min-width: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0 6px 0 14px;
  font-size: 11.5px;
  outline: none;
}
.trv-header-search input::placeholder {
  color: rgba(255,255,255,.62);
}
.trv-header-search button {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.9);
  cursor: pointer;
}
.trv-header-search button:hover {
  color: var(--trv-teal);
}
.trv-header-search--mobile {
  display: flex;
  max-width: none;
  width: 100%;
  margin: 0;
}
.trv-mainnav__row > .trv-header-search:not(.trv-header-search--topbar) {
  display: none !important;
}
.trv-header-search--topbar {
  height: 34px;
  min-width: 180px;
  max-width: 220px;
  margin: 0 4px;
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
}
.trv-header-search--topbar button {
  width: 36px;
  height: 32px;
}

/* Mobil hamburger */
.trv-hamburger {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 7px;
  padding: 7px 10px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: var(--trv-transition);
  line-height: 1;
}
.trv-hamburger:hover {
  background: rgba(255,255,255,.2);
  border-color: var(--trv-teal);
}
.trv-hamburger.is-active {
  background: rgba(29,198,200,.22);
  border-color: var(--trv-teal);
  color: #fff;
}

/* Mobil menü: beyaz panel */
.trv-mobile-nav {
  background: rgba(7,18,36,.98);
  border-top: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 8px 32px rgba(0,0,0,.28);
  display: none;
  opacity: 0;
  transform: translate3d(0, -6px, 0);
  transition: opacity .08s ease, transform .08s ease;
  will-change: opacity, transform;
}
.trv-mobile-nav.show {
  display: block !important;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.trv-mobile-nav.collapse:not(.show),
.trv-mobile-submenu.collapse:not(.show) {
  display: none !important;
}
.trv-mobile-nav.collapsing {
  height: auto !important;
  display: block !important;
  transition: none !important;
}
.trv-mobile-nav .nav-link {
  color: rgba(255,255,255,.92) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 11px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: transparent !important;
  border-radius: 0 !important;
}
.trv-mobile-nav .nav-link:hover { color: var(--trv-teal) !important; }
.trv-mobile-toggle {
  width: 100%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,.92) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 11px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: transparent !important;
  text-align: left;
  cursor: pointer;
}
.trv-mobile-toggle .fa {
  transition: transform .18s ease;
}
.trv-mobile-toggle[aria-expanded="true"] .fa {
  transform: rotate(180deg);
}
.trv-mobile-submenu {
  padding: 4px 0 8px 14px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.trv-mobile-submenu .nav-link {
  color: rgba(255,255,255,.68) !important;
  font-size: 13px !important;
  padding: 8px 0 !important;
  border-bottom: 0;
}
.trv-mobile-meta,
.trv-mobile-actions,
.trv-mobile-contact {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.trv-mobile-meta a,
.trv-mobile-contact a {
  color: rgba(255,255,255,.76) !important;
  text-decoration: none !important;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(255,255,255,.08);
}
.trv-mobile-contact a {
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Eski tema elemanlarını gizle */
.main-nav { display: none !important; }
.btn-toggle-nav { display: none !important; }
.page-header__top { display: none !important; }

/* Scroll stilleri .page-header.trv-scrolled ile yukarıda tanımlı */

/* Aktif nav linki (ana sayfa gibi) */
.trv-nav-links .nav-link.active {
  color: var(--trv-teal) !important;
}

/* ---------- SCROLL DAVRANIŞI ---------- */

/* Header transparan ve hero'nun üstüne biniyor — padding yok */
body.load { padding-top: 0 !important; }

/* Hero section header yüksekliği kadar min-height ile tam ekran */
.intro { min-height: 100vh !important; }

/* Hero overlay — transparent header nedeniyle header alanında metin okunabilirliği */
.intro__bg .over {
  background: rgba(5, 12, 25, 0.50) !important;
}

/* ---------- HERO SECTION ---------- */
.intro__caption {
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85) !important;
}
.intro__title {
  font-size: clamp(2.4rem, 6vw, 5rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.08 !important;
}

/* Intro desc & content */
.intro__desc {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 41vh 0;
  font-size: 1.25rem;
  color: #fff;
  font-family: Poppins, sans-serif;
  opacity: 1;
  transition: opacity 1s ease 1s;
}
.intro__content {
  width: 100%;
  padding-top: 43rem;
  opacity: 1;
  z-index: 1;
  transition: opacity 1s ease 1s;
}

/* Search box */
.search-hotels {
  border-radius: var(--trv-radius-lg) !important;
  overflow: hidden;
  box-shadow: var(--trv-shadow-lg) !important;
}
.search-hotels__tabs .nav-link {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 10px 20px !important;
}

/* ---------- SECTION HEADERS ---------- */
.section-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
  font-weight: 800 !important;
  color: var(--trv-navy) !important;
}
.section-header p em {
  color: var(--trv-gray-500) !important;
  font-style: normal;
  font-weight: 500;
}
.section-header__stars .fa-star {
  color: var(--trv-orange) !important;
}

/* ---------- CARDS ---------- */
.card-hotel {
  border: none !important;
  border-radius: var(--trv-radius-lg) !important;
  box-shadow: var(--trv-shadow) !important;
  transition: var(--trv-transition);
  overflow: hidden;
}
.card-hotel:hover {
  box-shadow: var(--trv-shadow-lg) !important;
  transform: translateY(-4px);
}

.card-service {
  border: 1.5px solid var(--trv-gray-200) !important;
  border-radius: var(--trv-radius-lg) !important;
  box-shadow: none !important;
  transition: var(--trv-transition);
}
.card-service:hover {
  border-color: var(--trv-teal) !important;
  box-shadow: 0 4px 20px rgba(29,198,200,.12) !important;
  transform: translateY(-2px);
}
.card-service .card-header {
  background: none !important;
  border: none !important;
  padding: 20px 20px 0 !important;
}
.card-service .card-header h4 {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--trv-navy) !important;
}
.card-service .card-body { padding: 12px 20px 20px !important; color: var(--trv-gray-500); font-size: 14px; }

/* Section daha fazla göster butonu — flex row'dan kayma önleme */
.page-section__more {
  align-self: flex-start !important;
  padding-top: 16px !important;
  padding-bottom: 40px !important;
  width: 100%;
}

/* ---------- BUTTONS ---------- */
.btn--round { border-radius: 50px !important; }
.btn-secondary {
  font-weight: 700 !important;
  letter-spacing: .03em;
  font-size: 14px;
  background: linear-gradient(135deg, var(--trv-cta-start), var(--trv-cta-end)) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(16, 138, 160, .22);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(135deg, #24ddd8, #0b7188) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(16, 138, 160, .28);
  transform: translateY(-1px);
}
.btn-load {
  position: relative;
  width: 15em;
  height: 40px;
  padding: 0;
  transition: all .2s ease-out;
}

/* ============================================================
   FOOTER — Üst Footer + Alt Footer
   ============================================================ */

/* Tüm footer wrapper */
.page-footer {
  background-color: transparent !important;
  padding: 0 !important;
}
.page-footer__cover:before {
  background-color: rgba(7,18,36,.92) !important;
}

/* --- GÜVEN ŞERİDİ: footer üstünde açık renkli rozet satırı --- */
.trv-footer-strip {
  background: #fff;
  border-bottom: 1px solid var(--trv-gray-200);
  padding: 22px 0;
}
.trv-footer-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.trv-footer-strip__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.trv-footer-strip__item i {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef9f9;
  color: var(--trv-teal-dark, #087f87);
  font-size: 16px;
}
.trv-footer-strip__item strong {
  display: block;
  color: var(--trv-navy);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 2px;
}
.trv-footer-strip__item span {
  display: block;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .trv-footer-strip__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
  .trv-footer-strip__grid { grid-template-columns: 1fr; }
}

/* --- Ödeme yöntemi ikonları --- */
.trv-footer-payments {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}
.trv-footer-payments i {
  font-size: 30px;
  color: rgba(255,255,255,.55);
}
.trv-footer-payments__troy {
  padding: 3px 9px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 5px;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
}

/* --- Sabit WhatsApp butonu --- */
.trv-whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9500;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  font-size: 28px;
  box-shadow: 0 10px 26px rgba(37,211,102,.45);
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease;
}
.trv-whatsapp-float:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 14px 32px rgba(37,211,102,.55);
  color: #fff !important;
}
@media (max-width: 575.98px) {
  .trv-whatsapp-float { right: 14px; bottom: 14px; width: 52px; height: 52px; font-size: 25px; }
}

/* --- ÜST FOOTER: ana içerik kolonları --- */
.trv-footer-upper {
  background: var(--trv-navy);
  padding: 60px 0 48px;
  position: relative;
  z-index: 1;
}
.trv-footer-upper h3 {
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4) !important;
  margin-bottom: 18px !important;
}
.trv-footer-upper a { color: rgba(255,255,255,.72) !important; text-decoration: none !important; transition: var(--trv-transition); }
.trv-footer-upper a:hover { color: var(--trv-teal) !important; }
.trv-footer-upper p { color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.7; }
.trv-footer-upper .page-footer__address li { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.85; list-style: none; }
.trv-footer-upper .page-footer__support a { font-size: 14px; display: block; margin-bottom: 8px; }
.trv-footer-upper .footer-social { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.trv-footer-upper .footer-social a {
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  border: 1.5px solid rgba(255,255,255,.22) !important;
  border-radius: 50% !important;
  font-size: 13px !important;
  color: rgba(255,255,255,.7) !important;
  transition: var(--trv-transition) !important;
}
.trv-footer-upper .footer-social a:hover {
  background: var(--trv-teal) !important;
  border-color: var(--trv-teal) !important;
  color: #fff !important;
}

/* Subscribe form */
.trv-footer-upper .subscribe-form .form-control {
  background: rgba(255,255,255,.07) !important;
  border: 1.5px solid rgba(255,255,255,.18) !important;
  border-right: none !important;
  border-radius: 8px 0 0 8px !important;
  color: #fff !important;
  font-size: 14px;
}
.trv-footer-upper .subscribe-form .form-control::placeholder { color: rgba(255,255,255,.4) !important; }
.trv-footer-upper .subscribe-form .form-control:focus {
  background: rgba(255,255,255,.12) !important;
  border-color: var(--trv-teal) !important;
  box-shadow: none !important;
}
.trv-footer-upper .subscribe-form .btn {
  background: var(--trv-teal) !important;
  border-color: var(--trv-teal) !important;
  color: #fff !important;
  border-radius: 0 8px 8px 0 !important;
  padding: 0 18px !important;
}
.trv-footer-upper .subscribe-form .btn:hover { background: var(--trv-teal-dark) !important; }

/* --- İNCE AYIRICI ÇİZGİ --- */
.trv-footer-divider {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: 0;
}

/* --- ALT FOOTER: copyright + linkler --- */
.trv-footer-lower {
  background: #060f1e;    /* üst footer'dan biraz daha koyu */
  padding: 16px 0;
  position: relative;
  z-index: 1;
}
.trv-footer-lower,
.trv-footer-lower a { color: rgba(255,255,255,.38) !important; font-size: 13px; text-decoration: none !important; transition: var(--trv-transition); }
.trv-footer-lower a:hover { color: var(--trv-teal) !important; }
.trv-footer-lower .trv-footer-lower__links { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; }

.trv-footer-certificates { margin-top: 18px; }
.trv-footer-certificates__label { display: block; margin-bottom: 10px; color: rgba(255,255,255,.42); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trv-footer-certificates__grid { display: flex; flex-direction: column; gap: 10px; }
.trv-footer-certificate { display: flex; align-items: center; gap: 10px; padding: 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.03); color: #fff; text-align: left; width: 100%; cursor: pointer; transition: border-color .15s ease, background .15s ease, transform .15s ease; }
.trv-footer-certificate:hover { border-color: rgba(29,198,200,.55); background: rgba(29,198,200,.08); transform: translateY(-2px); }
.trv-footer-certificate img { width: 42px; height: 54px; border-radius: 5px; object-fit: cover; object-position: top; background: #fff; box-shadow: 0 6px 14px rgba(0,0,0,.35); flex: 0 0 auto; }
.trv-footer-certificate span { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.trv-footer-certificate strong { color: #fff; font-size: 12px; font-weight: 800; line-height: 1.3; }
.trv-footer-certificate small { color: rgba(255,255,255,.5); font-size: 11px; font-weight: 700; }

.trv-footer-affiliations {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.trv-footer-affiliations__heading {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 290px;
}
.trv-footer-affiliations__heading span {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .02em;
}
.trv-footer-affiliations__heading small {
  color: rgba(255,255,255,.52);
  font-size: 12px;
  line-height: 1.45;
}
.trv-footer-affiliations__logos {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 12px;
}
.trv-footer-affiliation {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 92px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}
.trv-footer-affiliation img {
  display: block;
  width: auto;
  object-fit: contain;
}
.trv-footer-affiliation--health img { height: 68px; max-width: 190px; }
.trv-footer-affiliation--tursab img { height: 68px; max-width: 68px; border-radius: 50%; }
.trv-footer-affiliation figcaption {
  max-width: 124px;
  color: #17324d;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}
@media (max-width: 991.98px) {
  .trv-footer-affiliations { align-items: flex-start; flex-direction: column; }
  .trv-footer-affiliations__logos { justify-content: flex-start; width: 100%; }
}
@media (max-width: 575.98px) {
  .trv-footer-affiliations { align-items: center; text-align: center; }
  .trv-footer-affiliations__logos { flex-direction: column; align-items: stretch; }
  .trv-footer-affiliation { justify-content: center; width: 100%; }
  .trv-footer-affiliation--health img { max-width: 176px; }
}

.trv-license-modal .modal-content { overflow: hidden; }
.trv-license-modal__body { padding: 0; }
.trv-license-modal__frame { width: 100%; height: 72vh; min-height: 420px; border: 0; display: block; background: #f4f6f8; }
.trv-license-modal__body--image { max-height: 82vh; overflow: auto; padding: 18px; background: #f4f6f8; text-align: center; }
.trv-license-modal__image { max-width: 100%; max-height: 74vh; height: auto; display: block; margin: 0 auto; border-radius: 6px; box-shadow: 0 10px 26px rgba(0,0,0,.14); }
.trv-license-modal__fallback { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin: 0; padding: 12px 18px; border-top: 1px solid #e7eef1; color: #57697c; font-size: 12px; }
.trv-license-modal__fallback--right { justify-content: flex-end; }
.trv-license-modal__fallback a { color: #0aaeb5; font-weight: 800; text-decoration: none; white-space: nowrap; }
.trv-license-modal__fallback a:hover { text-decoration: underline; }

@keyframes trvLicenseModalIn {
  from { opacity: 0; transform: translateY(24px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes trvLicenseBackdropIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.trv-license-modal.show { animation: trvLicenseBackdropIn .2s ease both; }
.trv-license-modal.show .modal-dialog { animation: trvLicenseModalIn .32s cubic-bezier(.2,.8,.3,1) both; }

/* Eski copyright bloğu gizle (yeni yapı kullanılıyor) */
.page-footer__copyright { display: none !important; }
/* Eski container/row gizle — yeni yapı index.html'deki trv-footer-upper/lower kullanıyor */
.page-footer > .container { display: none !important; }

/* ---------- PAGE CONTENT BORDER ---------- */
.page-content { border-bottom-color: var(--trv-teal) !important; }

/* ---------- SCROLL UP BUTTON ---------- */
.btn-nav--up {
  background: var(--trv-teal) !important;
  border-color: var(--trv-teal) !important;
}

/* ---------- PROGRESS BAR (site-wide page-transition loader) ---------- */
.progress-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 100000;
  background: var(--trv-teal) !important;
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.progress-load.trv-page-loading {
  opacity: 1;
  animation: trv-page-loading-bar 1.1s ease-in-out infinite;
}

@keyframes trv-page-loading-bar {
  0% { transform: scaleX(0); transform-origin: left center; }
  50% { transform: scaleX(.62); transform-origin: left center; }
  50.001% { transform-origin: right center; }
  100% { transform: scaleX(0); transform-origin: right center; }
}

/* ---------- CARD HOVER OVERLAY ---------- */
.card-hover {
  background: rgba(11,29,53,.88) !important;
  box-shadow: none !important;
}
.card-hover h3 { color: #fff; }
.card-hover .btn-light {
  background: var(--trv-teal) !important;
  border-color: var(--trv-teal) !important;
  color: #fff !important;
  font-weight: 700;
}
.card-hover .btn-light:hover {
  background: var(--trv-teal-dark) !important;
}

/* ---------- CARD PRICE BADGE ---------- */
.card-price { background: var(--trv-navy) !important; color: #fff !important; border-radius: 0 0 0 var(--trv-radius) !important; }
.card-price .count { color: var(--trv-teal) !important; font-weight: 800 !important; }

/* ---------- INTRO HOTELS CARD FOOTER ---------- */
.card-intro__footer { background: rgba(11,29,53,.88) !important; }

/* ---------- RATING STARS ---------- */
.br-theme-fontawesome-stars-o .br-widget {
  display: inline-flex !important;
  align-items: center;
  height: 20px;
  line-height: 1;
}
.br-theme-fontawesome-stars-o .br-widget a {
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-right: 2px;
  font-family: FontAwesome !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  text-decoration: none !important;
}
.br-theme-fontawesome-stars-o .br-widget a:after {
  content: "\f006" !important;
  color: rgba(255,255,255,.55) !important;
  font-family: FontAwesome !important;
}
.br-theme-fontawesome-stars-o .br-widget a.br-active:after,
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
  content: "\f005" !important;
  color: var(--trv-orange) !important;
}
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
  content: "\f123" !important;
  color: var(--trv-orange) !important;
}
.br-theme-fontawesome-stars-o .br-widget.br-readonly a {
  cursor: default;
  pointer-events: none;
}

/* ---------- FLAT STYLE OVERRIDES ---------- */
.main-nav__container { border-top: none !important; }

/* Panel fixed - tema orijinal nav'ını gizle */
.panel-fixed { display: none !important; }

/* ---------- LANG DROPDOWN (FRONTEND) ---------- */
.trv-topbar__lang { position: relative; }
.trv-topbar .trv-topbar-drop {
  top: calc(100% + 10px);
  right: 0;
  min-width: 168px;
  padding: 6px 0;
  background: rgba(247, 251, 255, .98) !important;
  border: 1px solid rgba(203, 213, 225, .9) !important;
  border-radius: 10px !important;
  box-shadow: 0 14px 28px rgba(3, 14, 28, .22) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.trv-topbar .trv-topbar-drop::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 18px;
  width: 10px;
  height: 10px;
  background: rgba(247, 251, 255, .98);
  border-top: 1px solid rgba(203, 213, 225, .9);
  border-left: 1px solid rgba(203, 213, 225, .9);
  transform: rotate(45deg);
}
.trv-topbar .trv-topbar-drop__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  color: var(--trv-navy) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.35;
  text-shadow: none !important;
  white-space: nowrap;
  background: transparent !important;
}
.trv-topbar .trv-topbar-drop__item:hover {
  background: rgba(29,198,200,.08) !important;
  color: var(--trv-teal-dark) !important;
}
.trv-topbar .trv-dropdown-trigger.open > .trv-topbar__lang,
.trv-topbar .trv-dropdown-trigger.open.trv-topbar__lang,
.trv-topbar .trv-dropdown-trigger.open {
  color: var(--trv-teal) !important;
}
.trv-topbar-drop {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 10001;
}
.trv-dropdown-trigger {
  position: relative;
  cursor: pointer;
}
.trv-dropdown-trigger.open .trv-topbar-drop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.trv-topbar-drop__item {
  display: block;
  padding: 8px 16px;
  color: #1e293b !important;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}
.trv-topbar-drop__item:hover {
  background: #f8fafc;
  color: #0fa3b1 !important;
}

/* ---------- HEADER LANGUAGE / CURRENCY SWITCHERS ---------- */
.trv-topbar .trv-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.trv-topbar .trv-switcher__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 34px;
  padding: 0 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(255,255,255,.98);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: var(--trv-transition);
}
.trv-topbar .trv-switcher__trigger:hover,
.trv-topbar .trv-dropdown-trigger.open .trv-switcher__trigger {
  color: #fff;
  background: rgba(255,255,255,.09);
}
.trv-topbar .trv-switcher__flag,
.trv-topbar .trv-switcher__symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  min-width: 18px;
  font-size: 14px;
  line-height: 1;
}
.trv-topbar img.trv-switcher__flag,
.trv-mobile-flag {
  display: inline-block;
  width: 18px;
  height: 12px;
  min-width: 18px;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(15,35,64,.10);
  vertical-align: -1px;
}
.trv-topbar .trv-switcher__symbol {
  font-size: 13px;
  font-weight: 900;
}
.trv-topbar .trv-switcher__label {
  max-width: 82px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.trv-topbar .trv-switcher__menu.trv-topbar-drop {
  top: calc(100% + 11px);
  right: auto;
  left: 0;
  min-width: 168px;
  padding: 7px;
  border: 1px solid rgba(203, 213, 225, .72) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 18px 36px rgba(8, 22, 42, .20) !important;
  overflow: visible;
}
.trv-topbar .trv-switcher--currency .trv-switcher__menu.trv-topbar-drop {
  min-width: 150px;
}
.trv-topbar .trv-switcher__menu.trv-topbar-drop::before {
  display: none;
}
.trv-topbar .trv-switcher__item.trv-topbar-drop__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 9px 10px;
  border-radius: 8px;
  color: var(--trv-navy) !important;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2;
  text-shadow: none !important;
}
.trv-topbar .trv-switcher__item.trv-topbar-drop__item:hover {
  background: rgba(29,198,200,.10) !important;
  color: var(--trv-navy) !important;
}
.trv-topbar .trv-switcher__item.is-active {
  background: #eaf5e9 !important;
}
.trv-topbar .trv-switcher__name {
  flex: 1 1 auto;
  min-width: 0;
}
.trv-topbar .trv-switcher__check {
  margin-left: auto;
  color: #175f48;
  font-size: 12px;
}
.trv-topbar .trv-dropdown-trigger.open .trv-switcher__trigger .fa-angle-down {
  transform: rotate(180deg);
}
.trv-topbar .trv-switcher__trigger .fa-angle-down {
  transition: transform .16s ease;
}

.trv-mobile-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}
.trv-mobile-switcher-group {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.trv-mobile-meta .trv-mobile-switcher-group a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid rgba(203,213,225,.82);
  border-radius: 8px;
  color: var(--trv-navy) !important;
  background: #fff;
  font-size: 12.5px;
  font-weight: 800;
  text-decoration: none !important;
}
.trv-mobile-meta .trv-mobile-switcher-group a.is-active {
  background: #eaf5e9;
  border-color: rgba(23,95,72,.16);
}
.trv-topbar__rates {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: rgba(255,255,255,.75);
  padding: 0 6px;
  border-left: 1px solid rgba(255,255,255,.12);
  border-right: 1px solid rgba(255,255,255,.12);
  margin: 0 2px;
  height: 100%;
  white-space: nowrap;
}
.trv-rate-chip {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: rgba(255,255,255,.1);
  border-radius: 4px;
  padding: 2px 5px;
}
.trv-rate-code {
  font-weight: 700;
  font-size: 10px;
  color: rgba(255,255,255,.85);
}
.trv-rate-val {
  font-size: 10px;
  color: #1dc6c8;
  font-weight: 600;
}
.trv-rates-drop {
  min-width: 210px;
  padding: 0 !important;
}
.trv-rates-drop__head,
.trv-rates-drop__foot {
  padding: 10px 14px 8px;
  font-size: 10px;
  color: #94a3b8;
}
.trv-rates-drop__head {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .05em;
  border-bottom: 1px solid #f1f5f9;
}
.trv-rates-drop__foot {
  border-top: 1px solid #f1f5f9;
}
.trv-rates-drop__row {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  gap: 8px;
  border-bottom: 1px solid #f8fafc;
  font-size: 11px;
}
.trv-rates-drop__row:hover {
  background: #f8fafc;
}
.trv-rates-drop__code {
  font-weight: 700;
  color: #0f2d4a;
  width: 34px;
  flex-shrink: 0;
}
.trv-rates-drop__name {
  flex: 1;
  color: #64748b;
  font-size: 11px;
}
.trv-rates-drop__price {
  font-weight: 700;
  color: #1dc6c8;
  white-space: nowrap;
}
#trvCurMenu { min-width: 190px; }
#trvLangMenu { min-width: 160px; }
#trvLangMenu a:hover { background: rgba(29,198,200,.08); color: var(--trv-teal-dark) !important; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1199px) {
  .trv-mainnav .navbar-logo {
    margin-right: clamp(28px, 5vw, 72px) !important;
  }
  .navbar-logo img {
    max-height: 46px;
  }
  .trv-nav-links .nav-link {
    font-size: 15px !important;
    padding: 10px 6px !important;
  }
  .trv-nav-cta {
    min-height: 46px;
    padding: 12px 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .trv-header-search {
    min-width: 150px;
    max-width: 170px;
  }
  .trv-topbar__contact {
    gap: 12px;
    padding-left: 10px;
  }
  .trv-topbar__actions {
    gap: 8px;
  }
  .trv-nav-links .nav-link {
    font-size: 15px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

@media (max-width: 991px) {
  .trv-topbar__row {
    min-height: 52px;
  }
  .trv-topbar__contact {
    display: none !important;
  }
  .trv-mainnav__row {
    min-height: 74px;
  }
  .navbar-logo img {
    max-height: 44px;
  }
  .trv-mobile-nav.show {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .trv-mobile-nav,
  .trv-mobile-nav.show {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .trv-topbar__contact { display: none !important; }
  .trv-topbar__actions .trv-topbar__btn span { display: none; }
  .trv-topbar__actions .trv-topbar__btn { padding: 4px 8px; }
}

@media (max-width: 575px) {
  .page-header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-logo img {
    max-height: 38px;
  }
}

/* ============================================================
   FIXED HEADER OFFSET — non-home pages
   Topbar: 58px + Mainnav: 92px = 150px desktop
   Mobile/tablet values follow the visible header stack
   ============================================================ */
.trv-page-inner,
.page-main:not(.page-main--home),
main.page-main:not(.page-main--home) {
  padding-top: 150px !important;
}
@media (max-width: 991px) {
  .trv-page-inner,
  .page-main:not(.page-main--home),
  main.page-main:not(.page-main--home) {
    padding-top: 126px !important;
  }
}
@media (max-width: 767px) {
  .trv-page-inner,
  .page-main:not(.page-main--home),
  main.page-main:not(.page-main--home) {
    padding-top: 74px !important;
  }
}

/* ============================================================
   SIDEBAR — sticky offset respects fixed header
   ============================================================ */
.sidebar-filter.card {
  position: relative;
  z-index: 100;
}
.sidebar__content.js-sticky-top,
.sidebar__content .js-sticky-top,
.trv-sidebar-sticky {
  top: 160px !important; /* header height + small gap */
  max-height: calc(100vh - 184px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
  padding-right: 2px;
  overscroll-behavior: contain;
}
.sidebar__content.js-sticky-top.is_stuck,
.sidebar__content.js-sticky-top[style*="position: fixed"] {
  max-height: calc(100vh - 184px) !important;
}
.trv-sidebar-sticky {
  position: sticky;
  max-height: calc(100vh - 184px) !important;
}
.sidebar__content.js-sticky-top .sidebar-filter.card,
.trv-sidebar-sticky .sidebar-filter.card {
  max-height: inherit;
  overflow: visible;
}
@media (max-width: 991px) {
  .sidebar__content.js-sticky-top,
  .sidebar__content .js-sticky-top,
  .trv-sidebar-sticky {
    top: 136px !important;
    max-height: calc(100vh - 156px);
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  .sidebar__content.js-sticky-top,
  .sidebar__content .js-sticky-top,
  .trv-sidebar-sticky {
    top: 84px !important;
    max-height: none;
    overflow-y: visible;
  }
}

/* ============================================================
   STICKY FOOTER — içerik kısa olsa bile footer her zaman altta
   body → flex-column  |  .page-main → flex:1  |  footer → alt
   ============================================================ */
body.load {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 0 !important;
}

/* Fixed konumdaki elemanlar flex akışını etkilemez;
   sadece <main> ve <footer> akış içinde kalır */
.page-main,
main.page-main {
  flex: 1 0 auto;
  margin-bottom: 0 !important;
}

.trv-filter-actions {
  gap: 12px;
  flex-wrap: wrap;
}

.trv-filter-actions .btn {
  min-width: 0;
  white-space: nowrap;
}

.trv-catalog-summary--actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.trv-catalog-summary__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.product {
  position: relative;
}

.trv-product-media {
  position: relative;
  min-height: 200px;
  margin: 0 -1rem 1rem;
  overflow: hidden;
  z-index: 1;
}

.trv-product-media .product__img-top {
  min-height: inherit;
  height: 100%;
  margin: 0;
  overflow: visible;
}

.product--list .trv-product-media {
  min-width: 31.25%;
  margin: -1rem 0;
}

.product--list .trv-product-media .product__img-top {
  min-width: 0;
  margin: 0;
}

.trv-favorite-btn {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(7, 24, 43, 0.86);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.trv-favorite-btn:hover,
.trv-favorite-btn:focus {
  background: linear-gradient(135deg, var(--trv-cta-start), var(--trv-cta-end));
  color: #fff;
}

.trv-favorite-btn.is-active {
  background: linear-gradient(135deg, var(--trv-coral), #ffb347);
  color: #fff;
}

.trv-favorite-btn--card {
  position: absolute;
  top: auto;
  right: 14px;
  bottom: 14px;
  z-index: 5;
}

.trv-product-media .trv-favorite-btn--card {
  bottom: 14px;
}

.flight-card {
  position: relative;
}

.trv-flight-favorite {
  position: absolute;
  top: auto;
  right: 14px;
  bottom: 14px;
  z-index: 6;
  margin: 0 !important;
}

.flight-card__total .total {
  padding-right: 0;
  padding-bottom: 46px;
}

@media (max-width: 767px) {
  .trv-flight-favorite {
    right: 12px;
    bottom: 12px;
  }

  .flight-card__total .total {
    padding-bottom: 42px;
  }
}

.trv-favorite-count {
  min-width: 20px;
  height: 20px;
  margin-left: 6px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(25, 194, 209, 0.18);
  color: #19c2d1;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.trv-cart-count {
  min-width: 20px;
  height: 20px;
  margin-left: 6px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--trv-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.trv-cart-add-form {
  display: flex;
  flex: 1 1 180px;
  margin: 0;
}

.trv-cart-add-form .btn {
  width: 100%;
}

.trv-cart-page .page-content {
  padding: 32px 0 64px;
}

.trv-cart-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0b1d35 0%, #12385f 62%, #159fa4 100%);
  color: #fff;
  box-shadow: var(--trv-shadow);
}

.trv-cart-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: #9ff4f2;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.trv-cart-hero h1 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 2rem;
}

.trv-cart-hero p {
  margin: 0;
  color: rgba(255,255,255,.82);
}

.trv-cart-empty {
  padding: 48px 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--trv-shadow);
  text-align: center;
}

.trv-cart-empty > i {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(29,198,200,.12);
  color: var(--trv-teal-dark);
  font-size: 30px;
}

.trv-cart-empty h2 {
  color: var(--trv-navy);
}

.trv-cart-empty p {
  color: #64748b;
}

.trv-cart-list {
  display: grid;
  gap: 14px;
}

.trv-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr) 42px;
  gap: 16px;
  padding: 14px;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--trv-shadow);
}

.trv-cart-item__media {
  min-height: 112px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--trv-gray-100);
}

.trv-cart-item__media img,
.trv-cart-item__media span {
  width: 100%;
  height: 100%;
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  color: var(--trv-gray-500);
}

.trv-cart-type {
  display: inline-flex;
  margin-bottom: 6px;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(29,198,200,.12);
  color: var(--trv-teal-dark);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.trv-cart-item h2 {
  margin: 0 0 6px;
  font-size: 1.15rem;
}

.trv-cart-item h2 a {
  color: var(--trv-navy);
  text-decoration: none;
}

.trv-cart-item p {
  margin: 0 0 12px;
  color: #64748b;
}

.trv-cart-item__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.trv-cart-item__controls label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.trv-cart-item__controls input {
  width: 72px;
  min-height: 40px;
  border: 1px solid var(--trv-gray-200);
  border-radius: 8px;
  text-align: center;
  font-weight: 800;
}

.trv-cart-item__controls span {
  color: var(--trv-teal-dark);
  font-size: 1.1rem;
  font-weight: 900;
  white-space: nowrap;
}

.trv-cart-remove {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fff1f2;
  color: #e11d48;
  cursor: pointer;
}

.trv-cart-list__actions {
  display: flex;
  justify-content: flex-end;
}

.trv-cart-summary {
  position: sticky;
  top: 160px;
  padding: 22px;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--trv-shadow);
}

.trv-cart-summary h2 {
  margin: 0 0 16px;
  color: var(--trv-navy);
  font-size: 1.25rem;
}

.trv-cart-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--trv-gray-200);
}

.trv-cart-summary__row strong {
  color: var(--trv-navy);
  font-size: 1.08rem;
}

.trv-cart-summary p {
  margin: 14px 0;
  color: #64748b;
  font-size: .9rem;
}

@media (max-width: 767px) {
  .trv-cart-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .trv-cart-item {
    grid-template-columns: 104px minmax(0, 1fr);
    padding-right: 52px;
  }

  .trv-cart-remove {
    position: absolute;
    top: 14px;
    right: 14px;
  }

  .trv-cart-item__controls {
    align-items: flex-start;
    flex-direction: column;
  }

  .trv-cart-summary {
    position: static;
    margin-top: 18px;
  }
}

.trv-favorites-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--trv-coral), #ffb347);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 35px rgba(11, 29, 53, 0.22);
}

.trv-favorites-fab span {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #0b1d35;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.trv-favorite-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(11, 29, 53, 0.08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.trv-favorite-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(11, 29, 53, 0.14);
}

.trv-favorite-card__media {
  position: relative;
  display: block;
  height: 200px;
  overflow: hidden;
}
.trv-favorite-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.trv-favorite-card:hover .trv-favorite-card__media img {
  transform: scale(1.06);
}
.trv-favorite-card__media--empty {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0b1d35, #19c2d1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.trv-favorite-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,26,49,.02) 45%, rgba(8,26,49,.55) 100%);
}
.trv-favorite-card__type {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 1;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--trv-navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.trv-favorite-card__remove {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #ea5754;
  font-size: 15px;
  box-shadow: 0 6px 16px rgba(11,29,53,.18);
  transition: transform .15s ease, background .15s ease;
}
.trv-favorite-card__remove:hover {
  transform: scale(1.08);
  background: #ea5754;
  color: #fff;
}

.trv-favorite-card__body {
  padding: 18px 20px 20px;
}

.trv-favorite-card__body h2 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.3;
}
.trv-favorite-card__body h2 a {
  color: var(--trv-navy);
  text-decoration: none;
}

.trv-favorite-card__meta {
  margin: 0 0 14px;
  color: #6b7280;
  font-size: 12.5px;
}
.trv-favorite-card__meta i {
  margin-right: 5px;
  color: var(--trv-orange);
}

.trv-contact-map {
  overflow: hidden;
}

.trv-contact-map iframe {
  min-height: 320px;
}

@media (max-width: 991px) {
  .trv-catalog-summary--actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .trv-favorites-fab {
    right: 14px;
    bottom: 14px;
  }
}

.page-footer {
  flex-shrink: 0;
  position: relative;  /* jarallax cover'ı footer içinde hapseder */
}

/* jarallax cover'ın footer dışına taşmasını engelle */
.page-footer__cover {
  position: absolute !important;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

/* cover üstündeki içerik katmanları kesinlikle öne çıksın */
.trv-footer-upper,
.trv-footer-divider,
.trv-footer-lower {
  position: relative;
  z-index: 1;
}

/* ============================================================
   HOMEPAGE GORDIOS SECTIONS
   ============================================================ */
.trv-home-section { overflow: hidden; }
.trv-home-band {
  position: relative;
  padding: 88px 0;
  overflow: hidden;
}

.trv-home-band--alt {
  background: linear-gradient(180deg, #f7fbfc 0%, #eff6f8 100%);
}

.trv-home-band--catalog {
  background: #f5f1e9;
}

.trv-home-band__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 32px;
}

.trv-home-band__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.trv-home-band__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(29, 198, 200, 0.12);
  color: var(--trv-teal-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trv-home-band__text {
  margin: 0;
  max-width: 640px;
  color: var(--trv-gray-500);
  font-size: 14px;
}

.trv-home-band__header {
  margin-bottom: 42px;
}

.trv-home-band__header--center {
  text-align: center;
}

.trv-home-band__title {
  margin: 0;
  color: var(--trv-navy);
  font-size: clamp(2rem, 2.6vw, 3rem);
  font-weight: 800;
  letter-spacing: -.03em;
}

.trv-home-band__intro {
  max-width: 640px;
  margin: 22px auto 0;
  color: #90a0b7;
  font-size: 16px;
  line-height: 1.7;
}

.trv-home-band__stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
  color: var(--trv-orange);
}

.trv-home-band__stars::before,
.trv-home-band__stars::after {
  content: "";
  width: 72px;
  max-width: 14vw;
  height: 1px;
  background: rgba(11, 29, 53, 0.16);
}

.trv-home-band__stars span {
  display: inline-flex;
  gap: 10px;
  font-size: 16px;
}

.trv-section-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--trv-navy);
  letter-spacing: -.02em;
}

.trv-home-slider {
  overflow: visible;
  padding: 6px 2px 10px;
}

.trv-home-slider .swiper-slide {
  height: auto;
}

/* Home slider is visual-first; its supporting copy lives below the hero. */
.page-main--home .intro__desc {
  display: none;
}

.trv-home-grid {
  justify-content: center;
}

.trv-home-slider__nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.trv-home-slider__nav .btn-nav {
  position: static;
  transform: none;
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(11, 29, 53, 0.14);
}

.trv-home-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(11, 29, 53, 0.06);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(11, 29, 53, 0.08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.trv-home-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(11, 29, 53, 0.14);
}

.trv-home-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  background: #dfe7ee;
  overflow: hidden;
}

.trv-home-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.trv-home-card:hover .trv-home-card__media img {
  transform: scale(1.06);
}

.trv-home-card__badge {
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(11, 29, 53, 0.82);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.trv-home-card__tag {
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 12px 0 0 12px;
  background: rgba(11, 29, 53, 0.88);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.trv-home-card__tag strong,
.trv-home-card__tag b {
  color: var(--trv-teal);
}

.trv-home-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 24px;
}

.trv-home-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 12px;
  color: var(--trv-gray-500);
  font-size: 12px;
  font-weight: 700;
}

.trv-home-card__stars {
  display: inline-flex;
  gap: 3px;
  color: #f6b91a;
}

.trv-home-card__location,
.trv-home-card__date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.trv-home-card__title {
  margin-bottom: 10px;
  color: var(--trv-navy);
  font-size: 1.2rem;
  line-height: 1.35;
}

.trv-home-card__title a {
  color: inherit;
  text-decoration: none;
}

.trv-home-card__title a:hover {
  color: var(--trv-teal-dark);
}

.trv-home-card__summary {
  margin-bottom: 22px;
  color: var(--trv-gray-500);
  font-size: 14px;
  line-height: 1.75;
}

.trv-home-card--catalog {
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(11, 29, 53, 0.08);
}

.trv-home-card--catalog .trv-home-card__body {
  padding: 18px 20px 16px;
}

.trv-home-card__meta--catalog {
  margin-bottom: 0;
  color: #8b93a3;
  font-size: 14px;
  font-weight: 500;
  gap: 10px 22px;
}

.trv-home-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(11, 29, 53, 0.08);
}

.trv-home-card__price {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.trv-home-card__price small {
  color: var(--trv-gray-500);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.trv-home-card__price strong {
  color: var(--trv-teal-dark);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.trv-home-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(29, 198, 200, 0.28);
  border-radius: 999px;
  background: rgba(29, 198, 200, 0.08);
  color: var(--trv-teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: all .2s ease;
}

.trv-home-card__link:hover {
  background: var(--trv-teal);
  border-color: var(--trv-teal);
  color: #fff;
  text-decoration: none;
}

.trv-gordios-widget .card {
  border-radius: var(--trv-radius-lg);
  overflow: hidden;
  transition: var(--trv-transition);
  border: none;
}
.trv-gordios-widget .card:hover {
  box-shadow: var(--trv-shadow-lg);
  transform: translateY(-3px);
}
.trv-gordios-widget .card-img-top {
  border-radius: var(--trv-radius-lg) var(--trv-radius-lg) 0 0;
}
.trv-gordios-widget .btn-outline-primary {
  color: var(--trv-teal) !important;
  border-color: var(--trv-teal) !important;
  font-size: 13px;
  font-weight: 700;
}
.trv-gordios-widget .btn-outline-primary:hover {
  background: var(--trv-teal) !important;
  color: #fff !important;
}

/* Sidebar filter actions */
.sidebar-filter .modal-body {
  overflow-x: hidden;
}
.trv-filter-actions {
  gap: 10px;
  align-items: stretch;
}
.trv-filter-actions .btn {
  min-width: 0;
  height: 40px;
  padding: 0 12px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .01em;
  white-space: nowrap;
}
.trv-filter-actions .btn-secondary {
  background: linear-gradient(135deg, var(--trv-cta-start), var(--trv-cta-end)) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(16, 138, 160, .20);
}
.trv-filter-actions .btn-secondary:hover {
  background: linear-gradient(135deg, #24ddd8, #0b7188) !important;
  border-color: transparent !important;
  box-shadow: 0 14px 28px rgba(16, 138, 160, .26);
}
.trv-filter-actions .btn-outline-secondary {
  background: #fff !important;
  border: 1.5px solid rgba(16, 138, 160, .35) !important;
  color: #0b7188 !important;
}
.trv-filter-actions .btn-outline-secondary:hover {
  background: rgba(29,198,200,.10) !important;
  border-color: rgba(16, 138, 160, .55) !important;
  color: #075d70 !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .trv-filter-actions {
    flex-direction: column;
  }
  .trv-filter-actions .btn {
    width: 100%;
  }
}

/* Search results */
.trv-search-page-form {
  background: #fff;
  border: 1px solid var(--trv-gray-200);
  border-radius: var(--trv-radius);
  padding: 18px;
  box-shadow: var(--trv-shadow);
}
.trv-search-card {
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: var(--trv-radius);
  border: 1px solid var(--trv-gray-200);
  box-shadow: var(--trv-shadow);
}
.trv-search-card__img,
.trv-search-card__placeholder {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.trv-search-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--trv-navy), var(--trv-teal));
  color: rgba(255,255,255,.55);
  font-size: 28px;
}
.trv-search-card__body {
  padding: 16px;
}
.trv-search-card__type {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(29,198,200,.1);
  color: var(--trv-teal-dark);
  font-size: 11px;
  font-weight: 800;
}
.trv-search-card h2 {
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--trv-navy);
}
.trv-search-card p {
  color: var(--trv-gray-500);
  font-size: 13px;
}
.trv-search-card__price {
  color: var(--trv-teal-dark);
  font-size: 14px;
}

/* Category pages: keep async Gordios cards and footer in normal page flow. */
main.page-main,
.page-main {
  margin-bottom: 0 !important;
  overflow: visible !important;
}

.page-content,
.category-content {
  overflow: visible !important;
}

.category-content {
  padding-bottom: 48px;
}

.category-content__items.trv-gordios-widget {
  display: block !important;
  position: relative !important;
  width: 100%;
  height: auto !important;
  min-height: 420px;
  margin-bottom: 48px !important;
  clear: both;
  overflow: visible !important;
}

.category-content__items.trv-gordios-widget::after {
  content: "";
  display: block;
  clear: both;
}

.category-content__items.trv-gordios-widget > .row {
  display: flex !important;
  flex-wrap: wrap !important;
  position: relative !important;
  height: auto !important;
  overflow: visible !important;
}

.page-footer,
.page-footer.sticky {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  z-index: 1 !important;
  clear: both;
}

.trv-filter-actions {
  flex-wrap: nowrap;
}

.trv-filter-actions .btn {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 991px) {
  .trv-home-band {
    padding: 70px 0;
  }

  .trv-home-band__head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 26px;
  }

  .trv-home-band__actions {
    width: 100%;
    justify-content: space-between;
  }
}

/* ============================================================
   FINAL HEADER / HERO / SEO LAYOUT OVERRIDES
   ============================================================ */
html,
body {
  min-height: 100%;
}

body {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page-main,
main.page-main {
  flex: 1 0 auto;
}

.trv-topbar__row {
  justify-content: flex-start;
  gap: 16px;
}

.trv-topbar__contact {
  padding-left: 0;
  gap: 14px;
}

.trv-topbar__rates {
  margin: 0;
  padding: 0 10px;
}

.trv-topbar__rates .trv-topbar-drop {
  left: 0;
  right: auto;
}

.trv-topbar__rates .trv-topbar-drop::before {
  left: 18px;
  right: auto;
}

.trv-header-search--topbar {
  min-width: 250px;
  max-width: 250px;
  margin: 0;
}

.trv-topbar__actions {
  margin-left: auto;
  gap: 12px;
}

.trv-topbar__actions .trv-header-search--topbar {
  order: 0;
  margin-right: 2px;
}

.trv-topbar__actions .trv-topbar__lang {
  order: 1;
}

.trv-topbar__actions .trv-sep,
.trv-topbar__actions .trv-topbar__btn {
  order: 2;
}

.trv-mainnav__row {
  justify-content: flex-start;
  gap: 18px;
}

.trv-nav-links {
  flex: 0 1 auto;
  margin-right: auto;
}

.intro {
  position: relative;
  height: 455px;
  min-height: 455px !important;
  padding: 0;
  margin-bottom: 175px;
  overflow: visible;
  background: #0b1d35;
}

.intro__bg {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100% !important;
}

.intro__bg.sticky {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100% !important;
  transform: none !important;
}

.intro__bg .swiper-container,
.intro__bg .swiper-wrapper,
.intro__bg .swiper-slide,
.intro__bg .img-cover {
  width: 100%;
  height: 100%;
}

.intro__bg .over {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 18, 36, 0.26) 0%, rgba(7, 18, 36, 0.08) 45%, rgba(7, 18, 36, 0.36) 100%) !important;
}

.intro__desc {
  display: none !important;
}

.intro__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -128px;
  z-index: 3;
  width: 100%;
  padding: 0 !important;
  opacity: 1;
}

.intro__hotels {
  padding-top: 0;
  overflow: visible;
}

.intro__hotels .swiper-container {
  overflow: visible;
}

.intro__hotels .swiper-slide {
  height: auto;
}

.intro__hotels-controls {
  z-index: 4;
}

.trv-filter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trv-filter-actions .btn {
  flex: 1 1 140px;
  justify-content: center;
}

.trv-contact-hero {
  padding: 72px 0 40px;
  background: linear-gradient(135deg, #0b1d35 0%, #13365d 45%, #1aa9b0 100%);
}

.trv-contact-hero__eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trv-contact-hero__title {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
}

.trv-contact-hero__text {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.8;
}

.trv-contact-card {
  height: 100%;
  padding: 28px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(11, 29, 53, 0.10);
}

.trv-contact-card--info {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.trv-contact-card__title {
  margin-bottom: 22px;
  color: var(--trv-navy);
  font-size: 1.5rem;
  font-weight: 800;
}

.trv-contact-card__item + .trv-contact-card__item {
  margin-top: 18px;
}

.trv-contact-card__item span,
.trv-contact-list span {
  display: block;
  margin-bottom: 6px;
  color: var(--trv-gray-500);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.trv-contact-card--info .trv-contact-card__item span {
  color: rgba(255, 255, 255, 0.56);
}

.trv-contact-card__item a,
.trv-contact-card__item strong {
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.trv-contact-list > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--trv-gray-200);
}

.trv-contact-list > div:last-child {
  border-bottom: 0;
}

.trv-contact-list strong {
  color: var(--trv-navy);
}

.trv-form-label {
  margin-bottom: 8px;
  color: var(--trv-navy);
  font-size: 13px;
  font-weight: 700;
}

.trv-form-control {
  min-height: 48px;
  border: 1px solid var(--trv-gray-200);
  border-radius: 12px;
  box-shadow: none;
}

.trv-form-control:focus {
  border-color: rgba(29, 198, 200, 0.55);
  box-shadow: 0 0 0 4px rgba(29, 198, 200, 0.10);
}

.trv-contact-map {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(11, 29, 53, 0.10);
}

.trv-contact-map iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

@media (max-width: 1399px) {
  .trv-header-search--topbar {
    min-width: 220px;
    max-width: 220px;
  }
}

@media (max-width: 1199px) {
  .trv-topbar__row {
    gap: 12px;
  }

  .trv-header-search--topbar {
    min-width: 190px;
    max-width: 190px;
  }
}

@media (max-width: 991px) {
  .intro {
    height: 400px;
    min-height: 400px !important;
    margin-bottom: 155px;
  }

  .intro__content {
    bottom: -112px;
  }
}

@media (max-width: 767px) {
  .intro {
    height: 320px;
    min-height: 320px !important;
    margin-bottom: 125px;
  }

  .intro__content {
    bottom: -92px;
  }

  .intro__hotels .swiper-container {
    overflow: hidden;
  }

  .trv-filter-actions .btn {
    flex-basis: 100%;
  }

  .trv-contact-card,
  .trv-contact-card--info {
    padding: 22px;
  }

  .trv-contact-map iframe {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .trv-home-card__body {
    padding: 20px;
  }

  .trv-home-card__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .trv-home-card__link {
    width: 100%;
  }

  .trv-home-slider__nav {
    display: none;
  }
}

/* ============================================================
   HOME PAGE RESET TO MATCH index.html LAYOUT
   ============================================================ */
body {
  margin: 0 !important;
}

.page-main--home .intro {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 100vh !important;
  min-height: 100svh !important;
  margin: 0;
  overflow: hidden;
  background: #0b1d35;
}

.page-main--home .intro__bg,
.page-main--home .intro__bg.sticky {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-main--home .intro__bg .swiper-container,
.page-main--home .intro__bg .swiper-wrapper,
.page-main--home .intro__bg .swiper-slide {
  height: 100%;
}

.page-main--home .intro__bg .over {
  background: linear-gradient(180deg, rgba(7, 18, 36, 0.58) 0%, rgba(7, 18, 36, 0.30) 42%, rgba(7, 18, 36, 0.56) 100%) !important;
}

.page-main--home .intro__desc {
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 1;
}

.page-main--home .intro__desc .swiper-wrapper,
.page-main--home .intro__desc .swiper-slide {
  height: 100%;
}

.page-main--home .intro__desc .swiper-slide {
  display: flex;
  align-items: center;
}

.page-main--home .intro__desc .container {
  padding-top: 150px;
}

.page-main--home .intro__caption {
  margin-bottom: 12px;
}

.page-main--home .intro__title {
  margin-bottom: 18px;
  font-size: clamp(3rem, 5vw, 5.4rem) !important;
}

.page-main--home .intro__desc p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.7;
}

.page-main--home .intro__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: 100%;
  padding: 0 !important;
  opacity: 1;
}

.page-main--home .intro__hotels {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.page-main--home .intro__hotels .swiper-container {
  overflow: hidden;
  padding: 0 60px;
}

.page-main--home .intro__hotels .swiper-slide {
  width: 360px;
  height: auto;
}

.page-main--home .card-intro {
  height: 182px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(11, 29, 53, .18);
}

.page-main--home .card-intro__footer {
  border-radius: 0 0 16px 16px;
  background: rgba(11, 29, 53, 0.84) !important;
}

.page-main--home .card-hover {
  border-radius: inherit;
  background: rgba(11, 29, 53, 0.88) !important;
  box-shadow: none !important;
}

.page-main--home .card-intro .card-price {
  border-radius: 0 0 0 12px !important;
}
.page-main--home .trv-home-intro-hotels { padding:30px 24px 34px; background:linear-gradient(135deg,#c8f1f2 0%,#e7f1fb 48%,#ffe6c7 100%); }
.page-main--home .trv-home-intro-hotels .intro__hotels { padding:0 18px; }
.page-main--home .trv-home-intro-hotels .swiper-container { padding:4px 0 8px; }
.page-main--home .trv-home-intro-hotels .card-intro { border:1px solid rgba(255,255,255,.8); border-radius:14px !important; box-shadow:0 14px 30px rgba(14,56,79,.2); }
.page-main--home .trv-home-intro-hotels .card-intro::after { position:absolute; inset:0; pointer-events:none; background:linear-gradient(135deg,rgba(15,185,190,.12),transparent 42%,rgba(7,24,52,.3)); content:''; }
.page-main--home .trv-home-intro-hotels .card-intro__footer { position:relative; z-index:2; }
@media (max-width:767px){.page-main--home .trv-home-intro-hotels{padding:20px 10px 24px}.page-main--home .trv-home-intro-hotels .intro__hotels{padding:0 6px}}
.page-main--home .trv-home-intro-hotels .card-price { z-index:3; }
.page-main--home .trv-home-intro-hotels .trv-currency-icon { color:#18d0d2; font-size:1.15em; font-weight:900; }

.page-main--home .intro__hotels-controls {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.page-main--home .intro__hotels-controls .btn-nav {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  pointer-events: auto;
}

.page-main--home .intro__hotels-controls .btn-nav--left {
  left: 0;
}

.page-main--home .intro__hotels-controls .btn-nav--right {
  right: 0;
}

.page-main--home .page-content--home {
  padding: 78px 0 34px;
  background: #e8e5df;
}

.page-main--home .section-header {
  margin-bottom: 34px;
}

.page-main--home .section-header + .col-12,
.page-main--home .section-header + [class*="col-"] {
  margin-top: 0;
}

.page-main--home .page-section__more {
  padding-top: 8px !important;
  padding-bottom: 56px !important;
}

.trv-home-quicklinks {
  margin: 0 0 34px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(15, 35, 64, .08);
  box-shadow: 0 14px 34px rgba(15, 35, 64, .08);
}

.trv-home-quicklinks__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.trv-home-quicklinks__head h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #071d3a;
}

.trv-home-quicklinks__head p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
}

.trv-home-quicklinks__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.trv-home-quicklinks__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(15, 35, 64, .08);
  color: #0f2340;
  font-weight: 800;
  background: #f8fafc;
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.trv-home-quicklinks__item:hover {
  color: #0f2340;
  border-color: rgba(29, 198, 200, .38);
  background: #eefbfb;
  transform: translateY(-1px);
  text-decoration: none;
}

.trv-home-quicklinks__item i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #18b8bf;
  border-radius: 50%;
  flex: 0 0 28px;
}

@media (max-width: 991px) {
  .trv-home-quicklinks__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .trv-home-quicklinks__head {
    display: block;
  }

  .trv-home-quicklinks__head p {
    margin-top: 4px;
  }

  .trv-home-quicklinks__grid {
    grid-template-columns: 1fr;
  }
}

.page-main--home .btn-load {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 210px;
  padding: 0.95rem 2rem;
}

@media (max-width: 1199px) {
  .page-main--home .intro {
    height: 100vh;
    height: 100svh;
    min-height: 100vh !important;
    min-height: 100svh !important;
  }

  .page-main--home .intro__hotels .swiper-slide {
    width: 320px;
  }
}

@media (max-width: 991px) {
  .page-main--home .intro {
    height: 100vh;
    height: 100svh;
    min-height: 100vh !important;
    min-height: 100svh !important;
  }

  .page-main--home .intro__desc .container {
    padding-top: 124px;
  }

  .page-main--home .intro__hotels .swiper-container {
    padding: 0 48px;
  }

  .page-main--home .intro__hotels .swiper-slide {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .page-main--home .intro {
    height: 100vh;
    height: 100svh;
    min-height: 100vh !important;
    min-height: 100svh !important;
  }

  .page-main--home .intro__desc .container {
    padding-top: 94px;
  }

  .page-main--home .intro__title {
    font-size: clamp(2.2rem, 9vw, 3.1rem) !important;
  }

  .page-main--home .intro__desc p {
    font-size: 14px;
  }

  .page-main--home .intro__content {
    bottom: 0;
  }

  .page-main--home .intro__hotels .swiper-container {
    padding: 0 44px;
  }

  .page-main--home .intro__hotels .swiper-slide {
    width: 240px;
  }

  .page-main--home .card-intro {
    height: 168px;
  }

  .page-main--home .page-content--home {
    padding-top: 54px;
  }
}

/* ============================================================
   FINAL CATALOG TOOLBAR / FILTER FIXES
   ============================================================ */
.trv-catalog-page .sortbar {
  padding: 0;
  border: 1px solid var(--trv-gray-200);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.trv-catalog-page .sortbar__title,
.trv-catalog-page .sortbar__sort,
.trv-catalog-page .sortbar__grid,
.trv-catalog-page .trv-catalog-toolbar {
  min-height: 72px;
}

.trv-catalog-page .sortbar__title .navbar-brand {
  height: 100%;
  margin: 0;
  padding: 0 22px;
  color: var(--trv-navy);
  font-weight: 800;
}

.trv-catalog-page .sortbar__sort,
.trv-catalog-page .trv-catalog-toolbar {
  flex: 1 1 auto;
  align-content: center;
}

.trv-catalog-page .sortbar__grid {
  margin-left: auto;
  border-left: 1px solid var(--trv-gray-200);
  align-self: stretch;
}

.trv-catalog-page .sortbar__grid .nav-link {
  width: 56px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7c8ba1;
}

.trv-catalog-page .sortbar__grid .nav-link.active,
.trv-catalog-page .sortbar__grid .nav-link:hover {
  color: var(--trv-teal-dark);
  background: rgba(29, 198, 200, 0.08);
}

.trv-catalog-toolbar__btn {
  flex: 0 0 auto;
  min-width: 140px;
  height: 44px;
  padding: 0 24px !important;
}

.trv-filter-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.trv-filter-actions .btn {
  width: 100%;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .trv-filter-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .trv-catalog-page .sortbar__grid {
    width: 100%;
    margin-left: 0;
    border-left: 0;
    border-top: 1px solid var(--trv-gray-200);
    justify-content: flex-end;
  }

  .trv-catalog-toolbar__btn {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 575px) {
  .trv-filter-actions {
    grid-template-columns: 1fr;
  }
}

.trv-transfer-placeholder {
  width: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--trv-navy), var(--trv-teal));
  color: rgba(255, 255, 255, 0.72);
  font-size: 46px;
}

.trv-transfer-placeholder--hero {
  min-height: 420px;
}

.trv-transfer-meta {
  height: 100%;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid var(--trv-gray-200);
  background: #f8fbfd;
}

.trv-transfer-meta__label {
  display: block;
  margin-bottom: 6px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* ============================================================
   ACCOUNT MODAL / MEMBER BAR
   ============================================================ */
.modal-account .modal-dialog {
  max-width: 460px;
}

.modal-account .modal-content {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .28);
}

.modal-account .modal-header {
  padding: 0;
  background: linear-gradient(135deg, #0f2340, #17355e);
  border-bottom: 0;
}

.modal-account .modal-body {
  padding: 28px;
  background: #fff;
}

.modal-account__tabs {
  flex: 1 1 auto;
  border-bottom: 0;
}

.modal-account__tabs .nav-link {
  margin: 0;
  border: 0;
  border-radius: 0;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  font-weight: 800;
  background: transparent;
}

.modal-account__tabs .nav-link.active,
.modal-account__tabs .nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.modal-account .close {
  width: 52px;
  min-width: 52px;
  height: 52px;
  margin: 10px;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  opacity: 1;
  box-shadow: none;
}

.modal-account .close:hover {
  background: rgba(255, 255, 255, .2);
}

.modal-account__form .form-group {
  margin-bottom: 14px;
}

.modal-account__form .form-control {
  min-height: 54px;
  border: 1px solid #d7e1ee;
  border-radius: 14px;
  padding: 0 16px;
  font-size: 14px;
  color: #0f172a;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.modal-account__form .form-control:focus {
  border-color: var(--trv-teal);
  box-shadow: 0 0 0 4px rgba(29, 198, 200, .12);
  transform: translateY(-1px);
}

.modal-account__form .help-block {
  margin-top: 6px;
  color: #64748b;
  font-size: 12px;
}

.modal-account__form .btn.btn-secondary {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  background: linear-gradient(135deg, #fd962c, #ffad45);
  color: #fff;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 14px 30px rgba(253, 150, 44, .22);
}

.modal-account__form .btn.btn-secondary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(253, 150, 44, .28);
}

.trv-account-alert {
  border: 0;
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.55;
}

.trv-account-note {
  padding: 12px 14px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: #f8fbfd;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-size: 13px;
  line-height: 1.6;
}

.trv-topbar__btn--member {
  border-style: solid;
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.trv-topbar__btn--member:hover {
  color: #fff;
  background: rgba(255, 255, 255, .12);
}

/* Homepage enrichment */
.trv-home-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(29, 198, 200, .12);
  color: #0b8c95;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.trv-home-command {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 18px;
  margin: 0 0 42px;
}

.trv-home-command__panel,
.trv-home-stats,
.trv-home-destinations,
.trv-home-steps {
  border: 1px solid rgba(15, 35, 64, .08);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 38px rgba(15, 35, 64, .08);
}

.trv-home-command__panel {
  padding: 28px;
}

.trv-home-command__panel h2,
.trv-home-section-head h2,
.trv-home-steps h2,
.trv-home-cta-band h2 {
  margin: 0;
  color: var(--trv-navy);
  font-weight: 900;
  letter-spacing: -.02em;
}

.trv-home-command__panel h2 {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.trv-home-command__panel p,
.trv-home-section-head p {
  max-width: 720px;
  margin: 12px 0 0;
  color: #64748b;
  line-height: 1.7;
}

.trv-home-command__search {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 8px;
  border: 1px solid rgba(15, 35, 64, .10);
  background: #f8fbfd;
}

.trv-home-command__search .fa {
  color: var(--trv-teal-dark);
  text-align: center;
}

.trv-home-command__search input {
  width: 100%;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: var(--trv-navy);
  font-weight: 700;
  outline: none;
}

.trv-home-command__search .btn {
  min-width: 112px;
  min-height: 44px;
}

.trv-home-command__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.trv-home-command__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid rgba(29, 198, 200, .24);
  color: #0b7188;
  background: rgba(29, 198, 200, .07);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.trv-home-command__links a:hover {
  transform: translateY(-2px);
  background: var(--trv-teal);
  color: #fff;
  text-decoration: none;
}

.trv-home-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: rgba(15, 35, 64, .08);
}

.trv-home-stat {
  min-height: 128px;
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.trv-home-stat .fa {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--trv-cta-start), var(--trv-cta-end));
  color: #fff;
}

.trv-home-stat strong {
  color: var(--trv-navy);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.trv-home-stat span {
  margin-top: 6px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

.trv-home-destinations,
.trv-home-steps,
.trv-home-cta-band {
  margin: 0 0 54px;
}

.trv-home-destinations,
.trv-home-steps {
  padding: 28px;
}

.trv-home-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.trv-home-section-head h2 {
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
}

.trv-home-section-head > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--trv-teal-dark);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.trv-home-section-head > a:hover {
  color: var(--trv-orange);
  text-decoration: none;
}

.trv-home-section-head--center {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.trv-home-section-head--center p {
  margin-left: auto;
  margin-right: auto;
}

.trv-home-destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.trv-home-destination-card {
  position: relative;
  min-height: 210px;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  color: #fff;
  background: var(--trv-navy);
  text-decoration: none;
}

.trv-home-destination-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 18, 36, .08) 0%, rgba(7, 18, 36, .18) 42%, rgba(7, 18, 36, .82) 100%);
}

.trv-home-destination-card img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  border-radius: inherit;
  transition: transform .45s ease;
}

.trv-home-destination-card:hover img {
  transform: scale(1.07);
}

.trv-home-destination-card:hover {
  color: #fff;
  text-decoration: none;
}

.trv-home-destination-card__label,
.trv-home-destination-card__body {
  position: absolute;
  z-index: 2;
}

.trv-home-destination-card__label {
  top: 14px;
  left: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--trv-navy);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.trv-home-destination-card__body {
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.trv-home-destination-card__body strong {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
}

.trv-home-destination-card__body small {
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.4;
}

/* Last-minute deals — real "was/now" prices come only from admin-configured
   hotel_discount_rules (yonetim/hotel-form.php); the section stays hidden
   whenever no active rule exists, never fabricated pricing. */
.trv-lastminute {
  margin: 0 0 60px;
  padding: 26px;
  border-radius: 22px;
  background: linear-gradient(160deg, #fff7ea 0%, #fffaf1 60%, #fff 100%);
}
.trv-lastminute__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}
.trv-lastminute__head h2 {
  margin: 0 0 4px;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  color: var(--trv-navy);
}
.trv-lastminute__head p {
  margin: 0;
  color: #6b7280;
  font-size: 13.5px;
}
.trv-lastminute__sort {
  padding: 9px 14px;
  border: 1px solid var(--trv-gray-200);
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  color: #3c4f66;
}
.trv-lastminute__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 18px;
}
.trv-lastminute__tab {
  padding: 9px 18px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #6b5744;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px #ecd9bd;
  transition: background .15s ease, color .15s ease;
}
.trv-lastminute__tab.is-active {
  background: #d9531e;
  color: #fff;
  box-shadow: none;
}
.trv-lastminute__track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding-bottom: 6px;
}
.trv-lastminute-card {
  flex: 0 0 clamp(240px, 22vw, 280px);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 26px rgba(20, 30, 20, .08);
  scroll-snap-align: start;
}
.trv-lastminute-card__media {
  position: relative;
  display: block;
  height: 150px;
}
.trv-lastminute-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.trv-lastminute-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.trv-lastminute-card__body {
  padding: 14px 16px 16px;
}
.trv-lastminute-card__place {
  display: block;
  margin-bottom: 6px;
  color: #8a7a63;
  font-size: 11.5px;
  font-weight: 700;
}
.trv-lastminute-card__place i {
  color: var(--trv-orange);
  margin-right: 3px;
}
.trv-lastminute-card__body h4 {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.3;
}
.trv-lastminute-card__body h4 a {
  color: var(--trv-navy);
  text-decoration: none;
}
.trv-lastminute-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}
.trv-lastminute-card__price span {
  flex-basis: 100%;
  color: #9aa1ab;
  font-size: 11px;
}
.trv-lastminute-card__price del {
  color: #ada79c;
  font-size: 12.5px;
}
.trv-lastminute-card__price strong {
  color: #0aaeb5;
  font-size: 18px;
}
.trv-lastminute-card__price small {
  flex-basis: 100%;
  color: #6b7280;
  font-size: 11.5px;
}
@media (max-width: 575.98px) {
  .trv-lastminute { padding: 18px; }
  .trv-lastminute-card { flex-basis: 72vw; }
}

.trv-popular-regions {
  margin: 0 0 60px;
  padding-top: 4px;
}

.trv-popular-regions__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.trv-popular-regions__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #ec4e45;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.trv-popular-regions__head h2 {
  margin: 0;
  color: var(--trv-navy);
  font-size: clamp(2rem, 3.1vw, 2.7rem);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.trv-popular-regions__head p {
  max-width: 440px;
  margin: 10px 0 0;
  color: #62728a;
  font-size: 15px;
  line-height: 1.55;
}

.trv-popular-regions__controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.trv-popular-regions__control {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e7dccb;
  border-radius: 50%;
  background: #fff;
  color: #2264c7;
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 7px 18px rgba(15, 35, 64, .05);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
}

.trv-popular-regions__control:not(:disabled):hover,
.trv-popular-regions__control:not(:disabled):focus-visible {
  border-color: var(--trv-teal);
  background: var(--trv-teal);
  color: #fff;
  box-shadow: 0 12px 22px rgba(29, 198, 200, .22);
  outline: 0;
  transform: translateY(-2px);
}

.trv-popular-regions__control:disabled {
  cursor: not-allowed;
  opacity: .42;
}

.trv-popular-regions__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 9px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.trv-popular-regions__viewport::-webkit-scrollbar {
  display: none;
}

.trv-popular-regions__viewport:focus-visible {
  border-radius: 24px;
  outline: 3px solid rgba(29, 198, 200, .36);
  outline-offset: 4px;
}

.trv-popular-regions__track {
  display: flex;
  gap: 20px;
  min-width: max-content;
}

.trv-popular-region-card {
  position: relative;
  flex: 0 0 clamp(232px, 21vw, 282px);
  height: 356px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--trv-navy);
  box-shadow: 0 15px 30px rgba(15, 35, 64, .14);
  isolation: isolate;
  scroll-snap-align: start;
}

.trv-popular-region-card__link {
  position: absolute;
  inset: 0;
  display: block;
  color: #fff;
  text-decoration: none;
}

.trv-popular-region-card__link:hover,
.trv-popular-region-card__link:focus {
  color: #fff;
  text-decoration: none;
}

.trv-popular-region-card__link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -7px;
}

.trv-popular-region-card__link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .75, .25, 1);
}

.trv-popular-region-card__link:hover img,
.trv-popular-region-card__link:focus img {
  transform: scale(1.08);
}

.trv-popular-region-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 26, 49, .04) 16%, rgba(8, 26, 49, .14) 45%, rgba(5, 18, 32, .9) 100%);
  transition: background .3s ease;
}

.trv-popular-region-card__link:hover .trv-popular-region-card__shade,
.trv-popular-region-card__link:focus .trv-popular-region-card__shade {
  background: linear-gradient(180deg, rgba(8, 26, 49, .05) 8%, rgba(8, 26, 49, .22) 43%, rgba(5, 18, 32, .95) 100%);
}

.trv-popular-region-card__content {
  position: absolute;
  right: 18px;
  bottom: 17px;
  left: 18px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.trv-popular-region-card__city {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1.2;
  text-transform: uppercase;
}

.trv-popular-region-card__content > strong {
  color: #fff;
  font-size: clamp(25px, 2vw, 31px);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.1;
}

.trv-popular-region-card__cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 12px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #02bc59, #0bd66d);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 9px 20px rgba(2, 188, 89, .27);
  transition: transform .2s ease, box-shadow .2s ease;
}

.trv-popular-region-card__link:hover .trv-popular-region-card__cta,
.trv-popular-region-card__link:focus .trv-popular-region-card__cta {
  box-shadow: 0 12px 24px rgba(2, 188, 89, .36);
  transform: translateX(3px);
}

.trv-popular-region-card__favorite {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  backdrop-filter: blur(7px);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.trv-popular-region-card__favorite:hover,
.trv-popular-region-card__favorite:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, .3);
  color: #fff;
  outline: 0;
  transform: scale(1.08);
}

.trv-popular-region-card__favorite.is-active {
  border-color: #fff;
  background: #fff;
  color: #ea5754;
}

.trv-popular-region-card__favorite.is-active .fa:before {
  content: "\f004";
}

/* World hotels showcase — reuses .trv-popular-regions__* viewport/track/controls/progress,
   only the card itself (.trv-world-hotel-card) has its own bespoke styling. */
.trv-world-hotel-card {
  position: relative;
  flex: 0 0 clamp(232px, 21vw, 282px);
  height: 356px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--trv-navy);
  box-shadow: 0 15px 30px rgba(15, 35, 64, .14);
  isolation: isolate;
  scroll-snap-align: start;
}

.trv-world-hotel-card__link {
  position: absolute;
  inset: 0;
  display: block;
  color: #fff;
  text-decoration: none;
}

.trv-world-hotel-card__link:hover,
.trv-world-hotel-card__link:focus {
  color: #fff;
  text-decoration: none;
}

.trv-world-hotel-card__link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -7px;
}

.trv-world-hotel-card__link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .75, .25, 1);
}

.trv-world-hotel-card__link:hover img,
.trv-world-hotel-card__link:focus img {
  transform: scale(1.08);
}

.trv-world-hotel-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 26, 49, .05) 12%, rgba(8, 26, 49, .16) 45%, rgba(5, 18, 32, .92) 100%);
  transition: background .3s ease;
}

.trv-world-hotel-card__link:hover .trv-world-hotel-card__shade,
.trv-world-hotel-card__link:focus .trv-world-hotel-card__shade {
  background: linear-gradient(180deg, rgba(8, 26, 49, .06) 6%, rgba(8, 26, 49, .24) 43%, rgba(5, 18, 32, .96) 100%);
}

.trv-world-hotel-card__price {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(9, 27, 48, .55);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 12.5px;
  font-weight: 900;
  letter-spacing: -.01em;
}

.trv-world-hotel-card__content {
  position: absolute;
  right: 18px;
  bottom: 17px;
  left: 18px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.trv-world-hotel-card__place {
  color: rgba(255, 255, 255, .78);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .01em;
}

.trv-world-hotel-card__place i {
  margin-right: 4px;
  color: var(--trv-orange);
}

.trv-world-hotel-card__content > strong {
  color: #fff;
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .trv-world-hotel-card {
    flex-basis: 74vw;
    height: 320px;
  }
}

.trv-popular-regions__progress {
  position: relative;
  width: min(400px, 100%);
  height: 5px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8e9e7;
}

.trv-popular-regions__progress span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 28%;
  border-radius: inherit;
  background: #a6aaad;
  transition: left .2s ease, width .2s ease;
}

.trv-popular-regions:not(.is-scrollable) .trv-popular-regions__progress {
  visibility: hidden;
}

.trv-home-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.trv-home-step {
  position: relative;
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(15, 35, 64, .08);
  background: #f8fbfd;
  overflow: hidden;
}

.trv-home-step > span {
  position: absolute;
  right: 18px;
  top: 12px;
  color: rgba(11, 29, 53, .08);
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
}

.trv-home-step .fa {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fff;
  color: var(--trv-orange);
  box-shadow: 0 10px 24px rgba(15, 35, 64, .10);
}

.trv-home-step h3 {
  margin: 0 0 10px;
  color: var(--trv-navy);
  font-size: 18px;
  font-weight: 900;
}

.trv-home-step p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

.trv-home-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 30px;
  background: linear-gradient(135deg, #0b1d35 0%, #14355a 48%, #0f8c98 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(11, 29, 53, .16);
}

.trv-home-cta-band .trv-home-eyebrow {
  background: rgba(255, 255, 255, .12);
  color: #9ff4f2;
}

.trv-home-cta-band h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1.35;
}

.trv-home-cta-band__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.trv-home-cta-band__actions .btn {
  min-width: 150px;
}

.page-main--home .card-hotel,
.page-main--home .card-service {
  border: 1px solid rgba(15, 35, 64, .08);
  box-shadow: 0 14px 34px rgba(15, 35, 64, .08);
}

.page-main--home .card-hotel__img img {
  transition: transform .45s ease;
}

.page-main--home .card-hotel:hover .card-hotel__img img {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .trv-home-command {
    grid-template-columns: 1fr;
  }

  .trv-home-destination-grid,
  .trv-home-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trv-home-cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .trv-home-cta-band__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .trv-home-command__panel,
  .trv-home-destinations,
  .trv-home-steps,
  .trv-home-cta-band {
    padding: 20px;
  }

  .trv-home-command__search {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .trv-home-command__search .btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .trv-home-command__links,
  .trv-home-stats,
  .trv-home-destination-grid,
  .trv-home-step-grid {
    grid-template-columns: 1fr;
  }

  .trv-home-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .trv-home-section-head--center {
    align-items: center;
  }

  .trv-home-destination-card,
  .trv-home-destination-card img {
    min-height: 190px;
  }

  .trv-popular-regions {
    margin-bottom: 46px;
  }

  .trv-popular-regions__head {
    position: relative;
    display: block;
    padding-bottom: 54px;
    margin-bottom: 20px;
  }

  .trv-popular-regions__head h2 {
    font-size: 31px;
  }

  .trv-popular-regions__head p {
    font-size: 14px;
  }

  .trv-popular-regions__controls {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }

  .trv-popular-regions__control {
    width: 41px;
    height: 41px;
  }

  .trv-popular-regions__track {
    gap: 14px;
  }

  .trv-popular-region-card {
    flex-basis: min(76vw, 282px);
    height: 334px;
    border-radius: 21px;
  }

  .trv-popular-region-card__content {
    right: 16px;
    bottom: 15px;
    left: 16px;
  }
}

/* Clean site background override */
html,
body {
  background: #ffffff !important;
}

body {
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 38%, #f4fbfb 72%, #eef8f7 100%) fixed !important;
}

.page-main,
main.page-main,
.trv-page-inner,
.page-content,
.category-content,
.page-main--home .page-content--home {
  background: transparent !important;
}

.sidebar-filter,
.product,
.hotel-card,
.trv-card,
.trv-form-card,
.trv-info-card,
.trv-cart-item,
.trv-cart-summary,
.trv-cart-empty,
.trv-home-card,
.trv-home-quicklinks,
.trv-search-card {
  background-color: #fff !important;
}

/* Final catalog polish: cards, filters and micro interactions */
.trv-catalog-page .category-content__items {
  row-gap: 24px;
}

.trv-catalog-page .category-content__items > [class*="col-"] {
  margin-bottom: 0 !important;
}

/* Homepage motion and richer merchandising */
.page-main--home .intro__desc {
  z-index: 4;
  display: none !important;
}

.page-main--home .intro__caption {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.trv-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.trv-hero-actions .btn {
  min-width: 170px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
}

.trv-hero-actions .btn-secondary {
  background: linear-gradient(135deg, var(--trv-orange), #ffb14c) !important;
}

.trv-hero-actions .btn-secondary:hover {
  box-shadow: 0 22px 46px rgba(253, 150, 44, .34);
}

.trv-hero-badges {
  position: absolute;
  left: 50%;
  top: min(72vh, 650px);
  z-index: 6;
  width: min(880px, calc(100% - 40px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  transform: translateX(-50%);
  pointer-events: none;
}

.trv-hero-badge {
  min-height: 78px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  column-gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 12px;
  background: rgba(7, 18, 36, .56);
  color: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .20);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  animation: trvHeroBadgeFloat 4.4s ease-in-out infinite;
  animation-delay: calc(var(--trv-delay, 0) * .35s);
}

.trv-hero-badge .fa {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--trv-cta-start), var(--trv-cta-end));
  color: #fff;
}

.trv-hero-badge span {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.trv-hero-badge small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 800;
}

.trv-home-ticker {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0;
  margin: -24px 0 30px;
  border: 1px solid rgba(15, 35, 64, .08);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 35, 64, .10);
  overflow: hidden;
}

.trv-home-ticker__label {
  height: 100%;
  min-height: 66px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  background: linear-gradient(135deg, var(--trv-navy), #14355a);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.trv-home-ticker__label .fa {
  color: #ffd166;
}

.trv-home-ticker__viewport {
  min-width: 0;
  overflow: hidden;
}

.trv-home-ticker__track {
  width: max-content;
  display: flex;
  align-items: stretch;
  animation: trvTickerMove 34s linear infinite;
}

.trv-home-ticker:hover .trv-home-ticker__track {
  animation-play-state: paused;
}

.trv-home-ticker__item {
  min-width: 330px;
  display: grid;
  grid-template-columns: 30px auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  border-right: 1px solid rgba(15, 35, 64, .08);
  color: var(--trv-navy);
  text-decoration: none;
}

.trv-home-ticker__item:hover {
  color: var(--trv-navy);
  background: #f7fbfd;
  text-decoration: none;
}

.trv-home-ticker__item .fa {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(29, 198, 200, .12);
  color: var(--trv-teal-dark);
}

.trv-home-ticker__item span {
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(253, 150, 44, .12);
  color: #bd6414;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.trv-home-ticker__item strong,
.trv-home-ticker__item small,
.trv-home-ticker__item b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trv-home-ticker__item strong {
  font-size: 13px;
  font-weight: 900;
}

.trv-home-ticker__item small {
  color: #64748b;
  font-size: 11px;
}

.trv-home-ticker__item b {
  color: var(--trv-teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.trv-home-spotlight {
  margin: 0 0 54px;
  padding: 28px;
  border: 1px solid rgba(15, 35, 64, .08);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%);
  box-shadow: 0 18px 44px rgba(15, 35, 64, .08);
}

.trv-home-spotlight__grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 16px;
}

.trv-home-spotlight-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 230px minmax(0, 1fr);
  border: 1px solid rgba(15, 35, 64, .08);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(15, 35, 64, .07);
  transition: transform .22s ease, box-shadow .22s ease;
}

.trv-home-spotlight-card:first-child {
  grid-template-rows: 280px minmax(0, 1fr);
}

.trv-home-spotlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(15, 35, 64, .14);
}

.trv-home-spotlight-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  background: var(--trv-navy);
}

.trv-home-spotlight-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 18, 36, .02) 0%, rgba(7, 18, 36, .12) 46%, rgba(7, 18, 36, .60) 100%);
}

.trv-home-spotlight-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.trv-home-spotlight-card:hover .trv-home-spotlight-card__image img {
  transform: scale(1.06);
}

.trv-home-spotlight-card__image span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--trv-navy);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.trv-home-spotlight-card__body {
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.trv-home-spotlight-card__body small {
  min-height: 18px;
  color: var(--trv-teal-dark);
  font-size: 12px;
  font-weight: 900;
}

.trv-home-spotlight-card__body h3 {
  margin: 6px 0 8px;
  color: var(--trv-navy);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.trv-home-spotlight-card__body p {
  flex: 1 1 auto;
  margin: 0 0 16px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.62;
}

.trv-home-spotlight-card__body div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(15, 35, 64, .08);
}

.trv-home-spotlight-card__body strong {
  color: var(--trv-teal-dark);
  font-size: 17px;
  font-weight: 900;
}

.trv-home-spotlight-card__body .btn {
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-main--home .trv-home-quicklinks,
.page-main--home .trv-home-command__panel,
.page-main--home .trv-home-stats,
.page-main--home .trv-home-destinations,
.page-main--home .trv-home-steps,
.page-main--home .trv-home-cta-band,
.page-main--home .card-hotel,
.page-main--home .card-service {
  border-radius: 12px;
}

.page-main--home .card-hotel,
.page-main--home .card-service,
.trv-home-quicklinks__item,
.trv-home-command__links a,
.trv-home-step,
.trv-home-destination-card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.page-main--home .card-hotel:hover,
.page-main--home .card-service:hover,
.trv-home-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(15, 35, 64, .12);
}

@keyframes trvTickerMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes trvHeroBadgeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@media (max-width: 1199px) {
  .trv-hero-badges {
    top: auto;
    bottom: 230px;
  }
}

@media (max-width: 991px) {
  .trv-hero-badges {
    display: none;
  }

  .trv-home-ticker {
    margin-top: -10px;
    grid-template-columns: 1fr;
  }

  .trv-home-ticker__label {
    min-height: 46px;
    justify-content: center;
  }

  .trv-home-spotlight__grid {
    grid-template-columns: 1fr;
  }

  .trv-home-spotlight-card,
  .trv-home-spotlight-card:first-child {
    grid-template-rows: 240px minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .trv-hero-actions {
    margin-top: 18px;
  }

  .trv-hero-actions .btn {
    min-width: 145px;
    min-height: 44px;
    padding-left: 18px !important;
    padding-right: 18px !important;
    font-size: 12px;
  }

  .trv-home-ticker__item {
    min-width: 280px;
    grid-template-columns: 30px auto minmax(0, 1fr);
  }

  .trv-home-ticker__item small {
    display: none;
  }

  .trv-home-ticker__item b {
    grid-column: 3;
  }

  .trv-home-spotlight {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trv-home-ticker__track,
  .trv-hero-badge {
    animation: none !important;
  }
}

/* Homepage content flow: keep hero clean, add motion inside page content */
.page-main--home .intro__caption {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.trv-hero-actions,
.trv-hero-badges,
.trv-home-ticker {
  display: none !important;
}

.trv-home-flow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: 24px;
  margin: 0 0 42px;
  padding: 30px;
  border: 1px solid rgba(15, 35, 64, .08);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(248, 252, 253, .96) 52%, rgba(238, 250, 250, .92) 100%);
  box-shadow: 0 18px 44px rgba(15, 35, 64, .08);
  overflow: hidden;
}

.trv-home-flow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: linear-gradient(135deg, rgba(29, 198, 200, .10), rgba(253, 150, 44, .10));
  pointer-events: none;
}

.trv-home-flow__copy,
.trv-home-flow__side {
  position: relative;
  z-index: 1;
}

.trv-home-flow__copy {
  align-self: center;
}

.trv-home-flow__copy h2 {
  max-width: 560px;
  margin: 0;
  color: var(--trv-navy);
  font-size: clamp(2rem, 3.4vw, 3.05rem);
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.08;
}

.trv-home-flow__copy p {
  max-width: 610px;
  margin: 16px 0 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.75;
}

.trv-home-flow__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.trv-home-flow__actions .btn {
  min-width: 156px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 14px 28px rgba(16, 138, 160, .14);
}

.trv-home-flow__actions .btn-light {
  border: 1px solid rgba(15, 35, 64, .08);
  color: var(--trv-navy);
}

.trv-home-flow__mini {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.trv-home-flow__mini div {
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(15, 35, 64, .08);
  border-radius: 10px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 10px 24px rgba(15, 35, 64, .05);
}

.trv-home-flow__mini .fa {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
  border-radius: 50%;
  background: rgba(29, 198, 200, .12);
  color: var(--trv-teal-dark);
}

.trv-home-flow__mini strong {
  display: block;
  color: var(--trv-navy);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.trv-home-flow__mini span {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}

.trv-home-flow__side {
  min-height: 390px;
  overflow: hidden;
}

.trv-home-flow__rail {
  position: absolute;
  inset: 0 -28px 0 0;
}

.trv-home-flow-card {
  position: absolute;
  right: calc(var(--trv-flow-step, 0) * 46px);
  top: calc(var(--trv-flow-step, 0) * 72px);
  width: min(330px, 78%);
  height: 176px;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  color: #fff;
  background: var(--trv-navy);
  box-shadow: 0 22px 52px rgba(15, 35, 64, .22);
  text-decoration: none;
  transform: translateX(calc(var(--trv-flow-step, 0) * -14px));
  animation: trvFlowSideDrift 5.4s ease-in-out infinite;
  animation-delay: calc(var(--trv-flow-step, 0) * .45s);
}

.trv-home-flow-card:nth-child(2n) {
  right: auto;
  left: calc(var(--trv-flow-step, 0) * 18px);
}

.trv-home-flow-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 18, 36, .02) 0%, rgba(7, 18, 36, .28) 42%, rgba(7, 18, 36, .84) 100%);
}

.trv-home-flow-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: transform .55s ease, filter .55s ease;
}

.trv-home-flow-card:hover {
  color: #fff;
  text-decoration: none;
}

.trv-home-flow-card:hover img {
  transform: scale(1.07);
  filter: saturate(1.08);
}

.trv-home-flow-card span,
.trv-home-flow-card strong,
.trv-home-flow-card small {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
}

.trv-home-flow-card span {
  top: 14px;
  right: auto;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .90);
  color: var(--trv-navy);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.trv-home-flow-card strong {
  bottom: 38px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.18;
}

.trv-home-flow-card small {
  bottom: 16px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes trvFlowSideDrift {
  0%, 100% { transform: translateX(calc(var(--trv-flow-step, 0) * -14px)); }
  50% { transform: translateX(calc((var(--trv-flow-step, 0) * -14px) - 18px)); }
}

@media (max-width: 991px) {
  .trv-home-flow {
    grid-template-columns: 1fr;
  }

  .trv-home-flow__side {
    min-height: 320px;
  }

  .trv-home-flow-card {
    width: min(310px, 82%);
    height: 158px;
  }
}

@media (max-width: 767px) {
  .trv-home-flow {
    padding: 22px;
  }

  .trv-home-flow__mini {
    grid-template-columns: 1fr;
  }

  .trv-home-flow__side {
    min-height: 0;
    overflow: visible;
  }

  .trv-home-flow__rail {
    position: static;
    display: grid;
    gap: 12px;
  }

  .trv-home-flow-card,
  .trv-home-flow-card:nth-child(2n) {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    height: 170px;
    transform: none;
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trv-home-flow-card {
    animation: none !important;
  }
}

.page-main--home .section-header {
  position: relative;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.page-main--home .section-header::after {
  content: "";
  display: block;
  width: 74px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--trv-teal), var(--trv-orange));
}

.page-main--home .section-header__stars {
  display: none !important;
}

.trv-home-assurance {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 24px;
  margin: 6px 0 60px;
  padding: 30px;
  border: 1px solid rgba(15, 35, 64, .08);
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fcfd 54%, #eefafa 100%);
  box-shadow: 0 20px 50px rgba(15, 35, 64, .08);
  overflow: hidden;
}

.trv-home-assurance__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 310px;
  padding: 4px 8px 4px 0;
}

.trv-home-assurance__intro h2 {
  margin: 0;
  color: var(--trv-navy);
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.12;
}

.trv-home-assurance__intro p {
  margin: 16px 0 22px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.75;
}

.trv-home-assurance__intro .btn {
  width: max-content;
  min-width: 166px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.trv-home-assurance__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.trv-home-assurance-card {
  min-height: 146px;
  padding: 20px;
  border: 1px solid rgba(15, 35, 64, .08);
  border-radius: 12px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 30px rgba(15, 35, 64, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.trv-home-assurance-card:hover {
  transform: translateY(-4px);
  border-color: rgba(29, 198, 200, .32);
  box-shadow: 0 22px 48px rgba(15, 35, 64, .12);
}

.trv-home-assurance-card .fa {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: rgba(29, 198, 200, .12);
  color: var(--trv-teal-dark);
}

.trv-home-assurance-card h3 {
  margin: 0 0 8px;
  color: var(--trv-navy);
  font-size: 17px;
  font-weight: 900;
}

.trv-home-assurance-card p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

.trv-home-assurance-card--wide {
  grid-column: 1 / -1;
  min-height: 130px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  background: #fff;
}

.trv-home-assurance-card--wide .fa {
  width: 54px;
  height: 54px;
  margin: 0;
  background: linear-gradient(135deg, var(--trv-cta-start), var(--trv-cta-end));
  color: #fff;
}

.trv-home-assurance-card--accent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, var(--trv-navy), #143a64);
  color: #fff;
}

.trv-home-assurance-card--accent strong {
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}

.trv-home-assurance-card--accent span {
  margin-top: 8px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 991px) {
  .trv-home-assurance {
    grid-template-columns: 1fr;
  }

  .trv-home-assurance__intro {
    min-height: 0;
  }
}

@media (max-width: 575px) {
  .trv-home-assurance {
    padding: 22px;
  }

  .trv-home-assurance__grid {
    grid-template-columns: 1fr;
  }

  .trv-home-assurance-card--wide {
    grid-template-columns: 1fr;
  }
}

.trv-catalog-page .product {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(15, 35, 64, .08);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(15, 35, 64, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.trv-catalog-page .product:hover {
  transform: translateY(-4px);
  border-color: rgba(29, 198, 200, .34);
  box-shadow: 0 20px 46px rgba(15, 35, 64, .13);
}

.trv-catalog-page .product__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
}

.trv-catalog-page .product__desc {
  margin-top: auto;
}

.trv-catalog-page .product__title {
  min-height: 48px;
  font-size: 1.08rem !important;
  line-height: 1.35;
}

.trv-catalog-page .product__title a {
  color: var(--trv-navy);
  text-decoration: none;
}

.trv-catalog-page .product__title a:hover {
  color: var(--trv-teal-dark);
}

.trv-product-media,
.trv-catalog-page .product__img-top {
  position: relative;
  overflow: hidden;
  background: #eef5f7;
}

.trv-catalog-page .trv-product-media {
  min-height: 0;
  margin: 0 0 12px;
}

.trv-catalog-page .product__img-top {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.trv-catalog-page .product__img-top img,
.trv-catalog-page .trv-transfer-placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}

.trv-catalog-page .product:hover .product__img-top img {
  transform: scale(1.055);
  filter: saturate(1.06);
}

.trv-catalog-page .product__special {
  z-index: 4;
  max-width: calc(100% - 76px);
  border-radius: 0 0 8px 0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .03em;
}

.trv-favorite-btn {
  box-shadow: 0 12px 26px rgba(11, 29, 53, .18);
}

.trv-favorite-btn--card,
.trv-flight-favorite {
  top: auto !important;
  right: 14px !important;
  bottom: 14px !important;
}

.trv-catalog-page .product__footer,
.trv-detail-page .product__footer {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 10px;
  width: 100%;
  margin-top: auto;
  padding: 0 18px 18px;
}

.trv-catalog-page .product__footer > .product__price,
.trv-detail-page .product__footer > .product__price {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
  padding: 0;
}

.trv-catalog-page .product__footer > .trv-cart-add-form,
.trv-detail-page .product__footer > .trv-cart-add-form,
.trv-catalog-page .product__footer > .product__btn-book,
.trv-detail-page .product__footer > .product__btn-book {
  flex: none !important;
  max-width: none !important;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.trv-cart-add-form {
  display: block;
}

.trv-catalog-page .product__footer .btn,
.trv-detail-page .product__footer .btn {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 12px !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(16, 138, 160, .16);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.trv-catalog-page--hotel .product__footer > .trv-cart-add-form,
.trv-catalog-page--hotel .product__footer > .product__btn-book {
  align-self: stretch;
}

.trv-catalog-page--hotel .product__footer > .trv-cart-add-form {
  display: flex;
}

.trv-catalog-page--hotel .product__footer > .trv-cart-add-form .btn,
.trv-catalog-page--hotel .product__footer > .product__btn-book {
  height: 44px;
}

.trv-catalog-page .product__footer .btn:hover,
.trv-detail-page .product__footer .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(16, 138, 160, .22);
}

.trv-catalog-page .product__footer .btn-outline-secondary,
.trv-detail-page .product__footer .btn-outline-secondary {
  background: #fff !important;
  border-color: rgba(253, 150, 44, .52) !important;
  color: var(--trv-orange) !important;
  box-shadow: 0 10px 22px rgba(253, 150, 44, .12);
}

.trv-catalog-page .product__footer .btn-outline-secondary:hover,
.trv-detail-page .product__footer .btn-outline-secondary:hover {
  background: var(--trv-orange) !important;
  border-color: var(--trv-orange) !important;
  color: #fff !important;
}

.trv-icon-action {
  min-width: 0 !important;
}

.trv-icon-action .fa {
  pointer-events: none;
}

.trv-catalog-page .product__price .cost {
  color: var(--trv-teal-dark);
  font-size: 17px;
  font-weight: 900;
}

@media (min-width: 992px) {
  .trv-catalog-page .sidebar__content.js-sticky-top,
  .trv-catalog-page .sidebar__content .js-sticky-top,
  .trv-catalog-page .trv-sidebar-sticky {
    position: sticky !important;
    top: 160px !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    max-height: calc(100vh - 184px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    transform: none !important;
    padding-right: 4px;
    scrollbar-gutter: stable;
    overscroll-behavior: contain;
  }

  .trv-catalog-page .sidebar__content.js-sticky-top::-webkit-scrollbar,
  .trv-catalog-page .trv-sidebar-sticky::-webkit-scrollbar {
    width: 7px;
  }

  .trv-catalog-page .sidebar__content.js-sticky-top::-webkit-scrollbar-track,
  .trv-catalog-page .trv-sidebar-sticky::-webkit-scrollbar-track {
    background: rgba(15, 35, 64, .06);
    border-radius: 999px;
  }

  .trv-catalog-page .sidebar__content.js-sticky-top::-webkit-scrollbar-thumb,
  .trv-catalog-page .trv-sidebar-sticky::-webkit-scrollbar-thumb {
    background: rgba(20, 160, 162, .55);
    border-radius: 999px;
  }
}

.trv-catalog-page .sidebar-filter.card {
  border: 1px solid rgba(15, 35, 64, .08);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(15, 35, 64, .08);
}

.trv-catalog-page .sidebar__content.is-filter-scrolled .sidebar-filter.card,
.trv-catalog-page .trv-sidebar-sticky.is-filter-scrolled .sidebar-filter.card {
  box-shadow: 0 18px 38px rgba(15, 35, 64, .14);
}

.trv-catalog-page .sidebar-filter .modal-header {
  border-bottom: 1px solid rgba(15, 35, 64, .08);
}

.trv-catalog-page .sidebar-filter .modal-title {
  font-size: 20px;
  font-weight: 900;
}

.trv-catalog-page .sidebar-filter__title a {
  color: var(--trv-navy);
  font-weight: 850;
  text-decoration: none;
}

.trv-catalog-page .sidebar-filter__content {
  padding-top: 8px;
}

.trv-catalog-page .sidebar-filter .form-control {
  min-height: 42px;
  border-radius: 8px;
  border-color: #d7e1ee;
  font-size: 13px;
  box-shadow: none;
}

.trv-catalog-page .sidebar-filter .form-control:focus {
  border-color: rgba(29, 198, 200, .64);
  box-shadow: 0 0 0 4px rgba(29, 198, 200, .10);
}

.trv-destination-filter {
  display: grid;
  gap: 8px;
}

.trv-filter-label {
  display: block;
  margin: 4px 0 -3px;
  color: #627188;
  font-size: 11px;
  font-weight: 800;
}

.trv-filter-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100%;
  flex-wrap: nowrap !important;
}

.trv-filter-actions .btn {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 40px;
  margin: 0 !important;
}

.trv-filter-actions .btn-outline-secondary {
  background: #fff !important;
}

.trv-catalog-summary {
  padding: 18px 20px;
  border: 1px solid rgba(15, 35, 64, .08);
  border-radius: 10px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 12px 28px rgba(15, 35, 64, .06);
}

.trv-catalog-summary__title {
  letter-spacing: -.02em;
}

.flight-card {
  border: 1px solid rgba(15, 35, 64, .08) !important;
  border-radius: 10px !important;
  box-shadow: 0 14px 34px rgba(15, 35, 64, .08) !important;
  transition: transform .22s ease, box-shadow .22s ease;
}

.flight-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(15, 35, 64, .13) !important;
}

.flight-card__total .btn {
  min-height: 42px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(16, 138, 160, .16);
}

.trv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.trv-reveal.trv-inview {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .52s ease, transform .52s ease;
}

.trv-just-added {
  animation: trvActionPulse .48s ease;
}

@keyframes trvActionPulse {
  0% { transform: scale(1); }
  45% { transform: scale(.94); }
  100% { transform: scale(1); }
}

@media (max-width: 991px) {
  .trv-catalog-page .sidebar__content.js-sticky-top,
  .trv-catalog-page .sidebar__content .js-sticky-top,
  .trv-catalog-page .trv-sidebar-sticky {
    position: static !important;
    max-height: none !important;
    overflow: visible !important;
    padding-right: 0;
  }

  .trv-catalog-summary {
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .trv-catalog-page .product__footer,
  .trv-detail-page .product__footer,
  .trv-filter-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .trv-catalog-page .product__footer {
    padding-left: 14px;
    padding-right: 14px;
  }

.trv-catalog-page .product__title {
    min-height: 0;
  }
}

/* Header live search */
.trv-header-search {
  position: relative;
  overflow: visible !important;
  z-index: 10020;
}

.trv-header-search.is-search-open {
  z-index: 10040;
}

.trv-live-search {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  min-width: 360px;
  max-height: min(460px, calc(100vh - 150px));
  overflow: auto;
  display: none;
  padding: 8px;
  border: 1px solid rgba(15, 35, 64, .10);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 62px rgba(7, 18, 36, .24);
}

.trv-live-search.is-open {
  display: block;
  animation: trvLiveSearchIn .16s ease;
}

.trv-live-search__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 8px 10px;
  border-bottom: 1px solid rgba(15, 35, 64, .08);
}

.trv-live-search__head span {
  color: var(--trv-navy);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.trv-live-search__head a {
  color: var(--trv-teal-dark) !important;
  font-size: 12px !important;
  font-weight: 900;
  text-decoration: none !important;
}

.trv-live-search__item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 70px;
  padding: 8px;
  border-radius: 10px;
  color: var(--trv-navy) !important;
  text-decoration: none !important;
  transition: background .16s ease, transform .16s ease;
}

.trv-live-search__item:hover {
  background: #f3fbfb;
  transform: translateX(2px);
}

.trv-live-search__item img,
.trv-live-search__icon {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  object-fit: cover;
  background: #eef5f7;
}

.trv-live-search__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--trv-teal-dark);
}

.trv-live-search__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.trv-live-search__body small {
  color: var(--trv-orange);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.trv-live-search__body strong {
  overflow: hidden;
  color: var(--trv-navy);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trv-live-search__body em {
  overflow: hidden;
  color: #64748b;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trv-live-search__item b {
  color: var(--trv-teal-dark);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.trv-live-search__loading,
.trv-live-search__empty {
  padding: 18px;
  color: #64748b;
  font-size: 13px;
  text-align: center;
}

.trv-live-search__empty strong {
  display: block;
  margin-bottom: 4px;
  color: var(--trv-navy);
  font-size: 14px;
  font-weight: 900;
}

.trv-live-search__empty span {
  display: block;
}

.trv-header-search--mobile .trv-live-search {
  min-width: 0;
  width: 100%;
  max-height: 360px;
}

@keyframes trvLiveSearchIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 575px) {
  .trv-live-search__item {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .trv-live-search__item img,
  .trv-live-search__icon {
    width: 46px;
    height: 46px;
  }

  .trv-live-search__item b {
    grid-column: 2;
    justify-self: start;
  }
}

/* Final filter and flight request polish */
.sidebar__content.js-sticky-top,
.sidebar__content .js-sticky-top,
.trv-sidebar-sticky,
.trv-filter-static {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: auto !important;
  max-height: none !important;
  overflow: visible !important;
  transform: none !important;
  padding-right: 0 !important;
}

.sidebar__content.js-sticky-top[style],
.sidebar__content.js-sticky-top.is_stuck {
  position: static !important;
  top: auto !important;
  width: auto !important;
}

.sidebar-filter.card,
.trv-catalog-page .sidebar-filter.card {
  overflow: visible !important;
}

.flight-card {
  overflow: visible;
}

.flight-card > .row {
  margin-right: 0;
}

.flight-card__total {
  min-width: 218px;
  padding-right: 16px;
}

.flight-card__total .list-group-item {
  width: 100%;
}

.flight-card__total .total {
  padding: 0 !important;
  color: var(--trv-navy);
  font-weight: 900;
}

.trv-flight-actions {
  display: grid;
  grid-template-columns: 46px minmax(86px, 1fr) minmax(72px, .75fr);
  align-items: center;
  gap: 10px;
  width: 100%;
}

.trv-flight-buy-form {
  margin: 0;
  min-width: 0;
}

.trv-flight-actions .btn {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 0 12px;
  font-size: 12px;
}

.trv-flight-favorite {
  position: static !important;
  width: 46px;
  height: 46px;
  margin: 0 !important;
  flex: 0 0 46px;
  box-shadow: 0 12px 28px rgba(11, 29, 53, .16);
}

.trv-flight-request-modal .modal-content {
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .28);
}

.trv-flight-request-modal .modal-header {
  align-items: flex-start;
  border: 0;
  padding: 22px 24px;
  background: linear-gradient(135deg, var(--trv-navy), #12345a);
  color: #fff;
}

.trv-flight-request-modal .modal-title {
  margin: 2px 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.trv-flight-request-modal__eyebrow {
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.trv-flight-request-modal .close {
  width: 42px;
  height: 42px;
  margin: 0;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  opacity: 1;
  text-shadow: none;
}

.trv-flight-request-modal .modal-body {
  padding: 24px;
}

.trv-flight-request-modal .modal-footer {
  border-top: 1px solid rgba(15, 35, 64, .08);
  padding: 16px 24px 22px;
}

.trv-flight-request-summary {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding: 14px;
  border: 1px solid rgba(15, 35, 64, .08);
  border-radius: 12px;
  background: #f8fbfd;
}

.trv-flight-request-summary .fa {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--trv-cta-start), var(--trv-cta-end));
  color: #fff;
}

.trv-flight-request-summary strong,
.trv-flight-request-summary span {
  display: block;
  min-width: 0;
}

.trv-flight-request-summary strong {
  color: var(--trv-navy);
  font-size: 16px;
  font-weight: 900;
}

.trv-flight-request-summary span {
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
}

.trv-flight-request-summary b {
  color: var(--trv-teal-dark);
  font-size: 17px;
  font-weight: 900;
  white-space: nowrap;
}

.trv-flight-request-modal .form-control {
  min-height: 44px;
  border-radius: 10px;
  border-color: #d7e1ee;
  box-shadow: none;
}

.trv-flight-request-modal textarea.form-control {
  min-height: 96px;
}

@media (max-width: 767px) {
  .flight-card__total {
    min-width: 0;
    padding: 12px 18px 18px;
  }

  .trv-flight-actions {
    grid-template-columns: 46px minmax(92px, 1fr) minmax(74px, .8fr);
  }

  .trv-flight-request-summary {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .trv-flight-request-summary b {
    grid-column: 2;
  }
}

/* Shared catalog sort controls */
.trv-catalog-summary--actions {
  align-items: center;
  gap: 18px;
}

.trv-catalog-summary__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.trv-catalog-sort-form {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.trv-catalog-sort-form label {
  margin: 0;
  color: #607086;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.trv-catalog-sort-form .form-control {
  width: auto;
  min-width: 176px;
  height: 40px;
  padding: 0 38px 0 16px;
  border: 1px solid rgba(15, 35, 64, .13);
  border-radius: 999px;
  background-color: #fff;
  color: var(--trv-navy);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(15, 35, 64, .06);
}

.trv-catalog-sort-form .form-control:focus {
  border-color: var(--trv-teal);
  box-shadow: 0 0 0 3px rgba(28, 196, 201, .18);
}

@media (max-width: 767px) {
  .trv-catalog-summary--actions {
    align-items: stretch;
  }

  .trv-catalog-summary__actions,
  .trv-catalog-sort-form {
    width: 100%;
    justify-content: space-between;
  }

  .trv-catalog-sort-form .form-control {
    min-width: 0;
    flex: 1 1 auto;
  }
}

/* Catalog card/list standardization */
.trv-catalog-page .sortbar__grid {
  gap: 6px;
  padding: 3px;
  border: 0 solid rgba(15, 35, 64, .10);
  border-radius: 999px;
  background: #ffffff00;
  box-shadow: 0 10px 24px rgb(15 35 64 / 0%);
}

.trv-catalog-page .sortbar__grid .nav-link {
  width: 38px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 999px;
  color: #64748b;
  transition: background .16s ease, color .16s ease, box-shadow .16s ease;
}

.trv-catalog-page .sortbar__grid .nav-link.active,
.trv-catalog-page .sortbar__grid .nav-link:hover {
  background: linear-gradient(135deg, var(--trv-cta-start), var(--trv-cta-end));
  color: #fff;
  box-shadow: 0 8px 18px rgba(16, 138, 160, .18);
}

.trv-catalog-page .trv-product-media {
  height: 214px;
  min-height: 214px;
  flex: 0 0 auto;
  margin: 0 0 12px !important;
  overflow: hidden;
  background: #eef5f7;
}

.trv-catalog-page .product__img-top {
  width: 100%;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
}

.trv-catalog-page .product__img-top img,
.trv-catalog-page .trv-transfer-placeholder {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.trv-catalog-page .trv-product-media .trv-favorite-btn--card {
  position: absolute !important;
  top: auto !important;
  right: 14px !important;
  bottom: 14px !important;
  z-index: 6;
}

.trv-catalog-page .trv-product-media .product__special {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.trv-catalog-page .product--list {
  display: grid !important;
  grid-template-columns: minmax(230px, 31%) minmax(0, 1fr) minmax(190px, 220px);
  grid-template-rows: auto;
  align-items: stretch;
  min-height: 236px;
}

.trv-catalog-page .product--list:hover {
  transform: translateY(-2px);
}

.trv-catalog-page .product--list .trv-product-media {
  grid-column: 1;
  grid-row: 1 / -1;
  width: 100%;
  height: auto;
  min-height: 236px;
  margin: 0 !important;
}

.trv-catalog-page .product--list .product__img-top {
  min-height: 236px !important;
}

.trv-catalog-page .product--list .product__body {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  padding: 18px 20px !important;
}

.trv-catalog-page .product--list > hr {
  display: none !important;
}

.trv-catalog-page .product--list .product__title {
  min-height: 0;
  margin-bottom: 8px;
}

.trv-catalog-page .product--list .product__desc {
  margin-top: 0;
}

.trv-catalog-page .product--list .product__footer {
  grid-column: 3;
  grid-row: 1;
  align-content: center;
  align-self: stretch;
  margin: 0;
  padding: 18px !important;
  border-left: 1px solid rgba(15, 35, 64, .08);
}

.trv-catalog-page .product--list .product__footer .btn {
  height: 44px;
}

@media (max-width: 991px) {
  .trv-catalog-page .product--list {
    grid-template-columns: minmax(190px, 38%) minmax(0, 1fr);
  }

  .trv-catalog-page .product--list .product__footer {
    grid-column: 2;
    grid-row: 2;
    border-left: 0;
    border-top: 1px solid rgba(15, 35, 64, .08);
  }
}

@media (max-width: 767px) {
  .trv-catalog-page .trv-product-media {
    height: 220px;
    min-height: 220px;
  }

  .trv-catalog-page .product--list {
    display: flex !important;
    min-height: 0;
  }

  .trv-catalog-page .product--list .trv-product-media,
  .trv-catalog-page .product--list .product__img-top {
    min-height: 220px !important;
    height: 220px !important;
  }

  .trv-catalog-page .product--list .product__footer {
    border-top: 0;
  }
}

/* Header and catalog final layout tweaks */
.trv-topbar__social {
  order: 0 !important;
  margin-left: 0 !important;
  margin-right: 12px !important;
}

.trv-topbar__actions {
  align-items: center !important;
}

.trv-topbar-quicklinks {
  align-items: center;
  gap: 10px;
  line-height: 1;
  white-space: nowrap;
}

.trv-topbar-quicklinks .trv-topbar__btn {
  min-height: 34px;
  align-items: center;
  justify-content: center;
}

.trv-topbar-quicklinks .trv-favorite-count,
.trv-topbar-quicklinks .trv-cart-count {
  min-width: 18px;
  height: 18px;
  margin-left: 3px;
  font-size: 10px;
  line-height: 18px;
}

.trv-catalog-page .sortbar__grid {
  gap: 6px;
  padding: 3px;
  border: 0 solid rgba(15, 35, 64, .10) !important;
  border-radius: 999px;
  background: #ffffff00 !important;
  box-shadow: 0 10px 24px rgb(15 35 64 / 0%) !important;
  display: inline-flex !important;
  align-items: center !important;
  align-self: center !important;
}

.trv-catalog-page .sortbar__grid .nav-link,
.trv-catalog-page .sortbar__grid .nav-link i,
.trv-catalog-summary__actions,
.trv-catalog-sort-form {
  align-items: center !important;
}

.trv-catalog-page .sortbar__grid .nav-link {
  display: inline-flex !important;
  justify-content: center !important;
  line-height: 1 !important;
}
/* Gordios catalog repair polish */
.trv-catalog-page .sortbar__grid {
  gap: 6px;
  padding: 3px;
  border: 0 solid rgba(15, 35, 64, .10);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 10px 24px rgba(15, 35, 64, 0);
}

.trv-catalog-page .sortbar__grid .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.trv-catalog-page .product__footer {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(44px, 52px) minmax(44px, 52px);
  align-items: center;
  gap: 10px;
}

.trv-catalog-page .product__footer > .trv-cart-add-form,
.trv-catalog-page .product__footer > .product__btn-book {
  width: 100%;
  min-width: 0;
}

.trv-catalog-page .product__footer .btn,
.trv-catalog-page .product__footer .trv-icon-action {
  width: 100% !important;
  min-width: 44px;
  height: 44px;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.trv-catalog-page .product__price {
  min-width: 0;
}

.trv-catalog-page .product__price .cost {
  white-space: normal;
  word-break: break-word;
}

@media (min-width: 992px) {
  .trv-catalog-page .sidebar__content.js-sticky-top,
  .trv-catalog-page .sidebar__content .js-sticky-top,
  .trv-catalog-page .trv-sidebar-sticky,
  .trv-filter-static {
    position: sticky !important;
    top: 104px !important;
    max-height: calc(100vh - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.trv-tour-calendar {
  padding: 22px;
  overflow: hidden;
}

.trv-tour-calendar__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.trv-tour-calendar__head h3 {
  font-size: 22px;
  line-height: 1.25;
}

.trv-tour-calendar__head p {
  color: #6f7d90;
  font-size: 13px;
}

.trv-tour-calendar__count {
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(25, 191, 196, .12);
  color: #08a5ad;
  font-weight: 700;
  padding: 7px 12px;
}

.trv-tour-calendar__months {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
}

.trv-tour-calendar__month {
  border: 1px solid rgba(15, 35, 64, .08);
  border-radius: 10px;
  background: linear-gradient(180deg, #fff, #f7fbfc);
  padding: 14px;
}

.trv-tour-calendar__title {
  color: #0b2038;
  font-weight: 800;
  margin-bottom: 12px;
}

.trv-tour-calendar__weekdays,
.trv-tour-calendar__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.trv-tour-calendar__weekdays span {
  color: #8794a6;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.trv-tour-calendar__days::before {
  content: "";
  grid-column: span var(--start-offset);
}

.trv-tour-calendar__day {
  aspect-ratio: 1;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9aa5b4;
  font-size: 12px;
  background: #eef3f6;
}

.trv-tour-calendar__day.is-active {
  background: linear-gradient(135deg, #23c4c7, #0d98aa);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(13, 152, 170, .22);
}

.trv-tour-calendar--picker {
  overflow: visible;
}

.trv-tour-calendar__picker-wrap {
  display: grid;
  grid-template-columns: minmax(220px, 340px) minmax(180px, 1fr);
  align-items: end;
  gap: 14px;
}

.trv-tour-calendar__label {
  display: block;
  grid-column: 1 / -1;
  margin: 0 0 -4px;
  color: #0b2038;
  font-size: 13px;
  font-weight: 800;
}

.trv-tour-calendar__input {
  position: relative;
}

.trv-tour-calendar__input .fa {
  position: absolute;
  left: 16px;
  top: 50%;
  z-index: 2;
  color: #12aeb7;
  transform: translateY(-50%);
}

.trv-tour-calendar__input .form-control,
.trv-tour-calendar__input .flatpickr-input {
  height: 50px;
  border-radius: 999px;
  padding-left: 44px;
  color: #0b2038;
  font-weight: 800;
  background: #fff;
  border: 1px solid rgba(15, 35, 64, .12);
}

.trv-tour-calendar__selected {
  min-height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  color: #0b2038;
  font-size: 14px;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(25, 196, 199, .12), rgba(255, 139, 38, .10));
}

.trv-detail-page--tour .trv-tour-side-summary {
  display: block !important;
  padding: 20px;
  overflow: hidden;
}

.trv-detail-page--tour .trv-tour-side-summary > .fw-bold {
  margin: 0 0 12px;
  color: #0b2038;
  font-size: 15px;
  line-height: 1.45;
}

.trv-detail-page--tour .trv-tour-side-summary .count {
  color: #0aaeb5;
  font-size: 22px;
  font-weight: 800;
}

.trv-detail-page--tour .trv-tour-side-summary .guests-room {
  display: none !important;
}

.trv-detail-page--tour .hotel__intro,
.trv-detail-page--tour .hotel-stats,
.trv-detail-page--tour .hotel-items {
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .trv-catalog-page .product__footer {
    grid-template-columns: minmax(0, 1fr) 46px 46px;
    gap: 8px;
  }

  .trv-tour-calendar {
    padding: 16px;
  }

  .trv-tour-calendar__head {
    flex-direction: column;
  }

  .trv-tour-calendar__picker-wrap {
    grid-template-columns: 1fr;
  }
}

/* Final filter action sizing */
.trv-catalog-page .trv-filter-actions,
.sidebar-filter .trv-filter-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.trv-catalog-page .trv-filter-actions .btn,
.sidebar-filter .trv-filter-actions .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 42px !important;
  padding: 0 10px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Catalog card actions: cart, detail, favorite */
.trv-catalog-page .product__footer {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(42px, 1fr)) !important;
  align-items: stretch !important;
  gap: 8px !important;
}

.trv-catalog-page .product__footer > .product__price {
  grid-column: 1 / -1 !important;
}

.trv-catalog-page .product__footer > .trv-cart-add-form,
.trv-catalog-page .product__footer > .product__btn-book,
.trv-catalog-page .product__footer > .trv-favorite-btn--footer {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

.trv-catalog-page .product__footer .trv-icon-action,
.trv-catalog-page .product__footer .trv-favorite-btn--footer {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  min-width: 42px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: 0 12px 24px rgba(16, 138, 160, .16) !important;
}

.trv-catalog-page .product__footer .trv-favorite-btn--footer {
  background: #fff !important;
  color: #0b1d35 !important;
  border-color: rgba(253, 150, 44, .58) !important;
}

.trv-catalog-page .product__footer .trv-favorite-btn--footer:hover,
.trv-catalog-page .product__footer .trv-favorite-btn--footer:focus {
  background: rgba(253, 150, 44, .10) !important;
  color: #fd7e14 !important;
}

.trv-catalog-page .product__footer .trv-favorite-btn--footer.is-active {
  background: linear-gradient(135deg, var(--trv-coral), #ffb347) !important;
  border-color: transparent !important;
  color: #fff !important;
}

.trv-catalog-page .trv-product-media .trv-favorite-btn--card {
  display: none !important;
}

/* Mobile detail and catalog polish */
@media (max-width: 991.98px) {
  .trv-hotel-detail-page .page-content {
    padding-top: 18px;
  }

  .trv-hotel-detail-page .sidebar {
    margin-bottom: 18px;
  }

  .trv-hotel-detail-page .sidebar__content.js-sticky-top,
  .trv-hotel-detail-page .sidebar__content .js-sticky-top,
  .trv-hotel-detail-page .hotel-items__check > .js-sticky-top {
    position: static !important;
    top: auto !important;
    width: 100% !important;
  }

  .trv-detail-page .hotel-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    margin-bottom: 14px;
    border-radius: 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 35, 64, .10);
  }

  .trv-detail-page .hotel-nav__menu {
    flex-wrap: nowrap !important;
    min-width: max-content;
  }

  .trv-detail-page .hotel-nav__menu .nav-item {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
  }

  .trv-detail-page .hotel-nav__menu .nav-link {
    min-height: 48px;
    padding: 0 16px;
    white-space: nowrap;
  }

  .trv-detail-page .hotel-gallery__carousel {
    border-radius: 16px;
    overflow: hidden;
  }

  .trv-detail-page .hotel-gallery__carousel .swiper-slide,
  .trv-detail-page .hotel-gallery__carousel img {
    height: 320px;
  }

  .trv-detail-page .hotel-gallery__thumbs {
    overflow: hidden;
  }

  .trv-detail-page .hotel-gallery__thumb img {
    height: 74px;
  }

  .trv-hotel-overview,
  .trv-hotel-story-panel,
  .trv-hotel-video {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .trv-hotel-facts,
  .trv-hotel-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .trv-hotel-detail-page .page-content .container,
  .trv-catalog-page .page-content .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .trv-hotel-detail-page h1.fw-md {
    font-size: 26px;
    line-height: 1.2;
  }

  .trv-hotel-detail-page .hotel-title,
  .trv-hotel-detail-page .text-accent-1 {
    font-size: 13px;
    line-height: 1.45;
  }

  .trv-detail-page .hotel-gallery__carousel .swiper-slide,
  .trv-detail-page .hotel-gallery__carousel img {
    height: 260px !important;
  }

  .trv-detail-page .hotel-gallery__controls {
    display: none;
  }

  .trv-detail-page .hotel-gallery__thumbs {
    margin-top: 8px;
  }

  .trv-detail-page .hotel-gallery__thumb img {
    height: 62px;
  }

  .trv-hotel-overview__copy,
  .trv-hotel-overview__highlights,
  .trv-hotel-story-panel {
    padding: 18px;
    border-radius: 14px;
  }

  .trv-hotel-overview__copy h2,
  .trv-hotel-story-panel h2,
  .trv-hotel-video__copy h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .trv-hotel-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
  }

  .trv-hotel-fact {
    min-height: 86px;
    padding: 12px 10px;
  }

  .trv-hotel-mini-gallery {
    grid-auto-rows: 72px;
    gap: 7px;
  }

  .trv-hotel-amenity-cloud span {
    max-width: 100%;
    font-size: 11px;
  }

  .trv-hotel-story-panel p,
  .trv-hotel-video__copy p {
    font-size: 14px;
    line-height: 1.68;
  }

  .trv-hotel-detail-page .hotel-items {
    border-radius: 14px;
    overflow: hidden;
  }

  .trv-hotel-detail-page .hotel-package__row {
    margin-bottom: 14px !important;
  }

  .trv-hotel-detail-page .hotel-package__row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .trv-detail-page .hotel-package__img img {
    height: 190px;
    margin-bottom: 14px;
  }

  .trv-hotel-detail-page .hotel-items__check {
    margin-top: 10px;
    border-left: 0;
    border-top: 1px solid rgba(15, 35, 64, .10);
  }

  .trv-hotel-detail-page .hotel-items__check form,
  .trv-hotel-detail-page .hotel-items__check .btn-order {
    max-width: none;
  }

  .trv-hotel-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .trv-hotel-video {
    padding: 16px;
    border-radius: 14px;
  }

  .trv-hotel-request-modal .modal-dialog {
    align-items: flex-start;
    min-height: calc(100vh - 16px);
    margin: 8px;
  }

  .trv-hotel-request-modal .modal-content {
    max-height: calc(100vh - 16px);
    overflow-y: auto;
    border-radius: 18px;
  }

  .trv-hotel-request-modal__close {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    font-size: 21px;
  }

  .trv-hotel-request-modal__grid {
    display: block;
    min-height: 0;
  }

  .trv-hotel-request-modal__media,
  .trv-hotel-request-modal__media img {
    min-height: 250px !important;
    max-height: 250px;
  }

  .trv-hotel-request-modal__summary {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .trv-hotel-request-modal__summary h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  .trv-hotel-request-modal__badges strong {
    min-height: 32px;
    font-size: 12px;
  }

  .trv-hotel-request-modal__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 12px;
  }

  .trv-hotel-request-modal__body {
    padding: 22px 16px 18px !important;
  }

  .trv-hotel-request-modal__body h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .trv-hotel-request-modal__body > p {
    font-size: 13px;
  }

  .trv-hotel-request-modal__quickfacts {
    grid-template-columns: 1fr !important;
    gap: 7px;
  }

  .trv-hotel-request-form .form-group {
    margin-bottom: 12px;
  }

  .trv-hotel-request-form .form-control {
    min-height: 42px;
    border-radius: 10px;
  }

  .trv-catalog-page .trv-catalog-summary--actions {
    align-items: flex-start;
  }

  .trv-catalog-summary__actions {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
  }

  .trv-catalog-sort-form,
  .trv-catalog-sort-form .form-control {
    width: 100%;
  }

  .trv-catalog-page .sortbar__grid {
    justify-self: start;
  }

  .trv-catalog-page .product {
    border-radius: 14px;
  }

  .trv-catalog-page .product__body {
    padding: 16px !important;
  }

  .trv-catalog-page .product__title {
    min-height: 0;
    font-size: 18px;
    line-height: 1.25;
  }

  .trv-catalog-page .product__desc p {
    font-size: 13px;
    line-height: 1.55;
  }

  .trv-catalog-page .product__footer {
    grid-template-columns: repeat(3, minmax(40px, 1fr)) !important;
    gap: 8px !important;
    padding: 14px 16px 16px !important;
  }

  .trv-catalog-page .product__footer .trv-icon-action {
    height: 42px !important;
    min-height: 42px !important;
  }

  .trv-catalog-page .product__price {
    margin-bottom: 0;
  }
}

@media (max-width: 420px) {
  .trv-detail-page .hotel-nav__menu .nav-link {
    padding: 0 13px;
    font-size: 12px;
  }

  .trv-detail-page .hotel-gallery__carousel .swiper-slide,
  .trv-detail-page .hotel-gallery__carousel img {
    height: 220px !important;
  }

  .trv-hotel-facts,
  .trv-hotel-media-grid {
    grid-template-columns: 1fr !important;
  }

  .trv-hotel-mini-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 66px;
  }

  .trv-hotel-request-modal__media,
  .trv-hotel-request-modal__media img {
    min-height: 220px !important;
    max-height: 220px;
  }

  .trv-hotel-request-modal__thumbs {
    display: none;
  }

  .trv-catalog-page .product__footer {
    grid-template-columns: repeat(3, minmax(38px, 1fr)) !important;
  }
}

/* Detail page refinement: hotel accommodation and tour program */
.trv-detail-page--tour .sidebar__finder {
  border: 0;
  border-radius: 16px;
  background: linear-gradient(145deg, #0e2948, #18b8bd) !important;
  box-shadow: 0 18px 38px rgba(11, 29, 53, .14);
}

.trv-tour-alternatives {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(15, 35, 64, .08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(11, 29, 53, .08);
}

.trv-tour-alternatives__head {
  margin-bottom: 12px;
}

.trv-tour-alternatives__head span,
.trv-tour-day-kicker {
  display: block;
  color: var(--trv-teal-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.trv-tour-alternatives__head strong {
  display: block;
  color: var(--trv-navy);
  font-size: 17px;
  line-height: 1.25;
}

.trv-tour-alt-card {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 10px;
  padding: 10px;
  border-radius: 13px;
  color: var(--trv-navy);
  text-decoration: none !important;
  transition: background .2s ease, transform .2s ease;
}

.trv-tour-alt-card + .trv-tour-alt-card {
  margin-top: 6px;
}

.trv-tour-alt-card:hover {
  background: #f3fbfc;
  transform: translateY(-1px);
}

.trv-tour-alt-card img {
  width: 66px;
  height: 64px;
  border-radius: 11px;
  object-fit: cover;
  background: #eef5f7;
}

.trv-tour-alt-card span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.trv-tour-alt-card strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--trv-navy);
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.trv-tour-alt-card small {
  margin-top: 3px;
  color: #6b7b8e;
  font-size: 11px;
}

.trv-tour-alt-card em {
  margin-top: 4px;
  color: var(--trv-orange);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.trv-detail-page--tour .trv-tour-side-summary {
  max-height: none !important;
  min-height: 0 !important;
  padding: 18px !important;
  border: 1px solid rgba(15, 35, 64, .08);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f7fbfc);
  box-shadow: 0 16px 34px rgba(11, 29, 53, .08);
}

.trv-detail-page--tour .trv-tour-side-summary .guests-room__desc {
  display: -webkit-box;
  max-height: 96px;
  overflow: hidden;
  color: #51647a;
  font-size: 13px;
  line-height: 1.55;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.trv-tour-intro-card,
.trv-tour-quick-card,
.trv-tour-program-card,
.trv-hotel-accommodation-card {
  border: 1px solid rgba(15, 35, 64, .08);
  background: linear-gradient(180deg, #fff, #f8fcfd);
}

.trv-tour-intro-card {
  position: relative;
  overflow: hidden;
}

.trv-tour-intro-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--trv-teal), var(--trv-orange));
}

.trv-tour-intro-card p {
  color: #42556d;
  font-size: 14px;
  line-height: 1.75;
}

.trv-tour-quick-card {
  align-self: flex-start;
  min-height: 0 !important;
  padding: 22px !important;
}

.trv-tour-quick-card .hotel-stats__view {
  display: grid;
  gap: 10px;
}

.trv-tour-quick-card .hotel-stats__view .item {
  min-height: 58px;
  padding: 10px 12px;
  border-radius: 13px;
  background: #f4fbfc;
  border: 1px solid rgba(29, 198, 200, .13);
}

.trv-tour-quick-card .hotel-stats__view .media-object .icon {
  color: var(--trv-teal-dark);
}

.trv-tour-quick-card .amount {
  color: #65778d;
  font-size: 13px;
}

.trv-tour-program-card {
  padding: 24px;
}

.trv-tour-program-day {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(15, 35, 64, .08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(11, 29, 53, .07);
}

.trv-tour-program-day .hotel-package__title {
  margin: 4px 0 8px;
  color: var(--trv-navy);
  font-size: 20px;
  line-height: 1.25;
}

.trv-tour-program-day p {
  color: #42556d;
  font-size: 14px;
  line-height: 1.72;
}

.trv-tour-day-image {
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(11, 29, 53, .12);
}

.trv-tour-program-section {
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(15, 35, 64, .08);
}

.trv-tour-section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0 0 13px;
  border-bottom: 1px solid rgba(15, 35, 64, .08);
  color: var(--trv-navy);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0;
}

.trv-tour-section-title i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--trv-teal), var(--trv-teal-dark));
  box-shadow: 0 10px 24px rgba(20, 160, 162, .22);
}

.trv-tour-subsection-title,
.trv-tour-content-heading {
  display: inline-flex;
  align-items: center;
  margin: 0 0 12px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--trv-navy);
  background: #f3fbfc;
  border: 1px solid rgba(29, 198, 200, .18);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.trv-tour-subsection-title--included {
  color: #087a7d;
  background: rgba(29, 198, 200, .10);
}

.trv-tour-subsection-title--excluded {
  color: #b45309;
  background: rgba(253, 150, 44, .12);
  border-color: rgba(253, 150, 44, .24);
}

.trv-tour-rich-text p {
  margin: 0 0 10px;
  color: #42556d;
  font-size: 14px;
  line-height: 1.75;
}

.trv-tour-rich-text p:last-child {
  margin-bottom: 0;
}

.trv-detail-page .hotel-service__list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(15, 35, 64, .06);
}

.trv-detail-page .hotel-service__list li:last-child {
  border-bottom: 0;
}

.trv-hotel-accommodation-card {
  overflow: hidden;
  padding: 0 !important;
}

.trv-hotel-accommodation-card__hero {
  padding: 24px;
  background: linear-gradient(135deg, rgba(29, 198, 200, .16), rgba(253, 150, 44, .10));
}

.trv-hotel-accommodation-card__hero h4 {
  margin: 0 0 8px;
  color: var(--trv-navy);
  font-size: 24px;
  letter-spacing: 0;
}

.trv-hotel-accommodation-card__hero p {
  max-width: 680px;
  margin: 0;
  color: #53657a;
  line-height: 1.65;
}

.trv-hotel-accommodation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 20px 24px 10px;
}

.trv-hotel-accommodation-item {
  min-height: 112px;
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 35, 64, .08);
}

.trv-hotel-accommodation-item i {
  color: var(--trv-orange);
  margin-bottom: 10px;
}

.trv-hotel-accommodation-item span,
.trv-hotel-accommodation-item strong {
  display: block;
}

.trv-hotel-accommodation-item span {
  color: #78889b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.trv-hotel-accommodation-item strong {
  margin-top: 5px;
  color: var(--trv-navy);
  font-size: 13px;
  line-height: 1.35;
}

.trv-hotel-accommodation-copy {
  padding: 12px 24px 24px;
}

.trv-hotel-accommodation-copy h5 {
  color: var(--trv-navy);
  font-size: 18px;
}

.trv-hotel-accommodation-copy p {
  color: #42556d;
  font-size: 14px;
  line-height: 1.76;
}

.trv-hotel-single-hero { position: relative; margin: 0; overflow: hidden; border-radius: 12px; background: #e7f1f3; aspect-ratio: 16 / 8; box-shadow: 0 18px 42px rgba(12, 36, 58, .13); }
.trv-hotel-single-hero > a, .trv-hotel-single-hero > a > img, .trv-hotel-single-hero__image, .trv-hotel-single-hero__image > img { display: block; width: 100%; height: 100%; }
.trv-hotel-single-hero > a > img, .trv-hotel-single-hero__image > img { object-fit: cover; }
.trv-hotel-single-hero figcaption { position: absolute; right: 14px; bottom: 14px; }
.trv-hotel-single-hero figcaption a { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border-radius: 6px; background: rgba(10, 31, 53, .86); color: #fff; font-size: 12px; font-weight: 700; }
.trv-hotel-detail-gallery { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 7px; margin: 10px 0 22px; }
.trv-hotel-detail-gallery a, .trv-hotel-detail-gallery .trv-hotel-hero-select { display: block; width: 100%; padding: 0; aspect-ratio: 1.25; overflow: hidden; border: 2px solid transparent; border-radius: 7px; background: #e7f1f3; cursor: pointer; }
.trv-hotel-detail-gallery a.is-active, .trv-hotel-detail-gallery a:hover, .trv-hotel-detail-gallery .trv-hotel-hero-select.is-active, .trv-hotel-detail-gallery .trv-hotel-hero-select:hover { border-color: var(--trv-orange); }
.trv-hotel-detail-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.trv-hotel-detail-gallery a:hover img, .trv-hotel-detail-gallery .trv-hotel-hero-select:hover img { transform: scale(1.07); }
.trv-jolly-live-booking { position: relative; margin: 24px 0 30px; border: 1px solid #b9e5e7; border-radius: 15px; background: linear-gradient(135deg, #f3fcfc 0%, #fff 54%, #fff9ee 100%); box-shadow: 0 16px 35px rgba(13, 50, 72, .08); }
.trv-jolly-live-booking__intro { border-radius: 15px 15px 0 0; }
.trv-jolly-live-booking__intro { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; padding: 22px 24px 17px; border-bottom: 1px solid #dceff0; }
.trv-jolly-live-booking__intro h2 { margin: 5px 0 7px; color: var(--trv-navy); font-size: 21px; font-weight: 800; }
.trv-jolly-live-booking__intro p { max-width: 660px; margin: 0; color: #526880; font-size: 14px; line-height: 1.55; }
.trv-jolly-live-booking__secure { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; margin-top: 3px; padding: 8px 10px; border-radius: 99px; background: #e2f7f6; color: #087f87; font-size: 12px; font-weight: 800; white-space: nowrap; }
.trv-jolly-live-booking__form { display: flex; flex-wrap: wrap; gap: 11px; align-items: end; padding: 18px 24px 12px; }
.trv-jolly-live-booking__form label, .trv-jolly-live-booking__child { display: block; min-width: 0; margin: 0; flex: 1 1 128px; }
.trv-jolly-live-booking__form label > span, .trv-jolly-live-booking__child > span { display: block; margin: 0 0 6px; color: #446078; font-size: 11px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.trv-jolly-live-booking__form input, .trv-jolly-live-booking__form select { width: 100%; height: 42px; padding: 0 10px; border: 1px solid #bdd8df; border-radius: 7px; background: #fff; color: #152c45; font-size: 14px; outline: 0; }
.trv-jolly-live-booking__form input:focus, .trv-jolly-live-booking__form select:focus { border-color: #10abb2; box-shadow: 0 0 0 3px rgba(16, 171, 178, .13); }
/* Fixed-width flex item (not a shrinking 1fr grid track) so the button's full label
   always fits; it wraps onto its own row instead of being clipped by the section's
   overflow:hidden when the input row runs out of horizontal space. */
.trv-jolly-live-booking__form > button { flex: 0 0 auto; min-width: 214px; min-height: 42px; white-space: nowrap; margin-left: auto; }
.trv-jolly-live-booking__children { flex: 1 1 100%; display: flex; flex-wrap: wrap; gap: 10px; }
.trv-jolly-live-booking__child { width: 118px; }
.trv-jolly-live-booking__status { min-height: 0; margin: 0 24px; color: #526880; font-size: 13px; font-weight: 700; }
.trv-jolly-live-booking__status:not(:empty) { min-height: 28px; padding: 8px 11px; border-radius: 7px; }
.trv-jolly-live-booking__status.is-loading { background: #eef7f8; color: #167982; display: flex; align-items: center; gap: 8px; }
.trv-jolly-live-booking__status.is-loading::before {
  content: '';
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  border: 2px solid rgba(22, 121, 130, .28);
  border-top-color: #167982;
  border-radius: 50%;
  animation: trv-spin .7s linear infinite;
}
@keyframes trv-spin { to { transform: rotate(360deg); } }
.trv-jolly-live-booking__status.is-danger { background: #fff0f0; color: #a53d3d; }
.trv-jolly-live-booking__status.is-warning { background: #fff7e7; color: #8a5a10; }
.trv-jolly-live-booking__results { padding: 14px 24px 24px; }
.trv-jolly-live-booking__result-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 11px; color: #112b46; }
.trv-jolly-live-booking__result-head strong { font-size: 15px; }
.trv-jolly-live-booking__result-head span { max-width: 430px; color: #5c6e80; font-size: 12px; line-height: 1.45; text-align: right; }
.trv-jolly-live-offers { display: grid; gap: 9px; }
.trv-jolly-live-offer { display: grid; grid-template-columns: 22px 56px minmax(0, 1fr) auto; align-items: center; gap: 12px; margin: 0; padding: 14px 15px; border: 1px solid #d9e7eb; border-radius: 10px; background: #fff; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.trv-jolly-live-offer:hover, .trv-jolly-live-offer.is-selected { border-color: #14aeb5; box-shadow: 0 8px 20px rgba(7, 129, 137, .1); transform: translateY(-1px); }
.trv-jolly-live-offer input { width: 17px; height: 17px; margin: 0; accent-color: #0aaeb5; }
.trv-jolly-live-offer__thumb { display: block; width: 56px; height: 42px; border-radius: 6px; overflow: hidden; background: #eef2f4; }
.trv-jolly-live-offer__thumb img { width: 100%; height: 100%; object-fit: cover; }
.trv-jolly-live-offer__copy, .trv-jolly-live-offer__price { display: block; min-width: 0; }
.trv-jolly-live-offer__copy strong, .trv-jolly-live-offer__price strong { display: block; color: #112b46; font-size: 14px; font-weight: 800; }
.trv-jolly-live-offer__copy small, .trv-jolly-live-offer__price small { display: block; margin-top: 3px; color: #64778a; font-size: 12px; line-height: 1.35; }
.trv-jolly-live-offer__warranty { display: inline-flex; align-items: center; margin-top: 5px; padding: 2px 8px; border-radius: 999px; background: #e6f8ee; color: #147a45; font-size: 11px; font-weight: 700; }
.trv-jolly-live-offer__price { text-align: right; }
.trv-jolly-live-offer__price strong { color: #078d96; font-size: 17px; }
.trv-jolly-live-offer--catalog { grid-template-columns: 104px minmax(0, 1fr) auto; align-items: start; min-height: 132px; }
.trv-jolly-live-offer--catalog .trv-jolly-live-offer__thumb { width: 104px; height: 82px; margin: 0; }
.trv-jolly-live-offer--catalog .trv-jolly-live-offer__copy { padding: 1px 4px; }
.trv-jolly-live-offer--catalog .trv-jolly-live-offer__copy h4 { margin: 0 0 8px; color: #112b46; font-size: 18px; font-weight: 800; line-height: 1.25; }
.trv-jolly-live-offer--catalog .trv-jolly-live-offer__copy p { margin: 0 0 8px; color: #526880; font-size: 13px; line-height: 1.45; }
.trv-jolly-live-offer--catalog .trv-jolly-live-offer__copy details summary { color: #0b7280; font-size: 13px; font-weight: 700; cursor: pointer; }
.trv-jolly-live-offer--catalog .trv-jolly-live-offer__price { align-self: center; min-width: 150px; }
.trv-jolly-live-offer--catalog .trv-jolly-live-offer__price .btn { min-width: 145px; }
.trv-jolly-live-offers__footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 8px; color: #64778a; font-size: 12px; font-weight: 700; }
.trv-jolly-live-offers__footer button { flex: 0 0 auto; }

.trv-jolly-live-booking__body { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 0 20px; align-items: start; }
.trv-jolly-live-booking__body .trv-jolly-live-booking__form { grid-column: 1; padding-right: 0; }
.trv-jolly-live-booking__summary { grid-column: 2; position: sticky; top: 96px; display: flex; flex-direction: column; gap: 10px; padding: 18px 20px 20px; }
.trv-jolly-reservation-placeholder { padding: 14px 15px; border: 1px dashed #bcdde0; border-radius: 10px; background: #f6fdfd; color: #526880; }
.trv-jolly-reservation-placeholder p { margin: 6px 0 0; font-size: 13px; line-height: 1.55; }
.trv-jolly-live-booking__summary .trv-jolly-live-booking__results { padding: 0; }
.trv-jolly-live-booking__summary .trv-jolly-live-offers { gap: 10px; }
.trv-jolly-live-booking__summary .trv-jolly-live-offer { grid-template-columns: 18px 44px minmax(0, 1fr); gap: 8px; padding: 12px 13px; }
.trv-jolly-live-booking__summary .trv-jolly-live-offer__thumb { width: 44px; height: 34px; }
.trv-jolly-live-booking__summary .trv-jolly-live-offer__price { grid-column: 1 / -1; text-align: left; }
.trv-jolly-live-booking__summary .trv-jolly-live-offers__footer { flex-direction: column; align-items: stretch; }
.trv-jolly-live-booking__summary .trv-jolly-live-offers__footer button { width: 100%; }

.trv-guest-picker { position: relative; flex: 1 1 128px; min-width: 0; }
.trv-guest-picker > span { display: block; margin: 0 0 6px; color: #446078; font-size: 11px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.trv-guest-picker__toggle { display: flex; align-items: center; gap: 8px; width: 100%; height: 42px; padding: 0 10px; border: 1px solid #bdd8df; border-radius: 7px; background: #fff; color: #152c45; font-size: 13px; font-weight: 700; cursor: pointer; }
.trv-guest-picker__toggle:hover, .trv-guest-picker__toggle[aria-expanded="true"] { border-color: #10abb2; }
.trv-guest-picker__toggle span { flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; }
.trv-guest-picker__toggle i { color: #67818f; font-size: 12px; }
.trv-guest-picker__panel { position: fixed; z-index: 900; width: 280px; max-width: calc(100vw - 24px); padding: 16px; border: 1px solid #d3e7ea; border-radius: 12px; background: #fff; box-shadow: 0 18px 40px rgba(11, 29, 53, .16); }
.trv-guest-picker__row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 7px 0; }
.trv-guest-picker__row > span { color: #16293f; font-size: 13px; font-weight: 700; }
.trv-guest-picker__stepper { display: flex; align-items: center; gap: 10px; }
.trv-guest-picker__stepper button { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 1px solid #bdd8df; border-radius: 50%; background: #f5fbfb; color: #0aaeb5; font-size: 15px; font-weight: 800; line-height: 1; cursor: pointer; }
.trv-guest-picker__stepper button:hover { border-color: #0aaeb5; background: #e6f7f7; }
.trv-guest-picker__stepper output { min-width: 18px; color: #16293f; font-size: 14px; font-weight: 800; text-align: center; }
.trv-guest-picker__children { display: flex; flex-direction: column; gap: 8px; padding: 6px 0; }
.trv-guest-picker__children:empty { display: none; }
.trv-guest-picker__children label,
.trv-guest-picker__children .trv-jolly-live-booking__child { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; }
.trv-guest-picker__children label > span,
.trv-guest-picker__children .trv-jolly-live-booking__child > span { flex: 1 1 auto; color: #52667a; font-size: 12px; font-weight: 700; }
.trv-guest-picker__children select,
.trv-guest-picker__children .trv-jolly-live-booking__child select { flex: 0 0 auto; width: auto; height: 34px; padding: 0 8px; border: 1px solid #bdd8df; border-radius: 6px; background: #fff; font-size: 13px; }
.trv-guest-picker__panel > button[id$="Apply"] { margin-top: 10px; }
.trv-guest-picker__allmale { display: flex; align-items: flex-start; gap: 8px; margin: 10px 0 4px; padding-top: 10px; border-top: 1px solid #e7eef1; cursor: pointer; }
.trv-guest-picker__allmale input[type="checkbox"] { flex: 0 0 auto; width: 16px; height: 16px; min-width: 16px; margin: 3px 0 0; padding: 0; -webkit-appearance: checkbox; appearance: checkbox; }
.trv-guest-picker__allmale span { flex: 1 1 auto; color: #52667a; font-size: 12px; font-weight: 700; line-height: 1.4; }

.trv-jolly-live-offers-restricted { margin: 0 0 14px; padding: 12px 14px; border: 1px solid #f0d9b8; border-radius: 10px; background: #fff8ec; }
.trv-jolly-live-offers-restricted p { margin: 0 0 8px; color: #8a5a10; font-size: 12px; font-weight: 700; line-height: 1.5; }
.trv-jolly-live-offers-restricted__list { margin: 0 0 10px; padding-left: 18px; color: #8a5a10; font-size: 12px; }
.trv-jolly-live-offers-restricted .btn { min-height: 36px; padding: 0 16px; font-size: 12px; }

.hotel-facilities { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: .35rem 1.5rem; }
.hotel-facilities li { display: flex; align-items: center; margin: 0 !important; padding: 7px 0; border-bottom: 1px dashed #e6eef1; }
.hotel-facilities li .bullet { display: none !important; }

.trv-hotel-map-trigger { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 10px 16px; border: 1px solid #bcdde0; border-radius: 99px; background: #fff; color: #0f4c5c; font-size: 13px; font-weight: 800; cursor: pointer; }
.trv-hotel-map-trigger:hover { border-color: #10abb2; background: #f2fcfc; }

.trv-hotel-contact-panel { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 0; }
.trv-hotel-contact-panel__callme, .trv-hotel-contact-panel__livechat, .trv-hotel-contact-panel__map { display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px; border: 1px solid #bcdde0; border-radius: 99px; background: #fff; color: #0f4c5c; font-size: 13px; font-weight: 800; cursor: pointer; text-decoration: none; transition: border-color .15s ease, background .15s ease; }
.trv-hotel-contact-panel__callme:hover, .trv-hotel-contact-panel__map:hover { border-color: #10abb2; background: #f2fcfc; color: #0f4c5c; }
.trv-hotel-contact-panel__livechat { border-color: #c9ecc4; background: #f3fbf1; color: #1e7a34; }
.trv-hotel-contact-panel__livechat:hover { border-color: #3cb54a; background: #eafaea; color: #1e7a34; }
@media (max-width: 575.98px) {
  .trv-hotel-contact-panel { flex-direction: column; }
  .trv-hotel-contact-panel__callme, .trv-hotel-contact-panel__livechat, .trv-hotel-contact-panel__map { width: 100%; justify-content: center; }
}
.trv-hotel-map-modal { position: fixed; inset: 0; z-index: 1200; display: flex; align-items: center; justify-content: center; padding: 20px; }
.trv-hotel-map-modal[hidden] { display: none; }
.trv-hotel-map-modal__backdrop { position: absolute; inset: 0; border: 0; background: rgba(10, 24, 40, .62); cursor: pointer; }
.trv-hotel-map-modal__dialog { position: relative; z-index: 1; width: 100%; max-width: 820px; overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 30px 70px rgba(0, 0, 0, .35); }
.trv-hotel-map-modal__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; border-bottom: 1px solid #e7eef1; }
.trv-hotel-map-modal__head h3 { margin: 0; color: var(--trv-navy); font-size: 17px; font-weight: 800; }
.trv-hotel-map-modal__close { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 0; border-radius: 50%; background: #f1f5f6; color: #33475a; cursor: pointer; }
.trv-hotel-map-modal__close:hover { background: #e3ebee; }
.trv-hotel-map-modal__frame { width: 100%; height: 62vh; min-height: 320px; border: 0; display: block; }

#trvRecentlyViewed[hidden] { display: none; }

.trv-hotel-livesupport-modal .modal-content { position: relative; border: 0; border-radius: 16px; overflow: hidden; }
.trv-hotel-livesupport-modal__close { position: absolute; top: 14px; right: 14px; z-index: 2; display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #f1f5f6; color: #33475a; font-size: 18px; line-height: 1; cursor: pointer; }
.trv-hotel-livesupport-modal__close:hover { background: #e3ebee; }
.trv-hotel-livesupport-modal__body { padding: 32px 28px 28px; }
.trv-hotel-livesupport-modal__body h2 { margin: 6px 0 8px; color: var(--trv-navy); font-size: 22px; font-weight: 800; }
.trv-hotel-livesupport-modal__body p { margin: 0 0 18px; color: #57697c; font-size: 14px; }
.trv-hotel-livesupport-modal__options { display: flex; flex-direction: column; gap: 10px; }
.trv-hotel-livesupport-modal__option { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid #e2ebee; border-radius: 12px; background: #fff; color: #16293f; text-align: left; text-decoration: none; cursor: pointer; transition: border-color .15s ease, background .15s ease, transform .15s ease; }
.trv-hotel-livesupport-modal__option:hover { border-color: #10abb2; background: #f4fdfd; color: #16293f; transform: translateY(-1px); }
.trv-hotel-livesupport-modal__option i { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; flex: 0 0 auto; border-radius: 50%; background: #eafaf7; color: #0aaeb5; font-size: 18px; }
.trv-hotel-livesupport-modal__option span { display: flex; flex-direction: column; gap: 2px; }
.trv-hotel-livesupport-modal__option strong { font-size: 14px; font-weight: 800; }
.trv-hotel-livesupport-modal__option small { color: #7c8b9c; font-size: 12px; }

.trv-cart-item__live-label { display: inline-flex; align-items: center; gap: 6px; color: #078d96; font-size: 13px; font-weight: 800; }
.trv-payment-page .trv-cart-summary__row > span { display: flex; flex-direction: column; gap: 3px; }
.trv-payment-page .trv-cart-summary__row > span > strong { color: #112b46; font-size: 13px; }
.trv-payment-page .trv-cart-summary__row > span > small { color: #63768a; font-size: 11px; line-height: 1.4; }
.trv-hotel-room-picker { padding: 0 24px 24px; }
.trv-hotel-room-picker__heading h5 { margin: 5px 0 14px; color: var(--trv-navy); font-size: 19px; }
.trv-hotel-room-picker__grid { display: grid; gap: 16px; }
.trv-hotel-room-picker__item { overflow: hidden; border: 1px solid #dcebee; border-radius: 12px; background: #fff; }
.trv-hotel-room-picker__button { display: grid; grid-template-columns: minmax(0, 1fr) auto 16px; width: 100%; align-items: center; gap: 14px; padding: 15px 16px; border: 0; background: #fff; color: var(--trv-navy); text-align: left; }
.trv-hotel-room-picker__button span, .trv-hotel-room-picker__button small { display: block; }
.trv-hotel-room-picker__button small { margin-top: 4px; color: #6f8196; }
.trv-hotel-room-picker__button b { color: #0aaeb5; font-size: 16px; white-space: nowrap; }
.trv-hotel-room-picker__button i { color: #697c92; font-size: 12px; }
.trv-hotel-room-picker__headline { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 18px 20px 4px; }
.trv-hotel-room-picker__headline h6 { margin: 4px 0 0; color: var(--trv-navy); font-size: 18px; font-weight: 800; }
.trv-hotel-room-picker__headline strong { color: #0aaeb5; font-size: 17px; white-space: nowrap; }
.trv-hotel-room-picker__detail { display: grid; grid-template-columns: 176px minmax(0, 1fr); gap: 20px; align-items: flex-start; padding: 14px 20px 12px; color: #42556d; }
.trv-hotel-room-picker__media { display: block; width: 176px; height: 124px; overflow: hidden; border-radius: 9px; background: #ecf5f7; box-shadow: 0 10px 22px rgba(11, 29, 53, .08); }
.trv-hotel-room-picker__detail img { width: 100%; height: 100%; border-radius: 10px; object-fit: cover; display: block; }
.trv-hotel-room-picker__content { min-width: 0; }
.trv-hotel-room-picker__detail p { margin: 0; line-height: 1.7; }
.trv-hotel-room-picker__facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 14px; margin-top: 12px; }
.trv-hotel-room-picker__facts span { display: inline-flex; align-items: center; gap: 6px; min-height: 25px; color: #4f6477; font-size: 12px; font-weight: 700; }
.trv-hotel-room-picker__facts i { color: var(--trv-orange); font-size: 10px; }
.trv-hotel-room-picker__facts strong { color: #11233c; font-weight: 800; }
.trv-hotel-room-picker__thumbs { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 20px 18px; }
.trv-hotel-room-picker__thumbs a { width: 78px; height: 58px; overflow: hidden; border: 2px solid #dcebee; border-radius: 7px; background: #edf5f6; cursor: pointer; transition: border-color .15s ease; }
.trv-hotel-room-picker__thumbs a:hover { border-color: #8fd4d8; }
.trv-hotel-room-picker__thumbs a.is-active { border-color: #0aaeb5; }
.trv-hotel-room-picker__thumbs img { width: 100%; height: 100%; object-fit: cover; display: block; }

.trv-hotel-room-avail-tabs { display: flex; gap: 0; margin: 0 20px; border-bottom: 1px solid #dcebee; }
.trv-hotel-room-avail-tabs__btn { padding: 10px 4px; margin-right: 24px; border: 0; border-bottom: 2px solid transparent; background: none; color: #66798d; font-size: 13px; font-weight: 800; letter-spacing: .01em; text-transform: uppercase; cursor: pointer; }
.trv-hotel-room-avail-tabs__btn.is-active { border-bottom-color: #0aaeb5; color: #0aaeb5; }
.trv-hotel-room-availability { padding: 16px 20px 20px; }
.trv-hotel-room-availability__calendar { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.trv-hotel-room-availability__calendar .flatpickr-calendar { box-shadow: none; border: 1px solid #dcebee; border-radius: 10px; }
.trv-hotel-room-availability__legend { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin: 14px 0 8px; font-size: 12px; font-weight: 700; color: #52667a; }
.trv-hotel-room-availability__legend span { display: inline-flex; align-items: center; gap: 6px; }
.trv-hotel-room-availability__dot { width: 10px; height: 10px; border-radius: 50%; background: #2fbf6b; }
.trv-hotel-room-availability__dot--muted { background: #c3ced6; }
.trv-hotel-room-availability__note { margin: 0 0 14px; color: #8494a4; font-size: 11px; text-align: center; }
.trv-hotel-room-availability__apply { display: flex; margin: 0 auto; }

@media (max-width: 991.98px) {
  .trv-tour-alternatives {
    margin-bottom: 18px;
  }

  .trv-hotel-accommodation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trv-jolly-live-booking__form label, .trv-jolly-live-booking__child {
    flex-basis: calc(33.333% - 8px);
  }

  .trv-jolly-live-booking__body { grid-template-columns: 1fr; }
  .trv-jolly-live-booking__summary { position: static; border-top: 1px solid #dceff0; margin: 0 24px; padding: 16px 0 20px; }
}

@media (max-width: 575.98px) {
  .trv-tour-program-card,
  .trv-tour-program-day,
  .trv-tour-program-section,
  .trv-hotel-accommodation-card__hero,
  .trv-hotel-accommodation-copy {
    padding: 16px !important;
  }

  .trv-hotel-accommodation-grid {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .trv-hotel-room-picker { padding: 0 16px 16px; }
  .trv-hotel-room-picker__button { grid-template-columns: minmax(0, 1fr) auto; }
  .trv-hotel-room-picker__button i { display: none; }
  .trv-hotel-detail-gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .trv-hotel-room-picker__headline { padding: 16px 16px 3px; }
  .trv-hotel-room-picker__headline strong { font-size: 14px; }
  .trv-hotel-room-picker__detail { display: block; padding: 12px 16px; }
  .trv-hotel-room-picker__media { width: 100%; height: 170px; margin: 0 0 10px; }
  .trv-hotel-room-picker__detail img { width: 100%; height: 100%; margin: 0; }
  .trv-hotel-room-picker__facts { grid-template-columns: 1fr; }
  .trv-hotel-room-picker__thumbs { padding: 0 16px 16px; }

  .trv-jolly-live-booking__intro { display: block; padding: 18px 16px 14px; }
  .trv-jolly-live-booking__intro h2 { font-size: 19px; }
  .trv-jolly-live-booking__secure { margin-top: 12px; white-space: normal; }
  .trv-jolly-live-booking__form { gap: 10px; padding: 14px 16px 9px; }
  .trv-jolly-live-booking__form label, .trv-jolly-live-booking__child { flex-basis: calc(50% - 5px); }
  .trv-jolly-live-booking__form button { flex-basis: 100%; min-width: 0; margin-left: 0; }
  .trv-jolly-live-booking__status { margin: 0 16px; }
  .trv-jolly-live-booking__results { padding: 13px 16px 18px; }
  .trv-jolly-live-booking__result-head { display: block; }
  .trv-jolly-live-booking__result-head span { display: block; margin-top: 4px; text-align: left; }
  .trv-jolly-live-offer { grid-template-columns: 20px 48px minmax(0, 1fr); gap: 10px; }
  .trv-jolly-live-offer__thumb { width: 48px; height: 36px; }
  .trv-jolly-live-offer__price { grid-column: 1 / -1; text-align: left; }
  .trv-jolly-live-offers__footer { align-items: flex-start; flex-direction: column; }
  .trv-jolly-live-offers__footer button { width: 100%; }
  .trv-jolly-live-booking__summary { margin: 0 16px; }
  .trv-guest-picker__panel { left: auto; right: 0; width: 260px; }

  .trv-hotel-photo-modal {
    padding: 14px 8px;
  }

  .trv-hotel-photo-modal__dialog {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    min-height: calc(100vh - 28px);
  }

  .trv-hotel-photo-modal__figure {
    height: calc(100vh - 28px);
    border-radius: 10px;
  }

  .trv-hotel-photo-modal__close {
    top: 9px;
    right: 9px;
  }

  .trv-hotel-photo-modal__close,
  .trv-hotel-photo-modal__nav {
    width: 36px;
    height: 36px;
  }

  .trv-hotel-photo-modal__figure figcaption {
    padding: 11px 13px;
    font-size: 11px;
  }

  .trv-tour-alt-card {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .trv-tour-alt-card img {
    width: 58px;
    height: 58px;
  }
}

/* Callback request modal */
.trv-callback-modal .modal-dialog {
  max-width: 620px;
}

.trv-callback-modal .modal-content {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 34px 90px rgba(11, 29, 53, .28);
}

.trv-callback-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: var(--trv-navy);
  background: rgba(255, 255, 255, .86);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.trv-callback-modal__head {
  padding: 28px 30px 22px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(253, 150, 44, .34), transparent 34%),
    linear-gradient(135deg, #0b1d35 0%, #12365a 48%, #12a8ad 100%);
}

.trv-callback-modal__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .15);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trv-callback-modal__title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
}

.trv-callback-modal__text {
  max-width: 480px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  line-height: 1.65;
}

.trv-callback-modal__form {
  padding: 26px 30px 30px;
  background: #fff;
}

.trv-callback-modal label {
  color: var(--trv-navy);
  font-size: 12px;
  font-weight: 900;
}

.trv-callback-modal .form-control {
  height: 46px;
  border-radius: 12px;
  border-color: rgba(15, 35, 64, .14);
  color: var(--trv-navy);
  font-weight: 700;
}

.trv-callback-modal textarea.form-control {
  height: auto;
  min-height: 92px;
  resize: vertical;
}

.trv-callback-modal__service {
  margin: 4px 0 18px;
}

.trv-callback-modal__service > span {
  display: block;
  margin-bottom: 10px;
  color: var(--trv-navy);
  font-size: 12px;
  font-weight: 900;
}

.trv-callback-modal__choices {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.trv-callback-modal__choices label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0;
  border: 1px solid rgba(15, 35, 64, .12);
  border-radius: 14px;
  background: #f8fbfd;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.trv-callback-modal__choices input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.trv-callback-modal__choices strong {
  color: #465a72;
  font-size: 13px;
  font-weight: 900;
}

.trv-callback-modal__choices label:has(input:checked) {
  border-color: rgba(29, 198, 200, .55);
  background: rgba(29, 198, 200, .11);
  box-shadow: 0 12px 26px rgba(29, 198, 200, .14);
}

.trv-callback-modal__choices label:has(input:checked) strong {
  color: var(--trv-teal-dark);
}

.trv-hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

/* Legal documents and consent links */
.trv-legal-consents {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(15, 35, 64, .10);
  border-radius: 14px;
  background: #f8fbfd;
}

.trv-legal-consents label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  margin: 0;
  color: #5d6f84;
  font-size: 12.5px;
  line-height: 1.55;
  cursor: pointer;
}

.trv-legal-consents input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--trv-teal);
}

.trv-legal-consents a {
  color: var(--trv-teal-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.trv-legal-consents--payment {
  background: #fff;
}

.trv-legal-consents--compact {
  padding: 12px;
  border-radius: 12px;
  background: #f7fbfc;
}

.trv-legal-consents--compact label {
  font-size: 12px;
}

.trv-legal-page .page-content {
  background:
    linear-gradient(180deg, rgba(29, 198, 200, .08), transparent 240px),
    #fff;
}

.trv-legal-document {
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid rgba(15, 35, 64, .10);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 60px rgba(11, 29, 53, .10);
}

.trv-legal-document__head {
  padding: 34px 38px 28px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(253, 150, 44, .30), transparent 34%),
    linear-gradient(135deg, #0b1d35, #12365a 56%, #14a0a2);
}

.trv-legal-document__head span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trv-legal-document__head h1 {
  max-width: 760px;
  margin: 0 0 10px;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
}

.trv-legal-document__head p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  line-height: 1.65;
}

.trv-legal-document__body {
  padding: 34px 38px 42px;
}

.trv-legal-document__body h2,
.trv-legal-document__body h3 {
  color: var(--trv-navy);
  letter-spacing: 0;
}

.trv-legal-document__body h2 {
  margin: 0 0 22px;
  font-size: 24px;
  font-weight: 900;
}

.trv-legal-document__body h3 {
  margin: 26px 0 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 35, 64, .08);
  font-size: 18px;
  font-weight: 900;
}

.trv-legal-document__body p {
  margin: 0 0 12px;
  color: #42556d;
  font-size: 14px;
  line-height: 1.78;
}

.trv-legal-document__bullet {
  position: relative;
  padding-left: 20px;
}

.trv-legal-document__bullet::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .75em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--trv-teal);
}

@media (max-width: 575.98px) {
  .trv-callback-modal .modal-dialog {
    margin: 12px;
  }

  .trv-callback-modal__head,
  .trv-callback-modal__form {
    padding-left: 18px;
    padding-right: 18px;
  }

  .trv-callback-modal__choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trv-legal-document__head,
  .trv-legal-document__body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .trv-legal-document__head h1 {
    font-size: 26px;
  }
}

/* Header and breadcrumb polish */
.page-header {
  background:
    radial-gradient(circle at 42% 20%, rgba(79, 214, 207, .22), transparent 33%),
    linear-gradient(90deg, rgba(7, 19, 35, .94) 0%, rgba(15, 37, 55, .90) 42%, rgba(7, 17, 31, .96) 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
  box-shadow: 0 18px 42px rgba(5, 16, 30, .18) !important;
}

.page-header.trv-scrolled {
  background: rgba(7, 18, 36, .97) !important;
  box-shadow: 0 12px 34px rgba(5, 16, 30, .34) !important;
}

.trv-topbar {
  border-bottom: 1px solid rgba(255, 255, 255, .10) !important;
}

.trv-topbar__row {
  min-height: 56px;
}

.trv-mainnav__row {
  min-height: 88px;
}

.trv-topbar a,
.trv-nav-links .nav-link,
.trv-switcher__trigger,
.trv-topbar__btn {
  text-shadow: none !important;
}

.trv-topbar__contact a,
.trv-topbar__btn,
.trv-switcher__trigger {
  color: rgba(255, 255, 255, .90) !important;
}

.trv-header-search {
  border-color: rgba(255, 255, 255, .24) !important;
  background: rgba(255, 255, 255, .10) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.trv-header-search input {
  color: #fff !important;
}

.trv-header-search input::placeholder {
  color: rgba(255, 255, 255, .66) !important;
}

.trv-topbar-quicklinks .trv-topbar__btn,
.trv-switcher__trigger {
  min-height: 34px;
  padding: 0 9px !important;
  border-radius: 999px;
}

.trv-topbar-quicklinks .trv-topbar__btn:hover,
.trv-switcher__trigger:hover,
.trv-dropdown-trigger.open .trv-switcher__trigger {
  background: rgba(255, 255, 255, .10) !important;
}

.trv-nav-links {
  gap: 4px;
}

.trv-nav-links .nav-link {
  padding: 10px 8px !important;
  border-radius: 999px;
}

.trv-nav-links .nav-link:hover,
.trv-nav-links .nav-item.show > .nav-link,
.trv-nav-links .nav-item.is-open > .nav-link,
.trv-nav-links .nav-item:focus-within > .nav-link {
  color: #fff !important;
  background: rgba(29, 198, 200, .18) !important;
}

.trv-nav-cta {
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(16, 138, 160, .24);
}

.breadcrumb-nav {
  position: relative;
  min-height: 58px;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, #ffffff 0%, #f8fcfd 48%, #eef9f9 100%) !important;
  border-bottom: 1px solid rgba(15, 35, 64, .07);
  box-shadow: 0 12px 32px rgba(15, 35, 64, .06);
}

.breadcrumb-nav::before {
  content: "";
  position: absolute;
  left: max(20px, calc((100vw - 1320px) / 2 + 20px));
  right: max(20px, calc((100vw - 1320px) / 2 + 20px));
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--trv-teal), rgba(253, 150, 44, .72), transparent 72%);
  opacity: .86;
}

.breadcrumb-nav .container {
  position: relative;
  max-width: 1320px;
}

.breadcrumb {
  min-height: 58px;
  margin: 0;
  padding: 0;
  background: transparent;
  align-items: center;
}

.breadcrumb-item {
  color: #76869a;
  font-size: 13px;
  font-weight: 700;
}

.breadcrumb-item a {
  color: #53667e !important;
  text-decoration: none !important;
}

.breadcrumb-item a:hover {
  color: var(--trv-teal) !important;
}

.breadcrumb-item.active,
.breadcrumb-item.active span {
  color: var(--trv-navy) !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(15, 35, 64, .32);
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .page-header {
    background: rgba(7, 18, 36, .97) !important;
  }

  .trv-mainnav__row {
    min-height: 76px;
  }

  .breadcrumb-nav,
  .breadcrumb {
    min-height: 50px;
  }
}

/* Header bottom band refinement */
.breadcrumb-nav {
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(248, 252, 253, .98) 48%, rgba(236, 249, 249, .98) 100%),
    radial-gradient(circle at 78% 50%, rgba(29, 198, 200, .16), transparent 34%) !important;
}

.breadcrumb-nav::after {
  content: "";
  position: absolute;
  top: -42px;
  right: max(22px, calc((100vw - 1320px) / 2 + 22px));
  width: min(38vw, 520px);
  height: 150px;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 34%, rgba(29, 198, 200, .13) 34% 36%, transparent 36% 48%, rgba(253, 150, 44, .12) 48% 50%, transparent 50%),
    linear-gradient(135deg, rgba(15, 35, 64, .045), transparent 58%);
  transform: skewX(-18deg);
  opacity: .9;
}

.breadcrumb-nav .breadcrumb {
  gap: 8px;
}

.breadcrumb-nav .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
}

.breadcrumb-nav .breadcrumb-item a,
.breadcrumb-nav .breadcrumb-item.active span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
}

.breadcrumb-nav .breadcrumb-item a {
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(15, 35, 64, .07);
  box-shadow: 0 6px 16px rgba(15, 35, 64, .045);
}

.breadcrumb-nav .breadcrumb-item a:hover {
  background: rgba(29, 198, 200, .10);
  border-color: rgba(29, 198, 200, .24);
}

.breadcrumb-nav .breadcrumb-item.active span {
  background: rgba(11, 29, 53, .06);
  border: 1px solid rgba(11, 29, 53, .07);
  font-weight: 800;
}

.breadcrumb-nav .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  padding: 0;
  margin-right: 0;
  color: rgba(15, 35, 64, .35);
  font: normal normal normal 14px/1 FontAwesome;
}

@media (max-width: 575.98px) {
  .breadcrumb-nav::after {
    width: 58vw;
    opacity: .55;
  }

  .breadcrumb-nav .breadcrumb {
    gap: 5px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  .breadcrumb-nav .breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .breadcrumb-nav .breadcrumb-item {
    flex: 0 0 auto;
    font-size: 12px;
  }

  .breadcrumb-nav .breadcrumb-item a,
  .breadcrumb-nav .breadcrumb-item.active span {
    min-height: 28px;
    padding: 0 10px;
  }
}

/* Modern product cards without star rows */
.card-intro__rating,
.product__rating,
.trv-catalog-page--hotel .product__stat li:last-child {
  display: none !important;
}

.page-main--home .card-intro {
  border-radius: 8px !important;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(9, 24, 42, .20);
  transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}

.page-main--home .card-intro::before {
  background: linear-gradient(180deg, rgba(7, 18, 36, .02) 0%, rgba(7, 18, 36, .76) 100%) !important;
}

.page-main--home .card-intro:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(9, 24, 42, .28);
  filter: saturate(1.06);
}

.page-main--home .card-intro__footer {
  padding: 18px 18px 17px !important;
  background: linear-gradient(180deg, rgba(11, 29, 53, .18), rgba(11, 29, 53, .88)) !important;
}

.page-main--home .card-intro__footer h4 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.page-main--home .card-intro__local {
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 750;
}

.page-main--home .card-intro .card-price {
  top: 18px;
  right: 18px;
  border-radius: 999px;
  background: rgba(7, 18, 36, .88) !important;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 10px 24px rgba(5, 16, 30, .24);
}

.trv-catalog-page .product {
  border: 1px solid rgba(15, 35, 64, .08) !important;
  border-radius: 8px !important;
  overflow: hidden;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(15, 35, 64, .08) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.trv-catalog-page .product:hover {
  transform: translateY(-4px);
  border-color: rgba(29, 198, 200, .28) !important;
  box-shadow: 0 24px 54px rgba(15, 35, 64, .14) !important;
}

.trv-catalog-page .trv-product-media {
  margin: 0 !important;
}

.trv-catalog-page .product__img-top {
  border-radius: 0 !important;
}

.trv-catalog-page .product__img-top::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 18, 36, 0) 45%, rgba(7, 18, 36, .22) 100%);
}

.trv-catalog-page .product__body {
  padding: 18px 18px 12px !important;
}

.trv-catalog-page .product__title {
  margin: 0 0 10px !important;
  font-size: 19px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.trv-catalog-page .product__title a {
  color: var(--trv-navy) !important;
  text-decoration: none !important;
}

.trv-catalog-page .product__title a:hover {
  color: var(--trv-teal-dark) !important;
}

.trv-catalog-page .product__stat {
  min-height: 28px;
  justify-content: flex-start !important;
  gap: 8px;
  margin-bottom: 12px;
  color: #6b7b8f;
  font-size: 12.5px;
  font-weight: 700;
}

.trv-catalog-page .product__stat a {
  color: var(--trv-teal-dark) !important;
  font-weight: 850;
  text-decoration: none !important;
}

.trv-catalog-page .product__body > hr {
  margin: 13px 0;
  border-top-color: rgba(15, 35, 64, .08);
}

.trv-catalog-page .product__desc p {
  min-height: 58px;
  margin-bottom: 7px;
  color: #42556d;
  font-size: 13px;
  line-height: 1.55;
}

.trv-catalog-page .product__link-more {
  color: var(--trv-teal-dark) !important;
  font-size: 12.5px;
  font-weight: 900;
  text-decoration: none !important;
}

.trv-catalog-page .product__footer {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 9px !important;
  padding: 0 18px 18px !important;
}

.trv-catalog-page .product__footer > .product__price {
  grid-column: 1 / -1 !important;
  padding: 12px 0 0 !important;
  border-top: 1px solid rgba(15, 35, 64, .08);
}

.trv-catalog-page .product__footer .trv-icon-action,
.trv-catalog-page .product__footer .trv-favorite-btn--footer {
  width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  border-radius: 999px !important;
}

.trv-catalog-page .product__footer .trv-favorite-btn--footer {
  background: #fff !important;
  color: var(--trv-navy) !important;
  border-color: rgba(15, 35, 64, .14) !important;
  box-shadow: 0 10px 22px rgba(15, 35, 64, .09) !important;
}

.trv-catalog-page .product__footer .trv-favorite-btn--footer:hover,
.trv-catalog-page .product__footer .trv-favorite-btn--footer.is-active {
  background: var(--trv-navy) !important;
  color: #fff !important;
  border-color: var(--trv-navy) !important;
}

@media (max-width: 575.98px) {
  .trv-catalog-page .product__title {
    font-size: 17px !important;
  }

  .trv-catalog-page .product__footer {
    gap: 8px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* Catalog card visual refresh */
.trv-catalog-page .product {
  position: relative;
  border: 1px solid rgba(15, 35, 64, .08) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 252, 253, .98)) !important;
  box-shadow: 0 18px 42px rgba(15, 35, 64, .10) !important;
  overflow: hidden;
}

.trv-catalog-page .product:hover {
  transform: translateY(-5px);
  border-color: rgba(32, 193, 199, .34) !important;
  box-shadow: 0 26px 58px rgba(15, 35, 64, .16) !important;
}

.trv-catalog-page .product::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(32, 193, 199, .10), rgba(255, 255, 255, 0) 34%);
  opacity: 0;
  transition: opacity .24s ease;
}

.trv-catalog-page .product:hover::after {
  opacity: 1;
}

.trv-catalog-page .trv-product-media {
  height: 232px !important;
  min-height: 232px !important;
  margin: 14px 14px 0 !important;
  border-radius: 8px !important;
  overflow: hidden;
  background: linear-gradient(135deg, #eaf6f7, #f8fbfd);
}

.trv-catalog-page .product__img-top {
  height: 100% !important;
  min-height: 100% !important;
  border-radius: 8px !important;
}

.trv-catalog-page .product__img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .36s ease, filter .36s ease;
}

.trv-catalog-page .product:hover .product__img-top img {
  transform: scale(1.06);
  filter: saturate(1.06) contrast(1.02);
}

.trv-catalog-page .product__img-top::after {
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(7, 18, 36, 0) 48%, rgba(7, 18, 36, .26) 100%),
    linear-gradient(135deg, rgba(7, 18, 36, .10), rgba(32, 193, 199, .08)) !important;
}

.trv-catalog-page .product__special {
  top: 28px !important;
  right: 0 !important;
  left: auto !important;
  border-radius: 8px 0 0 8px !important;
  padding: 10px 16px !important;
  min-height: 0 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  line-height: 1 !important;
  text-transform: uppercase;
  background: linear-gradient(135deg, #5c35a7, #7c4dd7) !important;
  box-shadow: 0 14px 28px rgba(44, 25, 94, .24);
  z-index: 7;
}

.trv-catalog-page .product__body {
  position: relative;
  z-index: 2;
  padding: 19px 22px 12px !important;
}

.trv-catalog-page .product__title {
  min-height: 48px !important;
  margin-bottom: 12px !important;
  font-size: 19px !important;
  line-height: 1.24 !important;
}

.trv-catalog-page .product__stat {
  min-height: 34px !important;
  gap: 7px 10px !important;
  color: #6d7d91 !important;
  font-size: 12px !important;
  font-weight: 750 !important;
}

.trv-catalog-page .product__stat li {
  min-width: 0;
}

.trv-catalog-page .product__stat a,
.trv-catalog-page .product__link-more {
  color: #0aa6b2 !important;
  font-weight: 900 !important;
}

.trv-catalog-page .product__body > hr,
.trv-catalog-page .product > hr {
  border-top: 1px solid rgba(15, 35, 64, .08) !important;
}

.trv-catalog-page .product__body > hr {
  margin: 15px 0 !important;
}

.trv-catalog-page .product__price {
  color: #6d7d91;
  font-size: 12px;
  font-weight: 750;
}

.trv-catalog-page .product__price .cost {
  color: #079fab !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  letter-spacing: .01em;
}

.trv-catalog-page .product__desc p {
  color: #4f6077;
  font-size: 13px;
  line-height: 1.55;
}

.trv-catalog-page .product__footer {
  position: relative;
  z-index: 2;
  padding: 0 22px 22px !important;
}

.trv-catalog-page .product__footer > .product__price {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 44px;
  margin-bottom: 2px !important;
  padding: 13px 0 10px !important;
}

.trv-catalog-page .product__footer .trv-icon-action,
.trv-catalog-page .product__footer .trv-favorite-btn--footer {
  height: 46px !important;
  min-height: 46px !important;
  border-radius: 999px !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.trv-catalog-page .product__footer .btn-secondary.trv-icon-action {
  background: linear-gradient(135deg, #20c1c7, #0b9fb0) !important;
  border-color: transparent !important;
  box-shadow: 0 14px 28px rgba(9, 159, 176, .22) !important;
}

.trv-catalog-page .product__footer .btn-outline-secondary.trv-icon-action {
  background: #fff !important;
  border-color: rgba(253, 150, 44, .46) !important;
  color: #fd8d21 !important;
  box-shadow: 0 12px 24px rgba(253, 150, 44, .10) !important;
}

.trv-catalog-page .product__footer .trv-favorite-btn--footer {
  background: #fff !important;
  border-color: rgba(15, 35, 64, .10) !important;
  color: #0b1d35 !important;
  box-shadow: 0 12px 24px rgba(15, 35, 64, .08) !important;
}

.trv-catalog-page .product__footer .trv-favorite-btn--footer:hover,
.trv-catalog-page .product__footer .trv-favorite-btn--footer.is-active {
  background: #0b1d35 !important;
  color: #fff !important;
}

@media (max-width: 575.98px) {
  .trv-catalog-page .trv-product-media {
    height: 218px !important;
    min-height: 218px !important;
    margin: 12px 12px 0 !important;
  }

  .trv-catalog-page .product__body {
    padding: 17px 18px 10px !important;
  }

  .trv-catalog-page .product__footer {
    padding: 0 18px 18px !important;
  }

  .trv-catalog-page .product__special {
    top: 24px !important;
    padding: 9px 13px !important;
  }
}

.trv-catalog-page .product--list .trv-product-media {
  height: auto !important;
  min-height: 232px !important;
  margin: 14px 0 14px 14px !important;
}

.trv-catalog-page .product--list .product__img-top {
  min-height: 232px !important;
}

.trv-catalog-page .product--list .product__body {
  padding-top: 22px !important;
}

.trv-catalog-page .product--list .product__footer {
  padding: 22px !important;
}

@media (max-width: 767.98px) {
  .trv-catalog-page .product--list .trv-product-media {
    height: 220px !important;
    min-height: 220px !important;
    margin: 12px 12px 0 !important;
  }

  .trv-catalog-page .product--list .product__img-top {
    min-height: 220px !important;
  }
}

/* Catalog card compact correction */
.trv-catalog-page .product {
  border-radius: 8px !important;
  box-shadow: 0 14px 34px rgba(15, 35, 64, .11) !important;
}

.trv-catalog-page .product:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(15, 35, 64, .15) !important;
}

.trv-catalog-page .trv-product-media {
  height: 214px !important;
  min-height: 214px !important;
  margin: 0 !important;
  border-radius: 8px 8px 0 0 !important;
}

.trv-catalog-page .product__img-top,
.trv-catalog-page .product__img-top::after {
  border-radius: 8px 8px 0 0 !important;
}

.trv-catalog-page .product__body {
  padding: 18px 18px 10px !important;
}

.trv-catalog-page .product__title {
  min-height: 0 !important;
  margin-bottom: 10px !important;
  font-size: 18px !important;
  line-height: 1.24 !important;
}

.trv-catalog-page .product__stat {
  min-height: 28px !important;
}

.trv-catalog-page .product__body > hr {
  margin: 13px 0 !important;
}

.trv-catalog-page .product__desc p {
  min-height: 48px !important;
  margin-bottom: 4px !important;
  font-size: 13px;
  line-height: 1.46;
}

.trv-catalog-page .product__footer {
  padding: 0 18px 18px !important;
}

.trv-catalog-page .product__footer > .product__price {
  min-height: 40px;
  padding: 10px 0 8px !important;
}

.trv-catalog-page .product__footer .trv-icon-action,
.trv-catalog-page .product__footer .trv-favorite-btn--footer {
  height: 44px !important;
  min-height: 44px !important;
}

.trv-catalog-page .product__special {
  top: 16px !important;
  right: 0 !important;
  border-radius: 8px 0 0 8px !important;
}

.trv-catalog-page .product--list .trv-product-media {
  min-height: 236px !important;
  margin: 0 !important;
  border-radius: 8px 0 0 8px !important;
}

.trv-catalog-page .product--list .product__img-top,
.trv-catalog-page .product--list .product__img-top::after {
  border-radius: 8px 0 0 8px !important;
}

.trv-catalog-page .product--list .product__footer {
  padding: 18px !important;
}

@media (max-width: 767.98px) {
  .trv-catalog-page .trv-product-media,
  .trv-catalog-page .product--list .trv-product-media {
    height: 220px !important;
    min-height: 220px !important;
    margin: 0 !important;
    border-radius: 8px 8px 0 0 !important;
  }

  .trv-catalog-page .product__img-top,
  .trv-catalog-page .product__img-top::after,
  .trv-catalog-page .product--list .product__img-top,
  .trv-catalog-page .product--list .product__img-top::after {
    border-radius: 8px 8px 0 0 !important;
  }
}

/* Catalog card final compact refresh */
.trv-catalog-page .product {
  border: 1px solid rgba(15, 35, 64, .07) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 16px 38px rgba(15, 35, 64, .10) !important;
}

.trv-catalog-page .product:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 188, 195, .35) !important;
  box-shadow: 0 24px 54px rgba(15, 35, 64, .15) !important;
}

.trv-catalog-page .trv-product-media {
  height: 232px !important;
  min-height: 232px !important;
}

.trv-catalog-page .product__img-top,
.trv-catalog-page .product__img-top::after {
  border-radius: 10px 10px 0 0 !important;
}

.trv-catalog-page .product__body {
  padding: 17px 18px 8px !important;
}

.trv-catalog-page .product__title {
  margin-bottom: 11px !important;
  font-size: 18px !important;
  line-height: 1.28 !important;
}

.trv-catalog-page .trv-card-meta {
  min-height: 30px !important;
  gap: 8px !important;
  margin-bottom: 0 !important;
  color: #667790 !important;
}

.trv-catalog-page .trv-card-meta__main {
  display: inline-flex !important;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  font-size: 12.5px;
  font-weight: 750;
}

.trv-catalog-page .trv-card-meta__main span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trv-catalog-page .trv-card-meta__main .fa {
  color: #18b8bf;
}

.trv-catalog-page .trv-card-meta__pill {
  display: inline-flex !important;
  align-items: center;
  max-width: 100%;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(24, 184, 191, .10);
  color: #087f8f;
  font-size: 11.5px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.trv-catalog-page .product__price {
  margin-bottom: 0 !important;
}

.trv-catalog-page .product__price .cost {
  font-size: 18px !important;
}

.trv-catalog-page .trv-card-desc p {
  display: -webkit-box;
  min-height: 42px !important;
  margin-bottom: 0 !important;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.trv-catalog-page .product__footer {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  padding: 8px 18px 18px !important;
}

.trv-catalog-page .product__footer .trv-icon-action,
.trv-catalog-page .product__footer .trv-favorite-btn--footer {
  height: 44px !important;
  min-height: 44px !important;
  border-radius: 999px !important;
}

.trv-catalog-page .product__footer .trv-cart-add-form {
  display: flex;
}

.trv-catalog-page .product__footer .btn-secondary.trv-icon-action {
  background: linear-gradient(135deg, #20c1c7, #079fab) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 14px 26px rgba(8, 159, 171, .20) !important;
}

.trv-catalog-page .product__footer .btn-outline-secondary.trv-icon-action {
  background: #fff !important;
  border-color: rgba(253, 150, 44, .42) !important;
  color: #f58220 !important;
}

.trv-catalog-page .product__footer .trv-favorite-btn--footer {
  background: #f7f9fc !important;
  border-color: rgba(15, 35, 64, .08) !important;
  color: #0b1d35 !important;
}

.trv-catalog-page .product__footer .trv-favorite-btn--footer:hover,
.trv-catalog-page .product__footer .trv-favorite-btn--footer.is-active {
  background: #0b1d35 !important;
  color: #fff !important;
}

.trv-catalog-page .product--list .trv-product-media {
  min-height: 232px !important;
}

@media (max-width: 575.98px) {
  .trv-catalog-page .trv-product-media,
  .trv-catalog-page .product--list .trv-product-media {
    height: 220px !important;
    min-height: 220px !important;
  }

  .trv-catalog-page .product__body {
    padding: 16px 16px 8px !important;
  }

  .trv-catalog-page .product__footer {
    padding: 8px 16px 16px !important;
  }
}

/* Keep Bootstrap modals above the fixed site header and live-search layers. */
body.modal-open .modal {
  z-index: 10120 !important;
}

body.modal-open .modal-backdrop {
  z-index: 10110 !important;
}

body.modal-open .page-header {
  z-index: 10000 !important;
}

.trv-callback-modal,
.trv-hotel-request-modal,
.trv-flight-request-modal,
.modal-account {
  z-index: 10120 !important;
}

/* Catalog cards: stronger image fit and motion */
.trv-catalog-page .product {
  isolation: isolate;
  overflow: hidden !important;
  border: 1px solid rgba(15, 35, 64, .08) !important;
  border-radius: 12px !important;
  background:
    linear-gradient(180deg, #fff 0%, #fff 72%, #f7fbfc 100%) !important;
  box-shadow: 0 14px 34px rgba(15, 35, 64, .10) !important;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease !important;
}

.trv-catalog-page .product::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(29, 198, 200, .13), transparent 34%),
    linear-gradient(315deg, rgba(253, 150, 44, .10), transparent 38%);
  opacity: 0;
  transition: opacity .24s ease;
}

.trv-catalog-page .product:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(29, 198, 200, .38) !important;
  box-shadow: 0 28px 64px rgba(15, 35, 64, .17) !important;
}

.trv-catalog-page .product:hover::before {
  opacity: 1;
}

.trv-catalog-page .trv-product-media {
  position: relative !important;
  z-index: 1;
  width: 100% !important;
  height: 246px !important;
  min-height: 246px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 12px 12px 0 0 !important;
  background: #dfeaf0 !important;
}

.trv-catalog-page .product__img-top {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  overflow: hidden !important;
  border-radius: 12px 12px 0 0 !important;
  background: #dfeaf0 !important;
}

.trv-catalog-page .product__img-top img {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: scale(1.01);
  transition: transform .42s ease, filter .42s ease !important;
}

.trv-catalog-page .product__img-top::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: 12px 12px 0 0 !important;
  background:
    linear-gradient(180deg, rgba(7, 18, 36, 0) 42%, rgba(7, 18, 36, .42) 100%),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .20), transparent 34%);
  opacity: .72;
  transition: opacity .24s ease;
}

.trv-catalog-page .product:hover .product__img-top img {
  transform: scale(1.075);
  filter: saturate(1.12) contrast(1.04);
}

.trv-catalog-page .product:hover .product__img-top::after {
  opacity: .88;
}

.trv-catalog-page .product__special {
  top: 16px !important;
  right: 14px !important;
  z-index: 4 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #5b35a8, #352069) !important;
  box-shadow: 0 14px 28px rgba(44, 25, 94, .28) !important;
}

.trv-catalog-page .product__body,
.trv-catalog-page .product__footer {
  position: relative;
  z-index: 1;
}

.trv-catalog-page .product__body {
  padding: 18px 18px 9px !important;
}

.trv-catalog-page .product__title {
  font-size: 18px !important;
  line-height: 1.25 !important;
}

.trv-catalog-page .product__title a {
  transition: color .18s ease;
}

.trv-catalog-page .product:hover .product__title a {
  color: #079fab !important;
}

.trv-catalog-page .product__body > hr {
  margin: 12px 0 !important;
  border-top-color: rgba(15, 35, 64, .075) !important;
}

.trv-catalog-page .trv-card-meta__pill {
  box-shadow: inset 0 0 0 1px rgba(24, 184, 191, .10);
}

.trv-catalog-page .product__footer {
  gap: 10px !important;
  padding: 10px 18px 18px !important;
}

.trv-catalog-page .product__footer .trv-icon-action,
.trv-catalog-page .product__footer .trv-favorite-btn--footer {
  height: 46px !important;
  min-height: 46px !important;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease !important;
}

.trv-catalog-page .product__footer .trv-icon-action:hover,
.trv-catalog-page .product__footer .trv-favorite-btn--footer:hover {
  transform: translateY(-2px) !important;
}

.trv-catalog-page .product--list {
  min-height: 246px;
}

.trv-catalog-page .product--list .trv-product-media {
  height: auto !important;
  min-height: 246px !important;
  border-radius: 12px 0 0 12px !important;
}

.trv-catalog-page .product--list .product__img-top,
.trv-catalog-page .product--list .product__img-top::after {
  border-radius: 12px 0 0 12px !important;
}

@media (max-width: 767.98px) {
  .trv-catalog-page .trv-product-media,
  .trv-catalog-page .product--list .trv-product-media {
    height: 230px !important;
    min-height: 230px !important;
    border-radius: 12px 12px 0 0 !important;
  }

  .trv-catalog-page .product__img-top,
  .trv-catalog-page .product__img-top::after,
  .trv-catalog-page .product--list .product__img-top,
  .trv-catalog-page .product--list .product__img-top::after {
    border-radius: 12px 12px 0 0 !important;
  }
}

/* Catalog cards flush image final pass */
.trv-catalog-page .product:not(.product--list),
.trv-catalog-page .product.bg-white:not(.product--list) {
  position: relative !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 14px !important;
  border: 1px solid rgba(15, 35, 64, .08) !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 66%, #f1fbfc 100%) !important;
  box-shadow:
    0 18px 46px rgba(15, 35, 64, .13),
    0 1px 0 rgba(255, 255, 255, .78) inset !important;
}

.trv-catalog-page .product::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(145deg, rgba(31, 196, 203, .18), transparent 34%),
    linear-gradient(315deg, rgba(253, 150, 44, .12), transparent 38%);
  opacity: .65;
  transition: opacity .24s ease;
}

.trv-catalog-page .product:hover::before {
  opacity: 1;
}

.trv-catalog-page .product:not(.product--list) > .trv-product-media,
.trv-catalog-page .product:not(.product--list) .trv-product-media {
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 248px !important;
  min-height: 248px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 14px 14px 0 0 !important;
  background: #dbe9ef !important;
}

.trv-catalog-page .product__img-top {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 14px 14px 0 0 !important;
}

.trv-catalog-page .product__img-top img,
.trv-catalog-page .product__img-top .img-fluid {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.trv-catalog-page .product__img-top::after {
  border-radius: 14px 14px 0 0 !important;
  background:
    linear-gradient(180deg, rgba(7, 18, 36, 0) 42%, rgba(7, 18, 36, .48) 100%),
    linear-gradient(135deg, rgba(31, 196, 203, .14), transparent 36%) !important;
}

.trv-catalog-page .product__special {
  top: 16px !important;
  right: 16px !important;
  padding: 11px 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #6d36c7 0%, #3c1c78 100%) !important;
}

.trv-catalog-page .product:not(.product--list) .product__body {
  padding: 19px 20px 10px !important;
}

.trv-catalog-page .product:not(.product--list) .product__title {
  margin-bottom: 10px !important;
  color: #0b1d35 !important;
  letter-spacing: 0 !important;
}

.trv-catalog-page .product__title a {
  color: inherit !important;
}

.trv-catalog-page .product:hover .product__title a {
  color: #079fab !important;
}

.trv-catalog-page .product:not(.product--list) .trv-card-meta {
  color: #738197 !important;
  font-weight: 650 !important;
}

.trv-catalog-page .product__price {
  align-items: center !important;
  padding: 11px 12px !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, rgba(31, 196, 203, .10), rgba(253, 150, 44, .07)) !important;
}

.trv-catalog-page .product__footer {
  position: relative !important;
  z-index: 1 !important;
  padding: 10px 20px 20px !important;
}

.trv-catalog-page .product__footer .trv-icon-action,
.trv-catalog-page .product__footer .trv-favorite-btn--footer {
  height: 45px !important;
  min-height: 45px !important;
  border-radius: 999px !important;
}

.trv-catalog-page .product__footer .btn-secondary.trv-icon-action {
  background: linear-gradient(135deg, #22c4ca, #079fab) !important;
  box-shadow: 0 14px 28px rgba(9, 159, 176, .24) !important;
}

.trv-catalog-page .product__footer .btn-outline-secondary.trv-icon-action {
  background: #fff7ef !important;
  border-color: rgba(253, 150, 44, .48) !important;
  color: #f58220 !important;
}

.trv-catalog-page .product__footer .trv-favorite-btn--footer {
  background: #f7f9fc !important;
  border-color: rgba(15, 35, 64, .08) !important;
  color: #0b1d35 !important;
}

.trv-catalog-page .product__footer .trv-favorite-btn--footer:hover,
.trv-catalog-page .product__footer .trv-favorite-btn--footer.is-active {
  background: #0b1d35 !important;
  color: #fff !important;
}

.trv-catalog-page .product--list > .trv-product-media,
.trv-catalog-page .product--list .trv-product-media {
  height: auto !important;
  min-height: 248px !important;
  margin: 0 !important;
  border-radius: 14px 0 0 14px !important;
}

.trv-catalog-page .product--list .product__img-top,
.trv-catalog-page .product--list .product__img-top::after {
  border-radius: 14px 0 0 14px !important;
}

@media (max-width: 767.98px) {
  .trv-catalog-page .product > .trv-product-media,
  .trv-catalog-page .product .trv-product-media,
  .trv-catalog-page .product--list > .trv-product-media,
  .trv-catalog-page .product--list .trv-product-media {
    height: 225px !important;
    min-height: 225px !important;
    border-radius: 14px 14px 0 0 !important;
  }

  .trv-catalog-page .product__img-top,
  .trv-catalog-page .product__img-top::after,
  .trv-catalog-page .product--list .product__img-top,
  .trv-catalog-page .product--list .product__img-top::after {
    border-radius: 14px 14px 0 0 !important;
  }

  .trv-catalog-page .product__body {
    padding: 17px 17px 9px !important;
  }

  .trv-catalog-page .product__footer {
    padding: 9px 17px 17px !important;
  }
}

/* Visual refinement pass: header + catalog cards */
.page-header {
  background:
    radial-gradient(circle at 18% 18%, rgba(34, 196, 202, .20), transparent 30%),
    radial-gradient(circle at 76% 0%, rgba(253, 150, 44, .13), transparent 28%),
    linear-gradient(100deg, rgb(6 18 34 / 0%) 0%, rgba(13, 35, 55, .96) 48%, rgb(5 14 27 / 0%) 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .085) !important;
  box-shadow: 0 18px 46px rgba(5, 16, 30, .24) !important;
}

.page-header.trv-scrolled {
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 196, 202, .13), transparent 34%),
    rgba(6, 18, 34, .985) !important;
  box-shadow: 0 14px 36px rgba(5, 16, 30, .38) !important;
}

.trv-topbar {
  border-bottom-color: rgba(255, 255, 255, .08) !important;
}

.trv-topbar__row {
  min-height: 54px !important;
}

.trv-mainnav__row {
  min-height: 84px !important;
}

.trv-topbar__contact a,
.trv-topbar__btn,
.trv-switcher__trigger {
  color: rgba(255, 255, 255, .92) !important;
}

.trv-topbar__contact a i,
.trv-topbar__btn i,
.trv-switcher__trigger i {
  color: rgba(34, 196, 202, .95) !important;
}

.trv-header-search {
  min-height: 38px !important;
  border: 1px solid rgba(255, 255, 255, .20) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .095) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .11),
    0 12px 28px rgba(0, 0, 0, .12) !important;
}

.trv-header-search:focus-within {
  border-color: rgba(34, 196, 202, .68) !important;
  background: rgba(255, 255, 255, .13) !important;
  box-shadow:
    0 0 0 3px rgba(34, 196, 202, .12),
    0 14px 30px rgba(0, 0, 0, .15) !important;
}

.trv-topbar-quicklinks .trv-topbar__btn,
.trv-switcher__trigger {
  min-height: 34px !important;
  padding: 0 10px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
}

.trv-topbar-quicklinks .trv-topbar__btn:hover,
.trv-switcher__trigger:hover,
.trv-dropdown-trigger.open .trv-switcher__trigger {
  border-color: rgba(255, 255, 255, .16) !important;
  background: rgba(255, 255, 255, .105) !important;
}

.trv-favorite-count,
.trv-cart-count {
  box-shadow: 0 7px 16px rgba(0, 0, 0, .16) !important;
}

.trv-nav-links {
  gap: 3px !important;
}

.trv-nav-links .nav-link {
  position: relative !important;
  padding: 10px 9px !important;
  border-radius: 999px !important;
  color: rgba(255, 255, 255, .94) !important;
  background: transparent !important;
}

.trv-nav-links .nav-link::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--trv-teal), var(--trv-orange));
  opacity: 0;
  transform: scaleX(.55);
  transition: opacity .2s ease, transform .2s ease;
}

.trv-nav-links .nav-link:hover,
.trv-nav-links .nav-item.show > .nav-link,
.trv-nav-links .nav-item.is-open > .nav-link,
.trv-nav-links .nav-item:focus-within > .nav-link {
  color: #fff !important;
  background: rgba(255, 255, 255, .075) !important;
}

.trv-nav-links .nav-link:hover::after,
.trv-nav-links .nav-item.show > .nav-link::after,
.trv-nav-links .nav-item.is-open > .nav-link::after,
.trv-nav-links .nav-item:focus-within > .nav-link::after {
  opacity: 1;
  transform: scaleX(1);
}

.trv-nav-links .dropdown-menu {
  border-radius: 12px !important;
  border-color: rgba(15, 35, 64, .08) !important;
  box-shadow: 0 22px 56px rgba(5, 16, 30, .18) !important;
}

.trv-nav-cta {
  min-height: 50px !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #25ced1 0%, #079fab 100%) !important;
  box-shadow: 0 16px 36px rgba(9, 159, 176, .28) !important;
}

.trv-nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(9, 159, 176, .34) !important;
}

.breadcrumb-nav {
  min-height: 64px !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(247, 252, 253, .98) 50%, rgba(236, 249, 249, .98) 100%),
    radial-gradient(circle at 78% 42%, rgba(34, 196, 202, .18), transparent 32%) !important;
  border-bottom: 1px solid rgba(15, 35, 64, .065) !important;
  box-shadow: 0 14px 34px rgba(15, 35, 64, .06) !important;
}

.breadcrumb {
  min-height: 64px !important;
}

.breadcrumb-nav .breadcrumb-item a,
.breadcrumb-nav .breadcrumb-item.active span {
  min-height: 32px !important;
  padding: 0 13px !important;
  background: rgba(255, 255, 255, .76) !important;
  border: 1px solid rgba(15, 35, 64, .065) !important;
  box-shadow: 0 8px 18px rgba(15, 35, 64, .045) !important;
}

.breadcrumb-nav .breadcrumb-item.active span {
  color: #0b1d35 !important;
  background: rgba(34, 196, 202, .095) !important;
}

.trv-catalog-page .product:not(.product--list),
.trv-catalog-page .product.bg-white:not(.product--list) {
  border-radius: 16px !important;
  border-color: rgba(15, 35, 64, .075) !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 62%, #f5fbfc 100%) !important;
  box-shadow:
    0 16px 36px rgba(15, 35, 64, .105),
    0 1px 0 rgba(255, 255, 255, .85) inset !important;
  transform: translateZ(0);
}

.trv-catalog-page .product:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(34, 196, 202, .36) !important;
  box-shadow:
    0 26px 58px rgba(15, 35, 64, .16),
    0 0 0 1px rgba(34, 196, 202, .08) inset !important;
}

.trv-catalog-page .product::before {
  background:
    linear-gradient(135deg, rgba(34, 196, 202, .16), transparent 31%),
    linear-gradient(315deg, rgba(253, 150, 44, .10), transparent 36%) !important;
}

.trv-catalog-page .product:not(.product--list) > .trv-product-media,
.trv-catalog-page .product:not(.product--list) .trv-product-media {
  height: 258px !important;
  min-height: 258px !important;
  border-radius: 16px 16px 0 0 !important;
}

.trv-catalog-page .product__img-top,
.trv-catalog-page .product__img-top::after {
  border-radius: 16px 16px 0 0 !important;
}

.trv-catalog-page .product__img-top::after {
  background:
    linear-gradient(180deg, rgba(7, 18, 36, 0) 42%, rgba(7, 18, 36, .36) 100%),
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, .22), transparent 33%) !important;
}

.trv-catalog-page .product__img-top img,
.trv-catalog-page .product__img-top .img-fluid {
  transform: scale(1.01);
  transition: transform .44s ease, filter .44s ease !important;
}

.trv-catalog-page .product:hover .product__img-top img,
.trv-catalog-page .product:hover .product__img-top .img-fluid {
  transform: scale(1.07);
  filter: saturate(1.12) contrast(1.04);
}

.trv-catalog-page .product__special {
  top: 17px !important;
  right: 17px !important;
  padding: 10px 17px !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  background: linear-gradient(135deg, #6830bb 0%, #35176d 100%) !important;
  box-shadow: 0 14px 30px rgba(41, 22, 85, .32) !important;
}

.trv-catalog-page .product:not(.product--list) .product__body {
  padding: 17px 19px 8px !important;
}

.trv-catalog-page .product:not(.product--list) .product__title {
  margin-bottom: 9px !important;
  font-size: 18px !important;
  line-height: 1.22 !important;
}

.trv-catalog-page .product:not(.product--list) .trv-card-meta {
  min-height: 28px;
  gap: 7px;
  margin-bottom: 8px !important;
  color: #6d7d91 !important;
}

.trv-catalog-page .product:not(.product--list) .trv-card-meta__main {
  min-width: 0;
}

.trv-catalog-page .trv-card-meta__main span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.trv-catalog-page .product:not(.product--list) .trv-card-meta__pill {
  padding: 6px 9px !important;
  border-radius: 999px !important;
  color: #087f8b !important;
  background: rgba(34, 196, 202, .10) !important;
}

.trv-catalog-page .product__body > hr,
.trv-catalog-page .product > hr {
  margin: 9px 0 !important;
}

.trv-catalog-page .product__price {
  min-height: 42px !important;
  padding: 9px 11px !important;
  border: 1px solid rgba(34, 196, 202, .12);
  background:
    linear-gradient(135deg, rgba(34, 196, 202, .12), rgba(253, 150, 44, .075)) !important;
}

.trv-catalog-page .product__price span:first-child {
  color: #687990;
  font-size: 12px;
  font-weight: 800;
}

.trv-catalog-page .product__price .cost {
  color: #079fab !important;
  font-size: 18px !important;
  font-weight: 950 !important;
}

.trv-catalog-page .trv-card-desc p {
  display: -webkit-box;
  min-height: 40px;
  max-height: 40px;
  margin-bottom: 0 !important;
  overflow: hidden;
  color: #4b5f78 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.trv-catalog-page .product__footer {
  gap: 10px !important;
  padding: 10px 19px 19px !important;
}

.trv-catalog-page .product__footer .trv-icon-action,
.trv-catalog-page .product__footer .trv-favorite-btn--footer {
  height: 44px !important;
  min-height: 44px !important;
  border-radius: 14px !important;
}

.trv-catalog-page .product__footer .btn-secondary.trv-icon-action {
  background: linear-gradient(135deg, #23c7cc, #0694a8) !important;
}

.trv-catalog-page .product__footer .btn-outline-secondary.trv-icon-action {
  background: linear-gradient(135deg, #fffaf6, #fff1e5) !important;
}

.trv-catalog-page .product__footer .trv-favorite-btn--footer {
  background: linear-gradient(135deg, #f9fbff, #edf3f9) !important;
}

.trv-catalog-page .product--list > .trv-product-media,
.trv-catalog-page .product--list .trv-product-media {
  min-height: 258px !important;
  border-radius: 16px 0 0 16px !important;
}

.trv-catalog-page .product--list .product__img-top,
.trv-catalog-page .product--list .product__img-top::after {
  border-radius: 16px 0 0 16px !important;
}

@media (max-width: 991.98px) {
  .trv-topbar__row {
    min-height: 50px !important;
  }

  .trv-mainnav__row {
    min-height: 76px !important;
  }
}

@media (max-width: 767.98px) {
  .breadcrumb-nav,
  .breadcrumb {
    min-height: 54px !important;
  }

  .trv-catalog-page .product > .trv-product-media,
  .trv-catalog-page .product .trv-product-media,
  .trv-catalog-page .product--list > .trv-product-media,
  .trv-catalog-page .product--list .trv-product-media {
    height: 232px !important;
    min-height: 232px !important;
    border-radius: 16px 16px 0 0 !important;
  }

  .trv-catalog-page .product__img-top,
  .trv-catalog-page .product__img-top::after,
  .trv-catalog-page .product--list .product__img-top,
  .trv-catalog-page .product--list .product__img-top::after {
    border-radius: 16px 16px 0 0 !important;
  }

  .trv-catalog-page .product__body {
    padding: 16px 16px 8px !important;
  }

  .trv-catalog-page .product__footer {
    padding: 9px 16px 16px !important;
  }
}

/* Catalog card balance: keep rows aligned without empty vertical gaps */
.trv-catalog-page .category-content__items > [class*="col-"] {
  align-items: stretch !important;
}

.trv-catalog-page .product:not(.product--list),
.trv-catalog-page .product.bg-white:not(.product--list) {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
}

.trv-catalog-page .product:not(.product--list) > .trv-product-media,
.trv-catalog-page .product:not(.product--list) .trv-product-media {
  flex: 0 0 250px !important;
  height: 250px !important;
  min-height: 250px !important;
}

.trv-catalog-page .product:not(.product--list) .product__body {
  display: grid !important;
  grid-template-rows: auto auto auto auto auto;
  flex: 1 1 auto !important;
  align-content: start !important;
  min-height: 245px !important;
  padding: 16px 19px 8px !important;
}

.trv-catalog-page .product:not(.product--list) .product__title {
  display: -webkit-box !important;
  min-height: 44px !important;
  max-height: 44px !important;
  margin: 0 0 9px !important;
  overflow: hidden !important;
  font-size: 17px !important;
  line-height: 1.28 !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.trv-catalog-page .product:not(.product--list) .trv-card-meta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center !important;
  min-height: 31px !important;
  max-height: 31px !important;
  margin: 0 0 8px !important;
  overflow: hidden;
}

.trv-catalog-page .product:not(.product--list) .trv-card-meta__main {
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
  margin-right: 0 !important;
  font-size: 12px !important;
}

.trv-catalog-page .product:not(.product--list) .trv-card-meta__pill {
  max-width: 118px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11.5px !important;
}

.trv-catalog-page .product:not(.product--list) .product__body > hr {
  width: 100%;
  margin: 8px 0 !important;
}

.trv-catalog-page .product:not(.product--list) .product__price {
  min-height: 44px !important;
  max-height: 44px !important;
  margin: 0 !important;
}

.trv-catalog-page .product:not(.product--list) .product__price .cost {
  font-size: 17px !important;
  white-space: nowrap;
}

.trv-catalog-page .product:not(.product--list) .product__desc,
.trv-catalog-page .product:not(.product--list) .trv-card-desc {
  margin-top: 0 !important;
}

.trv-catalog-page .product:not(.product--list) .trv-card-desc p {
  min-height: 42px !important;
  max-height: 42px !important;
  margin: 0 !important;
}

.trv-catalog-page .product:not(.product--list) .product__footer {
  flex: 0 0 auto !important;
  margin-top: 0 !important;
  padding-top: 7px !important;
}

.trv-catalog-page .product:not(.product--list) .product__footer .trv-icon-action,
.trv-catalog-page .product:not(.product--list) .product__footer .trv-favorite-btn--footer {
  border-radius: 999px !important;
}

@media (max-width: 1199.98px) {
  .trv-catalog-page .product:not(.product--list) .product__body {
    min-height: 255px !important;
  }
}

@media (max-width: 767.98px) {
  .trv-catalog-page .product:not(.product--list) > .trv-product-media,
  .trv-catalog-page .product:not(.product--list) .trv-product-media {
    flex-basis: 226px !important;
    height: 226px !important;
    min-height: 226px !important;
  }

  .trv-catalog-page .product:not(.product--list) .product__body {
    min-height: 230px !important;
  }

  .trv-catalog-page .product:not(.product--list) .product__title {
    font-size: 16.5px !important;
  }
}

/* Preserve list view after grid-card balance rules */
.trv-catalog-page .product--list {
  display: grid !important;
  grid-template-columns: minmax(230px, 31%) minmax(0, 1fr) minmax(190px, 220px) !important;
  height: auto !important;
}

.trv-catalog-page .product--list .trv-product-media {
  flex: initial !important;
  height: auto !important;
  min-height: 258px !important;
}

.trv-catalog-page .product--list .product__body {
  display: block !important;
  flex: initial !important;
  min-height: 0 !important;
  padding: 18px 20px !important;
}

.trv-catalog-page .product--list .product__title {
  display: block !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  -webkit-line-clamp: unset;
}

.trv-catalog-page .product--list .trv-card-meta {
  display: flex !important;
  min-height: 30px !important;
  max-height: none !important;
  overflow: visible;
}

.trv-catalog-page .product--list .product__price {
  max-height: none !important;
}

.trv-catalog-page .product--list .trv-card-desc p {
  max-height: none !important;
}

.trv-catalog-page .product--list .product__footer {
  flex: initial !important;
  margin-top: 0 !important;
}

@media (max-width: 991px) {
  .trv-catalog-page .product--list {
    grid-template-columns: minmax(190px, 38%) minmax(0, 1fr) !important;
  }
}

@media (max-width: 767.98px) {
  .trv-catalog-page .product--list {
    display: flex !important;
  }
}

/* Horizontal catalog cards */
.trv-catalog-page .product--list,
.trv-catalog-page .product.bg-white.product--list {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(282px, 33%) minmax(0, 1fr) 224px !important;
  grid-template-rows: minmax(226px, auto) !important;
  align-items: stretch !important;
  width: 100% !important;
  height: auto !important;
  min-height: 226px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.trv-catalog-page .product--list > .trv-product-media,
.trv-catalog-page .product--list .trv-product-media {
  grid-column: 1 !important;
  grid-row: 1 !important;
  position: relative !important;
  align-self: stretch !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 226px !important;
  flex: initial !important;
  margin: 0 !important;
  border-radius: 16px 0 0 16px !important;
  overflow: hidden !important;
}

.trv-catalog-page .product--list .product__img-top,
.trv-catalog-page .product--list .product__img-top::after {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  border-radius: 16px 0 0 16px !important;
}

.trv-catalog-page .product--list .product__img-top img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.trv-catalog-page .product--list .product__special {
  top: 18px !important;
  right: 34px !important;
  left: auto !important;
  z-index: 4 !important;
  border-radius: 999px !important;
}

.trv-catalog-page .product--list .product__body {
  position: static !important;
  z-index: 20 !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-rows: auto auto auto 1fr !important;
  align-content: start !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 22px 26px 20px !important;
}

.trv-catalog-page .product--list .product__title {
  display: block !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 0 10px !important;
  overflow: visible !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  -webkit-line-clamp: unset;
}

.trv-catalog-page .product--list .trv-card-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 14px !important;
  justify-content: flex-start !important;
  align-items: center !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 0 14px !important;
  overflow: visible !important;
}

.trv-catalog-page .product--list .trv-card-meta__main,
.trv-catalog-page .product--list .trv-card-meta__pill {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
}

.trv-catalog-page .product--list .trv-card-meta__main span {
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

.trv-catalog-page .product--list .product__body > hr {
  display: none !important;
}

.trv-catalog-page .product--list .product__price {
  position: absolute !important;
  top: 92px !important;
  right: 18px !important;
  left: auto !important;
  z-index: 60 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 188px !important;
  min-height: 76px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 10px 13px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(34, 196, 202, .38) !important;
  background: linear-gradient(135deg, #e8fbfb 0%, #fff7ef 100%) !important;
  box-shadow: 0 18px 34px rgba(15, 35, 64, .18), inset 0 1px 0 rgba(255, 255, 255, .86) !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  text-align: center !important;
}

.trv-catalog-page .product--list .product__price li {
  width: 100% !important;
  margin: 0 !important;
}

.trv-catalog-page .product--list .product__price span:first-child {
  display: block !important;
  margin-bottom: 5px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  color: #617188 !important;
  opacity: 1 !important;
}

.trv-catalog-page .product--list .product__price .cost {
  display: block !important;
  font-size: 18px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  color: #079aaa !important;
  opacity: 1 !important;
  white-space: nowrap !important;
}

.trv-catalog-page .product--list .trv-card-desc {
  margin: 2px 0 0 !important;
  align-self: start !important;
}

.trv-catalog-page .product--list .trv-card-desc p {
  display: -webkit-box !important;
  min-height: 0 !important;
  max-height: 52px !important;
  margin: 0 !important;
  overflow: hidden !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.trv-catalog-page .product--list .product__footer {
  position: relative !important;
  z-index: 1 !important;
  grid-column: 3 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: repeat(3, 46px) !important;
  grid-auto-rows: 46px !important;
  justify-content: center !important;
  align-content: end !important;
  gap: 10px !important;
  min-height: 0 !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 176px 20px 24px !important;
  border-left: 1px solid rgba(15, 35, 64, .08) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .90), rgba(255, 250, 244, .84)),
    radial-gradient(circle at 50% 100%, rgba(35, 199, 204, .22), transparent 64%) !important;
}

.trv-catalog-page .product--list .product__footer form {
  margin: 0 !important;
}

.trv-catalog-page .product--list .product__footer .trv-icon-action,
.trv-catalog-page .product--list .product__footer .trv-favorite-btn--footer {
  width: 46px !important;
  min-width: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  border-radius: 999px !important;
}

@media (max-width: 1199.98px) {
  .trv-catalog-page .product--list,
  .trv-catalog-page .product.bg-white.product--list {
    grid-template-columns: minmax(248px, 33%) minmax(0, 1fr) 198px !important;
  }

  .trv-catalog-page .product--list .product__price {
    right: 16px !important;
    width: 166px !important;
    min-height: 68px !important;
  }

  .trv-catalog-page .product--list .product__price .cost {
    font-size: 18px !important;
  }

  .trv-catalog-page .product--list .product__footer {
    grid-template-columns: repeat(3, 42px) !important;
    grid-auto-rows: 42px !important;
    padding: 172px 14px 22px !important;
  }

  .trv-catalog-page .product--list .product__footer .trv-icon-action,
  .trv-catalog-page .product--list .product__footer .trv-favorite-btn--footer {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
  }
}

@media (max-width: 991.98px) {
  .trv-catalog-page .product--list,
  .trv-catalog-page .product.bg-white.product--list {
    grid-template-columns: minmax(220px, 34%) minmax(0, 1fr) 184px !important;
  }

  .trv-catalog-page .product--list .product__price {
    position: absolute !important;
    top: 92px !important;
    right: 14px !important;
    width: 156px !important;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: center !important;
    margin-top: 0 !important;
  }

  .trv-catalog-page .product--list .product__footer {
    grid-column: 3 !important;
    grid-row: 1 !important;
    height: 100% !important;
    grid-template-columns: repeat(3, 42px) !important;
    grid-auto-rows: 42px !important;
    justify-content: center !important;
    padding: 170px 14px 22px !important;
    border-left: 1px solid rgba(15, 35, 64, .08) !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .90), rgba(255, 250, 244, .84)),
      radial-gradient(circle at 50% 100%, rgba(35, 199, 204, .22), transparent 64%) !important;
  }
}

@media (max-width: 767.98px) {
  .trv-catalog-page .product--list,
  .trv-catalog-page .product.bg-white.product--list {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
  }

  .trv-catalog-page .product--list > .trv-product-media,
  .trv-catalog-page .product--list .trv-product-media,
  .trv-catalog-page .product--list .product__img-top,
  .trv-catalog-page .product--list .product__img-top::after,
  .trv-catalog-page .product--list .product__img-top img {
    height: 232px !important;
    min-height: 232px !important;
    border-radius: 16px 16px 0 0 !important;
  }

  .trv-catalog-page .product--list .product__body {
    padding: 16px 16px 8px !important;
  }

  .trv-catalog-page .product--list .product__price {
    position: static !important;
    width: 100% !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    text-align: left !important;
    margin-top: 8px !important;
  }

  .trv-catalog-page .product--list .product__footer {
    display: grid !important;
    grid-template-columns: repeat(3, 46px) !important;
    justify-content: flex-start !important;
    padding: 10px 16px 16px !important;
  }
}

/* Final override: horizontal card price number */
html body .trv-catalog-page .category-content__items .product.bg-white.product--list .product__body ul.product__price li span.cost,
html body .trv-catalog-page .category-content__items .product.product--list .product__body ul.product__price li span.cost {
  font-size: 18px !important;
  line-height: 1.15 !important;
}

/* Polished horizontal catalog cards */
.trv-catalog-page .product--list,
.trv-catalog-page .product.bg-white.product--list {
  min-height: 248px !important;
  grid-template-columns: minmax(292px, 35%) minmax(0, 1fr) 232px !important;
  border: 1px solid rgba(15, 35, 64, .10) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(135deg, #ffffff 0%, #fbffff 48%, #fff8ef 100%) !important;
  box-shadow: 0 18px 48px rgba(15, 35, 64, .10) !important;
  isolation: isolate !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.trv-catalog-page .product--list::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 3px !important;
  background: linear-gradient(90deg, #1dc6c8 0%, #ff8b27 55%, #5f259f 100%) !important;
  opacity: .72 !important;
  z-index: 4 !important;
}

.trv-catalog-page .product--list:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(29, 198, 200, .28) !important;
  box-shadow: 0 24px 58px rgba(15, 35, 64, .14) !important;
}

.trv-catalog-page .product--list > .trv-product-media,
.trv-catalog-page .product--list .trv-product-media {
  min-height: 248px !important;
  border-radius: 16px 0 0 16px !important;
  background: #dce8ee !important;
}

.trv-catalog-page .product--list .product__img-top,
.trv-catalog-page .product--list .product__img-top::after,
.trv-catalog-page .product--list .product__img-top img {
  border-radius: 16px 0 0 16px !important;
}

.trv-catalog-page .product--list .product__img-top img {
  transform: scale(1.01) !important;
  transition: transform .35s ease, filter .35s ease !important;
}

.trv-catalog-page .product--list:hover .product__img-top img {
  transform: scale(1.055) !important;
  filter: saturate(1.06) contrast(1.03) !important;
}

.trv-catalog-page .product--list .product__body {
  padding: 26px 30px 24px !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.76)) !important;
}

.trv-catalog-page .product--list .product__title {
  margin-bottom: 9px !important;
  color: #10223c !important;
  font-size: 21px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}

.trv-catalog-page .product--list .trv-card-meta {
  margin-bottom: 22px !important;
  color: #65758f !important;
  font-weight: 700 !important;
}

.trv-catalog-page .product--list .trv-card-meta .fa {
  color: #1dc6c8 !important;
}

.trv-catalog-page .product--list .trv-card-desc {
  max-width: 430px !important;
  margin-top: 0 !important;
}

.trv-catalog-page .product--list .trv-card-desc p {
  color: #60718b !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.trv-catalog-page .product--list .product__special {
  top: 18px !important;
  right: 36px !important;
  padding: 10px 24px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #7b33c7 0%, #421075 100%) !important;
  box-shadow: 0 14px 28px rgba(95, 37, 159, .26) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

.trv-catalog-page .product--list .product__price {
  top: 92px !important;
  right: 18px !important;
  width: 190px !important;
  min-height: 76px !important;
  border: 1px solid rgba(29, 198, 200, .42) !important;
  background:
    linear-gradient(135deg, rgba(232, 251, 251, .98) 0%, rgba(255, 248, 239, .98) 100%) !important;
  box-shadow:
    0 16px 34px rgba(29, 198, 200, .14),
    inset 0 1px 0 rgba(255, 255, 255, .92) !important;
}

.trv-catalog-page .product--list .product__price span:first-child {
  color: #60718b !important;
}

html body .trv-catalog-page .category-content__items .product.bg-white.product--list .product__body ul.product__price li span.cost,
html body .trv-catalog-page .category-content__items .product.product--list .product__body ul.product__price li span.cost,
.trv-catalog-page .product--list .product__price .cost {
  font-size: 18px !important;
  color: #1dc6c8 !important;
  font-weight: 900 !important;
  opacity: 1 !important;
}

.trv-catalog-page .product--list .product__footer {
  padding: 184px 22px 24px !important;
  border-left: 1px solid rgba(15, 35, 64, .10) !important;
  background:
    radial-gradient(circle at 50% 72%, rgba(29, 198, 200, .18), transparent 46%),
    radial-gradient(circle at 78% 88%, rgba(255, 139, 39, .20), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,249,241,.88)) !important;
}

.trv-catalog-page .product--list .product__footer .trv-icon-action,
.trv-catalog-page .product--list .product__footer .trv-favorite-btn--footer {
  width: 48px !important;
  min-width: 48px !important;
  height: 48px !important;
  min-height: 48px !important;
  box-shadow: 0 14px 26px rgba(15, 35, 64, .10) !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.trv-catalog-page .product--list .product__footer .trv-icon-action:hover,
.trv-catalog-page .product--list .product__footer .trv-favorite-btn--footer:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 32px rgba(15, 35, 64, .14) !important;
}

.trv-catalog-page .product--list .product__footer .btn-secondary.trv-icon-action {
  background: linear-gradient(135deg, #1dc6c8, #0da2b5) !important;
  border-color: transparent !important;
  color: #fff !important;
}

.trv-catalog-page .product--list .product__footer .btn-outline-secondary.trv-icon-action {
  background: #fffaf4 !important;
  border-color: rgba(255, 139, 39, .52) !important;
  color: #ff8b27 !important;
}

.trv-catalog-page .product--list .product__footer .trv-favorite-btn--footer {
  background: #fff7ef !important;
  border-color: rgba(255, 139, 39, .16) !important;
  color: #ff8b27 !important;
}

.trv-catalog-page .product--list .product__footer .trv-favorite-btn--footer.is-active {
  background: linear-gradient(135deg, #ff8b27, #ff6d38) !important;
  color: #fff !important;
}

@media (max-width: 1199.98px) {
  .trv-catalog-page .product--list,
  .trv-catalog-page .product.bg-white.product--list {
    grid-template-columns: minmax(258px, 34%) minmax(0, 1fr) 204px !important;
  }

  .trv-catalog-page .product--list .product__body {
    padding: 24px 24px 22px !important;
  }

  .trv-catalog-page .product--list .product__price {
    right: 14px !important;
    width: 176px !important;
  }

  .trv-catalog-page .product--list .product__footer {
    padding: 184px 14px 22px !important;
  }
}

@media (max-width: 991.98px) {
  .trv-catalog-page .product--list,
  .trv-catalog-page .product.bg-white.product--list {
    grid-template-columns: minmax(224px, 34%) minmax(0, 1fr) 188px !important;
  }

  .trv-catalog-page .product--list .product__title {
    font-size: 19px !important;
  }

  .trv-catalog-page .product--list .product__price {
    right: 12px !important;
    width: 164px !important;
  }
}

@media (max-width: 767.98px) {
  .trv-catalog-page .product--list,
  .trv-catalog-page .product.bg-white.product--list {
    border-radius: 16px !important;
  }

  .trv-catalog-page .product--list > .trv-product-media,
  .trv-catalog-page .product--list .trv-product-media,
  .trv-catalog-page .product--list .product__img-top,
  .trv-catalog-page .product--list .product__img-top::after,
  .trv-catalog-page .product--list .product__img-top img {
    border-radius: 16px 16px 0 0 !important;
  }

  .trv-catalog-page .product--list .product__body {
    padding: 18px 18px 10px !important;
  }

  .trv-catalog-page .product--list .product__price {
    width: 100% !important;
    min-height: 58px !important;
  }

  .trv-catalog-page .product--list .product__footer {
    grid-template-columns: repeat(3, 48px) !important;
    justify-content: flex-start !important;
    padding: 12px 18px 18px !important;
    border-left: 0 !important;
  }
}

/* Meander ferry listing */
.trv-ferry-page .page-content {
  background: linear-gradient(180deg, #f7fcfc 0%, #ffffff 42%, #f4fbfb 100%);
}

.trv-ferry-hero {
  position: relative;
  overflow: hidden;
  padding: 52px 0 64px;
  background:
    radial-gradient(circle at 12% 10%, rgba(29, 198, 200, .2), transparent 32%),
    radial-gradient(circle at 88% 82%, rgba(255, 133, 36, .14), transparent 36%),
    linear-gradient(135deg, #0f2340 0%, #143656 58%, #0b1d35 100%);
  color: #fff;
}

.trv-ferry-hero__waves {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 60px;
  fill: #f7fcfc;
}

.trv-ferry-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.trv-ferry-hero__copy {
  max-width: 640px;
}

.trv-ferry-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(29, 198, 200, .16);
  color: #83f3f4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.trv-ferry-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
}

.trv-ferry-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
}

.trv-ferry-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 30px;
}

.trv-ferry-hero__stats > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.trv-ferry-hero__stats strong {
  color: #83f3f4;
  font-size: 24px;
  font-weight: 900;
  white-space: nowrap;
}

.trv-ferry-hero__stats span {
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.trv-ferry-filter {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 180px auto auto;
  gap: 12px;
  align-items: end;
  margin: -18px 0 20px;
  padding: 16px;
  border: 1px solid rgba(29, 198, 200, .24);
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 16px 40px rgba(15, 35, 64, .10);
}

.trv-ferry-filter label {
  display: block;
  margin-bottom: 6px;
  color: #73849b;
  font-size: 12px;
  font-weight: 800;
}

.trv-ferry-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}

.trv-ferry-label-row label {
  margin-bottom: 0;
}

.trv-ferry-filter select,
.trv-ferry-filter input {
  width: 100%;
  height: 44px;
  border: 1px solid #d8e5ee;
  border-radius: 12px;
  padding: 0 12px;
  color: #10233f;
  background: #fff;
}

.trv-ferry-filter .trv-ferry-date-input .form-control,
.trv-ferry-filter .trv-ferry-date-input .flatpickr-input {
  height: 44px;
  border-radius: 12px;
  padding-left: 42px;
}

.trv-ferry-filter .trv-ferry-date-input .fa {
  left: 14px;
}

.trv-ferry-selected-date {
  color: #0b9faa;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.trv-ferry-filter button,
.trv-ferry-filter a {
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 0 18px;
  text-decoration: none;
  font-weight: 800;
}

.trv-ferry-filter button {
  border: 0;
  background: linear-gradient(135deg, #1dc6c8, #0aa1b4);
  color: #fff;
  box-shadow: 0 14px 28px rgba(29, 198, 200, .24);
}

.trv-ferry-filter a {
  border: 1px solid #ff9a3d;
  color: #ff8524;
  background: #fff;
}

.trv-ferry-count {
  margin-bottom: 14px;
  color: #73849b;
  font-weight: 800;
}

.trv-ferry-list {
  display: grid;
  gap: 16px;
}

.trv-ferry-card {
  display: grid;
  grid-template-columns: 1.25fr 1.15fr .7fr .72fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(15, 35, 64, .10);
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fdfd 62%, #fff7ef 100%);
  box-shadow: 0 14px 34px rgba(15, 35, 64, .08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.trv-ferry-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(15, 35, 64, .12);
}

.trv-ferry-card__main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.trv-ferry-card__icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #e6fbfb;
  color: #13b7ba;
  font-size: 22px;
}

.trv-ferry-card h2 {
  margin: 0 0 5px;
  color: #10233f;
  font-size: 20px;
  font-weight: 900;
}

.trv-ferry-card p {
  margin: 0;
  color: #73849b;
  font-weight: 700;
}

.trv-ferry-card__ports {
  display: grid;
  grid-template-columns: minmax(0,1fr) 24px minmax(0,1fr);
  gap: 8px;
  align-items: center;
  color: #10233f;
}

.trv-ferry-card__ports span,
.trv-ferry-card__side small {
  display: block;
  color: #7b8ca4;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.trv-ferry-card__ports strong {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}

.trv-ferry-card__ports i {
  color: #1dc6c8;
}

.trv-ferry-card__meta {
  display: grid;
  gap: 8px;
  color: #53657f;
  font-size: 13px;
  font-weight: 800;
}

.trv-ferry-card__meta i {
  color: #ff8524;
}

.trv-ferry-card__side {
  display: grid;
  gap: 10px;
  justify-items: end;
  padding-left: 16px;
  border-left: 1px solid #e3edf4;
}

.trv-ferry-card__side strong {
  color: #0fa8b1;
  font-size: 22px;
  font-weight: 900;
}

.trv-ferry-card__side a,
.trv-ferry-buy-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1dc6c8, #0aa1b4);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

.trv-ferry-buy-form {
  margin: 0;
}

.trv-ferry-buy-form button {
  border: 0;
  cursor: pointer;
}

.trv-ferry-buy-form button .fa {
  margin-right: 7px;
}

.trv-ferry-disabled-buy {
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(15, 35, 64, .10);
  border-radius: 999px;
  background: #f2f6f8;
  color: #7b8ca4;
  font-weight: 900;
}

.trv-ferry-load {
  display: flex;
  justify-content: center;
  margin: 22px 0 4px;
}

.trv-ferry-load .btn {
  min-width: 210px;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: #10233f;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(15, 35, 64, .16);
}

.trv-ferry-load .btn:disabled {
  cursor: wait;
  opacity: .72;
}

@media (max-width: 991px) {
  .trv-ferry-hero__inner {
    align-items: flex-start;
  }

  .trv-ferry-hero__stats {
    gap: 16px 24px;
  }

  .trv-ferry-hero__stats strong {
    font-size: 20px;
  }

  .trv-ferry-filter,
  .trv-ferry-card {
    grid-template-columns: 1fr;
  }

  .trv-ferry-card__side {
    justify-items: start;
    padding-left: 0;
    padding-top: 14px;
    border-left: 0;
    border-top: 1px solid #e3edf4;
  }
}

/* Compact hotel catalogue with date-first booking actions. */
.trv-hotel-catalog .sidebar-filter.card {
  border: 1px solid #dbe4ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 35, 64, .07);
}

.trv-hotel-catalog .sidebar-filter .modal-header {
  min-height: 62px;
  padding: 18px 20px 14px;
  border-bottom: 1px solid #e8edf2;
}

.trv-hotel-catalog .sidebar-filter .modal-title {
  color: #10213a;
  font-size: 19px;
  font-weight: 900;
}

.trv-hotel-catalog .sidebar-filter__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.trv-hotel-catalog .sidebar-filter__item {
  padding: 15px 20px;
  border-bottom: 1px solid #e8edf2;
}

.trv-hotel-catalog .sidebar-filter__item:last-child {
  border-bottom: 0;
}

.trv-hotel-catalog .sidebar-filter__title {
  margin: 0;
  font-size: 14px;
}

.trv-hotel-catalog .sidebar-filter__title a {
  min-height: 22px;
  color: #13304f;
  font-weight: 900;
}

.trv-hotel-catalog .sidebar-filter__title .fa {
  color: #6f8298;
}

.trv-hotel-catalog .trv-filter-label {
  margin: 5px 0 5px;
  color: #60738d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .015em;
}

.trv-hotel-catalog .sidebar-filter .form-control {
  min-height: 38px;
  border-color: #d6e0ea;
  border-radius: 6px;
  color: #223c59;
  font-size: 12px;
  font-weight: 700;
}

.trv-hotel-filter-search__field,
.trv-region-search {
  position: relative;
}

.trv-hotel-filter-search__field .fa,
.trv-region-search .fa {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 1;
  color: #7f91a6;
  font-size: 12px;
  pointer-events: none;
  transform: translateY(-50%);
}

.trv-hotel-filter-search__field .form-control,
.trv-region-search .form-control {
  padding-left: 32px;
}

.trv-hotel-catalog .trv-region-search {
  margin-bottom: 8px;
}

.trv-hotel-catalog .custom-control {
  min-height: 22px;
  margin: 0 0 7px;
  padding-left: 22px;
  color: #5f7188;
  font-size: 12px;
  line-height: 1.35;
}

.trv-hotel-catalog .custom-control:last-child {
  margin-bottom: 0;
}

.trv-hotel-catalog .custom-control-label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.trv-hotel-catalog .custom-control-label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -22px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cbd6e0;
  border-radius: 3px;
  box-shadow: none;
}

.trv-hotel-catalog .custom-control-label::after {
  content: "";
  position: absolute;
  top: 1px;
  left: -22px;
  width: 14px;
  height: 14px;
  background: no-repeat center / 10px 10px;
}

.trv-hotel-catalog .custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--trv-teal);
  background-color: var(--trv-teal);
}
.trv-hotel-catalog .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
.trv-hotel-catalog .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 2px rgba(29,198,200,.2);
}

.trv-hotel-catalog .trv-filter-star {
  color: #f5a524;
  font-size: 11px;
}

.trv-hotel-catalog .trv-filter-actions {
  padding: 18px 20px 20px !important;
  background: #fbfdfe;
}

.trv-hotel-catalog .trv-filter-actions .btn {
  min-height: 38px;
  font-size: 12px !important;
  font-weight: 900;
}

.trv-hotel-list-header {
  margin-bottom: 12px;
  padding: 20px 24px;
  border: 1px solid #dce5ed;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 35, 64, .06);
}

.trv-hotel-list-header__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

.trv-hotel-list-header h1 {
  margin: 0;
  color: #10223b;
  font-size: clamp(24px, 2.7vw, 31px);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.trv-hotel-list-header p {
  max-width: 560px;
  margin: 7px 0 0;
  color: #718198;
  font-size: 13px;
  line-height: 1.55;
}

.trv-hotel-list-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.trv-hotel-list-header__count {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border-radius: 999px;
  background: #e9fafb;
  color: #078b98;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.trv-hotel-catalog .trv-catalog-sort-form {
  gap: 7px;
}

.trv-hotel-catalog .trv-catalog-sort-form label {
  color: #6f8095;
  font-size: 10px;
}

.trv-hotel-catalog .trv-catalog-sort-form .form-control {
  min-width: 144px;
  height: 36px;
  padding-left: 13px;
  font-size: 12px;
  box-shadow: none;
}

.trv-hotel-catalog .sortbar__grid {
  gap: 3px;
  padding: 3px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.trv-hotel-catalog .sortbar__grid .nav-link {
  width: 33px;
  height: 30px;
}

.trv-hotel-list-header__filters {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #e8edf2;
}

.trv-hotel-list-header__filters > span {
  margin-right: 2px;
  color: #65788f;
  font-size: 11px;
  font-weight: 800;
}

.trv-hotel-list-header__filters a:not(.trv-hotel-list-header__clear) {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid #8edbe2;
  border-radius: 999px;
  background: #f1fcfd;
  color: #087f8d;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.trv-hotel-list-header__filters a:not(.trv-hotel-list-header__clear):hover {
  border-color: #40bbc6;
  background: #e3f9fb;
  color: #056c78;
}

.trv-hotel-list-header__clear {
  margin-left: 4px;
  color: #ea6254;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.trv-hotel-list-notices {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.trv-hotel-list-notice {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 700;
}

.trv-hotel-list-notice > .fa {
  width: 18px;
  color: inherit;
  text-align: center;
}

.trv-hotel-list-notice--member {
  border: 1px solid #b9e7f0;
  background: #e8f8ff;
  color: #187299;
}

.trv-hotel-list-notice--member button {
  min-height: 25px;
  margin-left: auto;
  padding: 0 11px;
  border: 1px solid #2288bf;
  border-radius: 4px;
  background: #fff;
  color: #1474a7;
  font-size: 11px;
  font-weight: 900;
}

.trv-hotel-list-notice--date {
  border: 1px solid #b8daf6;
  background: linear-gradient(90deg, #edf8ff, #e8f4ff);
  color: #236a9b;
}

.trv-hotel-results {
  row-gap: 13px !important;
}

.trv-hotel-row {
  position: relative;
  width: 100%;
  min-height: 174px;
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr) 192px;
  overflow: hidden;
  border: 1px solid #d9e2ea;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 7px 17px rgba(15, 35, 64, .05);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.trv-hotel-row:hover {
  border-color: #a9dce3;
  box-shadow: 0 13px 26px rgba(15, 35, 64, .10);
  transform: translateY(-2px);
}

.trv-hotel-row__media {
  min-height: 174px;
  overflow: hidden;
  background: #e7f0f4;
}

.trv-hotel-row__media a,
.trv-hotel-row__media img {
  width: 100%;
  height: 100%;
  display: block;
}

.trv-hotel-row__media img {
  object-fit: cover;
  transition: transform .4s ease;
}

.trv-hotel-row:hover .trv-hotel-row__media img {
  transform: scale(1.055);
}

.trv-hotel-row__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 4px;
  background: rgba(13, 127, 142, .94);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.trv-hotel-row__body {
  min-width: 0;
  padding: 18px 22px;
}

.trv-hotel-row__body h2 {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.22;
}

.trv-hotel-row__body h2 a {
  color: #123250;
  text-decoration: none;
}

.trv-hotel-row__body h2 a:hover {
  color: #078a98;
}

.trv-hotel-row__location {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 8px;
  color: #718299;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.trv-hotel-row__location .fa {
  color: #12aebe;
}

.trv-hotel-row__facts {
  display: flex;
  gap: 7px 13px;
  flex-wrap: wrap;
  margin: 0 0 9px;
  padding: 0;
  list-style: none;
}

.trv-hotel-row__facts li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #28708f;
  font-size: 11px;
  font-weight: 800;
}

.trv-hotel-row__facts .fa {
  color: #18a6b5;
}

.trv-hotel-row__description {
  display: -webkit-box;
  max-width: 620px;
  margin: 0;
  overflow: hidden;
  color: #6f7f93;
  font-size: 12px;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.trv-hotel-row__booking {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 15px;
  border-left: 1px solid #e1e8ee;
  background: linear-gradient(180deg, #fff 0%, #fbfdfe 100%);
  text-align: center;
}

.trv-hotel-row__booking > span {
  color: #718198;
  font-size: 10px;
  font-weight: 800;
}

.trv-hotel-row__booking > strong {
  display: block;
  margin-top: 3px;
  color: #098c99;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

/* Jolly-style hotel listing and live room offer layout */
.trv-hotel-row { grid-template-columns: 240px minmax(0,1fr) 236px; min-height: 224px; border-radius: 10px; }
.trv-hotel-row__media { min-height: 224px; margin: 14px 0 14px 14px; border-radius: 7px; }
.trv-hotel-row__body { padding: 22px 24px; }
.trv-hotel-row__body h2 { font-size: 20px; }
.trv-hotel-row__facts { display: block; margin-top: 12px; }
.trv-hotel-row__facts li { display: flex; margin: 7px 0; color: #17324d; font-size: 13px; }
.trv-hotel-row__description { display: none; }
.trv-hotel-row__booking { align-items: stretch; padding: 18px 16px; }
.trv-hotel-row__booking > span { text-align: right; }
.trv-hotel-row__booking > strong { color: #18395b; font-size: 23px; text-align: right; }
.trv-hotel-row__booking > small { text-align: right; }
.trv-hotel-row__booking-actions { display: flex; flex-direction: column; gap: 9px; margin-top: 13px; }
.trv-hotel-row__date-button, .trv-hotel-row__detail-link { width: 100%; min-height: 39px; margin: 0; border-radius: 6px; font-size: 12px; }
.trv-hotel-row__detail-link { display:flex; align-items:center; justify-content:center; border:1px solid #27aa51; background:#fff; color:#14913e; font-weight:900; text-decoration:none; text-transform:uppercase; }
.trv-hotel-row__detail-link:hover { background:#ecfff1; color:#107833; text-decoration:none; }
.trv-hotel-row__quick-actions { justify-content:center; }

.trv-jolly-live-offer { border: 1px solid #29ad58; border-radius: 7px; background: linear-gradient(90deg,#fff 0%,#edfff3 100%); box-shadow: none; }
.trv-jolly-live-offer__thumb { width: 105px; height: 105px; border-radius: 6px; }
.trv-jolly-live-offer__price strong { color: #101f32; font-size: 20px; }
.trv-live-calendar__panel { border-color:#29ad58; background:#fbfffc; }
.trv-live-calendar__month { background:#fff; border-color:#dcebe1; }
.trv-live-calendar__grid span.is-open { color:#087d32; border-color:#97dfb1; background:#edfff3; }

@media (max-width: 991.98px) { .trv-hotel-row { grid-template-columns: 185px minmax(0,1fr) 198px; } .trv-hotel-row__media { min-height: 190px; } }
@media (max-width: 767.98px) { .trv-hotel-row__media { width:auto; height:220px; margin:12px; } .trv-hotel-row__booking { align-items:stretch; } }

.trv-hotel-row__booking > small {
  min-height: 22px;
  margin-top: 4px;
  color: #7b8ca1;
  font-size: 10px;
  line-height: 1.3;
}

.trv-hotel-row__date-button {
  min-width: 132px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
  padding: 0 12px;
  border: 1px solid #0e99aa;
  border-radius: 5px;
  background: #fff;
  color: #087b8b;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.trv-hotel-row__date-button:hover,
.trv-hotel-row__date-button:focus {
  background: #0f9eae;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.trv-hotel-row__quick-actions {
  display: flex;
  gap: 6px;
  margin-top: 9px;
}

.trv-hotel-row__quick-actions form {
  margin: 0;
}

.trv-hotel-row__quick-action {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #d8e3e9;
  border-radius: 50%;
  background: #fff;
  color: #5d7890;
  font-size: 11px;
  line-height: 1;
}

.trv-hotel-row__quick-action:hover,
.trv-hotel-row__quick-action:focus {
  border-color: #83cad3;
  background: #effbfc;
  color: #078a98;
  outline: 0;
}

.trv-hotel-row__quick-action--favorite.trv-favorite-btn {
  background: #fff !important;
  color: #e56b60 !important;
}

.trv-hotel-row__quick-action--favorite.trv-favorite-btn.is-active {
  border-color: #e56b60;
  background: #e56b60 !important;
  color: #fff !important;
}

.trv-hotel-empty {
  padding: 46px 24px;
  border: 1px solid #dce6ed;
  border-radius: 10px;
  background: #fff;
  color: #718198;
  text-align: center;
}

.trv-hotel-empty > .fa {
  color: #19b2bf;
  font-size: 26px;
}

.trv-hotel-empty h2 {
  margin: 12px 0 5px;
  color: #173550;
  font-size: 20px;
  font-weight: 900;
}

.trv-hotel-empty p {
  margin: 0 0 16px;
}

.trv-hotel-empty a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 15px;
  border-radius: 999px;
  background: #0f99aa;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.trv-hotel-row--grid {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.trv-hotel-row--grid .trv-hotel-row__media {
  min-height: 205px;
  height: 205px;
}

.trv-hotel-row--grid .trv-hotel-row__body {
  flex: 1 1 auto;
  padding: 18px;
}

.trv-hotel-row--grid .trv-hotel-row__booking {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 14px 18px;
  border-top: 1px solid #e1e8ee;
  border-left: 0;
  text-align: left;
}

.trv-hotel-row--grid .trv-hotel-row__booking > span,
.trv-hotel-row--grid .trv-hotel-row__booking > strong,
.trv-hotel-row--grid .trv-hotel-row__booking > small {
  grid-column: 1;
}

.trv-hotel-row--grid .trv-hotel-row__date-button {
  grid-column: 2;
  grid-row: 1 / span 3;
  margin: 0;
}

.trv-hotel-row--grid .trv-hotel-row__quick-actions {
  grid-column: 1 / -1;
  margin-top: 10px;
}

@media (max-width: 1199.98px) {
  .trv-hotel-row {
    grid-template-columns: 155px minmax(0, 1fr) 178px;
  }

  .trv-hotel-row__media {
    min-height: 174px;
  }

  .trv-hotel-row__body {
    padding: 17px 18px;
  }
}

@media (max-width: 991.98px) {
  .trv-hotel-list-header__top {
    flex-direction: column;
  }

  .trv-hotel-list-header__actions {
    justify-content: flex-start;
  }

  .trv-hotel-row {
    grid-template-columns: 164px minmax(0, 1fr) 180px;
  }
}

@media (max-width: 767.98px) {
  .trv-hotel-list-header {
    padding: 17px;
  }

  .trv-hotel-list-header__actions,
  .trv-hotel-catalog .trv-catalog-sort-form {
    width: 100%;
  }

  .trv-hotel-catalog .trv-catalog-sort-form .form-control {
    flex: 1 1 auto;
  }

  .trv-hotel-list-notice {
    align-items: flex-start;
  }

  .trv-hotel-list-notice--member button {
    flex: 0 0 auto;
  }

  .trv-hotel-row {
    display: flex;
    flex-direction: column;
  }

  .trv-hotel-row__media {
    height: 214px;
    min-height: 214px;
  }

  .trv-hotel-row__body {
    padding: 17px;
  }

  .trv-hotel-row__booking {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 15px 17px;
    border-top: 1px solid #e1e8ee;
    border-left: 0;
    text-align: left;
  }

  .trv-hotel-row__booking > span,
  .trv-hotel-row__booking > strong,
  .trv-hotel-row__booking > small {
    grid-column: 1;
  }

  .trv-hotel-row__date-button {
    grid-column: 2;
    grid-row: 1 / span 3;
    min-width: 108px;
    margin: 0;
  }

  .trv-hotel-row__quick-actions {
    grid-column: 1 / -1;
  }
}

/* Desktop hotel navigation: four catalogue sections with a compact Jolly-style panel. */
.trv-nav-links .trv-hotel-mega.dropdown-menu {
  width: min(1040px, calc(100vw - 32px));
  min-width: min(960px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #e3eaf0 !important;
  border-top: 2px solid #148fd0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: 0 16px 36px rgba(8, 31, 52, .16) !important;
}

.trv-hotel-mega__sidebar {
  flex: 0 0 240px;
  padding: 0;
  background: #fff;
  border-right: 1px solid #e8edf1;
}

.trv-hotel-mega__tab {
  min-height: 68px;
  padding: 0 24px;
  border-bottom: 1px solid #edf1f4;
  color: #173550;
  font-size: 14px;
  font-weight: 800;
}

.trv-hotel-mega__tab:last-child {
  border-bottom: 0;
}

.trv-hotel-mega__tab:hover,
.trv-hotel-mega__tab:focus-visible {
  background: #f5fbfc;
  color: #087ea1;
  outline: 0;
}

.trv-hotel-mega__tab.is-active {
  background: #fff;
  color: #006fb3;
  box-shadow: inset 3px 0 0 #1599cf;
}

.trv-hotel-mega__tab.is-active i {
  color: #087ea1;
}

.trv-hotel-mega__panels {
  min-height: 350px;
  padding: 24px 30px;
}

.trv-hotel-mega__panel {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  align-content: start;
  gap: 28px;
}

.trv-hotel-mega__panel.is-active {
  display: grid;
}

.trv-hotel-mega__col {
  min-width: 0;
}

.trv-hotel-mega__col h6 {
  margin: 0 0 11px;
  padding: 0;
  border: 0;
  color: #0c2948;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.trv-hotel-mega__col a {
  padding: 4px 0;
  color: #566b82;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.45;
}

.trv-hotel-mega__col a:hover,
.trv-hotel-mega__col a:focus-visible {
  color: #007eb6;
  text-decoration: none;
  outline: 0;
}

.trv-hotel-mega__buttons {
  width: 100%;
  align-items: stretch;
  gap: 8px;
}

.trv-hotel-mega__buttons .trv-hotel-mega__button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 8px 32px 8px 12px;
  overflow: hidden;
  border: 1px solid #d8e6ed;
  border-left: 3px solid #1aaabd;
  border-radius: 7px;
  background: linear-gradient(110deg, #f7fcfd 0%, #fff 76%);
  box-shadow: 0 3px 9px rgba(12, 41, 72, .055);
  color: #173550;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  transition: border-color .16s ease, box-shadow .16s ease, color .16s ease, transform .16s ease;
}

.trv-hotel-mega__buttons .trv-hotel-mega__button::after {
  content: "\203A";
  position: absolute;
  top: 50%;
  right: 12px;
  color: #1595ad;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-53%);
}

.trv-hotel-mega__buttons .trv-hotel-mega__button:hover,
.trv-hotel-mega__buttons .trv-hotel-mega__button:focus-visible {
  border-color: #78ced8;
  border-left-color: #0787a4;
  background: #effafb;
  color: #007596;
  box-shadow: 0 6px 14px rgba(12, 90, 112, .12);
  transform: translateX(2px);
}

@media (max-width: 1200px) {
  .trv-nav-links .trv-hotel-mega.dropdown-menu {
    min-width: min(760px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
  }

  .trv-hotel-mega__sidebar {
    flex-basis: 205px;
  }

  .trv-hotel-mega__panels {
    padding: 20px;
  }

  .trv-hotel-mega__panel {
    gap: 18px;
  }

  .trv-hotel-mega__col a {
    font-size: 12px;
  }
}

/* Hotel detail refresh: gallery-first layout with a persistent live-rate panel. */
.trv-hotel-detail-titlebar {
  gap: 16px;
  padding-top: 4px;
}

.trv-hotel-detail-titlebar__copy {
  min-width: 0;
}

.trv-hotel-detail-titlebar__copy h1 {
  margin-bottom: 0 !important;
  color: #102b46;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.13;
  letter-spacing: -.025em;
}

.trv-hotel-detail-titlebar__provider {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 7px;
  color: #07848d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.trv-hotel-detail-titlebar__provider i {
  color: #21b76a;
  font-size: 13px;
}

.trv-hotel-detail-titlebar__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 3px;
}

.trv-hotel-detail-titlebar__map {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid #cfe5e8;
  border-radius: 99px;
  background: #f7fcfc;
  color: #13737c;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.trv-hotel-detail-titlebar__map:hover {
  border-color: #7bcbd0;
  background: #ecfafa;
}

.trv-hotel-top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.trv-hotel-top-grid--with-booking {
  grid-template-columns: minmax(0, 1fr) minmax(318px, 354px);
}

.trv-hotel-top-grid__gallery {
  min-width: 0;
}

.trv-hotel-top-grid .trv-hotel-single-hero {
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(12, 36, 58, .16);
}

.trv-hotel-single-hero__controls {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 16px;
  left: 16px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}

.trv-hotel-single-hero__controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 50%;
  background: rgba(8, 32, 53, .66);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  opacity: 0;
  pointer-events: auto;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.trv-hotel-single-hero:hover .trv-hotel-single-hero__controls button,
.trv-hotel-single-hero:focus-within .trv-hotel-single-hero__controls button {
  opacity: 1;
  transform: translateY(0);
}

.trv-hotel-single-hero__controls button:hover {
  background: #087f89;
}

.trv-hotel-top-grid .trv-hotel-single-hero figcaption {
  right: 16px;
  bottom: 16px;
}

.trv-hotel-top-grid .trv-hotel-single-hero figcaption a {
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 99px;
  background: rgba(8, 30, 50, .78);
}

.trv-hotel-detail-gallery-rail {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 9px;
  margin-top: 12px;
}

.trv-hotel-detail-gallery-rail__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #d4e5e8;
  border-radius: 50%;
  background: #fff;
  color: #0c727d;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, color .16s ease;
}

.trv-hotel-detail-gallery-rail__nav:hover {
  border-color: #19aeb5;
  background: #eafafa;
  color: #087f89;
}

.trv-hotel-detail-gallery-rail__viewport {
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: #9fc7cb transparent;
  scroll-behavior: smooth;
}

.trv-hotel-detail-gallery-rail__viewport::-webkit-scrollbar {
  height: 5px;
}

.trv-hotel-detail-gallery-rail__viewport::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: #9fc7cb;
}

.trv-hotel-top-grid .trv-hotel-detail-gallery {
  display: flex;
  width: max-content;
  gap: 8px;
  margin: 0;
  padding: 1px 1px 7px;
}

.trv-hotel-top-grid .trv-hotel-detail-gallery .trv-hotel-hero-select {
  width: 88px;
  min-width: 88px;
  height: 62px;
  padding: 0;
  aspect-ratio: auto;
  border-width: 2px;
  border-radius: 9px;
  scroll-snap-align: center;
}

.trv-hotel-top-grid .trv-hotel-detail-gallery .trv-hotel-hero-select.is-active {
  border-color: #13aeb7;
  box-shadow: 0 0 0 2px rgba(19,174,183,.16);
}

.trv-hotel-top-grid .trv-jolly-live-booking--side {
  position: sticky;
  top: 96px;
  max-height: calc(100vh - 112px);
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border-color: #a9dfe2;
  border-radius: 16px;
  background: linear-gradient(156deg, #f1fcfc 0%, #ffffff 46%, #fffaf1 100%);
  box-shadow: 0 22px 48px rgba(9, 37, 60, .13);
}

.trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__intro {
  display: block;
  padding: 19px 18px 15px;
}

.trv-hotel-top-grid .trv-jolly-live-booking--side .trv-hotel-eyebrow {
  margin-bottom: 5px;
}

.trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__intro h2 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.28;
}

.trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__intro p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__secure {
  margin-top: 12px;
  font-size: 11px;
  white-space: normal;
}

.trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__body {
  display: block;
}

.trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 15px 18px 14px;
}

.trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__form > label,
.trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__form > .trv-guest-picker,
.trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__form > button {
  min-width: 0;
  margin: 0;
}

.trv-hotel-top-grid .trv-jolly-live-booking--side .trv-guest-picker,
.trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__form > button {
  grid-column: 1 / -1;
}

.trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__form > button {
  width: 100%;
  min-width: 0;
  min-height: 46px;
}

.trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__summary {
  position: static;
  display: block;
  margin: 0 18px;
  padding: 15px 0 18px;
  border-top: 1px solid #dceff0;
}

.trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__status {
  margin: 0 0 10px;
}

.trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__results {
  padding: 0;
}

.trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-reservation-placeholder {
  padding: 0;
}

.trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-reservation-placeholder p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.55;
}

.trv-guest-picker__panel {
  width: 336px;
  max-height: min(560px, calc(100vh - 24px));
  padding: 16px;
  overflow-y: auto;
  border-color: #bfe2e5;
  border-radius: 14px;
  box-shadow: 0 22px 50px rgba(10, 35, 57, .20);
}

.trv-guest-picker__panel-head {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: -2px 0 8px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e6eef1;
}

.trv-guest-picker__panel-head strong {
  color: #152c45;
  font-size: 14px;
  font-weight: 850;
}

.trv-guest-picker__panel-head span {
  color: #708397;
  font-size: 11px;
  line-height: 1.4;
}

.trv-guest-picker__rooms {
  display: grid;
  gap: 10px;
  margin: 8px 0 4px;
}

.trv-guest-picker__room {
  padding: 10px 12px 8px;
  border: 1px solid #dce9ec;
  border-radius: 11px;
  background: #f8fcfc;
}

.trv-guest-picker__room-title {
  display: block;
  padding-bottom: 5px;
  color: #087d87;
  font-size: 12px;
  font-weight: 900;
}

.trv-guest-picker__room .trv-guest-picker__row {
  min-height: 39px;
  padding: 5px 0;
}

.trv-guest-picker__row {
  min-height: 45px;
  padding: 8px 0;
}

.trv-guest-picker__children {
  gap: 7px;
  margin: 5px 0 3px;
  padding: 10px 0;
  border-top: 1px solid #e6eef1;
  border-bottom: 1px solid #e6eef1;
}

.trv-guest-picker__children-heading {
  color: #0a7983;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.trv-guest-picker__children .trv-guest-picker__child-row {
  display: flex;
  flex: 0 0 auto !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-width: 0;
  min-height: 38px;
  margin: 0;
  padding: 4px 8px;
  border: 1px solid #e0edf0;
  border-radius: 8px;
  background: #f8fcfc;
}

.trv-guest-picker__children .trv-guest-picker__child-row > span {
  flex: 1 1 auto;
  margin: 0;
  color: #496277;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}

.trv-guest-picker__children .trv-guest-picker__child-row select {
  flex: 0 0 auto;
  width: 90px;
  height: 30px;
  padding: 0 7px;
  border-color: #bcd9de;
  border-radius: 6px;
  background: #fff;
  color: #173550;
  font-size: 12px;
}

.trv-guest-picker__allmale {
  margin-top: 11px;
}

.trv-hotel-map-modal__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trv-hotel-map-modal__external {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid #bcdde0;
  border-radius: 6px;
  color: #087f89;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.trv-hotel-map-modal__external:hover {
  border-color: #0aaeb5;
  background: #effbfb;
  color: #087f89;
}

.trv-hotel-map-modal__hint {
  margin: 0;
  padding: 10px 20px;
  border-top: 1px solid #e7eef1;
  color: #62758a;
  font-size: 12px;
}

.trv-hotel-map-modal__hint i {
  margin-right: 6px;
  color: #0aaeb5;
}

.trv-footer-upper {
  background: radial-gradient(circle at 78% -14%, rgba(23, 178, 181, .22), transparent 34%), linear-gradient(135deg, #071b31, #0a2946 66%, #09223b);
}

/* The featured hotel rail belongs below the hero, not on top of its image. */
.page-main--home .trv-home-intro-hotels {
  position: relative;
  z-index: 5;
  padding: 18px 0 20px;
  overflow: hidden;
  border-bottom: 1px solid #dce8ea;
  background: linear-gradient(180deg, #ffffff 0%, #f4fafb 100%);
  box-shadow: 0 14px 34px rgba(8, 31, 51, .09);
}

.page-main--home .trv-home-intro-hotels .intro__hotels .swiper-container {
  padding-top: 0;
  padding-bottom: 0;
}

.page-main--home .trv-home-intro-hotels .card-intro {
  height: 210px;
  border: 1px solid rgba(13, 48, 72, .09);
}

.page-main--home .trv-home-intro-hotels + .page-content--home {
  padding-top: 54px;
}

/* Wide, Tatilsepeti-inspired live room rows in Traveyo's own visual language. */
.trv-hotel-live-results {
  margin: 28px 0 20px;
  scroll-margin-top: 98px;
  border: 1px solid #d7e8eb;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(9, 38, 61, .08);
}

.trv-hotel-live-results[hidden] {
  display: none;
}

.trv-hotel-live-results__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 24px 18px;
  border-bottom: 1px solid #e3ecef;
  background: linear-gradient(120deg, #f5fcfc 0%, #fff 60%, #fff9ef 100%);
  border-radius: 15px 15px 0 0;
}

.trv-hotel-live-results__head h2 {
  margin: 5px 0 4px;
  color: #102b46;
  font-size: 23px;
  font-weight: 850;
}

.trv-hotel-live-results__head p {
  margin: 0;
  color: #62778a;
  font-size: 13px;
}

.trv-hotel-live-results__assurance {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  padding: 8px 11px;
  border-radius: 99px;
  background: #e5f8ef;
  color: #147847;
  font-size: 11px;
  font-weight: 850;
}

.trv-hotel-live-results .trv-jolly-live-booking__results {
  padding: 18px 20px 20px;
}

.trv-hotel-live-results .trv-jolly-live-booking__result-head {
  margin: 0 2px 14px;
}

.trv-hotel-live-results .trv-jolly-live-offers {
  gap: 12px;
}

.trv-hotel-live-results .trv-jolly-live-offer {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr) 218px;
  min-height: 178px;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 11px;
  cursor: default;
}

.trv-hotel-live-results .trv-jolly-live-offer__thumb {
  width: 238px;
  height: 100%;
  min-height: 178px;
  border-radius: 0;
}

.trv-hotel-live-results .trv-jolly-live-offer__copy {
  padding: 20px 22px;
}

.trv-jolly-live-offer__title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  cursor: pointer;
}

.trv-hotel-live-results .trv-jolly-live-offer__title strong {
  color: #0f2943;
  font-size: 18px;
  line-height: 1.3;
}

.trv-hotel-live-results .trv-jolly-live-offer__title input {
  flex: 0 0 18px;
  margin-top: 3px;
}

.trv-jolly-live-offer__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 13px;
}

.trv-jolly-live-offer__facts span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid #d9e8eb;
  border-radius: 5px;
  background: #f8fbfc;
  color: #405b70;
  font-size: 12px;
  font-weight: 700;
}

.trv-hotel-live-results .trv-jolly-live-offer__warranty {
  margin-top: 12px;
}

.trv-hotel-live-results .trv-jolly-live-offer__price {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  border-left: 1px solid #e3ecef;
  background: #fbfdfd;
  text-align: right;
}

.trv-hotel-live-results .trv-jolly-live-offer__price strong {
  color: #0a2946;
  font-size: 23px;
}

.trv-hotel-live-results .trv-jolly-live-offer__price small {
  margin-top: 5px;
}

.trv-jolly-live-offer__book {
  min-height: 46px;
  margin-top: 15px;
  border-radius: 6px;
  font-weight: 850;
}

.trv-hotel-live-results .trv-jolly-live-offers__footer {
  justify-content: flex-end;
  padding: 10px 2px 0;
}

.trv-hotel-live-results__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  align-items: start;
  gap: 18px;
  padding: 18px 20px 22px;
}

.trv-hotel-live-results__main {
  min-width: 0;
}

.trv-hotel-live-results__layout .trv-jolly-live-booking__results {
  padding: 0;
}

.trv-hotel-live-results__layout .trv-jolly-live-offer {
  grid-template-columns: 190px minmax(0, 1fr) 168px;
}

.trv-hotel-live-results__layout .trv-jolly-live-offer__thumb {
  width: 190px;
}

.trv-hotel-live-results__layout .trv-jolly-live-offer__copy,
.trv-hotel-live-results__layout .trv-jolly-live-offer__price {
  padding: 17px;
}

.trv-hotel-reservation-summary {
  position: sticky;
  top: 196px;
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid #cce4e8;
  border-radius: 13px;
  background: linear-gradient(150deg, #f5fcfc 0%, #fff 58%, #fff8ed 100%);
  box-shadow: 0 14px 32px rgba(9, 38, 61, .09);
}

.trv-hotel-reservation-summary h3,
.trv-hotel-reservation-summary p {
  margin: 0;
}

.trv-hotel-reservation-summary__hotel,
.trv-hotel-reservation-summary__meal,
.trv-hotel-reservation-summary__expiry {
  color: #607789;
  font-size: 12px;
}

.trv-hotel-reservation-summary__meal {
  justify-self: start;
  padding: 5px 8px;
  border-radius: 5px;
  background: #e9f8f8;
  color: #087f89;
  font-weight: 800;
}

.trv-hotel-reservation-summary__details {
  display: grid;
  gap: 8px;
  padding: 12px 0;
  border-top: 1px solid #dcebed;
  border-bottom: 1px solid #dcebed;
}

.trv-hotel-reservation-summary__rooms {
  display: grid;
  gap: 6px;
}

.trv-hotel-reservation-summary__rooms > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  color: #536b7e;
  font-size: 11px;
}

.trv-hotel-reservation-summary__rooms b {
  color: #087f89;
}

.trv-hotel-reservation-summary__details > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
}

.trv-hotel-reservation-summary__details span {
  color: #718497;
}

.trv-hotel-reservation-summary__details strong {
  color: #17324d;
  text-align: right;
}

.trv-hotel-reservation-summary__price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.trv-hotel-reservation-summary__price span {
  color: #657a8c;
  font-size: 12px;
}

.trv-hotel-reservation-summary__price strong {
  color: #0a2946;
  font-size: 24px;
}

.trv-hotel-reservation-summary__submit,
.trv-jolly-live-offer__select {
  min-height: 44px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(135deg, #1cc8cc, #0998aa);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.trv-hotel-reservation-summary__submit:disabled,
.trv-jolly-live-offer__select:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.trv-hotel-reservation-summary__trust {
  color: #18754a;
  font-size: 11px;
  font-weight: 800;
}

.trv-jolly-live-offer__select {
  width: 100%;
  margin-top: 14px;
}

.trv-live-calendar {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #dfeaec;
}

.trv-live-calendar__toggle {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #15abb4;
  border-radius: 7px;
  background: #fff;
  color: #087f89;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.trv-live-calendar__toggle::before {
  margin-right: 7px;
  content: "\f073";
  font-family: FontAwesome;
  font-weight: 400;
}

.trv-live-calendar__toggle[aria-expanded="true"] {
  background: #eafafa;
}

.trv-live-calendar__panel {
  margin-top: 12px;
  padding: 15px;
  border: 1px solid #dce9eb;
  border-radius: 9px;
  background: #fbfdfd;
}

.trv-live-calendar__panel[hidden] {
  display: none;
}

.trv-live-calendar__panel > h5 {
  margin: 0 0 12px;
  color: #17324d;
  font-size: 14px;
}

.trv-live-calendar__months {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.trv-live-calendar__month {
  min-width: 0;
  padding: 11px;
  border: 1px solid #e0eaec;
  border-radius: 8px;
  background: #fff;
}

.trv-live-calendar__month h6 {
  margin: 0 0 9px;
  color: #17324d;
  font-size: 12px;
  text-align: center;
  text-transform: capitalize;
}

.trv-live-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 3px;
}

.trv-live-calendar__grid b,
.trv-live-calendar__grid span,
.trv-live-calendar__grid i {
  display: grid;
  min-width: 0;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 4px;
  font-size: 10px;
  font-style: normal;
}

.trv-live-calendar__grid b {
  color: #718496;
}

.trv-live-calendar__grid span {
  border: 1px solid #e2e9eb;
  background: #f2f5f6;
  color: #83919e;
}

.trv-live-calendar__grid span.is-open {
  border-color: #a9dfc4;
  background: #e8f8ef;
  color: #147847;
}

.trv-live-calendar__grid span.is-closed {
  border-color: #efc8c1;
  background: #fff0ed;
  color: #b44535;
}

.trv-live-calendar__grid span.is-ask {
  border-color: #f0d6a5;
  background: #fff7e5;
  color: #a76212;
}

.trv-live-calendar__grid span.is-requested {
  box-shadow: inset 0 0 0 2px #0a9eaa;
}

.trv-live-calendar__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 14px;
  margin-top: 12px;
  color: #617789;
  font-size: 10px;
  font-weight: 700;
}

.trv-live-calendar__legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.trv-live-calendar__legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ba7af;
}

.trv-live-calendar__legend i.is-open { background: #29af6d; }
.trv-live-calendar__legend i.is-closed { background: #d75b4a; }
.trv-live-calendar__legend i.is-ask { background: #d8962e; }

.trv-live-calendar__note,
.trv-live-calendar__message {
  margin: 12px 0 0;
  color: #617789;
  font-size: 11px;
  line-height: 1.5;
}

.trv-live-calendar__message {
  margin: 0;
  padding: 11px;
  border-radius: 7px;
  background: #eef7f8;
}

.trv-live-calendar__message.is-error {
  background: #fff0ed;
  color: #9d4336;
}

.trv-live-calendar__message.is-loading {
  color: #087f89;
}

.trv-hotel-live-results__empty {
  padding: 28px;
  border: 1px dashed #d5e5e8;
  border-radius: 10px;
  color: #687d90;
  text-align: center;
}

.trv-hotel-live-results__no-availability {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
  padding: 14px 16px;
  border: 1px solid #efcfc7;
  border-radius: 9px;
  background: #fff4f1;
  color: #9b4235;
}

.trv-hotel-live-results__no-availability strong {
  font-size: 15px;
}

.trv-hotel-live-results__no-availability span {
  color: #687b8d;
  font-size: 12px;
}

.trv-hotel-live-results__no-availability.is-provider-error {
  border-color: #c8dfe5;
  background: #eef8fa;
  color: #0d6670;
}

.trv-hotel-live-results .trv-jolly-live-offer--catalog {
  border-color: #d8e5e8;
  background: #fff;
}

.trv-jolly-live-offer__catalog-title {
  display: block;
  color: #102b46;
  font-size: 18px;
  font-weight: 850;
}

.trv-jolly-live-offer__catalog-state {
  display: block;
  margin-top: 12px;
  color: #a84b3e;
  font-size: 12px;
  font-weight: 750;
}

.trv-jolly-live-offer--catalog > .trv-jolly-live-offer__catalog-detail {
  grid-column: 1 / -1;
  margin: 0;
  border-top: 1px solid #e4ecef;
}

.trv-jolly-live-offer--catalog > .trv-jolly-live-offer__catalog-detail > summary {
  padding: 13px 20px;
  background: #f7fbfc;
}

.trv-jolly-live-offer--catalog > .trv-jolly-live-offer__catalog-detail[open] {
  padding: 0 18px 18px;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
}

.trv-live-calendar__panel--catalog {
  margin-top: 18px;
}

.trv-catalog-calendar-fallback {
  padding: 20px;
  border: 1px solid #d8e5e8;
  border-radius: 10px;
  background: #fff;
}

.trv-catalog-calendar-fallback h4 {
  margin: 0;
  color: #102b46;
  font-size: 18px;
}

.trv-catalog-room-change-date {
  min-height: 40px;
  margin-top: 12px;
  font-size: 12px;
}

.trv-hotel-live-results .trv-jolly-live-offer.is-unavailable {
  border-color: #eadfce;
  background: #fffdf9;
}

.trv-jolly-live-offer__noimage {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #718394;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.trv-jolly-live-offer__policy {
  display: inline-flex;
  margin-top: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e7f8ee;
  color: #167747;
  font-size: 11px;
  font-weight: 800;
}

.trv-jolly-live-offer__policy.is-strict {
  background: #fff0ec;
  color: #b34b34;
}

.trv-jolly-live-offer__images {
  display: flex;
  gap: 7px;
  margin-top: 14px;
  overflow-x: auto;
}

.trv-jolly-live-offer__images button {
  flex: 0 0 56px;
  width: 56px;
  height: 42px;
  padding: 0;
  overflow: hidden;
  border: 2px solid #e0eaed;
  border-radius: 6px;
  background: #eef3f4;
  cursor: pointer;
}

.trv-jolly-live-offer__images button:hover,
.trv-jolly-live-offer__images button:focus {
  border-color: #0ca9b1;
}

.trv-jolly-live-offer__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trv-jolly-live-offer__component-summary {
  display: grid;
  gap: 5px;
  margin-top: 13px;
  color: #4c6579;
  font-size: 12px;
  font-weight: 700;
}

.trv-jolly-live-offer__component-summary span {
  padding-left: 10px;
  border-left: 2px solid #18afb7;
}

.trv-jolly-live-offer__more {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding: 12px 20px 14px;
  border-top: 1px solid #e4ecef;
  background: #fbfdfd;
}

.trv-jolly-live-offer__detail {
  min-width: 210px;
  color: #17334d;
}

.trv-jolly-live-offer__detail summary {
  color: #008e98;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.trv-jolly-live-offer__detail[open] {
  flex: 1 1 100%;
  padding: 14px;
  border: 1px solid #dbe8eb;
  border-radius: 9px;
  background: #fff;
}

.trv-jolly-live-offer__component {
  flex: 1 1 100%;
}

/* Live offers: the API supplied room detail, nightly tariff and availability
   remain separate views, so no nightly amount is inferred from the total. */
.trv-room-tabs > summary {
  display: none;
}

.trv-room-tabs[open] {
  padding: 0;
  overflow: hidden;
  border-color: #20a957;
  border-radius: 7px;
}

.trv-room-tabs__bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #e5eceb;
  background: #fff;
}

.trv-room-tabs__tab {
  min-height: 48px;
  padding: 0 10px;
  border: 0;
  border-top: 3px solid transparent;
  border-right: 1px solid #edf1f2;
  background: #fff;
  color: #526273;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  cursor: pointer;
}

.trv-room-tabs__tab:last-child { border-right: 0; }
.trv-room-tabs__tab.is-active { border-top-color: #1a91df; background: #f8fbfd; color: #0879c5; }
.trv-room-tabs__tab:focus-visible { position: relative; z-index: 1; outline: 2px solid #0b9fa9; outline-offset: -2px; }
.trv-room-tabs__panels { padding: 16px; background: #fbfcfc; }
.trv-room-tabs__panel[hidden] { display: none; }
.trv-room-tabs__panel .trv-jolly-live-offer__subheading:first-child { margin-top: 0; }
.trv-room-tabs__panel .trv-live-calendar { margin-top: 0; padding-top: 0; border-top: 0; }
.trv-room-tabs__panel .trv-live-calendar__toggle { width: 100%; justify-content: center; }
.trv-static-room-offer { display: grid; grid-template-columns: 104px minmax(0, 1fr) auto; align-items: start; }
.trv-static-room-offer .trv-room-tabs__bar,
.trv-static-room-offer .trv-room-tabs__panel { grid-column: 1 / -1; }
.trv-static-room-offer .trv-room-tabs__bar { margin: 8px -18px 0; }
.trv-static-room-offer .trv-room-tabs__panels { grid-column: 1 / -1; margin: 0 -18px -18px; }
.trv-static-room-offer .trv-room-tabs__panel p { margin: 0; color: #52677a; font-size: 13px; line-height: 1.55; }
.trv-static-room-offer .trv-jolly-live-offer__price { align-self: center; }
.trv-static-room-offer {
  grid-template-columns: 110px minmax(0, 1fr) 165px;
  gap: 14px;
  padding: 14px;
  border: 1px solid #18ad61;
  border-radius: 8px;
  background: #eefff4;
}
.trv-static-room-offer .trv-jolly-live-offer__thumb { width:110px; height:104px; border-radius:6px; }
.trv-static-room-offer .trv-jolly-live-offer__copy { align-self:center; padding:0; }
.trv-static-room-offer .trv-jolly-live-offer__copy h4 { margin:0 0 5px; font-size:18px; color:#12324e; }
.trv-static-room-offer .trv-jolly-live-offer__copy p { margin:0; color:#547087; }
.trv-static-room-offer .trv-jolly-live-offer__price { min-width:150px; padding:0; text-align:right; }
.trv-static-room-offer .trv-jolly-live-offer__price .btn { min-width:148px; min-height:42px; border:0; border-radius:5px; background:#15b8ba; color:#fff; font-weight:850; text-transform:uppercase; box-shadow:0 10px 22px rgba(4,147,154,.2); }
.trv-static-room-offer .trv-room-tabs__bar { grid-column:1 / -1; margin:0 -14px; border-top:1px solid #cbe9d6; border-bottom:1px solid #dbe9e0; }
.trv-static-room-offer .trv-room-tabs__tab { min-height:48px; background:#fff; }
.trv-static-room-offer .trv-room-tabs__panel { grid-column:1 / -1; margin:0; padding:18px 124px; background:#eefff4; }
.trv-static-room-offer .trv-room-tabs__panel .trv-hotel-rich-copy { color:#466176; font-size:14px; line-height:1.6; }
.trv-static-room-offer .trv-room-tabs__panel .d-flex { gap:7px; margin-top:16px; }
.trv-static-room-offer .trv-room-tabs__panel .d-flex a { display:block; overflow:hidden; border-radius:4px; }
.trv-static-room-offer .trv-room-tabs__panel .d-flex img { width:140px !important; height:100px !important; margin:0 !important; object-fit:cover; transition:transform .18s ease; }
.trv-static-room-offer .trv-room-tabs__panel .d-flex img:hover { transform:scale(1.04); }
@media (max-width: 767.98px) {
  .trv-static-room-offer { grid-template-columns:85px minmax(0,1fr); padding:12px; }
  .trv-static-room-offer .trv-jolly-live-offer__thumb { width:85px; height:80px; }
  .trv-static-room-offer .trv-jolly-live-offer__price { grid-column:1 / -1; min-width:0; text-align:left; }
  .trv-static-room-offer .trv-jolly-live-offer__price .btn { width:100%; }
  .trv-static-room-offer .trv-room-tabs__panel { padding:14px; }
}
.trv-detail-tabs { display: flex; gap: 0; margin: 22px 0 8px; border-bottom: 1px solid #dce7ec; background: #fff; box-shadow: 0 5px 18px rgba(15,53,73,.06); }
.trv-detail-tabs button { display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 0 22px; border: 0; border-bottom: 3px solid transparent; background:#fff; color: #4e6577; font-size: 12px; font-weight: 850; text-decoration: none; cursor:pointer; }
.trv-detail-tabs button:hover, .trv-detail-tabs button.is-active { border-bottom-color: #129dda; color: #087ec3; background: #f7fbfd; }
.trv-detail-tabs i { color: #159eb0; }
@media (max-width: 700px) { .trv-detail-tabs { overflow-x: auto; } .trv-detail-tabs button { flex: 0 0 auto; padding: 0 14px; font-size: 11px; } }

.trv-jolly-live-offer__component-body {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 18px;
  margin-top: 14px;
}

.trv-jolly-live-offer__component-gallery {
  min-width: 0;
}

.trv-jolly-live-offer__component-main {
  display: block;
  width: 100%;
  height: 155px;
  border-radius: 8px;
  background: #edf3f4;
  object-fit: cover;
}

.trv-jolly-live-offer__component-gallery .trv-jolly-live-offer__images {
  margin-top: 7px;
}

.trv-jolly-live-offer__component-noimage,
.trv-jolly-live-offer__no-nightly {
  padding: 12px;
  border: 1px dashed #cfdee2;
  border-radius: 8px;
  background: #f7fafb;
  color: #667d8f;
  font-size: 12px;
  line-height: 1.55;
}

.trv-jolly-live-offer__component-copy h4,
.trv-jolly-live-offer__subheading {
  margin: 0 0 8px;
  color: #102c47;
  font-size: 15px;
  font-weight: 850;
}

.trv-jolly-live-offer__subheading {
  margin-top: 16px;
  font-size: 13px;
}

.trv-jolly-live-offer__policy-box {
  margin-top: 13px;
  padding: 10px 12px;
  border-left: 3px solid #1ab0b7;
  border-radius: 0 7px 7px 0;
  background: #f2fbfb;
  color: #486577;
  font-size: 12px;
}

.trv-jolly-live-offer__policy-box strong,
.trv-jolly-live-offer__policy-box small {
  display: block;
}

.trv-jolly-live-offer__policy-box p {
  margin: 5px 0;
}

.trv-jolly-live-offer__nightly {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 7px;
  margin-top: 12px;
}

.trv-jolly-live-offer__nightly > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 7px;
  background: #f2f8f8;
  font-size: 12px;
}

.trv-jolly-live-offer__detail-body {
  margin-top: 12px;
  color: #50677a;
  font-size: 13px;
  line-height: 1.6;
}

.trv-jolly-live-offer__description > :last-child,
.trv-jolly-live-offer__policy-text:last-child {
  margin-bottom: 0;
}

.trv-jolly-live-offer__facility-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.trv-jolly-live-offer__facility-list span {
  padding: 4px 8px;
  border-radius: 5px;
  background: #edf6f7;
  color: #36576b;
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .trv-room-tabs__bar { grid-template-columns: 1fr; }
  .trv-room-tabs__tab { min-height: 42px; border-right: 0; border-bottom: 1px solid #edf1f2; text-align: left; }
  .trv-room-tabs__tab.is-active { border-left: 3px solid #1a91df; border-top-color: transparent; }
  .trv-room-tabs__panels { padding: 12px; }
}

.trv-jolly-live-offer__notice {
  flex: 1 1 100%;
  padding: 9px 11px;
  border-radius: 7px;
  background: #edf8f8;
  color: #3f6672;
  font-size: 11px;
}

.trv-jolly-live-offer__notice.is-warning,
.trv-jolly-live-offer__quote-error {
  background: #fff1ed;
  color: #a54732;
}

.trv-jolly-live-offer__notice p {
  margin: 0 0 4px;
}

.trv-jolly-live-offer__notice p:last-child {
  margin-bottom: 0;
}

.trv-jolly-live-offer__book:disabled {
  border-color: #aab7be;
  background: #aab7be;
  box-shadow: none;
  cursor: not-allowed;
}

.trv-jolly-live-booking--horizontal {
  position: sticky;
  z-index: 24;
  top: 84px;
  margin: 24px 0 16px;
  scroll-margin-top: 92px;
  border-radius: 12px;
  box-shadow: 0 15px 38px rgba(8, 35, 58, .12);
}

.trv-jolly-live-booking--horizontal .trv-jolly-live-booking__intro {
  align-items: center;
  padding: 14px 20px 11px;
}

.trv-jolly-live-booking--horizontal .trv-jolly-live-booking__intro h2 {
  margin: 3px 0 0;
  font-size: 17px;
}

.trv-jolly-live-booking--horizontal .trv-jolly-live-booking__intro p {
  display: none;
}

.trv-jolly-live-booking--horizontal .trv-jolly-live-booking__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 13px 18px 15px;
}

.trv-jolly-live-booking--horizontal .trv-jolly-live-booking__form {
  display: grid;
  grid-template-columns: minmax(145px, 1fr) minmax(145px, 1fr) minmax(190px, 1.3fr) auto;
  grid-column: auto;
  gap: 10px;
  align-items: end;
  padding: 0;
}

.trv-jolly-live-booking--horizontal .trv-jolly-live-booking__form > button {
  min-width: 230px;
  margin: 0;
}

.trv-jolly-live-booking--horizontal .trv-jolly-live-booking__summary {
  position: static;
  grid-column: auto;
  min-width: 0;
  padding: 0;
}

.trv-jolly-live-booking--horizontal .trv-jolly-reservation-placeholder {
  display: none;
}

.trv-jolly-live-booking--horizontal .trv-jolly-live-booking__status {
  max-width: 250px;
  margin: 0;
}

.trv-hotel-transfer-notice {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin: 18px 0 0;
  padding: 15px 18px;
  border: 1px solid #f2c683;
  border-left: 4px solid #f29a28;
  border-radius: 9px;
  background: #fff8e9;
  color: #624216;
}

.trv-hotel-transfer-notice > i {
  margin-top: 2px;
  color: #e98813;
  font-size: 19px;
}

.trv-hotel-transfer-notice strong {
  display: block;
  margin-bottom: 3px;
  color: #533710;
  font-size: 14px;
}

.trv-hotel-transfer-notice p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

/* One identity card per selected adult and child at checkout. */
.trv-checkout-guests {
  margin: 8px 0 22px;
}

.trv-checkout-guests__intro {
  margin-bottom: 14px;
  padding-top: 18px;
  border-top: 1px solid #e2eaed;
}

.trv-checkout-guests__intro > span {
  color: #07848d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.trv-checkout-guests__intro h2 {
  margin: 4px 0 5px;
  color: #102b46;
  font-size: 21px;
}

.trv-checkout-guests__intro p {
  margin: 0;
  color: #64778a;
  font-size: 12px;
  line-height: 1.55;
}

.trv-checkout-guest-group {
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid #d9e8eb;
  border-radius: 12px;
  background: #f9fcfc;
}

.trv-checkout-guest-group > header {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border-bottom: 1px solid #dce9ec;
  background: #eef9f9;
}

.trv-checkout-guest-group > header i {
  color: #0aaeb5;
}

.trv-checkout-guest-group > header span {
  display: flex;
  flex-direction: column;
}

.trv-checkout-guest-group > header strong {
  color: #102b46;
  font-size: 14px;
}

.trv-checkout-guest-group > header small {
  color: #64778a;
  font-size: 11px;
}

.trv-checkout-guest-group__list {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.trv-checkout-passenger {
  display: grid;
  grid-template-columns: 110px repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
  padding: 13px;
  border: 1px solid #e1e9ec;
  border-radius: 9px;
  background: #fff;
}

.trv-checkout-passenger__title {
  align-self: center;
  display: flex;
  flex-direction: column;
  color: #0a7983;
  font-size: 13px;
  font-weight: 850;
}

.trv-checkout-passenger__title small {
  color: #718397;
  font-size: 10px;
}

.trv-checkout-passenger label {
  margin: 0;
}

.trv-checkout-passenger label > span {
  display: block;
  margin-bottom: 5px;
  color: #536a7d;
  font-size: 11px;
  font-weight: 750;
}

@media (max-width: 1199.98px) {
  .trv-hotel-live-results__layout {
    grid-template-columns: 1fr;
  }

  .trv-hotel-reservation-summary {
    position: static;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .trv-hotel-reservation-summary > .trv-hotel-eyebrow,
  .trv-hotel-reservation-summary > .trv-hotel-reservation-summary__hotel,
  .trv-hotel-reservation-summary > h3,
  .trv-hotel-reservation-summary > .trv-hotel-reservation-summary__meal,
  .trv-hotel-reservation-summary > .trv-hotel-reservation-summary__rooms,
  .trv-hotel-reservation-summary > .trv-hotel-reservation-summary__details,
  .trv-hotel-reservation-summary > .trv-hotel-reservation-summary__trust,
  .trv-hotel-reservation-summary > .trv-hotel-reservation-summary__expiry {
    grid-column: 1;
  }

  .trv-hotel-reservation-summary > .trv-hotel-reservation-summary__price,
  .trv-hotel-reservation-summary > .trv-hotel-reservation-summary__submit {
    grid-column: 2;
  }
}

@media (max-width: 991.98px) {
  .trv-jolly-live-booking--horizontal {
    position: static;
  }

  .trv-jolly-live-booking--horizontal .trv-jolly-live-booking__body {
    display: block;
  }

  .trv-jolly-live-booking--horizontal .trv-jolly-live-booking__form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trv-jolly-live-booking--horizontal .trv-jolly-live-booking__form > .trv-guest-picker,
  .trv-jolly-live-booking--horizontal .trv-jolly-live-booking__form > button {
    grid-column: 1 / -1;
  }

  .trv-jolly-live-booking--horizontal .trv-jolly-live-booking__status {
    max-width: none;
    margin-top: 10px;
  }

  .trv-hotel-live-results .trv-jolly-live-offer {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .trv-hotel-live-results .trv-jolly-live-offer__thumb {
    width: 210px;
  }

  .trv-hotel-live-results .trv-jolly-live-offer__price {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 3px 18px;
    border-top: 1px solid #e3ecef;
    border-left: 0;
    text-align: left;
  }

  .trv-hotel-live-results .trv-jolly-live-offer__price .trv-jolly-live-offer__book {
    grid-column: 2;
    grid-row: 1 / 4;
    min-width: 190px;
    margin: 0;
  }

  .trv-jolly-live-offer__more {
    grid-column: 1 / -1;
  }

  .trv-checkout-passenger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trv-checkout-passenger__title {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575.98px) {
  .trv-hotel-live-results__no-availability {
    display: grid;
  }

  .trv-hotel-live-results__layout {
    gap: 12px;
    padding: 12px;
  }

  .trv-hotel-reservation-summary {
    display: grid;
    grid-template-columns: 1fr;
    padding: 17px;
  }

  .trv-hotel-reservation-summary > * {
    grid-column: 1 !important;
  }

  .trv-hotel-reservation-summary__submit {
    width: 100%;
  }

  .trv-live-calendar__months {
    grid-template-columns: 1fr;
  }

  .trv-jolly-live-booking--horizontal .trv-jolly-live-booking__intro {
    display: block;
  }

  .trv-jolly-live-booking--horizontal .trv-jolly-live-booking__secure {
    margin-top: 9px;
  }

  .trv-jolly-live-booking--horizontal .trv-jolly-live-booking__form {
    grid-template-columns: 1fr;
  }

  .page-main--home .trv-home-intro-hotels .card-intro {
    height: 180px;
  }

  .trv-hotel-live-results__head {
    display: block;
    padding: 18px;
  }

  .trv-hotel-live-results__assurance {
    margin-top: 12px;
  }

  .trv-hotel-live-results .trv-jolly-live-booking__results {
    padding: 12px;
  }

  .trv-hotel-live-results .trv-jolly-live-offer {
    display: block;
  }

  .trv-hotel-live-results .trv-jolly-live-offer__thumb {
    width: 100%;
    height: 190px;
    min-height: 0;
  }

  .trv-hotel-live-results .trv-jolly-live-offer__copy {
    padding: 16px;
  }

  .trv-hotel-live-results .trv-jolly-live-offer__price {
    display: block;
    padding: 16px;
    text-align: left;
  }

  .trv-hotel-live-results .trv-jolly-live-offer__price .trv-jolly-live-offer__book {
    width: 100%;
    margin-top: 13px;
  }

  .trv-jolly-live-offer__more {
    display: block;
    padding: 13px 16px;
  }

  .trv-jolly-live-offer__detail + .trv-jolly-live-offer__detail {
    margin-top: 10px;
  }

  .trv-jolly-live-offer__component-body {
    grid-template-columns: 1fr;
  }

  .trv-jolly-live-offer__component-main {
    height: 190px;
  }

  .trv-checkout-passenger {
    grid-template-columns: 1fr;
  }

  .trv-checkout-passenger__title {
    grid-column: auto;
  }
}

@media (max-width: 1199.98px) {
  .trv-hotel-top-grid--with-booking {
    grid-template-columns: minmax(0, 1fr) 326px;
    gap: 18px;
  }
}

@media (max-width: 991.98px) {
  .trv-hotel-top-grid--with-booking {
    grid-template-columns: 1fr;
  }

  .trv-hotel-top-grid .trv-jolly-live-booking--side {
    position: static;
    max-height: none;
    overflow: visible;
  }

  .trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__intro,
  .trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__summary {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 575.98px) {
  .trv-hotel-detail-titlebar__actions {
    width: 100%;
    justify-content: space-between;
  }

  .trv-hotel-detail-titlebar__copy h1 {
    font-size: 27px;
  }

  .trv-hotel-top-grid .trv-hotel-single-hero {
    border-radius: 12px;
  }

  .trv-hotel-single-hero__controls {
    right: 10px;
    left: 10px;
  }

  .trv-hotel-single-hero__controls button {
    width: 36px;
    height: 36px;
    opacity: 1;
    transform: none;
  }

  .trv-hotel-top-grid .trv-hotel-detail-gallery .trv-hotel-hero-select {
    width: 70px;
    min-width: 70px;
    height: 52px;
  }

  .trv-hotel-detail-gallery-rail {
    grid-template-columns: 29px minmax(0, 1fr) 29px;
    gap: 6px;
  }

  .trv-hotel-detail-gallery-rail__nav {
    width: 29px;
    height: 29px;
  }

  .trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__form {
    grid-template-columns: 1fr;
  }

  .trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__intro,
  .trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__form {
    padding-right: 16px;
    padding-left: 16px;
  }

  .trv-hotel-top-grid .trv-jolly-live-booking--side .trv-jolly-live-booking__summary {
    margin-right: 16px;
    margin-left: 16px;
  }

  .trv-guest-picker__panel {
    width: min(336px, calc(100vw - 20px));
  }

  .trv-hotel-map-modal__external span {
    display: none;
  }

  .trv-hotel-map-modal__external {
    width: 32px;
    padding: 0;
    justify-content: center;
  }
}

.trv-footer-affiliations.trv-footer-affiliations--column {
  display: grid;
  align-items: stretch;
  justify-content: initial;
  gap: 10px;
  margin-top: 18px;
  padding-top: 14px;
}
.trv-footer-affiliations--column .trv-footer-affiliation { width: 100%; min-width: 0; }
.trv-home-sales-section { margin: 46px 0; min-width: 0; }
.trv-home-sales-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.trv-home-sales-section__head span { display: block; margin-bottom: 4px; color: #009ca6; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.trv-home-sales-section__head h2 { margin: 0; color: #092d4b; font-size: clamp(23px, 3vw, 34px); }
.trv-home-sales-section__head > a { color: #087f87; font-size: 13px; font-weight: 900; }
.trv-home-campaign-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; grid-template-rows: repeat(2, 190px); gap: 14px; }
.trv-home-campaign-card { position: relative; display: block; min-width: 0; overflow: hidden; border-radius: 17px; background: #082b48; color: #fff !important; box-shadow: 0 14px 34px rgba(8, 43, 72, .13); }
.trv-home-campaign-card.is-featured { grid-row: 1 / 3; }
.trv-home-campaign-card:nth-child(4) { grid-column: 2 / 4; }
.trv-home-campaign-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.trv-home-campaign-card:hover img { transform: scale(1.045); }
.trv-home-campaign-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(3, 23, 40, .88) 100%); }
.trv-home-campaign-card__copy { position: absolute; inset: auto 0 0; display: grid; gap: 4px; padding: 21px; }
.trv-home-campaign-card__copy small { color: #55e0de; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.trv-home-campaign-card__copy strong { overflow: hidden; font-size: 21px; line-height: 1.18; text-overflow: ellipsis; white-space: nowrap; }
.trv-home-campaign-card.is-featured .trv-home-campaign-card__copy strong { font-size: 30px; white-space: normal; }
.trv-home-campaign-card__copy em { overflow: hidden; color: rgba(255,255,255,.78); font-size: 12px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.trv-home-campaign-card__copy b { width: max-content; margin-top: 7px; padding: 7px 10px; border-radius: 7px; background: #18b9bc; font-size: 11px; }
.trv-home-recent-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr); gap: 14px; overflow-x: auto; padding: 2px 2px 14px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.trv-home-recent-card { overflow: hidden; border: 1px solid #d9e7ec; border-radius: 13px; background: #fff; scroll-snap-align: start; box-shadow: 0 8px 24px rgba(9, 44, 70, .07); }
.trv-home-recent-card a { display: grid; color: #17344d; text-decoration: none; }
.trv-home-recent-card img { width: 100%; height: 140px; object-fit: cover; }
.trv-home-recent-card span { padding: 11px 13px 0; color: #789; font-size: 11px; }
.trv-home-recent-card strong { overflow: hidden; padding: 2px 13px; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.trv-home-recent-card em { padding: 3px 13px 13px; color: #059b9d; font-size: 13px; font-style: normal; font-weight: 900; }
.page-main--home,
.page-content--home,
.page-content--home .container { min-width: 0; }

/* Unified hotel detail presentation inspired by the supplied reference. */
.trv-hotel-detail-page { background: linear-gradient(180deg,#f2fbfc 0 230px,#fff 230px 100%); }
.trv-hotel-detail-page .page-content > .container { max-width: 1060px; }
.trv-hotel-detail-page .trv-hotel-detail-titlebar { padding-top: 8px; }
.trv-hotel-detail-page .trv-hotel-detail-titlebar h1 { color:#12304b; font-size:26px; letter-spacing:-.02em; }
.trv-hotel-top-grid__gallery { max-width: 930px; margin: 0 auto; }
.trv-hotel-single-hero { overflow:hidden; border:1px solid #d6e4e8; border-radius:10px; background:#fff; box-shadow:0 10px 28px rgba(11,48,67,.11); }
.trv-hotel-single-hero__image { height:390px; }
.trv-hotel-single-hero__image img { width:100%; height:100%; object-fit:cover; }
.trv-hotel-detail-gallery-rail { margin:8px auto 0; max-width:930px; }
.trv-hotel-overview { max-width:930px; margin-left:auto; margin-right:auto; border:1px solid #dce9ec; border-radius:10px; box-shadow:0 8px 22px rgba(16,57,74,.07); }
.trv-hotel-overview__copy,.trv-hotel-overview__highlights { padding:22px; }
.trv-hotel-overview__copy h2 { font-size:21px; color:#153450; }
.trv-hotel-overview__highlights { background:#fbfefd; }
.trv-hotel-section > section > h3 { color:#173650; font-size:18px; }
.trv-hotel-section > section > hr { border-color:#dce8eb; }
.trv-hotel-room-picker,.trv-hotel-live-results { max-width:930px; margin-left:auto; margin-right:auto; }
.trv-static-room-offer { border-color:#27af66; background:#effff5; box-shadow:0 4px 14px rgba(18,112,68,.08); }
.trv-static-room-offer .trv-jolly-live-offer__thumb { width:125px; height:105px; }
.trv-static-room-offer .trv-room-tabs__bar { border-top:1px solid #c8e4d4; }
.trv-jolly-live-booking { max-width:930px; margin-left:auto; margin-right:auto; }
.trv-hotel-live-results { max-width:930px; }
.trv-hotel-live-results .trv-jolly-live-offer { border-color:#28ae65; background:#effff5; }
.trv-hotel-live-results__no-availability { position:static !important; clear:both; width:100%; margin:14px 0; padding:16px 18px; }
.trv-hotel-info-details,.trv-hotel-accommodation-card,.trv-hotel-section .hotel-card { border-radius:10px; box-shadow:0 7px 20px rgba(15,53,73,.06); }
.trv-hotel-gallery-grid { max-width:930px; margin-left:auto; margin-right:auto; }
@media (max-width: 767.98px) { .trv-hotel-single-hero__image { height:250px; } .trv-hotel-overview__copy,.trv-hotel-overview__highlights { padding:16px; } }

@media (max-width: 991.98px) {
  .trv-home-campaign-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 180px; }
  .trv-home-campaign-card.is-featured { grid-column: 1 / 3; grid-row: auto; }
  .trv-home-campaign-card:nth-child(4) { grid-column: auto; }
  .trv-footer-upper { overflow: hidden; }
}
@media (max-width: 575.98px) {
  .trv-home-sales-section { margin: 32px 0; }
  .trv-home-sales-section__head { align-items: flex-start; }
  .trv-home-sales-section__head > a { white-space: nowrap; }
  .trv-home-campaign-grid { display: grid; grid-auto-flow: column; grid-auto-columns: 84%; grid-template-columns: none; grid-template-rows: 270px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; }
  .trv-home-campaign-card,
  .trv-home-campaign-card.is-featured,
  .trv-home-campaign-card:nth-child(4) { grid-column: auto; grid-row: auto; scroll-snap-align: start; }
  .trv-home-campaign-card.is-featured .trv-home-campaign-card__copy strong { font-size: 23px; }
  .trv-home-recent-rail { grid-auto-columns: 72%; }
  .trv-footer-affiliation { max-width: 100%; }
}
