:root {
  --hotel-primary: var(--e-global-color-primary, #faaa38);
  --hotel-secondary: var(--e-global-color-secondary, #faaa38);
  --hotel-text: var(--e-global-color-text, #1e1e1e);
  --hotel-accent: var(--e-global-color-accent, #faaa38);
  --hotel-surface-pink: var(--e-global-color-891c3a5, #fdf3f2);
  --hotel-surface-cream: var(--e-global-color-4d3e3b5, #fdf3ee);
  --hotel-on-primary: var(--hotel-surface-pink);
  --hotel-gold: var(--hotel-secondary);
  --hotel-gold-dark: var(--hotel-secondary);
  --hotel-green: var(--hotel-primary);
  --hotel-ink: var(--hotel-text);
  --hotel-muted: var(--hotel-text);
  --hotel-border: color-mix(in srgb, var(--hotel-secondary) 24%, transparent);
  --hotel-pink: var(--hotel-surface-pink);
  --hotel-cream: var(--hotel-surface-cream);
}

/* Single Package */
body.single-package {
  background: #fff;
}

.info {
  display: inline;
  padding: 0 4px;
  background: linear-gradient(
    to bottom,
    transparent 62%,
    var(--hotel-primary) 30%,
    var(--hotel-primary) 85%,
    transparent 85%
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.info.white {
  background: linear-gradient(
    to bottom,
    transparent 62%,
    #fff 30%,
    #fff 85%,
    transparent 85%
  );
}

.package-single,
.package-single * {
  box-sizing: border-box;
}

.package-single {
  color: var(--hotel-text);
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.package-single a {
  text-decoration: none;
}

.package-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: var(--hotel-text);
  background-position: center;
  background-size: cover;
}

.package-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgb(20 20 20 / 92%) 0%,
    rgb(20 20 20 / 67%) 47%,
    rgb(20 20 20 / 16%) 76%
  );
}

.package-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 350px);
  align-items: center;
  gap: 70px;
  padding-block: 85px 70px;
}

.package-breadcrumb {
  position: absolute;
  top: 30px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgb(255 255 255 / 78%);
  font-size: 12px;
}

.package-breadcrumb a {
  color: #fff;
}

.package-hero__content {
  max-width: 760px;
}

.package-hero__eyebrow {
  display: inline-flex;
  margin-bottom: 15px;
  padding: 7px 12px;
  color: #fff;
  background: var(--hotel-secondary);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.package-hero h1 {
  max-width: 750px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(45px, 6vw, 82px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.package-hero__location {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 17px;
  font-weight: 600;
}

.strong strong{
    font-weight: 600;
    color: #000;
}

.package-hero__location svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: var(--hotel-secondary);
  stroke-width: 1.8;
}

.package-hero__description {
  max-width: 650px;
  margin: 0;
  color: rgb(255 255 255 / 88%);
  font-size: 15px;
}

.package-hero__features {
  display: flex;
  align-items: center;
  gap: 15px 27px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.package-hero__features span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
}

.package-hero__features svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--hotel-secondary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.package-hero__price {
  padding: 28px;
  color: var(--hotel-text);
  background: rgb(255 255 255 / 96%);
  border-radius: 12px;
  box-shadow: 0 18px 45px rgb(0 0 0 / 18%);
}

.package-hero__price small,
.package-hero__price span {
  display: block;
  color: #666;
}

.package-hero__price small {
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.package-hero__price strong {
  display: inline-block;
  margin: 8px 4px 0px 0;
  color: var(--hotel-secondary);
  font-size: 38px;
  line-height: 1;
}

.package-hero__price span {
  display: inline;
  font-size: 12px;
}

.package-hero__price a,
.package-booking-card > a {
  display: flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  color: #fff;
  background: linear-gradient(135deg, #9f640e, var(--hotel-secondary));
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.package-content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  align-items: start;
  gap: 25px;
  padding-block: 45px 80px;
}

.package-itinerary-panel,
.package-stays,
.package-booking-card,
.package-list-panels {
  background: #fff;
  /* border: 1px solid rgb(196 150 71 / 21%); */
  /* border-radius: 10px; */
  /* box-shadow: 0 7px 25px rgb(30 30 30 / 4%); */
}

.package-itinerary-panel,
.package-stays {
  /* padding: 24px; */
}

.package-section-heading {
  margin-bottom: 21px;
}

.package-section-heading span {
  display: block;
  margin-bottom: 2px;
  color: var(--hotel-secondary);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.package-section-heading h2,
.package-list-panels h2 {
  margin: 0;
  color: var(--hotel-text);
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.package-itinerary-list {
  display: grid;
}

.package-itinerary-item {
  display: grid;
  grid-template-columns: 58px 145px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgb(30 30 30 / 8%);
}

.package-itinerary-item:last-child {
  border-bottom: 0;
}

.package-itinerary-item__day {
  text-align: center;
}

.package-itinerary-item__day small,
.package-itinerary-item__day strong {
  display: block;
}

.package-itinerary-item__day small {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.package-itinerary-item__day strong {
  display: grid;
  width: 45px;
  height: 45px;
  margin: 2px auto 5px;
  place-items: center;
  color: var(--hotel-secondary);
  background: var(--hotel-surface-cream);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.05;
  text-align: center;
  white-space: pre-line;
}

.package-itinerary-item__day span {
  display: block;
  color: #6d6d6d;
  font-size: 8px;
  line-height: 1.25;
}

.package-itinerary-item > img {
  width: 100%;
  height: 95px;
  object-fit: cover;
  border-radius: 7px;
}

.package-itinerary-item__content h3,
.package-stay-card h3 {
  margin: 0 0 4px;
  color: var(--hotel-text);
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}

.package-itinerary-item__content div,
.package-stay-card > div > div {
  color: #505050;
  font-size: 12px;
  line-height: 1.5;
}

.package-itinerary-item__content div p,
.package-stay-card > div > div p {
  margin: 0 0 5px;
}

.package-itinerary-item__overnight {
  margin: 5px 0 0;
  color: var(--hotel-secondary);
  font-size: 9px;
  font-weight: 600;
}

.package-itinerary-note {
  margin: 17px 0 0;
  color: #666;
  font-size: 9px;
  font-weight: 600;
}

.package-entry-content {
  color: #4f4f4f;
}

.package-sidebar {
  display: grid;
  gap: 18px;
}

.package-stays__list {
  display: grid;
  gap: 18px;
}

.package-stay-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1fr);
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgb(30 30 30 / 8%);
}

.package-stay-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.package-stay-card > img {
  width: 100%;
  height: 145px;
  object-fit: cover;
  border-radius: 7px;
}

.package-stay-card > div > p {
  margin: 0 0 3px;
  color: #666;
  font-size: 10px;
}

.package-stay-card__stars {
  display: block;
  margin-bottom: 8px;
  color: var(--hotel-secondary);
  letter-spacing: 2px;
}

.package-stay-card__nights {
  position: absolute;
  top: 27px;
  right: 0;
  padding: 5px 9px;
  color: #fff;
  background: var(--hotel-secondary);
  border-radius: 4px;
  font-size: 9px;
  text-transform: uppercase;
}

.package-booking-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.55fr);
  align-items: center;
  gap: 25px;
  border: 1px solid rgb(196 150 71 / 32%);
  color: var(--hotel-text);
  background: rgb(255 255 255 / 96%);
  border-radius: 12px;
  padding: 22px 24px;
}

.package-booking-card small,
.package-booking-card span {
  display: block;
}

.package-booking-card small {
  color: var(--hotel-text);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.package-booking-card span {
  display: block;
  color: #4f4a45;
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.package-booking-card strong {
  color: var(--hotel-secondary);
  font-weight: 400;
  font-size: 29px;
}

.package-booking-card em {
  color: #555;
  font-size: 10px;
  font-style: normal;
}

.package-booking-card p {
  margin: 1px 0 0;
  color: #666;
  font-size: 9px;
}

.package-list-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 23px;
}

.package-list-panels > div {
  padding-inline: 20px;
}

.package-list-panels > div + div {
  border-left: 1px solid rgb(196 150 71 / 22%);
}

.package-list-panels h2 {
  margin-bottom: 13px;
  font-size: 16px;
}

.package-check-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-check-list li {
  position: relative;
  padding-left: 20px;
  color: #404040;
  font-size: 10px;
}

.package-check-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 13px;
  height: 13px;
  color: #23855e;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "✓";
  font-size: 8px;
  font-weight: 700;
  line-height: 11px;
  text-align: center;
}

.package-check-list--exclude li::before {
  color: var(--hotel-secondary);
  content: "×";
}

@media (max-width: 1100px) {
  .package-hero__inner {
    gap: 35px;
  }

  .package-content {
    grid-template-columns: 1fr;
  }

  .package-itinerary-item {
    grid-template-columns: 60px 180px minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .package-hero {
    min-height: 680px;
  }

  .package-hero__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 95px;
  }

  .package-breadcrumb {
    top: 25px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  .package-hero h1 {
    font-size: 44px;
  }

  .package-hero__price {
    max-width: 380px;
  }

  .package-itinerary-item {
    grid-template-columns: 50px 110px minmax(0, 1fr);
  }

  .package-itinerary-item > img {
    height: 85px;
  }

  .package-stay-card {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .package-booking-card,
  .package-list-panels {
    grid-template-columns: 1fr;
  }

  .package-list-panels > div {
    padding: 0;
  }

  .package-list-panels > div + div {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgb(196 150 71 / 22%);
    border-left: 0;
  }
}

@media (max-width: 520px) {
  .package-content {
    width: 94%;
  }

  .package-itinerary-panel,
  .package-stays {
    padding: 17px;
  }

  .package-itinerary-item {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .package-itinerary-item > img {
    height: 105px;
  }

  .package-itinerary-item__content {
    grid-column: 2;
  }

  .package-stay-card {
    grid-template-columns: 1fr;
  }

  .package-stay-card > img {
    height: 190px;
  }

  .package-stay-card__nights {
    top: 12px;
    right: 10px;
  }
}

.grecaptcha-badge {
  display: none !important;
}

button,
a {
  outline: none !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  letter-spacing: 0px;
}
.elementor-location-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

#filters {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 50px;
  padding: 20px 0px;
}

#filters .nav-link {
  font-family: "Lexend";
  font-weight: 400;
  color: #000;
  font-size: 14px;
  border-radius: 0px;
}

#filters .nav-link.show {
  font-weight: 500;
  background: #f3e064;
  border-radius: 30px;
  min-width: 80px;
  text-align: center;
}

#breadcrumbs {
  margin: 0;
  font-size: 13px;
  color: #1e1e1e;
}

#breadcrumbs > span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px;
}

#breadcrumbs a {
  color: #1e1e1e;
  text-decoration: none;
}

#breadcrumbs a:hover {
  color: #1e1e1e;
}

#breadcrumbs .breadcrumb_last {
  color: #1e1e1e;
}

/* SVG separator */
#breadcrumbs > span > span + span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  vertical-align: middle;
  background-color: #1e1e1e;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 6l6 6l-6 6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 6l6 6l-6 6'/%3E%3C/svg%3E");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.bg-heading::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.75) 35%,
    rgba(0, 0, 0, 0.25) 65%,
    rgba(0, 0, 0, 0) 100%
  );
}

.row-projects {
  margin-right: -10px;
  margin-left: -10px;
}

.col-projects {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 20px;
}

.col-projects img {
  height: 250px !important;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px !important;
}

.col-projects .title {
  font-family: "Lexend";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  color: #000;
}

.col-projects .category {
  background: #f3e064;
  border-radius: 30px;
  display: inline-block;
  padding: 3px 15px;
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 300;
}

.bg-main {
  background: linear-gradient(
    90deg,
    rgb(111, 177, 252) 0%,
    rgb(67, 100, 247) 50%,
    rgb(0, 82, 212) 100%
  );
}

.bg-main:after {
  content: "";
  -webkit-filter: blur(60px);
  background-color: #ffffff;
  bottom: -160px;
  filter: blur(60px);
  flex: none;
  height: 376px;
  left: -200px;
  right: 0;
  position: absolute;
  width: 160%;
  z-index: 9;
}

.blog-details {
  font-size: 17px;
  line-height: 1.8;
}

.blog-details > :is(h1, h2, h3, h4, h5, h6):first-child {
  margin-top: 0 !important;
}

.blog-details p {
  margin-bottom: 20px;
}

.blog-details h1,
.blog-details h2,
.blog-details h3,
.blog-details h4,
.blog-details h5,
.blog-details h6 {
  line-height: 1.25;
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: 500;
  font-family: 'Outfit';
}

.blog-details h1 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  margin-top: 0;
}

.blog-details h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.blog-details h3 {
  font-size: clamp(22px, 2.4vw, 30px);
}

.blog-details h4 {
  font-size: clamp(20px, 2vw, 24px);
}

.blog-details h5 {
  font-size: clamp(18px, 1.6vw, 20px);
}

.blog-details h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.blog-details ul,
.blog-details ol {
  margin-bottom: 24px;
  padding-left: 24px;
}

.blog-details li {
  margin-bottom: 8px;
}

.blog-details a {
  color: #2563eb;
  text-decoration: underline;
}

.blog-details img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 24px 0;
}

@media only screen and (max-width: 700px) {
  .bg-main:after {
    bottom: -140px;
    filter: blur(40px);
    flex: none;
    height: 276px;
    left: -20;
    right: 0;
    width: 190%;
  }
}

.left,
.right {
  --column-width: 100vw;
  /* lebar tampilan */
  --image-width: 300px;
  /* lebar gambar */
  --col-gap: 20px;
  /* jarak antar gambar */
  --num-images: 5;
  /* jumlah gambar */

  width: var(--column-width);
  overflow: hidden;
  position: relative;

  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    black 20%,
    black 80%,
    rgba(0, 0, 0, 0) 100%
  );
}

.left .gallery br,
.right .gallery br {
  display: none !important;
}

.gallery img {
  border: none !important;
}

.left .gallery-icon,
.right .gallery-icon {
  padding: 0;
  background: #fff;
  padding: 10px 30px !important;
  border-radius: 15px;
}

.left .gallery-item,
.right .gallery-item {
  margin: 0px !important;
}

/* GALERI */
.left .gallery,
.right .gallery {
  display: flex;
  flex-direction: row;
  gap: var(--col-gap);
}

/* IMAGE STYLING */
.left .gallery img,
.right .gallery img {
  width: var(--image-width);
  height: 30px;
  object-fit: contain;
  display: block;
}

/* ANIMASI */
.left .gallery {
  animation: imagescrolling-left 15s linear infinite alternate;
}

.right .gallery {
  animation: imagescrolling-right 15s linear infinite alternate;
}

/* KEYFRAMES */
@keyframes imagescrolling-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(
      calc(
        -1 *
          (
            ((var(--image-width) + var(--col-gap)) * var(--num-images)) -
              var(--column-width)
          )
      )
    );
  }
}

@keyframes imagescrolling-right {
  0% {
    transform: translateX(
      calc(
        -1 *
          (
            ((var(--image-width) + var(--col-gap)) * var(--num-images)) -
              var(--column-width)
          )
      )
    );
  }

  100% {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 760px) {
  .up,
  .down {
    --image-height: 80px !important;
  }

  .left,
  .right {
    --num-images: 1 !important;
    /* ubah jumlah gambar untuk hitungan animasi */
  }

  .left .gallery-icon,
  .right .gallery-icon {
    width: 86px;
    padding: 10px !important;
  }

  .left .gallery img,
  .right .gallery img {
    height: 30px;
  }
}

/* Hotel search form */
.hotel-search-form {
  margin-top: -40px;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
  --hotel-search-accent: var(--e-global-color-accent, #c1110c);
  --hotel-search-ink: var(--e-global-color-text, #1e1e1e);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 14px;
  width: 100%;
  padding: 18px 23px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 10px 35px rgba(37, 31, 25, 0.08);
}

.hotel-search-form__field {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 52px;
  padding: 7px 38px 7px 13px;
  background: #fff;
  border: 1px solid #e5e2de;
  border-radius: 6px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.hotel-search-form__field:hover {
  border-color: #c9c2bb;
  transform: translateY(-1px);
}

.hotel-search-form__field:focus-within {
  border-color: var(--hotel-search-accent);
  box-shadow: 0 0 0 3px
    color-mix(in srgb, var(--hotel-search-accent) 10%, transparent);
}

.hotel-search-form__icon {
  display: inline-flex;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  color: var(--hotel-search-ink);
}

.hotel-search-form__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hotel-search-form__control {
  display: block;
  min-width: 0;
  width: 100%;
}

.hotel-search-form__control label {
  display: block;
  margin: 0 0 3px;
  color: var(--hotel-search-ink);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hotel-search-form__control select {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  color: #6f6b67;
  font: inherit;
  font-size: 13px;
  line-height: 1.5;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
}

.hotel-search-form__field::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #77716c;
  border-bottom: 1.5px solid #77716c;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.hotel-search-form__actions {
  display: flex;
  align-items: stretch;
  gap: 9px;
}

.hotel-search-form__submit,
.hotel-search-form__reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.hotel-search-form__submit {
  color: #fff;
  background: var(--hotel-search-accent);
  border: 1px solid var(--hotel-search-accent);
  cursor: pointer;
}

.hotel-search-form__submit:hover,
.hotel-search-form__submit:focus {
  color: #fff;
  background: var(--e-global-color-primary, #c1110c);
  border-color: var(--e-global-color-primary, #c1110c);
  transform: translateY(-1px);
}

.hotel-search-form__reset {
  min-width: 70px;
  padding: 0 16px;
  color: #554f4a;
  background: #f7f5f2;
  border: 1px solid #e5e2de;
}

.hotel-search-form__reset:hover,
.hotel-search-form__reset:focus {
  color: var(--hotel-search-accent);
  border-color: var(--hotel-search-accent);
}

@media only screen and (max-width: 991px) {
  .hotel-search-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hotel-search-form__actions {
    grid-column: 1 / -1;
  }

  .hotel-search-form__submit {
    flex: 1;
  }

  .hotel-search-form__submit,
  .hotel-search-form__reset {
    min-height: 46px;
  }
}

@media only screen and (max-width: 600px) {
  .hotel-search-form {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    border-radius: 12px;
  }

  .hotel-search-form__field {
    min-height: 52px;
  }

  .hotel-search-form__actions {
    grid-column: auto;
    flex-wrap: wrap;
  }

  .hotel-search-form__submit {
    flex: 1 0 100%;
  }

  .hotel-search-form__reset {
    flex: 1;
  }
}

/* Single hotel */
body.single-hotel,
body.single-activity,
body.single-collection {
  background: #fff;
}

.hotel-single {
  color: var(--hotel-ink);
  background: #fff;
  font-size: 14px;
  line-height: 1.65;
}

.hotel-single *,
.hotel-single *::before,
.hotel-single *::after {
  box-sizing: border-box;
}

.hotel-single img {
  display: block;
  max-width: 100%;
}

.hotel-single a {
  text-decoration: none;
}

.hotel-container {
  width: 90%;
  margin-inline: auto;
}

.hotel-hero {
  position: relative;
  height: 70vh;
  color: var(--hotel-on-primary);
  background-image:
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--hotel-text) 92%, transparent) 0%,
      color-mix(in srgb, var(--hotel-text) 65%, transparent) 42%,
      color-mix(in srgb, var(--hotel-text) 15%, transparent) 75%
    ),
    var(--hotel-hero-image);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotel-hero--without-image {
  background-image: linear-gradient(
    135deg,
    var(--hotel-primary),
    var(--hotel-text)
  );
}

.hotel-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(
    transparent,
    color-mix(in srgb, var(--hotel-text) 75%, transparent)
  );
  pointer-events: none;
}

.hotel-hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 34px;
  padding-bottom: 34px;
}

.hotel-breadcrumb {
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
  opacity: 0.92;
}

.hotel-breadcrumb a {
  color: var(--hotel-on-primary);
}

.hotel-breadcrumb a:hover {
  color: var(--hotel-secondary);
}

.hotel-hero__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.hotel-hero__main {
  max-width: 900px;
}

.single-collection .price-activity,
.single-collection .price-hotel {
  display: none;
}
.single-collection .collection-activities__list .btn-icon a,
.single-collection .collection-hotels__list .btn-icon a {
  border: none !important;
  padding: 10px 20px !important;
  width: 100%;
}
.single-collection
  .collection-activities__list
  .btn-icon
  a
  .elementor-button-content-wrapper,
.single-collection
  .collection-hotels__list
  .btn-icon
  a
  .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-collection .collection-activities__list .action-box,
.single-collection .collection-hotels__list .action-box {
  padding: 0px;
}
.hotel-eyebrow {
  display: inline-block;
  margin-bottom: 13px;
  padding: 5px 10px;
  color: var(--hotel-on-primary);
  background: var(--hotel-primary);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hotel-eyebrow:hover {
  color: var(--hotel-on-primary);
  background: var(--hotel-gold-dark);
}

.hotel-eyebrow--location {
  margin-left: 5px;
  background: color-mix(in srgb, var(--hotel-on-primary) 16%, transparent);
}

.hotel-rooms.collection-hotels,
.hotel-rooms.collection-activities {
  margin-top: 40px;
}

.hotel-hero h1 {
  max-width: 610px;
  margin: 0 0 10px;
  color: var(--hotel-on-primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.hotel-stars {
  color: var(--hotel-secondary);
  font-size: 19px;
  letter-spacing: 3px;
}

.activity-duration {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.activity-duration svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hotel-address {
  margin: 0 0 18px;
  font-weight: 600;
}

.hotel-address i {
  margin-right: 6px;
  font-size: 18px;
}

.hotel-hero__intro {
  max-width: 650px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 300;
}

.hotel-hero__features {
  display: flex;
  gap: 18px;
  margin-top: 35px;
}

.hotel-hero__features span {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.hotel-hero__features svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: var(--hotel-secondary);
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  background: var(--hotel-surface-pink);
  border-radius: 100%;
  padding: 3px;
}

.hotel-perfect {
  flex: 0 0 185px;
  padding: 20px 18px;
  color: var(--hotel-ink);
  background: color-mix(in srgb, var(--hotel-surface-pink) 96%, transparent);
  border-radius: 8px;
  box-shadow: 0 14px 35px color-mix(in srgb, var(--hotel-text) 20%, transparent);
  text-align: center;
}

.hotel-perfect > p {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
}

.hotel-perfect > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 8px;
  margin-top: 10px;
}

.hotel-perfect span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
}

.hotel-perfect i {
  margin-bottom: 2px;
  color: var(--hotel-gold);
  font-size: 27px;
}

.hotel-section-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  border-bottom: 1px solid var(--hotel-border);
  box-shadow: 0 5px 18px color-mix(in srgb, var(--hotel-text) 4%, transparent);
}

.hotel-section-nav .hotel-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 28px;
  row-gap: 0;
  overflow-x: visible;
}

.hotel-section-nav a {
  position: relative;
  flex: 0 0 auto;
  padding: 18px 12px 15px;
  color: var(--hotel-text);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.hotel-section-nav a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -1px;
  left: 10px;
  height: 2px;
  background: transparent;
}

.hotel-section-nav a:hover,
.hotel-section-nav a.is-active {
  color: var(--hotel-gold);
}

.hotel-section-nav a.is-active::after {
  background: var(--hotel-gold);
}

.hotel-section-nav i {
  margin-right: 5px;
  font-size: 15px;
}

.hotel-single #overview,
.hotel-single #rooms,
.hotel-single #gallery,
.hotel-single .hotel-info-card[id] {
  scroll-margin-top: 60px;
}

.hotel-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(290px, 0.9fr);
  gap: 30px;
  padding-top: 55px;
  padding-bottom: 80px;
}

.hotel-single h2,
.hotel-single h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--hotel-ink);
}

.hotel-single h2 {
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 1.2;
}

.hotel-section-kicker {
  display: block;
  margin-bottom: 5px;
  color: var(--hotel-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hotel-overview {
  display: grid;
  grid-template-columns: 1fr 235px;
  gap: 35px;
  margin-bottom: 35px;
}

.hotel-overview--without-times {
  grid-template-columns: 1fr;
}

.hotel-overview p {
  margin: 0 0 16px;
  color: var(--hotel-text);
}

.hotel-overview__content > :last-child {
  margin-bottom: 0;
}

.hotel-overview__content ul,
.hotel-overview__content ol {
  margin: 0 0 16px;
  padding-left: 22px;
}

.hotel-overview__content li + li {
  margin-top: 6px;
}

.hotel-times {
  align-self: start;
  padding: 18px 20px;
  background: var(--hotel-cream);
  border: 1px solid var(--hotel-border);
  border-radius: 8px;
}

.hotel-times > div {
  display: flex;
  gap: 14px;
  align-items: center;
}

.hotel-times > div + div {
  margin-top: 17px;
}

.hotel-times svg {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  color: var(--hotel-gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hotel-times span {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.35;
}

.hotel-times strong {
  font-size: 14px;
}

.hotel-room-list {
  overflow: hidden;
}

.hotel-room-card {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr) 155px;
  min-height: 175px;
  background: var(--hotel-surface-pink);
  border: 1px solid var(--hotel-border);
  border-radius: 7px;
  margin-bottom: 10px;
}

.hotel-room-card + .hotel-room-card {
  border-top: 1px solid var(--hotel-border);
}

.hotel-room-gallery {
  position: relative;
  min-width: 0;
  min-height: 175px;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  background: var(--hotel-surface-cream);
}

.hotel-room-gallery__slides,
.hotel-room-gallery__slide,
.hotel-room-gallery__slide img {
  width: 100%;
  height: 100%;
}

.hotel-room-gallery__slide {
  display: none;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: zoom-in;
}

.hotel-room-gallery__slide.is-active {
  display: block;
}

.hotel-room-gallery__slide img {
  min-height: 175px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.hotel-room-gallery__slide:hover img {
  transform: scale(1.035);
}

.hotel-room-gallery__dots {
  position: absolute;
  right: 0;
  bottom: 9px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 6px;
  pointer-events: none;
}

.hotel-room-gallery__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  background: color-mix(in srgb, var(--hotel-on-primary) 60%, transparent);
  border: 1px solid color-mix(in srgb, var(--hotel-text) 20%, transparent);
  border-radius: 50%;
  box-shadow: 0 1px 4px color-mix(in srgb, var(--hotel-text) 30%, transparent);
  cursor: pointer;
  pointer-events: auto;
  transition:
    width 0.2s ease,
    background-color 0.2s ease;
}

.hotel-room-gallery__dot.is-active {
  width: 20px;
  background: var(--hotel-surface-pink);
  border-radius: 10px;
}

.hotel-room-gallery__empty {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 175px;
  place-items: center;
  color: var(--hotel-secondary);
  font-size: 32px;
}

.hotel-rooms__empty {
  padding: 22px;
  background: var(--hotel-cream);
  border: 1px solid var(--hotel-border);
  border-radius: 7px;
}

.hotel-room-card__body {
  padding: 16px 18px;
}

.hotel-room-card h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

.hotel-room-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 17px;
  color: var(--hotel-text);
  font-size: 10px;
}

.hotel-room-meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  letter-spacing: 0.4px;
}

.hotel-room-meta svg {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  color: var(--hotel-gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hotel-room-card__body p {
  margin: 13px 0 8px;
  font-weight: 300;
  color: var(--hotel-text);
  font-size: 13px;
  line-height: 1.6;
}

.hotel-room-card__body > a {
  color: var(--hotel-gold-dark);
  font-size: 11px;
  font-weight: 700;
}

.hotel-room-card__rate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  border-left: 1px solid var(--hotel-border);
  text-align: center;
}

.hotel-room-card__price {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hotel-room-card__rate small {
  font-size: 11px;
}

.hotel-room-card__rate strong {
  margin: 1px 0;
  color: var(--hotel-text);
  font-size: 19px;
  line-height: 1.2;
}

.hotel-room-card__rate span {
  font-size: 10px;
}

.hotel-room-card__rate a {
  width: 100%;
  margin-top: 10px;
  padding: 9px 6px;
  color: var(--hotel-on-primary);
  background: var(--hotel-primary);
  border-radius: 4px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.hotel-center {
  padding: 18px 0 8px;
  text-align: center;
}

.hotel-outline-button {
  display: inline-flex;
  padding: 9px 32px;
  color: var(--hotel-gold-dark);
  border: 1px solid var(--hotel-secondary);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.hotel-room-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 55px 80px;
  color: var(--hotel-on-primary);
  background: color-mix(in srgb, var(--hotel-text) 94%, transparent);
}

.hotel-room-lightbox.is-open {
  display: flex;
}

.hotel-room-lightbox figure {
  max-width: min(1100px, 100%);
  max-height: 100%;
  margin: 0;
  text-align: center;
}

.hotel-room-lightbox figure img {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 125px);
  margin: auto;
  object-fit: contain;
}

.hotel-room-lightbox figcaption {
  min-height: 24px;
  padding-top: 9px;
  font-size: 12px;
}

.hotel-room-lightbox__close,
.hotel-room-lightbox__nav {
  position: absolute;
  color: var(--hotel-on-primary);
  background: color-mix(in srgb, var(--hotel-on-primary) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--hotel-on-primary) 30%, transparent);
  cursor: pointer;
}

.hotel-room-lightbox__close {
  top: 18px;
  right: 22px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 36px;
}

.hotel-room-lightbox__nav {
  top: 50%;
  width: 48px;
  height: 58px;
  border-radius: 5px;
  font-size: 38px;
  line-height: 1;
  transform: translateY(-50%);
}

.hotel-room-lightbox__nav--prev {
  left: 20px;
}

.hotel-room-lightbox__nav--next {
  right: 20px;
}

body.hotel-lightbox-open {
  overflow: hidden;
}

.hotel-gallery {
  margin-top: 42px;
}

.hotel-gallery__viewport {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  overflow: hidden;
  border-radius: 8px;
}

.hotel-gallery__page {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hotel-gallery__page.is-active {
  display: grid;
}

.hotel-gallery__image {
  display: none;
  position: relative;
  height: 260px;
  overflow: hidden;
  padding: 0;
  background: var(--hotel-surface-cream);
  border: 0;
  border-radius: 7px;
  cursor: zoom-in;
}

.hotel-gallery__image.is-active {
  display: block;
}

.hotel-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.hotel-gallery__image:hover img {
  transform: scale(1.035);
}

.hotel-gallery__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  transition: background-color 0.25s ease;
}

.hotel-gallery__image:hover::after {
  background: color-mix(in srgb, var(--hotel-text) 8%, transparent);
}

.hotel-gallery__dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 14px;
}

.hotel-gallery__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  background: color-mix(
    in srgb,
    var(--hotel-secondary) 35%,
    var(--hotel-surface-cream)
  );
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition:
    width 0.2s ease,
    background-color 0.2s ease;
}

.hotel-gallery__dot.is-active {
  width: 24px;
  background: var(--hotel-gold);
  border-radius: 10px;
}

.hotel-sidebar {
  min-width: 0;
}

.hotel-booking-card,
.hotel-sidebar-card,
.hotel-policy-card {
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid var(--hotel-border);
  border-radius: 8px;
  box-shadow: 0 6px 20px color-mix(in srgb, var(--hotel-text) 4%, transparent);
}

.hotel-booking-card h2 {
  margin: 0;
  padding: 18px 20px;
  color: var(--hotel-on-primary);
  background: #424242;
  font-size: 18px;
}

.hotel-booking-card h2 i {
  margin-right: 8px;
  color: var(--hotel-secondary);
  font-size: 23px;
}

.hotel-booking-card__body,
.hotel-sidebar-card,
.hotel-policy-card {
  padding: 20px;
  background: var(--hotel-surface-cream);
}

.hotel-booking-card__information > :first-child {
  margin-top: 0;
}

.hotel-booking-card__information > :last-child {
  margin-bottom: 0;
}

.hotel-sidebar ul,
.hotel-info-card ul,
.collection-package-card__details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.collection-package-card__details li {
  color: #666666;
  margin-bottom: 0px !important;
  font-weight: 300;
}

.hotel-sidebar li,
.hotel-info-card li,
.collection-package-card__details li {
  position: relative;
  margin: 0 0 9px;
  padding-left: 20px;
  font-size: 14px;
}

.hotel-sidebar li::before,
.hotel-info-card li::before,
.collection-package-card__details li::before {
  position: absolute;
  left: 0;
  color: var(--hotel-gold);
  font-weight: 700;
}

.hotel-info-card li::before,
.hotel-sidebar li::before,
.collection-package-card__details li::before {
  content: "";
  top: 0.3em;
  width: 14px;
  height: 14px;
  background-color: var(--hotel-gold);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 3.34a10 10 0 1 1-14.995 8.984L2 12l.005-.324A10 10 0 0 1 17 3.34zm-1.293 5.953a1 1 0 0 0-1.32-.083l-.094.083L11 12.585l-1.293-1.292-.094-.083a1 1 0 0 0-1.403 1.403l.083.094 2 2 .094.083a1 1 0 0 0 1.226 0l.094-.083 4-4 .083-.094a1 1 0 0 0-.083-1.32z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 3.34a10 10 0 1 1-14.995 8.984L2 12l.005-.324A10 10 0 0 1 17 3.34zm-1.293 5.953a1 1 0 0 0-1.32-.083l-.094.083L11 12.585l-1.293-1.292-.094-.083a1 1 0 0 0-1.403 1.403l.083.094 2 2 .094.083a1 1 0 0 0 1.226 0l.094-.083 4-4 .083-.094a1 1 0 0 0-.083-1.32z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.hotel-booking-card .hotel-primary-button {
  margin-top: 25px;
}

.hotel-primary-button,
.hotel-whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  margin-top: 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.hotel-primary-button {
  color: var(--hotel-on-primary);
  background: var(--hotel-primary);
  border: 0;
  cursor: pointer;
}

.hotel-whatsapp-button {
  color: var(--hotel-ink);
  background: var(--hotel-surface-pink);
  border: 1px solid var(--hotel-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.hotel-whatsapp-button i {
  margin-right: 7px;
  font-size: 19px;
}

.hotel-sidebar-card h3,
.hotel-policy-card h3 {
  margin: 0 0 14px;
  font-size: 17px;
}

.hotel-sidebar-card h3 i {
  margin-right: 7px;
  color: var(--hotel-gold);
  font-size: 21px;
}

.hotel-policy-card {
  background: var(--hotel-surface-pink);
}

.hotel-policy-card p {
  color: var(--hotel-text);
  font-size: 11px;
}

.hotel-policy-card a {
  color: var(--hotel-accent);
  font-size: 11px;
  font-weight: 700;
}

.hotel-info-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.hotel-info-card {
  position: relative;
  overflow: hidden;
  padding: 0px;
}

.hotel-info-card > i {
  float: left;
  margin: -2px 8px 0 0;
  color: var(--hotel-gold);
  font-size: 23px;
}

.hotel-info-card h3 {
  margin: 0 0 15px;
  font-size: 24px;
}

.hotel-info-card__description > :first-child {
  margin-top: 0;
}

.hotel-info-card__description > :last-child {
  margin-bottom: 0;
}

.hotel-info-card__description p {
  font-size: 13px;
  line-height: 1.7;
}

.hotel-info-card__description iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}

.hotel-info-card small {
  display: block;
  margin-bottom: 12px;
  font-size: 8px;
}

.hotel-info-card li {
  margin-bottom: 6px;
  font-size: 14px;
}

.hotel-info-card > img {
  width: calc(100% + 34px);
  height: 82px;
  margin: 12px -17px -17px;
  object-fit: cover;
}

.hotel-location-card p {
  clear: both;
  padding-top: 10px;
  font-size: 9px;
}

.hotel-map-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  margin: 10px 0;
  color: var(--hotel-primary);
  background:
    radial-gradient(
      circle at 30% 40%,
      var(--hotel-surface-pink) 0 8%,
      transparent 9%
    ),
    repeating-linear-gradient(
      30deg,
      var(--hotel-border) 0 2px,
      var(--hotel-surface-cream) 2px 18px
    );
  border-radius: 4px;
  text-align: center;
}

.hotel-map-placeholder i {
  font-size: 30px;
}

.hotel-room-price-wrap {
  line-height: 1rem;
}

.hotel-map-placeholder span {
  max-width: 80px;
  color: var(--hotel-text);
  font-size: 8px;
  font-weight: 700;
}

.hotel-location-card > a {
  color: var(--hotel-accent);
  font-size: 9px;
  font-weight: 700;
}

.hotel-trust-bar {
  padding: 22px 0;
  background: var(--hotel-surface-cream);
  border-top: 1px solid var(--hotel-border);
}

.hotel-trust-bar .hotel-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.hotel-trust-bar .hotel-container > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border-right: 1px solid var(--hotel-border);
}

.hotel-trust-bar .hotel-container > div:last-child {
  border-right: 0;
}

.hotel-trust-bar i {
  color: var(--hotel-gold);
  font-size: 29px;
}

.hotel-trust-bar span {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}

.hotel-trust-bar strong {
  font-size: 10px;
}

.hotel-trust-bar small {
  color: var(--hotel-muted);
  font-size: 8px;
}

@media (max-width: 1024px) {
  .hotel-hero__features {
    grid-template-columns: repeat(3, 1fr);
  }

  .hotel-content-grid {
    grid-template-columns: minmax(0, 1fr) 285px;
    gap: 20px;
  }

  .hotel-room-card {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .hotel-room-card__rate {
    grid-column: 2;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px 10px;
    justify-content: flex-start;
    padding: 0 18px 15px;
    border-left: 0;
  }

  .hotel-room-card__rate a {
    width: auto;
    margin: 0 0 0 auto;
    padding-inline: 13px;
  }

  .hotel-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hotel-trust-bar .hotel-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 0;
  }
}

@media (max-width: 767px) {
  .hotel-single h2 {
    font-size: 22px;
  }
  .hotel-room-card__rate strong {
    font-size: 17px;
  }
  .hotel-room-price-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .hotel-room-price-wrap small {
    font-size: 11px;
  }
  .hotel-info-card h3 {
    font-size: 22px;
  }
  .hotel-section-nav .hotel-container {
    align-items: start;
    justify-content: start;
  }
  .hotel-container {
    width: 85%;
  }

  .hotel-hero {
    min-height: auto;
    background-image:
      linear-gradient(
        color-mix(in srgb, var(--hotel-text) 55%, transparent),
        color-mix(in srgb, var(--hotel-text) 92%, transparent)
      ),
      var(--hotel-hero-image);
  }

  .hotel-hero.hotel-hero--without-image {
    background-image: linear-gradient(
      135deg,
      var(--hotel-primary),
      var(--hotel-text)
    );
  }

  .hotel-hero__inner {
    padding-top: 25px;
  }

  .hotel-hero__content {
    display: block;
    min-height: 0;
  }

  .hotel-hero h1 {
    font-size: 33px;
  }

  .hotel-hero__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .hotel-perfect {
    display: none;
  }

  .hotel-section-nav .hotel-container {
    width: 100%;
    flex-wrap: nowrap;
    column-gap: 10px;
    padding-inline: 14px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .hotel-section-nav .hotel-container::-webkit-scrollbar {
    display: none;
  }

  .hotel-section-nav a {
    padding: 12px 8px 10px;
  }

  .hotel-content-grid {
    display: block;
    padding-top: 28px;
  }

  .hotel-overview {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hotel-times {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hotel-times > div + div {
    margin-top: 0;
  }

  .hotel-sidebar {
    margin-top: 30px;
  }

  .hotel-booking-card {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9990;
    margin: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: 0 -6px 24px
      color-mix(in srgb, var(--hotel-text) 14%, transparent);
  }

  .hotel-booking-card h2,
  .hotel-booking-card__information,
  .hotel-booking-card .hotel-whatsapp-button {
    display: none;
  }

  .hotel-booking-card__body {
    padding: 10px 14px;
  }

  .hotel-booking-card .hotel-primary-button {
    min-height: 50px;
    margin: 0;
  }

  .hotel-trust-bar .hotel-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .hotel-hero h1 {
    font-size: 30px;
  }

  .hotel-hero__intro {
    font-size: 13px;
  }

  .hotel-hero__features {
    grid-template-columns: 1fr 1fr;
  }

  .hotel-room-card {
    margin-bottom: 25px;
    display: block;
  }

  .hotel-room-gallery,
  .hotel-room-gallery__slides,
  .hotel-room-gallery__slide,
  .hotel-room-gallery__slide img {
    height: 210px;
    min-height: 0;
    border-radius: 5px 5px 0 0;
  }

  .hotel-room-card__rate {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 18px;
    border-top: 1px solid var(--hotel-border);
    text-align: left;
  }

  .hotel-room-card__price {
    flex: 1 1 auto;
    align-items: flex-start;
  }

  .hotel-room-card__rate a {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
  }

  .hotel-info-grid {
    grid-template-columns: 1fr;
  }

  .hotel-info-card {
    min-height: 0;
  }

  .hotel-trust-bar .hotel-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .hotel-trust-bar .hotel-container > div {
    justify-content: flex-start;
    border-right: 0;
  }

  .hotel-room-lightbox {
    padding: 60px 15px 45px;
  }

  .hotel-room-lightbox__nav {
    top: auto;
    bottom: 12px;
    width: 44px;
    height: 36px;
    transform: none;
  }

  .hotel-room-lightbox__nav--prev {
    left: calc(50% - 50px);
  }

  .hotel-room-lightbox__nav--next {
    right: calc(50% - 50px);
  }

  .hotel-gallery__viewport {
    grid-template-columns: 1fr;
  }

  .hotel-gallery__image {
    height: 230px;
  }
}

@media (max-width: 767px) {
  .grid-border {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .grid-border > .elementor-widget-icon-box {
    width: 100% !important;
    margin: 0 !important;
  }

  .grid-border .elementor-icon-box-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .grid-border .elementor-icon-box-icon {
    margin: 0 !important;
    flex: 0 0 auto;
  }

  .grid-border .elementor-icon-box-title {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
  }
}
.collection-content-grid--without-sidebar {
  grid-template-columns: minmax(0, 1fr);
}

.collection-content-grid--without-sidebar .hotel-main-column {
  width: 100%;
}

.collection-activities__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.collection-activities__header h2 {
  margin: 0;
}

.collection-activities__navigation {
  display: flex;
  gap: 8px;
}

.collection-activities__navigation button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--e-global-color-secondary);
  border-radius: 50%;
  background: #fff;
  color: var(--e-global-color-secondary);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.collection-activities__navigation button:hover {
  background: var(--e-global-color-secondary);
  color: #fff;
}

.collection-activities__navigation button:disabled {
  opacity: 0.35;
  cursor: default;
}

.collection-activities__viewport {
  width: 100%;
  overflow: hidden;
}

.collection-activities__list {
  display: flex;
  align-items: stretch;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.collection-activities__list::-webkit-scrollbar {
  display: none;
}

.manual-elementor-loop-item {
  display: flex;
  align-self: stretch;
  flex: 0 0 calc((100% - 40px) / 2.5);
  min-width: 0;
  height: auto;
  scroll-snap-align: start;
}

.manual-elementor-loop-item > .elementor,
.manual-elementor-loop-item > .elementor > .elementor-element {
  width: 100%;
  min-height: 100%;
}

.manual-elementor-loop-item > .elementor {
  display: flex;
  flex: 1 1 auto;
}

.manual-elementor-loop-item > .elementor > .elementor-element {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.collection-hotels .manual-elementor-loop-item > .elementor,
.collection-hotels .manual-elementor-loop-item > .elementor > .e-con,
.collection-activities .manual-elementor-loop-item > .elementor,
.collection-activities .manual-elementor-loop-item > .elementor > .e-con {
  flex-grow: 1;
}

/* Equal-height structure for Elementor hotel loop template 1145. */
.collection-hotels .manual-elementor-loop-item > .elementor-1145 {
  height: 100%;
}

.collection-hotels .elementor-1145 > .elementor-element-01c2f8f {
  flex: 1 1 auto;
  height: 100%;
  min-height: 100%;
}

.collection-hotels .elementor-1145 .elementor-element-acd0d69 {
  --container-widget-flex-grow: 1;
  flex: 1 1 auto;
}

.collection-hotels .elementor-1145 .elementor-element-61ded88 {
  flex: 0 0 auto;
  margin-top: auto;
}

.single-info .elementor-post-info__terms-list {
  font-size: 0;
}

.single-info .elementor-post-info__terms-list-item {
  font-size: 15px;
}

.single-info .elementor-post-info__terms-list-item:not(:first-child) {
  display: none !important;
}

.collection-faq {
  margin-top: 45px;
  background: #fff;
}

.collection-faq__header {
  max-width: 720px;
  margin-bottom: 28px;
}

.collection-faq__header h2 {
  margin: 0 0 10px;
  color: var(--hotel-text);
}

.collection-faq__intro,
.collection-faq__intro p {
  margin: 0;
  color: color-mix(in srgb, var(--hotel-text) 72%, transparent);
}

.collection-faq__items {
  border-top: 1px solid var(--hotel-border);
}

.collection-faq__item {
  border-bottom: 1px solid var(--hotel-border);
}

.collection-faq__item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  align-items: center;
  gap: 14px;
  padding: 20px 0;
  color: var(--hotel-text);
  cursor: pointer;
  list-style: none;
}

.collection-faq__item summary::-webkit-details-marker {
  display: none;
}

.collection-faq__number {
  color: var(--hotel-secondary);
  font-size: 12px;
  font-weight: 600;
}

.collection-faq__question {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.collection-faq__toggle {
  position: relative;
  width: 24px;
  height: 24px;
}

.collection-faq__toggle::before,
.collection-faq__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: var(--hotel-secondary);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.collection-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.collection-faq__item[open] .collection-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}

.collection-faq__answer {
  padding-bottom: 25px;
  color: color-mix(in srgb, var(--hotel-text) 78%, transparent);
}

.collection-faq__answer > :last-child {
  margin-bottom: 0;
}

.collection-packages__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--hotel-secondary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.collection-package-card {
  position: relative;
  flex-direction: column;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--hotel-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px color-mix(in srgb, var(--hotel-text) 6%, transparent);
}

.collection-package-card__title {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  border-radius: 0px;
  background: #424242;
  padding: 10px 15px;
}

.collection-package-card__intro {
  font-size: 13px;
  text-align: center;
}

.collection-package-card__intro > :last-child,
.collection-package-card__details > :last-child {
  margin-bottom: 0;
}
.package-title {
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: -3px;
  font-weight: 400;
  font-size: 19px;
}
.collection-package-card__details {
  padding-top: 65px;
  flex: 1 1 auto;
  color: var(--hotel-text);
  font-size: 13px;
}

.collection-package-card__details ul {
  margin: 8px 0 18px;
}

.collection-package-card__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding: 14px;
  border-radius: 8px;
  background: #fef4ee;
  text-align: center;
}

.collection-package-card__price small,
.collection-package-card__price span {
  font-size: 10px;
  line-height: 1.4;
}

.collection-package-card__price strong {
  font-size: 21px;
  line-height: 1.25;
}

.collection-package-card__itinerary {
  width: 100%;
  margin-top: 14px;
  padding: 11px 14px;
  border: 1px solid var(--hotel-secondary);
  border-radius: 6px;
  background: transparent;
  color: var(--hotel-secondary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.collection-package-card__itinerary:hover {
  background: var(--hotel-secondary);
  color: #fff;
}

.collection-package-card__enquiry {
  width: 100%;
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid var(--hotel-primary);
  border-radius: 6px;
  background: var(--hotel-primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.collection-package-card__enquiry:hover {
  background: #fff;
  color: var(--hotel-primary);
}

body.collection-itinerary-open {
  overflow: hidden;
}

.collection-itinerary-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.collection-itinerary-modal.is-open {
  display: flex;
}

.collection-itinerary-modal__backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: color-mix(in srgb, var(--hotel-text) 72%, transparent);
  cursor: pointer;
}

.collection-itinerary-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  max-height: calc(100vh - 60px);
  overflow: auto;
  padding: 34px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 25px 70px color-mix(in srgb, var(--hotel-text) 25%, transparent);
}

.collection-itinerary-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--hotel-border);
  border-radius: 50%;
  background: #fff;
  color: var(--hotel-text);
  font-size: 25px;
  cursor: pointer;
}

.collection-itinerary-modal__header {
  margin-bottom: 35px;
  padding-right: 50px;
}

.collection-itinerary-modal__header > span {
  color: var(--hotel-secondary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.collection-itinerary-modal__header h2 {
  margin: 4px 0 0;
}

.collection-itinerary {
  display: flex;
  min-width: max-content;
  padding: 0 10px 15px;
}

.collection-itinerary__item {
  position: relative;
  width: 180px;
  padding: 35px 10px 0;
}

.collection-itinerary__item::before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--hotel-border);
  content: "";
}

.collection-itinerary__marker {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--hotel-primary);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  transform: translateX(-50%);
}

.collection-itinerary__item h3 {
  min-height: 44px;
  margin: 8px 0 12px;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.collection-itinerary__item img {
  width: 100%;
  height: 105px;
  border-radius: 8px;
  object-fit: cover;
}

.collection-itinerary__item ul {
  margin: 12px 0 0;
  padding-left: 17px;
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 1024px) {
  .manual-elementor-loop-item {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 767px) {
  .manual-elementor-loop-item {
    flex-basis: 100%;
  }

  .collection-faq__item summary {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 10px;
  }

  .collection-faq__question {
    font-size: 14px;
  }

  .collection-itinerary-modal {
    padding: 15px;
  }

  .collection-itinerary-modal__dialog {
    max-height: calc(100vh - 30px);
    padding: 26px 20px;
  }

  .collection-itinerary {
    overflow-x: auto;
  }
}

/* Plan Your Bali Trip form */
.plan-trip-form-wrap {
  --plan-trip-border: #e8e5e1;
  --plan-trip-muted: #747474;
  width: 100%;
}

.plan-trip-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.plan-trip-form__field {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 50px;
  margin: 0;
  padding: 10px 20px;
  border: 1px solid var(--plan-trip-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgb(30 30 30 / 4%);
  color: var(--e-global-color-text, #1e1e1e);
}

.plan-trip-form__field:focus-within,
.plan-trip-form__multiselect[open] {
  border-color: var(--e-global-color-secondary, #997933);
  box-shadow: 0 0 0 2px rgb(153 121 51 / 10%);
}

.plan-trip-form__icon {
  display: inline-flex;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.plan-trip-form__icon svg {
  width: 20px;
  height: 20px;
}

.plan-trip-form__control {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}

.plan-trip-form__label {
  overflow: hidden;
  color: var(--e-global-color-text, #1e1e1e);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plan-trip-form select {
  margin-left: -4px !important;
}
.plan-trip-form select,
.plan-trip-form input,
.plan-trip-form textarea {
  width: 100%;
  min-height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: var(--plan-trip-muted);
  font: inherit;
  font-size: 13px;
  line-height: 1.4;
}

.plan-trip-form select {
  cursor: pointer;
}

.plan-trip-form textarea {
  resize: vertical;
}

.plan-trip-form__date-trigger {
  display: flex;
  width: 100%;
  min-height: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--plan-trip-muted);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  text-align: left;
}

.plan-trip-form__date-trigger svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 0.2s ease;
}

.plan-trip-form__dates.is-open .plan-trip-form__date-trigger svg {
  transform: rotate(180deg);
}

.plan-trip-form__date-picker {
  position: absolute;
  z-index: 30;
  top: calc(100% + 6px);
  left: 0;
  display: grid;
  width: 320px;
  max-width: calc(100vw - 40px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 15px;
  border: 1px solid var(--plan-trip-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgb(30 30 30 / 14%);
}

.plan-trip-form__date-picker[hidden] {
  display: none;
}

.plan-trip-form__date-picker label {
  display: grid;
  min-width: 0;
  gap: 6px;
  color: var(--e-global-color-text, #1e1e1e);
  font-size: 12px;
  font-weight: 700;
}

.plan-trip-form__date-picker input {
  min-width: 0;
  min-height: 40px;
  padding: 8px 9px;
  border: 1px solid var(--plan-trip-border);
  border-radius: 5px;
  background: #fff;
  font-size: 12px;
}

.plan-trip-form__date-actions {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 3px;
}

.plan-trip-form__date-actions button {
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid var(--plan-trip-border);
  border-radius: 5px;
  background: #fff;
  color: var(--e-global-color-text, #1e1e1e);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.plan-trip-form__date-actions [data-date-range-apply] {
  border-color: var(--e-global-color-primary, #c1110c);
  background: var(--e-global-color-primary, #c1110c);
  color: #fff;
}

.plan-trip-form__multiselect {
  padding: 0;
}

.plan-trip-form__multiselect summary {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  padding: 10px 20px;
  cursor: pointer;
  list-style: none;
}

.plan-trip-form__multiselect summary::-webkit-details-marker {
  display: none;
}

.plan-trip-form__multiselect summary::after {
  position: absolute;
  top: 50%;
  right: 19px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}

.plan-trip-form__multiselect[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.plan-trip-form__placeholder {
  overflow: hidden;
  color: var(--plan-trip-muted);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.plan-trip-form__options {
  position: absolute;
  z-index: 20;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  min-width: 230px;
  max-height: 260px;
  padding: 10px;
  border: 1px solid var(--plan-trip-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgb(30 30 30 / 14%);
}

.plan-trip-form__option-list {
  display: grid;
  max-height: 190px;
  gap: 2px;
  overflow-y: auto;
}

.plan-trip-form__options label {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 8px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
}

.plan-trip-form__options label:hover {
  background: var(--e-global-color-891c3a5, #fdf3f2);
}

.plan-trip-form__options input {
  width: 16px;
  min-height: 16px;
  accent-color: var(--e-global-color-primary, #c1110c);
}

.plan-trip-form__multiselect-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 8px;
  padding-top: 9px;
  border-top: 1px solid var(--plan-trip-border);
}

.plan-trip-form__multiselect-actions button {
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid var(--plan-trip-border);
  border-radius: 5px;
  background: #fff;
  color: var(--e-global-color-text, #1e1e1e);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.plan-trip-form__multiselect-actions [data-multiselect-apply] {
  border-color: var(--e-global-color-primary, #c1110c);
  background: var(--e-global-color-primary, #c1110c);
  color: #fff;
}

.plan-trip-form__field--request {
  grid-column: span 2;
}

.plan-trip-form__field--contact {
  grid-column: span 1;
}

.plan-trip-form__submit {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 15px 24px;
  border: 0;
  border-radius: 8px;
  background: var(--e-global-color-primary, #c1110c);
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.plan-trip-form__submit:hover {
  background: var(--e-global-color-accent, #c1110c);
  transform: translateY(-1px);
}

.plan-trip-form__submit svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.plan-trip-form__notice {
  margin-bottom: 15px;
  padding: 13px 16px;
  border-radius: 7px;
  font-size: 14px;
}

.plan-trip-form__notice--success {
  border: 1px solid #b7ddc5;
  background: #eefaf2;
  color: #176b38;
}

.plan-trip-form__notice--error {
  border: 1px solid #efc0bd;
  background: var(--e-global-color-891c3a5, #fdf3f2);
  color: var(--e-global-color-primary, #c1110c);
}

.plan-trip-form__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 1100px) {
  .plan-trip-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-trip-form__field--request {
    grid-column: span 1;
  }
}

@media (max-width: 600px) {
  .plan-trip-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .plan-trip-form__field,
  .plan-trip-form__multiselect summary,
  .plan-trip-form__submit {
    min-height: 72px;
  }

  .plan-trip-form__field--request,
  .plan-trip-form__field--contact {
    grid-column: auto;
  }

  .plan-trip-form__options {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 20px;
    width: calc(100% - 40px);
    max-height: 60vh;
    transform: translateY(-50%);
  }

  .plan-trip-form__date-picker {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 20px;
    width: calc(100% - 40px);
    transform: translateY(-50%);
  }
}

/* Hotel Grid 1 - Elementor loop item */
.elementor-widget-shortcode:has(.hotel-grid-1),
.elementor-widget-shortcode:has(.hotel-grid-1) > .elementor-widget-container {
  height: 100%;
}

.hotel-grid-1 {
  --hotel-grid-gold: var(--hotel-secondary);
  --hotel-grid-red: var(--e-global-color-primary, #b00300);
  --hotel-grid-text: var(--e-global-color-text, #1e1e1e);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  color: var(--hotel-grid-text);
  background: #fff;
  border: 1px solid rgb(30 30 30 / 5%);
  border-radius: 12px;
  box-shadow: 0 6px 22px rgba(30, 30, 30, 0.04);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.hoolabs-hotel-grid {
  display: grid;
  grid-template-columns: repeat(
    var(--hoolabs-hotel-grid-columns, 4),
    minmax(0, 1fr)
  );
  align-items: stretch;
  gap: 22px;
}

.hoolabs-hotel-grid > .hotel-grid-1 {
  min-width: 0;
}

.hotel-category-grid {
  display: grid;
  grid-template-columns: repeat(
    var(--hotel-category-grid-columns, 2),
    minmax(0, 1fr)
  );
  align-items: stretch;
  gap: 20px;
}

.hotel-category-grid-1 {
  min-width: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 7px 24px rgb(30 30 30 / 8%);
}

.hotel-category-grid-1__link {
  position: relative;
  display: block;
  height: 100%;
  min-height: 345px;
  overflow: hidden;
  color: #fff;
  background: #253126;
}

.hotel-category-grid-1__link > img,
.hotel-category-grid-1__placeholder {
  position: absolute;
  width: 100%;
  height: 100% !important;
  inset: 0;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hotel-category-grid-1:hover .hotel-category-grid-1__link > img {
  transform: scale(1.035);
}

.hotel-category-grid-1__placeholder {
  background: linear-gradient(135deg, #1f3026, #172435);
}

.hotel-category-grid-1__overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgb(5 11 9 / 91%) 0%,
    rgb(5 11 9 / 72%) 34%,
    rgb(5 11 9 / 24%) 68%,
    rgb(5 11 9 / 8%) 100%
  );
}

.hotel-category-grid-1__content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(54%, 390px);
  min-height: 345px;
  flex-direction: column;
  align-items: flex-start;
  padding: 38px 34px 28px;
}

.hotel-category-grid-1__content > strong {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.15;
  font-family: 'Outfit';
}

.btn-s2 svg{
    width: 22px !important;
}
.btn-s2 .elementor-button-content-wrapper{
    display: flex;
    align-items: center;
}

.hotel-category-grid-1__content .sub {
  color: var(--hotel-secondary, #c49647);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 17px;
}

.hotel-category-grid-1__description {
  display: -webkit-box;
  margin-top: 12px;
  overflow: hidden;
  color: rgb(255 255 255 / 88%);
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hotel-category-grid-1__spacer {
  flex: 1;
}

.hotel-category-grid-1__price {
  display: block;
  margin-top: 22px;
  color: #fff;
  line-height: 1.15;
}

.hotel-category-grid-1__price small {
  display: block;
  margin-bottom: 4px;
  color: rgb(255 255 255 / 72%);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hotel-category-grid-1__price b {
  color: var(--hotel-secondary, #c49647);
  font-size: 23px;
  font-weight: 400;
}

.hotel-category-grid-1__price em {
  text-transform: capitalize;
  margin-left: 4px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
}

.hotel-category-grid-1__button {
  display: inline-flex;
  min-width: 140px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 19px;
  padding: 10px 19px;
  color: #fff;
  border: 1px solid var(--hotel-secondary, #c49647);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.hotel-category-grid-1:hover .hotel-category-grid-1__button {
  color: #fff;
  background: var(--hotel-secondary, #c49647);
}

.things-todo-category-grid {
  display: grid;
  grid-template-columns: repeat(
    var(--things-todo-category-columns, 5),
    minmax(0, 1fr)
  );
  align-items: stretch;
  gap: 16px;
}

.things-todo-category-grid-1 {
  min-width: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 7px 22px rgb(30 30 30 / 9%);
}

.things-todo-category-grid-1__link {
  position: relative;
  display: block;
  height: 100%;
  min-height: 240px;
  overflow: hidden;
  color: #fff;
  background: #263023;
}

.things-todo-category-grid-1__link > img,
.things-todo-category-grid-1__placeholder {
  position: absolute;
  width: 100%;
  height: 100% !important;
  inset: 0;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.things-todo-category-grid-1:hover .things-todo-category-grid-1__link > img {
  transform: scale(1.045);
}

.things-todo-category-grid-1__placeholder {
  background: linear-gradient(145deg, #37553b, #182922);
}

.things-todo-category-grid-1__overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 5%) 18%,
    rgb(0 0 0 / 22%) 48%,
    rgb(0 0 0 / 88%) 100%
  );
}

.things-todo-category-grid-1__content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 55%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px 20px 19px;
}

.things-todo-category-grid-1__content > strong {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
  text-shadow: 0 2px 10px rgb(0 0 0 / 42%);
}

.things-todo-category-grid-1__description {
  display: -webkit-box;
  min-height: 2.9em;
  margin-top: 11px;
  overflow: hidden;
  color: rgb(255 255 255 / 88%);
  font-size: 12px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.things-todo-category-grid-1__button {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  justify-content: space-between;
  text-transform: uppercase;
}

.things-todo-category-grid-1__button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  transition: transform 0.2s ease;
}

.things-todo-category-grid-1:hover .things-todo-category-grid-1__button svg {
  transform: translateX(5px);
}

@media (max-width: 980px) {
  .hoolabs-hotel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hotel-category-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 600px) {
  .hoolabs-hotel-grid {
    grid-template-columns: 1fr;
  }

  .hotel-category-grid-1__link,
  .hotel-category-grid-1__content {
    min-height: 390px;
  }

  .hotel-category-grid-1__content {
    width: 100% !important;
    padding: 30px 24px 24px !important;
  }

  .things-todo-category-grid {
    grid-template-columns: 1fr;
  }
}

.hotel-grid-1:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(30, 30, 30, 0.1);
}

.hotel-grid-1__media {
  position: relative;
  display: block;
  flex: 0 0 auto;
  aspect-ratio: 1.72 / 1;
  overflow: hidden;
  background: var(--e-global-color-4d3e3b5, #fdf3ee);
}

.hotel-grid-1__media > img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.hotel-grid-1:hover .hotel-grid-1__media > img {
  transform: scale(1.035);
}

.hotel-grid-1__image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fdf3ee, #fdf3f2);
}

.hotel-grid-1__favorite {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--hotel-grid-gold);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(30, 30, 30, 0.15);
}

.hotel-grid-1__favorite svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hotel-grid-1__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 18px 20px;
}

.hotel-grid-1__title {
  letter-spacing: 0.015em;
  line-height: 0.92;
  margin: 0 0 9px;
  font-family: inherit;
  font-size: clamp(18px, 1.35vw, 23px);
  font-weight: 400;
  text-transform: uppercase;
}

.hotel-grid-1__title a {
  color: inherit;
  text-decoration: none;
}

.hotel-grid-1__location {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 15px;
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}

.hotel-grid-1__location svg {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  fill: var(--hotel-grid-gold);
  stroke-width: 1.8;
}

.hotel-grid-1__location circle {
  fill: #fff;
}

.hotel-grid-1__description {
  display: -webkit-box;
  min-height: 3em;
  margin: 0 0 18px;
  overflow: hidden;
  color: #555;
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hotel-grid-1__amenities {
  display: flex;
  min-height: 46px;
  align-items: flex-start;
  gap: 10px 18px;
  margin: 0 0 20px;
  flex-wrap: wrap;
}

.hotel-grid-1__amenities > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #535353;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.hotel-grid-1__amenities svg,
.hotel-grid-1__amenities img {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  object-fit: contain;
}

.hotel-grid-1__amenities svg {
  fill: none;
  color: var(--hotel-grid-gold);
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hotel-grid-1__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(30, 30, 30, 0.08);
}

.hotel-grid-1__details {
  padding: 9px 14px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(135deg, #9f640e, var(--hotel-secondary));
  color: #fff !important;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.hotel-grid-1__details svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hotel-grid-1__price {
  display: grid;
  justify-items: start;
  color: var(--hotel-grid-text);
  line-height: 1.05;
}

.hotel-grid-1__price small {
  margin-bottom: 4px;
  color: #777;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hotel-grid-1__price span {
  display: flex;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
}

.hotel-grid-1__price strong {
  font-size: 19px;
  font-weight: 400;
}

.hotel-grid-1__price em {
  text-transform: capitalize;
  color: #666;
  font-size: 11px;
  font-style: normal;
}

@media (max-width: 480px) {
  .hotel-grid-1__body {
    padding: 16px;
  }

  .hotel-grid-1__footer {
    align-items: center;
  }

  .hotel-grid-1__details {
    padding-inline: 12px;
  }

  .hotel-grid-1__price strong {
    font-size: 17px;
  }
}

/* Activity Grid - PHP-backed Elementor loop item */
.elementor-widget-shortcode:has(.collection-grid-1),
.elementor-widget-shortcode:has(.collection-grid-1)
  > .elementor-widget-container {
  height: 100%;
}

.elementor-loop-container > .e-loop-item:has(.collection-grid-1),
.e-loop-item:has(.collection-grid-1) > .e-con,
.e-loop-item:has(.collection-grid-1) .elementor-widget-shortcode,
.e-loop-item:has(.collection-grid-1) .elementor-widget-container,
.e-loop-item:has(.collection-grid-1) .elementor-shortcode {
  height: 100%;
}

.e-loop-item:has(.collection-grid-1) > .e-con,
.e-loop-item:has(.collection-grid-1) .elementor-widget-shortcode,
.e-loop-item:has(.collection-grid-1) .elementor-widget-container,
.e-loop-item:has(.collection-grid-1) .elementor-shortcode {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.collection-grid-1 {
  --collection-grid-gold: var(--hotel-secondary, #c49647);
  --collection-grid-red: var(--e-global-color-primary, #b00300);
  --collection-grid-text: var(--e-global-color-text, #1e1e1e);
  display: flex;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  color: var(--collection-grid-text);
  background: #fff;
  border: 1px solid rgb(30 30 30 / 7%);
  border-radius: 12px;
  box-shadow: 0 6px 22px rgb(30 30 30 / 4%);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.collection-monthly-grid {
  display: grid;
  grid-template-columns: repeat(
    var(--collection-monthly-columns, 4),
    minmax(0, 1fr)
  );
  align-items: stretch;
  gap: 22px;
}

.collection-monthly-grid > .collection-grid-1 {
  min-width: 0;
}

.collection-monthly-grid--style-2 {
  gap: 16px;
}

.collection-grid-2 {
  min-width: 0;
  overflow: hidden;
  border-radius: 10px;
  background: var(--e-global-color-4d3e3b5, #fdf3ee);
  box-shadow: 0 7px 24px rgb(30 30 30 / 8%);
}

.collection-grid-2__link {
  position: relative;
  display: block;
  height: 100%;
  min-height: 250px;
  overflow: hidden;
  color: #fff;
}

.collection-grid-2__link > img,
.collection-grid-2__placeholder {
  position: absolute;
  width: 100%;
  height: 100% !important;
  inset: 0;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.collection-grid-2:hover .collection-grid-2__link > img {
  transform: scale(1.045);
}

.collection-grid-2__placeholder {
  background: linear-gradient(135deg, #75634d, #1e1e1e);
}

.collection-grid-2__shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 22%) 20%,
    rgb(0 0 0 / 25%) 52%,
    rgb(0 0 0 / 99%) 100%
  );
}

.collection-grid-2__month {
  position: relative;
  z-index: 2;
  padding: 5px 10px;
  color: var(--e-global-color-primary, #b00300);
  background: rgb(255 255 255 / 94%);
  border-radius: 5px;
  box-shadow: 0 3px 12px rgb(0 0 0 / 12%);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.collection-grid-2__content {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.collection-grid-2__content strong {
  margin-top: 12px;
  display: block;
  max-width: 92%;
  color: #fff;
  font-size: clamp(18px, 1vw, 31px);
  font-weight: 400;
  line-height: 1.1;
  text-shadow: 0 2px 12px rgb(0 0 0 / 42%);
}

.collection-grid-2__price {
  display: block;
  color: #fff;
  line-height: 1.15;
}

.collection-grid-2__price small {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.collection-grid-2__price b {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.collection-grid-2__price em {
  color: #fff;
  font-size: 11px;
  font-style: normal;
  text-transform: capitalize;
}

@media (max-width: 980px) {
  .collection-monthly-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .collection-monthly-grid {
    grid-template-columns: 1fr;
  }
}

.collection-grid-1:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgb(30 30 30 / 10%);
}

.collection-grid-1__media {
  position: relative;
  display: block;
  aspect-ratio: 1.72 / 1;
  overflow: visible;
  color: var(--collection-grid-text);
  background: var(--e-global-color-4d3e3b5, #fdf3ee);
}

.collection-grid-1__media > img,
.collection-grid-1__placeholder {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 11px 11px 0 0;
  transition: transform 0.45s ease;
}

.collection-grid-1__media > img {
  transform-origin: center;
  height: 200px !important;
  object-fit: cover;
}

.collection-grid-1:hover .collection-grid-1__media > img {
  transform: scale(1.035);
}

.collection-grid-1__placeholder {
  background: linear-gradient(135deg, #fdf3ee, #fdf3f2);
}

.collection-grid-1__month {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 0;
  min-width: 105px;
  padding: 10px 14px;
  color: #fff;
  background-color: transparent;
  background-image: linear-gradient(
    100deg,
    var(--collection-grid-red) 62%,
    rgb(176 3 0 / 0%) 92%
  );
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.collection-grid-1__icon {
  position: absolute;
  z-index: 2;
  bottom: -20px;
  left: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--collection-grid-gold);
  background: #fff;
  border: 1px solid rgb(196 150 71 / 25%);
  border-radius: 50%;
  box-shadow: 0 4px 15px rgb(30 30 30 / 12%);
}

.collection-grid-1__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.collection-grid-1__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 30px 18px 17px;
}

.collection-grid-1__title {
  display: -webkit-box;
  min-height: 2.04em;
  overflow: hidden;
  margin: 0 0 10px;
  color: var(--collection-grid-text);
  font-family: inherit;
  font-size: clamp(18px, 1.35vw, 23px);
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.02;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.collection-grid-1__title a {
  color: inherit;
}

.collection-grid-1__description {
  display: -webkit-box;
  min-height: 3.1em;
  margin: 0 0 19px;
  overflow: hidden;
  color: #555;
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.collection-grid-1__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  color: var(--collection-grid-gold) !important;
  border-top: 1px solid rgb(30 30 30 / 8%);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.collection-grid-1__button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

/* Activity Grid - PHP-backed Elementor loop item */
.elementor-widget-shortcode:has(.activity-grid),
.elementor-widget-shortcode:has(.activity-grid) > .elementor-widget-container {
  height: 100%;
}

.activity-grid {
  display: flex;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  color: var(--hotel-text);
  background: #fffdf9;
  border: 1px solid rgb(196 150 71 / 25%);
  border-radius: 11px;
  box-shadow: 0 5px 18px rgb(30 30 30 / 5%);
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.activity-grid:hover {
  box-shadow: 0 13px 28px rgb(30 30 30 / 10%);
  transform: translateY(-4px);
}

.activity-grid__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.75 / 1;
  background: var(--hotel-surface-cream);
}

.activity-grid__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.activity-grid:hover .activity-grid__media img {
  transform: scale(1.04);
}

.activity-grid__image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--hotel-surface-cream),
    var(--hotel-surface-pink)
  );
}

.activity-grid__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px;
}

.activity-grid__main {
  flex: 1;
}

.activity-grid__title {
  margin: 0 0 3px;
  font-family: inherit;
  font-size: clamp(17px, 1.2vw, 21px);
  font-weight: 700;
  line-height: 1.2;
}

.activity-grid__title a {
  color: inherit;
  text-decoration: none;
}

.activity-grid__location {
  margin: 0 0 11px;
  color: #5f5f5f;
  font-size: 13px;
  font-weight: 500;
}

.activity-grid__rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 12px;
  font-size: 12px;
}

.activity-grid__rating > span {
  color: var(--hotel-secondary);
  font-size: 15px;
}

.activity-grid__rating small {
  color: #777;
}

.activity-grid__description {
  display: -webkit-box;
  min-height: 4.65em;
  margin: 0 0 14px;
  overflow: hidden;
  color: #4f4f4f;
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.activity-grid__meta {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid rgb(30 30 30 / 10%);
}

.activity-grid__meta > div {
  display: grid;
  grid-template-columns: minmax(82px, 0.8fr) 1.4fr;
  align-items: baseline;
  gap: 10px;
}

.activity-grid__meta dt {
  color: #666;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.activity-grid__meta dd {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.activity-grid__meta dd small {
  font-size: 10px;
  font-weight: 500;
}

.activity-grid__offer {
  margin-top: 2px;
  padding: 12px 13px;
  color: #6e481b;
  background: var(--hotel-surface-cream);
  border: 1px solid rgb(196 150 71 / 35%);
  border-radius: 5px;
}

.activity-grid__offer strong {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  line-height: 1.35;
}

.activity-grid__offer ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.activity-grid__offer li {
  position: relative;
  padding-left: 17px;
  color: #575757;
  font-size: 10px;
}

.activity-grid__offer li::before {
  position: absolute;
  left: 0;
  color: var(--hotel-secondary);
  content: "✓";
  font-weight: 700;
}

.activity-grid__button {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 10px 15px;
  color: #fff;
  background: linear-gradient(135deg, #9f640e, var(--hotel-secondary));
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.activity-grid__button:hover,
.activity-grid__button:focus {
  color: #fff;
  background: var(--hotel-primary);
}

@media (max-width: 480px) {
  .activity-grid__body {
    padding: 14px;
  }
}

/* Editorial single hotel */
/* Things To Do grouped category content */
.things-content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  /* gap: 50px; */
  color: var(--hotel-text);
  background: #fff;
}

.things-category {
  min-width: 0;
  padding-bottom: 50px;
  background: #fff;
  border-radius: 12px;
  /* box-shadow: 0 6px 22px rgb(30 30 30 / 4%); */
}

.things-category--wide {
  grid-column: 1 / -1;
}

.things-category--compact {
  grid-column: span 1;
  padding: 0 25px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.things-category--compact .things-category__header h2 {
  font-size: clamp(17px, 1.3vw, 23px);
}
.things-category--compact + .things-category--compact {
  border-left: 1px solid rgb(196 150 71 / 28%);
}

.things-category--wide + .things-category--compact {
  padding-left: 0;
}

.things-category__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
}

.things-category__header h2 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--hotel-text);
  font-size: clamp(17px, 1.5vw, 23px);
  font-weight: 400;
  line-height: 0.92em;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.things-category__header h2 svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  fill: none;
  stroke: var(--hotel-secondary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.things-category__header > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  color: var(--hotel-text);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.things-category__header > a span {
  color: var(--hotel-secondary);
  font-size: 18px;
  transition: transform 0.2s ease;
}

.things-category__header > a:hover span {
  transform: translateX(4px);
}

.things-category__items {
  display: grid;
  gap: 20px;
}

.things-category--wide .things-category__items {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.things-category--compact .things-category__items {
  grid-template-columns: 1fr;
  gap: 20px;
}

.things-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgb(30 30 30 / 10%);
  border-radius: 8px;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.things-card:hover {
  box-shadow: 0 9px 22px rgb(30 30 30 / 10%);
  transform: translateY(-3px);
}

.things-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.45 / 1;
  background: var(--hotel-surface-cream);
}

.things-card__image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.things-card:hover .things-card__image img {
  transform: scale(1.04);
}

.things-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--hotel-surface-cream),
    var(--hotel-surface-pink)
  );
}

.things-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 10px;
}

.things-card h3 {
  margin: 0 0 2px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
}

.things-card h3 a {
  color: inherit;
  text-decoration: none;
}

.things-card__location {
  margin: 0 0 7px;
  color: #666;
  font-size: 11px;
  line-height: 1.3;
}

.things-card__review {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 8px;
  font-size: 12px;
}

.things-card__review span {
  color: var(--hotel-secondary);
  font-size: 12px;
}

.things-card__review small {
  color: #777;
}

.things-card__description {
  display: -webkit-box;
  min-height: 4.5em;
  margin: 0 0 9px;
  overflow: hidden;
  color: #4f4f4f;
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.things-card__meta {
  display: grid;
  gap: 4px;
  margin: auto 0 0;
  padding: 8px 0;
  border-top: 1px solid rgb(30 30 30 / 9%);
}

.things-card__meta > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 7px;
}

.things-card--compact .things-card__meta > div {
  display: block;
  align-items: start;
}
.things-card--compact .things-card__meta dd {
  text-align: left;
  font-size: 12px;
}
.things-card--compact .things-card__meta dt {
  margin-top: 10px;
  font-size: 9px;
}

.things-card__meta dt {
  color: #666;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.things-card__meta dd {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
}

.things-card__meta dd small {
  font-size: 10px;
  text-transform: capitalize;
  font-weight: 500;
}

.things-card__button {
  display: flex;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 2px;
  padding: 7px 9px;
  color: #fff !important;
  background: linear-gradient(135deg, #9f640e, var(--hotel-secondary));
  border-radius: 4px;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.things-card--compact {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: stretch;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
}

.things-card--compact:hover {
  box-shadow: none;
  transform: none;
}

.things-card--compact .things-card__image {
  height: 100%;
  min-height: 82px;
  aspect-ratio: auto;
  border-radius: 5px;
}

.things-card--compact .things-card__body {
  padding: 2px 0 2px 10px;
}

.things-card--compact h3 {
  font-size: 13px;
  line-height: 0.92em;
  letter-spacing: 0.015em;
}

.things-card--compact .things-card__review {
  margin-bottom: 3px;
}

.things-card--compact .things-card__meta {
  gap: 1px;
  padding: 3px 0 0;
  border: 0;
}

@media (max-width: 1200px) {
  .things-category--wide .things-category__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .things-category--compact {
    grid-column: span 2;
    padding-bottom: 50px;
  }

  .things-category--compact:nth-of-type(odd) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .things-content {
    grid-template-columns: 1fr;
  }

  .things-category--wide,
  .things-category--compact {
    padding-right: 0px;
    grid-column: 1;
  }

  .things-category--compact + .things-category--compact {
    padding-left: 0px;
    border-left: 0;
    padding-top: 50px;
  }

  .things-category--wide .things-category__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .things-category--wide .things-category__items {
    grid-template-columns: 1fr;
  }

  .things-category__header h2 {
    font-size: 19px;
  }
}

body.single-hotel {
  background: #fff;
}

.hotel-single--editorial {
  background: #fff;
  color: var(--hotel-text);
  padding-bottom: 70px;
}

.hotel-single--editorial .hotel-container {
  padding-top: 60px;
  width: min(92%, 1450px);
}

.hotel-showcase-hero {
  display: flex;
  align-items: center;
  min-height: 70vh;
  background-color: var(--hotel-cream);
  background-image:
    linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)),
    var(--hotel-showcase-image);
  background-position: center;
  background-size: cover;
}

.hotel-showcase-hero--empty {
  background-image: linear-gradient(
    135deg,
    var(--hotel-cream),
    var(--hotel-pink)
  );
}

.hotel-showcase-hero__inner {
  z-index: 5;
  padding-top: 38px;
  padding-bottom: 65px;
}

.hotel-showcase-breadcrumb {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #5b5751;
  font-size: 11px;
}

.hotel-showcase-breadcrumb a {
  color: #5b5751;
}

.hotel-showcase-breadcrumb a:hover {
  color: var(--hotel-primary);
}

.hotel-showcase-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: center;
  gap: 70px;
}

.hotel-showcase-hero__copy {
  max-width: 590px;
}

.hotel-showcase-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #8c6528;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hotel-showcase-kicker svg {
  width: 34px;
  height: 34px;
  padding: 6px;
  border: 1px solid var(--hotel-secondary);
  border-radius: 50%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.hotel-showcase-hero h1 {
  max-width: 670px;
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 4vw, 74px);
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 0.92;
  text-transform: uppercase;
}

.hotel-showcase-hero .subtitle {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.92em;
  letter-spacing: 0.115em;
  color: var(--hotel-secondary);
}

.hotel-showcase-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin: 17px 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hotel-showcase-hero__meta > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hotel-showcase-hero__meta svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--hotel-secondary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hotel-showcase-stars {
  color: var(--hotel-secondary);
  font-size: 17px;
  letter-spacing: 4px;
}

.hotel-showcase-hero__intro {
  max-width: 575px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.65;
}

.hotel-showcase-features {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 32px;
}

.hotel-showcase-features span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border-right: 1px solid rgb(196 150 71 / 22%);
  color: #3f3932;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.hotel-showcase-features span:last-child {
  border-right: 0;
}

.hotel-showcase-features svg {
  width: 28px;
  height: 28px;
  padding: 5px;
  border: 1px solid var(--hotel-secondary);
  border-radius: 50%;
  fill: none;
  stroke: var(--hotel-secondary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hotel-showcase-rate-card {
  padding-left: 30px;
  border-left: 1px solid rgb(186 186 186 / 32%);
}

.hotel-single #booking.hotel-showcase-rate-card {
  padding: 28px;
  background: rgb(255 255 255 / 94%);
  border: 1px solid rgb(196 150 71 / 30%);
  border-radius: 12px;
  box-shadow: 0 18px 45px rgb(48 37 22 / 12%);
  backdrop-filter: blur(7px);
}

.hotel-showcase-rate-card > span {
  display: block;
  color: #4f4a45;
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hotel-showcase-rate-card__price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 2px 0 0;
}

.hotel-showcase-rate-card__price strong {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.1;
}

.hotel-showcase-rate-card__price small,
.hotel-showcase-rate-card > small {
  text-transform: capitalize;
  font-weight: 400;
  color: #514b45;
  font-size: 10px;
}

.hotel-showcase-rate-card ul,
.hotel-showcase-rate-card__information ul {
  display: grid;
  gap: 11px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.hotel-showcase-rate-card li,
.hotel-showcase-rate-card__information li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}

.hotel-showcase-rate-card li::before,
.hotel-showcase-rate-card__information li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--hotel-secondary);
  border-radius: 50%;
  color: var(--hotel-secondary);
  content: "✓";
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}

.hotel-showcase-rate-card__information li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding-left: 0;
}

.hotel-showcase-rate-card__information li::before {
  display: none;
}

.hotel-showcase-rate-card__information li > svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: var(--hotel-secondary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.hotel-showcase-rate-card > button {
  position: relative;
  width: 100%;
  min-height: 60px;
  padding: 10px 18px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, #a8680b, var(--hotel-secondary));
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
}

.hotel-showcase-rate-card > button span {
  margin-left: 8px;
  font-size: 18px;
}
/* .hotel-showcase-rate-card > button svg {
  position: absolute;
  right: 20px;
} */
.hotel-showcase-rate-card > button small {
  display: block;
  color: inherit;
  font-size: 9px;
  margin-top: -2px;
}

.hotel-showcase-rate-card > em {
  display: block;
  margin-top: 12px;
  color: #68615a;
  font-size: 10px;
  font-style: normal;
  text-align: center;
}

.hotel-showcase-trust {
  position: relative;
  z-index: 3;
  margin-top: -36px;
}

.hotel-showcase-trust .hotel-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  padding: 20px 15px;
  border: 1px solid #eae3d9;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(30 30 30 / 7%);
}

.hotel-showcase-trust .hotel-container > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-right: 1px solid #e8e1d8;
}

.hotel-showcase-trust .hotel-container > div:last-child {
  border-right: 0;
}

.hotel-showcase-trust svg,
.hotel-showcase-trust img {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
}

.hotel-showcase-trust img {
  object-fit: contain;
}

.hotel-showcase-trust svg {
  fill: none;
  stroke: var(--hotel-secondary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.hotel-showcase-trust span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.35;
}

.hotel-showcase-trust strong {
  font-size: 11px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hotel-showcase-trust small {
  color: #716b65;
  font-size: 10px;
}

.hotel-showcase-gallery {
  padding-top: 28px;
}

.hotel-showcase-gallery__slider {
  position: relative;
}

.hotel-showcase-gallery__track {
  display: grid;
  grid-auto-columns: calc((100% - 48px) / 5);
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 5px;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.hotel-showcase-gallery__track::-webkit-scrollbar {
  display: none;
}

.hotel-showcase-gallery__item {
  display: block !important;
  height: 215px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 9px;
  background: var(--hotel-cream);
  cursor: pointer;
  scroll-snap-align: start;
}

.hotel-showcase-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.hotel-showcase-gallery__item:hover img {
  transform: scale(1.04);
}

.hotel-showcase-gallery__dots {
  display: none;
}

.hotel-showcase-gallery__nav {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgb(196 150 71 / 22%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 16px rgb(30 30 30 / 14%);
  color: var(--hotel-secondary);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}

.hotel-showcase-gallery__nav:hover {
  transform: translateY(-50%) scale(1.05);
}

.hotel-showcase-gallery__nav:disabled {
  opacity: 0.42;
  cursor: default;
  transform: translateY(-50%);
}

.hotel-showcase-gallery__nav svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.hotel-showcase-gallery__nav--prev {
  left: -22px;
}

.hotel-showcase-gallery__nav--next {
  right: -22px;
}

.hotel-showcase-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.7fr);
  gap: 70px;
  margin-top: 30px;
  padding: 28px 0 34px;
  border-top: 1px solid #eee8df;
  border-bottom: 1px solid #eee8df;
}

.hotel-showcase-overview--single {
  grid-template-columns: 1fr;
}

.hotel-showcase-overview h2,
.hotel-showcase-rooms > h2,
.hotel-showcase-benefits h2 {
  margin: 0 0 14px;
  color: var(--hotel-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.hotel-showcase-richtext {
  color: #514c47;
  font-size: 13px;
  line-height: 1.65;
}

.hotel-showcase-richtext p {
  margin: 0 0 10px;
}

.hotel-showcase-richtext ul {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  columns: 1;
}

.hotel-showcase-richtext li {
  position: relative;
  margin: 4px 0;
  padding-left: 19px;
}

.hotel-showcase-richtext li::before {
  position: absolute;
  left: 0;
  color: var(--hotel-secondary);
  content: "✓";
}

.hotel-showcase-times {
  display: flex;
  gap: 24px;
  margin-top: 15px;
}

.hotel-showcase-times span {
  display: flex;
  gap: 5px;
  font-size: 10px;
}

.hotel-showcase-times strong {
  color: #8f6220;
}

.hotel-showcase-why {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hotel-showcase-why__item {
  /* padding: 20px 22px; */
  /* border: 1px solid #e9e2d9; */
  /* border-radius: 7px; */
  /* background: var(--hotel-cream); */
}

.hotel-showcase-why__item h2 {
  margin-bottom: 15px;
}

.hotel-showcase-why__description {
  color: #514c47;
  font-size: 10px;
  line-height: 1.6;
}

.hotel-showcase-why__description > :first-child {
  margin-top: 0;
}

.hotel-showcase-why__description > :last-child {
  margin-bottom: 0;
}

.hotel-showcase-why__description ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hotel-showcase-why__description li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
}

.hotel-showcase-why__description li > svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin-top: 0;
  fill: none;
  stroke: var(--hotel-secondary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.hotel-showcase-rooms {
  padding-top: 42px;
}

.hotel-showcase-rooms > h2 {
  text-align: center;
}

.hotel-showcase-rooms__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.hotel-showcase-room {
  position: relative;
  display: flex;
  flex: 0 1 calc((100% - 54px) / 3);
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e8e1d8;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 5px 18px rgb(30 30 30 / 4%);
}

.hotel-showcase-room__gallery {
  position: relative;
  flex: 0 0 175px;
  height: 175px;
  background: var(--hotel-cream);
}

.hotel-showcase-room__slide {
  position: absolute;
  inset: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.hotel-showcase-room__slide.is-active {
  display: block;
}

.hotel-showcase-room__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel-showcase-room__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--hotel-cream), var(--hotel-pink));
}

.hotel-showcase-room__dots {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 10px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.hotel-showcase-room__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.hotel-showcase-room__dots button.is-active {
  background: #fff;
}

.hotel-showcase-room__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px 17px 17px;
}

.hotel-showcase-room h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

.hotel-showcase-room .hotel-room-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 13px;
  margin-bottom: 11px;
}

.hotel-showcase-room .hotel-room-meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #615b55;
  font-size: 11px;
}

.hotel-showcase-room .hotel-room-meta svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: var(--hotel-secondary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.hotel-showcase-room__body > p {
  min-height: 50px;
  margin: 0 0 18px;
  color: #59534e;
  font-size: 11px;
  line-height: 1.4;
}

.hotel-showcase-room__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  line-height: 1.1;
}

.hotel-showcase-room__footer > span {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
}

.hotel-showcase-room__footer small {
  width: 100%;
  color: #625c56;
  font-size: 10px;
  text-transform: uppercase;
}

.hotel-showcase-room__footer strong {
  font-size: 20px;
  font-weight: 400;
}

.hotel-showcase-room__footer em {
  font-size: 10px;
  font-style: normal;
  text-transform: capitalize;
}

.hotel-showcase-room__footer button,
.hotel-showcase-benefits button,
.hotel-showcase-benefits aside a {
  padding: 9px 14px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(135deg, #9f640e, var(--hotel-secondary));
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.hotel-showcase-reference {
  margin: 10px 0 0;
  color: #68615b;
  font-size: 8px;
  text-align: center;
}

.hotel-showcase-benefits {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.9fr);
  gap: 18px;
}

.hotel-showcase-benefits__main {
  padding: 28px 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, #072f36, #10474b);
  color: #fff;
}

.hotel-showcase-benefits__main h2 {
  margin-bottom: 0px;
  color: #f5d391;
  font-size: 26px;
  text-transform: uppercase;
}

.hotel-showcase-benefits__main p {
  margin-top: 3px;
  color: #fff;
  font-size: 12px;
  font-family: inherit;
  text-transform: none;
}

.hotel-showcase-benefits__main > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.hotel-showcase-benefits__main > div span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  text-align: center;
}

.hotel-showcase-benefits__main svg,
.hotel-showcase-benefits__main img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}

.hotel-showcase-benefits__main img {
  object-fit: contain;
}

.hotel-showcase-benefits__main svg {
  fill: none;
  stroke: #e5bd70;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.hotel-showcase-benefits__main > button {
  display: block;
  margin-inline: auto;
  padding: 11px 20px;
}

.hotel-showcase-bundle {
  position: relative;
  min-height: 100%;
  padding: 30px 28px;
  overflow: hidden;
  border: 1px solid #ece5dc;
  border-radius: 10px;
  background-color: var(--hotel-cream);
  background-image:
    linear-gradient(
      90deg,
      #fff 0%,
      rgb(255 255 255 / 97%) 48%,
      rgb(255 255 255 / 66%) 72%,
      rgb(255 255 255 / 20%) 100%
    ),
    var(--hotel-bundle-image);
  background-position:
    center,
    right center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 10px 30px rgb(30 30 30 / 7%);
}

.hotel-showcase-bundle--without-image {
  background-image: linear-gradient(135deg, #fff, var(--hotel-cream));
}

.hotel-showcase-bundle__content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hotel-showcase-benefits .hotel-showcase-bundle h2 {
  margin-bottom: 5∂px;
  font-size: 26px;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-transform: uppercase;
}

.hotel-showcase-bundle__description > p {
  font-size: 12px;
}

.hotel-showcase-bundle__description ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px 15px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  font-size: 12px;
}

.hotel-showcase-bundle__description li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hotel-showcase-bundle__description li svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: var(--hotel-secondary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.hotel-showcase-benefits .hotel-showcase-bundle a {
  display: inline-flex;
  width: auto;
  min-height: auto;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 9px 20px;
  border-radius: 4px;
  background: linear-gradient(135deg, #9f640e, var(--hotel-secondary));
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hotel-showcase-bundle a > svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.hotel-showcase-info {
  margin-top: 20px;
  margin-bottom: 35px;
}

.hotel-showcase-bottom-trust {
  border-top: 1px solid #eee7de;
  background: var(--hotel-cream);
}

.hotel-showcase-bottom-trust .hotel-container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
  padding-top: 19px;
  padding-bottom: 19px;
}

.hotel-showcase-bottom-trust span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.hotel-showcase-bottom-trust svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  fill: none;
  stroke: var(--hotel-secondary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.hotel-showcase-whatsapp {
  position: fixed;
  z-index: 35;
  right: 22px;
  bottom: 22px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 7px 20px rgb(30 30 30 / 18%);
}

.hotel-showcase-whatsapp svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

@media (max-width: 1100px) {
  .hotel-showcase-hero__layout {
    grid-template-columns: minmax(0, 1fr) 285px;
    gap: 35px;
  }

  .hotel-showcase-trust .hotel-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hotel-showcase-trust .hotel-container > div {
    min-height: 58px;
  }

  .hotel-showcase-gallery__track {
    grid-auto-columns: calc((100% - 24px) / 3);
  }

  .hotel-showcase-rooms__grid {
    grid-template-columns: none;
  }

  .hotel-showcase-room {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 767px) {
  .hotel-showcase-hero {
    min-height: auto;
    background-image:
      linear-gradient(
        0deg,
        #fff 0%,
        rgb(255 255 255) 50%,
        rgb(255 255 255 / 15%) 90%
      ),
      var(--hotel-showcase-image);
    background-position: 62% center;
  }

  .hotel-showcase-hero__inner {
    padding-top: 25px;
    padding-bottom: 70px;
  }

  .hotel-showcase-breadcrumb {
    margin-bottom: 30px;
    margin-top: 70px;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .hotel-showcase-hero__layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .hotel-showcase-hero h1 {
    font-size: 36px;
  }

  .hotel-showcase-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 18px;
  }

  .hotel-showcase-features span {
    border-right: 0;
  }

  .hotel-showcase-rate-card {
    padding-left: 0px;
    border: none;
    border-top: 1px solid rgb(196 150 71 / 32%);
    width: 100%;
  }

  .hotel-single #booking.hotel-showcase-rate-card {
    padding: 22px;
    border: 1px solid rgb(196 150 71 / 30%);
  }

  .hotel-showcase-trust {
    margin-top: -35px;
  }

  .hotel-showcase-trust .hotel-container {
    grid-template-columns: 1fr 1fr;
    padding: 12px;
  }

  .hotel-showcase-trust .hotel-container > div {
    padding: 9px;
    border-right: 0;
    display: block;
  }
  .hotel-showcase-trust strong {
    margin-top: 10px;
  }

  .hotel-showcase-gallery__track {
    grid-auto-columns: 100%;
  }

  .hotel-showcase-gallery__item {
    height: 230px;
  }

  .hotel-showcase-gallery__nav {
    width: 38px;
    height: 38px;
  }

  .hotel-showcase-gallery__nav--prev {
    left: -10px;
  }

  .hotel-showcase-gallery__nav--next {
    right: -10px;
  }

  .hotel-showcase-overview {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hotel-showcase-why {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hotel-showcase-rooms > h2 {
    text-align: left;
  }

  .hotel-showcase-why__description ul {
    grid-template-columns: 1fr;
  }

  .hotel-showcase-room {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: start;
  }

  .hotel-showcase-benefits {
    grid-template-columns: 1fr;
  }

  .hotel-showcase-bundle {
    padding: 35px 25px;
    border-radius: 18px;
    background-image:
      linear-gradient(
        180deg,
        #fff 0%,
        rgb(255 255 255 / 96%) 55%,
        rgb(255 255 255 / 80%) 70%,
        transparent 86%
      ),
      var(--hotel-bundle-image);
    background-position:
      center,
      center bottom;
  }

  .hotel-showcase-bundle--without-image {
    min-height: auto;
    background-image: linear-gradient(135deg, #fff, var(--hotel-cream));
  }

  .hotel-showcase-bundle__content {
    width: 100%;
  }

  .hotel-showcase-benefits .hotel-showcase-bundle h2,
  .hotel-showcase-benefits__main h2 {
    font-size: 22px;
  }

  .hotel-showcase-bundle__description ul {
    gap: 12px 16px;
  }

  .hotel-showcase-benefits .hotel-showcase-bundle a {
    min-height: auto;
    font-size: 9px;
  }

  .hotel-showcase-benefits__main > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hotel-showcase-bottom-trust .hotel-container {
    grid-template-columns: 1fr 1fr;
  }
}

/* Bali trip CTA */
.bali-trip-cta {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 190px;
  grid-template-columns: minmax(280px, 31%) minmax(0, 1fr);
  overflow: hidden;
  /* border: 1px solid #eee8e1; */
  /* border-radius: 12px; */
  background: var(--e-global-color-4d3e3b5, #fdf3ee);
  box-shadow: 0 2px 10px rgb(30 30 30 / 3%);
}

.bali-trip-cta__image {
  position: relative;
  min-height: 190px;
  background-color: #ded6cd;
  background-position: center;
  background-size: cover;
}

.bali-trip-cta__image::after {
  position: absolute;
  z-index: 1;
  top: -12%;
  right: -76px;
  width: 120px;
  height: 124%;
  border-radius: 55% 0 0 55%;
  background: var(--e-global-color-4d3e3b5, #fdf3ee);
  content: "";
}

.bali-trip-cta__body {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 24px 32px 20px 40px;
}

.bali-trip-cta__top {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(280px, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.bali-trip-cta__copy {
  min-width: 0;
}

.bali-trip-cta__copy h2 {
  margin: 0 0 8px;
  color: var(--e-global-color-text, #1e1e1e);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2vw, 34px);
  font-weight: 500;
  line-height: 1.15;
}

.bali-trip-cta__copy p {
  margin: 0;
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.bali-trip-cta__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bali-trip-cta__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.bali-trip-cta__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgb(30 30 30 / 10%);
}

.bali-trip-cta__button svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.bali-trip-cta__button--primary {
  border-color: var(--e-global-color-primary, #c1110c);
  background: var(--e-global-color-primary, #c1110c);
  color: #fff;
}

.bali-trip-cta__button--primary:hover {
  color: #fff;
}

.bali-trip-cta__button .bali-trip-cta__arrow {
  width: 26px;
  margin-left: 6px;
}

.bali-trip-cta__button--secondary {
  border-color: #8d8a86;
  background: rgb(255 255 255 / 45%);
  color: var(--e-global-color-text, #1e1e1e);
}

.bali-trip-cta__button--secondary:hover {
  color: var(--e-global-color-primary, #c1110c);
}

.bali-trip-cta__benefits {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: #514d48;
  font-size: 11px;
  font-weight: 600;
}

.bali-trip-cta__benefits span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.bali-trip-cta__benefits svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--e-global-color-secondary, #997933);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.bali-trip-cta__benefits i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #8f877d;
}

@media (max-width: 1280px) {
  .bali-trip-cta {
    grid-template-columns: minmax(250px, 28%) minmax(0, 1fr);
  }

  .bali-trip-cta__top {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .bali-trip-cta__body {
    padding-left: 35px;
  }

  .bali-trip-cta__benefits {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .bali-trip-cta {
    grid-template-columns: 1fr;
  }

  .bali-trip-cta__image {
    min-height: 230px;
  }

  .bali-trip-cta__image::after {
    top: auto;
    right: -5%;
    bottom: -55px;
    width: 110%;
    height: 85px;
    border-radius: 50% 50% 0 0;
  }

  .bali-trip-cta__body {
    padding: 25px;
  }

  .bali-trip-cta__actions {
    flex-wrap: wrap;
  }

  .bali-trip-cta__button {
    min-width: 240px;
    flex: 1;
  }

  .bali-trip-cta__benefits {
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .bali-trip-cta__image {
    min-height: 190px;
  }

  .bali-trip-cta__body {
    gap: 18px;
    padding: 22px 18px;
  }

  .bali-trip-cta__copy h2 {
    font-size: 25px;
  }

  .bali-trip-cta__actions {
    display: grid;
  }

  .bali-trip-cta__button {
    width: 100%;
    min-width: 0;
  }

  .bali-trip-cta__benefits {
    display: grid;
    gap: 11px;
  }

  .bali-trip-cta__benefits i {
    display: none;
  }
}

/* Package alignment with the current Single Hotel showcase */
.package-single .package-hero {
  color: var(--hotel-text);
}

.package-single .package-hero__inner {
  display: block;
}

.package-single .package-hero__eyebrow {
  padding: 0;
  color: var(--hotel-primary);
  background: transparent;
  border-radius: 0;
}

.package-single .hotel-showcase-rate-card > a,
.collections-taxonomy .hotel-showcase-rate-card > a {
  display: flex;
  width: 100%;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 10px 18px;
  color: #fff;
  background: linear-gradient(135deg, #a8680b, var(--hotel-secondary));
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  text-transform: uppercase;
}

.package-single .package-rate-card__button small,
.collections-taxonomy .package-rate-card__button small {
  display: block;
  margin-top: -2px;
  color: inherit;
  font-size: 9px;
}

.package-single .package-rate-card__button svg,
.collections-taxonomy .package-rate-card__button svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-left: 15px;
}

.package-rate-card__toggle,
.package-rate-card__mobile-button-text {
  display: none !important;
}

.package-rate-card__mobile-button-text {
  pointer-events: none;
}

.package-single .package-content {
  padding-bottom: 0px;
  margin-top: 0;
}

.package-single .package-trust + .package-content {
  padding-top: 55px;
}

.package-overview__sections iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 280px;
  border: 0;
}

.package-showcase-benefits .package-benefits__button {
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding: 11px 20px;
  color: #fff;
  background: linear-gradient(135deg, #9f640e, var(--hotel-secondary));
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.2;
  text-transform: uppercase;
}

/* Package inquiry modal */
body.package-inquiry-open {
  overflow: hidden;
}

.package-inquiry-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 25px;
}

.package-inquiry-modal.is-open {
  display: flex;
}

.package-inquiry-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgb(16 18 18 / 78%);
  border: 0;
  backdrop-filter: blur(5px);
}

.package-inquiry-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1050px);
  max-height: calc(100vh - 50px);
  padding: 32px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid rgb(196 150 71 / 28%);
  border-radius: 15px;
  box-shadow: 0 25px 70px rgb(0 0 0 / 28%);
}

.package-inquiry-modal__close {
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 17px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  color: var(--hotel-text);
  background: var(--hotel-surface-cream);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.package-inquiry-modal__close svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.package-inquiry-modal__header {
  max-width: 690px;
  margin-bottom: 24px;
  padding-right: 45px;
}

.package-inquiry-modal__header > span {
  display: block;
  margin-bottom: 3px;
  color: var(--hotel-secondary);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.package-inquiry-modal__header h2 {
  margin: 0;
  color: var(--hotel-text);
  font-size: clamp(30px, 2vw, 44px);
  font-weight: 500;
  line-height: 1.1;
}

.package-inquiry-modal__header p {
  margin: 8px 0 0;
  color: #655f59;
  font-size: 13px;
}

.package-inquiry-modal__notice {
  margin-bottom: 20px;
  padding: 12px 15px;
  color: #8d2c28;
  background: #fff0ef;
  border: 1px solid #f0c8c5;
  border-radius: 6px;
  font-size: 12px;
}

.package-inquiry-modal__notice--success {
  color: #256646;
  background: #effaf4;
  border-color: #bfe0ce;
}

.package-inquiry-modal__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.75fr) !important;
  align-items: stretch;
  gap: 40px;
}

.package-inquiry-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 15px;
  background: #fff;
}

.package-inquiry-form::after {
  position: absolute;
  z-index: 20;
  inset: -6px;
  display: block;
  visibility: hidden;
  background: rgb(255 255 255 / 68%);
  border-radius: 8px;
  content: "";
  cursor: wait;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    visibility 0.18s ease;
}

.package-inquiry-form.is-submitting::after {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.package-inquiry-form.is-submitting .package-inquiry-form__submit {
  z-index: 21;
  cursor: wait;
  opacity: 1;
}

.package-inquiry-form.is-submitting .package-inquiry-form__submit svg {
  border: 2px solid rgb(255 255 255 / 45%);
  border-top-color: #fff;
  border-radius: 50%;
  animation: package-inquiry-loading 0.7s linear infinite;
}

.package-inquiry-form.is-submitting .package-inquiry-form__submit svg path {
  opacity: 0;
}

@keyframes package-inquiry-loading {
  to {
    transform: rotate(360deg);
  }
}

/* Home complimentary arrival information */
.home-info-card {
  margin-left: auto;
  --home-info-gold: var(--e-global-color-secondary, #c49647);
  width: min(100%, 315px);
  overflow: hidden;
  padding: 21px 20px;
  color: var(--e-global-color-text, #1e1e1e);
  background: rgb(255 255 255 / 94%);
  border: 1px solid rgb(196 150 71 / 30%);
  border-radius: 12px;
  box-shadow: 0 18px 45px rgb(48 37 22 / 12%);
  backdrop-filter: blur(7px);
}

.home-info-card__section + .home-info-card__section {
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid rgb(196 150 71 / 40%);
}

.home-info-card__header {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  margin-bottom: 15px;
  gap: 11px;
}

.home-info-card__header > svg {
  width: 37px;
  height: 37px;
  fill: none;
  stroke: var(--home-info-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.home-info-card__header span {
  display: block;
  margin-bottom: 3px;
  color: var(--home-info-gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-info-card__header h2 {
  margin: 0;
  color: var(--e-global-color-text, #1e1e1e);
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-info-card__highlight {
  margin: 16px 0;
  padding: 10px 12px;
  color: #fff;
  background: linear-gradient(135deg, #a8680b, var(--home-info-gold));
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-info-card__list {
  margin-top: 14px;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-info-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #4f4a45;
  font-size: 11px;
  line-height: 1.4;
}

.home-info-card__list svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  fill: none;
  stroke: var(--home-info-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.home-info-card__section--visa > p {
  margin: 12px 0 0;
  color: #5f5952;
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 480px) {
  .home-info-card {
    width: 100%;
    padding: 19px 17px;
  }
}

.package-inquiry-form label {
  display: grid;
  gap: 6px;
  margin: 0;
}

.package-inquiry-form label > span {
  color: #4c4742;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.package-inquiry-form input,
.package-inquiry-form select,
.package-inquiry-form textarea {
  width: 100%;
  min-height: 47px;
  padding: 11px 13px;
  color: var(--hotel-text);
  background: #fff;
  border: 1px solid #ddd5cb;
  border-radius: 5px;
  box-shadow: none;
  font: inherit;
  font-size: 13px;
  outline: 0;
}

.package-inquiry-form textarea {
  min-height: 105px;
  resize: vertical;
}

.package-inquiry-form input:focus,
.package-inquiry-form select:focus,
.package-inquiry-form textarea:focus {
  border-color: var(--hotel-secondary);
  box-shadow: 0 0 0 3px rgb(196 150 71 / 12%);
}

.package-inquiry-form__wide,
.package-inquiry-form__submit {
  grid-column: 1 / -1;
}

.package-inquiry-form__honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.package-inquiry-form__submit {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px;
  color: #000;
  background: var(--hotel-primary);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
}

.package-inquiry-form__submit svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.package-inquiry-summary {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.package-inquiry-summary__service {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 25px;
  text-align: center;
}

.package-inquiry-summary__service > svg {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  padding: 13px;
  color: var(--hotel-secondary);
  background: var(--hotel-surface-cream);
  border-radius: 50%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.package-inquiry-summary__service > span {
  color: var(--hotel-secondary);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.package-inquiry-summary h3 {
  margin: 5px 0 13px;
  color: var(--hotel-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.package-inquiry-summary__service p {
  margin: 0;
  color: #625d57;
  font-size: 12px;
  line-height: 1.65;
}

.package-inquiry-summary .hotel-showcase-rate-card__information {
  flex: 1;
}

.package-inquiry-summary .package-inquiry-summary__whatsapp {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 40px;
  padding: 10px 15px;
  color: #fff;
  background: #1d8f5a;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.package-inquiry-summary__whatsapp > svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.package-inquiry-summary__whatsapp span,
.package-inquiry-summary__whatsapp small {
  display: block;
}

.package-inquiry-summary__whatsapp small {
  color: rgb(255 255 255 / 82%);
  font-size: 9px;
  font-weight: 500;
}

@media (max-width: 850px) {
  .package-inquiry-modal__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .package-inquiry-modal {
    align-items: flex-end;
    padding: 0;
  }

  .package-inquiry-modal__dialog {
    width: 100%;
    max-height: 94vh;
    padding: 30px;
    border-radius: 15px 15px 0 0;
  }

  .package-inquiry-form {
    grid-template-columns: 1fr;
  }

  .package-inquiry-form__wide,
  .package-inquiry-form__submit {
    grid-column: 1;
  }
}

/* Collections taxonomy */
body.tax-collections {
  background: #fff;
}

body.tax-hotel-categories {
  background: #fff;
}

body.tax-thing-to-do-categories {
  background: #fff;
}

body.tax-location {
  background: #fff;
}

.location-taxonomy__hero-layout {
  grid-template-columns: minmax(0, 1fr);
}

.location-taxonomy__hero .hotel-showcase-hero__copy {
  max-width: 760px;
}

.location-taxonomy__things,
.location-taxonomy__hotels {
  padding-block: 65px 20px;
}

.location-taxonomy__heading {
  margin-bottom: 28px;
  text-align: center;
}

.location-taxonomy__heading > span {
  display: block;
  margin-bottom: 5px;
  color: var(--hotel-secondary);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.location-taxonomy__heading h2 {
  margin: 0;
  color: var(--hotel-text);
  font-size: clamp(28px, 3.2vw, 35px);
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.location-taxonomy__things-content {
  gap: 0;
}

.location-taxonomy__things-content .things-category__header h2 small {
  color: var(--hotel-secondary);
  font-size: 10px;
  font-weight: 600;
}

.location-taxonomy__hotel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}

.location-taxonomy__hotel-grid > .hotel-grid-1 {
  min-width: 0;
}

@media (max-width: 980px) {
  .location-taxonomy__hotel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .wrap-price-bottom {
    display: none;
  }
  .location-taxonomy__things,
  .location-taxonomy__hotels {
    padding-block: 45px 20px;
  }

  .location-taxonomy__hotels {
    padding-bottom: 65px;
  }

  .location-taxonomy__hotel-grid {
    grid-template-columns: 1fr;
  }
}

.things-category-taxonomy__hero-layout {
  grid-template-columns: minmax(0, 1fr);
}

.things-category-taxonomy__hero .hotel-showcase-hero__copy {
  max-width: 1080px;
}

.things-category-taxonomy__content {
  padding-block: 65px 85px;
  padding-bottom: 0px;
}

.things-category-taxonomy__content > header {
  margin-bottom: 28px;
  text-align: center;
}

.things-category-taxonomy__content > header > span {
  display: block;
  margin-bottom: 5px;
  color: var(--hotel-secondary);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.things-category-taxonomy__content > header h2 {
  margin: 0;
  color: var(--hotel-text);
  font-size: clamp(28px, 3.2vw, 35px);
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.things-category-taxonomy__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.things-category-taxonomy__grid > .things-todo-grid-1 {
  min-width: 0;
  height: 100%;
}

.things-todo-grid-1 .things-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.things-todo-grid-1 .things-card__button {
  margin-top: auto;
}

@media (max-width: 980px) {
  .things-category-taxonomy__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .things-category-taxonomy__content {
    padding-block: 45px 65px;
  }

  .things-category-taxonomy__grid {
    grid-template-columns: 1fr;
  }
}

.hotel-category-taxonomy__hero-layout {
  grid-template-columns: minmax(0, 1fr);
}

.hotel-category-taxonomy__hero .hotel-showcase-hero__copy {
  max-width: 1080px;
}

.hotel-category-taxonomy__highlights {
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 0.3fr));
  gap: 15px;
  margin-top: 50px;
}

.hotel-category-taxonomy__highlight {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.hotel-category-taxonomy__highlight-icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  color: var(--hotel-secondary);
}

.hotel-category-taxonomy__highlight-icon svg,
.hotel-category-taxonomy__highlight-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hotel-category-taxonomy__highlight-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.hotel-category-taxonomy__highlight-copy {
  display: grid;
  min-width: 0;
  color: var(--hotel-text);
  font-size: 17px;
  line-height: 1.25;
}

.hotel-category-taxonomy__highlight-copy strong,
.hotel-category-taxonomy__highlight-copy small {
  display: block;
  font: inherit;
}

.hotel-category-taxonomy__highlight-copy strong {
  font-family: "DM Sans", Sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.hotel-category-taxonomy__highlight-copy small {
  margin-top: 3px;
  font-size: 13px;
}

.hotel-category-taxonomy__content {
  padding-block: 65px 85px;
}

.hotel-category-taxonomy__content > header {
  margin-bottom: 28px;
  text-align: center;
}

.hotel-category-taxonomy__content > header > span {
  display: block;
  margin-bottom: 5px;
  color: var(--hotel-secondary);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hotel-category-taxonomy__content > header h2 {
  margin: 0;
  color: var(--hotel-text);
  font-size: clamp(28px, 3.2vw, 35px);
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.hotel-category-taxonomy__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}

.hotel-category-taxonomy__grid > .hotel-grid-1 {
  min-width: 0;
}

@media (max-width: 980px) {
  .hotel-category-taxonomy__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

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

@media (max-width: 600px) {
  .hotel-category-taxonomy__highlights {
    /* grid-template-columns: 1fr; */
    gap: 18px;
    margin-top: 32px;
  }

  .hotel-showcase-hero .subtitle {
    font-size: 20px;
  }

  .hotel-category-taxonomy__highlight-icon {
    width: 35px;
    height: 35px;
    flex-basis: 35px;
  }

  .hotel-category-taxonomy__highlight-copy {
    font-size: 15px;
  }

  .hotel-category-taxonomy__content {
    padding-block: 45px 65px;
  }

  .hotel-category-taxonomy__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.tax-collections {
    padding-bottom: 94px;
  }
}

.collections-taxonomy-hero__layout {
  grid-template-columns: minmax(0, 1fr) 310px;
}

.collections-taxonomy-hero .hotel-showcase-hero__copy {
  max-width: 650px;
}

.collections-taxonomy-monthly-label {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin-bottom: 20px;
  padding: 6px 12px;
  color: #fff;
  background-color: transparent;
  background-image: linear-gradient(
    100deg,
    var(--e-global-color-primary, #b00300) 62%,
    rgb(176 3 0 / 0%) 86%
  );
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
  min-width: 180px;
}

.collections-taxonomy-hero .hotel-showcase-hero__intro p:last-child {
  margin-bottom: 0;
}

.collections-taxonomy-content {
  padding-bottom: 0px !important;
  padding-block: 65px 85px;
}

.collections-taxonomy-content > header {
  margin-bottom: 27px;
  text-align: center;
}

.collections-taxonomy-content > header > span {
  display: block;
  margin-bottom: 4px;
  color: var(--hotel-secondary);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.collections-taxonomy-content > header h2 {
  margin: 0;
  color: var(--hotel-text);
  font-size: clamp(28px, 3.2vw, 35px);
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.collections-taxonomy-content > header p,
.collections-sample-itinerary > header p {
  max-width: 620px;
  margin: 9px auto 0;
  color: #625c56;
  font-size: 12px;
  line-height: 1.6;
}

.collections-taxonomy-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}

.collections-taxonomy-grid > .collections-taxonomy-card {
  width: calc((100% - 66px) / 4);
  flex: 0 1 calc((100% - 66px) / 4);
}

.collections-taxonomy-groups {
  display: grid;
  gap: 46px;
}

.collections-taxonomy-group {
  min-width: 0;
}

.collections-taxonomy-group__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 18px;
}
/* 
.collections-taxonomy-group__header::after {
  height: 1px;
  flex: 1;
  background: rgb(196 150 71 / 30%);
  content: "";
} */

.collections-taxonomy-group__header h3 {
  margin: 0;
  color: var(--hotel-text);
  font-size: clamp(28px, 3.2vw, 35px);
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.collections-taxonomy-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgb(196 150 71 / 22%);
  border-radius: 10px;
  box-shadow: 0 7px 22px rgb(30 30 30 / 5%);
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.collections-taxonomy-card:hover {
  box-shadow: 0 15px 34px rgb(30 30 30 / 11%);
  transform: translateY(-4px);
}

.collections-taxonomy-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.55 / 1;
  background: var(--hotel-cream);
}

.collections-taxonomy-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.collections-taxonomy-card:hover .collections-taxonomy-card__image img {
  transform: scale(1.04);
}

.collections-taxonomy-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.collections-taxonomy-card__duration {
  margin-bottom: 4px;
  color: var(--hotel-text);
  font-size: 19px;
  font-weight: 400;
}

.collections-taxonomy-card__features {
  display: grid;
  gap: 8px;
  margin: 5px 0 22px;
  padding: 0;
  list-style: none;
}

.collections-taxonomy-card__features li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #57514b;
  font-size: 11px;
  line-height: 1.35;
}

.collections-taxonomy-card__feature-icon {
  display: grid;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  place-items: center;
  color: var(--hotel-secondary);
}

.collections-taxonomy-card__feature-icon svg,
.collections-taxonomy-card__feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.collections-taxonomy-card__feature-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.collections-taxonomy-card__body > span {
  margin-bottom: 5px;
  color: var(--hotel-secondary);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.collections-taxonomy-card h3 {
  margin: 0 0 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.collections-taxonomy-card h3 a {
  color: var(--hotel-text);
}

.collections-taxonomy-card__body > p {
  margin: 0 0 18px;
  color: #5c5650;
  font-size: 12px;
  line-height: 1.6;
}

.collections-taxonomy-card__body > div.collections-taxonomy-card__footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #eee7dd;
}

.collections-taxonomy-card__footer > span {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.collections-taxonomy-card__footer > span small {
  display: block;
  margin-right: 3px;
  color: #665f58;
  font-size: 9px;
  text-transform: uppercase;
}

.collections-taxonomy-card__body > div strong {
  color: var(--hotel-secondary);
  font-size: 19px;
  font-weight: 400;
}

.collections-taxonomy-card__footer em {
  color: #625c56;
  font-size: 9px;
  font-style: normal;
}

.collections-taxonomy-card__body > div a {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  color: #fff;
  background: linear-gradient(135deg, #a8680b, var(--hotel-secondary));
  border-radius: 5px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.collections-taxonomy-card__body > div a svg,
.collections-sample-itinerary__button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.collections-sample-itinerary {
  margin-top: 70px;
  padding-top: 4px;
  text-align: center;
}

.collections-sample-itinerary > header > span {
  color: var(--hotel-secondary);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.collections-sample-itinerary > header h2 {
  margin: 6px 0 0;
  color: var(--hotel-text);
  font-size: clamp(28px, 3vw, 35px);
  font-weight: 400;
  text-transform: uppercase;
}

.collections-sample-itinerary__track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 26px;
  margin-top: 42px;
}

.collections-sample-itinerary__track::before {
  position: absolute;
  top: 19px;
  right: 4%;
  left: 4%;
  height: 1px;
  background: rgb(196 150 71 / 42%);
  content: "";
}

.collections-sample-itinerary__item {
  position: relative;
  min-width: 0;
}

.collections-sample-itinerary__day {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  place-content: center;
  color: var(--hotel-secondary);
  background: #fff;
  border: 1px solid var(--hotel-secondary);
  border-radius: 50%;
  line-height: 1;
}

.collections-sample-itinerary__day small,
.collections-sample-itinerary__day strong {
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.collections-sample-itinerary__item img {
  width: 100%;
  height: 145px;
  object-fit: cover;
  border-radius: 7px;
}

.collections-sample-itinerary__item h3 {
  margin: 13px 0 6px;
  color: var(--hotel-text);
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
}

.collections-sample-itinerary__item p {
  margin: 0;
  color: #625c56;
  font-size: 11px;
  line-height: 1.55;
}

.collections-sample-itinerary__button {
  display: inline-flex;
  min-width: 225px;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 34px;
  padding: 10px 22px;
  color: var(--hotel-secondary);
  border: 1px solid var(--hotel-secondary);
  border-radius: 5px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.collections-package-benefits {
  margin-top: 70px;
}

.collections-taxonomy-pagination {
  margin-top: 35px;
}

.collections-taxonomy-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.collections-taxonomy-pagination .page-numbers {
  display: grid;
  min-width: 36px;
  height: 36px;
  padding: 5px;
  place-items: center;
  color: var(--hotel-text);
  border: 1px solid #e4dbcf;
  border-radius: 50%;
}

.collections-taxonomy-pagination .page-numbers.current,
.collections-taxonomy-pagination .page-numbers:hover {
  color: #fff;
  background: var(--hotel-secondary);
  border-color: var(--hotel-secondary);
}

.collections-taxonomy-empty {
  padding: 35px;
  color: #666;
  background: var(--hotel-cream);
  border-radius: 8px;
  text-align: center;
}

@media (max-width: 980px) {
  .collections-taxonomy-hero__layout {
    grid-template-columns: minmax(0, 1fr) 285px;
    gap: 35px;
  }

  .collections-taxonomy-grid {
    justify-content: center;
  }

  .collections-taxonomy-grid > .collections-taxonomy-card {
    width: calc((100% - 22px) / 2);
    flex-basis: calc((100% - 22px) / 2);
  }

  .collections-sample-itinerary__track {
    display: flex;
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
  }

  .collections-sample-itinerary__item {
    min-width: 210px;
    scroll-snap-align: start;
  }
}

@media (max-width: 767px) {
  .single-hotel .hotel-container.hotel-showcase-gallery {
    padding-top: 0px !important;
  }
  body.single-hotel {
    padding-bottom: 94px;
  }

  .hotel-single #booking {
    position: fixed;
    z-index: 99990 !important;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px 16px;
    padding: 0 16px 8px !important;
    border: 0 !important;
    border-top: 1px solid rgb(196 150 71 / 35%) !important;
    border-radius: 0 !important;
    background: rgb(255 255 255 / 98%) !important;
    box-shadow: 0 -8px 25px rgb(30 30 30 / 13%) !important;
    backdrop-filter: blur(7px) !important;
  }

  .hotel-single #booking .package-rate-card__starting,
  .hotel-single #booking > em {
    display: none;
  }

  .hotel-single #booking .package-rate-card__details {
    display: flex;
    flex-direction: column;
    grid-row: 1;
    grid-column: 1 / -1;
    margin-inline: -16px;
  }

  .hotel-single #booking .package-rate-card__toggle {
    display: flex !important;
    order: 2;
    width: 100%;
    min-height: 30px;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    padding: 7px 16px;
    color: #675e54;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #eee5d9;
    border-radius: 0;
    cursor: pointer;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .hotel-single #booking .package-rate-card__toggle svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin: 0;
    fill: none;
    stroke: var(--hotel-secondary);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transform: rotate(180deg);
    transition: transform 0.2s ease;
  }

  .hotel-single #booking .package-rate-card__toggle span {
    margin: 0;
    font-size: inherit;
  }

  .hotel-single #booking .package-rate-card__toggle[aria-expanded="true"] svg {
    transform: rotate(0deg);
  }

  .hotel-single #booking .hotel-showcase-rate-card__information {
    display: none;
    order: 1;
    max-height: 48vh;
    padding: 5px 16px 12px;
    overflow-y: auto;
    border-bottom: 1px solid #eee5d9;
  }

  .hotel-single
    #booking
    .package-rate-card__toggle[aria-expanded="true"]
    + .hotel-showcase-rate-card__information {
    display: block;
  }

  .hotel-single #booking .hotel-showcase-rate-card__information ul {
    margin: 10px 0 2px;
  }

  .hotel-single #booking .hotel-showcase-rate-card__price {
    grid-row: 2;
    grid-column: 1;
    min-width: 0;
    margin: 0;
    justify-self: start;
  }

  .hotel-single #booking .hotel-showcase-rate-card__price strong {
    overflow: hidden;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hotel-single #booking .hotel-showcase-rate-card__price small {
    font-size: 9px;
  }

  .hotel-single #booking .package-rate-card__button {
    grid-row: 2;
    grid-column: 2;
    width: auto;
    min-width: 112px;
    min-height: 30px;
    justify-content: center;
    justify-self: end;
    padding: 9px 17px;
    border-radius: 5px;
    text-align: center;
  }

  .hotel-single #booking .package-rate-card__desktop-button-text,
  .hotel-single #booking .package-rate-card__button > svg {
    display: none;
  }

  .hotel-single #booking .package-rate-card__mobile-button-text {
    display: block !important;
    margin: 0;
    color: #fff;
    font-size: 10px;
  }

  .collections-taxonomy-hero__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .collections-taxonomy-content {
    padding-block: 45px 65px;
  }

  .collections-taxonomy-grid {
    display: flex;
  }

  .collections-taxonomy-grid > .collections-taxonomy-card {
    width: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 767px) {
  .package-single .package-hero {
    min-height: 65vh;
    display: flex;
    align-items: end;
    justify-content: end;
  }

  .package-single .hotel-showcase-hero__layout {
    grid-template-columns: 1fr;
  }

  .package-single .package-hero__price {
    max-width: none;
  }

  body.single-package {
    padding-bottom: 94px;
  }

  .package-single #package-booking-hero {
    position: fixed;
    z-index: 99990 !important;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px 16px;
    padding: 0 16px 8px;
    border: 0;
    border-top: 1px solid rgb(196 150 71 / 35%);
    border-radius: 0;
    background: rgb(255 255 255 / 98%);
    box-shadow: 0 -8px 25px rgb(30 30 30 / 13%);
  }

  .package-single #package-booking-hero .package-rate-card__starting,
  .package-single #package-booking-hero > em {
    display: none;
  }

  .package-single #package-booking-hero .package-rate-card__details {
    display: flex;
    flex-direction: column;
    grid-row: 1;
    grid-column: 1 / -1;
    margin-inline: -16px;
  }

  .package-single #package-booking-hero .package-rate-card__toggle {
    display: flex !important;
    order: 2;
    width: 100%;
    min-height: 30px;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    padding: 7px 16px;
    color: #675e54;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #eee5d9;
    border-radius: 0;
    cursor: pointer;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .package-single #package-booking-hero .package-rate-card__toggle svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin: 0;
    fill: none;
    stroke: var(--hotel-secondary);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 0.2s ease;
    transform: rotate(180deg);
  }

  .package-single #package-booking-hero .package-rate-card__toggle span {
    margin: 0;
    font-size: inherit;
  }

  .package-single
    #package-booking-hero
    .package-rate-card__toggle[aria-expanded="true"]
    svg {
    transform: rotate(0deg);
  }

  .package-single #package-booking-hero .hotel-showcase-rate-card__information {
    display: none;
    order: 1;
    max-height: 48vh;
    padding: 5px 16px 12px;
    overflow-y: auto;
    border-bottom: 1px solid #eee5d9;
  }

  .package-single
    #package-booking-hero
    .package-rate-card__toggle[aria-expanded="true"]
    + .hotel-showcase-rate-card__information {
    display: block;
  }

  .package-single
    #package-booking-hero
    .hotel-showcase-rate-card__information
    ul {
    margin: 10px 0 2px;
  }

  .package-single #package-booking-hero .hotel-showcase-rate-card__price {
    grid-row: 2;
    grid-column: 1;
    min-width: 0;
    margin: 0;
    justify-self: start;
  }

  .package-single
    #package-booking-hero
    .hotel-showcase-rate-card__price
    strong {
    overflow: hidden;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .package-single #package-booking-hero .hotel-showcase-rate-card__price small {
    font-size: 9px;
  }

  .package-single #package-booking-hero .package-rate-card__button {
    grid-row: 2;
    grid-column: 2;
    width: auto;
    justify-self: end;
    min-width: 112px;
    min-height: 30px;
    justify-content: center;
    padding: 9px 17px;
    border-radius: 5px;
    text-align: center;
  }

  .package-single #package-booking-hero .package-rate-card__desktop-button-text,
  .package-single #package-booking-hero .package-rate-card__button > svg {
    display: none;
  }

  .package-single #package-booking-hero .package-rate-card__mobile-button-text {
    display: block !important;
    margin: 0;
    color: #fff;
    font-size: 10px;
  }
}

/* Elementor Grid Tour 1. */
.hoolabs-grid-tour-1 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.hoolabs-grid-tour-1 .hotel-category-grid-1__content {
  width: min(54%, 390px);
  height: 100%;
  padding: 32px 24px 28px;
}
.hoolabs-grid-tour-1 .hotel-category-grid-1__link {
  text-decoration: none;
}
.hoolabs-grid-tour-1 .hotel-category-grid-1__link:focus-visible {
  outline: 3px solid var(--hotel-secondary, #c49647);
  outline-offset: -3px;
}
@media (max-width: 1024px) {
  .hoolabs-grid-tour-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .hoolabs-grid-tour-1 {
    grid-template-columns: minmax(0, 1fr);
  }
}

.hotel-category-grid-1 .hotel-category-grid-1__description {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  overflow-wrap: anywhere;
}
.hotel-category-grid-1 .hotel-category-grid-1__description p {
  margin: 0 0 11px;
}
.hotel-category-grid-1 .hotel-category-grid-1__description ul,
.hotel-category-grid-1 .hotel-category-grid-1__description ol {
  display: grid;
  gap: 11px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}
.hotel-category-grid-1 .hotel-category-grid-1__description li {
  position: relative;
  padding-left: 26px;
  list-style: none;
}
.hotel-category-grid-1 .hotel-category-grid-1__description li::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid var(--hotel-secondary, #c49647);
  border-radius: 50%;
  color: var(--hotel-secondary, #c49647);
  content: "✓";
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}
.hotel-category-grid-1 .hotel-category-grid-1__description > :last-child,
.hotel-category-grid-1 .hotel-category-grid-1__description li > :last-child {
  margin-bottom: 0;
}

/* Check lists: apply to a wrapper (including Elementor widgets) or the ul. */
ul.list-styled,
.list-styled ul {
  display: grid;
  gap: 11px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}
ul.list-styled > li,
.list-styled ul > li {
  position: relative;
  display: block;
  margin: 0;
  padding-left: 26px;
  list-style: none;
}
ul.list-styled > li::before,
.list-styled ul > li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.15em;
  left: 0;
  width: 17px;
  height: 17px;
  border: 0;
  border-radius: 0;
  background-color: var(--hotel-secondary, #c49647);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8 12 3 3 5-6'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8 12 3 3 5-6'/%3E%3C/svg%3E")
    center / contain no-repeat;
}
ul.list-styled > li > p:last-child,
.list-styled ul > li > p:last-child {
  margin-bottom: 0;
}

/* List columns: add g2 / g3 to the ul or its wrapper. */
ul.g2,
ul.g3,
.g2 ul,
.g3 ul {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 11px 24px;
}
ul.g2 > li,
ul.g3 > li,
.g2 ul > li,
.g3 ul > li {
  min-width: 0;
  overflow-wrap: anywhere;
}
@media (min-width: 768px) {
  ul.g2,
  .g2 ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  ul.g3,
  .g3 ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* Keep nested lists within their parent item's column. */
.g2 ul ul,
.g3 ul ul,
ul.g2 ul,
ul.g3 ul {
  grid-template-columns: minmax(0, 1fr);
}

/* Elementor FAQ accordion. */
.hoolabs-faq {
  --faq-border-color: #eaeaea;
  --faq-padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 20px 36px;
}
.hoolabs-faq__item {
  min-width: 0;
  margin: 0;
  border: 1px solid var(--faq-border-color);
  border-radius: 15px;
  background: #fff;
}
.hoolabs-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: var(--faq-padding);
  color: #191919;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
  overflow-wrap: anywhere;
  border-radius: inherit;
}
.hoolabs-faq__question::-webkit-details-marker {
  display: none;
}
.hoolabs-faq__question::marker {
  content: "";
}
.hoolabs-faq__question:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.hoolabs-faq__icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #666;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hoolabs-faq__item[open] > .hoolabs-faq__question .hoolabs-faq__icon {
  transform: rotate(180deg);
}
.hoolabs-faq__answer {
  margin: 0 var(--faq-padding);
  padding: var(--faq-padding) 0;
  border-top: 1px solid var(--faq-border-color);
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.hoolabs-faq__answer > :first-child {
  margin-top: 0;
}
.hoolabs-faq__answer > :last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hoolabs-faq {
    --faq-padding: 20px;
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Elementor Grid Tour 2: Things To Do cards with configurable post data. */
.hoolabs-grid-tour-2 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.hoolabs-grid-tour-2 .things-todo-category-grid-1__link {
  display: flex;
  text-decoration: none;
}
.hoolabs-grid-tour-2 .things-todo-category-grid-1__content {
  position: relative;
  inset: auto;
  width: 100%;
  min-height: 240px;
  font-family: "Outfit";
}
.hoolabs-grid-tour-2 .things-todo-category-grid-1__description {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  overflow-wrap: anywhere;
}
.hoolabs-grid-tour-2 .things-todo-category-grid-1__description p {
  margin: 0 0 11px;
}
.hoolabs-grid-tour-2 .things-todo-category-grid-1__description > :last-child {
  margin-bottom: 0;
}
.hoolabs-grid-tour-2 .things-todo-category-grid-1__price {
  display: block;
  margin-top: 16px;
  color: #fff;
  line-height: 1.3;
}
.hoolabs-grid-tour-2 .things-todo-category-grid-1__price small {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  text-transform: uppercase;
}
.hoolabs-grid-tour-2 .things-todo-category-grid-1__price b {
  color: var(--hotel-secondary, #c49647);
  font-size: 23px;
  font-weight: 400;
}
.hoolabs-grid-tour-2 .things-todo-category-grid-1__price em {
  margin-left: 4px;
  font-size: 12px;
  font-style: normal;
}
.hoolabs-grid-tour-2 .things-todo-category-grid-1__button svg {
  flex-shrink: 0;
  color: var(--hotel-secondary, currentColor);
}
.hoolabs-grid-tour-2 .things-todo-category-grid-1__link:focus-visible {
  outline: 3px solid var(--hotel-secondary, #c49647);
  outline-offset: -3px;
}
@media (max-width: 1024px) {
  .hoolabs-grid-tour-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .hoolabs-grid-tour-2 {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Grid Tour 3: equal content and gallery panels. */
.hoolabs-grid-tour-3 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}
.tour-split-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 380px;
  overflow: hidden;
  border: 0px solid #eae4da;
  border-radius: 12px;
  background: #fff;
}
.tour-split-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 36px;
  background: #faf7f1;
  color: #282c27;
}
.tour-split-card__content > strong {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.tour-split-card__description {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
.tour-split-card__description > :last-child {
  margin-bottom: 0;
}
.tour-split-card__spacer {
  flex: 1;
}
.tour-split-card__price {
  margin-top: 24px;
}
.tour-split-card__price small {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  text-transform: uppercase;
}
.tour-split-card__price b {
  color: var(--hotel-secondary, #c49647);
  font-size: 26px;
  font-weight: 400;
}
.tour-split-card__price em {
  margin-left: 4px;
  font-size: 12px;
  font-style: normal;
}
.tour-split-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 12px 22px;
  border: 1px solid var(--hotel-secondary, #c49647);
  border-radius: 999px;
  color: #282c27;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: var(--hotel-secondary, #c49647);
}
.tour-split-card__button:hover {
  background: var(--hotel-secondary, #c49647);
  color: #000;
  text-decoration: none;
}
.tour-split-card__gallery {
  position: relative;
  min-width: 0;
  min-height: 320px;
  background: #e7e5df;
}
.tour-split-card__track {
  position: absolute;
  inset: 0;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.tour-split-card__track::-webkit-scrollbar {
  display: none;
}
.tour-split-card__slide {
  flex: 0 0 100%;
  min-width: 0;
  height: 100%;
  scroll-snap-align: start;
}
.tour-split-card__slide img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.tour-split-card__placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #d8d3c7, #aaa99f);
}
.tour-split-card__navigation {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.tour-split-card__navigation button {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #222;
  font-size: 22px;
  cursor: pointer;
  pointer-events: auto;
}
.tour-split-card__navigation span {
  padding: 5px 12px;
  border-radius: 20px;
  background: rgb(0 0 0 / 55%);
  color: #fff;
  font-size: 12px;
}
.tour-split-card__navigation svg {
  stroke-width: 1.2;
}
.tour-split-card :focus-visible {
  outline: 3px solid var(--hotel-secondary, #c49647);
  outline-offset: -3px;
}
@media (max-width: 767px) {
  .tour-split-card {
    grid-template-columns: minmax(0, 1fr);
  }
  .tour-split-card__content {
	  order:2;
    padding: 24px;
  }
  .tour-split-card__gallery {
	  order:1;
    min-height: 280px;
  }
}

/* Corporate event inquiry modal. */
body.corporate-inquiry-open {
  overflow: hidden;
}
dialog.corporate-inquiry-dialog {
  position: fixed;
  inset: 0;
  width: min(940px, calc(100% - 32px));
  max-height: calc(100dvh - 40px);
  margin: auto;
  color: #282c27;
}
.corporate-inquiry-dialog::backdrop {
  background: rgb(16 18 18 / 78%);
  backdrop-filter: blur(5px);
}
.corporate-inquiry-dialog .package-inquiry-modal__close {
  color: #282c27;
  background: #f7f3eb;
  font-size: 26px;
}
.corporate-inquiry-form {
  position: relative;
}
.corporate-inquiry-form fieldset {
  min-width: 0;
  margin: 0 0 24px;
  border: 0;
  border-bottom: 0px solid #eae4da;
}
.corporate-inquiry-form legend {
  float: none;
  width: auto;
  margin-bottom: 16px;
  font-size: 19px;
  font-weight: 600;
}
.corporate-inquiry-form .package-inquiry-form__submit {
  margin-top: 30px;
}
.corporate-inquiry-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}
.corporate-inquiry-form label {
  display: block;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}
.corporate-inquiry-fields input,
.corporate-inquiry-form textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 12px 14px;
  border: 1px solid #ddd7cd;
  border-radius: 6px;
  background: #fff;
  color: #282c27;
  font: inherit;
  font-size: 14px;
}
.corporate-inquiry-fields input:disabled {
  background: #efefef;
}
.corporate-inquiry-form textarea {
  resize: vertical;
}
.corporate-inquiry-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 18px;
}
.corporate-inquiry-options label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  cursor: pointer;
}
.corporate-inquiry-options input {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--hotel-secondary, #c49647);
}
.corporate-inquiry-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.corporate-inquiry-status {
  padding: 14px;
  border-radius: 6px;
  color: #8d2c28;
  background: #fff0ef;
}
.corporate-inquiry-status.is-success {
  color: #256646;
  background: #effaf4;
}
.corporate-inquiry-dialog :focus-visible {
  outline: 2px solid var(--hotel-secondary, #c49647);
  outline-offset: 3px;
}
.corporate-inquiry-form button:disabled {
  opacity: 0.65;
  cursor: wait;
}
.corporate-inquiry-trigger {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 6px;
  background: var(--hotel-secondary, #c49647);
  color: #fff;
}
@media (max-width: 767px) {
  .corporate-inquiry-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  dialog.corporate-inquiry-dialog {
    padding: 24px 20px;
  }
  .corporate-inquiry-fields,
  .corporate-inquiry-options {
    grid-template-columns: minmax(0, 1fr);
  }
}

.corporate-inquiry-form legend.corporate-inquiry-legend-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* Transfer inquiry vehicle buttons and select. */
.corporate-inquiry-fields select {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 12px 14px;
  border: 1px solid #ddd7cd;
  border-radius: 6px;
  background: #fff;
  color: #282c27;
  font: inherit;
}
.transfer-vehicle-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.transfer-vehicle-option {
  position: relative;
  cursor: pointer;
}
.transfer-vehicle-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.transfer-vehicle-option span {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid #ddd7cd;
  border-radius: 6px;
  text-align: center;
}
.transfer-vehicle-option input:checked + span {
  border-color: var(--hotel-secondary, #c49647);
  background: #f7efdf;
  color: #282c27;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px var(--hotel-secondary, #c49647);
}
.transfer-vehicle-option input:focus-visible + span {
  outline: 2px solid var(--hotel-secondary, #c49647);
  outline-offset: 3px;
}
@media (max-width: 560px) {
  .transfer-vehicle-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Elementor Car Grid: image, specifications, price and booking action. */
.hoolabs-car-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.car-grid-card {
  --car-accent: var(--hotel-secondary, #faaa38);
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  background: #fff;
  color: var(--hotel-text, #1e1e1e);
}
.car-grid-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
  margin-bottom: 28px;
}
.car-grid-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.car-grid-card__placeholder {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #f5f3ef;
}
.car-grid-card__title {
  margin: 0 0 12px;
  color: inherit;
  font-family: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.car-grid-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
}
.car-grid-card__specs li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding: 0;
  list-style: none;
  overflow-wrap: anywhere;
}
.car-grid-card__specs li::before {
  content: none;
}
.car-grid-card__specs svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: var(--car-accent);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.car-grid-card__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  margin-top: 20px;
}
.car-grid-card__pricing {
  overflow-wrap: anywhere;
}
.car-grid-card__prefix {
  color: #71808a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.car-grid-card__price {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.car-grid-card__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  padding: 9px 20px;
  border-radius: 7px;
  background: var(--car-accent);
  color: #1e1e1e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}
.car-grid-card__button:hover {
  background: var(--hotel-primary, #faaa38);
  color: #1e1e1e;
  text-decoration: none;
}
.car-grid-card__button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.car-grid-card__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .hoolabs-car-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .hoolabs-car-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Car inquiry: equal form and selected-car summary panels. */
dialog.car-inquiry-dialog {
  width: min(1050px, calc(100% - 32px));
}
.car-inquiry-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.car-inquiry-full {
  grid-column: 1 / -1;
}
.car-inquiry-summary {
  width: 100%;
  margin: 0;
  min-width: 0;
}
.car-inquiry-summary [data-car-image] {
  width: 100%;
  height: 190px;
  object-fit: contain;
  margin-bottom: 18px;
}
.car-inquiry-summary [data-car-image][hidden] {
  display: none;
}
.car-inquiry-summary [data-car-name] {
  font-size: 24px;
}
.car-inquiry-summary [data-car-price] {
  margin-top: 12px;
  color: var(--hotel-secondary, #faaa38);
  font-size: 19px;
  font-weight: 600;
}
.car-inquiry-summary .hotel-showcase-rate-card__information li {
  display: block;
}
.car-inquiry-summary .package-inquiry-summary__whatsapp {
  border: 0;
  cursor: pointer;
  justify-content: center;
}
.car-inquiry-summary > small {
  display: block;
  margin-top: 12px;
}
[data-car-form] .package-inquiry-form__submit {
  margin-top: 20px;
}
[data-car-form] input:disabled {
  background: #f5f3ef;
  color: #444;
  opacity: 1;
}
@media (max-width: 767px) {
  .car-inquiry-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Post cards link to their details; booking remains a separate action. */
.car-grid-card {
  position: relative;
  isolation: isolate;
}
.car-grid-card__post-link {
  color: inherit;
  text-decoration: none;
}
.car-grid-card__post-link:hover {
  color: inherit;
  text-decoration: none;
}
.car-grid-card__post-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}
.car-grid-card__post-link:focus-visible {
  outline: none;
}
.car-grid-card__post-link:focus-visible::after {
  outline: 2px solid var(--car-accent);
  outline-offset: -3px;
}
.car-grid-card__button {
  position: relative;
  z-index: 2;
}

/* Single st_cars. */
.car-single {
  padding: 160px 0 80px;
  color: var(--hotel-text);
}
.car-single__container {
  width: min(90%, 1320px);
  margin: 0 auto;
}
.car-single__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #666;
}
.car-single__breadcrumb a {
  color: inherit;
}
.car-single__breadcrumb svg{
  width: 14px;
    stroke: #656565;
    stroke-width: 1.4px;
}
.car-single h1 {
  margin: 0 0 32px;
  font-family: inherit;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}
.car-single__gallery {
  position: relative;
  margin-bottom: 36px;
}
.car-single__track {
  --car-gallery-gap: 10px;
  display: flex;
  gap: var(--car-gallery-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.car-single__track::-webkit-scrollbar {
  display: none;
}
.car-single__slide {
  flex: 0 0 calc((100% - var(--car-gallery-gap) - var(--car-gallery-gap)) / 3);
  min-width: 0;
  scroll-snap-align: start;
}
.car-single__slide img {
  display: block;
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background: #fff;
}
.car-single__prev,
.car-single__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  background: #fff;
  color: #222;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
}
.car-single__prev svg,
.car-single__next svg {
  stroke-width: 1.3;
}
.car-single__prev {
  left: 18px;
}
.car-single__next {
  right: 18px;
}
.car-single__gallery button[hidden] {
  display: none;
}
.car-single__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 1fr);
  gap: 44px;
  align-items: start;
}
.car-single__overview {
  min-width: 0;
  padding-top: 20px;
}
.car-single h2 {
  margin: 0 0 24px;
  font-family: inherit;
  font-size: 28px;
  font-weight: 500;
}
.car-single__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.single-st_hotel .car-single__specs,
.single-st_activity .car-single__specs,
.single-st_tours .car-single__specs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.car-single__specs li {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
}
.car-single__specs li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(45% + 4px);
  transform: translateY(-60%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(250, 170, 56, 0.14);
  z-index: -1;
  pointer-events: none;
}
.car-single__specs svg {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  fill: none;
  stroke: #111;
  stroke-width: 1.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.car-single__description,
.car-single__section {
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.car-single__description h4 {
  font-size: 20px;
}
.car-single__description h5 {
  font-size: 18px;
}
.car-single__description h6 {
  font-size: 16px;
}
.car-single__description a:not([class]),
.car-single__description a[class=""] {
  color: #000;
  border-bottom: 1px solid #fbab38;
  text-decoration: none;
}
.car-single__description strong {
  font-weight: 500;
}
.car-single__description > :is(h1, h2, h3, h4, h5, h6):first-child {
  margin-top: 0;
}
.car-single__section {
  margin-top: 32px;
}
.car-single__booking {
  position: sticky;
  top: 30px;
  width: 100%;
  margin: 0;
  padding: 28px;
  border: 1px solid #ececec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 32px rgb(0 0 0 / 5%);
}
.car-single__from {
  display: block;
  margin-bottom: 5px;
  color: #666;
  font-size: 14px;
}
.car-single__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
}
.car-single__price strong {
  font-size: 25px;
  color: var(--hotel-text);
}
.car-single__price span {
  color: #666;
  font-size: 14px;
}
.car-single__inquiry {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 24px;
  padding: 12px 20px;
  border: 1px solid var(--hotel-secondary);
  border-radius: 30px;
  background: var(--hotel-secondary);
  color: var(--hotel-text);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.car-single__inquiry:hover {
  background: var(--hotel-primary);
  color: var(--hotel-text);
  text-decoration: none;
}
.car-single :focus-visible {
  outline: 2px solid var(--hotel-secondary);
  outline-offset: 3px;
}
@media (max-width: 980px) {
  .car-single__layout {
    gap: 24px;
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, 1fr);
  }
  .car-single__slide {
    flex-basis: calc((100% - var(--car-gallery-gap)) / 2);
  }
}
@media (max-width: 767px) {
  .car-single h1 {
    font-size: 25px;
  }
  .car-single {
    padding: 120px 0 50px;
  }
  .car-single__layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .car-single__booking {
    position: static;
  }
  .car-single__slide {
    flex-basis: 100%;
  }
  .car-single__specs {
    gap: 14px;
	  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    font-size: 14px;
  }
}

.car-single__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 9px;
  margin: -18px 0 28px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  align-items: center;
}
.car-single__categories svg {
  width: 19px;
  height: 19px;
}
.car-single__categories li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.car-single__categories a,
.car-single__categories span {
  border-bottom: 1px solid #faaa37;
  color: #000;
  text-decoration: none;
}

.car-single__related {
  margin-top: 64px;
  padding-top: 50px;
}
.car-single__related > h2 {
  margin-bottom: 28px;
}

/* Mobile car booking dock; desktop keeps the existing sidebar. */
.car-single__booking-toggle {
  display: none;
}
@media (max-width: 767px) {
  .car-single__categories {
    font-size: 13px;
  }
  body.single-st_cars,
  body.single-st_hotel,
  body.single-st_activity,
  body.single-st_tours {
    padding-bottom: calc(140px + env(safe-area-inset-bottom, 0px));
  }
  .car-single .car-single__booking {
    position: fixed;
    z-index: 10;
    inset: auto 0 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px 16px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 16px calc(10px + env(safe-area-inset-bottom, 0px));
    border: 0;
    border-top: 1px solid #eaeaea;
    border-radius: 0;
    background: rgb(255 255 255 / 98%);
    box-shadow: 0 -8px 25px rgb(30 30 30 / 13%);
  }
  .car-single__booking > .car-single__from {
    display: none;
  }
  .car-single__booking-details {
    display: flex;
    flex-direction: column;
    grid-column: 1 / -1;
    grid-row: 1;
    margin-inline: -16px;
  }
  .car-single__booking .car-single__booking-toggle {
    display: flex;
    order: 2;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 35px;
    padding: 10px 16px;
    border: 0;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
    background: transparent;
    color: #675e54;
    font-size: 10px;
    letter-spacing: 0.3px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
  }
  .car-single__booking-toggle svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: var(--hotel-secondary);
    stroke-width: 1.8;
    transform: rotate(180deg);
  }
  .car-single__booking-toggle[aria-expanded="true"] svg {
    transform: rotate(0);
  }
  .car-single__booking-details > .hotel-showcase-rate-card__information {
    display: none;
    order: 1;
    max-height: 45dvh;
    padding: 10px 16px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-bottom: 1px solid #eee5d9;
  }
  .car-single__booking-toggle[aria-expanded="true"]
    + .hotel-showcase-rate-card__information {
    display: block;
  }
  .car-single__booking-details .hotel-showcase-rate-card__information ul {
    margin: 10px 0;
  }
  .car-single__booking > .car-single__price {
    padding: 0;
    border: none;
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    min-width: 0;
    gap: 4px 8px;
    overflow-wrap: anywhere;
  }
  .car-single__booking .car-single__price strong {
    font-size: 16px;
    font-weight: 600;
  }
  .car-single__booking .car-single__price span {
    font-size: 12px;
  }
  .car-single__booking > .car-single__inquiry {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    min-height: 30px;
    padding: 7px 18px;
    font-size: 12px;
  }
  .car-single__prev,
  .car-single__next {
    width: 35px;
    height: 35px;
  }
  .car-single__breadcrumb {
    font-size: 12px;
  }
}

/* ACF Content Sections. */
.content-fields {
  margin-top: 32px;
  font-size: 15px;
  line-height: 1.75;
}
.content-field + .content-field {
  margin-top: 50px;
}
.content-fields :is(h1, h2, h3, h4, h5, h6) {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 16px;
}
.content-fields h2 {
  font-size: 25px;
}
.content-fields h3 {
  font-size: 20px;
}
.content-field__text,
.car-single__description p,
.car-single__description ul {
  overflow-wrap: anywhere;
  font-weight: 300;
  color: #555555;
}
.content-field__text > :last-child {
  margin-bottom: 0;
}
.content-field__items,
.content-field__faq {
  display: grid;
  gap: 20px;
}
.content-field__item {
  display: grid;
  gap: 24px;
  align-items: center;
}
.content-field__item--image {
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
}
.content-field__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.content-field__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.content-field__gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
}
.content-field__faq {
  --faq-padding: 20px;
  --faq-border-color: #eae4da;
}
.content-field__packages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.content-field__package h3 {
  font-size: 16px;
}
.content-field__package {
  padding: 24px;
  border: 1px solid var(--hotel-border);
  border-radius: 12px;
  background: #fff;
  overflow-wrap: anywhere;
}
.content-field__package p {
  margin: 0;
  color: var(--hotel-secondary);
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .content-field__item--image,
  .content-field__packages {
    grid-template-columns: minmax(0, 1fr);
  }
  .content-field__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Pricing cards with descriptions and optional service icons. */
.content-field__package {
  display: flex;
  flex-direction: column;
  padding: 25px;
  border-color: #e8e8e8;
  background: transparent;
}
.content-field__package-icon {
  margin-bottom: 26px;
}
.content-field__package-icon img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.content-field__package-description {
  margin-bottom: 30px;
  color: #606060;
}
.content-field__package-description p {
  margin: 0 0 12px;
  color: inherit;
  font-weight: 300;
  line-height: 1.4rem;
  font-size: 14px;
}
.content-field__package-description > :last-child {
  margin-bottom: 0;
}
.content-field__package > .content-field__package-price {
  margin-top: auto;
  color: var(--hotel-text);
  font-size: 14px;
}
/* Expandable itinerary timeline. */
.content-field {
  border-top: 1px solid #eeeeee;
  padding-top: 50px;
}
.content-itinerary__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}
.content-itinerary__header h2 {
  margin: 0;
}
.content-itinerary__header button {
  padding: 0;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: var(--hotel-text);
  text-decoration: underline;
  font: inherit;
  cursor: pointer;
}
.content-itinerary__stops {
  margin-left: 18px;
}
.content-itinerary__stop {
  position: relative;
  padding-left: 38px;
  border-left: 2px dashed #e8e8e8;
}

.content-itinerary__stop summary {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  padding: 22px 0;
  border-bottom: 1px solid #f7f7f7;
  list-style: none;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
}
.content-itinerary__stop summary::-webkit-details-marker {
  display: none;
}
.content-itinerary__stop summary::marker {
  content: "";
}
.content-itinerary__stop:last-child summary {
  border-bottom: 0;
}
.content-itinerary__marker {
  position: absolute;
  left: -48px;
  top: 27px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 2px solid var(--hotel-secondary);
  border-radius: 50%;
  background: #fff;
}
.content-itinerary__stop:first-child .content-itinerary__marker,
.content-itinerary__stop:last-child .content-itinerary__marker {
  left: -56px;
  top: 15px;
  width: 35px;
  height: 35px;
  background: var(--hotel-secondary);
}
.content-itinerary__marker svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #000;
  stroke-width: 1.6;
  stroke-linejoin: round;
}
.content-itinerary__chevron {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-left: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}
.content-itinerary__stop[open] .content-itinerary__chevron {
  transform: rotate(180deg);
}
.content-itinerary__body {
  padding: 24px 0;
  color: #606060;
  overflow-wrap: anywhere;
}
.content-itinerary__image {
  margin-bottom: 20px;
}
.content-itinerary__image img {
  display: block;
  max-width: 100%;
  width: 200px;
  height: auto;
  border-radius: 10px;
}
.content-itinerary :focus-visible {
  outline: 2px solid var(--hotel-secondary);
  outline-offset: 4px;
}
@media (max-width: 767px) {
  .content-fields h2 {
    font-size: 23px;
  }
  .content-fields {
    font-size: 14px;
    line-height: 1.6;
  }

  .content-field__package {
    padding: 24px;
  }
  .content-itinerary__stop {
    padding-left: 28px;
  }
  .content-itinerary__stop summary {
    font-size: 16px;
  }
  .content-itinerary__marker {
    left: -38px;
  }
  .content-itinerary__stop:first-child .content-itinerary__marker,
  .content-itinerary__stop:last-child .content-itinerary__marker {
    left: -46px;
  }
}

/* Elementor gallery links. */
.car-single__slide > a,
.content-field__gallery > a {
  display: block;
  cursor: zoom-in;
}

/* Elementor Tour Grid */
.hoolabs-tour-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.tour-grid-card {
  display: flex;
  flex-direction: column;
  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}
.tour-grid-card__image {
  flex-shrink: 0;
  height: 230px;
  overflow: hidden;
}
.tour-grid-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.tour-grid-card:hover .tour-grid-card__image img {
  transform: scale(1.035);
}
.tour-grid-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 20px 25px;
  margin-top: -20px;
    background: #fff;
    border-radius: 18px 18px 0px 0px;
    z-index: 1;
}
.tour-grid-card__location,
.tour-grid-card__duration {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #71808a;
  font-size: 13px;
  line-height: 1.5;
}
.tour-grid-card svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tour-grid-card__title {
  margin: 10px 0 20px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--hotel-text, #222);
  overflow-wrap: anywhere;
}
.tour-grid-card__title .tour-grid-card__link {
  color: inherit;
  text-decoration: none;
  border: 0;
}
.tour-grid-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.tour-grid-card:focus-within {
  outline: 2px solid var(--hotel-primary, #faaa38);
  outline-offset: 3px;
}
.tour-grid-card__footer {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr);
  align-items: end;
  gap: 9px;
  border-top: 1px solid #dedede;
  margin-top: auto;
  padding-top: 20px;
}
.tour-grid-card__pricing {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  text-align: left;
  overflow-wrap: anywhere;
}
.tour-grid-card__footer > .tour-grid-card__duration {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  justify-content: flex-end;
}
.tour-grid-card__from {
  flex-basis: 100%;
  color: #71808a;
  font-size: 14px;
  line-height: 1.5;
}
.tour-grid-card__prefix {
  display: inline;
  color: #71808a;
  font-size: 14px;
  line-height: 1.5;
}
.tour-grid-card__price {
  display: block;
  color: #20314e;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}
.tour-grid-card__duration span {
  overflow-wrap: anywhere;
}
.icon-info .elementor-icon:before{
    content: '';
    background: #FDF3F2;
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    left: 5px;
    top:5px;
}
.icon-info .elementor-icon svg{
    stroke-width: 1px !important;
}
@media (max-width: 1024px) {
  .hoolabs-tour-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .hoolabs-tour-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  .tour-grid-card__image img {
    transition: none;
  }
}

/* Inline Trip Plan Inquiry shares the existing inquiry controls. */
.trip-plan-inquiry-form { width: 100%; }
.trip-plan-inquiry-form .corporate-inquiry-fields > * { min-width: 0; }
.trip-plan-inquiry-form__wide { grid-column: 1 / -1; }
.trip-plan-inquiry-form .trip-plan-inquiry-form__help { margin: 7px 0 0; font-size: 13px; line-height: 1.6; color: #666; font-weight: 400; }
.trip-plan-inquiry-form .corporate-inquiry-fields > div > label { margin-bottom: 8px; }
.trip-plan-inquiry-form .corporate-inquiry-options input { width: 17px; height: 17px; min-height: 17px; padding: 0; }

.car-grid-card__price-heading { display: block; font-size: 13px; font-weight: 400; color: #71808a; }

/* Shared taxonomy archive and Blog Grid. */
.taxonomy-archive__hero { min-height: 500px; display: grid; place-items: center; padding: 110px 24px 100px; background-color: #35453d; background-size: cover; background-position: center; color: #fff; text-align: center; }
.taxonomy-archive__hero-content { max-width: 850px; }
.taxonomy-archive__hero h1 { color: inherit; font-size: clamp(36px, 5vw, 64px); line-height: 1.15; margin: 0 0 18px; }
.taxonomy-archive__description { font-size: clamp(16px, 2vw, 22px); line-height: 1.6; }
.taxonomy-archive__description > :last-child { margin-bottom: 0; }
.taxonomy-archive__content { position: relative; margin-top: -35px; border-radius: 32px 32px 0 0; background: #fff; padding: 65px 0; }
.taxonomy-archive__container { width: min(1440px, 90%); margin: auto; }
.taxonomy-archive__section + .taxonomy-archive__section { margin-top: 60px; }
.taxonomy-archive__section > h2 { margin: 0 0 28px; font-size: 32px; }
.taxonomy-archive .hoolabs-grid-tour-2 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hoolabs-blog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.blog-grid-card { min-width: 0; display: flex; flex-direction: column; }
.blog-grid-card__image { display: block; margin-bottom: 22px; aspect-ratio: 1.5; overflow: hidden; border-radius: 12px; }
.blog-grid-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.blog-grid-card__title { font-size: 21px; line-height: 1.45; margin: 0 0 10px; font-weight: 600; }
.blog-grid-card__title a { color: #111; text-decoration: none; }
.blog-grid-card p { color: #666; font-size: 15px; line-height: 1.6; margin-bottom: 26px; }
.blog-grid-card__more { align-self: flex-start; margin-top: auto; color: #222; font-weight: 600; border-bottom: 2px solid var(--hotel-primary, #faaa38); text-decoration: none; }
.taxonomy-archive__pagination ul { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 35px 0 0; }
.taxonomy-archive__pagination .page-numbers a, .taxonomy-archive__pagination .page-numbers span { display: block; padding: 8px 14px; border: 1px solid #ddd; border-radius: 6px; color: #222; }
.taxonomy-archive__pagination .current { background: var(--hotel-primary, #faaa38); }
@media(max-width: 1024px) { .hoolabs-blog-grid, .taxonomy-archive .hoolabs-grid-tour-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media(max-width: 767px) { .taxonomy-archive__hero { min-height: 340px; padding: 80px 20px; } .taxonomy-archive__content { padding: 35px 0; border-radius: 24px 24px 0 0; } .hoolabs-blog-grid, .taxonomy-archive .hoolabs-grid-tour-2 { grid-template-columns: minmax(0, 1fr); } }
