@import url("https://db.onlinewebfonts.com/c/229a57bbeef591e04a1fdfe347c90864?family=Centra+No2");

@font-face {
  font-family: "Centra No2";
  src:
    local("Centra No2"),
    local("CentraNo2"),
    url("../fonts/centra-no2/CentraNo2-Book.woff2") format("woff2"),
    url("../fonts/centra-no2/CentraNo2-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Centra No2";
  src:
    local("Centra No2 Bold"),
    local("CentraNo2-Bold"),
    url("../fonts/centra-no2/CentraNo2-Bold.woff2") format("woff2"),
    url("../fonts/centra-no2/CentraNo2-Bold.woff") format("woff");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

.hotels-results-page,
.hotels-results-page * {
  box-sizing: border-box;
  font-family: var(--site-font-family, "Inter", Arial, Helvetica, sans-serif) !important;
  letter-spacing: 0;
}

.hotels-results-page .fa,
.hotels-results-page .fas {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 900 !important;
}

.hotels-results-page .far {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 400 !important;
}

.hotels-results-page .fal {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 300 !important;
}

.hotels-results-page .fab {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important;
}

.hotels-results-page {
  --hotels-ink: #090e3f;
  --hotels-muted: #4d5167;
  --hotels-line: #d7dce8;
  --hotels-blue: var(--color-primary, #1668e3);
  --hotels-green: #227950;
  --hotels-purple: #8a22b5;
  background: #fff;
  color: var(--hotels-ink);
  padding: 184px 0 48px;
}

.hotels-results-shell {
  width: min(80vw, 1360px);
  margin: 0 auto;
}

.hotels-results-promo {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  min-height: 210px;
  overflow: hidden;
  margin-bottom: 28px;
  padding: 34px 38px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(9, 14, 63, .82), rgba(9, 14, 63, .54) 48%, rgba(9, 14, 63, .16)),
    var(--hotels-promo-image) center / cover no-repeat;
  color: #fff;
}

.hotels-results-promo-copy {
  width: min(620px, 68%);
}

.hotels-results-promo span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hotels-results-promo h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 850;
}

.hotels-results-promo p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  line-height: 1.45;
}

.hotels-results-promo a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  background: #fff;
  color: var(--hotels-ink);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.hotels-results-layout {
  display: grid;
  grid-template-columns: minmax(230px, 15%) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.hotels-results-left-rail {
  position: sticky;
  top: 182px;
  display: block;
  width: auto;
  min-width: 0;
}

.hotels-results-map-card,
.hotels-results-compare,
.hotels-property-card {
  border: 1px solid var(--hotels-line);
  border-radius: 16px;
  background: #fff;
}

.hotels-results-map-card {
  overflow: hidden;
  margin-bottom: 22px;
}

.hotels-results-map-canvas {
  position: relative;
  height: 120px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.55) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(0deg, rgba(255,255,255,.55) 1px, transparent 1px) 0 0 / 42px 42px,
    #dcebdd;
}

.hotels-map-road {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 0 1px rgba(148, 158, 173, .24);
}

.hotels-map-road--one {
  width: 340px;
  height: 14px;
  left: -42px;
  top: 42px;
  transform: rotate(-17deg);
}

.hotels-map-road--two {
  width: 320px;
  height: 12px;
  right: -80px;
  top: 78px;
  transform: rotate(25deg);
}

.hotels-map-road--three {
  width: 12px;
  height: 190px;
  left: 144px;
  top: -38px;
  transform: rotate(9deg);
}

.hotels-map-price {
  position: absolute;
  z-index: 2;
  padding: 5px 9px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(25, 30, 59, .18);
  color: var(--hotels-ink);
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 6px 16px rgba(25, 30, 59, .16);
}

.hotels-map-price--1 { left: 22px; top: 16px; }
.hotels-map-price--2 { right: 20px; top: 30px; }
.hotels-map-price--3 { left: 118px; top: 66px; }
.hotels-map-price--4 { right: 72px; bottom: 18px; }
.hotels-map-price--5 { left: 32px; bottom: 18px; }
.hotels-map-price--6 { right: 28px; bottom: 46px; }

.hotels-results-map-card button {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-top: 1px solid var(--hotels-line);
  background: #fff;
  color: var(--hotels-ink);
  font-size: 16px;
  font-weight: 800;
  text-decoration: underline;
}

.hotels-results-compare {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  margin-bottom: 22px;
}

.hotels-results-compare strong {
  display: block;
  color: var(--hotels-ink);
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.hotels-results-compare span {
  color: var(--hotels-ink);
  font-size: 12px;
  line-height: 1.25;
}

.hotels-results-toggle {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 58px;
  height: 30px;
  border-radius: 999px;
  background: #686b80;
  color: #fff !important;
}

.hotels-results-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 24px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--hotels-line);
}

.hotels-results-categories a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--hotels-line);
  border-radius: 999px;
  color: var(--hotels-ink);
  background: #fff;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.hotels-results-categories a.is-active {
  background: var(--hotels-ink);
  border-color: var(--hotels-ink);
  color: #fff;
}

.hotels-results-filters {
  position: static;
  display: block;
  width: 100%;
  min-width: 0;
}

.hotels-results-filters .sidebar-wrap,
.hotels-results-filters .widget {
  width: 100% !important;
  max-width: none !important;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hotels-filter-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.hotels-results-filters .widget-title {
  color: var(--hotels-ink);
  font-size: clamp(20px, 4vw, 22px);
  font-weight: 850;
  line-height: 1.15;
  margin: 0;
  padding: 0;
}

.hotels-results-filters .widget-title::before,
.hotels-results-filters .widget-title::after {
  display: none !important;
}

.hotels-filter-heading a {
  color: var(--hotels-blue);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.hotels-results-filters .input-wrap {
  width: 100%;
  margin: 0 0 18px !important;
}

.hotels-results-filters .input-wrap label,
.hotels-results-filters label strong {
  display: block;
  color: var(--hotels-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 9px;
  max-width: 100%;
}

.hotels-results-filters input[type="text"],
.hotels-results-filters div.nice-select,
.hotels-results-filters select {
  display: flex !important;
  align-items: center;
  width: 100% !important;
  max-width: none !important;
  height: 44px !important;
  padding: 0 12px !important;
  border: 1px solid #8d91a3 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--hotels-ink) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.hotels-results-filters select.nice-select {
  display: none !important;
}

.hotels-results-filters .nice-select .current {
  display: block;
  max-width: calc(100% - 28px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--hotels-ink);
  font-weight: 500;
}

.hotels-results-filters .nice-select .list {
  width: 100%;
}

.hotels-results-filters .price-range-wrap,
.hotels-results-filters .price-ammount,
.hotels-results-filters .price-ammount input {
  width: 100% !important;
}

.hotels-results-filters .checkboxes p {
  margin-bottom: 12px !important;
}

.hotels-results-filters .checkboxes label {
  color: var(--hotels-ink);
  font-size: 13px;
}

.hotels-results-filters .btn {
  min-height: 40px;
  border-radius: 8px;
  background: #0F172B;
  border-color: #0F172B;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.hotels-results-sortbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
  min-height: 36px;
}

.hotels-results-sortbar > span {
  color: var(--hotels-ink);
  font-size: 13px;
  font-weight: 500;
}

.hotels-results-sortbar form,
.hotels-results-sortbar label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.hotels-results-sortbar label span {
  color: var(--hotels-ink);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.hotels-results-sortbar select {
  min-width: 250px;
  height: 36px;
  padding: 0 42px 0 16px;
  border: 1px solid #8d91a3;
  border-radius: 999px;
  background: #fff;
  color: var(--hotels-ink);
  font-size: 13px;
}

.hotels-property-card {
  display: grid;
  grid-template-columns: minmax(250px, 36%) minmax(0, 1fr);
  overflow: hidden;
  min-height: 230px;
  margin-bottom: 14px;
}

.hotels-property-media {
  position: relative;
  display: block;
  min-height: 230px;
  background: #dce3ef;
}

.hotels-property-media img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  display: block;
}

.hotels-property-save {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #fff;
  color: #d81957;
  box-shadow: 0 2px 8px rgba(9, 14, 63, .18);
}

.hotels-property-save i {
  font-size: 18px;
}

.hotels-property-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 14px;
  min-width: 0;
  padding: 18px 16px;
}

.hotels-property-type {
  display: none;
}

.hotels-property-card h2 {
  margin: 0 0 4px;
  color: var(--hotels-ink);
  font-size: clamp(18px, 4vw, 20px);
  line-height: 1.16;
  font-weight: 850;
}

.hotels-property-card h2 a {
  color: inherit;
  text-decoration: none;
}

.hotels-property-location {
  color: var(--hotels-ink);
  font-size: 13px;
  line-height: 1.35;
  margin: 0 0 14px;
}

.hotels-property-location i {
  display: none;
}

.hotels-property-summary {
  color: var(--hotels-ink);
  font-size: 13px;
  line-height: 1.35;
  margin: 14px 0 0;
  max-width: 420px;
}

.hotels-property-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--hotels-ink);
  font-size: 13px;
}

.hotels-property-amenities i {
  color: var(--hotels-ink);
  font-size: 15px;
  margin-right: 8px;
}

.hotels-property-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 14px;
  text-align: right;
}

.hotels-property-rating {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
  justify-items: end;
}

.hotels-property-rating span {
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 28px;
  padding: 0 8px;
  border-radius: 5px;
  background: var(--hotels-green);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.hotels-property-rating small,
.hotels-property-price small,
.hotels-property-price span {
  color: var(--hotels-ink);
  font-size: 11px;
  line-height: 1.2;
}

.hotels-property-price strong {
  display: block;
  color: var(--hotels-ink);
  font-size: 21px;
  line-height: 1.1;
  font-weight: 850;
}

.hotels-property-price span {
  color: var(--hotels-purple);
  font-size: 13px;
  font-weight: 600;
}

.hotels-property-cta {
  display: none;
}

.hotels-results-empty,
.hotels-results-pagination {
  padding: 24px;
  border: 1px solid var(--hotels-line);
  border-radius: 16px;
  background: #fff;
}

.hotels-results-empty h3 {
  color: var(--hotels-ink);
  font-size: 22px;
  font-weight: 850;
}

.hotels-results-empty p {
  color: var(--hotels-muted);
  margin: 6px 0 0;
}

.hotels-results-pagination {
  margin-top: 18px;
}

@media (max-width: 1199px) {
  .hotels-results-layout {
    grid-template-columns: minmax(230px, 24%) minmax(0, 1fr);
    gap: 20px;
  }

  .hotels-results-left-rail {
    width: auto;
  }

  .hotels-property-card {
    grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
  }

  .hotels-property-body {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 991px) {
  .hotels-results-page {
    padding-top: 112px;
  }

  .hotels-results-shell {
    width: min(92vw, 760px);
  }

  .hotels-results-layout {
    grid-template-columns: 1fr;
  }

  .hotels-results-left-rail {
    position: static;
  }

  .hotels-results-promo {
    min-height: 190px;
    padding: 26px;
  }

  .hotels-results-promo-copy {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hotels-results-page {
    padding-top: 92px;
  }

  .hotels-results-shell {
    width: calc(100% - 22px);
    padding: 0 11px;
  }

  .hotels-property-card,
  .hotels-property-body {
    grid-template-columns: 1fr;
  }

  .hotels-results-promo {
    display: block;
    min-height: clamp(180px, 50vw, 230px);
    padding: clamp(14px, 4vw, 22px);
  }

  .hotels-results-promo h1 {
    font-size: clamp(22px, 5vw, 28px);
  }

  .hotels-results-promo p {
    font-size: clamp(12px, 3vw, 14px);
  }

  .hotels-results-promo a {
    margin-top: 16px;
    font-size: clamp(13px, 3vw, 15px);
    min-height: 40px;
    padding: 0 16px;
  }

  .hotels-results-sortbar,
  .hotels-results-sortbar form,
  .hotels-results-sortbar label {
    align-items: stretch;
    flex-direction: column;
  }

  .hotels-results-sortbar select {
    min-width: 0;
    width: 100%;
    font-size: clamp(13px, 3vw, 15px);
  }

  .hotels-property-media,
  .hotels-property-media img {
    min-height: clamp(180px, 45vw, 220px);
  }

  .hotels-property-side {
    align-items: stretch;
    text-align: left;
    border-top: 1px solid var(--hotels-line);
    padding-top: 14px;
  }

  .hotels-property-rating {
    justify-items: start;
  }

  .hotels-results-promo-copy {
    width: 100%;
  }

  .hotels-results-promo span {
    font-size: clamp(10px, 2vw, 12px);
  }
}

/* Refined type scale for a cleaner booking-site feel. */
.hotels-results-page {
  --hotels-text-xs: 13px;
  --hotels-text-sm: 15px;
  --hotels-text-md: 16px;
  --hotels-text-lg: 17px;
  --hotels-title-sm: 24px;
  --hotels-title-md: clamp(42px, 5vw, 64px);
  --hotels-hero-copy: 18px;
}

.hotels-results-promo span,
.hotels-results-categories a,
.hotels-results-sortbar label span,
.hotels-results-filters label strong,
.hotels-results-filters .input-wrap label {
  font-size: var(--hotels-text-sm) !important;
}

.hotels-results-promo h1 {
  font-size: var(--hotels-title-md) !important;
  font-weight: 900 !important;
  line-height: 1.02 !important;
}

.hotels-results-promo p {
  max-width: 760px !important;
  font-size: var(--hotels-hero-copy) !important;
  line-height: 1.5 !important;
}

.hotels-results-sortbar > span,
.hotels-results-filters input[type="text"],
.hotels-results-filters div.nice-select,
.hotels-results-filters select,
.hotels-results-filters .checkboxes label,
.hotels-results-sortbar select,
.hotels-property-location,
.hotels-property-summary,
.hotels-property-amenities,
.hotels-property-price span {
  font-size: var(--hotels-text-md) !important;
}

.hotels-results-promo a,
.hotels-results-map-card button,
.hotels-results-filters .btn {
  font-size: var(--hotels-text-lg) !important;
}

.hotels-property-card h2 a {
  font-size: inherit !important;
}

.hotels-results-compare strong,
.hotels-results-filters .widget-title,
.hotels-results-empty h3 {
  font-size: var(--hotels-title-sm) !important;
}

.hotels-property-card h2 {
  font-size: var(--hotels-title-sm) !important;
  line-height: 1.16 !important;
  font-weight: 900 !important;
}

.hotels-property-price strong {
  font-size: 24px !important;
}

.hotels-map-price,
.hotels-results-compare span,
.hotels-property-rating small,
.hotels-property-price small {
  font-size: var(--hotels-text-xs) !important;
}

.hotels-property-rating span,
.hotels-property-price span {
  font-size: var(--hotels-text-sm) !important;
}

.hotels-results-promo {
  min-height: clamp(360px, 34vw, 480px) !important;
  padding: calc(var(--hotels-header-offset, 100px) + 42px) max(24px, 10vw) 56px !important;
  border-radius: 0 !important;
}

.hotels-results-promo-copy {
  width: min(780px, 82vw) !important;
}

.hotels-results-promo span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  margin-bottom: 12px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(255, 255, 255, .45) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .13) !important;
  color: #fff !important;
  text-transform: none !important;
}

.hotels-results-promo a {
  min-height: 48px !important;
  padding: 0 22px !important;
  font-weight: 900 !important;
}

.hotels-results-sortbar > span {
  font-weight: 850 !important;
}

.hotels-property-card {
  min-height: 260px !important;
}

.hotels-property-media,
.hotels-property-media img {
  min-height: 260px !important;
}

.hotels-property-body {
  padding: 22px 20px !important;
}

.hotels-property-location,
.hotels-property-summary {
  line-height: 1.5 !important;
}

.hotels-property-amenities {
  gap: 12px 22px !important;
}

@media (max-width: 767px) {
  .hotels-results-page {
    --hotels-title-md: clamp(34px, 10vw, 46px);
    --hotels-hero-copy: 16px;
  }

  .hotels-property-card h2 {
    font-size: 22px !important;
  }

  .hotels-property-price strong {
    font-size: 22px !important;
  }

  .hotels-results-promo {
    min-height: 340px !important;
    padding: calc(var(--hotels-header-offset, 82px) + 34px) 18px 42px !important;
  }
}
