/*
Theme Name: H78 Child
Template: h78
Author: Child Theme Configurator
Version: 4.1
Updated: 2025-07-01 08:14:40

*/
html {
	scroll-behavior: smooth;
}
:root {
    --hoverInTime: 0.24s;
    --hoverOutTime: 0.18s;
    --hoverInTimeL: 0.3s;
    --hoverOutTimeL: 0.22s;
    --hoverInTimeL2: 0.36s;
    --hoverOutTimeL2: 0.24s;
    --hoverInTimeL3: 0.54s;
    --hoverOutTimeL3: 0.42s;
	--hoverInTimeL4: 0.66s;
	--hoverInTimeL5: 0.74s;
    --hoverOutTimeL4: 0.54s;
    --hoverOutTimeL5: 0.6s;
	--hoverInTimeL8: 1s;
    --animate-duration: 800ms;
    --animate-delay: 0.2s;
    --spring-easing: cubic-bezier(0.33, 1, 0.68, 1);
    --hoverInAnim: cubic-bezier(0.33, 1, 0.68, 1);
    --hoverOutAnim: cubic-bezier(0.33, 1, 0.68, 1);
    --spring-duration: 1.333s;
    --accent-2: #1FADA6;
	--header-bg: #fff;
	--header-bg-hover: #fff;
	--header-icons: invert(0) brightness(1);
	--header-text-color: #5B3C28;
	--header-text-color-hover: #262827;
	--header-divider-color: #ecddc6;	
	--header-divider-color-hover: #ecddc6;	
	--header-logo: brightness(1);	
}

body:not(.single-property) .site-header {
    position: sticky;
    top: 0px;
}

body.single-property, body.home {
  	--header-bg: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	--header-bg-hover: #fff;
 	--header-icons: invert(1) brightness(1.5);
  	--header-text-color: #fff;
  	--header-divider-color: #ffffff80;
	--header-logo: brightness(10);	
	--header-divider-color-hover: #ecddc6;	
	--header-text-color-hover: #5B3C28;
	--header-icons-hover: invert(0) brightness(1);
	--header-logo-hover: brightness(1);	
}
.top-header__center.logo a img, .hero-logo-wrapper img {
	filter: var(--header-logo);
	-webkit-transition: all var(--hoverInTimeL4) var(--hoverOutAnim);
    transition: all var(--hoverInTimeL4) var(--hoverOutAnim);
}
.site-header:hover .top-header__center.logo a img, .site-header.is-sticky .top-header__center.logo a img, .site-header.active .top-header__center.logo a img {
	filter: var(--header-logo-hover);
	-webkit-transition: all var(--hoverInTime) var(--hoverInAnim);
    transition: all var(--hoverInTime) var(--hoverInAnim);
}
header.site-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
body.home .top-header__center.logo a img {
/*     opacity: 0; */
}
.top-header.container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    position: relative;
	max-width: unset;
}
.top-header__left {
    display: flex;
    align-items: center;
    gap: 24px;
}
section.masonry-slider.m-40 {
    margin-top: 40px !important;
}

.top-header__center.logo a {
    display: flex;
    justify-items: center;
    align-items: center;
}
.top-header__center.logo {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    top: 50%;
}


a.primary-button {
    padding: 12px;
    background: var(--accent);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-family: DM Sans;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
}
.top-header__left span.divider {
    width: 1px;
    background-color: var(--header-divider-color);
    height: 20px;
}

.site-header:hover .top-header__left span.divider, .site-header.is-sticky .top-header__left span.divider,  .site-header.active .top-header__left span.divider {
    background-color: var(--header-divider-color-hover);
}
nav.inner-nav.container {
    display: flex;
    flex-direction: column;
	top: 80px;
    position: sticky;
    background: #fff;
}

button.menu-toggle .menu-icon {
    width: 40px;
    height: 40px;
    display: flex;
    padding: 0px;
}
.top-header__right {
    display: flex;
}
button.menu-toggle {
    display: flex;
    padding: 0px;
    gap: 8px;
    align-items: center;
	
}

span.menu-label {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--header-text-color);
	-webkit-transition: all var(--hoverOutTime) var(--hoverOutAnim);
    transition: all var(--hoverOutTime) var(--hoverOutAnim);
}
.site-header:hover span.menu-label, .site-header.is-sticky span.menu-label, .site-header.active span.menu-label {
	color: var(--header-text-color-hover);
	-webkit-transition: all var(--hoverInTime) var(--hoverInAnim);
    transition: all var(--hoverInTime) var(--hoverInAnim);
}
button.menu-toggle:hover span.menu-label {
	-webkit-transition: all var(--hoverInTime) var(--hoverInAnim);
    transition: all var(--hoverInTime) var(--hoverInAnim);
	transform: translatex(-4px);
}
button.search-toggle {
    width: 24px;
    height: 24px;
    background: none;
    padding: 0px;
    display: flex;
    align-content: center;
    justify-content: center;
	z-index: 1;
	position: relative;
}
button.search-toggle span {
    position: absolute;
    display: flex;
}

a.primary-button {
    padding: 12px;
    background: var(--accent);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-family: DM Sans;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    -webkit-transition: all var(--hoverOutTime) var(--hoverOutAnim);
    transition: all var(--hoverOutTime) var(--hoverOutAnim);
}
nav.inner-nav.container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid #F5EEDF;
    align-items: center;
}
nav.inner-nav.container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;

    align-items: center;
}

a.primary-button:hover {
    background: var(--accent-2);
    -webkit-transition: all var(--hoverInTime) var(--hoverInAnim);
    transition: all var(--hoverInTime) var(--hoverInAnim);
}

.hotel-dropdown-panel {
  position: absolute;
  top: calc(80px + 57px) !important;
  left: 0;
  width: 100vw;
  background: #fff;
  z-index: -1;
  padding: 48px 24px 64px;
  border-bottom: 1px solid #F5EEDF;
}
section.getting-here-section {
    padding-top: 80px;
}
.hotel-dropdown-panel.show {
	z-index: 9999;
}
.single-property .hotel-dropdown-panel {
  top: calc(680px + 57px) !important;
}
.has-sticky-header .hotel-dropdown-panel {
    position: fixed;
    top: calc(80px + 55px) !important;
}
.hotel-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1216px;
  margin: 0 auto;
  gap: 32px;
}

.hotel-card {
  	text-align: center;
    text-decoration: none;
    color: inherit;
    gap: 24px;
    display: flex;
    flex-direction: column;
	width: 100%;
    max-width: calc(25% - 24px);
}

.hotel-card img {
  	width: 100%;
  	border-radius: 0px;
	aspect-ratio: 200 / 320;
	height: auto;
}

.hotel-card h4 {
  	font-family: DM Sans;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	color: #262827;
	margin: 0px;
}
.mega-menu .hotel-grid.container {
    padding-top: 4px;
	    padding-bottom: 64px;
}
.hotel-dropdown-toggle {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
}
ul.property-nav li {
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
}
ul.property-nav {
    display: flex;
    margin: 0px;
    padding: 0px 24px;
    gap: 40px;
    list-style-type: none;
    text-decoration: none;
	height: 54px;
}
.hotel-dropdown-wrapper {
    height: 100%;
}
button.hotel-dropdown-toggle {
	position: relative;
    font-family: DM Sans;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #845A2E;
    text-transform: uppercase;
    border: 1px solid #F5EEDF;
    border-bottom: 0px;
    border-top: 0px;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
ul.property-nav li {
    display: flex;
	position: relative;
}
ul.property-nav li:after, .discover-link:after {
	transform-origin: center left;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #3ECBC1;
    position: absolute;
    bottom: -1px;
    opacity: 0;
    transform: scale(0);
	-webkit-transition: all var(--hoverOutTimeL) var(--hoverOutAnim);
    transition: all var(--hoverOutTimeL) var(--hoverOutAnim);
}
.mega-menu__main-links li a:after {
	transform-origin: center left;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #3ECBC1;
    position: absolute;
    bottom: -5px;
    opacity: 0;
    transform: scale(0);
	-webkit-transition: all var(--hoverOutTimeL) var(--hoverOutAnim);
    transition: all var(--hoverOutTimeL) var(--hoverOutAnim);
}
button.hotel-dropdown-toggle:after {
	transform-origin: center left;
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 2px;
    background: #3ECBC1;
    position: absolute;
    bottom: 0px;
    opacity: 0;
    transform: scale(0);
	-webkit-transition: all var(--hoverOutTimeL) var(--hoverOutAnim);
    transition: all var(--hoverOutTimeL) var(--hoverOutAnim);
}
button.hotel-dropdown-toggle:hover:after {
	transform-origin: center left;
    -webkit-transition: all var(--hoverInTime) var(--hoverInAnim);
    transition: all var(--hoverInTime) var(--hoverInAnim);
	opacity: 1;
    transform: scale(1);
}
ul.property-nav li:hover:after, .mega-menu__main-links li a:hover:after, .discover-link:hover:after, .destination-card:hover .discover-link:after {
	transform-origin: center left;
    -webkit-transition: all var(--hoverInTimeL2) var(--hoverInAnim);
    transition: all var(--hoverInTimeL2) var(--hoverInAnim);
	opacity: 1;
    transform: scale(1);
}
.hotel-dropdown-wrapper {
    height: 54px;
}
button.hotel-dropdown-toggle:hover {
    background: none;
}
button.hotel-dropdown-toggle:focus {
    background: none;
}
button.hotel-dropdown-toggle span.chevron {
    display: flex;
    align-items: center;
    justify-content: center;
}
nav.inner-nav.container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}


ul.property-nav li a {
    font-family: DM Sans;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-decoration: none;
    color: #845A2E;
    height: 100%;
    display: flex;
	-webkit-transition: all var(--hoverOutTimeL) var(--hoverOutAnim);
    transition: all var(--hoverOutTimeL) var(--hoverOutAnim);
    align-items: center;
}
ul.property-nav li:hover a {
	color: #5B3C28;
	-webkit-transition: all var(--hoverInTime) var(--hoverInAnim);
    transition: all var(--hoverInTime) var(--hoverInAnim);
}

button.search-toggle.search-on span.search-icon {
    opacity: 0;
	-webkit-transition: all var(--hoverInTime) var(--hoverInAnim);
    transition: all var(--hoverInTime) var(--hoverInAnim);
}
button.search-toggle.search-on span.close-icon {
    opacity: 1 !important;
	-webkit-transition: all var(--hoverInTime) var(--hoverInAnim);
    transition: all var(--hoverInTime) var(--hoverInAnim);
}


.header-search button.search-submit {
    background: none;
    padding: 0px;
    display: flex;
	opacity: 0;
}
.header-search {
    margin-left: -44px;
}
input#header-search-field {
	padding: 8px 14px;
    padding-left: 32px;
}
input#header-search-field {
    background: none;
    border: 0px;
    border-bottom: 1px solid #ECDDC6;
    font-family: DM Sans;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}
form.search-form {
    display: flex;
}

div#page {
    min-height: 120vh;
}
.single-property div#content {
    display: flex;
    flex-direction: column;
}
.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div#image-slider {
    margin: 0 auto;
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
}

.site-header {
  backdrop-filter: blur(10px); /* the blur effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  position: absolute;
  width: 100%;
  z-index: 999;
  transform: translateY(0);
  transition: all var(--hoverInTime) var(--hoverInAnim);
  background: var(--header-bg);
	
}

.home header.site-header.is-floating:hover {
border-bottom: 1px solid #F5EEDF;
}

.site-header:hover {
  position: absolute;
  width: 100%;
  z-index: 999;
  transform: translateY(0);
  transition: all var(--hoverInTime) var(--hoverInAnim);
  background: var(--header-bg-hover);
}
.home header.site-header.is-floating:hover {
	background: var(--header-bg-hover);
}
.site-header.active {
  background: var(--header-bg-hover);
	
}

/* Sticky state - offscreen to top first */
.site-header.is-sticky {
  background: var(--header-bg-hover);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  z-index: 999;
  transition: all var(--hoverInTime) var(--hoverInAnim);
	border-bottom: 1px solid #F5EEDF;
}

/* Animate slide-down into view */
.site-header.is-sticky.sticky-visible {
  transform: translateY(0);
  transition: all var(--hoverInTime) var(--hoverInAnim);
}

/* Optional: prevent layout shift when fixed */
body.has-sticky-header {
  padding-top: 0px; /* adjust to your header height */
}

/* Animate in with keyframes */
.site-header.is-sticky.sticky-visible {
  animation: slideDown var(--hoverInTime) var(--hoverInAnim) forwards;
}

/* Optional cleanup animation when hiding */
.site-header.sticky-hiding {
  animation: slideUp var(--hoverInTime) var(--hoverInAnim) forwards;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}

.site-header .menu-icon, .site-header .search-icon img, .site-header .close-icon img {
	filter: var(--header-icons);
	-webkit-transition: all var(--hoverOutTime) var(--hoverOutAnim);
    transition: all var(--hoverOutTime) var(--hoverOutAnim);
}

.site-header:hover .menu-icon, .site-header:hover .search-icon img, .site-header:hover .close-icon img, .site-header.is-sticky .menu-icon, .site-header.is-sticky .search-icon img, .site-header.is-sticky .close-icon img, .site-header.active .menu-icon, .site-header.active .search-icon img, .site-header.active .close-icon img {
	filter: var(--header-icons-hover);
	-webkit-transition: all var(--hoverInTime) var(--hoverInAnim);
    transition: all var(--hoverInTime) var(--hoverInAnim);
}



/* Animate dropdown panel */
.hotel-dropdown-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height var(--hoverOutTimeL5) var(--hoverOutAnim), opacity var(--hoverOutTimeL8) var(--hoverOutAnim);
}

.hotel-dropdown-panel.show {
  max-height: 600px; /* Adjust based on content */
  opacity: 1;
}

/* Hotel grid animations */
.hotel-card {
  opacity: 0;
  transform: translateY(-80px);
  transition: transform var(--hoverInTimeL5) var(--hoverInAnim), opacity var(--hoverInTimeL8) var(--hoverInAnim);
}

.hotel-card.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.hotel-card:hover {
	transform: translateY(-12px);
	transition: all var(--hoverInTimeL4) var(--hoverInAnim);
}




.mega-menu {
  background: white;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 999;
	max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all var(--hoverOutTimeL5) var(--hoverOutAnim), opacity var(--hoverOutTimeL5) var(--hoverOutAnim);
}
.mega-menu.show {
  max-height: 1000px; /* Adjust to your menu's full height */
  opacity: 1;
}
.mega-menu__main-links {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 0px;
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
  padding-bottom: 14px;
}

.mega-menu__main-links li a {
    text-decoration: none;
    padding-bottom: 16px;
    font-family: DM Sans;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
	position: relative;
}
.mega-menu__main-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 24px;
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #ECDDC6;
	padding-bottom: 16px !important;
}
.mega-menu__main-links li.active a:after {
   transform-origin: center left;
    -webkit-transition: all var(--hoverInTime) var(--hoverInAnim);
    transition: all var(--hoverInTime) var(--hoverInAnim);
    opacity: 1;
    transform: scale(1);
}
.has-sticky-header .mega-menu {
    position: fixed;
}

.mega-menu__main-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 24px;
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #ECDDC6;
}
.mega-menu .hotel-grid.container {
    padding-top: 24px;
}
button.menu-toggle .menu-icon {
	position: relative;
}

.menu-icon span.bar {
    height: 2px;
    background-color: #5b3c28;
    border-radius: 2px;
    position: absolute;
    top: 12px;
    width: 24px;
    left: 8px;
	transition: all var(--hoverInTimeL4) var(--hoverInAnim);
}

.menu-icon span.bar:nth-child(2) {
    top: 19px;
}
.menu-icon span.bar:nth-child(3) {
    top: 26px;
}

span.menu-icon img {
    display: none;
}

button.menu-toggle.active .menu-icon span.bar:nth-child(3) {
    opacity: 0;
}
.menu-toggle.active span.bar:first-child {
    transform: rotate(45deg);
    top: 19px;
}
button.menu-toggle.active .menu-icon span.bar:nth-child(2) {
    transform: rotate(-45deg);
    top: 19px;
}
.menu-label {
	position: relative;
	height: 40px;
	width: 42px;
	line-height: 40px;
}
.menu-label-open {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 1;
    opacity: 1;
    transform: translateX(0);
    top: 0px;
	height: 40px;
    line-height: 40px;
}
/* Hide the Close label initially */
.menu-label-close {
	position: absolute;
    left: 0;
    width: 100%;
    opacity: 1;
    opacity: 0;
    transform: translateX(-100%);
    top: 0px;
	height: 40px;
    line-height: 40px;
}

/* Toggle on .open */
.menu-toggle.active .menu-label-open {
  opacity: 0;
  transform: translateY(-100%);
}

.menu-toggle.active .menu-label-close {
  opacity: 1;
  transform: translateY(0);
}





.site-footer {
  background-color: #fff;
  font-family: inherit;
}

/* Top Footer */
.top-footer {
  padding: 80px 24px;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
	max-width: 1216px;
	margin: 0 auto;
  justify-content: space-between;
}

/* Column 1 */
.footer-logo-desc {
  flex: 1 1 384px;
}
.footer-logo-desc img {
    max-width: 93px;
    margin-bottom: 24px;
    width: 100%;
}
.footer-logo-desc p {
    color: #845A2E;
    max-width: 272px;
    font-family: DM Sans;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
	margin: 0px;
}
/* Column 2 */
.footer-menus {
  display: flex;
  flex: 2 1 400px;
  gap: 32px;
}
.footer-menu-group h4 {
    font-family: DM Sans;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
	color: #845A2E;
    position: absolute;
}
.footer-menu-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu-group ul {
    display: flex;
    margin-top: 35px;
    gap: 15px;
    flex-direction: column;
}
.footer-menu-group ul li {
}
.footer-menu-group ul li a {
    text-decoration: none;
    font-family: DM Sans;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
	-webkit-transition: all var(--hoverOutTime) var(--hoverOutAnim);
    transition: all var(--hoverOutTime) var(--hoverOutAnim);
    color: #262827;
}
.footer-menu-group ul li a:hover {
  color: var(--accent-2);
    -webkit-transition: all var(--hoverInTime) var(--hoverInAnim);
    transition: all var(--hoverInTime) var(--hoverInAnim);
}
.footer-menu-group {
    width: 100%;
}
/* Column 3 */
.footer-social {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1 1 150px;
	margin-top: 36px;
}
.footer-social img {
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
	-webkit-transition: all var(--hoverOutTime) var(--hoverOutAnim);
	transition: all var(--hoverOutTime) var(--hoverOutAnim);
}
.footer-social a:hover img {
  opacity: 0.8;
	 -webkit-transition: all var(--hoverInTime) var(--hoverInAnim);
    transition: all var(--hoverInTime) var(--hoverInAnim);
}

/* Bottom Footer */
.bottom-footer {
  padding: 40px 24px;
  border-top: 1px solid #F5EEDF;
  background-image: url('/wp-content/themes/h78-child/images/footer_bg.png'); /* Adjust if needed */
  background-size: cover;
  background-repeat: no-repeat;
}
.bottom-footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	max-width: 1216px;
	margin: 0 auto;
}
.bottom-left p {
    margin: 0;
    color: #845A2E;
    font-family: DM Sans;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}
.bottom-right ul {
  list-style: none;
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
}
.bottom-right ul li a {
    text-decoration: none;
    font-family: DM Sans;
    font-weight: 300;
    font-size: 14px;
    color: #845A2E;
    line-height: 20px;
    letter-spacing: 0%;
	 -webkit-transition: all var(--hoverOutTime) var(--hoverOutAnim);
    transition: all var(--hoverOutTime) var(--hoverOutAnim);
}
.bottom-right ul li a:hover {
  color: var(--accent-2);
    -webkit-transition: all var(--hoverInTime) var(--hoverInAnim);
    transition: all var(--hoverInTime) var(--hoverInAnim);
}



.hero-banner {
  position: relative;
  height: 800px;
  overflow: hidden;
  margin-top: -80px;
	display: flex;
    align-items: center;
}

.video-bg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

section.hero-banner {
    background: #fbf8f3;
}





.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Optional: make video non-interactive */
	pointer-events: none;
    position: relative;
    width: 100%;
/* 	padding-bottom: 53%; */
	padding-bottom: 56.5%;
}

.video-wrapper iframe {
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body {
	background: #fff;
}





.separate-containers .site-main {
    margin: 0px;
}



.destinations-section {
	padding: 112px 0 160px;
	margin: 0px;
}

.section-title {
  text-align: center;
  margin-bottom: 64px;
}

.section-title .title-icon {
    width: 64px;
    height: auto;
    margin-bottom: 4px;
	justify-self: center;
}

.section-title h2 {
    font-family: Spectral;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    text-align: center;
    color: #262827;
}

.destinations-cards {
    display: flex;
    gap: 32px;
	justify-content: center;
}
.destination-card {
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    transition: transform var(--hoverInTimeL5) var(--hoverInAnim), opacity var(--hoverInTimeL5) var(--hoverInAnim);
}

.destination-card:hover {
/*     transform: translateY(-12px);
    transition: all var(--hoverInTimeL4) var(--hoverInAnim); */
}
section.about-section .section-title.container {
    margin-bottom: 0px;
}
.destination-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 280 / 400;
}
.destination-card-content {
  padding: 0px;
}

.destination-card-content .subtitle {
    color: #1FADA6;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    text-transform: lowercase;
}
.destination-card-content h3 {
    font-family: Spectral;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0%;
    margin-top: 2px;
    margin-bottom: 10px;
	color: #262827;
}
.destination-card-content p {
    font-family: DM Sans;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #262827;
    margin-bottom: 24px;
}



.discover-link:after {
	bottom: 0px;
	top: 26px;
}

.discover-link {
    text-decoration: none;
    font-family: DM Sans;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
	color: #845A2E;
	position: relative;
    letter-spacing: 0%;
	-webkit-transition: all var(--hoverOutTime) var(--hoverOutAnim);
    transition: all var(--hoverOutTime) var(--hoverOutAnim);
}
.discover-link:hover, .destination-card:hover .discover-link {
	color: #5B3C28;
	-webkit-transition: all var(--hoverInTimeL2) var(--hoverInAnim);
    transition: all var(--hoverInTimeL2) var(--hoverInAnim);
}

.destination-card a {
    overflow: hidden;
	width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 280 / 400;
	position: relative;
}
section.destinations-section .destination-card a span.coming-soon {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
}

.destination-card a img {
	-webkit-transition: all var(--hoverOutTime) var(--hoverOutAnim);
    transition: all var(--hoverOutTime) var(--hoverOutAnim);
}

.destination-card a:hover img, .destination-card:hover img {
    transform: scale(1.03);
	-webkit-transition: all var(--hoverInTimeL2) var(--hoverInAnim);
    transition: all var(--hoverInTimeL2) var(--hoverInAnim);
}





section.getting-here-section .section-title {
    margin-bottom: 80px;
}

.about-section {
	margin: 0px;
  padding: 0 0 112px;
}

.about-image-wrapper {
    width: 100vw;
    overflow: hidden;
    margin-bottom: 112px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    height: 560px;
}

.about-image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.title-section .main-title .title-icon {
  width: 32px;
  height: auto;
}

.section-title h5.subtitle {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #3ECBC1;
    text-transform: uppercase;
    margin-bottom: 6px;
}
span.separator {
    background: #F5EEDF;
    height: 1px;
    display: block;
    margin: 0px;
}

.section-title h2 {
    font-family: Spectral;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    text-align: center;
    color: #262827;
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.section-title .main-title .title-icon {
    width: 48px;
    height: auto;
    margin: 0px;
}

.section-title p.description, 
.section-title p {
    font-family: DM Sans;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 640px;
    margin: 24px auto;
    color: #262827;
}
.section-title a.discover-link {
    display: flex;
    width: fit-content;
    justify-self: center;
}
button.mapboxgl-popup-close-button {
    display: none !important;
}

div#map {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
section.getting-here-section .section-title p {
    margin-top: 16px;
}

img.bg-left-element {
    position: absolute;
    left: -200px;
    z-index: -1;
	top: 50%;
    transform: translateY(-50%);
}

section.two-column {
    position: relative;
}

section.two-column .container {
    display: flex;
    align-items: center;
    gap: 80px;
}

section.two-column .container .half-width-text, 
section.two-column .container > img {
    width: 50%;
}
section.two-column {
    position: relative;
    margin: 0px auto 112px !important;
    max-width: 1008px;
}
.half-width-text {
    text-align: center;
}

.half-width-text h2 {
    font-family: Spectral;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: center;
	color: #262827;
    margin-bottom: 16px;
}
.lagoon {
	color: var(--accent-2) !important;
}
.half-width-text p {
    font-family: DM Sans;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #262827;
    margin-bottom: 0px;
}
section.two-column.right-image-column .container {
    flex-direction: row-reverse;
}
img.bg-right-element {
    position: absolute;
    right: -200px;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

section.two-column.right-image-column.three-image {
    margin-top: 112px !important;
}
section.stats-row {
    display: flex;
    gap: 32px;
    align-items: center;
	padding: 80px 0;
    max-width: 1008px;
    margin: 0 auto;
}
section.stats-row .stat {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.stat-header {
    display: flex;
    gap: 8px;
    align-items: center;
}
.stat-header h3 {
    font-family: Spectral;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    margin: 0px;
    color: #262827;
}
.stat span.separator {
    background: #ECDDC6;
}
section.stats-row .stat p {
    font-family: DM Sans;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    margin: 0px;
    color: #262827;
}
section.management-section p.description {
    max-width: 800px;
}
section.management-section {
    padding: 112px 0 80px;
}
.member-section {
    display: flex;
    flex-direction: column;
    gap: 64px;
	
}
.member > img {
    width: 197px;
    height: auto;
    aspect-ratio: 197 / 240;
    object-fit: cover;
}
.member {
    display: flex;
    flex-direction: row;
    gap: 32px;
}
.member-data {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.member-data h3 {
    font-family: Spectral;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0%;
    margin: 0px;
    color: #262827;
}
.member-data p {
    margin: 0px;
    font-family: DM Sans;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #262827;
}
.member-data p.designation {
    font-family: DM Sans;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #845A2E;
}
section.management-section {
    padding: 112px 0 80px;
}
.page .site-footer {
    border-top: 1px solid #F5EEDF;
}

section.header-section {
    padding: 112px 0 80px;
    margin: 0;
}
.page-template-contact-template section.header-section {
    padding-bottom: 20px;
}
.page-template-contact-template header.site-header {
    border-bottom: 1px solid #F5EEDF;
}
.page-template-contact-template section.stats-row {
    padding-top: 0px;
    justify-content: center;
    margin-bottom: 80px;
}

.forminator-edit-module {
    display: none;
}

.forminator-label {
    font-family: DM Sans !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: 0%;
    color: #262827;
    text-align: left;
    margin-bottom: 4px !important;
    display: block;
}
.forminator-input, .forminator-textarea {
    font-family: DM Sans !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: 0%;
    background: none !important;
    border-bottom: 1px solid #ECDDC6 !important;
}


.forminator-row {
    margin-bottom: 40px !important;
}

.forminator-input, .forminator-textarea {
    padding: 12px 0 !important;
}
.forminator-custom-form {
    margin: 0px !important;
}
.forminator-row.forminator-row-last {
    margin: 0px !important;
}
button.forminator-button.forminator-button-submit {
    background: #845A2E;
    font-family: DM Sans !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    letter-spacing: 0%;
    color: #fff !important;
    border-radius: 4px !important;
    width: 384px !important;
    display: flex !important;
    text-align: center !important;
    justify-content: center;
}
.palm-leaf {
	color:#B5AD3E !important;
}
.hibiscus {
	color:#F0B2E8 !important;
}
.sand {
	color:#ECDDC6 !important;
}
.sunset {
	color:#FD7726 !important;
}





.custom-gallery {
    column-count: 3;
    column-gap: 36px;
}

.custom-gallery a:hover img {
  transform: scale(1.03);
}


.custom-gallery a {
    display: inline-block;
    margin-bottom: 32px;
    width: 100%;
    break-inside: avoid;
}
.custom-gallery img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0px;
    transition: all var(--hoverInTimeL2) var(--hoverInAnim);
}
.fancybox__thumb {
    border-radius: 0px !important;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-width: 2px !important;
    border-radius: 0px !important;
    border-color: #fff !important;
}
.fancybox__backdrop {
    background: #fffd !important;
}
.fancybox__toolbar {
    color: #262827 !important;
    text-shadow: none !important;
    background: none !important;
}
.carousel__button svg {
    filter: none !important;
    stroke: #262827;
}
.fancybox__nav .carousel__button:hover {
    background: #eee;
}
.carousel__button:hover {
    background: #eee;
}
h5.subtitle.lowercase {
    text-transform: lowercase;
}

.single-property section.about-section {
    padding-top: 112px;
    padding-bottom: 56px;
}
.single-property section.about-section .section-title.container {
    margin: 0px;
}
section.masonry-slider {
    position: relative;
    margin: 0px !important;
    padding-bottom: 112px;
}
img.bg-center-element {
	max-height: 100%;
    position: absolute;
    top: calc(50% - 17px - 56px);
    left: 50%;
    transform: translate(-50%, -50%);
}
div#gallery-slider {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
div#gallery-slider {
    padding: 45px 0 62px;
}
.masonry-slider .splide__slide {
    max-width: 280px !important;
    display: flex;
    align-items: center;
}
.masonry-slider .splide__slide img {
    height: auto;
}

section.masonry-slider a.discover-link {
    justify-self: center;
    display: flex;
}
nav.inner-nav.container {
    z-index: 1;
}


section.rooms-section {
    padding-top: 112px;
    padding-bottom: 112px;
    margin: 0px;
}
.rooms-cards {
    margin-bottom: 64px;
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
	justify-content: center;
	row-gap: 60px;
}

.rooms-cards .room-card {
    max-width: calc(1 / 3 * 100% - 22px);
}
.blog section.header-section p.description {
    margin: 16px auto;
}

.room-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 384 / 480;
    object-fit: cover;
    margin-bottom: 24px;
    -webkit-transition: all var(--hoverOutTime) var(--hoverOutAnim);
    transition: all var(--hoverOutTime) var(--hoverOutAnim);
    margin: 0px;
}

.room-card a:hover img, .room-card:hover img {
    transform: scale(1.03);
	-webkit-transition: all var(--hoverInTimeL2) var(--hoverInAnim);
    transition: all var(--hoverInTimeL2) var(--hoverInAnim);
}
a.room-image {
    width: 100%;
    height: auto;
    aspect-ratio: 384 / 480;
    display: flex;
    margin-bottom: 22px;
    overflow: hidden;
}
.room-card a {
    text-decoration: none !important;
}
.room-card .destination-card-content p {
    margin: 0px;
}
.rooms-section .discover-link {
    justify-self: center;
    display: flex;
}
.one-big-two-small-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 32px;
    max-width: 62%;
}

.one-big-two-small-image img:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
}
section.two-column.right-image-column.three-image {
    max-width: 1216px;
}

.half-width-text a.discover-link {
    margin-top: 16px !important;
    display: block;
}

section.header-section .section-title.container {
    margin: 0px;
}




.reviews-section {
  padding: 112px 24px;
}

.section-title {
  text-align: center;
  margin-bottom: 64px;
}

.section-title .title-icon {
  width: 48px;
  margin-bottom: 16px;
}

.reviews-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.review-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.review-card:hover {
  transform: translateY(-4px);
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.review-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 16px;
}

.review-author strong {
  display: block;
  font-weight: 600;
}

.review-author span {
  color: #999;
  font-size: 0.9rem;
}

.review-content {
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #444;
}


main.rooms-listing-page {
    width: 100%;
}
.blog section.header-section p.description {
    margin: 16px auto;
    max-width: 800px;
}

section.masonry-slider a.primary-button.center {
    margin-top: 18px;
    display: flex;
    width: fit-content;
    justify-self: center;
}
section.dining-slider.masonry-slider a.primary-button.center {
    display: flex;
    width: fit-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 28px;
}
img.logo-overlay {
    max-width: 320px;
}
.overlay-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.blog section.masonry-slider {
    padding-bottom: 80px;
}
img.restaurant-logo {
    max-width: 200px;
    margin-bottom: 20px;
}
.blog .half-width-text a.discover-link {
    width: fit-content;
    justify-self: center;
    margin-top: 32px !important;
}

section.margin-top-112 {
    margin-top: 112px !important;
}

.faq-item h3 {
    margin-bottom: 4px !important;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #262827;
}
.faq-item p {
    font-family: DM Sans;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #262827;
}

.faq-item {
    border-bottom: 1px solid #ECDDC6;
    padding-bottom: 32px;
}


.py-28 {
    padding-top: 112px;
    padding-bottom: 112px;
}
.px-2 {
    padding-left: 8px;
    padding-right: 8px;
}
section.faq > div {
    max-width: 1024px;
    margin: 0 auto;
}
div#faq-container {
    display: grid
;
    grid-template-columns: 50% 50%;
    gap: 64px;
    row-gap: 32px;
}
.faq-item.last-item {
    border: 0px;
}

main.single-room-page {
    width: 100%;
}
.title-description {
    padding: 86px 0;
    max-width: 414px;
}


.grid-section {
            display: grid;
            grid-template-columns: 1fr; /* grid-cols-1 */
            margin-bottom: 3rem; /* mb-12 */
            align-items: stretch; /* items-stretch */
        }

        @media (min-width: 1024px) { /* lg breakpoint */
            .grid-section {
                grid-template-columns: 1fr 1fr; /* lg:grid-cols-2 */
            }
        }

        .room-title {
			font-family: Spectral;
			font-weight: 400;
			font-size: 36px;
			line-height: 44px;
			letter-spacing: -2%;
			margin-bottom: 32px;
		}


        .room-description {
			color: #262827;
			margin-bottom: 40px;
			font-family: DM Sans;
			font-weight: 300;
			font-size: 14px;
			line-height: 20px;
			letter-spacing: 0%;
		}

        .details-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr); /* grid-cols-2 */
            gap: 1rem; /* gap-4 */
            color: #4a5568; /* text-gray-600 */
            font-size: 0.875rem; /* text-sm */
        }

        @media (min-width: 640px) { /* sm breakpoint */
            .details-grid {
                grid-template-columns: repeat(5, 1fr); /* sm:grid-cols-4 */
            }
        }

        .detail-item {
			display: flex;
			align-items: center;
			flex-direction: column;
			gap: 8px;
			align-items: baseline;
			font-family: DM Sans;
			font-weight: 300;
			font-size: 12px;
			line-height: 16px;
			letter-spacing: 0%;

		}
		.details-grid {
    margin-bottom: 40px;
}
        .detail-icon {
            width: 1.25rem; /* w-5 */
            height: 1.25rem; /* h-5 */
            margin-right: 0.5rem; /* mr-2 */
            color: #b8860b; /* text-amber-700 */
        }

        .image-container img {
            width: 100%; /* w-full */
            height: 100%; /* h-full */
            object-fit: cover; /* object-cover */
        }

		.grid-section.two-column-banner .image-container {
			height: 560px;
			width: calc(50vw);
			margin-right: calc(-25vw);
		}
.grid-section.two-column-banner {
    margin: 0px;
}
span.separator.full-width {
    width: 100vw;
    transform: translateX(-50%);
    margin-left: 50%;
}
section.masonry-slider.py-112 {
    padding: 112px 0;
}
section.masonry-slider.py-112 img.bg-center-element {
    top: 50%;
}
section.masonry-slider.py-112 div#gallery-slider {
    padding: 0px;
}
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr); /* grid-cols-2 */
            gap: 1rem; /* gap-4 */
            margin-bottom: 3rem; /* mb-12 */
        }

        @media (min-width: 768px) { /* md breakpoint */
            .gallery-grid {
                grid-template-columns: repeat(3, 1fr); /* md:grid-cols-3 */
            }
        }

        @media (min-width: 1024px) { /* lg breakpoint */
            .gallery-grid {
                grid-template-columns: repeat(4, 1fr); /* lg:grid-cols-4 */
            }
        }

        .gallery-item {
            width: 100%; /* w-full */
            height: 12rem; /* h-48 */
            border-radius: 0.5rem; /* rounded-lg */
            overflow: hidden;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); /* shadow-md */
        }

       .amenities-section-title {
    color: #262827;
    margin-bottom: 40px;
    text-align: center;
    font-family: Spectral;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: left;
    border-bottom: 1px solid #ECDDC6;
    padding-bottom: 20px;
}

        .amenities-grid {
            display: grid;
            grid-template-columns: 1fr; /* grid-cols-1 */
            gap: 1.5rem; /* gap-6 */
        }

        @media (min-width: 640px) { /* sm breakpoint */
            .amenities-grid {
                grid-template-columns: repeat(2, 1fr); /* sm:grid-cols-2 */
            }
        }

        @media (min-width: 768px) { /* md breakpoint */
            .amenities-grid {
                grid-template-columns: repeat(3, 1fr); /* md:grid-cols-3 */
            }
        }

        @media (min-width: 1024px) { /* lg breakpoint */
            .amenities-grid {
                grid-template-columns: repeat(3, 1fr); /* lg:grid-cols-4 */
            }
        }
section.masonry-slider.pb-80 {
    padding-bottom: 80px;
}
.mb-12.amenities-section {
    padding: 80px 0;
}
.pt-80 {
    padding-top: 80px;
}
.pb-112 {
    padding-bottom: 112px;
}

.mb-12.reservation-form-section {
    max-width: 1008px;
    margin: 0 auto;
    padding: 112px 0;
}
        .amenity-item {
               display: flex
;
    align-items: center;
    color: #262827;
    font-family: DM Sans;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    gap: 8px;
        }
section.rooms-section p.description {
    margin: 0 auto;
}
        .amenity-icon {
            width: 1.5rem; /* w-6 */
            height: 1.5rem; /* h-6 */
            margin-right: 0.75rem; /* mr-3 */
            color: #b8860b; /* text-amber-700 */
        }
section.rooms-section h2 {
    font-family: Spectral;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: center;
	margin-bottom: 16px;}
section.rooms-section img.title-icon {
    width: 64px;
    height: 64px;
    margin: 0px;
}
.site-footer {
    border-top: 1px solid #F5EEDF;
}
        .text-image-grid {
            display: grid;
            grid-template-columns: 1fr; /* grid-cols-1 */
            gap: 2rem; /* gap-8 */
            align-items: center; /* items-center */
            margin-bottom: 3rem; /* mb-12 */
        }
        .property138 img.logo-overlay {
    max-width: 375px;
}

        @media (min-width: 768px) { /* md breakpoint */
            .text-image-grid {
                grid-template-columns: 1fr 1fr; /* md:grid-cols-2 */
            }
        }

        .text-image-grid p {
            color: #4a5568; /* text-gray-700 */
            line-height: 1.625; /* leading-relaxed */
            margin-bottom: 1rem; /* mb-4 */
        }

        h2.reservation-section-title {
    font-family: Spectral;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: center;
        color: #262827;
    margin-bottom: 64px;
}
.forminator-field--phone.iti__tel-input {
    padding-left: 80px !important;
}
.reservation-form-section button.forminator-button.forminator-button-submit {
    font-family: DM Sans !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    letter-spacing: 0% !important;
    justify-self: center;
    margin-top: 24px !important;
}
span.after-form-text {
    font-family: DM Sans;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    color: #845A2E;
    margin: 24px auto 0;
    display: block;
}
        .reservation-form {
            display: grid;
            grid-template-columns: 1fr; /* grid-cols-1 */
            gap: 1.5rem; /* gap-6 */
            max-width: 42rem; /* max-w-2xl */
            margin-left: auto;
            margin-right: auto;
            background-color: #ffffff; /* bg-white */
            padding: 2rem; /* p-8 */
            border-radius: 0.5rem; /* rounded-lg */
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* shadow-md */
        }

        @media (min-width: 768px) { /* md breakpoint */
            .reservation-form {
                grid-template-columns: 1fr 1fr; /* md:grid-cols-2 */
            }
        }

        .form-group label {
            display: block;
            font-size: 0.875rem; /* text-sm */
            font-weight: 500; /* font-medium */
            color: #4a5568; /* text-gray-700 */
            margin-bottom: 0.25rem; /* mb-1 */
        }

        .form-group input {
            margin-top: 0.25rem; /* mt-1 */
            display: block;
            width: 100%; /* w-full */
            border: 1px solid #d1d5db; /* border border-gray-300 */
            border-radius: 0.375rem; /* rounded-md */
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* shadow-sm */
            padding: 0.5rem 0.75rem; /* py-2 px-3 */
            font-size: 0.875rem; /* sm:text-sm */
        }

        .form-group input:focus {
            outline: 2px solid transparent; /* focus:outline-none */
            outline-offset: 2px;
            box-shadow: 0 0 0 2px #fef3c7, 0 0 0 4px #b8860b; /* focus:ring-2 focus:ring-amber-500 focus:ring-offset-2 */
            border-color: #b8860b; /* focus:border-amber-500 */
        }

        .form-button-container {
            grid-column: span 1; /* Default for single column */
        }

        @media (min-width: 768px) { /* md breakpoint */
            .form-button-container {
                grid-column: span 2; /* md:col-span-2 */
            }
        }

        .reservation-button {
            width: 100%; /* w-full */
            background-color: #b8860b; /* bg-amber-700 */
            color: #ffffff; /* text-white */
            padding: 0.75rem 1.5rem; /* py-3 px-6 */
            border-radius: 0.375rem; /* rounded-md */
            transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; /* transition */
            transition-duration: 200ms; /* duration-200 */
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); /* ease-in-out */
            font-size: 1.125rem; /* text-lg */
            font-weight: 500; /* font-medium */
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow-lg */
            border: none;
            cursor: pointer;
        }

        .reservation-button:hover {
            background-color: #a0522d; /* hover:bg-amber-800 */
        }

        .reservation-button:focus {
            outline: 2px solid transparent;
            outline-offset: 2px;
            box-shadow: 0 0 0 2px #fef3c7, 0 0 0 4px #b8860b; /* focus:outline-none focus:ring-2 focus:ring-amber-500 focus:ring-offset-2 */
        }

        .reservation-note {
            font-size: 0.75rem; /* text-xs */
            color: #6b7280; /* text-gray-500 */
            margin-top: 0.5rem; /* mt-2 */
            text-align: center; /* text-center */
        }

        .similar-rooms-section-title {
            font-size: 1.875rem; /* text-3xl */
            font-weight: 600; /* font-semibold */
            color: #1a202c; /* text-gray-800 */
            margin-bottom: 1.5rem; /* mb-6 */
            text-align: center; /* text-center */
        }

        .similar-rooms-description {
            text-align: center; /* text-center */
            color: #4a5568; /* text-gray-600 */
            margin-bottom: 2rem; /* mb-8 */
        }

        .similar-rooms-grid {
            display: grid;
            grid-template-columns: 1fr; /* grid-cols-1 */
            gap: 2rem; /* gap-8 */
        }

        @media (min-width: 768px) { /* md breakpoint */
            .similar-rooms-grid {
                grid-template-columns: repeat(2, 1fr); /* md:grid-cols-2 */
            }
        }

        @media (min-width: 1024px) { /* lg breakpoint */
            .similar-rooms-grid {
                grid-template-columns: repeat(3, 1fr); /* lg:grid-cols-3 */
            }
        }

       
.mb-12.amenities-section.experience-section .big-column {
    max-width: 630px;
	    width: 100%;
}
.small-column {
    max-width: 314px;
	    width: 100%;
}
section.masonry-slider.p-112 {
    padding: 112px 0;
}
.mb-12.amenities-section.experience-section {
    display: flex;
    justify-content: space-between;
	    max-width: 1008px;
    margin: 0 auto;
}
section.masonry-slider.p-112 img.bg-center-element {
    top: calc(50%);
}
section.masonry-slider.p-112 div#gallery-slider {
    padding: 0px;
}
.mb-12.amenities-section.experience-section .big-column .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
}
.mb-12.amenities-section.experience-section .small-column .amenities-grid {
    grid-template-columns: repeat(1, 1fr);
}

main.single-room-page.single-offer-page .image-container {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 24px;
}

.title-description h5 {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    color: #3ECBC1;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.member {
    border-bottom: 1px solid #ECDDC6;
    padding-bottom: 64px;
}
.member:last-child {
    border: 0px;
}
.member-section {
    flex-direction: row;
	    flex-wrap: wrap;
    margin-top: 64px;
}
.member {
    flex-direction: column;
	    border: 0px;
	max-width: calc(50% - 32px);
}
.member > img {
    width: 400px;
}
ul.property-nav li.active:after {
    transform-origin: center left;
    -webkit-transition: all var(--hoverInTimeL2) var(--hoverInAnim);
    transition: all var(--hoverInTimeL2) var(--hoverInAnim);
    opacity: 1;
    transform: scale(1);
}
ul.property-nav li:nth-child(2n):after, ul.property-nav li:nth-child(5n):after {
    background: #FEC225;
}
ul.property-nav li:nth-child(3n):after, ul.property-nav li:nth-child(7n):after {
    background: #FD7726;
}
ul.property-nav li:nth-child(6n):after, ul.property-nav li:nth-child(4n):after {
    background: #E581D6;
}
.rooms-listing-page .section-title h5.subtitle {
    color: #fec224 !important;
}
.offers-listing h5.subtitle.lowercase {
    color: #e681d6;
}
.excursions-listing h5.subtitle.lowercase {
    color: #fec224;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity var(--hoverInTimeL5) var(--hoverInAnim) 0.14s, transform var(--hoverInTimeL5) var(--hoverInAnim) 0.14s;
}

.fade-in-up.appear {
  opacity: 1;
  transform: translateY(0);
}

.single-property .hero-banner {
    margin-top: 0px !important;
}
.rooms-cards.twobytwo .room-card {
    max-width: calc(1 / 2 * 100% - 16px);
}

.destination-card.hotel-id-138 img {
/*     filter: saturate(0); */
}
.hotel-card.hotel-id-138 img {
/*     filter: saturate(0); */
}
span.coming-soon {
    margin-top: -48px;
    background: #845a2d;
    color: #fff;
    font-size: 12px;
    font-family: DM Sans;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}
.primary-button.center {
/* margin-left: 50%; */
z-index: 1;
/* transform: translateX(-50%); */
}
section.header-section .section-title.container {

display: flex;
flex-direction: column;
align-items: center;
}

 @media (max-width: 1400px) {
	.video-wrapper iframe {
    top: -200% !important;
    left: -275% !important;
    width: 325% !important;
    height: 200% !important;
    transform: translate(50%, 50%);
    max-width: unset;
}
}
 @media (max-width: 1248px) {
	 
	 .destinations-cards {
    max-width: 100%;
    padding: 0 16px !important;
    gap: 28px;
}
	 .destination-card {
    flex: auto;
}
}
 @media (max-width: 1024px) {
	 
	 
}
 @media (max-width: 876px) {
	 
	 .video-wrapper iframe {
    top: -200% !important;
    left: -275% !important;
    width: 325% !important;
    height: 250% !important;
    transform: translate(50%, 50%);
    max-width: unset;
}
}
 @media (max-width: 768px) {
	 .rooms-cards .room-card {
    max-width: calc(1 / 2 * 100% - 6px);
}
	 .rooms-cards {
    justify-content: flex-start;
    padding: 0 12px;
}
	 .section-title.container {
    padding: 0 16px;
}
	 .mega-menu .hotel-grid.container .hotel-card {
    max-width: calc(50% - 20px);
}
.section-title h2 {
    font-size: 32px;
    line-height: 40px;
}
	 .mega-menu__main-links {
    gap: 16px;
}
	.mega-menu .hotel-grid.container {
    padding: 0px 16px 20px;
    gap: 8px;
		row-gap: 20px;
}
	.destination-card {
    max-width: calc(50% - 16px);
}
	.destinations-cards {
    max-width: 100%;
    padding: 0 16px !important;
    gap: 28px;
    flex-wrap: wrap;
} 
	 button.search-toggle {
    display: none;
}
	 .mega-menu .hotel-grid.container .hotel-card {
    gap: 12px;
}
	 .mega-menu {
    border-bottom: 1px solid #ECDDC6;
}

	 .hotel-card img {
    aspect-ratio: 200 / 220;
    object-fit: cover;
}
	 .video-wrapper {
    max-height: 100vh;
}
	 section.hero-banner {
    max-height: 100vh;
}
	 ul.property-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
	 ul.property-nav li a {
    width: max-content;
}
	 
	 .hotel-dropdown-panel {
    padding: 12px 12px 20px;
}
	 .rooms-cards {
        gap: 12px;
        row-gap: 36px;
	 }
	 .rooms-cards.twobytwo .room-card {
    max-width: calc(50% - 16px);
}
	 .destination-card-content h3 {
    font-size: 24px;
    line-height: 28px;
}
	 section.two-column.right-image-column .container {
    flex-direction: column-reverse;
}
	 section.two-column .container .half-width-text, section.two-column .container > img {
    width: 100%;
    padding: 0 16px;
}
	 .one-big-two-small-image {
    max-width: 100%;
    padding: 0 16px;
		     gap: 12px;
}
	 .hotel-grid {
    gap: 12px;
}
	   
	 .amenities-section-title {
    margin-bottom: 28px;
}
	 section.header-section {
    padding-top: 80px;
}
	 section.faq > div {
    padding-top: 60px;
    padding-bottom: 90px;
}
	 .amenities-grid {
    gap: 1.125rem;
}
	 section.two-column {
    margin-bottom: 60px !important;
}
	 div#gallery-slider-track {
    padding: 0 12px !important;
    overflow: visible !important;
}
	 .faq-item {
    padding-bottom: 20px;
}
	 .mb-12.amenities-section.experience-section {
    flex-direction: column;
    gap: 60px;
    padding: 0 16px;
		     margin-bottom: 60px;
}
	 div#faq-container {
    grid-template-columns: 100%;
}
	 .faq-item {
    border-bottom: 1px solid #ECDDC6 !important;
}
	 .faq-item:last-child {
    border: 0px !important;
}
	 .grid-section.two-column-banner {
    flex-direction: column-reverse;
    display: flex
;
}
	 .grid-section.two-column-banner {
    margin: 0px;
    flex-direction: column-reverse;
    display: flex
;
}
	 section.two-column .container {
    flex-direction: column;
    gap: 40px;
}
	 button.forminator-button.forminator-button-submit {
    max-width: 100% !important;
}
	 .mb-12.reservation-form-section {
    padding: 0 16px 32px;
}
	 section.two-column.left-image-column.pt-80.pb-112 {
    padding: 0px;
}
	 section.stats-row {
    flex-wrap: wrap;
		         margin-bottom: 72px;
    padding: 0 16px;
}
	 .member {
    flex-direction: column;
    padding: 20px 16px 64px;
		         max-width: 100%;
}
	 .custom-gallery a {
    margin-bottom: 12px;
}
	 .member > img {
    width: 100%;
}
	 .about-section {
    padding-bottom: 90px;
}
	 .member-section {
    gap: 20px;
}
	 .about-image-wrapper {
    margin-bottom: 90px;
}
	 section.management-section {
    padding-top: 90px;
}
	 .member-section {
    margin-top: 40px;
}
	 section.stats-row .stat {
    width: 100%;
}
	 section.stats-row {
    flex-wrap: wrap;
}
	section.two-column .container {
    flex-direction: column-reverse;
    gap: 40px;
}
	 .custom-gallery {
    column-count: 2;
    padding: 12px;
    gap: 12px;
}
	 .mb-12.amenities-section {
    padding: 80px 16px 40px;
}
	 .grid-section.two-column-banner .image-container {
    width: 100%;
    margin: 0px;
}
	 section.two-column.right-image-column,  section.two-column.left-image-column {
    overflow: hidden;
}
	 .title-description {
    padding: 40px 16px;
}
	 section.two-column.left-image-column.pt-80.pb-112 {
    padding: 0px;
}
	 .page-template-contact-template section.stats-row .stat {
    width: 100%;
}
	 .title-description {
    padding: 20px 16px;
}
	 section.two-column .container {
    gap: 40px;
    flex-direction: column-reverse;
}
	 .hotel-grid a.hotel-card {
    max-width: calc(50% - 12px);
}
	 .video-wrapper iframe {
    top: -200% !important;
    left: -275% !important;
    width: 325% !important;
    height: 250% !important;
    transform: translate(50%, 50%);
    max-width: unset;
}
}
 @media (max-width: 440px) {
     .property138 img.logo-overlay {
    max-width: 340px;
}

    .video-wrapper iframe {
        top: -200% !important;
        left: -340% !important;
        width: 385% !important;
        height: 250% !important;
        transform: translate(50%, 50%);
        max-width: unset;
    }
}
.footer-menu-group ul li.active a {
    color: #3ECBC1;
}
.single header.site-header {
/*     border-bottom: 1px solid #F5EEDF; */
}

.mega-menu {
    border-bottom: 1px solid #F5EEDF;
}