body {
  font-family: var(--default-font-family);
  font-weight: 400;
  line-height: 1.6;
  color: #000000 !important;
  margin: 0 auto;
  padding: 20px;
  font-size: 15px;
}

.search_results {
  text-align: center;
  margin-top: 30px;
}

.search_results_span {
  font-size: 18px;

}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: .2s linear;
  -moz-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  text-decoration: none;
}

a.select-room-btn:focus {
  color: #fff !important;
}

a:hover {
  text-decoration: none;
}

input[type="text"], input[type="email"], input[type="number"] {
  width: 100%;
  padding: .5rem 1rem;
  /* margin: 5px 0 15px; */
  margin: 0;
  box-sizing: border-box;
  border-radius: 6px;
  height: 38px !important;
  border: 1px solid #BCBCBC;
  color: #000 !important;
  font-family: var(--default-font-family);
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 13px;
  outline: none;
}

button {
  background-color: var(--main-bg-color);
  color: #fff;
  padding: 8px 24px;
  border-radius: 5px;
  border: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .5px;
  cursor: pointer;
  font-family: var(--default-font-family);
  transition: all .5s ease-in-out;
  outline: none;
}

.divwrap {
  display: flex;
  gap: 7px;
}

button:focus {
  outline: none;
}

button:hover {
  opacity: .9;
}

select {
  width: 100%;
  padding: 8px 16px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("/ibe/5/assets/images/custom-arrow-down.svg") no-repeat right center;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  padding-right: 2.5em;
  height: 38px;
  border: 1px solid #BCBCBC;
  font-weight: 300;
  font-size: 13px;
  outline: none;
  font-family: var(--default-font-family);
  color: #000;
}

input[type="text"]:focus,
select:focus {
  border: 1px solid var(--main-bg-color);
}

.radio-grouping input[type=checkbox] {
  width: 0.75em;
  height: 0.75em;
}

input[type=checkbox] {
  float: left;
  margin-right: 10px;
  appearance: none;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: .1em solid currentColor;
  display: grid;
  cursor: pointer;
  margin: 0;
  border-radius: 5px;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  transform: translateY(-.075em);
  place-content: center;
  background-color: #fff;
}

input[type=checkbox]:checked::before {
  transform: scale(1) !important;
}

input[type=checkbox]::before,
input[type=checkbox]:before {
  content: "";
  width: .45em;
  height: .45em;
  transform: scale(0);
  transition: transform 120ms ease-in-out;
  box-shadow: inset 1em 1em var(--main-bg-color);
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type=checkbox]:checked:after {
  border-radius: 2px;
  content: '';
  display: inline-block;
  visibility: visible;
  position: relative;
}

input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
  width: initial;
  height: initial;
  top: initial;
  left: initial;
  background-color: initial;
}

input[type=checkbox]:checked:after {
  border: initial;
}

.custom-checkbox {
  font-size: 15px !important;
  margin: 0 !important;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.custom-checkbox {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 2px solid #ccc;
  border-radius: 4px;
}

/* On hover */
.custom-checkbox:hover .checkmark {
  background-color: #ddd;
}

.custom-checkbox input:checked~.checkmark {
  background-color: var(--main-bg-color);
  border-color: var(--main-bg-color);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox input:focus~.checkmark {
  box-shadow: 0 0 0 2px #005fcc;
}

.autoComplete_wrapper {
  width: 100%;
}

.btn-next-step {
  font-size: 13px;
}

.error {
  color: #D33513;
  text-align: center;
  margin-top: 20px;
}

.form-check {
  /* margin-top: 1rem; */
  display: flex;
  align-items: center;
  /* margin-bottom: 35px; */
  margin: 1rem auto;
  width: fit-content;
}

.taxes-include {
  font-size: 12px !important;
  color: #888;
  font-style: italic;
}

.price-wrapper .taxes-include {
  width: max-content;
}

.taxes-include.sup1 {
  font-size: 11px !important;
  margin-top: -5px;
}

.form-check-label {
  font-weight: 400;
  font-size: 15px;
  padding-left: 30px;
  cursor: pointer;
}

.rate-type hr {
  border: none;
}

.mfp-content img.mfp-img {
  max-width: 1025px !important;
  border-radius: 5px;
  padding: 0;
  margin: 40px 0 40px;
}

.rate-type-btn:hover {
  color: #fff !important;
}

.travel-summary-box:hover,
.rate-types-list>li .rate-type .price .rate-type-btn:hover,
.btn-gold:hover,
#next-step.enabled:hover,
#next-step-2.enabled:hover,
.select-room-btn2:hover {
  filter: brightness(115%);
}

.close {
  position: absolute;
  right: 15px;
  top: 10px;
}

.warning {
  color: #D33513 !important;
  padding-left: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: var(--default-font-family-medium);
}

.roomsleft {
  color: #D33513;
  margin-bottom: 6px;
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--default-font-family);
}

.rooms-column.grid .roomsleft {
  margin: 0 !important;
}

.card-header {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  background: transparent;
  border: 0;
  padding: 0;
  /* background-color: green; */
}

.hotel-listing {
  position: relative;
  display: grid;
  justify-content: space-between;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px;
  border-radius: 5px;
}

.grid .hotel-listing {
  padding: 0px;
}

.rooms-column.grid .toggle-desc-link {
  display: none;
}

.rooms-column.grid .hotel-listing {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  max-width: 330px;
}

.rooms-column.grid .slides img {
  max-height: 206px;
  object-fit: cover !important;
}

.roomdescr {
  padding: 0 !important;
  max-width: 100% !important;
}

.slides.lightbox-slides {
  max-width: 100% !important;
  flex: initial !important;
  max-width: 100% !important;
}

.all-wrap {
  width: 1152px;
  margin: 0 auto;
}

.icons-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 1rem;
}

.rooms-column.grid .icons-wrapper {
  row-gap: 10px;
  flex-wrap: wrap;
}

.rooms-column.grid .slick-list.draggable {
  height: inherit !important;
}

.list-item-image {
  display: flex;
  height: 310px !important;
  width: 100%;
  position: relative;
  /* needed so the pseudo-element positions correctly */
  overflow: hidden;
}

/* .list-item-image::after {
  content: "";
  position: absolute;
  inset: 0; 
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0)
  );
  pointer-events: none;
  z-index: 2;
} */
.list-item-image::after {
  z-index: 1;
  background: none;
}

.list-item-image .image-gradient-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 45%);
  border-radius: 5px;
}

.property-wrapper .list-item-image {
  height: 206px !important;
}

.rooms-column.grid .list-item-image {
  height: 206px !important;
}

.subheader-wrapper {
  display: flex;
  flex-direction: column;
  /* margin: 2rem 0; */
  width: fit-content;
  background: #F5F5F5;
  padding: 1rem 55px;
  padding-bottom: 42px;
  border-radius: 6px;
  gap: 55px;
  width: 100%;
}

span.detail-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.details-parent {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  /* justify-items: center; */
  align-items: center;
  position: relative;
}

.tool-parent-wrap {
  position: relative;
  height: 100%;
}

.tool-options {
  display: grid;
  grid-template-columns: auto auto auto;
  height: 100%;
  position: absolute;
  right: 0;
  /* top: 0; */
  height: 68px;
  gap: 0px;
  bottom: -10px;
  width: 100%;
  justify-items: center;
}

.tool-options a {
  font-size: 14px;
}

.room-description,
.txt {
  font-family: var(--default-font-family-light);
  font-size: 15px;
  line-height: 23px;
}

.room-description {
  margin-bottom: 1rem;
}

.rl {
  font-size: 12px;
  font-family: var(--default-font-family);
}

.details {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  background-color: color-mix(in srgb, var(--main-bg-color) 7%, white);
  padding: 17px 28px;
  width: fit-content;
  font-size: 14px;
  border-radius: 6px;
  width: max-content;
}

.details-parent a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  justify-content: center;
  border-radius: 6px 6px 0 0;
  outline: none;
  text-decoration: none;
  text-align: left;
}

.navbar-select {
  appearance: none;
}

.modify-booking .tabs a {
  background: #fff;
  padding: 1rem;
  width: 252px;
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
}

.modify-booking>ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  width: fit-content;
  padding: 0;
  margin: 0;
}

.modify-booking a:hover {
  background-color: #efefef;
}

.modify-booking a.selectedTab {
  background-color: var(--main-bg-color);
  color: #fff;
}

.modify-booking a#H {
  border-radius: 0 5px 5px 0;
}

.modify-booking a#A {
  border-radius: 5px 0 0 5px;
}

.modify-booking-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* height: 300px; */
  background: #ffff;
  padding: 36px 56px;
  border-radius: 6px;
  gap: 40px;
}

.two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.one-column {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
}

.wrapper-input label {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  color: #333333;
}

.btn-show-rates {
  display: flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
}

.rooms-column.grid .btn-show-rates {
  min-width: fit-content !important;
  font-family: var(--default-font-family) !important;
}

.rooms-column.grid .parent-pricing {
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
}

.grid .starting-label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  justify-self: center;
  text-transform: capitalize;
  margin: auto;
  color: #000;
  font-family: var(--default-font-family);
  /* text-transform: uppercase; */
}

.rooms-column.grid .price-type {
  font-weight: 300;
}

.preci.custom-price {
  font-family: var(--default-font-family) !important;
  font-weight: 400;
}

.grid .preci.custom-price {
  font-size: inherit !important;
  font-weight: 500;
  font-family: var(--default-font-family);
}

.grid .preci.custom-price:after {
  font-size: inherit !important;
  font-family: inherit !important;
}

.w-100 {
  width: 100%;
}

.form-booking-modify {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.modify-link {
  font-size: 12px;
  padding: 0 20px;
  transition: all .5ms ease;
  background-color: color-mix(in srgb, var(--main-bg-color) 7%, white) !important;
}

.modify-link:hover {
  color: #efefef;
}

.subheader-wrapper {
  display: none;
  /* Hidden by default */
}

.grid {
  display: grid;
}

.hidden {
  display: none !important;
}

.subheader-wrapper.visible {
  display: block;
  /* Or whatever display value you need */
  width: 100%;
}

.rooms-column {
  margin: 0px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rooms-column.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}

.toggle-desc-link {
  font-family: var(--default-font-family-light);
  font-size: 15px;
  margin-top: 5px;
  display: block;
  width: fit-content;
}

.toggle-container {
  background-color: #f5f5f5;
  padding: 5px;
  border-radius: 15px;
  display: inline-flex;
  gap: 5px;
  width: fit-content;
  justify-self: flex-end;
  height: fit-content;
  align-self: center;
}

.tool-options .toggle-container {
  margin-left: 15px;
}

.toggle-btn {
  border: none;
  background: transparent;
  padding: 0px 12px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  font-family: sans-serif;
  transition: all 0.5ms ease;
  border: 1px solid transparent;
  outline: none;
  color: #000;
  text-transform: none;
}

.toggle-btn:focus {
  outline: none;
}

.toggle-btn.active {
  background: white;
  border: 1px solid #000;
  color: #000;
}

.details-parent a.active {
  background-color: #f5f5f5;
  border-radius: 6px 6px 0 0;
  color: #000 !important;
}

.details-parent a:hover {
  color: #302c2c;
  text-decoration: none;
}

.room-elem {
  display: grid;
  flex-direction: column;
  width: 100%;
}

.room-elem.grid {
  height: 100%;
}

.property-wrapper {
  margin-top: 10px;
  padding: 30px 36px;
  background-color: #f5f5f5;
  border-radius: 6px;
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  gap: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.property-wrapper.grid-cols-2 .room-elem {
  flex: 1 1 calc(50% - 1.5rem);
  max-width: calc(50% - 1.5rem);
}

.property-wrapper .room-elem {
  flex: 1 1 calc(33.333% - 1.5rem);
  /* 3 per row */
  max-width: calc(33.333% - 1.5rem);
  box-sizing: border-box;
}


/* Optional: keep images responsive */
.room-elem {
  max-width: 100%;
}

.room-elem .block_pic {
  width: 100%;
  /* height: inherit; */
  border-radius: 3px 3px 0 0;
  object-fit: cover;

}

.hotel-details img {
  width: 100%;
}

.hotel-details {
  margin-bottom: 17px;
}

.hotel-details h2 {
  margin-bottom: 0;
  font-size: 36px;
  letter-spacing: 3.6px;
  line-height: 22px;
  margin-bottom: 5px;
}

.hotel-details .hotel-name {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
}

.hotel-details p {
  margin-bottom: 40px;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}

.form-check-input {
  margin-left: 0;
}

.sortby-wrapper {
  background-color: #f5f5f5;
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 47px 0;
}

.sortby-wrapper .first-col,
.sortby-wrapper .second-col {
  display: flex;
  flex-direction: column;
  padding: 0px 60px;
  gap: 35px;
}

.sortby-wrapper .first-col {
  border-right: 1px solid #ccc;
}

.sortby-wrapper .first-col label,
.sortby-wrapper .second-col label {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

.sortby-wrapper .toggle-container {
  align-self: flex-start;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 6px;
}

.sortby-wrapper .toggle-container .toggle-btn {
  background-color: transparent;
  /* font-size: 15px; */
  /* font-weight: 300; */
  /* border-radius: 5px; */
  padding: 5px 24px;
  font-size: 14px;
  font-family: var(--default-font-family);
  border-radius: 10px;
}

.sortby-wrapper .toggle-container .toggle-btn.active {
  border: 2px solid #000;
}

.sortby-wrapper .element {
  display: flex;
  flex-direction: column;
}

.sortby-wrapper,
.property-wrapper,
.subheader-wrapper {
  border-radius: 6px;
}

.radio-group {
  font-family: Arial, sans-serif;
  max-width: 300px;
  margin: 20px;
}

.radio-group h3 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}

.radio-option {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  margin: 0;
  gap: 10px;
}

.radio-option input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.radio-option input[type="radio"]:hover {
  background-color: #efefef;
}

.radio-custom {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  /* margin-right: 10px; */
  position: relative;
}

.radio-option input[type="radio"]:checked+.radio-custom {
  border: 4px solid var(--main-bg-color);
}

.radio-custom::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.radio-option input[type="radio"]:checked+.radio-custom::after {
  display: block;
}

.radio-label {
  font-size: 12px;
  color: #333;
  font-weight: 300;
}

.sortby-wrapper .radio-label {
  font-size: 15px;
  margin-left: 10px;
}

.radio-grouping {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  justify-self: center;
  gap: 20px;
  width: 100%;
}

.pickers-wrapper .radio-grouping {
  gap: 0;
}

.infant-body-request {
  display: flex;
  /* justify-content: center;
  align-items: center; */
}

.radio-grouping.one-item {
  grid-template-columns: repeat(1, 1fr);
}

.svg-icon {
  color: inherit;
  width: fit-content;
  height: 24px;
  display: flex;
  align-items: center;
}

.hotel-logo {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='207.6' height='52.1' viewBox='0 0 207.6 52.1'%3E%3Cpath fill='currentColor' d='M16.6,4.5l-3.3,2c-.6-1.1-1.2-1.8-1.8-2.1-.6-.4-1.3-.6-2.3-.6s-2.1.3-2.8,1c-.8.6-1.1,1.4-1.1,2.4s1,2.4,3,3.2l2.7,1.1c2.2.9,3.8,2,4.8,3.3s1.5,2.9,1.5,4.7-.8,4.6-2.5,6.2c-1.7,1.6-3.8,2.5-6.2,2.5s-4.3-.7-5.8-2.1c-1.5-1.4-2.5-3.4-2.8-5.9l4.1-.9c.2,1.6.5,2.7,1,3.3.8,1.2,2.1,1.8,3.7,1.8s2.3-.4,3.2-1.3,1.3-1.9,1.3-3.3,0-1-.2-1.5-.4-.8-.7-1.2-.7-.7-1.2-1-1.1-.6-1.8-.9l-2.6-1.1c-3.7-1.6-5.6-3.9-5.6-6.9s.8-3.7,2.3-5.1C5.1.7,7,0,9.3,0s5.6,1.5,7.3,4.6v-.1Z'/%3E%3Cpath fill='currentColor' d='M29.9,11.3L40.5.5h5.5l-12.3,12.3,12.3,14.9h-5.5l-9.8-12.1-.8.8v11.2h-4.1V.5h4.1s0,10.8,0,10.8Z'/%3E%3Cpath fill='currentColor' d='M58.8,15.9L49.9.5h4.7l6.2,10.8,6.2-10.8h4.7l-8.9,15.4v11.7h-4.1v-11.7h.1Z'/%3E%3Cpath fill='currentColor' d='M93,4.5l-3.3,2c-.6-1.1-1.2-1.8-1.8-2.1-.6-.4-1.3-.6-2.3-.6s-2.1.3-2.8,1c-.8.6-1.1,1.4-1.1,2.4s1,2.4,3,3.2l2.7,1.1c2.2.9,3.8,2,4.8,3.3s1.5,2.9,1.5,4.7-.8,4.6-2.5,6.2c-1.7,1.6-3.8,2.5-6.2,2.5s-4.3-.7-5.8-2.1c-1.5-1.4-2.5-3.4-2.8-5.9l4.1-.9c.2,1.6.5,2.7,1,3.3.8,1.2,2.1,1.8,3.7,1.8s2.3-.4,3.2-1.3,1.3-1.9,1.3-3.3,0-1-.2-1.5-.4-.8-.7-1.2-.7-.7-1.2-1-1.1-.6-1.8-.9l-2.6-1.1c-3.7-1.6-5.6-3.9-5.6-6.9s.8-3.7,2.3-5.1c1.6-1.4,3.5-2.1,5.8-2.1s5.6,1.5,7.3,4.6v-.1Z'/%3E%3Cpath fill='currentColor' d='M106.4.5v16.3c0,2.3.4,4,1.1,5.1,1.1,1.6,2.7,2.3,4.8,2.3s3.7-.8,4.8-2.3c.8-1,1.1-2.7,1.1-5.1V.5h4.1v17.5c0,2.9-.9,5.2-2.7,7.1-2,2.1-4.5,3.1-7.4,3.1s-5.4-1-7.4-3.1c-1.8-1.9-2.7-4.2-2.7-7.1V.5h4.3Z'/%3E%3Cpath fill='currentColor' d='M136.6.5v27.1h-4.1V.5h4.1Z'/%3E%3Cpath fill='currentColor' d='M154.2,4.3v23.3h-4.1V4.3h-6.2V.5h16.6v3.8h-6.3Z'/%3E%3Cpath fill='currentColor' d='M182.6,4.3h-10.9v6.5h10.6v3.8h-10.6v9.1h10.9v3.8h-15V.5h15v3.8Z'/%3E%3Cpath fill='currentColor' d='M206.9,4.5l-3.3,2c-.6-1.1-1.2-1.8-1.8-2.1-.6-.4-1.3-.6-2.3-.6s-2.1.3-2.8,1c-.8.6-1.1,1.4-1.1,2.4s1,2.4,3,3.2l2.7,1.1c2.2.9,3.8,2,4.8,3.3s1.5,2.9,1.5,4.7-.8,4.6-2.5,6.2c-1.7,1.6-3.8,2.5-6.2,2.5s-4.3-.7-5.8-2.1c-1.5-1.4-2.5-3.4-2.8-5.9l4.1-.9c.2,1.6.5,2.7,1,3.3.8,1.2,2.1,1.8,3.7,1.8s2.3-.4,3.2-1.3,1.3-1.9,1.3-3.3,0-1-.2-1.5-.4-.8-.7-1.2-.7-.7-1.2-1-1.1-.6-1.8-.9l-2.6-1.1c-3.7-1.6-5.6-3.9-5.6-6.9s.8-3.7,2.3-5.1c1.6-1.4,3.5-2.1,5.8-2.1s5.6,1.5,7.3,4.6v-.1Z'/%3E%3Cpath fill='currentColor' d='M4.2,42.5v9.1h-1.6v-9.1H.2v-1.5h6.4v1.5h-2.4Z'/%3E%3Cpath fill='currentColor' d='M15,49h-4.5l-1.2,2.6h-1.7l5.2-11.2,5,11.2h-1.7s-1.1-2.6-1.1-2.6ZM14.4,47.5l-1.6-3.6-1.6,3.6h3.2Z'/%3E%3Cpath fill='currentColor' d='M20.2,51.6l2.2-11.3,3.6,8.2,3.8-8.2,2,11.3h-1.6l-1-6.4-3.1,6.9-3-6.9-1.1,6.4h-1.8Z'/%3E%3Cpath fill='currentColor' d='M35.5,51.6v-10.6h1.6c.7,0,1.3,0,1.7.2.4.1.8.3,1.1.6s.5.6.7,1,.3.8.3,1.2c0,.8-.3,1.4-.9,1.9.6.2,1,.5,1.3,1s.5,1,.5,1.7-.3,1.5-.9,2.1c-.4.4-.7.6-1.2.7-.5.1-1.1.2-1.8.2,0,0-2.4,0-2.4,0ZM37.1,45.6h.5c.6,0,1-.1,1.3-.4.3-.3.4-.6.4-1.2s-.1-.9-.4-1.1c-.3-.3-.7-.4-1.2-.4h-.6v3.1ZM37.1,50.1h1c.7,0,1.2-.1,1.6-.4.4-.3.5-.7.5-1.2s-.2-.8-.5-1.1-.9-.5-1.8-.5h-.8v3.2Z'/%3E%3Cpath fill='currentColor' d='M44.5,46.3c0-1.5.5-2.8,1.6-3.8,1.1-1.1,2.4-1.6,3.9-1.6s2.8.5,3.9,1.6c1.1,1.1,1.6,2.4,1.6,3.9s-.5,2.8-1.6,3.9c-1.1,1.1-2.4,1.6-3.9,1.6s-2.6-.5-3.7-1.4c-1.2-1-1.8-2.4-1.8-4.1v-.1ZM46.2,46.3c0,1.2.4,2.1,1.2,2.9.8.8,1.7,1.1,2.7,1.1s2-.4,2.8-1.1c.8-.8,1.1-1.7,1.1-2.8s-.4-2.1-1.1-2.8c-.7-.8-1.7-1.1-2.8-1.1s-2,.4-2.8,1.1c-.8.8-1.1,1.7-1.1,2.8v-.1Z'/%3E%3Cpath fill='currentColor' d='M60.6,41v6.4c0,.9.1,1.6.4,2,.4.6,1.1.9,1.9.9s1.4-.3,1.9-.9c.3-.4.4-1.1.4-2v-6.4h1.6v6.8c0,1.1-.3,2-1,2.7-.8.8-1.7,1.2-2.9,1.2s-2.1-.4-2.9-1.2c-.7-.7-1-1.6-1-2.7v-6.8h1.6Z'/%3E%3Cpath fill='currentColor' d='M74.3,47.1l3.3,4.5h-1.9l-3-4.3h-.3v4.3h-1.6v-10.6h1.9c1.4,0,2.4.3,3,.8.7.6,1,1.4,1,2.3s-.2,1.4-.6,1.9-1,.9-1.7,1l-.1.1ZM72.3,45.9h.5c1.5,0,2.3-.6,2.3-1.7s-.7-1.6-2.2-1.6h-.6s0,3.3,0,3.3Z'/%3E%3Cpath fill='currentColor' d='M85.9,51.6l2.2-11.3,3.6,8.2,3.8-8.2,2,11.3h-1.6l-1-6.4-3.1,6.9-3-6.9-1.1,6.4h-1.8Z'/%3E%3Cpath fill='currentColor' d='M102.7,41v10.6h-1.6v-10.6h1.6Z'/%3E%3Cpath fill='currentColor' d='M112.9,49h-4.5l-1.2,2.6h-1.7l5.2-11.2,5,11.2h-1.7s-1.1-2.6-1.1-2.6ZM112.2,47.5l-1.6-3.6-1.6,3.6h3.2Z'/%3E%3Cpath fill='currentColor' d='M118.1,51.6l2.2-11.3,3.6,8.2,3.8-8.2,2,11.3h-1.6l-1-6.4-3.1,6.9-3-6.9-1.1,6.4h-1.8Z'/%3E%3Cpath fill='currentColor' d='M134.9,41v10.6h-1.6v-10.6h1.6Z'/%3E%3C/svg%3E");
}

/* Room & Guests picker  */
.counter-wrapper {
  /* height: 120px; */
  max-width: 90px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 3px;
  border: 0 !important;
}

.counter-wrapper span {
  /* width: 100%; */
  text-align: center;
  /* font-size: x-large; */
  font-weight: lighter;
  cursor: pointer;
  user-select: none;
  border-radius: 100%;
  border: 1px solid #000;
  width: 60px;
  height: 20px;
  color: #000 !important;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 10px;
}

.counter-wrapper span:hover {
  background-color: #efefef;
}

.counter-wrapper .num {
  font-size: 14px !important;
  border: 0 !important;
  /* width: 100%; */
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  pointer-events: none;
  color: #000;
  margin: 0;
  text-align: center;
  background-color: transparent;
}

.picker-bottom-side a {
  color: #000;
  text-decoration: underline;
  padding: 0;
  font-size: 75%;
  justify-content: flex-end;
  width: fit-content;
}

.gap-0 {
  gap: 0;
}

.gap-10 {
  gap: 10px;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.age-select-container {
  margin-top: 10px;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.age-select-container {
  display: grid;
  gap: 5px;
  width: 100%;
}

.picker-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.picker-top-side label,
.picker-top-side a {
  color: #000;
  margin: 0;
}

.picker-top-side {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.dates-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #BCBCBC;
  padding: 8px 16px;
  font-weight: 300;
  font-size: 13px;
}

.dates-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.input.travelers {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  height: 38px;
  align-items: center;
  width: 100%;
}

.input {
  border: 1px solid #BCBCBC;
  padding: 8px 16px;
  font-weight: 300;
  border-radius: 4px;
}

.input.travelers:hover,
.dates-wrapper:hover,
.input {
  background: #f5f5f5;
  cursor: pointer;
}

.input-form .input.travelers .button {
  background-color: transparent;
  display: flex;
  gap: 4px;
  color: #000;
  font-weight: 300;
  border: 0;
  font-size: 13px;
  padding: 0;
}

.icon-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.input-form {
  display: flex;
  background-color: #fff;
  /* padding: 0.5rem 0; */
  position: relative;
  width: 100%;
  border-radius: 4px;
  border: 0;
  height: 37px;
  /* min-width: 120px; */
}

.picker-element {
  display: none;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  max-width: 400px;
  width: 400px;
  height: fit-content;
  border: 1px solid #ccc;
  padding: 1rem;
  border-radius: 5px;
  position: absolute;
  left: 0px;
  /* top: 46px; */
  margin-top: 0.5rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: white;
  z-index: 1;
}

.picker-triangle {
  position: absolute;
  top: -6px;
  left: 7%;
  transform: rotate(180deg);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

.pickers-wrapper {
  background-color: #F3F3F2;
  padding: 1rem;
  width: 100%;
  border-radius: 4px;
}

.room-guests {
  position: relative;
}

.month-header {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
  text-align: center;
  display: none;
}

.flatpickr-calendar {
  width: 100% !important;
  box-shadow: none !important;
}

.flatpickr-weekdays {
  background: transparent !important;
  margin-top: 10px;
  text-transform: uppercase;
}

.flatpickr-weekday {
  color: #666 !important;
  font-weight: normal !important;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  color: #ccc !important;
}

.flatpickr-day {
  height: 43px !important;
  max-width: 100% !important;
  line-height: 30px !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  /* border: 1px solid #eee; */
  border: 0;
}

.rangeMode .flatpickr-day {
  align-items: center !important;
  display: flex;
  font-size: 13px;
}

/* Range selection styling */
.flatpickr-day.inRange {
  background: #F2F2F2 !important;
  /* border-color: rgba(0, 120, 250, 0.1) !important; */
  box-shadow: none !important;
  border: 0;
}

.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected {
  background: #000 !important;
  color: white !important;
  /* border-color: #0078fa !important; */
}

.flatpickr-day.startRange,
.flatpickr-day.endRange {
  border-radius: 6px !important;
}

.flatpickr-days {
  width: 100%;
  max-width: 100%;
  min-width: fit-content;
  border: 1px solid #939393;
  border-radius: 4px;
  margin-top: 10px;
}

.dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 10px;
}

.flatpickr-rContainer {
  width: 100%;
}

.divider {
  border-top: 1px solid #eee;
  margin: 20px 0;
}

.legend {
  font-weight: bold;
  margin-bottom: 10px;
}

.legend-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.legend-items li {
  padding: 2px 0;
}

.legend-items li::before {
  content: "- ";
}

.selection-summary {
  margin: 15px 0;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 4px;
  text-align: center;
  display: none;
}

.flatpickr-months {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  /* width: 40px; */
  appearance: none;
  font-weight: 400;
  font-size: 17px;
  padding: 0;
  text-align: center;
}

.flatpickr-current-month input.cur-year {
  font-weight: 400;
  font-size: 17px;
}

/* Make the input visible for range selection */
#calendar-input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #eee;
  text-align: center;
  display: none;
}

.date-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  font-size: 7px;
  text-align: center;
  color: white;
  background: transparent;
  padding: 2px 4px;
  border-radius: 3px;
  white-space: nowrap;
  pointer-events: none;
  text-transform: uppercase;
  line-height: normal;
}

.flatpickr-day {
  position: relative;
  overflow: visible;
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #F2F2F2;
}

.picker-bottom-side {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
}

button.btndone {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid var(--main-bg-color);
  border-radius: 5px;
  margin-top: 1rem;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin: 0;
  max-width: 100%;
  display: block;
  width: fit-content;
  background: var(--main-bg-color);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 100%;
  font-weight: 400;
}

.room-paragraph-desktop {
  font-weight: 300;
  color: #000;
  font-size: 15px;
}

.footer-room-desc {
  /* margin-top: 54px; */
}

.flatpickr-wrapper {
  width: 100%;
}

.hotel-logo-mobile {
  display: none;
}

.form-check-mobile {
  display: none;
}

.custom-price:before {
  content: "$";
}

.price-wrapper .custom-price:after {
  content: "USD" !important;
}

.slides img {
  object-fit: contain !important;
}

.options-wrapper {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 0;
  height: 35px;
  align-items: center;
  flex-direction: row;
}

.options-wrapper label {
  display: flex;
  cursor: pointer;
  margin: 0;
  align-items: center;
  font-size: 0.9em;
  color: #000;
}

.rate-child {
  list-style: none;
}

.button-text {
  margin: 0;
}

.rates-container {
  grid-column: 1/3;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.rate-child {
  width: 100%;
  margin-bottom: 30px;
}

.box-paragraph {
  max-height: 96px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.rooms-column h4.hotel-heading.initcap{
  text-transform: capitalize !important;
}

.rooms-column.grid h4.hotel-heading.initcap {
  font-size: 20px !important;
}

.rooms-column.grid .hotel-bedding {
  font-size: 16px !important;
  margin: 0;
}

.sta-div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}

.rooms-column.grid .block_pic {
  height: inherit;
  width: initial;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 auto;
}

.list-item-image::before {
  border-radius: 6px;
}

.property-wrapper .list-item-image::before {
  background: none;
}

.property-wrapper .list-item-image::after {
  background: none;
}

.clone-wrapper .list-item-image::after {
  right: 10px !important;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.slick-dots {
  bottom: 0px;
}

.room-elem-content p {
  font-size: 14px;
  color: #000;
  margin: 10px 46px 10px 44px;
}

.list-item-image::before {
  bottom: 15px;
  right: 15px;
  left: auto;
  width: 26px;
  height: 26px;
  background-image: url(/ibe/5/assets/images/expand-icon.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 2;
}

.rates-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  max-width: 90%;
  max-height: 90vh;
  overflow: auto;
  width: 80%;
  height: 100%;
  margin-top: 2rem;
}

button.close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  border: 1px solid #000;
  color: #000 !important;
  opacity: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.slick-prev {
  left: 0;
  z-index: 1;
}

.slick-next {
  right: 0;
}

.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
}

.slick-prev {
  /* background: url('/ibe/5/assets/images/ArrowLeft55W.svg') no-repeat !important; */
  background: none !important;
  width: 55px;
  height: 55px;
  background-position: center !important;
  /* left: -55px; */
}

.slick-next {
  /* background: url('/ibe/5/assets/images/ArrowRight55W.svg') no-repeat !important; */
  background: none !important;
  width: 55px;
  height: 55px;
  background-position: center !important;
  /* right: -55px; */
}

/* Hide default arrows */
.slick-prev:before,
.slick-next:before {
  display: none;
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
  content: none !important;
}

.mfp-arrow-left,
.mfp-arrow-right {
  background-position: center !important;
}

.loader-spinner {
  background: conic-gradient(from 120deg at 50% 64%, #0000, var(--main-bg-color) 1deg 120deg, #0000 121deg) !important;
  margin: 30px auto;
}

a.btn-close {
  display: none;
  color: #000;
  border: 1px solid #000;
  width: fit-content;
  height: fit-content;
  width: 30px;
  height: 30px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
}

.promo-name {
  font-weight: 300;
  font-family: var(--default-font-family-light);
}

.promos {
  font-family: var(--default-font-family-light);
  padding-inline-start: 15px;
}

.promo-column {
  display: flex;
  flex-direction: column;
}

.promo-column .offer {
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
}

.price-inner-wrap {
  /* d-flex align-items-center justify-content-center */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.pricing-box {
  /* justify-content-center align-items-end */
  justify-content: center;
  align-items: flex-end;
  max-height: fit-content;
  flex-direction: column;
  text-align: right;
}

.mobile-btn-select {
  max-height: fit-content;
}

.disabled {
  opacity: 50%;
  color: #bfbfbf;
  pointer-events: none;
  cursor: default;
}

.rooms-column.grid .card-header {
  min-height: 120px;
  padding: 0;
  /* background-color: green; */
}

.skeleton-text {
  position: relative;
  overflow: hidden;
  background-color: #e0e0e0;
  color: transparent !important;
  border-radius: 4px;
  min-width: 150px;
  display: inline-block;
}

.skeleton-text .custom-price:after,
.skeleton-text .custom-price:before {
  content: none;
}

.skeleton-text::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent);
  animation: skeleton-loading 1.5s infinite;
}

.options-wrapper label {
  display: flex;
  cursor: pointer;
  margin: 0;
  align-items: center;
  font-size: 0.9em;
  color: #000;
  gap: 10px;
}

input[type=radio] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: var(--main-brand-color);
  width: 2em;
  height: 2em;
  border: 0.1em solid var(--main-brand-color);
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  padding: 0.1rem 0.4rem;
  margin-right: 0.5rem;
}

input[type=radio]:checked::before {
  transform: scale(1);
}

input[type=radio]::before {
  cursor: pointer;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--main-brand-color);
  background-color: CanvasText;
  width: 0.7em;
  height: 0.7em;
}

.resort-card {
  position: relative;
  /* border: 2px solid transparent; */
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  transition:
    transform 0.18s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0;
  height: 220px;
  /* height: 100%; */
}

.card-label {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 2px solid #ccc;
  border-radius: inherit;
  cursor: pointer;
}

.resort-card:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 1.5px 8px 0 rgba(0, 0, 0, 0.04);
  z-index: 2;
}

.resort-card:active {
  transform: scale(0.98);
  border-color: #ccc;
  background-color: #f2f2f2;
}

/* Hide the real checkbox */
.resort-check {
  display: none !important;
}

/* Image wrapper */
.card-image {
  position: relative;
  height: 100%;
  border-radius: inherit;
}

.card-image .block_pic {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  justify-self: center;
  object-fit: cover;
}

.card-label .logo {
  height: fit-content;
  top: 40%;
  left: 50%;
  right: initial;
}

.card-label .hotel-name {
  font-size: 16px;
  font-family: var(--default-font-family-light);
  z-index: 999;
  color: #fff;
  position: absolute;
  bottom: 0;
  bottom: 10%;
  left: 0;
  right: 0;
  text-align: center;
  width: 90%;
  justify-self: center;
}

.up-pay-over-time img{
  width: 12px !important;
}
.up-pay-over-time{
  font-family: var(--default-font-family-light);
text-align: right;
    font-size: 11px;
}

/* Dark overlay for readability */
.card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  /* height: 100%; */
  border-radius: inherit;
  border-radius: 3px 3px 0 0;
}

/* Logo centered */
.logo {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 320px;
  z-index: 2;
}

/* Fake checkbox (top right) */
.checkbox-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  border: 2px solid white;
  border-radius: 50%;
  background: transparent;
  z-index: 3;
}

/* Text section */
.card-content {
  background: #fff;
  padding: 12px;
  text-align: center;
  border-radius: 0 0 5px 5px;
}

.card-content h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #444;
}

.card-content p {
  font-weight: bold;
  margin-top: 8px;
}

/* Selected state: when checkbox is checked */
.resort-check:checked .card-label .resort-card,
.resort-check:checked~.card-label {
  border: 2px solid var(--main-bg-color);
}

/* Also fill check icon when selected */
.resort-check:checked~.card-label .checkbox-icon {
  background: var(--main-bg-color);
  border: 0;
}

/* When checked, draw a checkmark inside the checkbox-icon */
.resort-check:checked~.card-label .checkbox-icon::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hotel-name-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  z-index: 99;
  font-size: 15px;
  font-family: 'FiraSans-Light';
}

.rate-group-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 0 !important;
  margin-bottom: 30px;
}

.rate-group-wrapper:first-child {
  margin-top: 30px;
}

.rate-group-wrapper:last-child {
  margin-bottom: 0;
}

.rate-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.radio-wrapper {
  display: grid;
  grid-template-columns: 40px 1fr;
  justify-items: center;
  align-items: center;
  margin: 0;
  gap: 0px;
  width: 100%;
  cursor: pointer;
}

.rate-option-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.initcap {
  text-transform: capitalize;
}

.ratename-col-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.rate-group-wrapper .preci.custom-price.main-price {
  font-size: 18px !important;
  margin: 0 !important;
}

.custom-price:before {
  content: '$';
}

.custom-price:after {
  content: 'USD';
}

.custom-price:after,
.content-radio span {
  color: #000 !important;
  font-size: 15px;
  font-family: var(--default-font-family) !important;
}

.radio-wrapper input[type=radio] {
  border-radius: 5px !important;
  border: 0.15em solid #000 !important;
  width: 1.5em !important;
  height: 1.5em !important;
}

.radio-wrapper input[type=radio]:checked {
  border: 0.15em solid #000;
}

.radio-wrapper input[type=radio]::before {
  border-radius: 2px;
  width: .8em;
  height: .8em;
}

.bottom-panel-wrap {
  grid-column: 1/3;
}

.bottom-panel {
  display: flex;
  align-items: flex-start;
}

p.freecancel {
  text-align: right;
  display: flex;
  justify-self: flex-end;
}

.bottom-panel .poltitle strong {
  font-family: var(--default-font-family) !important;
  font-size: 15px;
  font-weight: normal !important;
}

.price-grouping {
  display: flex;
  align-items: center;
  gap: 20px;
}

.policies-wrapper {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  gap: 10px;
  margin-top: 20px;
  color: #000;
}

.price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.switch2 {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 0 auto;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #010100;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.toggle-wrapper {
  display: grid;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  margin-top: 1rem;
  gap: 10px;
  grid-template-columns: auto 1fr;
  cursor: pointer;
}

.toggle-wrapper.active {
  opacity: 1;
}

.switch2 input[type=checkbox] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: .15em solid currentColor;
  border-radius: .15em;
  transform: translateY(-.075em);
  display: grid;
  place-content: center;
  cursor: pointer;
  opacity: 0;
}

.switch2 input:checked+.slider {
  background-color: var(--main-brand-color);
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
}

.switch2 input:checked+.slider:before {
  content: "\f3c1";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: var(--main-bg-color);
  transform: translateX(26px);
}

.switch2 input:not(:checked)+.slider:before {
  content: "\f023";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.toggle-desc {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  color: #000;
}

.toggle-desc.enabled-toggle {
  color: var(--main-bg-color);
}

.rate-group-wrapper .select-room-btn {
  font-family: var(--default-font-family-medium) !important ;
}

.rate-promos {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.view-policies-label+.pop-up {
  display: none;
}

.wrapper-rate-line+.pop-up {
  display: none;
}

.policies-wrapper .pop-body {
  font-family: var(--default-font-family-light);
}

.policy-cancel-wrap .canicon,
.wrapper-rate-line .canicon {
  display: block !important;
}

.wrapper-rate-line .freecancel {
  margin: 0 !important;
}

.wrapper-block-rate .freecancel {
  display: flex;
}

.wrapper-rate-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.view-more-toggle {
  text-decoration: underline;
  margin-bottom: 1rem;
  display: block;
}

.view-more-toggle:hover {
  color: #000;
}

.block_pic {
  width: 100%;
  max-width: 100%;
  height: 310px;
  display: block;
  object-fit: contain;
  object-fit: cover;
  border-radius: 6px;
}

.wrap-price-tax {
  display: flex;
  flex-direction: column;
}

@keyframes skeleton-loading {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}


@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .splide {
    display: none;
  }
}

@media (max-width: 768px) {
  .rate-group-wrapper {
    display: flex;
    flex-direction: column;
  }

  .radio-wrapper {
    grid-template-columns: auto 1fr;
    gap: 10px;
  }

  .bottom-panel {
    flex-direction: column;
  }

  .grid .starting-label {
    width: 100%;
    display: flex;
    /* grid-template-columns: max-content max-content; */
    justify-items: flex-start;
    align-items: center;
    gap: 0;
    column-gap: 5px;
  }

  .from-type {
    grid-column: 1/3;
    width: 100%;
    text-align: left;
  }

  .startat-label {
    width: max-content;
  }

  .checkbox-icon {
    position: relative;
    top: initial;
    right: initial;
  }

  .resort-check:checked .card-label .resort-card,
  .resort-check:checked~.card-label {
    border: 0;
  }

  .checkbox-icon {
    border: 1.5px solid #BABABA;
  }

  .resort-card {
    height: fit-content;
  }

  .resort-card:hover {
    /* transform: initial; */
    box-shadow: initial;
  }

  .details-parent a {
    width: 100%;
  }

  label.card-label.mobile {
    min-height: 60px;
    margin: 0;
    display: grid;
    grid-template-columns: 50px 1fr max-content;
    gap: 10px;
    align-items: center;
    /* justify-items: center; */
    border: 0;
    color: #000;
    width: 100%;
  }

  .card-label .logo {
    position: initial;
    transform: initial;
    min-width: 50px;
    width: 100%;
  }

  .card-label .hotel-name {
    width: 100%;
    position: initial;
    color: #000;
    font-family: var(--default-font-family-bold);
    font-size: 14px;
  }

  .search_results_span {
    font-size: 14px;
  }

  .box-paragraph {
    overflow: auto;
  }

  .box-paragraph.expanded {
    max-height: 1000px;
  }

  .radio-grouping {
    display: grid;
    grid-template-columns: max-content max-content;
  }

  .slick-carousel {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    -webkit-touch-callout: none;
  }

  .slick-slider {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }

  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }

  .slick-slide img {
    display: block;
    width: 100%;
  }

  .slick-initialized .slick-slide {
    display: block;
  }

  /* Dots */
  .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: flex !important;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .slick-dots li {
    margin: 0 5px;
  }

  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: #ccc;
    border-radius: 50%;
  }

  .slick-dots li.slick-active button {
    background: #000;
  }

  /* Arrows */
  .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
  }

  .rates-container .slick-arrow {
    top: 40%;
  }

  .slick-prev {
    left: 10px;
  }

  .slick-next {
    right: 10px;
  }

  .rates-container .list-item-image::after {
    width: 100%;
    height: 60px;
    object-fit: contain;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    max-width: 80px;
    width: 100%;
  }

  .rates-container .slick-carousel {
    margin-top: 50px;
    min-height: 270px;
  }

  .list-item-image::before {
    background: none;
  }

  .card-header-wrap {
    max-height: fit-content;
  }

  .rates-container .room-description {
    margin-top: 25px;
  }

  .rate-child {
    border-bottom: 1px solid #000;
  }

  .rate-child:last-child {
    border: 0;
  }

  input[type=checkbox]::before,
  input[type=checkbox]:before {
    width: 1em;
    height: 1em;
  }

  .radio-grouping input[type=checkbox] {
    max-width: 1.75em;
    width: 100%;
    height: 1.75em;
  }

  .hotel-details img {
    max-width: 155px;
    width: 100%;
    height: 36px;
    object-fit: contain;
  }

  .active-room .starting-label {
    display: none !important;
  }

  .static-airport {
    font-size: 15px !important;
  }

  .grid .starting-label,
  .parent-pricing .custom-price,
  .parent-pricing .custom-price:after,
  .room-elem-content .starting-label .custom-price,
  .room-elem-content .starting-label .custom-price:after {
    font-family: var(--default-font-family-medium) !important;
    font-size: 14px !important;
    justify-self: left;
  }

  .property-wrapper .starting-label,
  .property-wrapper .preci.custom-price {
    font-family: var(--default-font-family) !important;
    font-size: 12px !important;
  }

  .property-wrapper .card-label .hotel-name {
    font-family: var(--default-font-family-medium);
  }

  .raname {
    font-size: 24px !important;
  }

  .promo-column b {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
  }

  .promo-column .promos {
    font-family: var(--default-font-family-light);
    font-size: 15px;
  }

  .wrapper-block-rate {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .rates-container {
    position: fixed;
    background: #F5F5F5 !important;
    z-index: 9999;
    padding: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    height: 100vh;
    right: 0;
    padding: 40px 20px;
    gap: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }

  .pricing-box {
    align-items: flex-start !important;
    padding: 0;
    margin: 0;
  }

  /* .rate-promos{
    grid-column: 1/3;
  } */
  .rate-promos {
    flex-direction: row !important;
  }

  .price-inner-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* flex-direction: column; */
  }

  a.btn-close {
    display: flex;
    min-height: 30px;
    min-width: 30px;
  }

  .picker-element {
    max-width: 400px;
    width: 400px;

  }

  .modify-booking>ul {
    width: 100%;
  }

  .subheader-wrapper {
    position: fixed;
    background: #F5F5F5 !important;
    z-index: 9999;
    padding: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    height: 100vh;
    right: 0;
    padding: 40px 20px;
    gap: 20px;
    overflow-y: auto;
  }

  .rooms-column.grid .hotel-listing {
    max-width: 100%;
    width: 100%;
  }

  .rooms-column.grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .list-item-image {
    height: 206px !important;
  }

  .mobile {
    display: block;
  }

  .hide-room-desc-link {
    display: none;
  }

  .form-check-mobile {
    display: block;
    padding: 20px 10px;
  }

  .hotel-details {
    margin: 0;
  }

  .hotel-logo {
    display: none;
  }

  .hotel-logo-mobile {
    display: block;
  }

  .block_pic {
    height: inherit;
    object-fit: cover;
  }

  .room-elem .block_pic {
    /* height: initial; */
  }

  .starting-label {
    justify-self: flex-start;
  }

  .rate-child .starting-label {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
  }

  .rates-container .preci.custom-price {
    font-size: 28px !important;
  }

  .pricing-box .preci.custom-price {
    font-size: 18px !important;
  }

  .price-wrapper {
    align-items: flex-start !important;
  }

  .select-room-btn {
    padding: 16px !important;
    width: fit-content !important;
    height: 37px;
    font-size: 16px !important;
    min-width: fit-content;
    letter-spacing: 0.32px;
    font-family: var(--default-font-family-medium) !important;
    font-weight: 500;
    transition: all .5s ease-in-out;
  }

  .select-room-btn:hover {
    opacity: .8;
  }

  .room-elem {
    display: grid;
    /* grid-template-columns: .1fr 1fr auto; */
    /* padding-bottom: 10px; */
    /* margin-bottom: 10px; */
    /* border-bottom: 1px solid #000; */
    gap: 20px;
    /* justify-content: space-between; */
    max-width: 100% !important;
    flex: 1 1 100%;
  }

  .room-elem:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .room-elem-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
  }

  .room-elem-content .form-check {
    display: none;
  }

  .room-elem-content p {
    display: none;
  }

  .splide {
    margin: 0 -15px;
    padding: 0 15px;
  }

  .splide__slide {
    padding: 0 8px;
  }

  /* Ensure room elements take full width in slides */
  .splide__slide .room-elem {
    width: 100%;
  }


  .tool-options {
    position: initial;
    height: initial;
    width: 100%;
    grid-template-columns: 1fr .7fr;
    height: 60px;
    margin-bottom: -10px;
    justify-items: baseline;
  }

  .details-parent {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .all-wrap {
    width: 100%;
    padding: 0 20px;
  }

  .details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    column-gap: 0;
  }

  .date-details {
    grid-column: 1/3;
  }

  .toggle-container {
    display: none;
  }

  .sortby-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .list-item-image-mp {
    height: fit-content !important;
  }

  .sortby-wrapper .first-col,
  .sortby-wrapper .second-col {
    padding: 0 15px;
  }

  .sortby-wrapper .second-col {
    margin-top: 1rem;
  }

  .modify-link {
    text-decoration: underline !important;
    justify-self: flex-start;
    padding: 0 !important;
  }

  .sortby-wrapper .first-col label,
  .sortby-wrapper .second-col label {
    font-size: 12px;
    text-transform: uppercase;
  }

  .radio-label {
    text-transform: initial !important;
  }

  .sortby-wrapper {
    padding: 25px 0;
  }

  .parent-pricing {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  h4.hotel-heading.initcap {
    font-weight: 400;
    /* margin: 0; */
  }

  .property-wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 15px 10px;
    padding-top: 20px;
    gap: 20px;
    border-radius: 0 6px;
    flex-direction: column;
  }

  .radio-grouping {
    grid-template-columns: 1fr;
  }

  .btn-show-rates {
    font-family: var(--default-font-family);
    min-width: fit-content;
    padding: 10px 20px !important;
    font-size: 15px;
  }

  .modify-booking a {
    width: 100%;
    height: 41px;
    font-size: 14px;
  }

  .details .svg-icon,
  .details i {
    display: none;
  }

  .tool-options a {
    font-size: 13px;
  }

  .modify-booking .tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .modify-booking a#H {
    border-radius: 0 6px 0 0;
  }

  .modify-booking a#A {
    border-radius: 6px 0 0 0;
  }

  .modify-booking-body {
    border-radius: 0 0 6px 6px;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    padding: 16px;
  }

  .one-column {
    gap: 0;
  }

  .form-booking-modify {
    gap: 13px;
  }

  .btn-next-step {
    margin-top: 20px;
    font-weight: 700;
  }

  .desktop {
    display: none;
  }
}

@media (max-width: 480px) {
  .footer-room-desc.list {
    display: none;
  }

  .footer-room-desc.grid {
    display: grid !important;
    margin-top: 20px !important;
  }

  .rooms-column {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 15px;
    width: 100%;
    margin: 20px 0;
  }

  .rooms-column .hotel-listing {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .hotel-listing {
    grid-template-columns: repeat(1, 1fr);
    width: fit-content;
    gap: 0;
  }

  /* Container constraints */
  .slick-slider {
    width: 100%;
    max-width: 100%;
  }

  /* Slide item constraints */
  .slick-slide {
    /* width: 100% !important; */
  }

  .block_pic {
    width: 100%;
    max-width: 100%;
    height: 310px;
    display: block;
    object-fit: contain;
    object-fit: cover;
    border-radius: 6px;
  }

  .btn-show-rates {
    min-width: max-content !important;
  }

  .raname {
    line-height: 28px;
    margin-bottom: 20px;
    display: block;
  }
}