/* color Variables */
/* color Variables */
/* Basic css */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

li {
  list-style: none;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #EDEEEF;
  line-height: 140%;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-optical-sizing: auto;
  font-style: normal;
  color: #11312B;
  position: relative;
  box-sizing: border-box;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: inherit;
}
a:hover, a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: 300;
}

label,
span,
div,
input,
select,
textarea {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

.container-full {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.container-lg {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.container-sm {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.flexcenter, .policySection, .messageSection .messageCont, .messageSection, .ladmarkCardSection .landmarkcardCont .landMarkCol, .ladmarkCardSection, .hotelCardWrapperRes .textbox, .hotelCardWrapperRes, .hotelCardWrapper .cardColumn, .togetherSection .togetherCont, .togetherSection, .bloglistSection, .blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont, .blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper .blogSocialWrap .blogSocial, .blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper .blogSocialWrap, .blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper, .blogdetailsSection .blogCont .blogDetailsWrap, .blogdetailsSection .blogCont, .blogdetailsSection, .moreSection .container, .moreSection, .floorplanSection .container, .floorplanSection, .amenitiesSection, .suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard ul li, .suiteSliderSection .container .sliderInfoWrapper .infoRow, .suiteSliderSection .container, .suiteSliderSection, .landmarkSection .landmarkWrapper .landmarkRow ul li, .landmarkSection .landmarkWrapper .landmarkRow ul, .landmarkSection .landmarkWrapper .landmarkRow, .landmarkSection .landmarkWrapper .headingWrap, .landmarkSection .landmarkWrapper, .landmarkSection .landmarkCont .roomsWrapper .roomscard .textCard .buttonWrap, .landmarkSection .landmarkCont .roomsWrapper .roomscard .textCard ul li, .landmarkSection .landmarkCont .infoWrap, .landmarkSection .landmarkCont, .landmarkSection, .roomsSection .roomsCont .roomsWrapper .roomscard .textCard .buttonWrap, .roomsSection .roomsCont .roomsWrapper .roomscard .textCard ul li, .roomsSection .roomsCont .infoWrap, .roomsSection .roomsCont, .roomsSection, .exploremain .exploreCont .exploreWrapper, .exploremain .exploreCont .infoWrap, .exploremain .exploreCont, .exploremain, .contact__form, .contactSection .contact__container, .contactSection, .blogSection .blogCont, .blogSection, .midHeroSection .content, .zehnder-section .zehnder-left,
.zehnder-section .zehnder-right, .zehnder-section .zehnder-container, .suite-slider, .homeMainContent .infoCont, .homeMainContent .homeCont, .homeMainContent, .homeHeroSection, .navigation .navCont .navWrapper .menuBtnwrap, .navigation .navCont .navWrapper .dateWrap li, .navigation .navCont .navWrapper .dateWrap, .navigation .navCont .navWrapper, .navigation, .footer .footer-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexcstart, .policySection .policyCont, .ladmarkCardSection .landmarkcardCont .landMarkCol .textWrap, .hotelCardWrapper .cardColumn .textbox, .reaentWrap, .moreSection .container .moreWrapper .morecrad, .amenitiesSection .container ul li, .amenitiesSection .container, .suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard ul, .suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard, .suiteSliderSection .container .sliderInfoWrapper, .landmarkSection .landmarkCont .roomsWrapper .roomscard .textCard, .landmarkSection .landmarkCont .roomsWrapper .roomscard, .roomsSection .roomsCont .roomsWrapper .roomscard .textCard, .roomsSection .roomsCont .roomsWrapper .roomscard, .exploremain .exploreCont .exploreWrapper .exploreRow .textCard, .blogCard {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

button {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  text-align: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}
button:hover, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button {
  position: relative;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  border: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 100%;
  white-space: nowrap;
  transition: all 0.25s ease;
  z-index: 1;
  height: 40px;
  width: 160px;
  background-image: url("../assets/images/cta_bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.button span {
  display: inline-block;
}
.button:hover {
  background-image: url("../assets/images/cta_bg_hover.svg");
}

.buttonlg {
  position: relative;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  border: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 100%;
  white-space: nowrap;
  transition: all 0.25s ease;
  z-index: 1;
  height: 40px;
  width: 220px;
  background-image: url("../assets/images/cta_bg_lg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.buttonlg span {
  display: inline-block;
}
.buttonlg:hover {
  background-image: url("../assets/images/cta_bg_lg_hover.png");
}

.fontSecondary, .blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont p, .contact__form .field label, .contact__form .field input,
.contact__form .field textarea, .zehnder-section .zehnder-text, .homeMainContent .infoCont p, .footer-copy, .paragraph, .policySection .policyCont p, .messageSection .messageCont p, .ladmarkCardSection .landmarkcardCont .landMarkCol .textWrap p, .hotelCardWrapperRes .textbox p, .hotelCardWrapper .cardColumn .textbox p, .togetherSection .togetherCont p, .amenitiesSection .container ul li p, .suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard p, .landmarkSection .landmarkWrapper .landmarkRow ul li p, .landmarkSection .landmarkCont .roomsWrapper .roomscard .textCard p, .landmarkSection .landmarkCont .infoWrap p, .roomsSection .roomsCont .roomsWrapper .roomscard .textCard p, .roomsSection .roomsCont .infoWrap p, .exploremain .exploreCont .exploreWrapper .exploreRow .textCard p, .exploremain .exploreCont .infoWrap p, .contactSection .contact__container p, .blogCard .content, .midHeroSection .content p {
  font-family: "Univers Next Pro";
}

.fontPrimary, .blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont h1, .moreSection .container .moreWrapper .morecrad h3, .suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard ul li span, .landmarkSection .landmarkWrapper .landmarkRow h2, .landmarkSection .landmarkCont .roomsWrapper .roomscard .textCard h2, .roomsSection .roomsCont .roomsWrapper .roomscard .textCard h2, .exploremain .exploreCont .exploreWrapper .exploreRow .textCard h2, .blogCard .blogTitle, .suite-slider .suite-tabs a, .suite-slider .suite-tabs button, .navigation .navCont .navWrapper .menuWrap li a, .footer-menu li a, .sectionheading, .policySection .policyCont h1, .messageSection .messageCont h2, .togetherSection .togetherCont h2, .bloglistSection h1, .reaentWrap h2, .moreSection .container h2, .floorplanSection .container h2, .amenitiesSection .container h2, .suiteSliderSection .container .sliderInfoWrapper .infoHead h1, .landmarkSection .landmarkCont .infoWrap h3, .landmarkSection .landmarkCont .infoWrap h1, .roomsSection .roomsCont .infoWrap h1, .exploremain .exploreCont .infoWrap h1, .contactSection .contact__container h2, .blogSection .blogCont h2, .midHeroSection .content h2, .zehnder-section h2, .homeMainContent .infoCont h1, body, .button, .buttonlg {
  font-family: "Gill Sans Nova";
}

.fontGrillSansNoveCn, .togetherSection .togetherCont h3, .blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont h2, .blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper .blogSocialWrap .blogSocial p, .blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper .blogSocialWrap .blogDate p, .suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard ul li p, .suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard h2, .landmarkSection .landmarkWrapper .landmarkRow ul li h3, .landmarkSection .landmarkCont .roomsWrapper .roomscard .textCard ul li p, .landmarkSection .landmarkCont .infoWrap h2, .roomsSection .roomsCont .roomsWrapper .roomscard .textCard ul li p, .homeMainContent .infoCont h2 {
  font-family: "Gill Sans Nova Cn semibold";
}

.wt400,
.regular {
  font-weight: 400;
}

.wt500,
.medium {
  font-weight: 500;
}

.wt600,
.semibold {
  font-weight: 600;
}

.wt700,
.bold {
  font-weight: 700;
}

.wt800,
.extrabold {
  font-weight: 800;
}

.wt900,
.black {
  font-weight: 900;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.sectionheading, .policySection .policyCont h1, .messageSection .messageCont h2, .togetherSection .togetherCont h2, .bloglistSection h1, .reaentWrap h2, .moreSection .container h2, .floorplanSection .container h2, .amenitiesSection .container h2, .suiteSliderSection .container .sliderInfoWrapper .infoHead h1, .landmarkSection .landmarkCont .infoWrap h3, .landmarkSection .landmarkCont .infoWrap h1, .roomsSection .roomsCont .infoWrap h1, .exploremain .exploreCont .infoWrap h1, .contactSection .contact__container h2, .blogSection .blogCont h2, .midHeroSection .content h2, .zehnder-section h2, .homeMainContent .infoCont h1 {
  font-size: 36px;
  font-weight: bold;
  color: #11312B;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 2.5px;
}
.sectionheading.headingLite, .policySection .policyCont h1.headingLite, .messageSection .messageCont h2.headingLite, .togetherSection .togetherCont h2.headingLite, .bloglistSection h1.headingLite, .reaentWrap h2.headingLite, .moreSection .container h2.headingLite, .floorplanSection .container h2.headingLite, .amenitiesSection .container h2.headingLite, .suiteSliderSection .container .sliderInfoWrapper .infoHead h1.headingLite, .landmarkSection .landmarkCont .infoWrap h3.headingLite, .landmarkSection .landmarkCont .infoWrap h1.headingLite, .roomsSection .roomsCont .infoWrap h1.headingLite, .exploremain .exploreCont .infoWrap h1.headingLite, .contactSection .contact__container h2.headingLite, .blogSection .blogCont h2.headingLite, .midHeroSection .content h2.headingLite, .zehnder-section h2.headingLite, .homeMainContent .infoCont h1.headingLite {
  color: #fff;
}
@media (max-width: 600px) {
  .sectionheading, .policySection .policyCont h1, .messageSection .messageCont h2, .togetherSection .togetherCont h2, .bloglistSection h1, .reaentWrap h2, .moreSection .container h2, .floorplanSection .container h2, .amenitiesSection .container h2, .suiteSliderSection .container .sliderInfoWrapper .infoHead h1, .landmarkSection .landmarkCont .infoWrap h3, .landmarkSection .landmarkCont .infoWrap h1, .roomsSection .roomsCont .infoWrap h1, .exploremain .exploreCont .infoWrap h1, .contactSection .contact__container h2, .blogSection .blogCont h2, .midHeroSection .content h2, .zehnder-section h2, .homeMainContent .infoCont h1 {
    font-size: 32px;
  }
}

.paragraph, .policySection .policyCont p, .messageSection .messageCont p, .ladmarkCardSection .landmarkcardCont .landMarkCol .textWrap p, .hotelCardWrapperRes .textbox p, .hotelCardWrapper .cardColumn .textbox p, .togetherSection .togetherCont p, .amenitiesSection .container ul li p, .suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard p, .landmarkSection .landmarkWrapper .landmarkRow ul li p, .landmarkSection .landmarkCont .roomsWrapper .roomscard .textCard p, .landmarkSection .landmarkCont .infoWrap p, .roomsSection .roomsCont .roomsWrapper .roomscard .textCard p, .roomsSection .roomsCont .infoWrap p, .exploremain .exploreCont .exploreWrapper .exploreRow .textCard p, .exploremain .exploreCont .infoWrap p, .contactSection .contact__container p, .blogCard .content, .midHeroSection .content p {
  font-size: 16px;
  font-weight: normal;
  line-height: 120%;
  color: #11312B;
}
/* Basic css */
.fadeIn {
  will-change: opacity;
}

/* Cursor */
@property --cursor-size {
  syntax: "<length>";
  inherits: false;
  initial-value: 40px;
}
@property --cursor-opacity {
  syntax: "<number>";
  inherits: false;
  initial-value: 1;
}
.cursor-trailer {
  width: var(--cursor-size);
  height: var(--cursor-size);
  border: 2px solid #C39366;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  opacity: var(--cursor-opacity);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out, transform 0.2s ease-in-out, opacity 0.4s ease-in-out;
}
.cursor-trailer.hide-cursor-trailer {
  display: none;
}

/* Reveal Word */
.reveal-word {
  display: inline-block;
  overflow: hidden;
}
.reveal-word .reveal-word-inner {
  display: inline-block;
}

.reveal-line {
  display: inline-block;
  overflow: hidden;
}
.reveal-line .reveal-line-inner {
  display: inline-block;
}
.reveal-line .highwhiteed-wrapper {
  display: inline-block;
}

/* Reveal Word */
/* Reveal Element */
.reveal-wrapper {
  position: relative;
  overflow: hidden;
}

.reveal-element {
  will-change: transform;
}

.reveal-unmask {
  position: relative;
  overflow: hidden;
}
.reveal-unmask .overlay-mask {
  position: absolute;
  inset: 0;
  background-color: #fff;
  z-index: 2;
  transition: transform 1s ease;
}

/* Reveal Element */
/* Universal css */
.footer {
  background-color: #11312B;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}
.footer .footer-container {
  flex-direction: column;
  gap: 35px;
}
@media (max-width: 600px) {
  .footer .footer-container {
    gap: 25px;
  }
}
.footer .footer-container .footerLogo {
  height: 115px;
  width: initial;
}
.footer-logo {
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.footer-subtitle {
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 30px;
  opacity: 0.8;
}
.footer-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.footer-menu li a {
  color: #EDEEEF;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1.2px;
  position: relative;
  transition: all 0.2s;
  font-weight: bold;
  text-transform: uppercase;
}
.footer-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: #C39366;
  transition: all 0.2s;
}
.footer-menu li a:hover {
  color: #C39366;
}
.footer-menu li a:hover::after {
  width: 100%;
}
.footer .social-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footer .social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.2s;
  line-height: 120%;
}
.footer .social-icons a:hover {
  background-color: #C39366;
  color: #11312B;
  transform: translateY(-4px);
}
.footer-copy {
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 600px) {
  .footer-copy span {
    display: block;
  }
}

.navigation {
  width: 100%;
  padding: 5px 24px;
  background-color: transparent;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  .navigation {
    padding: 12px 24px !important;
  }
}
.navigation.navigationInner {
  background-color: #11312B;
}
.navigation .navCont {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 992px) {
  .navigation .navCont {
    justify-content: center;
    align-items: center;
  }
}
.navigation .navCont .menuTriger {
  display: none;
}
.navigation .navCont .menuTriger .icon-close {
  display: none;
}
.navigation .navCont .menuTriger.active .icon-menu {
  display: none;
}
.navigation .navCont .menuTriger.active .icon-close {
  display: inline;
}
@media (max-width: 992px) {
  .navigation .navCont .menuTriger {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0px;
  }
  .navigation .navCont .menuTriger img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.navigation .navCont .navLogo {
  width: initial;
  height: 101px;
}
@media (max-width: 992px) {
  .navigation .navCont .navLogo {
    height: 71px;
  }
}
.navigation .navCont .navLogo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.navigation .navCont .navWrapper {
  gap: 60px;
  position: relative;
}
@media (max-width: 992px) {
  .navigation .navCont .navWrapper {
    display: none;
  }
}
.navigation .navCont .navWrapper .menuWrap {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .navigation .navCont .navWrapper .menuWrap {
    gap: 0;
  }
}
@media (max-width: 992px) {
  .navigation .navCont .navWrapper .menuWrap li {
    border-bottom: solid 1px #EDEEEF;
    padding: 15px 0;
  }
  .navigation .navCont .navWrapper .menuWrap li:last-child {
    border-bottom: 0px;
  }
}
.navigation .navCont .navWrapper .menuWrap li a {
  color: #EDEEEF;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1.2px;
  position: relative;
  transition: all 0.2s;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 0px;
}
.navigation .navCont .navWrapper .menuWrap li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: #C39366;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  .navigation .navCont .navWrapper .menuWrap li a::after {
    display: none;
  }
}
.navigation .navCont .navWrapper .menuWrap li a:hover {
  color: #C39366;
}
.navigation .navCont .navWrapper .menuWrap li a:hover::after {
  width: 100%;
}
.navigation .navCont .navWrapper .dateWrap {
  width: initial;
  gap: 30px;
}
.navigation .navCont .navWrapper .dateWrap li {
  flex-direction: column;
  gap: 5px;
  color: #EDEEEF;
  position: relative;
  cursor: pointer;
}
.navigation .navCont .navWrapper .dateWrap li span {
  font-size: 11px;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.navigation .navCont .navWrapper .dateWrap li p {
  font-size: 13px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.navigation .navCont .navWrapper .dateWrap li .flatpickr-calendar {
  position: absolute !important;
  top: 45px !important;
  left: 0;
  z-index: 9999;
}
.navigation .navCont .navWrapper .dateWrap li .flatpickr-day {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.navigation.navigationactive {
  padding: 5px 24px;
  background-color: #11312B;
}
.navigation.resMenuActive {
  background-color: #11312B;
  height: 100svh;
  justify-content: flex-start;
  align-items: flex-start;
}
.navigation.resMenuActive .navWrapper {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100svh;
  padding-top: 100px;
}
.navigation.resMenuActive .navWrapper .menuWrap {
  flex-direction: column;
  width: 100%;
}
.navigation.resMenuActive .navWrapper .dateWrap {
  display: none;
}
.navigation.resMenuActive .navWrapper .menuBtnwrap {
  display: none;
}

.overflowNone {
  overflow: hidden !important;
}

.homeHeroSection {
  width: 100%;
  height: 100svh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  gap: 0 24px;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}
.homeHeroSection .parallaxBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.homeHeroSection .homeHeroImg {
  height: 353px;
  width: initial;
}
@media (max-width: 992px) {
  .homeHeroSection .homeHeroImg {
    height: initial;
    width: 100%;
  }
}
.homeHeroSection .animationWrap {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 100px;
  animation: floatIcon 2s ease-in-out infinite;
}
.homeHeroSection .animationWrap img {
  width: 100%;
  height: 100%;
}

@keyframes floatIcon {
  0% {
    bottom: 100px;
    opacity: 1;
    visibility: visible;
  }
  100% {
    bottom: 50px;
    opacity: 0;
    visibility: hidden;
  }
}
.homeMainContent {
  width: 100%;
  background-color: #fff;
  padding: 70px 24px;
}
.homeMainContent .homeCont {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 80px;
}
.homeMainContent .infoCont {
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.homeMainContent .infoCont h2 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1.9px;
}
.homeMainContent .infoCont h2 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1.9px;
}
.homeMainContent .infoCont h1 {
  text-align: center;
}
.homeMainContent .infoCont p {
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
  width: 100%;
  max-width: 653px;
  text-align: center;
}

.suite-slider {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  flex-direction: column;
  gap: 22px;
}
@media (max-width: 1440px) {
  .suite-slider {
    max-width: 900px;
  }
}
.suite-slider .suite-header {
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  display: none;
  border-bottom: solid 2px #768592;
  width: 100%;
}
@media (max-width: 768px) {
  .suite-slider .suite-header {
    display: flex;
  }
}
.suite-slider .suite-header .suite-title {
  font-size: 14px;
  color: #11312B;
  border-bottom: solid 2px #11312B;
  padding: 2px 0;
}
.suite-slider .suite-header .nav-arrow {
  background: none;
  border: none;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  color: #11312B;
  padding: 4px 8px;
}
.suite-slider .suite-header .nav-arrow img {
  width: 20px;
  height: 20px;
}
.suite-slider .suite-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
  border-bottom: solid 2px #768592;
  width: 100%;
}
@media (max-width: 768px) {
  .suite-slider .suite-tabs {
    display: none;
  }
}
.suite-slider .suite-tabs button {
  background: none;
  border: none;
  font-weight: 600;
  cursor: pointer;
  padding-bottom: 6px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #768592;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.suite-slider .suite-tabs button.active {
  color: #11312B;
  border-bottom: solid 2px #11312B;
}
.suite-slider .suite-tabs button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.suite-slider .suite-tabs button:hover::after, .suite-slider .suite-tabs button.active::after {
  transform: scaleX(1);
}
.suite-slider .suite-tabs a {
  background: none;
  border: none;
  font-weight: 600;
  cursor: pointer;
  padding-bottom: 6px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #768592;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.suite-slider .image-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #EDEEEF;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.suite-slider .image-wrapper .suite-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.suite-slider .image-wrapper .suite-item.active {
  opacity: 1;
}

.zehnder-section {
  width: 100%;
}
.zehnder-section .zehnder-container {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
  gap: 40px;
}
.zehnder-section h2 {
  width: 100%;
  max-width: 560px;
  text-align: center;
}
.zehnder-section .zehnder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.zehnder-section .zehnder-left,
.zehnder-section .zehnder-right {
  text-align: left;
  flex-direction: column;
}
.zehnder-section .btnWrap {
  width: 100%;
  max-width: 297px;
}
.zehnder-section .zehnder-text {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 297px;
  color: #11312B;
}
.zehnder-section .zehnder-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

.midHeroSection {
  width: 100%;
  padding: 130px 24px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.midHeroSection::before {
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
}
@media (max-width: 600px) {
  .midHeroSection {
    padding: 80px 24px;
    background-position: 40%;
  }
}
.midHeroSection .content {
  width: 100%;
  position: relative;
  z-index: 10;
  flex-direction: column;
  gap: 32px;
}
.midHeroSection .content .logo {
  width: 124px;
  height: initial;
}
.midHeroSection .content .logo img {
  width: 100%;
}
.midHeroSection .content h2 {
  color: #fff;
  text-align: center;
}
.midHeroSection .content p {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 650px;
  line-height: 23px;
}
@media (max-width: 600px) {
  .midHeroSection .content p {
    max-width: 257px;
  }
}

.blogSection {
  width: 100%;
  background-image: url("../assets/images/blog_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 24px;
}
@media (max-width: 1080px) {
  .blogSection {
    padding: 70px 24px;
  }
}
.blogSection .blogCont {
  max-width: 1200px;
  width: 100%;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 600px) {
  .blogSection .blogCont {
    gap: 50px;
  }
}
.blogSection .blogCont h2 {
  text-align: center;
}

.blogWrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 600px) {
  .blogWrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .blogWrapper .blogCard {
    display: none;
  }
  .blogWrapper .blogCard:first-child {
    display: flex;
  }
}

.blogCard {
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.blogCard .blogImg {
  width: 100%;
  transition: all 0.2s;
}
.blogCard:hover .blogImg {
  opacity: 0.8;
}
.blogCard .blogTitle {
  font-size: 16px !important;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  line-height: 100%;
}
.blogCard .content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}
.blogCard .moreBtn {
  font-size: 16px;
  font-weight: bold;
  color: #768592;
  letter-spacing: 1.4px;
  padding: 2px 0;
  text-transform: uppercase;
  transition: all 0.2s;
}
.blogCard .moreBtn:hover {
  color: #11312B;
}

.contactSection {
  width: 100%;
  padding: 70px 24px;
  background-color: #fff;
}
.contactSection.wishContact {
  padding: 120px 24px;
}
@media (max-width: 600px) {
  .contactSection.wishContact {
    padding: 70px 24px;
  }
}
.contactSection .contact__container {
  max-width: 1200px;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.contactSection .contact__container h2 {
  text-align: center;
}
@media (max-width: 600px) {
  .contactSection .contact__container h2 {
    width: 100%;
    max-width: 250px;
  }
}
.contactSection .contact__container p {
  text-align: center;
  max-width: 653px;
  width: 100%;
}
@media (max-width: 600px) {
  .contactSection .contact__container p {
    max-width: 283px;
  }
}

.contact__form {
  width: 100%;
  margin-top: 50px;
  max-width: 890px;
  flex-direction: column;
}
.contact__form .row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 600px) {
  .contact__form .row {
    gap: 0rem;
  }
}
.contact__form .field {
  position: relative;
  margin-bottom: 1rem;
}
.contact__form .field.full {
  grid-column: span 2;
  width: 100%;
  margin-bottom: 50px;
}
.contact__form .field input,
.contact__form .field textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #11312B;
  padding: 0.75rem 0;
  font-size: 0.95rem;
  outline: none;
  background: transparent;
  color: #11312B;
  font-size: 16px;
  color: #11312B;
  font-weight: 500;
}
.contact__form .field input:focus,
.contact__form .field textarea:focus {
  border-bottom-color: #C39366;
}
.contact__form .field input:not(:-moz-placeholder) + label, .contact__form .field textarea:not(:-moz-placeholder) + label {
  transform: translateY(-1.5rem);
  color: #C39366;
  font-size: 16px;
  font-weight: normal;
}
.contact__form .field input:focus + label, .contact__form .field input:not(:placeholder-shown) + label,
.contact__form .field textarea:focus + label,
.contact__form .field textarea:not(:placeholder-shown) + label {
  transform: translateY(-1.5rem);
  color: #C39366;
  font-size: 16px;
  font-weight: normal;
}
.contact__form .field textarea {
  resize: none;
  font-size: 16px;
  color: #11312B;
}
.contact__form .field label {
  position: absolute;
  left: 0;
  top: 15px;
  pointer-events: none;
  transition: all 0.25s ease;
  font-size: 16px;
  font-weight: normal;
  color: #11312B;
}

/* Responsive */
@media (max-width: 768px) {
  .contact__form .row {
    grid-template-columns: 1fr;
  }
  .field.full {
    grid-column: span 1;
  }
}
.exploreHeroSection {
  width: 100%;
  height: 420px;
  padding-top: 111px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .exploreHeroSection {
    padding-top: 71px;
  }
}
.exploreHeroSection img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
.exploreHeroSection img.desktopBanner {
  display: block;
}
@media (max-width: 600px) {
  .exploreHeroSection img.desktopBanner {
    display: none;
  }
}
.exploreHeroSection img.mobileBanner {
  display: none;
}
@media (max-width: 600px) {
  .exploreHeroSection img.mobileBanner {
    display: block;
    height: 120%;
  }
}

.exploremain {
  width: 100%;
  background-color: #fff;
  padding: 120px 24px;
}
@media (max-width: 600px) {
  .exploremain {
    padding: 70px 24px;
  }
}
.exploremain .exploreCont {
  width: 100%;
  max-width: 1100px;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 600px) {
  .exploremain .exploreCont {
    gap: 70px;
  }
}
.exploremain .exploreCont .infoWrap {
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.exploremain .exploreCont .infoWrap h1 {
  text-align: center;
}
@media (max-width: 600px) {
  .exploremain .exploreCont .infoWrap h1 {
    width: 100%;
    max-width: 280px;
  }
}
.exploremain .exploreCont .infoWrap p {
  text-align: center;
}
@media (max-width: 600px) {
  .exploremain .exploreCont .infoWrap p {
    max-width: 271px;
    width: 100%;
  }
}
.exploremain .exploreCont .exploreWrapper {
  width: 100%;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 600px) {
  .exploremain .exploreCont .exploreWrapper {
    gap: 68px;
  }
}
.exploremain .exploreCont .exploreWrapper .exploreRow {
  width: 100%;
  display: grid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 600px) {
  .exploremain .exploreCont .exploreWrapper .exploreRow {
    flex-direction: column;
  }
}
.exploremain .exploreCont .exploreWrapper .exploreRow:nth-child(even) {
  direction: rtl;
}
@media (max-width: 600px) {
  .exploremain .exploreCont .exploreWrapper .exploreRow:nth-child(even) {
    direction: ltr;
  }
}
.exploremain .exploreCont .exploreWrapper .exploreRow:nth-child(even) .textCard {
  direction: ltr;
}
.exploremain .exploreCont .exploreWrapper .exploreRow:nth-child(even) .textCard p {
  line-height: 23px;
}
.exploremain .exploreCont .exploreWrapper .exploreRow .imgCard {
  width: 100%;
  max-width: 616px;
}
.exploremain .exploreCont .exploreWrapper .exploreRow .imgCard img {
  width: 100%;
}
@media (max-width: 600px) {
  .exploremain .exploreCont .exploreWrapper .exploreRow .imgCard img {
    height: 364px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.exploremain .exploreCont .exploreWrapper .exploreRow .textCard {
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 450px;
}
.exploremain .exploreCont .exploreWrapper .exploreRow .textCard h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  color: #11312B;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 1.7px;
}
@media (max-width: 600px) {
  .exploremain .exploreCont .exploreWrapper .exploreRow .textCard h2 {
    width: 100%;
    max-width: 280px;
  }
}
.exploremain .exploreCont .exploreWrapper .exploreRow .textCard p {
  margin-bottom: 10px;
  line-height: 23px;
}

.roomsSection {
  width: 100%;
  padding: 200px 24px 100px;
  background-color: #fff;
}
@media (max-width: 600px) {
  .roomsSection {
    padding: 130px 24px 70px;
  }
}
.roomsSection .roomsCont {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 600px) {
  .roomsSection .roomsCont {
    gap: 60px;
  }
}
.roomsSection .roomsCont .infoWrap {
  flex-direction: column;
  gap: 15px;
}
.roomsSection .roomsCont .infoWrap h1 {
  text-align: center;
}
.roomsSection .roomsCont .infoWrap p {
  text-align: center;
}
@media (max-width: 600px) {
  .roomsSection .roomsCont .infoWrap p {
    max-width: 271px;
    width: 100%;
  }
}
.roomsSection .roomsCont .roomsWrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px 42px;
}
@media (max-width: 600px) {
  .roomsSection .roomsCont .roomsWrapper {
    gap: 80px;
  }
}
@media (max-width: 600px) {
  .roomsSection .roomsCont .roomsWrapper {
    grid-template-columns: 1fr;
  }
}
.roomsSection .roomsCont .roomsWrapper .roomscard {
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.roomsSection .roomsCont .roomsWrapper .roomscard .imgCard {
  width: 100%;
}
.roomsSection .roomsCont .roomsWrapper .roomscard .imgCard img {
  width: 100%;
}
@media (max-width: 600px) {
  .roomsSection .roomsCont .roomsWrapper .roomscard .imgCard img {
    height: 364px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.roomsSection .roomsCont .roomsWrapper .roomscard .textCard {
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.roomsSection .roomsCont .roomsWrapper .roomscard .textCard h2 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font-weight: bold;
}
.roomsSection .roomsCont .roomsWrapper .roomscard .textCard ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px 10px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .roomsSection .roomsCont .roomsWrapper .roomscard .textCard ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.roomsSection .roomsCont .roomsWrapper .roomscard .textCard ul li {
  gap: 5px;
}
.roomsSection .roomsCont .roomsWrapper .roomscard .textCard ul li span {
  font-size: 13px;
  font-weight: bold;
  color: #C39366;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  white-space: nowrap;
}
.roomsSection .roomsCont .roomsWrapper .roomscard .textCard ul li p {
  font-size: 21px;
  color: #11312B;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}
@media (max-width: 600px) {
  .roomsSection .roomsCont .roomsWrapper .roomscard .textCard ul li p {
    font-size: 18px;
    letter-spacing: 1.1px;
  }
}
.roomsSection .roomsCont .roomsWrapper .roomscard .textCard p {
  line-height: 130%;
}
.roomsSection .roomsCont .roomsWrapper .roomscard .textCard .buttonWrap {
  gap: 24px;
}
@media (max-width: 600px) {
  .roomsSection .roomsCont .roomsWrapper .roomscard .textCard .buttonWrap {
    flex-direction: column;
  }
}
.roomsSection .roomsCont .roomsWrapper .roomscard .textCard .buttonWrap .arrowBtn {
  font-size: 16px;
  font-weight: bold;
  color: #768592;
  letter-spacing: 1.4px;
  transition: all 0.2s;
  text-transform: uppercase;
}
.roomsSection .roomsCont .roomsWrapper .roomscard .textCard .buttonWrap .arrowBtn:hover {
  color: #11312B;
}

.landmarkSection {
  width: 100%;
  padding: 200px 0px 100px;
  flex-direction: column;
  gap: 0px;
  background-color: #fff;
}
@media (max-width: 600px) {
  .landmarkSection {
    padding: 130px 0px 0px;
    gap: 0px;
  }
}
.landmarkSection .landmarkCont {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 30px;
  padding: 0 24px;
}
@media (max-width: 600px) {
  .landmarkSection .landmarkCont {
    gap: 60px;
  }
}
.landmarkSection .landmarkCont .infoWrap {
  flex-direction: column;
  gap: 15px;
}
.landmarkSection .landmarkCont .infoWrap h2 {
  font-size: 24px;
  text-align: center;
  color: #11312B;
  letter-spacing: 1.9px;
}
.landmarkSection .landmarkCont .infoWrap h1 {
  text-align: center;
}
.landmarkSection .landmarkCont .infoWrap h3 {
  text-align: center;
}
.landmarkSection .landmarkCont .infoWrap p {
  text-align: center;
  width: 100%;
  max-width: 653px;
  line-height: 140%;
}
@media (max-width: 600px) {
  .landmarkSection .landmarkCont .infoWrap p {
    max-width: 271px;
    width: 100%;
  }
}
.landmarkSection .landmarkCont .bannerImg {
  width: 100%;
  margin-bottom: 20px;
}
.landmarkSection .landmarkCont .bannerImg img {
  width: 100%;
}
@media (max-width: 600px) {
  .landmarkSection .landmarkCont .bannerImg img {
    height: 364px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.landmarkSection .landmarkCont .roomsWrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px 42px;
}
@media (max-width: 600px) {
  .landmarkSection .landmarkCont .roomsWrapper {
    gap: 80px;
  }
}
@media (max-width: 600px) {
  .landmarkSection .landmarkCont .roomsWrapper {
    grid-template-columns: 1fr;
  }
}
.landmarkSection .landmarkCont .roomsWrapper .roomscard {
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.landmarkSection .landmarkCont .roomsWrapper .roomscard .imgCard {
  width: 100%;
}
.landmarkSection .landmarkCont .roomsWrapper .roomscard .imgCard img {
  width: 100%;
}
@media (max-width: 600px) {
  .landmarkSection .landmarkCont .roomsWrapper .roomscard .imgCard img {
    height: 364px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.landmarkSection .landmarkCont .roomsWrapper .roomscard .textCard {
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.landmarkSection .landmarkCont .roomsWrapper .roomscard .textCard h2 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font-weight: bold;
}
.landmarkSection .landmarkCont .roomsWrapper .roomscard .textCard ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px 10px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .landmarkSection .landmarkCont .roomsWrapper .roomscard .textCard ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.landmarkSection .landmarkCont .roomsWrapper .roomscard .textCard ul li {
  gap: 5px;
}
.landmarkSection .landmarkCont .roomsWrapper .roomscard .textCard ul li span {
  font-size: 13px;
  font-weight: bold;
  color: #C39366;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  white-space: nowrap;
}
.landmarkSection .landmarkCont .roomsWrapper .roomscard .textCard ul li p {
  font-size: 21px;
  color: #11312B;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}
.landmarkSection .landmarkCont .roomsWrapper .roomscard .textCard p {
  line-height: 130%;
}
.landmarkSection .landmarkCont .roomsWrapper .roomscard .textCard .buttonWrap {
  gap: 24px;
}
@media (max-width: 600px) {
  .landmarkSection .landmarkCont .roomsWrapper .roomscard .textCard .buttonWrap {
    flex-direction: column;
  }
}
.landmarkSection .landmarkCont .roomsWrapper .roomscard .textCard .buttonWrap .arrowBtn {
  font-size: 16px;
  font-weight: bold;
  color: #768592;
  letter-spacing: 1.4px;
  transition: all 0.2s;
}
.landmarkSection .landmarkCont .roomsWrapper .roomscard .textCard .buttonWrap .arrowBtn:hover {
  color: #11312B;
}
.landmarkSection .landmarkWrapper {
  width: 100%;
  max-width: 720px;
  padding: 60px 40px;
  background-image: url("../assets/images/landmark-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  gap: 80px;
}
.landmarkSection .landmarkWrapper .headingWrap {
  width: 100%;
}
.landmarkSection .landmarkWrapper .headingWrap img {
  height: 130px;
  width: initial;
}
@media (max-width: 600px) {
  .landmarkSection .landmarkWrapper .headingWrap img {
    height: initial;
    width: 100%;
  }
}
.landmarkSection .landmarkWrapper .landmarkRow {
  width: 100%;
  flex-direction: column;
  gap: 35px;
}
.landmarkSection .landmarkWrapper .landmarkRow h2 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1.7px;
  color: #C39366;
}
.landmarkSection .landmarkWrapper .landmarkRow ul {
  width: 100%;
  flex-direction: column;
  gap: 35px;
}
.landmarkSection .landmarkWrapper .landmarkRow ul li {
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.landmarkSection .landmarkWrapper .landmarkRow ul li h3 {
  font-size: 21px;
  letter-spacing: 1.7px;
  color: #11312B;
}
.landmarkSection .landmarkWrapper .landmarkRow ul li p {
  width: 100%;
  max-width: 360px;
  text-align: center;
  line-height: 140%;
}

.suiteSliderSection {
  width: 100%;
  background-color: #fff;
  padding: 200px 24px 100px;
}
@media (max-width: 992px) {
  .suiteSliderSection {
    padding: 120px 24px 100px;
  }
}
@media (max-width: 600px) {
  .suiteSliderSection {
    padding: 70px 0px 70px;
  }
}
.suiteSliderSection .container {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 100px;
}
.suiteSliderSection .container .sliderWrapper {
  width: 100%;
  position: relative;
}
.suiteSliderSection .container .sliderWrapper .slider {
  position: relative;
  width: 100%;
  margin: auto;
  background: #EDEEEF;
  height: 580px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .suiteSliderSection .container .sliderWrapper .slider {
    height: 500px;
  }
}
.suiteSliderSection .container .sliderWrapper {
  /* ===== Slides ===== */
}
.suiteSliderSection .container .sliderWrapper .slide {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.suiteSliderSection .container .sliderWrapper .slide .mobImg {
  display: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .suiteSliderSection .container .sliderWrapper .slide .mobImg {
    display: block;
  }
}
.suiteSliderSection .container .sliderWrapper .slide .deskImg {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .suiteSliderSection .container .sliderWrapper .slide .deskImg {
    display: none;
  }
}
.suiteSliderSection .container .sliderWrapper .slide.active {
  opacity: 1;
}
.suiteSliderSection .container .sliderWrapper {
  /* ===== Arrows ===== */
}
.suiteSliderSection .container .sliderWrapper .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 10;
  width: 36px;
  height: 36px;
}
@media (max-width: 1080px) {
  .suiteSliderSection .container .sliderWrapper .arrow {
    top: initial;
    bottom: -90px;
  }
}
@media (max-width: 600px) {
  .suiteSliderSection .container .sliderWrapper .arrow {
    bottom: -70px;
  }
}
.suiteSliderSection .container .sliderWrapper .arrow.left {
  left: -50px;
}
@media (max-width: 1080px) {
  .suiteSliderSection .container .sliderWrapper .arrow.left {
    left: calc(50% - 50px);
  }
}
.suiteSliderSection .container .sliderWrapper .arrow.right {
  right: -50px;
}
@media (max-width: 1080px) {
  .suiteSliderSection .container .sliderWrapper .arrow.right {
    right: calc(50% - 50px);
  }
}
.suiteSliderSection .container .sliderWrapper {
  /* ===== Dots ===== */
}
.suiteSliderSection .container .sliderWrapper .dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 14px;
  z-index: 10;
}
@media (max-width: 1080px) {
  .suiteSliderSection .container .sliderWrapper .dots {
    display: none;
  }
}
.suiteSliderSection .container .sliderWrapper .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C39366;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.suiteSliderSection .container .sliderWrapper .dot.active {
  opacity: 1;
  transform: scale(1.2);
  background: #903F2B;
}
.suiteSliderSection .container .sliderInfoWrapper {
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 600px) {
  .suiteSliderSection .container .sliderInfoWrapper {
    padding: 0 24px;
  }
}
.suiteSliderSection .container .sliderInfoWrapper .infoHead {
  text-align: left;
  width: 100%;
}
.suiteSliderSection .container .sliderInfoWrapper .infoHead h1 {
  font-weight: bold;
}
@media (max-width: 600px) {
  .suiteSliderSection .container .sliderInfoWrapper .infoHead h1 {
    text-align: center;
  }
}
.suiteSliderSection .container .sliderInfoWrapper .infoRow {
  justify-content: flex-start;
  gap: 100px;
  width: 100%;
}
@media (max-width: 992px) {
  .suiteSliderSection .container .sliderInfoWrapper .infoRow {
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .suiteSliderSection .container .sliderInfoWrapper .infoRow {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard {
  flex-direction: column;
  gap: 13px;
}
@media (max-width: 600px) {
  .suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard {
    justify-content: center;
    align-items: center;
  }
}
.suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard:first-child {
  max-width: 600px;
  width: 100%;
}
.suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard h2 {
  font-size: 24px;
  letter-spacing: 1.9px;
  line-height: 100%;
  color: #11312B;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard h2 {
    text-align: center;
    max-width: 285px;
  }
}
.suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard p {
  line-height: 130%;
  width: 100%;
  margin-bottom: 10px;
  line-height: 23px;
}
@media (max-width: 600px) {
  .suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard p {
    text-align: center;
    max-width: 285px;
  }
}
.suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard ul {
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 600px) {
  .suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard ul {
    justify-content: center;
    align-items: center;
  }
}
.suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard ul li {
  gap: 5px;
  text-transform: uppercase;
}
.suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard ul li span {
  font-size: 16px;
  font-weight: bold;
  color: #C39366;
  letter-spacing: 1.1px;
  line-height: 100%;
  white-space: nowrap;
}
.suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard ul li p {
  font-size: 24px;
  font-weight: normal;
  color: #11312B;
  letter-spacing: 1.9px;
  text-align: left;
}
.suiteSliderSection .container .sliderInfoWrapper .infoBtn {
  width: 100%;
  text-align: left;
}
@media (max-width: 600px) {
  .suiteSliderSection .container .sliderInfoWrapper .infoBtn {
    text-align: center;
    padding-top: 20px;
  }
}

.amenitiesSection {
  width: 100%;
  padding: 100px 24px;
  background-image: url("../assets/images/ame-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .amenitiesSection {
    padding: 70px 24px;
  }
}
.amenitiesSection .container {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 34px;
}
.amenitiesSection .container h2 {
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .amenitiesSection .container h2 {
    width: 100%;
    text-align: center;
  }
}
.amenitiesSection .container ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px 24px;
}
@media (max-width: 600px) {
  .amenitiesSection .container ul {
    grid-template-columns: 1fr;
  }
}
.amenitiesSection .container ul li {
  width: 100%;
  gap: 24px;
  align-items: center;
}
.amenitiesSection .container ul li:last-child p {
  border-bottom: 0px;
}
.amenitiesSection .container ul li img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.amenitiesSection .container ul li p {
  width: calc(100% - 54px);
  padding: 15px 0;
  border-bottom: solid 2px #768592;
}
@media (max-width: 600px) {
  .amenitiesSection .container ul li p {
    border-bottom: solid 2px #768592;
  }
}

.floorplanSection {
  width: 100%;
  padding: 100px 24px;
  background-color: #fff;
}
@media (max-width: 600px) {
  .floorplanSection {
    padding: 70px 24px;
  }
}
.floorplanSection .container {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 40px;
}
.floorplanSection .container h2 {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.floorplanSection .container h2 .floorplanWrap {
  width: 100%;
  max-width: 502px;
}
.floorplanSection .container h2 .floorplanWrap img {
  width: 100%;
}

.moreSection {
  width: 100%;
  background-color: #fff;
  padding: 100px 24px;
}
@media (max-width: 600px) {
  .moreSection {
    padding: 70px 24px;
  }
}
.moreSection .container {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 40px;
}
.moreSection .container h2 {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.moreSection .container .moreWrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 600px) {
  .moreSection .container .moreWrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.moreSection .container .moreWrapper .morecrad {
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.moreSection .container .moreWrapper .morecrad .imgWrap {
  width: 100%;
}
.moreSection .container .moreWrapper .morecrad .imgWrap img {
  width: 100%;
}
.moreSection .container .moreWrapper .morecrad h3 {
  font-size: 24px;
  font-weight: bold;
  color: #11312B;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}
.moreSection .container .moreWrapper .morecrad .arrowBtn {
  font-size: 16px;
  font-weight: bold;
  color: #768592;
  letter-spacing: 1.4px;
  transition: all 0.2s;
  text-transform: uppercase;
}
.moreSection .container .moreWrapper .morecrad .arrowBtn:hover {
  color: #11312B;
}

.blogdetailsSection {
  width: 100%;
  padding: 200px 24px 100px;
  background-color: #fff;
}
@media (max-width: 600px) {
  .blogdetailsSection {
    padding: 130px 24px 70px;
  }
}
.blogdetailsSection .blogCont {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 600px) {
  .blogdetailsSection .blogCont {
    gap: 60px;
  }
}
.blogdetailsSection .blogCont .blogDetailsWrap {
  width: 100%;
  flex-direction: column;
  gap: 47px;
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogImgWrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogImgWrap img {
  width: 100%;
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogImgWrap img.desktopImg {
  display: block;
}
@media (max-width: 600px) {
  .blogdetailsSection .blogCont .blogDetailsWrap .blogImgWrap img.desktopImg {
    display: none;
  }
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogImgWrap img.monileImg {
  display: none;
}
@media (max-width: 600px) {
  .blogdetailsSection .blogCont .blogDetailsWrap .blogImgWrap img.monileImg {
    display: block;
  }
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 102px;
}
@media (max-width: 1080px) {
  .blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper {
    gap: 50px;
  }
}
@media (max-width: 992px) {
  .blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper {
    width: 100%;
    flex-direction: column;
  }
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper .blogSocialWrap {
  max-width: 271px;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 992px) {
  .blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper .blogSocialWrap {
    gap: 6px;
  }
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper .blogSocialWrap .blogDate {
  width: 100%;
  text-align: left;
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper .blogSocialWrap .blogDate p {
  font-size: 18px;
  color: #11312B;
  font-weight: bold;
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper .blogSocialWrap .blogSocial {
  width: 100%;
  flex-direction: column;
  gap: 21px;
}
@media (max-width: 992px) {
  .blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper .blogSocialWrap .blogSocial {
    gap: 12px;
  }
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper .blogSocialWrap .blogSocial p {
  font-size: 18px;
  color: #11312B;
  font-weight: bold;
  text-align: left;
  width: 100%;
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper .blogSocialWrap .blogSocial ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 992px) {
  .blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper .blogSocialWrap .blogSocial ul {
    gap: 12px;
  }
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper .blogSocialWrap .blogSocial ul li {
  position: relative;
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper .blogSocialWrap .blogSocial ul li a {
  transition: all 0.2s;
  display: inline-block;
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper .blogSocialWrap .blogSocial ul li a img {
  width: 42px;
  height: initial;
}
@media (max-width: 992px) {
  .blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper .blogSocialWrap .blogSocial ul li a img {
    width: 30px;
  }
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextWrapper .blogSocialWrap .blogSocial ul li a:hover {
  opacity: 0.8;
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont {
  width: calc(100% - 390px);
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1080px) {
  .blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont {
    width: calc(100% - 340px);
  }
}
@media (max-width: 992px) {
  .blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont {
    width: 100%;
  }
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont h1 {
  font-size: 30px;
  color: #11312B;
  font-weight: bold;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont h2 {
  font-size: 24px;
  color: #11312B;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont h2 {
    font-size: 25px;
    margin-bottom: 10px;
    font-style: normal;
  }
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont h3 {
  font-size: 22px;
  color: #11312B;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont h3 {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont h4 {
  font-size: 20px;
  color: #11312B;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont h4 {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont p {
  font-size: 17px;
  color: #11312B;
  font-weight: 500;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont p {
    margin-bottom: 28px;
  }
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont p:last-child {
  margin-bottom: 0;
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.blogdetailsSection .blogCont .blogDetailsWrap .blogTextCont ul li {
  font-size: 16px;
  color: #11312B;
  font-weight: bold;
}

.reaentWrap {
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.bloglistSection {
  width: 100%;
  padding: 200px 24px 100px;
  flex-direction: column;
  gap: 40px;
  background-color: #fff;
}
@media (max-width: 600px) {
  .bloglistSection {
    padding: 130px 24px 70px;
  }
}
.bloglistSection .blogCont {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 22px;
}
@media (max-width: 992px) {
  .bloglistSection .blogCont {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .bloglistSection .blogCont {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}

.togetherSection {
  width: 100%;
  padding: 115px 24px;
  background-image: url("../assets/images/bg-primary.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .togetherSection {
    padding: 70px 24px;
  }
}
.togetherSection .togetherCont {
  width: 100%;
  max-width: 700px;
  flex-direction: column;
  gap: 17px;
}
.togetherSection .togetherCont h2 {
  text-align: center;
}
@media (max-width: 600px) {
  .togetherSection .togetherCont h2 {
    max-width: 320px;
    line-height: 140%;
  }
}
@media (max-width: 600px) {
  .togetherSection .togetherCont h2.long {
    max-width: 340px;
    line-height: 140%;
  }
}
.togetherSection .togetherCont h3 {
  text-align: center;
  font-size: 24px;
  color: #11312B;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 400;
}
.togetherSection .togetherCont p {
  color: #11312B;
  text-align: center;
  width: 100%;
  line-height: 23px;
  margin-bottom: 20px;
}

.hotelCardWrapper {
  width: 100%;
  max-width: 890px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 600px) {
  .hotelCardWrapper {
    display: none;
  }
}
.hotelCardWrapper .cardColumn {
  width: 100%;
  flex-direction: column;
  gap: 60px;
}
.hotelCardWrapper .cardColumn .imgbox {
  width: 100%;
  overflow: hidden;
}
.hotelCardWrapper .cardColumn .imgbox img {
  width: 100%;
}
.hotelCardWrapper .cardColumn .textbox {
  max-width: 290px;
  flex-direction: column;
  gap: 30px;
}
.hotelCardWrapper .cardColumn .textbox p {
  color: #11312B;
  text-align: left;
  width: 100%;
  line-height: 23px;
}

.hotelCardWrapperRes {
  width: 100%;
  flex-direction: column;
  gap: 31px;
  display: none;
}
@media (max-width: 600px) {
  .hotelCardWrapperRes {
    display: flex;
  }
}
.hotelCardWrapperRes .imgbox {
  width: 100%;
  max-width: 300px;
}
.hotelCardWrapperRes .imgbox img {
  width: 100%;
}
.hotelCardWrapperRes .imgbox:first-child {
  margin-left: 30px;
}
.hotelCardWrapperRes .imgbox:nth-child(2) {
  margin-left: 30px;
}
.hotelCardWrapperRes .imgbox:nth-child(3) {
  margin-right: 30px;
}
.hotelCardWrapperRes .imgbox:nth-child(4) {
  margin-left: 30px;
}
.hotelCardWrapperRes .textbox {
  max-width: 290px;
  flex-direction: column;
  gap: 30px;
}
.hotelCardWrapperRes .textbox p {
  color: #11312B;
  text-align: center;
  width: 100%;
  line-height: 23px;
}

.ladmarkCardSection {
  width: 100%;
  padding: 80px 0px;
}
@media (max-width: 600px) {
  .ladmarkCardSection {
    padding-top: 0px;
  }
}
.ladmarkCardSection .landmarkcardCont {
  width: 100%;
  max-width: 970px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 600px) {
  .ladmarkCardSection .landmarkcardCont {
    grid-template-columns: 1fr;
    padding: 0 24px;
    gap: 40px;
  }
}
.ladmarkCardSection .landmarkcardCont .landMarkCol {
  width: 100%;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 600px) {
  .ladmarkCardSection .landmarkcardCont .landMarkCol {
    gap: 20px;
  }
}
.ladmarkCardSection .landmarkcardCont .landMarkCol .imgWrap {
  width: 100%;
}
.ladmarkCardSection .landmarkcardCont .landMarkCol .imgWrap img {
  width: 100%;
}
.ladmarkCardSection .landmarkcardCont .landMarkCol .textWrap {
  width: 100%;
  max-width: 320px;
  flex-direction: column;
  gap: 14px;
  padding: 50px 0;
}
@media (max-width: 600px) {
  .ladmarkCardSection .landmarkcardCont .landMarkCol .textWrap {
    padding: 0px;
    max-width: 100%;
  }
}
.ladmarkCardSection .landmarkcardCont .landMarkCol .textWrap h3 {
  font-size: 24px;
  color: #11312B;
  line-height: 100%;
  letter-spacing: 1.7px;
  font-weight: bold;
  text-transform: uppercase;
}
.ladmarkCardSection .landmarkcardCont .landMarkCol .textWrap p {
  line-height: 140%;
}

.wishlistBannerSection {
  width: 100%;
  margin-top: 111px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .wishlistBannerSection {
    margin-top: 71px;
  }
}
.wishlistBannerSection img {
  position: relative;
  left: 0;
  top: -20%;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
.wishlistBannerSection img.desktopBan {
  display: block;
}
@media (max-width: 992px) {
  .wishlistBannerSection img.desktopBan {
    display: none;
  }
}
.wishlistBannerSection img.mobBan {
  display: none;
}
@media (max-width: 992px) {
  .wishlistBannerSection img.mobBan {
    display: block;
  }
}

.messageSection {
  width: 100%;
  padding: 200px 24px;
  background-color: #fff;
}
.messageSection .messageCont {
  width: 100%;
  max-width: 900px;
  flex-direction: column;
  gap: 20px;
}
.messageSection .messageCont h2 {
  text-align: center;
  line-height: 120%;
}
.messageSection .messageCont p {
  line-height: 140%;
  text-align: center;
}

.policySection {
  width: 100%;
  padding: 120px 24px;
  margin-top: 111px;
  margin-top: 111px;
  background-color: #fff;
}
@media (max-width: 600px) {
  .policySection {
    margin-top: 71px;
    padding: 60px 24px;
  }
}
.policySection .policyCont {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 20px;
}
.policySection .policyCont h1 {
  line-height: 120%;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.policySection .policyCont h2 {
  font-size: 18px;
  font-weight: bold;
}
.policySection .policyCont p {
  line-height: 140%;
}

.paralaxBox {
  position: relative;
  overflow: hidden;
}
.paralaxBox img {
  width: 100%;
  height: calc(100% + 40px);
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.1s linear;
}

.waitlistSection {
  width: 100%;
  padding: 150px 24px 100px;
}
@media (max-width: 600px) {
  .waitlistSection {
    padding: 150px 24px 70px;
  }
}/*# sourceMappingURL=main.css.map */
/* ---- Custom overrides (Blade) ---- */
.navigation .navCont .navBookMobile {
  display: none;
}
@media (max-width: 992px) {
  /* Keep the nav strip a consistent height so the bar doesn't collapse
     when the logo hides on scroll. */
  .navigation .navCont {
    min-height: 71px;
    position: relative;
  }
  /* Hamburger button stays top-left, vertically centred */
  .navigation .navCont .menuTriger {
    top: 50%;
    transform: translateY(-50%);
  }
  /* Mobile Book button — hidden initially, fades in after scroll */
  .navigation .navCont .navBookMobile {
    display: inline-flex !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 6px 14px;
    font-size: 11px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  }
  .navigation.nav-scrolled .navCont .navBookMobile {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.25s ease, visibility 0s;
  }
  /* Logo fades out (but keeps its space) when scrolled */
  .navigation .navCont .navLogo {
    transition: opacity 0.25s ease;
  }
  .navigation.nav-scrolled .navCont .navLogo {
    opacity: 0;
    visibility: hidden;
  }
}
.roomsSection .roomsCont .roomsWrapper .roomscard {
  cursor: pointer;
}

/* Reliable excerpt clamp on blog/related-post cards */
.blogCard .content {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden !important;
  text-overflow: ellipsis;
  flex-grow: 0 !important;
  max-height: calc(1.5em * 3);
  line-height: 1.5;
}
.reaentWrap .blogWrapper,
.blogSection .blogWrapper {
  align-items: start;
}

/* Blog card text alignment (override .blogSection .blogCont h2 center) */
.blogCard .blogTitle,
.blogCard .content,
.blogCard .moreBtn {
  text-align: left;
  align-self: stretch;
}
.blogSection .blogCard .blogTitle,
.reaentWrap .blogCard .blogTitle,
.bloglistSection .blogCard .blogTitle,
.blogSection .blogCont .blogCard h2.blogTitle {
  text-align: left !important;
}
.blogCard .content {
  text-align: left !important;
}
.blogCard .moreBtn {
  text-align: left !important;
  align-self: flex-start;
}

/* Mobile suite detail: 2-column grid — right-aligned labels, left-aligned values
   meeting at a centred vertical axis */
@media (max-width: 600px) {
  .suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard ul {
    display: grid !important;
    grid-template-columns: auto auto;
    column-gap: 12px;
    row-gap: 10px;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 16px;
  }
  .suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard ul li {
    display: contents;
  }
  .suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard ul li span {
    text-align: right;
    justify-self: end;
  }
  .suiteSliderSection .container .sliderInfoWrapper .infoRow .rowCard ul li p {
    text-align: left;
    justify-self: start;
  }
}

/* Waitlist: keep form width when wrapped in .js-form-container */
.contact__form .js-form-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
