.hotel-detail-page {
  --hotel-nav-height: 140px;
  --hotel-booking-height: 58px;
  --hotel-nav-scrolled-height: 96px;
  --hotel-booking-scrolled-gap: 28px;
  --hotel-action-color: #F6A029;
  --hotel-action-color-hover: #F6A029;
  --hotel-action-text-color: #fff;
}

@keyframes hotelDetailFloatIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.hotel-detail-page .hotel-booking-strip,
.hotel-detail-page .hotel-detail-footer,
.hotel-detail-page .hotel-detail-whatsapp {
  animation: hotelDetailFloatIn 520ms ease both;
}

@keyframes hotelDetailFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.hotel-detail-page .hotel-detail-navbar {
  animation: hotelDetailFadeIn 360ms ease both;
  background: #fff !important;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  display: block !important;
  left: 0;
  min-height: 76px;
  opacity: 1 !important;
  position: fixed;
  right: 0;
  top: 0;
  visibility: visible !important;
  z-index: 1200;
}

.hotel-detail-page .hotel-detail-navbar-shell {
  align-items: center;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 148px;
  min-height: 76px;
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px;
}

.hotel-detail-page .hotel-detail-navbar-logo {
  align-items: center;
  display: flex !important;
  height: 74px;
}

.hotel-detail-page .hotel-detail-navbar-logo img {
  display: block;
  filter: none;
  height: auto !important;
  max-height: 64px;
  object-fit: contain;
  width: 160px !important;
}

.hotel-detail-page .hotel-detail-navbar-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(48, 48, 48, 0.26);
  border-radius: 0;
  display: none;
  flex-direction: column;
  gap: 4px;
  height: 36px;
  justify-content: center;
  justify-self: end;
  padding: 0;
  width: 40px;
}

.hotel-detail-page .hotel-detail-navbar-toggle span {
  background: #303030;
  display: block;
  height: 2px;
  width: 18px;
}

.hotel-detail-page .hotel-detail-navbar-menu {
  align-items: center;
  display: flex !important;
  justify-content: center;
  min-width: 0;
}

.hotel-detail-page .hotel-detail-navbar-menu a {
  color: #303030 !important;
  display: block !important;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.hotel-detail-page .hotel-detail-navbar-menu a:hover,
.hotel-detail-page .hotel-detail-navbar-menu a:focus {
  color: var(--hotel-action-color) !important;
  text-decoration: none;
}

.hotel-detail-page .hotel-booking-strip {
  animation-delay: 90ms;
}

.hotel-detail-page .hotel-detail-whatsapp {
  animation-delay: 180ms;
}

@media (prefers-reduced-motion: reduce) {
  .hotel-detail-page .hotel-detail-navbar,
  .hotel-detail-page .hotel-booking-strip,
  .hotel-detail-page .hotel-detail-footer,
  .hotel-detail-page .hotel-detail-whatsapp {
    animation: none;
  }
}

.hotel-detail-page.hotel-detail-brand-meru.hotel-detail-multi {
  --hotel-action-color: #5d6f2a;
  --hotel-action-color-hover: #4f6432;
  --hotel-nav-bg: #5d6f2a;
}

.hotel-detail-page.hotel-detail-brand-meru.hotel-detail-single {
  --hotel-action-color: #5d6f2a;
  --hotel-action-color-hover: #6f8237;
  --hotel-nav-bg: #5d6f2a;
}

.hotel-detail-page.hotel-detail-brand-truntum.hotel-detail-multi {
  --hotel-action-color: #90612d;
  --hotel-action-color-hover: #75524e;
  --hotel-nav-bg: #90612d;
}

.hotel-detail-page.hotel-detail-brand-truntum.hotel-detail-single {
  --hotel-action-color: #90612d;
  --hotel-action-color-hover: #a6733a;
  --hotel-nav-bg: #90612d;
}

.hotel-detail-page.hotel-detail-brand-khas.hotel-detail-multi {
  --hotel-action-color: #f47920;
  --hotel-action-color-hover: #ff8a33;
  --hotel-action-text-color: #fff;
  --hotel-nav-bg: #f47920;
}

.hotel-detail-page.hotel-detail-brand-khas.hotel-detail-single {
  --hotel-action-color: #f47920;
  --hotel-action-color-hover: #ff8a33;
  --hotel-nav-bg: #f47920;
}

.hotel-detail-page.hotel-detail-brand-other.hotel-detail-multi,
.hotel-detail-page.hotel-detail-brand-other.hotel-detail-single {
  --hotel-action-color: #F6A029;
  --hotel-action-color-hover: #F6A029;
  --hotel-action-text-color: #fff;
  --hotel-nav-bg: #F6A029;
}

.hotel-detail-page .gradient-header {
  background: transparent;
  height: 126px;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 998;
}

.hotel-detail-page a,
.hotel-detail-page button,
.hotel-detail-page input,
.hotel-detail-page label,
.hotel-detail-page .navbar-toggle {
  -webkit-tap-highlight-color: transparent;
}

.hotel-detail-page a:focus,
.hotel-detail-page a:active,
.hotel-detail-page button:focus,
.hotel-detail-page button:active,
.hotel-detail-page input:focus,
.hotel-detail-page input:active,
.hotel-detail-page label:focus,
.hotel-detail-page label:active,
.hotel-detail-page .navbar-toggle:focus,
.hotel-detail-page .navbar-toggle:active {
  box-shadow: none !important;
  outline: 0 !important;
}

.hotel-detail-page .hotel-detail-navbar .navbar.navbar-default {
  background: #fff !important;
  border: 0;
  border-radius: 0;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  display: block !important;
  left: 0;
  min-height: 76px;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 280ms ease, box-shadow 280ms ease, min-height 280ms ease, padding 280ms ease;
  z-index: 1200;
}

.hotel-detail-page.is-scrolled .hotel-detail-navbar .navbar.navbar-default {
  background: #fff !important;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  min-height: 76px;
  padding: 0;
}

.hotel-detail-page .hotel-detail-navbar .container {
  position: relative;
}

.hotel-detail-page .hotel-detail-navbar .navbar-header {
  display: block !important;
  height: 74px;
}

.hotel-detail-page .hotel-detail-navbar .navbar-brand.img-logo {
  align-items: center;
  display: flex !important;
  height: 74px;
  padding: 0 15px;
  transition: height 280ms ease;
}

.hotel-detail-page .hotel-detail-navbar .navbar-brand.img-logo img {
  filter: none;
  height: auto !important;
  max-height: 64px;
  max-width: none;
  object-fit: contain;
  transition: max-height 280ms ease, max-width 280ms ease;
  width: 160px !important;
}

.hotel-detail-page.is-scrolled .hotel-detail-navbar .navbar-brand.img-logo {
  height: 74px;
}

.hotel-detail-page.is-scrolled .hotel-detail-navbar .navbar-brand.img-logo img {
  filter: none;
  height: auto !important;
  max-height: 64px;
  max-width: none;
  width: 160px !important;
}

.hotel-detail-page .hotel-detail-navbar .centerd-header {
  display: inline-block !important;
  transform: translateY(0);
  transition: transform 280ms ease;
}

.hotel-detail-page.is-scrolled .hotel-detail-navbar .centerd-header {
  transform: translateY(0);
}

.hotel-detail-page .hotel-detail-navbar .navbar-nav > li > a {
  color: #303030 !important;
  display: block !important;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 31px 10px 0;
  text-transform: uppercase;
  transition: padding 280ms ease, color 160ms ease;
}

@media (min-width: 768px) {
  .hotel-detail-page .hotel-detail-navbar #hotel-detail-navbar-collapse.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    visibility: visible !important;
  }

  .hotel-detail-page .hotel-detail-navbar .navbar-header {
    float: left;
  }

  .hotel-detail-page .hotel-detail-navbar .centerd-header {
    min-height: 74px;
    text-align: center;
  }

  .hotel-detail-page .hotel-detail-navbar .nav.navbar-nav {
    display: block !important;
    float: none;
    margin: 0;
    visibility: visible !important;
  }

  .hotel-detail-page .hotel-detail-navbar .nav.navbar-nav > li {
    display: block !important;
    float: left;
    visibility: visible !important;
  }

  .hotel-detail-page .hotel-detail-navbar .navbar-right {
    display: block !important;
    visibility: visible !important;
  }
}

.hotel-detail-page.is-scrolled .hotel-detail-navbar .navbar-nav > li > a {
  color: #303030 !important;
  padding: 31px 10px 0;
}

.hotel-detail-page .hotel-detail-navbar .navbar-nav > li > a:hover,
.hotel-detail-page .hotel-detail-navbar .navbar-nav > li > a:focus {
  background: transparent;
  color: var(--hotel-action-color) !important;
}

.hotel-detail-page .hotel-detail-language {
  align-items: center;
  display: flex !important;
  gap: 5px;
  isolation: isolate;
  min-height: 74px;
  position: relative;
  z-index: 1;
}

.hotel-detail-page .hotel-detail-navbar .navbar-right {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 0;
  transition: top 280ms ease;
}

.hotel-detail-page.is-scrolled .hotel-detail-navbar .navbar-right {
  top: 0;
}

.hotel-detail-page.is-scrolled .hotel-detail-language span {
  color: #5c5e62;
}

.hotel-detail-page .hotel-detail-language > a {
  display: inline-flex !important;
  padding: 0 !important;
}

.hotel-detail-page .hotel-detail-language span {
  border: 1.5px solid var(--hotel-action-color) !important;
  border-radius: 999px;
  color: #5c5e62 !important;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  height: 28px;
  align-items: center;
  justify-content: center;
  min-width: 66px;
}

.hotel-detail-page .hotel-detail-language .id-on,
.hotel-detail-page .hotel-detail-language .en-on {
  background: var(--hotel-action-color) !important;
  border: none !important;
  color: #fff !important;
  isolation: isolate;
  position: relative;
  z-index: 1;
}

.hotel-detail-page .hotel-detail-language .id-off,
.hotel-detail-page .hotel-detail-language .en-off {
  background: transparent;
}

.hotel-detail-page .hotel-factsheet-link {
  color: #777;
  display: inline-block;
  margin-top: 32px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hotel-detail-page .unit-offer-book-now {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.hotel-detail-page .unit-offer-book-now-link {
  background: var(--hotel-action-color);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-width: 148px;
  padding: 12px 28px;
  text-decoration: none;
  transition: background-color 160ms ease, transform 160ms ease;
}

.hotel-detail-page .unit-offer-book-now-link:hover,
.hotel-detail-page .unit-offer-book-now-link:focus {
  background: var(--hotel-action-color-hover);
  color: #fff;
  text-decoration: none;
}

.hotel-detail-page .unit-offer-book-now-link:active {
  transform: translateY(1px);
}

.hotel-detail-page .hotel-booking-strip {
  background: transparent;
  height: var(--hotel-booking-height);
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 100px;
  transition: top 280ms ease, width 280ms ease;
  z-index: 1100;
}

.hotel-detail-page.is-scrolled .hotel-booking-strip {
  top: 100px;
}

.hotel-detail-page .hotel-booking-strip-inner {
  margin: 0 auto;
  max-width: 1588px;
  width: min(1588px, calc(100% - 332px));
}

.hotel-detail-page .hotel-booking-strip-form {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: minmax(170px, 1fr) minmax(170px, 1fr) minmax(170px, 1fr) 160px;
  height: 44px;
  margin: 0;
  overflow: hidden;
  padding: 0 10px 0 0;
  transition: background-color 280ms ease, box-shadow 280ms ease, color 280ms ease;
}

.hotel-detail-page.is-scrolled .hotel-booking-strip-form {
  background: #fff;
  color: #111;
}

.hotel-detail-page.is-scrolled .hotel-booking-field,
.hotel-detail-page.is-scrolled .hotel-booking-field i,
.hotel-detail-page.is-scrolled .hotel-booking-value,
.hotel-detail-page.is-scrolled .hotel-booking-strip input,
.hotel-detail-page.is-scrolled .hotel-booking-strip input::placeholder {
  color: #111 !important;
}

.hotel-detail-page.is-scrolled .hotel-booking-strip-form {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.hotel-detail-page .hotel-booking-field {
  align-items: center;
  background: transparent;
  border: 0;
  border-left: 1.5px solid var(--hotel-action-color);
  border-radius: 0;
  color: #fff;
  display: flex;
  gap: 8px;
  height: 28px;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
}

.hotel-detail-page .hotel-booking-field:first-child {
  border-left: 0;
  padding-left: 28px;
}

.hotel-detail-page .hotel-booking-field i {
  color: #fff;
  flex: 0 0 auto;
  font-size: 13px;
  opacity: 0.95;
}

.hotel-detail-page .hotel-booking-strip input {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  display: flex;
  flex: 1 1 auto;
  font-size: 11px;
  font-weight: 400;
  height: 100%;
  line-height: 1.25;
  min-width: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}

.hotel-detail-page .hotel-booking-value {
  color: #fff;
  flex: 1 1 auto;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.25;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel-detail-page .hotel-booking-value.is-placeholder,
.hotel-detail-page .hotel-booking-strip input::placeholder {
  color: #fff;
  opacity: 1;
}

.hotel-detail-page .hotel-booking-date input[type="date"] {
  cursor: pointer;
  inset: 0;
  opacity: 0;
  position: absolute;
}

.hotel-detail-page .hotel-booking-date input[type="text"] {
  cursor: pointer;
  inset: 0;
  opacity: 0;
  position: absolute;
}

.hotel-detail-page .hotel-booking-promo input {
  position: static;
}

.hotel-detail-page .hotel-booking-submit {
  align-self: center;
  background: var(--hotel-action-color) !important;
  border: 0;
  border-radius: 999px;
  color: var(--hotel-action-text-color) !important;
  font-size: 11px;
  font-weight: 700;
  height: 28px;
  justify-self: end;
  min-width: 0;
  padding: 0 18px;
  transition: background-color 160ms ease, transform 160ms ease;
  width: 160px;
  isolation: isolate;
  position: relative;
  z-index: 1;
}

.hotel-detail-page .hotel-booking-submit:hover,
.hotel-detail-page .hotel-booking-submit:focus {
  background: var(--hotel-action-color-hover) !important;
  color: var(--hotel-action-text-color) !important;
}

.hotel-detail-page .hotel-booking-submit:active {
  transform: translateY(1px);
}

.hotel-detail-page .titleDesc_all,
.hotel-detail-page .titleDesc_all a,
.hotel-detail-page .titleDesc_all.three,
.hotel-detail-page .text01-In-Bars-room-desc {
  color: #111 !important;
}

.hotel-detail-page .sections.pages-room-suites .titleDesc_all.room-suites,
.hotel-detail-page .sections.sPecial_oFfers .titleDesc_all.room-suites {
  color: #111 !important;
}

.hotel-detail-page.hotel-detail-brand-meru .sections.pages-room-suites .titleDesc_all.room-suites,
.hotel-detail-page.hotel-detail-brand-meru .sections.sPecial_oFfers .titleDesc_all.room-suites,
.hotel-detail-page.hotel-detail-brand-truntum .sections.pages-room-suites .titleDesc_all.room-suites,
.hotel-detail-page.hotel-detail-brand-truntum .sections.sPecial_oFfers .titleDesc_all.room-suites,
.hotel-detail-page.hotel-detail-brand-khas .sections.pages-room-suites .titleDesc_all.room-suites,
.hotel-detail-page.hotel-detail-brand-khas .sections.sPecial_oFfers .titleDesc_all.room-suites {
  color: #111 !important;
}

.hotel-detail-page .unit-legacy-slider {
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  width: 100%;
}

.hotel-detail-page .unit-legacy-slider__track {
  display: flex;
  transition: transform 650ms ease;
  width: 100%;
  will-change: transform;
}

.hotel-detail-page .unit-legacy-slider.is-touching .unit-legacy-slider__track {
  cursor: grabbing;
}

.hotel-detail-page .unit-legacy-slider__track > .item {
  display: block !important;
  flex: 0 0 100%;
  max-width: 100%;
  opacity: 1 !important;
  position: relative !important;
  width: 100%;
}

.hotel-detail-page .unit-legacy-slider__dots {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 48px;
  position: static;
}

.hotel-detail-page .unit-legacy-slider__dots button {
  background: rgba(255, 255, 255, 0.55);
  border: 0;
  border-radius: 50%;
  height: 15px;
  padding: 0;
  transition: background-color 180ms ease;
  width: 15px;
}

.hotel-detail-page .unit-legacy-slider__dots button.active {
  background: #fff;
  width: 15px;
}

.hotel-detail-page .unit-fe-card-slider .items {
  aspect-ratio: 16 / 9;
  display: block !important;
  height: min(58vh, 575px);
  margin: 0;
  min-height: 420px;
  opacity: 1 !important;
  overflow: hidden;
  position: relative !important;
}

.hotel-detail-page .unit-fe-card-slider {
  --legacy-slide-edge: 350px;
  --legacy-slide-gap: 20px;
  --legacy-slide-step: calc(var(--legacy-slide-width) + var(--legacy-slide-gap));
  --legacy-slide-width: min(760px, calc(100% - (var(--legacy-slide-edge) * 2)));
  overflow: hidden;
}

.hotel-detail-page .unit-fe-card-slider .unit-legacy-slider__track {
  display: flex !important;
  gap: var(--legacy-slide-gap);
  padding-left: var(--legacy-slide-edge) !important;
  padding-right: var(--legacy-slide-edge) !important;
}

.hotel-detail-page .unit-fe-card-slider .unit-legacy-slider__track > .item {
  display: none !important;
  margin-left: auto;
  margin-right: auto;
  max-width: min(760px, calc(100% - 120px));
  min-width: 0;
  width: min(760px, calc(100% - 120px));
}

.hotel-detail-page .unit-fe-card-slider .unit-legacy-slider__track > .item.is-active-slide {
  display: block !important;
}

.hotel-detail-page .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide {
  display: block !important;
  flex: 0 0 var(--legacy-slide-width);
  height: min(58vh, 575px);
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  min-height: 420px;
  opacity: 1 !important;
  position: relative !important;
  width: var(--legacy-slide-width);
}

.hotel-detail-page .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide.is-active-slide {
  display: block !important;
}

.hotel-detail-page .unit-fe-card-link {
  background-image: none !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex !important;
  flex-direction: column;
  height: 100% !important;
  min-height: 420px;
  overflow: visible;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.hotel-detail-page .unit-fe-card-image {
  display: block !important;
  height: calc(100% - 44px) !important;
  min-height: 0;
  object-fit: cover !important;
  position: static;
  border-radius: 1em;
  width: 100% !important;
}

.hotel-detail-page .unit-fe-card-label {
  border-radius: 0 0 1em 1em;
  min-height: 44px;
  padding: 10px 8px 6px;
  position: static;
  text-align: center;
}

.hotel-detail-page .unit-fe-card-label span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  position: static;
  text-decoration: none;
  text-shadow: none;
}

.hotel-detail-page .unit-fe-card-slider .items a {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: block;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hotel-detail-page .unit-fe-card-slider .items img {
  display: block;
  height: 100%;
  inset: 0;
  min-height: 420px;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.hotel-detail-page .unit-fe-card-slider .items .inner {
  bottom: 0;
  left: 0;
  min-height: 34%;
  position: absolute;
  right: 0;
  z-index: 3;
}

.hotel-detail-page .unit-fe-card-slider .items .inner span {
  bottom: 44px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  left: 40px;
  line-height: 1.2;
  position: absolute;
  right: 40px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

@media (max-width: 700px) {
  .hotel-detail-page .unit-legacy-slider__dots {
    margin-top: 36px;
  }

  .hotel-detail-page .unit-fe-card-slider {
    --legacy-slide-edge: 60px;
    --legacy-slide-gap: 10px;
  }

  .hotel-detail-page .unit-fe-card-slider .unit-legacy-slider__track > .item,
  .hotel-detail-page .unit-fe-card-slider .unit-legacy-slider__track > .item.is-active-slide,
  .hotel-detail-page .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide,
  .hotel-detail-page .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide.is-active-slide {
    max-width: calc(100% - 32px);
    width: calc(100% - 32px);
  }
}

@media (min-width: 1800px) {
  .hotel-detail-page .unit-fe-card-slider {
    --legacy-slide-edge: 400px;
  }
}

@media (max-width: 1199px) {
  .hotel-detail-page .unit-fe-card-slider {
    --legacy-slide-edge: 200px;
  }
}

@media (max-width: 999px) {
  .hotel-detail-page .unit-fe-card-slider {
    --legacy-slide-edge: 100px;
    --legacy-slide-gap: 10px;
  }
}

.hotel-detail-page .unit-fe-feature-slider {
  margin: 0 auto;
  max-width: 1180px;
}

.datepicker {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  font-family: inter, Arial, sans-serif;
  margin-top: 10px;
  padding: 10px;
  z-index: 2000 !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background: var(--hotel-action-color, #F6A029) !important;
  border-color: var(--hotel-action-color, #F6A029) !important;
  color: #fff !important;
}

.datepicker table tr td.today {
  background: rgba(246, 160, 41, 0.14) !important;
  border-color: transparent !important;
}

.hotel-detail-page .pages-sliders {
  height: 100vh;
  margin-top: 0;
  min-height: 640px;
  overflow: hidden;
  padding-top: 0 !important;
  position: relative;
}

.hotel-detail-page .pages-sliders::after {
  background: rgba(0, 0, 0, 0.22);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hotel-detail-page .pages-sliders .container-100,
.hotel-detail-page .pages-sliders .carousel,
.hotel-detail-page .pages-sliders .carousel-inner {
  height: 100% !important;
}

.hotel-detail-page .pages-sliders .carousel-inner {
  position: relative;
}

.hotel-detail-page .pages-sliders .item {
  background-position: center !important;
  background-size: cover !important;
  display: block !important;
  height: 100% !important;
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 900ms ease-in-out;
  width: 100%;
  z-index: 0;
}

.hotel-detail-page .pages-sliders .item.active {
  opacity: 1;
  z-index: 1;
}

.hotel-detail-page .pages-sliders img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hotel-detail-page .hotel-hero-indicators {
  align-items: center;
  bottom: 42px;
  display: flex;
  gap: 6px;
  justify-content: center;
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  z-index: 3;
}

.hotel-detail-page .hotel-hero-indicators button {
  background: rgba(255, 255, 255, 0.55);
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  height: 15px;
  padding: 0;
  transition: background-color 160ms ease;
  width: 15px;
}

.hotel-detail-page .hotel-hero-indicators button.is-active {
  background: #fff;
  width: 15px;
}

.hotel-detail-page .unit-fe-card-slider .unit-legacy-slider__dots {
  display: flex !important;
  margin-top: 28px !important;
  position: relative !important;
  z-index: 5 !important;
}

.hotel-detail-page .unit-fe-card-slider .unit-legacy-slider__dots button {
  background: #b8b8b8 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.hotel-detail-page .unit-fe-card-slider .unit-legacy-slider__dots button.active {
  background: #fff !important;
  border: 1px solid rgba(17, 17, 17, 0.28) !important;
}

.hotel-detail-page .hotel-detail-footer {
  background: #fff !important;
  color: #363636;
  padding: 78px 20px 56px;
}

.hotel-detail-page .hotel-detail-footer-managed {
  font-size: 8px;
  margin-bottom: 8px;
}

.hotel-detail-page .hotel-detail-footer-logo {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 220px;
  width: 220px;
}

.hotel-detail-page .hotel-detail-footer-socials {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 24px 0 22px;
}

.hotel-detail-page .hotel-detail-footer-social-icon {
  align-items: center;
  border: 1px solid var(--hotel-action-color);
  border-radius: 999px;
  color: var(--hotel-action-color);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.hotel-detail-page .hotel-detail-footer-address {
  font-size: 10px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 920px;
}

.hotel-detail-page .hotel-detail-footer-address strong,
.hotel-detail-page .hotel-detail-footer-contact-line strong {
  padding-right: 4px;
}

.hotel-detail-page .hotel-detail-footer-contact-line {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 14px;
  justify-content: center;
}

.hotel-detail-page .hotel-detail-footer-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  margin-top: 28px;
}

.hotel-detail-page .hotel-detail-footer-menu a {
  border-right: 1px solid currentColor;
  color: var(--hotel-action-color);
  font-size: 10px;
  letter-spacing: 0.8px;
  line-height: 1;
  padding: 0 16px;
  text-transform: uppercase;
}

.hotel-detail-page .hotel-detail-footer-menu a:last-child {
  border-right: 0;
}

.hotel-detail-page .hotel-detail-footer-rule {
  border-color: #dedede;
  margin: 24px 0 18px;
}

.hotel-detail-page .hotel-detail-footer-copyright {
  color: #363636;
  font-size: 12px;
  line-height: 1.5;
}

.hotel-detail-page .hotel-detail-whatsapp {
  align-items: center;
  background: var(--hotel-action-color);
  border-radius: 999px 0 0 999px;
  bottom: 36px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.45);
  color: #fff !important;
  display: flex;
  gap: 8px;
  min-width: 0;
  padding: 10px 14px 10px 16px;
  position: fixed;
  right: 0;
  text-decoration: none;
  z-index: 1001;
}

.hotel-detail-page .hotel-detail-whatsapp-icon {
  align-items: center;
  border: 2px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 15px;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.hotel-detail-page .hotel-detail-whatsapp-title,
.hotel-detail-page .hotel-detail-whatsapp-subtitle {
  display: block;
  font-size: 9px;
  line-height: 1.2;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .hotel-detail-page {
    --hotel-nav-height: 96px;
    --hotel-booking-height: 104px;
    --hotel-nav-scrolled-height: 78px;
    --hotel-booking-scrolled-gap: 18px;
  }

  .hotel-detail-page .hotel-detail-navbar .navbar.navbar-default {
    min-height: 64px;
    padding: 0;
  }

  .hotel-detail-page .hotel-detail-navbar {
    min-height: 92px;
  }

  .hotel-detail-page .hotel-detail-navbar-shell {
    gap: 6px 12px;
    grid-template-columns: 150px 1fr;
    min-height: 92px;
  }

  .hotel-detail-page .hotel-detail-navbar-logo {
    height: 58px;
  }

  .hotel-detail-page .hotel-detail-navbar-logo img {
    max-height: 50px;
    width: 136px !important;
  }

  .hotel-detail-page .hotel-detail-navbar-menu {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .hotel-detail-page .hotel-detail-navbar-menu a {
    font-size: 9px;
    padding: 0 9px;
  }

  .hotel-detail-page .hotel-detail-navbar .navbar-toggle {
    border-color: rgba(48, 48, 48, 0.35);
    margin-top: 14px;
  }

  .hotel-detail-page .hotel-detail-navbar .navbar-toggle .icon-bar {
    background: #303030;
  }

  .hotel-detail-page .hotel-detail-navbar .navbar-collapse {
    background: #fff;
    border: 0;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.12);
    margin-top: 0;
  }

  .hotel-detail-page .hotel-detail-navbar .navbar-nav {
    margin: 0;
    width: 100%;
  }

  .hotel-detail-page .hotel-detail-navbar .navbar-nav > li > a {
    color: #303030 !important;
    padding: 12px 15px;
  }

  .hotel-detail-page .hotel-detail-language {
    justify-content: flex-end;
    min-height: 0;
    padding: 10px 0;
  }

  .hotel-detail-page .hotel-detail-navbar .navbar-right {
    position: static;
  }

  .hotel-detail-page .hotel-booking-strip-inner {
    width: calc(100% - 24px);
  }

  .hotel-detail-page .hotel-booking-strip-form {
    grid-template-columns: minmax(116px, 1fr) minmax(116px, 1fr) minmax(116px, 1fr) 130px;
    height: 40px;
    padding-right: 8px;
  }

  .hotel-detail-page .hotel-booking-field {
    gap: 6px;
    height: 26px;
    padding: 0 12px;
  }

  .hotel-detail-page .hotel-booking-field:first-child {
    padding-left: 18px;
  }

  .hotel-detail-page .hotel-booking-submit {
    height: 26px;
    padding: 0 12px;
    width: 108px;
  }
}

@media (max-width: 700px) {
  .hotel-detail-page {
    --hotel-nav-height: 72px;
    --hotel-booking-height: 148px;
    --hotel-nav-scrolled-height: 64px;
    --hotel-booking-scrolled-gap: 12px;
  }

  .hotel-detail-page .hotel-detail-navbar {
    min-height: 64px;
  }

  .hotel-detail-page .hotel-detail-navbar .navbar-brand.img-logo img {
    max-height: 44px;
    max-width: none;
    width: 136px !important;
  }

  .hotel-detail-page .hotel-detail-navbar-shell {
    align-items: center;
    grid-template-columns: minmax(132px, 1fr) 44px;
    min-height: 64px;
    padding: 0 10px;
  }

  .hotel-detail-page .hotel-detail-navbar-logo {
    height: 64px;
  }

  .hotel-detail-page .hotel-detail-navbar-logo img {
    max-height: 48px;
    width: 132px !important;
  }

  .hotel-detail-page .hotel-detail-navbar-toggle {
    display: flex;
  }

  .hotel-detail-page .hotel-detail-navbar-menu {
    background: #fff;
    border-top: 1px solid rgba(48, 48, 48, 0.08);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.1);
    display: none !important;
    grid-column: 1 / -1;
    gap: 4px;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 8px 10px 10px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .hotel-detail-page .hotel-detail-navbar.is-menu-open .hotel-detail-navbar-menu {
    display: flex !important;
  }

  .hotel-detail-page .hotel-detail-navbar-menu a {
    flex: 0 0 auto;
    font-size: 10px;
    line-height: 1.2;
    padding: 10px 12px;
    text-align: center;
  }

  .hotel-detail-page .hotel-detail-language {
    background: #fff;
    display: none !important;
    grid-column: 1 / -1;
    justify-content: center;
    min-height: 0;
    padding: 4px 0 12px;
  }

  .hotel-detail-page .hotel-detail-navbar.is-menu-open .hotel-detail-language {
    display: flex !important;
  }

  .hotel-detail-page .hotel-booking-strip-inner {
    width: calc(100% - 12px);
  }

  .hotel-detail-page .hotel-booking-strip-form {
    border-radius: 13px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
    color: #fff;
    grid-template-columns: minmax(48px, 0.86fr) minmax(48px, 0.86fr) minmax(48px, 0.9fr) 58px;
    height: 30px;
    padding: 0 4px 0 0;
  }

  .hotel-detail-page.is-scrolled .hotel-booking-strip-form {
    background: rgba(255, 255, 255, 0.92);
    color: #111;
  }

  .hotel-detail-page .hotel-booking-field,
  .hotel-detail-page .hotel-booking-submit {
    height: 20px;
  }

  .hotel-detail-page .hotel-booking-value,
  .hotel-detail-page .hotel-booking-strip input,
  .hotel-detail-page .hotel-booking-submit {
    font-size: 8px;
  }

  .hotel-detail-page:not(.is-scrolled) .hotel-booking-value,
  .hotel-detail-page:not(.is-scrolled) .hotel-booking-strip input,
  .hotel-detail-page:not(.is-scrolled) .hotel-booking-strip input::placeholder,
  .hotel-detail-page:not(.is-scrolled) .hotel-booking-field i {
    color: #fff !important;
  }

  .hotel-detail-page .hotel-booking-field {
    gap: 3px;
    padding: 0 4px;
  }

  .hotel-detail-page .hotel-booking-field:first-child {
    padding-left: 8px;
  }

  .hotel-detail-page .hotel-booking-field i {
    font-size: 9px;
  }

  .hotel-detail-page .hotel-booking-submit {
    padding: 0 4px;
    width: 50px;
  }

  .hotel-detail-page .hotel-detail-footer {
    padding: 54px 16px 46px;
  }

  .hotel-detail-page .hotel-detail-footer-contact-line,
  .hotel-detail-page .hotel-detail-footer-menu {
    gap: 10px;
  }

  .hotel-detail-page .hotel-detail-footer-menu a {
    border-right: 0;
    padding: 0 8px;
  }

  .hotel-detail-page .hotel-detail-whatsapp {
    bottom: 22px;
    min-width: 0;
    padding: 8px 11px 8px 13px;
  }

  .hotel-detail-page .hotel-detail-whatsapp-icon {
    font-size: 14px;
    height: 24px;
    width: 24px;
  }

  .hotel-detail-page .hotel-detail-whatsapp-title,
  .hotel-detail-page .hotel-detail-whatsapp-subtitle {
    font-size: 8px;
  }
}

.hotel-detail-page .hotel-hero-indicators {
  bottom: 42px;
  gap: 6px;
}

.hotel-detail-page .hotel-hero-indicators button {
  background: rgba(255, 255, 255, 0.55);
  border: 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.hotel-detail-page .hotel-hero-indicators button.is-active {
  background: #fff;
  width: 15px;
}

@media (max-width: 700px) {
  .hotel-detail-page .hotel-hero-indicators {
    bottom: 32px;
  }
}

/* Final QA override: HIG/Owl-style dots, forced after all legacy rules. */
.hotel-detail-page .hotel-hero-indicators,
.hotel-detail-page .unit-legacy-slider__dots {
  gap: 6px !important;
}

.hotel-detail-page .hotel-hero-indicators {
  bottom: 56px !important;
}

.hotel-detail-page .unit-legacy-slider__dots {
  margin-top: 24px !important;
  padding-bottom: 0 !important;
}

.hotel-detail-page .hotel-hero-indicators button,
.hotel-detail-page .unit-legacy-slider__dots button {
  background: rgba(255, 255, 255, 0.55) !important;
  border: 0 !important;
  border-radius: 50% !important;
  height: 15px !important;
  min-height: 15px !important;
  min-width: 15px !important;
  width: 15px !important;
}

.hotel-detail-page .hotel-hero-indicators button.is-active,
.hotel-detail-page .unit-legacy-slider__dots button.active {
  background: #fff !important;
  width: 15px !important;
}

/* FE hotel home cards: keep accommodation and special offers visible inside the custom slider. */
.hotel-detail-page .unit-fe-card-slider {
  height: auto !important;
  min-height: min(58vh, 575px) !important;
  overflow: visible !important;
}

.hotel-detail-page .unit-fe-card-slider .unit-legacy-slider__track {
  display: block !important;
  height: min(58vh, 575px) !important;
  min-height: 420px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative !important;
  width: 100% !important;
}

.hotel-detail-page .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide {
  display: block !important;
  height: 100% !important;
  inset: 0 !important;
  margin: 0 auto !important;
  max-width: min(760px, calc(100% - 120px)) !important;
  min-height: 420px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  transform: none !important;
  transition: opacity 450ms ease !important;
  visibility: hidden !important;
  width: min(760px, calc(100% - 120px)) !important;
}

.hotel-detail-page .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide.is-active-slide {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
  z-index: 2 !important;
}

.hotel-detail-page .unit-fe-card-slider .unit-fe-card-link {
  display: block !important;
  height: 100% !important;
  min-height: 420px !important;
  overflow: visible !important;
}

.hotel-detail-page .unit-fe-card-slider .unit-fe-card-image {
  border-radius: 1em !important;
  display: block !important;
  height: calc(100% - 44px) !important;
  min-height: 376px !important;
  object-fit: cover !important;
  opacity: 1 !important;
  position: static !important;
  visibility: visible !important;
  width: 100% !important;
}

.hotel-detail-page .unit-fe-card-slider .unit-fe-card-label {
  display: block !important;
  min-height: 44px !important;
  padding-top: 10px !important;
  position: static !important;
  text-align: center !important;
  visibility: visible !important;
}

.hotel-detail-page .unit-fe-card-slider .unit-fe-card-label span {
  color: #fff !important;
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  position: static !important;
  text-decoration: none !important;
  visibility: visible !important;
}

@media (max-width: 700px) {
  .hotel-detail-page .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide {
    max-width: calc(100% - 48px) !important;
    width: calc(100% - 48px) !important;
  }
}

/* Live-style Owl staging for accommodation and special offers: center card with side cards visible. */
.hotel-detail-page.hotel-detail-multi .unit-fe-card-slider {
  --legacy-slide-gap: 20px !important;
  --legacy-slide-peek: 250px !important;
  --legacy-slide-width: min(760px, calc(100vw - (var(--legacy-slide-peek) * 2))) !important;
  min-height: min(58vh, 575px) !important;
  overflow: hidden !important;
}

.hotel-detail-page.hotel-detail-multi .unit-fe-card-slider .unit-legacy-slider__track {
  display: flex !important;
  gap: var(--legacy-slide-gap) !important;
  height: min(58vh, 575px) !important;
  justify-content: center !important;
  min-height: 420px !important;
  padding: 0 !important;
  position: relative !important;
  transition: transform 650ms ease !important;
  width: 100% !important;
}

.hotel-detail-page.hotel-detail-multi .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide {
  display: block !important;
  flex: 0 0 var(--legacy-slide-width) !important;
  height: 100% !important;
  inset: auto !important;
  margin: 0 !important;
  max-width: var(--legacy-slide-width) !important;
  min-height: 420px !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: relative !important;
  transform: none !important;
  visibility: visible !important;
  width: var(--legacy-slide-width) !important;
}

.hotel-detail-page.hotel-detail-brand-meru .sections.pages-room-suites .unit-fe-card-slider .unit-fe-card-label span,
.hotel-detail-page.hotel-detail-brand-truntum .sections.pages-room-suites .unit-fe-card-slider .unit-fe-card-label span,
.hotel-detail-page.hotel-detail-brand-khas .sections.pages-room-suites .unit-fe-card-slider .unit-fe-card-label span {
  color: var(--hotel-action-color) !important;
}

.hotel-detail-page .Sections.pages__center-content .titleDesc_all,
.hotel-detail-page .Sections.pages__center-content .titleDesc_all a,
.hotel-detail-page .Sections.pages__center-content .titleDesc_all.three,
.hotel-detail-page .sections.pages-room-suites .titleDesc_all.room-suites,
.hotel-detail-page .sections.sPecial_oFfers .titleDesc_all.room-suites,
.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-fe-card-label span,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-fe-card-label span {
  color: #111 !important;
}

.hotel-detail-page .unit-readmore-content .thead-content-title,
.hotel-detail-page .unit-readmore-content .thead-content-title.t-full,
.hotel-detail-page .unit-readmore-content .thead-content-title.full,
.hotel-detail-page .unit-readmore-content .asideText1,
.hotel-detail-page .unit-readmore-content .asideText2,
.hotel-detail-page .unit-readmore-content .titleDesc_all,
.hotel-detail-page .unit-readmore-content .titleDesc_all a,
.hotel-detail-page .unit-readmore-content .text01-In-Bars-room-desc,
.hotel-detail-page .unit-readmore-content .text-full-content-desc,
.hotel-detail-page .unit-readmore-content .text-full-content-desc2,
.hotel-detail-page .unit-readmore-content .t-head-title-info-rooms,
.hotel-detail-page .unit-readmore-content .title-ThreeDetailsContent,
.hotel-detail-page .unit-readmore-content .Text-Icons-InRoomContentsDetails,
.hotel-detail-page .unit-readmore-content .desc-InRoomContentsDetails,
.hotel-detail-page .unit-readmore-content .desc-InRoomContentsDetails p,
.hotel-detail-page .unit-readmore-content .rooms-info-boxText,
.hotel-detail-page .unit-readmore-content .pageContentInRoomDetails .Text01,
.hotel-detail-page .unit-readmore-content .pageContentInRoomDetails .Text02,
.hotel-detail-page .unit-readmore-other .titleDesc_all,
.hotel-detail-page .unit-readmore-other .titleDesc_all a,
.hotel-detail-page .unit-readmore-other .text-contentRoom01,
.hotel-detail-page .unit-readmore-other .nameTextRoomContent01,
.hotel-detail-page .unit-readmore-other .linkReadmoreContent01,
.hotel-detail-page .unit-readmore-virtual360 .titleDesc_all {
  color: #111 !important;
}

.hotel-detail-page .unit-readmore-content .asideLine {
  background: transparent !important;
  border: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  color: #111 !important;
  display: inline-flex !important;
  float: none !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  font-weight: 700;
  height: auto !important;
  line-height: 1.35;
  margin: 0 14px !important;
  width: auto !important;
}

.hotel-detail-page .unit-readmore-content .thead-content-title > .asideText1,
.hotel-detail-page .unit-readmore-content .thead-content-title > .asideText2,
.hotel-detail-page .unit-readmore-content .thead-content-title > .asideLine {
  color: #111 !important;
}

.hotel-detail-page .unit-readmore-content .thead-content-title > .asideText1,
.hotel-detail-page .unit-readmore-content .thead-content-title > .asideText2,
.hotel-detail-page .unit-readmore-other .titleDesc_all,
.hotel-detail-page .unit-readmore-virtual360 .titleDesc_all {
  letter-spacing: 0 !important;
}

.hotel-detail-page .unit-readmore-content .asideLine::before,
.hotel-detail-page .unit-readmore-content .asideLine::after {
  content: none !important;
  display: none !important;
}

.hotel-detail-page .Sections.pages__center-content .titleDesc_all,
.hotel-detail-page .Sections.pages__center-content .titleDesc_all.three,
.hotel-detail-page .sections.pages-room-suites .titleDesc_all.room-suites,
.hotel-detail-page .sections.sPecial_oFfers .titleDesc_all.room-suites,
.hotel-detail-page .unit-readmore-content .asideText1,
.hotel-detail-page .unit-readmore-content .t-head-title-info-rooms,
.hotel-detail-page .unit-readmore-content .title-ThreeDetailsContent,
.hotel-detail-page .unit-readmore-other .titleDesc_all,
.hotel-detail-page .unit-readmore-virtual360 .titleDesc_all {
  color: #111 !important;
}

.hotel-detail-page .Sections.pages__center-content .Desc_aboutUs_page,
.hotel-detail-page .Sections.pages__center-content .text01-In-Bars-room-desc,
.hotel-detail-page .Sections.pages__center-content .titleDesc_all.Fours,
.hotel-detail-page .Sections.pages__center-content .titleDesc_all.Fours a,
.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-fe-card-label span,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-fe-card-label span,
.hotel-detail-page .unit-readmore-content .asideText2,
.hotel-detail-page .unit-readmore-content .text-full-content-desc,
.hotel-detail-page .unit-readmore-content .text-full-content-desc2,
.hotel-detail-page .unit-readmore-content .Text-Icons-InRoomContentsDetails,
.hotel-detail-page .unit-readmore-content .desc-InRoomContentsDetails,
.hotel-detail-page .unit-readmore-content .desc-InRoomContentsDetails p,
.hotel-detail-page .unit-readmore-content .rooms-info-boxText,
.hotel-detail-page .unit-readmore-content .pageContentInRoomDetails .Text01,
.hotel-detail-page .unit-readmore-content .pageContentInRoomDetails .Text02,
.hotel-detail-page .unit-readmore-other .text-contentRoom01,
.hotel-detail-page .unit-readmore-other .nameTextRoomContent01,
.hotel-detail-page .unit-readmore-other .linkReadmoreContent01 {
  color: #777 !important;
}

.hotel-detail-page .Sections.pages__center-content .titleDesc_all.Fours a,
.hotel-detail-page .unit-readmore-other .linkReadmoreContent01 {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.hotel-detail-page .hotel-detail-whatsapp {
  background: #25d366 !important;
}

.hotel-detail-page .hotel-detail-whatsapp:hover,
.hotel-detail-page .hotel-detail-whatsapp:focus {
  background: #20bd5a !important;
}

.hotel-detail-page .Sections.pages__center-content > .pages-dining.full > .titleDesc_all,
.hotel-detail-page .sections.pages-room-suites .titleDesc_all.room-suites,
.hotel-detail-page .sections.sPecial_oFfers .titleDesc_all.room-suites {
  color: #111 !important;
}

.hotel-detail-page.hotel-detail-multi .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide.is-active-slide {
  flex-basis: var(--legacy-slide-width) !important;
  max-width: var(--legacy-slide-width) !important;
  width: var(--legacy-slide-width) !important;
}

.hotel-detail-page.hotel-detail-multi .unit-fe-card-slider .unit-fe-card-link {
  display: block !important;
  height: 100% !important;
  min-height: 420px !important;
  overflow: visible !important;
}

.hotel-detail-page.hotel-detail-multi .unit-fe-card-slider .unit-fe-card-image {
  height: calc(100% - 44px) !important;
  min-height: 376px !important;
}

/* Keep hotel card dimensions stable while showing more of each CMS image. */
.hotel-detail-page .unit-fe-card-slider .unit-fe-card-image,
.hotel-detail-page.hotel-detail-multi .unit-fe-card-slider .unit-fe-card-image {
  background: transparent !important;
  object-fit: cover !important;
  object-position: center 46% !important;
}

@media (min-width: 1400px) {
  .hotel-detail-page.hotel-detail-multi .unit-fe-card-slider {
    --legacy-slide-peek: 300px !important;
  }
}

@media (min-width: 1800px) {
  .hotel-detail-page.hotel-detail-multi .unit-fe-card-slider {
    --legacy-slide-peek: 360px !important;
  }
}

@media (max-width: 999px) {
  .hotel-detail-page.hotel-detail-multi .unit-fe-card-slider {
    --legacy-slide-peek: 100px !important;
  }
}

@media (max-width: 599px) {
  .hotel-detail-page.hotel-detail-multi .unit-fe-card-slider {
    --legacy-slide-gap: 14px !important;
    --legacy-slide-peek: 32px !important;
  }
}

/* Match Dining/Wedding/MICE/Experiences visual image height to accommodation and offers cards. */
.hotel-detail-page.hotel-detail-multi .unit-fe-feature-slider .unit-legacy-slider__track,
.hotel-detail-page.hotel-detail-multi .unit-fe-feature-slider .unit-legacy-slider__track > .dining-inroom {
  min-height: min(58vh, 575px) !important;
}

.hotel-detail-page.hotel-detail-multi .unit-fe-feature-slider .dining-inroom {
  align-items: stretch !important;
}

.hotel-detail-page.hotel-detail-multi .unit-fe-feature-slider .dining-inroom .w50.slider,
.hotel-detail-page.hotel-detail-multi .unit-fe-feature-slider .dining-inroom .img-slider {
  min-height: min(58vh, 575px) !important;
}

.hotel-detail-page.hotel-detail-multi .unit-fe-feature-slider .dining-inroom .img-slider img {
  border-radius: 1em !important;
  display: block !important;
  height: min(58vh, 575px) !important;
  min-height: 420px !important;
  object-fit: cover !important;
  width: 100% !important;
}

@media (max-width: 700px) {
  .hotel-detail-page.hotel-detail-multi .unit-fe-feature-slider .dining-inroom .w50.slider,
  .hotel-detail-page.hotel-detail-multi .unit-fe-feature-slider .dining-inroom .img-slider {
    min-height: 320px !important;
  }

  .hotel-detail-page.hotel-detail-multi .unit-fe-feature-slider .dining-inroom .img-slider img {
    height: 320px !important;
    min-height: 320px !important;
  }
}

@media (max-width: 700px) {
  .hotel-detail-page .hotel-hero-indicators {
    bottom: 44px !important;
  }

  .hotel-detail-page .unit-legacy-slider__dots {
    margin-top: 44px !important;
  }
}

/* Desktop & mobile: plain white background for accommodation and offers sections */
.hotel-detail-page .sections.pages-room-suites,
.hotel-detail-page .sections.sPecial_oFfers {
  background: #fff !important;
}

.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers {
  background: #fff !important;
  overflow: hidden !important;
  position: relative;
}

.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites .pages-full-room-suites,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers .pages-full-room-suites {
  background: transparent !important;
  background-image: none !important;
  position: relative;
  z-index: 1;
}

.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites::before,
.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites::after,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers::before,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers::after {
  background-image: url("/hotels-and-resorts/images/staging-hotel-resort/lining-kawung-orange-BSqJxuhx.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  filter: grayscale(1) brightness(0.25);
  height: 420px;
  opacity: 0.18;
  pointer-events: none;
  position: absolute;
  top: 84px;
  width: 420px;
  z-index: 0;
}

.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites::before,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers::before {
  left: -190px;
}

.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites::after,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers::after {
  right: -190px;
  transform: scaleX(-1);
}

.hotel-detail-page.hotel-detail-brand-other .titleDesc_all,
.hotel-detail-page.hotel-detail-brand-other .titleDesc_all a,
.hotel-detail-page.hotel-detail-brand-other .titleDesc_all.three,
.hotel-detail-page.hotel-detail-brand-other .text01-In-Bars-room-desc,
.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites .titleDesc_all.room-suites,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers .titleDesc_all.room-suites,
.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites .unit-fe-card-label span,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers .unit-fe-card-label span {
  color: #111 !important;
}

.hotel-detail-page.hotel-detail-brand-other .titleDesc_all,
.hotel-detail-page.hotel-detail-brand-other .titleDesc_all.three,
.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites .titleDesc_all.room-suites,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers .titleDesc_all.room-suites {
  color: #111 !important;
}

.hotel-detail-page.hotel-detail-brand-other .text01-In-Bars-room-desc,
.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites .unit-fe-card-label span,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers .unit-fe-card-label span,
.hotel-detail-page.hotel-detail-brand-other .titleDesc_all.Fours,
.hotel-detail-page.hotel-detail-brand-other .titleDesc_all.Fours a {
  color: #777 !important;
}

.hotel-detail-page.hotel-detail-brand-other .titleDesc_all.Fours a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites .unit-fe-card-link,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers .unit-fe-card-link {
  border-radius: 1em;
  box-shadow: none;
}

.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites .unit-fe-card-image,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers .unit-fe-card-image {
  box-shadow: none !important;
}

.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites .unit-fe-card-label,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers .unit-fe-card-label {
  background: transparent !important;
  box-shadow: none !important;
}

.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__dots button,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__dots button {
  background: rgba(255, 255, 255, 0.86) !important;
  border: 1px solid rgba(17, 17, 17, 0.14) !important;
  box-shadow: none !important;
}

.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__dots button.active,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__dots button.active {
  background: #fff !important;
  border-color: rgba(17, 17, 17, 0.24) !important;
}

@media (max-width: 700px) {
  .hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites::before,
  .hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites::after,
  .hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers::before,
  .hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers::after {
    height: 280px;
    opacity: 0.16;
    top: 54px;
    width: 280px;
  }

  .hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites::before,
  .hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers::before {
    left: -140px;
  }

  .hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites::after,
  .hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers::after {
    right: -140px;
  }
}

.hotel-detail-page .hotel-find-us-section {
  padding-top: 42px !important;
}

.hotel-detail-page .hotel-find-us-section .titleDesc_all {
  margin-bottom: 28px !important;
}

/* Mobile hotel home: keep booking strip visible and normalize card/feature sizing. */
@media (max-width: 700px) {
  .hotel-detail-page {
    --hotel-booking-height: 54px !important;
    --hotel-nav-height: 74px !important;
  }

  .hotel-detail-page .hotel-booking-strip,
  .hotel-detail-page.is-scrolled .hotel-booking-strip {
    align-items: center !important;
    display: flex !important;
    height: var(--hotel-booking-height) !important;
    left: 0 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: fixed !important;
    right: 0 !important;
    top: calc(var(--hotel-nav-height) + 10px) !important;
    visibility: visible !important;
    z-index: 1190 !important;
  }

  .hotel-detail-page .hotel-booking-strip-inner {
    width: calc(100% - 24px) !important;
  }

  .hotel-detail-page .hotel-booking-strip-form {
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 13px !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22) !important;
    color: #fff !important;
    display: grid !important;
    gap: 0 !important;
    grid-template-columns: minmax(74px, 0.95fr) minmax(74px, 0.95fr) minmax(66px, 0.9fr) 74px !important;
    height: 42px !important;
    padding: 0 6px 0 0 !important;
  }

  .hotel-detail-page.is-scrolled .hotel-booking-strip-form {
    background: #fff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: 0 !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16) !important;
    color: #111 !important;
    /* Inherit grid/gap/padding from base .hotel-booking-strip-form */
  }

  .hotel-detail-page.is-scrolled .hotel-booking-field i,
  .hotel-detail-page.is-scrolled .hotel-booking-value,
  .hotel-detail-page.is-scrolled .hotel-booking-strip input,
  .hotel-detail-page.is-scrolled .hotel-booking-strip input::placeholder {
    color: #111 !important;
  }

  .hotel-detail-page .hotel-booking-field i,
  .hotel-detail-page .hotel-booking-value,
  .hotel-detail-page .hotel-booking-strip input,
  .hotel-detail-page .hotel-booking-strip input::placeholder {
    font-size: 10px !important;
  }

  .hotel-detail-page:not(.is-scrolled) .hotel-booking-field i {
    color: #fff !important;
  }

  .hotel-detail-page:not(.is-scrolled) .hotel-booking-value,
  .hotel-detail-page:not(.is-scrolled) .hotel-booking-strip input,
  .hotel-detail-page:not(.is-scrolled) .hotel-booking-strip input::placeholder {
    color: #fff !important;
  }

  .hotel-detail-page .hotel-booking-strip-form::before,
  .hotel-detail-page .hotel-booking-strip-form::after {
    display: none !important;
  }

  .hotel-detail-page .hotel-booking-field {
    border-left: 0 !important;
    height: 30px !important;
    min-width: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    gap: 5px !important;
    padding: 0 7px !important;
  }

  .hotel-detail-page .hotel-booking-field:first-child {
    border-left: 0 !important;
    padding-left: 9px !important;
  }

  .hotel-detail-page .hotel-booking-submit {
    height: 30px !important;
    min-width: 0 !important;
    padding: 0 6px !important;
    font-size: 10px !important;
    line-height: 30px !important;
    justify-self: end !important;
    text-align: center !important;
    width: 74px !important;
  }

  .hotel-detail-page .hotel-booking-promo,
  .hotel-detail-page .hotel-booking-submit {
    grid-column: auto !important;
  }

  .hotel-detail-page .hotel-booking-field i,
  .hotel-detail-page .hotel-booking-value,
  .hotel-detail-page .hotel-booking-strip input,
  .hotel-detail-page .hotel-booking-strip input::placeholder {
    color: #fff !important;
    font-size: 10px !important;
  }

  .hotel-detail-page .hotel-booking-field i {
    align-items: center !important;
    display: inline-flex !important;
    height: 30px !important;
    justify-content: center !important;
    line-height: 30px !important;
    width: 10px !important;
  }

  .hotel-detail-page .hotel-booking-value,
  .hotel-detail-page .hotel-booking-strip input {
    align-items: center !important;
    display: flex !important;
    height: 30px !important;
    line-height: 1.1 !important;
    transform: translateY(2px) !important;
  }

  .hotel-detail-page .hotel-booking-submit {
    background: var(--hotel-action-color) !important;
    color: var(--hotel-action-text-color) !important;
  }

  .hotel-detail-page .pages-sliders {
    margin-top: var(--hotel-booking-height) !important;
  }

  .hotel-detail-page .sections.pages-room-suites,
  .hotel-detail-page .sections.sPecial_oFfers {
    background: #fff !important;
    height: auto !important;
    min-height: 500px !important;
    overflow: visible !important;
    padding-bottom: 42px !important;
  }

  .hotel-detail-page .sections.pages-room-suites .pages-full-room-suites,
  .hotel-detail-page .sections.sPecial_oFfers .pages-full-room-suites {
    height: auto !important;
    min-height: 500px !important;
    overflow: visible !important;
    padding-bottom: 42px !important;
  }

  .hotel-detail-page .sections.pages-room-suites .titleDesc_all.room-suites,
  .hotel-detail-page .sections.sPecial_oFfers .titleDesc_all.room-suites {
    margin-bottom: 24px !important;
    padding-top: 34px !important;
  }

  .hotel-detail-page .unit-fe-card-slider {
    --legacy-slide-gap: 14px !important;
    --legacy-slide-peek: 18px !important;
    min-height: 414px !important;
    overflow: visible !important;
  }

  .hotel-detail-page .unit-fe-card-slider .unit-legacy-slider__track,
  .hotel-detail-page .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide,
  .hotel-detail-page .unit-fe-card-slider .unit-fe-card-link {
    height: 380px !important;
    min-height: 380px !important;
  }

  .hotel-detail-page .unit-fe-card-slider .unit-fe-card-image {
    height: 336px !important;
    min-height: 336px !important;
    object-fit: cover !important;
    object-position: center 46% !important;
  }

  .hotel-detail-page .unit-fe-card-slider .unit-fe-card-label {
    padding-top: 6px !important;
  }

  .hotel-detail-page .unit-fe-card-slider .unit-legacy-slider__dots {
    margin-top: 16px !important;
    padding-bottom: 0 !important;
    position: relative !important;
    z-index: 4 !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .unit-legacy-slider__track {
    --legacy-slide-step: 0 !important;
    display: block !important;
    min-height: 0 !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .unit-legacy-slider__track > .dining-inroom {
    display: block !important;
    min-height: 0 !important;
    transform: none !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .unit-legacy-slider__track > .dining-inroom {
    display: none !important;
    height: auto !important;
    opacity: 0 !important;
    position: relative !important;
    visibility: hidden !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .unit-legacy-slider__track > .dining-inroom.is-active-slide {
    display: flex !important;
    flex-direction: column !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .dining-inroom.is-active-slide > .pull-left {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .w50.slider,
  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .w50.spanding,
  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .img-slider {
    display: block !important;
    float: none !important;
    max-height: none !important;
    min-height: 0 !important;
    opacity: 1 !important;
    overflow: visible !important;
    visibility: visible !important;
    width: 100% !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .img-slider {
    height: 336px !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .img-slider > img,
  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .img-slider img {
    display: block !important;
    height: 336px !important;
    max-height: none !important;
    min-height: 336px !important;
    object-fit: cover !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .page-desc-aboutUs {
    margin: 18px auto 0 !important;
    max-width: calc(100% - 36px) !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .Desc_aboutUs_page {
    max-height: none !important;
    overflow: visible !important;
    text-align: center !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .titleDesc_all.Fours {
    margin-top: 10px !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .unit-legacy-slider__dots {
    margin-top: 16px !important;
    padding-bottom: 0 !important;
    position: relative !important;
    z-index: 4 !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .unit-legacy-slider__track {
    --legacy-slide-step: 100% !important;
    display: flex !important;
    transition: transform 650ms ease !important;
    width: 100% !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .unit-legacy-slider__track > .dining-inroom,
  .hotel-detail-page .unit-fe-feature-slider .unit-legacy-slider__track > .dining-inroom.is-active-slide {
    display: flex !important;
    flex: 0 0 100% !important;
    flex-direction: column !important;
    max-width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
  }
}

@media (min-width: 701px) {
  .hotel-detail-page.hotel-detail-multi .unit-fe-card-slider {
    --legacy-slide-width: min(760px, calc(100vw - (var(--legacy-slide-peek) * 2))) !important;
  }

  .hotel-detail-page.hotel-detail-multi .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide,
  .hotel-detail-page.hotel-detail-multi .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide.is-active-slide {
    flex-basis: var(--legacy-slide-width) !important;
    max-width: var(--legacy-slide-width) !important;
    width: var(--legacy-slide-width) !important;
  }
}

/* Final desktop card sizing: match the visible CMS artwork instead of stretching the card wider. */
@media (min-width: 701px) {
  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider {
    --legacy-slide-gap: 26px !important;
    --legacy-slide-step: calc(var(--legacy-slide-width) + var(--legacy-slide-gap)) !important;
    --legacy-slide-width: min(780px, calc(100vw - 560px)) !important;
    min-height: 548px !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__track,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__track {
    align-items: flex-start !important;
    display: flex !important;
    gap: var(--legacy-slide-gap) !important;
    height: 548px !important;
    justify-content: flex-start !important;
    min-height: 548px !important;
    padding-left: calc((100% - var(--legacy-slide-width)) / 2) !important;
    padding-right: calc((100% - var(--legacy-slide-width)) / 2) !important;
    transition: transform 650ms ease !important;
    width: max-content !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide,
  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide.is-active-slide,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide.is-active-slide {
    flex: 0 0 var(--legacy-slide-width) !important;
    height: 548px !important;
    max-width: var(--legacy-slide-width) !important;
    min-height: 548px !important;
    width: var(--legacy-slide-width) !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-fe-card-link,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-fe-card-link {
    height: 548px !important;
    min-height: 548px !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-fe-card-image,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-fe-card-image {
    height: 504px !important;
    min-height: 504px !important;
    object-fit: cover !important;
    object-position: center center !important;
    width: 100% !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__dots {
    margin-top: 32px !important;
  }

  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__dots {
    margin-top: 52px !important;
    padding-bottom: 18px !important;
  }

  .hotel-detail-page .sections.sPecial_oFfers {
    padding-bottom: 56px !important;
  }
}

/* Mobile cards follow the desktop carousel treatment: framed image card, side peek, label below. */
@media (max-width: 700px) {
  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider {
    --legacy-slide-gap: 14px !important;
    --legacy-slide-step: calc(var(--legacy-slide-width) + var(--legacy-slide-gap)) !important;
    --legacy-slide-width: min(336px, calc(100vw - 64px)) !important;
    min-height: 304px !important;
    overflow: hidden !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__track,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__track {
    align-items: flex-start !important;
    display: flex !important;
    gap: var(--legacy-slide-gap) !important;
    height: 264px !important;
    justify-content: flex-start !important;
    min-height: 264px !important;
    padding-left: calc((100% - var(--legacy-slide-width)) / 2) !important;
    padding-right: calc((100% - var(--legacy-slide-width)) / 2) !important;
    transition: transform 650ms ease !important;
    width: max-content !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide,
  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide.is-active-slide,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide.is-active-slide {
    flex: 0 0 var(--legacy-slide-width) !important;
    height: 264px !important;
    max-width: var(--legacy-slide-width) !important;
    min-height: 264px !important;
    width: var(--legacy-slide-width) !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-fe-card-link,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-fe-card-link {
    height: 264px !important;
    min-height: 264px !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-fe-card-image,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-fe-card-image {
    border-radius: 1em !important;
    height: 220px !important;
    min-height: 220px !important;
    object-fit: cover !important;
    object-position: center center !important;
    width: 100% !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-fe-card-label,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-fe-card-label {
    min-height: 44px !important;
    padding-top: 9px !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__dots {
    margin-top: 28px !important;
  }

  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__dots {
    margin-top: 40px !important;
    padding-bottom: 12px !important;
  }
}

.hotel-detail-page .Sections.pages__center-content > .pages-dining.full > .titleDesc_all,
.hotel-detail-page.hotel-detail-brand-other .Sections.pages__center-content > .pages-dining.full > .titleDesc_all,
.hotel-detail-page .Sections.page-Menu-Vr > .titleDesc_all,
.hotel-detail-page.hotel-detail-brand-other .Sections.page-Menu-Vr > .titleDesc_all,
.hotel-detail-page .sections.pages-room-suites .titleDesc_all.room-suites,
.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites .titleDesc_all.room-suites,
.hotel-detail-page .sections.sPecial_oFfers .titleDesc_all.room-suites,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers .titleDesc_all.room-suites,
.hotel-detail-page .hotel-find-us-section .titleDesc_all,
.hotel-detail-page.hotel-detail-brand-other .hotel-find-us-section .titleDesc_all {
  color: #111 !important;
}

.hotel-detail-page .hotel-hero-indicators button,
.hotel-detail-page .unit-legacy-slider__dots button {
  background: rgba(255, 255, 255, 0.72) !important;
}

.hotel-detail-page .hotel-hero-indicators button.is-active,
.hotel-detail-page .unit-legacy-slider__dots button.active {
  background: #fff !important;
}

.hotel-detail-page .hotel-hero-indicators,
.hotel-detail-page .unit-legacy-slider__dots {
  gap: 6px !important;
}

.hotel-detail-page .unit-legacy-slider__dots {
  margin-top: 56px !important;
}

.hotel-detail-page .hotel-hero-indicators button,
.hotel-detail-page .unit-legacy-slider__dots button {
  background: rgba(255, 255, 255, 0.72) !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  height: 15px !important;
  min-height: 15px !important;
  min-width: 15px !important;
  width: 15px !important;
}

.hotel-detail-page .hotel-hero-indicators button.is-active,
.hotel-detail-page .unit-legacy-slider__dots button.active {
  background: #fff !important;
  border: 0 !important;
  width: 15px !important;
}

.hotel-detail-page .sections.pages-room-suites,
.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites,
.hotel-detail-page .sections.pages-room-suites .pages-full-room-suites,
.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites .pages-full-room-suites,
.hotel-detail-page .sections.sPecial_oFfers,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers,
.hotel-detail-page .sections.sPecial_oFfers .pages-full-room-suites,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers .pages-full-room-suites {
  background: #fff !important;
  background-image: none !important;
}

.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites::before,
.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites::after,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers::before,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers::after {
  content: none !important;
  display: none !important;
}

.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider {
  min-height: 0 !important;
  padding-bottom: 42px !important;
}

.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__track,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__track {
  height: min(48vh, 460px) !important;
  min-height: 360px !important;
}

.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide,
.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide.is-active-slide,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide.is-active-slide,
.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-fe-card-link,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-fe-card-link {
  height: min(48vh, 460px) !important;
  min-height: 360px !important;
}

.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-fe-card-image,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-fe-card-image {
  height: calc(min(48vh, 460px) - 44px) !important;
  min-height: 316px !important;
}

.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__dots,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__dots {
  margin-top: 18px !important;
  padding-bottom: 16px !important;
}

.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__dots button,
.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__dots button,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__dots button,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__dots button {
  background: rgba(255, 255, 255, 0.72) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__dots button.active,
.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__dots button.active,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__dots button.active,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__dots button.active {
  background: #fff !important;
  border: 0 !important;
}

.hotel-detail-page .Sections.pages__center-content .dining-inroom .titleDesc_all.two,
.hotel-detail-page .Sections.pages__center-content .dining-inroom .titleDesc_all.three,
.hotel-detail-page .Sections.pages__center-content .dining-inroom .titleDesc_all.Fours,
.hotel-detail-page .Sections.pages__center-content .dining-inroom .titleDesc_all.Fours a,
.hotel-detail-page.hotel-detail-brand-other .Sections.pages__center-content .dining-inroom .titleDesc_all.two,
.hotel-detail-page.hotel-detail-brand-other .Sections.pages__center-content .dining-inroom .titleDesc_all.three,
.hotel-detail-page.hotel-detail-brand-other .Sections.pages__center-content .dining-inroom .titleDesc_all.Fours,
.hotel-detail-page.hotel-detail-brand-other .Sections.pages__center-content .dining-inroom .titleDesc_all.Fours a {
  color: #777 !important;
}

.hotel-detail-page .Sections.pages__center-content .dining-inroom .Desc_aboutUs_page,
.hotel-detail-page .Sections.pages__center-content .dining-inroom .Desc_aboutUs_page *,
.hotel-detail-page .Sections.pages__center-content .dining-inroom .text01-In-Bars-room-desc,
.hotel-detail-page.hotel-detail-brand-other .Sections.pages__center-content .dining-inroom .Desc_aboutUs_page,
.hotel-detail-page.hotel-detail-brand-other .Sections.pages__center-content .dining-inroom .Desc_aboutUs_page *,
.hotel-detail-page.hotel-detail-brand-other .Sections.pages__center-content .dining-inroom .text01-In-Bars-room-desc {
  color: #111 !important;
}

.hotel-detail-page .Sections.pages__center-content .dining-inroom .titleDesc_all.Fours a,
.hotel-detail-page.hotel-detail-brand-other .Sections.pages__center-content .dining-inroom .titleDesc_all.Fours a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.hotel-detail-page .page-aboutUs .titleDesc_all,
.hotel-detail-page .page-aboutUs .titleDesc_all a,
.hotel-detail-page.hotel-detail-brand-other .page-aboutUs .titleDesc_all,
.hotel-detail-page.hotel-detail-brand-other .page-aboutUs .titleDesc_all a,
.hotel-detail-page .unit-readmore-content .asideText1,
.hotel-detail-page .unit-readmore-content .t-head-title-info-rooms,
.hotel-detail-page .unit-readmore-content .title-ThreeDetailsContent,
.hotel-detail-page .unit-readmore-other .titleDesc_all,
.hotel-detail-page .unit-readmore-virtual360 .titleDesc_all,
.hotel-detail-page.hotel-detail-brand-other .unit-readmore-content .asideText1,
.hotel-detail-page.hotel-detail-brand-other .unit-readmore-content .t-head-title-info-rooms,
.hotel-detail-page.hotel-detail-brand-other .unit-readmore-content .title-ThreeDetailsContent,
.hotel-detail-page.hotel-detail-brand-other .unit-readmore-other .titleDesc_all,
.hotel-detail-page.hotel-detail-brand-other .unit-readmore-virtual360 .titleDesc_all {
  color: #111 !important;
}

.hotel-detail-page .Sections.pages__center-content .titleDesc_all.Fours,
.hotel-detail-page .Sections.pages__center-content .titleDesc_all.Fours a,
.hotel-detail-page .unit-readmore-other .linkReadmoreContent01,
.hotel-detail-page.hotel-detail-brand-other .Sections.pages__center-content .titleDesc_all.Fours,
.hotel-detail-page.hotel-detail-brand-other .Sections.pages__center-content .titleDesc_all.Fours a,
.hotel-detail-page.hotel-detail-brand-other .unit-readmore-other .linkReadmoreContent01 {
  color: #777 !important;
}

.hotel-detail-page .hotel-hero-indicators button,
.hotel-detail-page .unit-legacy-slider__dots button,
.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__dots button,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__dots button {
  background: #b8b8b8 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.hotel-detail-page .hotel-hero-indicators button.is-active,
.hotel-detail-page .unit-legacy-slider__dots button.active,
.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__dots button.active,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__dots button.active {
  background: #fff !important;
  border: 1px solid rgba(17, 17, 17, 0.28) !important;
}

/* Final visible card-slider dots on white accommodation/offers sections. */
.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__dots,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__dots {
  align-items: center !important;
  display: flex !important;
  gap: 8px !important;
  justify-content: center !important;
  margin-top: 24px !important;
  padding-bottom: 24px !important;
  position: relative !important;
  z-index: 20 !important;
}

.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__dots button,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__dots button {
  background: #b8b8b8 !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  display: block !important;
  height: 15px !important;
  min-height: 15px !important;
  min-width: 15px !important;
  opacity: 1 !important;
  padding: 0 !important;
  visibility: visible !important;
  width: 15px !important;
}

.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__dots button.active,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__dots button.active {
  background: #fff !important;
  border: 1px solid rgba(17, 17, 17, 0.32) !important;
}

/* Keep FE card-slider dots outside the image track but above the next section. */
.hotel-detail-page .sections.pages-room-suites,
.hotel-detail-page .sections.sPecial_oFfers,
.hotel-detail-page .sections.pages-room-suites .pages-full-room-suites,
.hotel-detail-page .sections.sPecial_oFfers .pages-full-sPecial-oFfers,
.hotel-detail-page .sections.pages-room-suites .container-100,
.hotel-detail-page .sections.sPecial_oFfers .container-100 {
  overflow: visible !important;
}

.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider {
  margin-bottom: 30px !important;
  padding-bottom: 44px !important;
}

.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__dots,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__dots {
  clear: both !important;
  min-height: 18px !important;
}

.hotel-detail-page .text-content-room-info02 a,
.hotel-detail-page .unit-readmore-content .text-content-room-info02 a,
.hotel-detail-page.hotel-detail-brand-khas .text-content-room-info02 a,
.hotel-detail-page.hotel-detail-brand-other .text-content-room-info02 a {
  color: #777 !important;
  text-decoration-color: #777 !important;
}

/* Anchor card-slider dots directly under the active card caption. */
.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider {
  position: relative !important;
}

.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__track,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__track {
  margin-bottom: 0 !important;
}

.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__dots,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__dots {
  display: none !important;
}

.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-card-slider-caption-dots,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-card-slider-caption-dots {
  align-items: center !important;
  display: flex !important;
  gap: 8px !important;
  justify-content: center !important;
  left: 50% !important;
  position: absolute !important;
  top: calc(min(48vh, 460px) + 16px) !important;
  transform: translateX(-50%) !important;
  z-index: 30 !important;
}

.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-card-slider-caption-dots button,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-card-slider-caption-dots button {
  background: #b8b8b8 !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  display: block !important;
  height: 15px !important;
  min-height: 15px !important;
  min-width: 15px !important;
  opacity: 1 !important;
  padding: 0 !important;
  width: 15px !important;
}

.hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-card-slider-caption-dots button.active,
.hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-card-slider-caption-dots button.active {
  background: #fff !important;
  border: 1px solid rgba(17, 17, 17, 0.32) !important;
}

@media (max-width: 700px) {
  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-card-slider-caption-dots,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-card-slider-caption-dots {
    top: 282px !important;
  }
}

/* Final mobile feature-slider guard: keep Dining/Wedding/MICE/Experiences content visible. */
@media (max-width: 700px) {
  .hotel-detail-page .Sections.pages__center-content,
  .hotel-detail-page .Sections.pages__center-content .pages-dining.full {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .hotel-detail-page .unit-fe-feature-slider {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 0 18px !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .unit-legacy-slider__track {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    transform: none !important;
    width: 100% !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .unit-legacy-slider__track > .dining-inroom {
    display: none !important;
    height: auto !important;
    min-height: 0 !important;
    opacity: 0 !important;
    transform: none !important;
    visibility: hidden !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .unit-legacy-slider__track > .dining-inroom.is-active-slide {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .dining-inroom.is-active-slide > .pull-left,
  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .w50.slider,
  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .w50.spanding {
    display: block !important;
    float: none !important;
    height: auto !important;
    max-width: none !important;
    min-height: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .img-slider {
    display: block !important;
    height: 240px !important;
    min-height: 240px !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .img-slider > img,
  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .img-slider img {
    display: block !important;
    height: 240px !important;
    max-height: none !important;
    min-height: 240px !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .page-desc-aboutUs {
    margin: 12px auto 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .unit-legacy-slider__dots {
    margin-top: 18px !important;
    padding-bottom: 24px !important;
    position: relative !important;
    z-index: 5 !important;
  }
}

/* Final mobile sizing: match HIG card proportions and keep dots below captions. */
@media (max-width: 700px) {
  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider {
    --legacy-slide-gap: 14px !important;
    --legacy-slide-step: calc(var(--legacy-slide-width) + var(--legacy-slide-gap)) !important;
    --legacy-slide-width: min(356px, calc(100vw - 44px)) !important;
    min-height: 318px !important;
    overflow: hidden !important;
    padding-bottom: 42px !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__track,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__track {
    gap: var(--legacy-slide-gap) !important;
    height: 264px !important;
    min-height: 264px !important;
    padding-left: calc((100% - var(--legacy-slide-width)) / 2) !important;
    padding-right: calc((100% - var(--legacy-slide-width)) / 2) !important;
    width: max-content !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide,
  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide.is-active-slide,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide.is-active-slide,
  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-fe-card-link,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-fe-card-link {
    height: 264px !important;
    min-height: 264px !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-fe-card-image,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-fe-card-image {
    height: 220px !important;
    min-height: 220px !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-fe-card-label,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-fe-card-label {
    min-height: 44px !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-card-slider-caption-dots,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-card-slider-caption-dots {
    top: 282px !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .img-slider {
    height: 300px !important;
    min-height: 300px !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .img-slider > img,
  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .img-slider img {
    height: 300px !important;
    min-height: 300px !important;
  }
}

/* Final FE mobile card layout: stable HIG-style cards with dots below captions. */
@media (max-width: 700px) {
  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider {
    --legacy-slide-gap: 14px !important;
    --legacy-slide-width: min(356px, calc(100vw - 44px)) !important;
    min-height: 322px !important;
    overflow: hidden !important;
    padding-bottom: 28px !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__track,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__track {
    gap: var(--legacy-slide-gap) !important;
    height: 264px !important;
    min-height: 264px !important;
    padding-left: calc((100% - var(--legacy-slide-width)) / 2) !important;
    padding-right: calc((100% - var(--legacy-slide-width)) / 2) !important;
    width: max-content !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide,
  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide.is-active-slide,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide.is-active-slide,
  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-fe-card-link,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-fe-card-link {
    height: 264px !important;
    max-height: 264px !important;
    min-height: 264px !important;
    width: var(--legacy-slide-width) !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-fe-card-image,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-fe-card-image {
    height: 220px !important;
    min-height: 220px !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-fe-card-label,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-fe-card-label {
    height: 44px !important;
    min-height: 44px !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-card-slider-caption-dots,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-card-slider-caption-dots {
    display: flex !important;
    justify-content: center !important;
    margin: 14px auto 0 !important;
    padding: 0 !important;
    position: relative !important;
    top: auto !important;
    transform: none !important;
    z-index: 4 !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider > .unit-legacy-slider__dots,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider > .unit-legacy-slider__dots {
    display: none !important;
  }
}

/* EOF FE mobile feature sliders: keep HotelPage slide content centered after moving left/right. */
@media (max-width: 700px) {
  .hotel-detail-page .unit-fe-feature-slider {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    overflow: hidden !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .unit-legacy-slider__track {
    align-items: flex-start !important;
    display: flex !important;
    gap: 0 !important;
    transform: translate3d(var(--active-offset, 0px), 0, 0) !important;
    transition: transform 650ms ease !important;
    width: 100% !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .unit-legacy-slider__track > .dining-inroom,
  .hotel-detail-page .unit-fe-feature-slider .unit-legacy-slider__track > .dining-inroom.is-active-slide {
    align-items: stretch !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex: 0 0 100% !important;
    flex-direction: column !important;
    min-width: 100% !important;
    max-width: 100% !important;
    opacity: 1 !important;
    overflow: hidden !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    transform: none !important;
    visibility: visible !important;
    width: 100% !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .dining-inroom > .pull-left,
  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .w50.slider,
  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .w50.spanding,
  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .page-desc-aboutUs {
    clear: none !important;
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .dining-inroom > .feature-image-block {
    order: 1 !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .dining-inroom > .feature-copy-block {
    order: 2 !important;
  }

  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .img-slider,
  .hotel-detail-page .unit-fe-feature-slider .dining-inroom .img-slider img {
    width: 100% !important;
  }
}

/* EOF FE mobile card dots: center Accommodation and Special Offers dots. */
@media (max-width: 700px) {
  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-card-slider-caption-dots,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-card-slider-caption-dots {
    align-items: center !important;
    display: flex !important;
    gap: 8px !important;
    justify-content: center !important;
    left: 0 !important;
    margin: 14px auto 0 !important;
    padding: 0 !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    z-index: 4 !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-card-slider-caption-dots,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-card-slider-caption-dots {
    margin-top: 30px !important;
  }
}

@media (min-width: 701px) {
  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider {
    padding-bottom: 58px !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-card-slider-caption-dots,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-card-slider-caption-dots {
    top: calc(min(48vh, 460px) + 36px) !important;
  }
}

/* EOF FE mobile card peek: keep edge slides visibly clipped on both sides. */
@media (max-width: 700px) {
  .hotel-detail-page .unit-legacy-slider .unit-legacy-slider__track {
    transform: translate3d(var(--active-offset, 0px), 0, 0) !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider {
    --legacy-slide-width: min(336px, calc(100vw - 82px)) !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__track,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__track {
    align-items: flex-start !important;
  }

  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide,
  .hotel-detail-page .sections.pages-room-suites .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide.is-active-slide,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide,
  .hotel-detail-page .sections.sPecial_oFfers .unit-fe-card-slider .unit-legacy-slider__track > .unit-fe-card-slide.is-active-slide {
    display: block !important;
    inset: auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: relative !important;
    transform: none !important;
    visibility: visible !important;
  }
}

/* EOF desktop feature text alignment: preserve mobile stack/centering. */
@media (min-width: 701px) {
  .hotel-detail-page #dining .unit-fe-feature-slider .dining-inroom .page-desc-aboutUs,
  .hotel-detail-page #dining .unit-fe-feature-slider .dining-inroom .Desc_aboutUs_page,
  .hotel-detail-page #dining .unit-fe-feature-slider .dining-inroom .Desc_aboutUs_page *,
  .hotel-detail-page #dining .unit-fe-feature-slider .dining-inroom .titleDesc_all,
  .hotel-detail-page #mice .unit-fe-feature-slider .dining-inroom .page-desc-aboutUs,
  .hotel-detail-page #mice .unit-fe-feature-slider .dining-inroom .Desc_aboutUs_page,
  .hotel-detail-page #mice .unit-fe-feature-slider .dining-inroom .Desc_aboutUs_page *,
  .hotel-detail-page #mice .unit-fe-feature-slider .dining-inroom .titleDesc_all {
    text-align: left !important;
  }

  .hotel-detail-page #wedding .unit-fe-feature-slider .dining-inroom .page-desc-aboutUs,
  .hotel-detail-page #wedding .unit-fe-feature-slider .dining-inroom .Desc_aboutUs_page,
  .hotel-detail-page #wedding .unit-fe-feature-slider .dining-inroom .Desc_aboutUs_page *,
  .hotel-detail-page #wedding .unit-fe-feature-slider .dining-inroom .titleDesc_all,
  .hotel-detail-page #experiences .unit-fe-feature-slider .dining-inroom .page-desc-aboutUs,
  .hotel-detail-page #experiences .unit-fe-feature-slider .dining-inroom .Desc_aboutUs_page,
  .hotel-detail-page #experiences .unit-fe-feature-slider .dining-inroom .Desc_aboutUs_page *,
  .hotel-detail-page #experiences .unit-fe-feature-slider .dining-inroom .titleDesc_all {
    text-align: right !important;
  }
}

/* EOF mobile navbar drawer: keep hotelpage scoped to the base detail CSS. */
.hotel-detail-page .hotel-detail-language-mobile {
  display: none !important;
}

@media (max-width: 700px) {
  .hotel-detail-page .hotel-detail-navbar,
  .hotel-detail-page .hotel-detail-navbar-shell,
  .hotel-detail-page.is-scrolled .hotel-detail-navbar-shell {
    overflow: visible !important;
  }

  .hotel-detail-page .hotel-detail-navbar-menu {
    align-items: stretch !important;
    background: #fff !important;
    border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14) !important;
    display: none !important;
    flex-direction: column !important;
    gap: 0 !important;
    grid-column: auto !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: calc(100vh - var(--hotel-nav-height, 58px)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 8px 18px 14px !important;
    pointer-events: auto !important;
    position: fixed !important;
    right: auto !important;
    scrollbar-width: thin !important;
    top: var(--hotel-nav-height, 58px) !important;
    transform: none !important;
    white-space: normal !important;
    width: 100vw !important;
    z-index: 1501 !important;
  }

  .hotel-detail-page.is-scrolled .hotel-detail-navbar-menu {
    max-height: calc(100vh - var(--hotel-nav-scrolled-height, 54px)) !important;
    top: var(--hotel-nav-scrolled-height, 54px) !important;
  }

  .hotel-detail-page .hotel-detail-navbar.is-menu-open .hotel-detail-navbar-menu {
    display: flex !important;
  }

  .hotel-detail-page .hotel-detail-navbar-menu a {
    align-items: center !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08) !important;
    color: #111 !important;
    display: flex !important;
    flex: 0 0 auto !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    min-height: 42px !important;
    padding: 12px 8px !important;
    text-align: center !important;
    white-space: normal !important;
    width: 100% !important;
  }

  .hotel-detail-page .hotel-detail-navbar-menu a:last-child {
    border-bottom: 0 !important;
  }

  .hotel-detail-page .hotel-detail-navbar .hotel-detail-language-desktop,
  .hotel-detail-page .hotel-detail-navbar.is-menu-open .hotel-detail-language-desktop {
    display: none !important;
  }

  .hotel-detail-page .hotel-detail-navbar-menu .hotel-detail-language-mobile {
    align-items: center !important;
    background: #fff !important;
    border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
    box-shadow: none !important;
    display: flex !important;
    gap: 10px !important;
    justify-content: center !important;
    left: auto !important;
    margin: 6px 0 0 !important;
    padding: 14px 0 2px !important;
    pointer-events: auto !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    z-index: auto !important;
  }

  .hotel-detail-page .hotel-detail-navbar-menu .hotel-detail-language-mobile a {
    border-bottom: 0 !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    pointer-events: auto !important;
    width: auto !important;
  }

  .hotel-detail-page .hotel-detail-navbar-menu .hotel-detail-language-mobile span {
    align-items: center !important;
    display: inline-flex !important;
    font-size: 11px !important;
    height: 30px !important;
    justify-content: center !important;
    min-width: 48px !important;
    padding: 0 12px !important;
    pointer-events: auto !important;
  }
}

/* Section titles must be black regardless of brand accent. */
.hotel-detail-page .titleDesc_all,
.hotel-detail-page .titleDesc_all a,
.hotel-detail-page .titleDesc_all.three,
.hotel-detail-page .Sections.pages__center-content .titleDesc_all,
.hotel-detail-page .Sections.pages__center-content .titleDesc_all.three,
.hotel-detail-page .Sections.pages__center-content > .pages-dining.full > .titleDesc_all,
.hotel-detail-page .Sections.page-Menu-Vr > .titleDesc_all,
.hotel-detail-page .hotel-detail-brand-other .Sections.pages__center-content .titleDesc_all,
.hotel-detail-page .hotel-detail-brand-other .titleDesc_all,
.hotel-detail-page .hotel-detail-brand-other .titleDesc_all.three,
.hotel-detail-page .sections.pages-room-suites .titleDesc_all.room-suites,
.hotel-detail-page.hotel-detail-brand-meru .sections.pages-room-suites .titleDesc_all.room-suites,
.hotel-detail-page.hotel-detail-brand-truntum .sections.pages-room-suites .titleDesc_all.room-suites,
.hotel-detail-page.hotel-detail-brand-khas .sections.pages-room-suites .titleDesc_all.room-suites,
.hotel-detail-page.hotel-detail-brand-other .sections.pages-room-suites .titleDesc_all.room-suites,
.hotel-detail-page .sections.sPecial_oFfers .titleDesc_all.room-suites,
.hotel-detail-page.hotel-detail-brand-meru .sections.sPecial_oFfers .titleDesc_all.room-suites,
.hotel-detail-page.hotel-detail-brand-truntum .sections.sPecial_oFfers .titleDesc_all.room-suites,
.hotel-detail-page.hotel-detail-brand-khas .sections.sPecial_oFfers .titleDesc_all.room-suites,
.hotel-detail-page.hotel-detail-brand-other .sections.sPecial_oFfers .titleDesc_all.room-suites,
.hotel-detail-page .hotel-find-us-section .titleDesc_all,
.hotel-detail-page.hotel-detail-brand-other .hotel-find-us-section .titleDesc_all {
  color: #111 !important;
}

/* Final mobile feature-section guard: keep side copy visible on narrow hotel detail pages. */
@media (max-width: 700px) {
  .hotel-detail-page #dining,
  .hotel-detail-page #mice,
  .hotel-detail-page #wedding,
  .hotel-detail-page #experiences,
  .hotel-detail-page #dining .pages-dining.full,
  .hotel-detail-page #mice .pages-dining.full,
  .hotel-detail-page #wedding .pages-dining.full,
  .hotel-detail-page #experiences .pages-dining.full {
    background: #fff !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .hotel-detail-page #dining .unit-fe-feature-slider,
  .hotel-detail-page #mice .unit-fe-feature-slider,
  .hotel-detail-page #wedding .unit-fe-feature-slider,
  .hotel-detail-page #experiences .unit-fe-feature-slider {
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  .hotel-detail-page #dining .unit-fe-feature-slider .dining-inroom,
  .hotel-detail-page #mice .unit-fe-feature-slider .dining-inroom,
  .hotel-detail-page #wedding .unit-fe-feature-slider .dining-inroom,
  .hotel-detail-page #experiences .unit-fe-feature-slider .dining-inroom {
    background: #fff !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex: 0 0 100% !important;
    flex-direction: column !important;
    gap: 14px !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 0 18px !important;
    width: 100% !important;
  }

  .hotel-detail-page #dining .unit-fe-feature-slider .dining-inroom > .pull-left,
  .hotel-detail-page #mice .unit-fe-feature-slider .dining-inroom > .pull-left,
  .hotel-detail-page #wedding .unit-fe-feature-slider .dining-inroom > .pull-left,
  .hotel-detail-page #experiences .unit-fe-feature-slider .dining-inroom > .pull-left {
    display: block !important;
    float: none !important;
    height: auto !important;
    min-height: 0 !important;
    opacity: 1 !important;
    position: relative !important;
    visibility: visible !important;
    width: 100% !important;
  }

  .hotel-detail-page #dining .unit-fe-feature-slider .feature-image-block,
  .hotel-detail-page #mice .unit-fe-feature-slider .feature-image-block,
  .hotel-detail-page #wedding .unit-fe-feature-slider .feature-image-block,
  .hotel-detail-page #experiences .unit-fe-feature-slider .feature-image-block {
    order: 1 !important;
  }

  .hotel-detail-page #dining .unit-fe-feature-slider .feature-copy-block,
  .hotel-detail-page #mice .unit-fe-feature-slider .feature-copy-block,
  .hotel-detail-page #wedding .unit-fe-feature-slider .feature-copy-block,
  .hotel-detail-page #experiences .unit-fe-feature-slider .feature-copy-block {
    order: 2 !important;
  }

  .hotel-detail-page #dining .unit-fe-feature-slider .page-desc-aboutUs,
  .hotel-detail-page #mice .unit-fe-feature-slider .page-desc-aboutUs,
  .hotel-detail-page #wedding .unit-fe-feature-slider .page-desc-aboutUs,
  .hotel-detail-page #experiences .unit-fe-feature-slider .page-desc-aboutUs,
  .hotel-detail-page #dining .unit-fe-feature-slider .Desc_aboutUs_page,
  .hotel-detail-page #dining .unit-fe-feature-slider .Desc_aboutUs_page *,
  .hotel-detail-page #mice .unit-fe-feature-slider .Desc_aboutUs_page,
  .hotel-detail-page #mice .unit-fe-feature-slider .Desc_aboutUs_page *,
  .hotel-detail-page #wedding .unit-fe-feature-slider .Desc_aboutUs_page,
  .hotel-detail-page #wedding .unit-fe-feature-slider .Desc_aboutUs_page *,
  .hotel-detail-page #experiences .unit-fe-feature-slider .Desc_aboutUs_page,
  .hotel-detail-page #experiences .unit-fe-feature-slider .Desc_aboutUs_page * {
    color: #111 !important;
    opacity: 1 !important;
    text-align: center !important;
    visibility: visible !important;
  }
}

body.hotel-offer-modal-open {
  overflow: hidden;
}

.hotel-detail-page .hotel-offer-card-trigger {
  border: 0 !important;
  cursor: pointer;
  padding: 0 !important;
  text-align: inherit;
}

.hotel-offer-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 28px;
  position: fixed;
  z-index: 3000;
}

.hotel-offer-modal__backdrop {
  background: rgba(0, 0, 0, 0.62);
  border: 0;
  inset: 0;
  padding: 0;
  position: absolute;
}

.hotel-offer-modal__panel {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.32);
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
  max-height: min(760px, calc(100vh - 56px));
  max-width: 980px;
  overflow: hidden;
  position: relative;
  width: min(980px, calc(100vw - 56px));
  z-index: 1;
}

.hotel-offer-modal__close {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 50%;
  color: #111;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  height: 38px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 38px;
  z-index: 2;
}

.hotel-offer-modal__image {
  background: #eee;
  min-height: 420px;
  overflow: hidden;
}

.hotel-offer-modal__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hotel-offer-modal__content {
  color: #111;
  max-height: min(760px, calc(100vh - 56px));
  overflow-y: auto;
  padding: 48px 44px 42px;
}

.hotel-offer-modal__eyebrow,
.hotel-offer-modal__date {
  color: #777;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.hotel-offer-modal__content h3 {
  color: #111;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.16;
  margin: 0 42px 14px 0;
}

.hotel-offer-modal__content h4 {
  color: #111;
  font-size: 15px;
  font-weight: 700;
  margin: 28px 0 10px;
}

.hotel-offer-modal__desc,
.hotel-offer-modal__richtext,
.hotel-offer-modal__richtext * {
  color: #333;
  font-size: 14px;
  line-height: 1.65;
}

.hotel-offer-modal__richtext ul,
.hotel-offer-modal__richtext ol {
  list-style-position: outside;
  margin: 10px 0 0 20px;
  padding: 0;
}

.hotel-offer-modal__richtext li {
  display: list-item;
  margin: 4px 0;
}

.hotel-offer-modal__promo {
  background: #f6f1e8;
  color: #111;
  display: inline-flex;
  gap: 12px;
  margin-top: 22px;
  padding: 10px 14px;
}

.hotel-offer-modal__promo span {
  color: #777;
  font-size: 13px;
}

.hotel-offer-modal__promo strong {
  color: #111;
  font-size: 13px;
}

.hotel-offer-modal__cta {
  background: var(--hotel-action-color, #90612d);
  color: #fff !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  margin-top: 24px;
  padding: 12px 22px;
  text-decoration: none !important;
}

@media (max-width: 700px) {
  .hotel-offer-modal {
    align-items: flex-end;
    padding: 16px;
  }

  .hotel-offer-modal__panel {
    display: block;
    max-height: calc(100vh - 32px);
    width: calc(100vw - 32px);
  }

  .hotel-offer-modal__image {
    height: 230px;
    min-height: 230px;
  }

  .hotel-offer-modal__content {
    max-height: calc(100vh - 262px);
    padding: 26px 22px 28px;
  }

  .hotel-offer-modal__content h3 {
    font-size: 22px;
    margin-right: 44px;
  }

  .hotel-offer-modal__close {
    right: 12px;
    top: 12px;
  }
}
