@charset "UTF-8";
body {
  font-family: "Nunito", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fira Sans", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::first-letter {
  text-transform: capitalize;
}

.d-none {
  display: none !important;
}

.one-half {
  border-left: none !important;
}

@media (max-width: 575.98px) {
  .col-xxs-1 {
    width: 8.333333% !important;
  }
  .col-xxs-2 {
    width: 16.666667% !important;
  }
  .col-xxs-3 {
    width: 24.999999% !important;
  }
  .col-xxs-4 {
    width: 33.333333% !important;
  }
  .col-xxs-5 {
    width: 41.666667% !important;
  }
  .col-xxs-6 {
    width: 50% !important;
  }
  .col-xxs-7 {
    width: 58.333333% !important;
  }
  .col-xxs-8 {
    width: 66.666667% !important;
  }
  .col-xxs-9 {
    width: 74.999999% !important;
  }
  .col-xxs-10 {
    width: 83.333333% !important;
  }
  .col-xxs-11 {
    width: 91.666667% !important;
  }
  .col-xxs-12 {
    width: 100% !important;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.333333% !important;
  }
  .col-sm-2 {
    width: 16.666667% !important;
  }
  .col-sm-3 {
    width: 24.999999% !important;
  }
  .col-sm-4 {
    width: 33.333333% !important;
  }
  .col-sm-5 {
    width: 41.666667% !important;
  }
  .col-sm-6 {
    width: 50% !important;
  }
  .col-sm-7 {
    width: 58.333333% !important;
  }
  .col-sm-8 {
    width: 66.666667% !important;
  }
  .col-sm-9 {
    width: 74.999999% !important;
  }
  .col-sm-10 {
    width: 83.333333% !important;
  }
  .col-sm-11 {
    width: 91.666667% !important;
  }
  .col-sm-12 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.333333% !important;
  }
  .col-md-2 {
    width: 16.666667% !important;
  }
  .col-md-3 {
    width: 24.999999% !important;
  }
  .col-md-4 {
    width: 33.333333% !important;
  }
  .col-md-5 {
    width: 41.666667% !important;
  }
  .col-md-6 {
    width: 50% !important;
  }
  .col-md-7 {
    width: 58.333333% !important;
  }
  .col-md-8 {
    width: 66.666667% !important;
  }
  .col-md-9 {
    width: 74.999999% !important;
  }
  .col-md-10 {
    width: 83.333333% !important;
  }
  .col-md-11 {
    width: 91.666667% !important;
  }
  .col-md-12 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.333333% !important;
  }
  .col-lg-2 {
    width: 16.666667% !important;
  }
  .col-lg-3 {
    width: 24.999999% !important;
  }
  .col-lg-4 {
    width: 33.333333% !important;
  }
  .col-lg-5 {
    width: 41.666667% !important;
  }
  .col-lg-6 {
    width: 50% !important;
  }
  .col-lg-7 {
    width: 58.333333% !important;
  }
  .col-lg-8 {
    width: 66.666667% !important;
  }
  .col-lg-9 {
    width: 74.999999% !important;
  }
  .col-lg-10 {
    width: 83.333333% !important;
  }
  .col-lg-11 {
    width: 91.666667% !important;
  }
  .col-lg-12 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.333333% !important;
  }
  .col-xl-2 {
    width: 16.666667% !important;
  }
  .col-xl-3 {
    width: 24.999999% !important;
  }
  .col-xl-4 {
    width: 33.333333% !important;
  }
  .col-xl-5 {
    width: 41.666667% !important;
  }
  .col-xl-6 {
    width: 50% !important;
  }
  .col-xl-7 {
    width: 58.333333% !important;
  }
  .col-xl-8 {
    width: 66.666667% !important;
  }
  .col-xl-9 {
    width: 74.999999% !important;
  }
  .col-xl-10 {
    width: 83.333333% !important;
  }
  .col-xl-11 {
    width: 91.666667% !important;
  }
  .col-xl-12 {
    width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    width: 8.333333% !important;
  }
  .col-xxl-2 {
    width: 16.666667% !important;
  }
  .col-xxl-3 {
    width: 24.999999% !important;
  }
  .col-xxl-4 {
    width: 33.333333% !important;
  }
  .col-xxl-5 {
    width: 41.666667% !important;
  }
  .col-xxl-6 {
    width: 50% !important;
  }
  .col-xxl-7 {
    width: 58.333333% !important;
  }
  .col-xxl-8 {
    width: 66.666667% !important;
  }
  .col-xxl-9 {
    width: 74.999999% !important;
  }
  .col-xxl-10 {
    width: 83.333333% !important;
  }
  .col-xxl-11 {
    width: 91.666667% !important;
  }
  .col-xxl-12 {
    width: 100% !important;
  }
}
/* Base: mobile first */
.mainWrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; /* no cap by default */
}

.mainWrapper-sm,
.mainWrapper-md,
.mainWrapper-lg,
.mainWrapper-xl,
.mainWrapper-xxl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem; /* optional gutter */
  padding-right: 1rem; /* optional gutter */
  max-width: 100%; /* no cap by default */
}

/* ≥576px */
@media (min-width: 576px) {
  .mainWrapper, .mainWrapper-sm {
    max-width: 540px;
  }
}
/* ≥768px */
@media (min-width: 768px) {
  .mainWrapper, .mainWrapper-sm, .mainWrapper-md {
    max-width: 720px;
  }
}
/* ≥992px */
@media (min-width: 992px) {
  .mainWrapper, .mainWrapper-sm, .mainWrapper-md, .mainWrapper-lg {
    max-width: 960px;
  }
}
/* ≥1200px */
@media (min-width: 1200px) {
  .mainWrapper, .mainWrapper-sm, .mainWrapper-md, .mainWrapper-lg, .mainWrapper-xl {
    max-width: 1140px;
  }
}
/* ≥1400px (Bootstrap 5 adds xxl) */
@media (min-width: 1400px) {
  .mainWrapper, .mainWrapper-sm, .mainWrapper-md, .mainWrapper-lg, .mainWrapper-xl, .mainWrapper-xxl {
    max-width: 1320px;
  }
}
.flexBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .flexBlock {
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  .noWrap {
    flex-wrap: nowrap !important;
  }
}

.rows {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.gird-temp-equal-col {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 992px) {
  .gird-temp-equal-col {
    grid-template-columns: 1fr;
  }
}

.float {
  float: none !important;
  clear: both;
}

.col-12 {
  width: 100% !important;
  float: none !important;
}

.d-block {
  display: block !important;
}

.p-0 {
  padding: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.5rem !important;
}

.pe-2 {
  padding-right: 1rem !important;
}

.pe-3 {
  padding-right: 1.5rem !important;
}

.pe-4 {
  padding-right: 2rem !important;
}

.pe-5 {
  padding-right: 2.5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.5rem !important;
}

.ps-2 {
  padding-left: 1rem !important;
}

.ps-3 {
  padding-left: 1.5rem !important;
}

.ps-4 {
  padding-left: 2rem !important;
}

.ps-5 {
  padding-left: 2.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.5rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pt-5 {
  padding-top: 2.5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.pb-5 {
  padding-bottom: 2.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mainSlider {
  height: 580px !important;
  float: none !important;
}
@media (min-width: 0px) and (max-width: 575px) {
  .mainSlider {
    height: 280px !important;
  }
}
@media (min-width: 576px) and (max-width: 765px) {
  .mainSlider {
    height: 300px !important;
  }
}
.mainSlider .sy-slides-wrap, .mainSlider .sy-box, .mainSlider .sy-slide.sy-active {
  height: 100%;
}
.mainSlider #demo li a {
  height: 100%;
}
.mainSlider #demo li a img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider {
  position: relative;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 995px) {
  .slider {
    max-width: 100%;
  }
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slides img {
  width: 100%;
  flex-shrink: 0;
  max-width: 100%;
  min-width: 100% !important;
}

.slider button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.slider .prev {
  left: 10px;
}

.slider .next {
  right: 10px;
}

.primaryMenu {
  margin-top: 0;
  float: none;
}
.primaryMenu .mainWrapper .one-third {
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 992px) {
  .primaryMenu .mainWrapper .one-third {
    justify-content: space-between;
  }
}
.primaryMenu ul li {
  text-transform: uppercase;
}
.primaryMenu .menu {
  box-shadow: none !important;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
}
.primaryMenu .menu li {
  position: relative;
  align-content: center;
  margin: 0 !important;
}
.primaryMenu .menu li a {
  border-left: none !important;
  border-right: none !important;
  margin: 0 !important;
}
.primaryMenu .menu li:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.primaryMenu .menu li:last-child:after, .primaryMenu .menu li:nth-last-child(2):after {
  display: none;
}

#menuNavigation {
  position: relative;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 0px) and (max-width: 992px) {
  #menuNavigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#menuNavigation .menu .sub-menu {
  top: 40px !important;
}
#menuNavigation .menu .sub-menu li a {
  white-space: nowrap;
}

#menuNavigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 20px;
  animation: slideDown 0.4s ease-in-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.logoImg {
  position: absolute;
  max-width: 300px;
  height: 170px;
  overflow: hidden;
  top: 60px;
  visibility: hidden;
  z-index: -999;
}
.logoImg a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.logoImg.logoAni {
  visibility: visible;
  z-index: 999;
  animation: fade 0.7s linear;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.logo a {
  text-decoration: none;
  white-space: nowrap;
  font-size: 2.3rem;
  font-family: "Oleo Script", system-ui;
  font-weight: 700;
  font-style: normal;
}
.logo a img {
  max-width: 220px;
}

.menuIBar {
  position: relative;
  width: 50px;
  border: 1px solid #e1e1e1;
  height: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  padding: 4px;
  box-shadow: 1px 1px 13px #e1e1e1;
  z-index: 999;
}
.menuIBar span {
  width: 100%;
  height: 2px;
  background-color: #e1e1e1;
  z-index: -999;
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
.menuIBar span:nth-child(1) {
  top: 6px;
}
.menuIBar span:nth-child(2) {
  top: 13px;
}
.menuIBar span:nth-child(3) {
  top: 20px;
}
@media (min-width: 992px) {
  .menuIBar {
    display: none;
  }
}

@media (max-width: 992px) {
  .menu {
    display: none !important;
    position: absolute;
    top: 70px;
    right: 0;
  }
  .menu.active {
    display: block !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .logo a img {
    max-width: 180px;
  }
  .menu-navigation ul.menu li a {
    padding: 0 10px;
  }
}
.bookingWidget {
  position: relative;
  z-index: 9999;
}
.bookingWidget .Configure-quickBook-Widget .dayUseSearch {
  padding-bottom: 35px !important;
  padding-top: 10px;
  gap: 36px !important;
}
.bookingWidget .Configure-quickBook-Widget .MbsSearchWidget {
  background: transparent !important;
  display: flex;
  justify-content: center;
  align-items: end;
}
.bookingWidget .Configure-quickBook-Widget .MbsSearchWidget .checkinDate {
  line-height: inherit !important;
  height: 40px;
}
.bookingWidget .Configure-quickBook-Widget .MbsSearchWidget label {
  font-size: 16px;
}
.bookingWidget .Configure-quickBook-Widget .searchBlock {
  flex-basis: 200px;
}
.bookingWidget .Configure-quickBook-Widget .searchBlock button.searchBtn {
  border: none !important;
  padding-block: 7px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: inherit !important;
  height: 40px;
}

.one-third, .one-half {
  padding: 0 20px !important;
}

.wrapper {
  width: 100% !important;
}
.wrapper .top-bar {
  width: 100% !important;
  min-height: 40px !important;
  height: inherit;
}
@media (min-width: 0px) and (max-width: 765px) {
  .wrapper .top-bar {
    padding: 10px 20px !important;
  }
}

.topBarGrid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  gap: 20px;
}
@media (min-width: 0px) and (max-width: 765px) {
  .topBarGrid {
    flex-flow: column;
    padding: 5px 0px;
    font-size: 13px;
    gap: 8px;
  }
}
.topBarGrid .topBarPhone a {
  color: #fff;
}
.topBarGrid .topBarLanguage {
  position: relative !important;
  top: -2px !important;
  right: 0 !important;
}

.headerGrid {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 50px;
  height: 115px;
  float: none;
}
@media (min-width: 0px) and (max-width: 765px) {
  .headerGrid {
    height: auto !important;
    display: block;
  }
}
.headerGrid .headerLogo, .headerGrid .hotelTagLine, .headerGrid .bookingBtn {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
}
.headerGrid .headerLogo {
  text-align: left;
  padding: 0;
  height: 115px;
}
@media (min-width: 0px) and (max-width: 765px) {
  .headerGrid .headerLogo {
    height: auto;
  }
}
.headerGrid .headerLogo img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-height: 90px;
}
@media (min-width: 0px) and (max-width: 765px) {
  .headerGrid .headerLogo img {
    height: auto;
    max-height: inherit;
  }
}
.headerGrid .hotelTagLine {
  margin: 0 auto;
}
.headerGrid .bookingBtn {
  flex-basis: 240px;
}
.headerGrid .bookingBtn .booking-details {
  float: none;
  margin: 0 auto;
}
.headerGrid .bookingBtn .booking-details a span {
  float: none;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  padding: 25px 20px;
}

.bodyContent {
  float: none !important;
}
.bodyContent h2 {
  font-size: 24px !important;
}
.bodyContent h2 span.title-block {
  width: 80px;
  display: none;
}
.bodyContent .heading a.button {
  width: max-content;
}
.bodyContent .imgBlock img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-width: 500px;
  border-radius: 12px;
}
@media (min-width: 0px) and (max-width: 765px) {
  .bodyContent .imgBlock img {
    min-width: 100%;
  }
}

.propertyOverViewGrid {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 60px;
  align-items: center;
  min-height: 160px;
}
@media (min-width: 0px) and (max-width: 995px) {
  .propertyOverViewGrid {
    grid-template-columns: 1fr;
  }
}
.propertyOverViewGrid .receptionBlock {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  box-shadow: 0px -1px 4px 2px;
  padding: 1rem;
  border-radius: 13px;
}
@media (min-width: 0px) and (max-width: 765px) {
  .propertyOverViewGrid .receptionBlock {
    flex-direction: column;
  }
}

.two-gird-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (min-width: 0px) and (max-width: 995px) {
  .two-gird-block {
    grid-template-columns: 1fr;
  }
}

.two-gird-block:has(img:only-child) {
  grid-template-columns: 1fr;
}

.four-gird-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (min-width: 0px) and (max-width: 765px) {
  .four-gird-block {
    grid-template-columns: 1fr;
  }
}

.img-resize img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.min-width-280 img {
  min-width: 280px !important;
}

.otherPageList li {
  width: 50% !important;
}
@media (min-width: 0px) and (max-width: 995px) {
  .otherPageList li {
    width: 100% !important;
  }
}

.otherPageList_100 li {
  width: 100% !important;
}

.growImg {
  display: flex;
  flex: 1 1 50%;
}

.property-facilities {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.property-facilities li {
  width: 33.3333%;
  padding-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .property-facilities li {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .property-facilities li {
    width: 50%;
  }
}

.addressBlock {
  gap: 40px;
}
@media (min-width: 0px) and (max-width: 765px) {
  .addressBlock {
    flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 765px) and (max-width: 991px) {
  .addressBlock {
    flex-flow: row wrap;
    gap: 0;
    justify-content: space-between;
  }
}
@media (min-width: 765px) and (max-width: 991px) {
  .addressBlock p:nth-child(1) {
    width: 100%;
  }
}
.addressBlock p strong {
  display: block;
  padding-block: 1rem;
}

/* Base */
:root {
  --bg: #1e1a18; /* dark page background */
  --card-bg: #f3eee9; /* warm light panel */
  --text: #2b2b2b;
  --muted: #6b6b6b;
  --brand: #e86e3b; /* CTA orange */
  --brand-2: #f18954; /* gradient mix */
  --radius: 12px;
  --shadow: 0 8px 24px rgba(0,0,0,.25);
}

/* Section Title */
.rooms__title {
  margin: 0 0 28px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 40px);
  text-align: center;
}

/* Grid */
.rooms__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
}

@media (max-width: 980px) {
  .rooms__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 765px) {
  .rooms__grid {
    grid-template-columns: 1fr;
  }
}
/* Card */
.room-card {
  background: var(--card-bg);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(0);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  animation: cardIn 0.6s ease both;
}

.room-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

@keyframes cardIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Media (image) */
.room-card__media {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #111;
}

.room-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1) translateZ(0);
  transition: transform 0.6s ease;
}

.room-card:hover .room-card__media img {
  transform: scale(1.05);
}

/* Decorative chevrons */
.chevron {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.chevron::before {
  content: "";
  position: absolute;
  inset: 0;
  mask: radial-gradient(circle at 50% 50%, transparent 14px, black 15px) exclude;
}

.chevron--left {
  left: 10px;
}

.chevron--right {
  right: 10px;
}

.chevron--left::after,
.chevron--right::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 40%, rgba(255, 255, 255, 0.85) 40% 60%, transparent 60%);
  transform: rotate(90deg);
}

.chevron--left {
  clip-path: polygon(60% 30%, 30% 50%, 60% 70%);
}

.chevron--right {
  clip-path: polygon(40% 30%, 70% 50%, 40% 70%);
}

/* Body */
.room-card__body {
  padding: 18px 18px 20px;
  color: var(--text);
  transform: translateY(0);
  transition: transform 0.35s ease;
}

.room-card:hover .room-card__body {
  transform: translateY(-2px);
}

.room-card__title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 20px;
  margin: 6px 0 10px;
  color: #2a2a2a;
}

/* Features list */
.room-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.room-card__features li {
  display: flex;
  align-items: center;
  font-size: 14.5px;
  color: var(--muted);
  font-weight: 600;
}
.room-card__features li:last-child {
  justify-content: flex-end;
}

.icon svg {
  width: 18px;
  height: 18px;
  color: #6f665f; /* warm gray to match panel */
}

.icon-bed {
  width: 35px;
  height: 35px;
  stroke: #2b2b2b;
  fill: none;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* CTA Button */
.btn-cta {
  --h: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--h);
  width: 100%;
  border-radius: 17px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.2px;
  position: relative;
  overflow: hidden;
  transition: filter 0.3s ease, transform 0.25s ease;
}

.btn-cta:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* ripple effect on hover */
.btn-cta__ripple {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(255, 255, 255, 0.35), transparent 45%);
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.35s ease;
}

.btn-cta:hover .btn-cta__ripple {
  opacity: 1;
}

/* Optional: focus styles for accessibility */
.btn-cta:focus-visible {
  outline: 3px solid rgba(232, 110, 59, 0.4);
  outline-offset: 3px;
}

.buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.buttons .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --h: 34px;
  height: var(--h);
  border-radius: 17px;
}

.room-single-grid {
  grid-template-columns: 1fr;
}
.room-single-grid li:last-child {
  justify-content: flex-start !important;
}

.footer {
  float: none !important;
  width: 100% !important;
  height: auto !important;
  padding: 10px 20px !important;
  clear: both;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #333;
  color: white;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: #555;
}

/*# sourceMappingURL=updated.css.map */
