@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600;700;800;900&display=swap");
[x-cloak] {
  display: none !important;
}

body {
  padding-top: 90px;
}
@media (max-width: 991px) {
  body {
    padding-top: 56px;
  }
}

.pb-10 {
  padding-bottom: 3.5rem !important;
}

.text-shadow-1 {
  text-shadow: 4px 2px 13px black;
}

.text-pink {
  color: #F73AB7;
}

.with-overlay {
  position: relative;
}
.with-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.with-overlay > * {
  position: relative;
  z-index: 1;
}

.wdt-30 {
  width: 300px;
}

.bg-warning {
  background-color: #F0A541 !important;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: #fff;
  height: 90px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
}
.site-header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0.5rem 1.5rem 0.5rem 2rem;
  z-index: 1;
}
.site-header__logo img {
  max-height: 64px;
  width: auto;
}
.site-header__nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #16A9C1;
  clip-path: polygon(70px 0%, 100% 0%, 100% 100%, 0% 100%);
  padding-left: 64px;
  padding-right: 1.5rem;
}
.site-header__row {
  display: flex;
  align-items: center;
}
.site-header__row--top {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.site-header__row--bottom {
  padding-top: 0.3rem;
  justify-content: flex-end;
}
.site-header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.site-header__menu .nav-item {
  position: relative;
}
.site-header__menu .nav-link {
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  white-space: nowrap;
  padding: 0.1rem 0.85rem 0.1rem 0;
  margin-right: 0.85rem;
  transition: opacity 0.15s;
}
.site-header__menu .nav-link:hover, .site-header__menu .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}
.site-header__menu .nav-link.active {
  font-weight: 700;
}
.site-header__menu .nav-link.dropdown-toggle::after {
  border-top-color: rgba(255, 255, 255, 0.8);
}
.site-header__menu .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0.4rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  margin-top: 0.25rem;
}
.site-header__menu .dropdown-menu .dropdown-item {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  color: #0d2d4e;
}
.site-header__menu .dropdown-menu .dropdown-item:hover, .site-header__menu .dropdown-menu .dropdown-item:focus {
  background: #f0f6ff;
  color: #0d2d4e;
}
.site-header__menu .dropdown-menu .dropdown-item.active {
  background: #16A9C1;
  color: #fff;
}
.site-header__info-link {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-family: "Urbanist", sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 10px;
  transition: color 0.15s;
}
.site-header__info-link + .site-header__info-link, .site-header__info-link + .site-header__cart {
  border-left: 2px solid #fff;
}
.site-header__info-link:hover {
  color: #fff;
}
.site-header__info-link--highlight {
  color: #f5c518;
  font-weight: 600;
}
.site-header__info-link--highlight:hover {
  color: #f7d149;
}
.site-header__cart {
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 17px;
  padding: 0 0 0 10px;
  border-left: 2px solid #fff;
  vertical-align: text-bottom;
  transition: opacity 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__cart:hover {
  opacity: 0.8;
  color: #fff;
}
.site-header__cart-badge {
  position: absolute;
  top: -5px;
  right: -9px;
  background: #f5c518;
  color: #16A9C1;
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  font-size: 0.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  transform: translate(45%, -60%);
}

.site-header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  align-items: center;
  background: #fff;
  height: 56px;
  padding: 0 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.site-header-mobile__logo {
  display: flex;
  align-items: center;
}
.site-header-mobile__logo img {
  max-height: 40px;
  width: auto;
}
.site-header-mobile__toggler {
  background: none;
  border: none;
  color: #16A9C1;
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 1;
  padding: 0.25rem;
}

.searchbar-wrap {
  background: #007BFF;
  padding: 2rem 0;
  position: relative;
  z-index: 10;
}

.search-form {
  background: linear-gradient(135deg, #16A9C1, #10798a);
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 12px 32px rgba(22, 169, 193, 0.3);
  font-family: "Urbanist", sans-serif;
}

.search-form__tabs {
  display: flex;
  margin-bottom: 1.25rem;
}
.search-form__tabs .tab-btn {
  border: solid 2px transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  padding: 0.4rem 1.1rem;
  margin-left: 0.25rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s;
}
.search-form__tabs .tab-btn:first-child {
  margin-left: 0;
}
.search-form__tabs .tab-btn + .tab-btn {
  border-left: 2px dashed rgba(255, 255, 255, 0.4);
  border-radius: 0 999px 999px 0;
  padding-left: 1.1rem;
}
.search-form__tabs .tab-btn:hover {
  color: #fff;
}
.search-form__tabs .tab-btn.active {
  background: #F0A541;
  border-color: #F0A541;
  color: #fff;
}

.search-form__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
}

.search-form__field {
  flex: 1 1 200px;
}
.search-form__field label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.95);
}
.search-form__field .form-control,
.search-form__field .form-select {
  border: none;
  border-radius: 0.6rem;
  padding: 0.55rem 0.8rem;
  font-family: "Urbanist", sans-serif;
  color: #0d2d4e;
  background: #fff;
}
.search-form__field .form-control:focus,
.search-form__field .form-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 165, 65, 0.3);
}
.search-form__field .form-control:disabled,
.search-form__field .form-select:disabled {
  background: rgba(255, 255, 255, 0.6);
  color: #8a8a8a;
}
.search-form__field button.form-control {
  text-align: left;
  cursor: pointer;
}
.search-form__field--submit {
  flex: 0 1 160px;
}
.search-form__field--submit button {
  width: 100%;
  background: #F0A541;
  border-color: #F0A541;
  color: #fff;
  font-weight: 700;
  border-radius: 0.6rem;
  padding: 0.6rem 0.8rem;
  font-family: "Urbanist", sans-serif;
  transition: background-color 0.2s;
}
.search-form__field--submit button:hover, .search-form__field--submit button:focus {
  background: #ed931b;
  border-color: #ed931b;
}
.search-form__field--submit button:disabled {
  opacity: 0.7;
}
.search-form__field--date, .search-form__field--occupancy {
  position: relative;
}

.date-picker-wrap {
  position: fixed;
  z-index: 3000;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.occupancy-panel {
  position: fixed;
  z-index: 3000;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 1rem;
  min-width: 280px;
  font-family: "Urbanist", sans-serif;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.occupancy-panel strong {
  color: #0d2d4e;
}
.occupancy-panel .btn-outline-secondary {
  border-color: #16A9C1;
  color: #16A9C1;
}
.occupancy-panel .btn-outline-secondary:hover {
  background: #16A9C1;
  border-color: #16A9C1;
  color: #fff;
}
.occupancy-panel .btn-outline-primary {
  border-color: #F0A541;
  color: #F0A541;
}
.occupancy-panel .btn-outline-primary:hover {
  background: #F0A541;
  border-color: #F0A541;
  color: #fff;
}

.occupancy-room {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #f0f0f0;
}
.occupancy-room:last-of-type {
  border-bottom: none;
}

.search-form--vertical .search-form__fields {
  flex-direction: column;
  align-items: stretch;
}
.search-form--vertical .search-form__field,
.search-form--vertical .search-form__field--submit {
  flex: 1 1 auto;
}

.search-form--embedded {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.search-form--embedded .search-form__field label {
  color: #0d2d4e;
}
.search-form--embedded .search-form__field .form-control,
.search-form--embedded .search-form__field .form-select {
  border: 1px solid #dee2e6;
}
.search-form--embedded .search-form__field .form-control:disabled,
.search-form--embedded .search-form__field .form-select:disabled {
  background: #f4f4f4;
}
.search-form--embedded .search-form__tabs .tab-btn {
  color: #6C757D;
}
.search-form--embedded .search-form__tabs .tab-btn + .tab-btn {
  border-left-color: #dee2e6;
}
.search-form--embedded .search-form__tabs .tab-btn:hover {
  color: #0d2d4e;
}
.search-form--embedded .search-form__tabs .tab-btn.active {
  color: #fff;
}

@media (max-width: 767px) {
  .hero {
    height: 75vh;
  }
  .search-form__field {
    flex: 1 1 100%;
  }
}
.results-page {
  font-family: "Urbanist", sans-serif;
  background: #f0f6ff;
  min-height: 80vh;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.results-page__heading {
  color: #0d2d4e;
}

.listing-bg {
  font-family: "Urbanist", sans-serif;
  background: #f0f6ff;
}

.results-sidebar-card {
  border-radius: 10px;
  overflow: hidden;
}
.results-sidebar-card__header {
  background: #0d2d4e;
  color: #fff;
  border: none;
}

@media (min-width: 992px) {
  .results-filter-card {
    position: sticky;
    top: 1.5rem;
  }
}

.results-filter-reset {
  color: #16A9C1;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0;
}
.results-filter-reset:hover, .results-filter-reset:focus {
  color: #118193;
}

.results-filter-group {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eef1f5;
}
.results-filter-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.results-filter-label {
  color: #0d2d4e;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.results-filter-group-toggle {
  color: #0d2d4e;
}
.results-filter-group-toggle:hover, .results-filter-group-toggle:focus {
  color: #16A9C1;
}

.results-filter-chevron {
  font-size: 0.7rem;
  color: #9aa5b1;
  transition: transform 0.2s;
}
.results-filter-chevron.is-open {
  transform: rotate(180deg);
}

.results-filter-star {
  color: #f59e0b;
  font-size: 0.8rem;
}

.results-filter-check {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.results-filter-check .form-check-input {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
  flex-shrink: 0;
  accent-color: #16A9C1;
  cursor: pointer;
}
.results-filter-check .form-check-input:focus {
  border-color: #16A9C1;
  box-shadow: 0 0 0 0.2rem rgba(22, 169, 193, 0.15);
}
.results-filter-check .form-check-label {
  cursor: pointer;
  flex: 1;
  min-width: 0;
}
.results-filter-check .form-check-label:hover {
  color: #16A9C1;
}

.results-filter-count {
  color: #9aa5b1;
  font-size: 0.75rem;
  font-weight: 600;
  flex-shrink: 0;
}

.results-empty-icon {
  color: #16A9C1;
  opacity: 0.4;
}

.btn-teal {
  background: #16A9C1;
  border-color: #16A9C1;
  color: #fff;
}
.btn-teal:hover, .btn-teal:focus, .btn-teal:active {
  background: #12899c !important;
  border-color: #12899c !important;
  color: #fff !important;
}

.btn-outline-teal {
  border: 1px solid #16A9C1;
  color: #16A9C1;
  background: transparent;
}
.btn-outline-teal:hover, .btn-outline-teal:focus, .btn-outline-teal:active {
  background: #16A9C1 !important;
  border-color: #16A9C1 !important;
  color: #fff !important;
}

#results-grid {
  transition: opacity 0.25s ease;
}

[data-results-filter]:checked ~ label,
[data-results-filter]:checked + label {
  color: #16A9C1;
  font-weight: 600;
}

#sort-select {
  font-size: 0.85rem;
  border-color: #dee2e6;
  color: #0d2d4e;
  min-width: 180px;
}
#sort-select:focus {
  border-color: #16A9C1;
  box-shadow: 0 0 0 0.2rem rgba(22, 169, 193, 0.2);
}

.rc-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: rgba(255, 255, 255, 0.95);
  color: #0d2d4e;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.02em;
}

.rc-stars {
  color: #f59e0b;
  font-size: 0.78rem;
}

.rc-title {
  color: #0d2d4e;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.rc-location {
  color: #16A9C1;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.rc-location i {
  color: #16A9C1;
}

.rc-summary {
  color: #696969;
}

.rc-rating-badge {
  background: #16A9C1;
  color: #fff;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
}

.rc-rating-text {
  font-size: 0.7rem;
}

.rc-amenity,
.rc-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: #fff;
  color: #0d2d4e;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  white-space: nowrap;
}

.rc-tag {
  background: #f0f6ff;
}

.rc-footer {
  border-top: 1px solid rgba(13, 45, 78, 0.08);
}

.rc-price-value {
  color: #F0A541;
  font-weight: 700;
}

.rc-price-label {
  color: #8a8a8a;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.rc-cta {
  background: #16A9C1;
  border-color: #16A9C1;
  color: #fff;
  font-weight: 600;
  border-radius: 999px;
  transition: background 0.15s, border-color 0.15s;
}
.rc-cta:hover, .rc-cta:focus {
  background: #12899c;
  border-color: #12899c;
  color: #fff;
}

.result-card {
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.result-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.75rem 1.5rem rgba(13, 45, 78, 0.12) !important;
}
.result-card__img-wrap {
  position: relative;
  height: 190px;
  overflow: hidden;
  background: #e9ecef;
}
.result-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.result-card__body {
  background: #f0f6ff;
}
.result-card .rc-title {
  font-size: 0.95rem;
}
.result-card .rc-summary {
  flex-grow: 1;
  overflow: hidden;
}
.result-card .rc-price-value {
  font-size: 1.3rem;
}

#load-more-wrap {
  padding-top: 2rem;
}

.detail-page-static {
  font-family: "Urbanist", sans-serif;
}

.detail-header {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .detail-header {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
  }
}

.detail-title {
  color: #0d2d4e;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .detail-title {
    font-size: 1.85rem;
  }
}

.detail-type {
  color: #6e6e6e;
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: capitalize;
  margin-top: 0.35rem;
  display: flex;
  align-items: center;
}

.detail-stars {
  color: #f59e0b;
  font-size: 0.8rem;
}

.detail-location {
  color: #16A9C1;
  font-weight: 600;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}
.detail-location i {
  color: #6e6e6e;
}
@media (min-width: 768px) {
  .detail-location {
    margin-top: 0.6rem;
  }
}

.detail-gallery {
  --detail-gallery-height: 480px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0.5rem;
  height: var(--detail-gallery-height);
  border-radius: 10px;
  overflow: hidden;
}
.detail-gallery__item {
  position: relative;
  grid-column: span 2;
  grid-row: span 1;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  overflow: hidden;
}
.detail-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.detail-gallery__item:hover img {
  transform: scale(1.04);
}
.detail-gallery--1 .detail-gallery__item {
  grid-column: 1/5;
  grid-row: 1/3;
}
.detail-gallery--2 .detail-gallery__item {
  grid-row: 1/3;
}
.detail-gallery--2 .detail-gallery__item:nth-child(1) {
  grid-column: 1/3;
}
.detail-gallery--2 .detail-gallery__item:nth-child(2) {
  grid-column: 3/5;
}
.detail-gallery--3 .detail-gallery__item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.detail-gallery--3 .detail-gallery__item:nth-child(2) {
  grid-column: 3/5;
  grid-row: 1;
}
.detail-gallery--3 .detail-gallery__item:nth-child(3) {
  grid-column: 3/5;
  grid-row: 2;
}
.detail-gallery--4 .detail-gallery__item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.detail-gallery--4 .detail-gallery__item:nth-child(2) {
  grid-column: 3/4;
  grid-row: 1;
}
.detail-gallery--4 .detail-gallery__item:nth-child(3) {
  grid-column: 4/5;
  grid-row: 1;
}
.detail-gallery--4 .detail-gallery__item:nth-child(4) {
  grid-column: 3/5;
  grid-row: 2;
}
.detail-gallery__more {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  background: rgba(13, 45, 78, 0.55);
}

.detail-carousel {
  --detail-carousel-height: 320px;
  height: var(--detail-carousel-height);
  border-radius: 10px;
  overflow: hidden;
}
.detail-carousel__item {
  height: var(--detail-carousel-height);
}
.detail-carousel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-carousel .carousel-control-prev,
.detail-carousel .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}
.detail-carousel .carousel-control-prev i,
.detail-carousel .carousel-control-next i {
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.detail-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  padding: 2rem;
}
.detail-lightbox__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 6px;
}
.detail-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  background: none;
  border: 0;
  color: #fff;
  font-size: 1.75rem;
  cursor: pointer;
}
.detail-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  border: 0;
  color: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
}
.detail-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.3);
}
.detail-lightbox__nav--prev {
  left: 1rem;
}
.detail-lightbox__nav--next {
  right: 1rem;
}
.detail-lightbox__counter {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .detail-lightbox {
    padding: 1rem;
  }
}

.detail-section-title {
  color: #212121;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.detail-description {
  color: #696969;
  font-size: 1rem;
  line-height: 1.5;
}

.detail-amenities {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}

.detail-amenity {
  color: #000;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0 0.9rem;
  border-left: 1px solid #ddd;
}
.detail-amenity:first-child {
  border-left: none;
  padding-left: 0;
}
.detail-amenity i {
  color: #16A9C1;
  margin-right: 0.4rem;
}

.details-cnt {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .details-cnt {
    flex-direction: row;
    align-items: flex-start;
  }
}

.details-cnt__summary {
  flex: 1 1 auto;
  min-width: 0;
}

.details-cnt__aside {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .details-cnt__aside {
    flex-basis: 320px;
    width: 320px;
    position: sticky;
    top: 1.5rem;
  }
}

.availability-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.availability-box__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0d2d4e;
  text-align: center;
  margin-bottom: 1rem;
}

.details-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.details-tabs__item {
  background: none;
  border: 0;
  padding: 0.5rem 1.1rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: #6e6e6e;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s;
}
.details-tabs__item:hover:not(.active) {
  background: #f0f6ff;
  color: #0d2d4e;
}
.details-tabs__item.active {
  background: #16A9C1;
  color: #fff;
}

.detail-accordion {
  border-bottom: 1px solid #eee;
  padding: 0.9rem 0;
}
.detail-accordion:first-child {
  padding-top: 0;
}
.detail-accordion__title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  background: none;
  border: 0;
  padding: 0;
  text-align: left;
  font-weight: 700;
  font-size: 1.05rem;
  color: #0d2d4e;
  cursor: pointer;
}
.detail-accordion__title i {
  color: #16A9C1;
  width: 1rem;
  text-align: center;
}
.detail-accordion__text {
  color: #696969;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0.75rem;
  padding-left: 1.6rem;
}

.detail-amenities-block {
  margin-top: 1.5rem;
}

.detail-document {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid #eee;
}
.detail-document:last-child {
  border-bottom: 0;
}
.detail-document__name {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 500;
  color: #212121;
}
.detail-document__name i {
  color: #16A9C1;
}

.detail-map-address {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #696969;
  margin-bottom: 1rem;
}
.detail-map-address i {
  color: #16A9C1;
}

.detail-map-embed {
  border-radius: 10px;
  overflow: hidden;
  height: 400px;
}
.detail-map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.custom-switch {
  display: inline-flex;
  align-items: center;
  width: 48px;
  height: 26px;
  background: #dee2e6;
  border-radius: 999px;
  position: relative;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
}
.custom-switch span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  transition: left 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.custom-switch.active {
  background: #007BFF;
}
.custom-switch.active span {
  left: 25px;
}

.pick-item {
  display: flex;
  background: #fff;
  border: 1px solid #e5e9ef;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s;
}
.pick-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.pick-item .item-gallery-col {
  width: 220px;
  flex-shrink: 0;
}
.pick-item .item-gallery {
  position: relative;
  height: 100%;
  min-height: 180px;
}
.pick-item .item-gallery .main-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 180px;
}
.pick-item .item-gallery .prev-btn,
.pick-item .item-gallery .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  font-size: 0.75rem;
  transition: background 0.15s;
}
.pick-item .item-gallery .prev-btn:hover,
.pick-item .item-gallery .next-btn:hover {
  background: rgba(0, 0, 0, 0.65);
}
.pick-item .item-gallery .prev-btn {
  left: 6px;
}
.pick-item .item-gallery .next-btn {
  right: 6px;
}
.pick-item .item-info {
  flex: 1;
  padding: 1.25rem;
  min-width: 0;
}
.pick-item .item-info .item-title {
  font-weight: 700;
  font-size: 1rem;
  color: #0d2d4e;
  margin-bottom: 0.2rem;
}
.pick-item .item-info .item-subtitle {
  font-size: 0.82rem;
  color: #6C757D;
  margin-bottom: 0.6rem;
}
.pick-item .item-info .item-description {
  font-size: 0.85rem;
  color: #6C757D;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pick-item .price-infos {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-left: 1px solid #f0f0f0;
  min-width: 90px;
}
.pick-item .price-infos .item-price {
  font-weight: 700;
  font-size: 1.15rem;
  color: #0d2d4e;
  white-space: nowrap;
  text-align: center;
}
.pick-item .item-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border-left: 1px solid #f0f0f0;
}
.pick-item .item-actions .action-label {
  font-size: 0.72rem;
  color: #6C757D;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .pick-item {
    flex-direction: column;
  }
  .pick-item .item-gallery-col {
    width: 100%;
    height: 200px;
  }
  .pick-item .item-gallery-col .item-gallery,
  .pick-item .item-gallery-col .main-image {
    min-height: 200px;
  }
  .pick-item .price-infos,
  .pick-item .item-actions {
    border-left: none;
    border-top: 1px solid #f0f0f0;
    padding: 0.75rem 1.25rem;
  }
  .pick-item .price-infos {
    justify-content: flex-start;
  }
  .pick-item .item-actions {
    flex-direction: row;
    justify-content: flex-start;
  }
}

.extra-pick-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  border: 1px solid #e5e9ef;
  border-radius: 0.5rem;
  margin-bottom: 0.45rem;
  background: #fff;
  font-size: 0.9rem;
}
.extra-pick-item .item-name {
  color: #212529;
  flex-shrink: 0;
}
.extra-pick-item .extra-spacer {
  flex: 1;
}
.extra-pick-item .price-infos .item-price {
  font-weight: 700;
  color: #0d2d4e;
  white-space: nowrap;
  font-size: 0.95rem;
}
.extra-pick-item .extra-item-actions {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}
.extra-pick-item .extra-item-actions .action-label {
  font-size: 0.72rem;
  color: #6C757D;
}
.extra-pick-item.confirm-pick-item {
  background: #f0f6ff;
  border-color: #c7deff;
}

.on-site-badge {
  font-size: 0.7rem;
  font-weight: 600;
  background: rgba(40, 167, 69, 0.12);
  color: #19692c;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  white-space: nowrap;
}

.picker-cnt .static-items {
  display: flex;
  flex-direction: column;
}
.picker-cnt .travio-results .pick-group-cnt.not-first {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e9ef;
}
.picker-cnt .travio-results .pick-group-cnt > h4 {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #6C757D;
  margin-bottom: 1rem;
}

.travio-history-cnt {
  margin-bottom: 1.5rem;
}
.travio-history-cnt .history-service .history-title {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #6C757D;
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
  border-bottom: 2px solid #007BFF;
}
.travio-history-cnt .history-service .history-item .pick-item {
  opacity: 0.95;
}
.travio-history-cnt .history-service .history-item .pick-item .item-actions .custom-switch {
  background: #28A745;
  pointer-events: none;
}
.travio-history-cnt .history-service .history-item .pick-item .item-actions .custom-switch span {
  left: 25px;
}

.cart-recap {
  background: #fff;
  border: 1px solid #e5e9ef;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 1.5rem;
}
.cart-recap .cart-title {
  font-weight: 700;
  font-size: 1.05rem;
  color: #0d2d4e;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e9ef;
}
.cart-recap .cart-item {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.cart-recap .cart-item:last-child {
  border-bottom: none;
}
.cart-recap .cart-item > i.fa-circle-check {
  color: #28A745;
  margin-top: 0.15rem;
  flex-shrink: 0;
}
.cart-recap .cart-item .item-info {
  flex: 1;
  min-width: 0;
}
.cart-recap .cart-item .title {
  font-weight: 600;
  font-size: 0.88rem;
  color: #0d2d4e;
}
.cart-recap .cart-item .item-dates {
  font-size: 0.78rem;
  margin-top: 0.2rem;
}
.cart-recap .cart-item .hotel-info {
  margin-top: 0.3rem;
}
.cart-recap .cart-item .hotel-info .rating i {
  color: #f6c90e;
  font-size: 0.72rem;
}
.cart-recap .cart-item .hotel-info .geo {
  font-size: 0.78rem;
  color: #6C757D;
}
.cart-recap .cart-item .item-detail {
  margin-top: 0.45rem;
  padding-left: 0.6rem;
  border-left: 2px solid #007BFF;
}
.cart-recap .cart-item .item-detail .title {
  font-size: 0.83rem;
}
.cart-recap .cart-item .item-detail .subtitle {
  font-size: 0.78rem;
  color: #6C757D;
  margin-top: 0.1rem;
}
.cart-recap .cart-item .item-detail .subtitle small {
  margin-left: 0.3rem;
  color: #28A745;
}
.cart-recap .cart-infos {
  padding-top: 0.5rem;
}
.cart-recap .cart-infos .cart-total {
  padding: 0.75rem 0;
}
.cart-recap .cart-infos .cart-total .label {
  display: block;
  font-size: 0.78rem;
  color: #6C757D;
  margin-bottom: 0.2rem;
}
.cart-recap .cart-infos .cart-total .price {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0d2d4e;
  display: block;
}
.cart-recap .cart-infos .cart-total .on-site-prices .price {
  font-size: 0.82rem;
  font-weight: 500;
  color: #6C757D;
}
.cart-recap .cart-infos .cart-adv {
  background: #f0f6ff;
  border-radius: 0.6rem;
  padding: 1rem;
  text-align: center;
  margin-bottom: 0.75rem;
}
.cart-recap .cart-infos .cart-adv .cart-adv-title {
  display: block;
  font-size: 0.78rem;
  color: #6C757D;
  margin-bottom: 0.4rem;
}
.cart-recap .cart-infos .cart-adv .cart-adv-infos {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.25rem;
}
.cart-recap .cart-infos .cart-adv .cart-adv-infos .big {
  font-size: 2.2rem;
  font-weight: 800;
  color: #007BFF;
  line-height: 1;
}
.cart-recap .cart-infos .cart-adv .cart-adv-infos .small {
  font-size: 0.72rem;
  color: #6C757D;
  text-align: left;
  line-height: 1.35;
}
.cart-recap .cart-infos .cart-adv > .small {
  font-size: 0.72rem;
  color: #6C757D;
}
.cart-recap .cart-actions {
  display: flex;
  gap: 0.5rem;
}
.cart-recap .cart-actions .btn {
  flex: 1;
  font-size: 0.83rem;
}

.cart-page {
  font-family: "Urbanist", sans-serif;
  max-width: 900px;
  margin: 0 auto;
}

.custom-icon {
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border-radius: 14px;
  background: #bababa;
  vertical-align: middle;
}
.custom-icon.active {
  background-color: #16A9C1;
}
.custom-icon .inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 14px;
  background: #fff;
}

.services-cnt {
  display: flex;
  flex-direction: column;
}

.service-cnt {
  position: relative;
  background-color: #FAFAFA;
  border: 1px solid #E3E3E3;
  padding: 14px 1rem 10px;
  margin-bottom: 13px;
}
.service-cnt:last-child {
  margin-bottom: 0;
}
.service-cnt:has(.service-price-cnt) {
  padding-bottom: 40px;
}
.service-cnt.hotel-cnt {
  padding-top: 30px;
}

.service-floating-type-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  padding: 2px 8px;
  background: #16A9C1;
  color: #fff;
  text-transform: capitalize;
  font-size: 0.8rem;
  text-align: center;
}

.service-price-cnt {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -1px;
  margin-bottom: -1px;
  display: flex;
  align-items: center;
}

.service-floating-price-label {
  width: 170px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #16A9C1;
  color: #fff;
  padding: 0 0.6rem;
  text-transform: capitalize;
}
.service-floating-price-label .label {
  font-size: 16px;
  font-weight: 700;
}
.service-floating-price-label .total {
  font-size: 20px;
  font-weight: 700;
}

.service-title {
  margin-top: 20px;
  padding-left: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.service-title-label {
  font-size: 17px;
}

.your-choice-row {
  width: 100%;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  padding: 0.3rem 0 0.3rem 8px;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.your-choice-row .label {
  color: #16A9C1;
  margin-right: 1rem;
  font-size: 12px;
}
.your-choice-row span {
  font-size: 12px;
  line-height: 15px;
}
.your-choice-row i {
  color: #16A9C1;
  margin-right: 0.35rem;
}

.extra-cnt {
  padding-left: 8px;
  margin-top: 10px;
}
.extra-cnt .extra-name {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.hotel-img {
  border-radius: 10px;
  max-height: 134px;
  max-width: 219px;
  object-fit: cover;
  width: 100%;
}

.hotel-title {
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}

.hotel-rating i {
  color: #f6c90e;
  font-size: 0.75rem;
}

.hotel-location i {
  color: #16A9C1;
}
.hotel-location span {
  font-size: 11px;
  line-height: 13px;
}

.hotel-detail .title {
  color: #16A9C1;
  font-size: 12px;
  line-height: 15px;
}
.hotel-detail .hotel-accommodation,
.hotel-detail .hotel-boarding {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.total-price-cnt {
  border: 1px solid #E3E3E3;
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.total-price-cnt .label {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}
.total-price-cnt .total {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #16A9C1;
}
.total-price-cnt .on-site-prices-cnt {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.total-price-cnt .on-site-prices-cnt .label, .total-price-cnt .on-site-prices-cnt .total {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
}
.total-price-cnt .on-site-prices-cnt .total {
  font-weight: 600;
  color: #16A9C1;
}

.paxes-cnt {
  border: 1px solid #E3E3E3;
  padding: 1.5rem;
}
.paxes-cnt > .title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

.pax-cnt .pax-title {
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  color: #16A9C1;
}
.pax-cnt .pax-extra-title {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #16A9C1;
}

.payment-methods-cnt {
  border: 1px solid #E3E3E3;
  padding: 1.5rem;
}
.payment-methods-cnt > .label {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}
.payment-methods-cnt > .title {
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  color: #16A9C1;
  margin-bottom: 9px;
}

.payment-method-cnt {
  display: flex;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #D6D6D6;
  padding: 20px 10px;
  cursor: pointer;
}
.payment-method-cnt.active {
  background-color: rgba(22, 169, 193, 0.1);
}
.payment-method-cnt img {
  max-height: 24px;
  width: auto;
}

.conditions-cnt .conditions {
  font-size: 13px;
  line-height: 16px;
}
.conditions-cnt .conditions a {
  color: #16A9C1;
  text-decoration: underline;
}

.result-card-list {
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.result-card-list:hover {
  box-shadow: 0 0.75rem 1.5rem rgba(13, 45, 78, 0.12) !important;
}
.result-card-list__img-col {
  width: 240px;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .result-card-list__img-col {
    width: 100%;
  }
}
.result-card-list__img-wrap {
  position: relative;
  height: 100%;
  min-height: 180px;
  background: #e9ecef;
  overflow: hidden;
}
@media (max-width: 575px) {
  .result-card-list__img-wrap {
    height: 180px;
  }
}
.result-card-list__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.result-card-list__img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 180px;
  background: #e9ecef;
}
.result-card-list__body {
  background: #f0f6ff;
}
.result-card-list__summary {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.result-card-list .rc-title {
  font-size: 1rem;
}
.result-card-list .rc-price-value {
  font-size: 1.4rem;
}