/* additional custom styles CSS */
body {
	font-family: 'Tenon';
	overflow-x: hidden;
}/* Header Wrapper */
/* Base header */
.scheader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	transition: opacity 0.3s ease, transform 0.3s ease;
	will-change: opacity, transform;
}

.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}


.sticky .normal-logo {
	display: none;
}
.sticky-logo {
	display: none;
}
.sticky .sticky-logo {
	display: block;
} 

@keyframes headerSlideDown {
	0% {
		margin-top: -100px;
	}
	100% {
		margin-top: 0;
	}
}

.select-caret-down-wrapper {
	display: none;
}
input::placeholder,
textarea::placeholder {
	opacity: 1 !important;
}
/* Styles for responsive design and media queries */

.mobileshow {
	display: none;
}

.sub-title {
	position: relative;
	display: inline-block;
}

.sub-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #3f3b33;
}

.sub-title.white:after {
	border-color: #F4F1EC;
}

.wsf-form label.wsf-label {
	color: #3E3E40 !important; 
	font-weight: 300 !important;
	font-size: 16px !important;
}
.wsf-form .wsf-text-danger {
	color: #3E3E40 !important;
}

.wsf-form input[type="text"].wsf-field,
.wsf-form input[type="tel"].wsf-field,
.wsf-form input[type="email"].wsf-field,
.wsf-form select.wsf-field,
.wsf-form textarea.wsf-field {
	background-color: #F4F1EC !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #3E3E40 !important;
    border: none !important;
    border: 0.5px solid #F4F1EC !important;
    padding: 15px 30px 15px 30px !important;
    border-radius: 32px !important;
    width: 100% !important;
    cursor: pointer;
}

.wsf-form input[type="text"].wsf-field:focus,
.wsf-form input[type="tel"].wsf-field:focus,
.wsf-form input[type="email"].wsf-field:focus,
.wsf-form select.wsf-field:focus,
.wsf-form textarea.wsf-field:focus {
	outline: none !important;
	box-shadow: none !important;
}
.wsf-form input[type="text"].wsf-field::placeholder,
.wsf-form input[type="tel"].wsf-field::placeholder,
.wsf-form input[type="email"].wsf-field::placeholder,
.wsf-form textarea.wsf-field::placeholder {
	color: #3E3E40 !important;
	opacity: 1!important;
}

.wsf-form textarea.wsf-field {
	height: 150px !important;
	max-height: 150px !important;
}

.wsf-form input[type=checkbox].wsf-field {
    background: #F4F1EC !important;
    box-shadow: none !important;
	border-color: #F4F1EC!important;
	border-radius: 0px!important;
}
.wsf-form input[type=checkbox].wsf-field:checked::after{
	border-color: #3E3E40!important;
}

.wsf-form input[type=checkbox].wsf-field+label.wsf-label{
	margin-left: 30px!important;
}

.wsf-form select#wsf-1-field-36 ,
.wsf-form select#wsf-1-field-38 ,
.wsf-form select#wsf-1-field-39 ,
.wsf-form select#wsf-2-field-36,
.wsf-form select#wsf-2-field-38,
.wsf-form select#wsf-2-field-39,
.wsf-form select#wsf-2-field-47,
.wsf-form select#wsf-1-field-47
{
    background-image: url(../assets/svg/arrow-down.svg) !important;
}
.wsf-form select.wsf-field {
	background-repeat: no-repeat;
	background-position: center right 15px !important;
	background-size: 17px !important;
	appearance: none !important;
	-moz-appearance: none;
	color: #3E3E40 !important;
}

.wsf-form
	select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2])
	+ span.wsf-select-arrow {
	display: none !important;
	border: none !important;
}

.wsf-form select option:not([value=""]) {
	color: #3E3E40 !important;
}


.wsf-form button.wsf-button { 
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 1.6em !important;
	padding: 0!important;
	border: none!important;
	background: transparent!important;
	width: auto!important;
	color: #3E3E40 !important;
	position: relative;
	padding-bottom: 5px!important;
}

.wsf-form button.wsf-button:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #3E3E40;

}

.wsf-form button:focus {
	outline: none !important;
	box-shadow: none !important;
}
.wsf-form button:hover {
	color: #3E3E40 !important;
}

img,
a {
	transition: 0.3s;
}

.container {
	max-width: 1360px;
}
.admin-bar header.wx-header-section {
	top: 32px;
}

html {
	scroll-behavior: smooth;
}
/**************************** CSS START ***************************/
/* Wooprex menu css that applies to all section */
/* Start Wooprex Header & Light header */
header.wx-header-section {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	padding: 30px 0px 10px 0px;
	padding-left: 10%;
	padding-right: 10%;
	background-color: transparent;
	transition: top 0.6s, box-shadow 0.4s, padding 0.3s;
}

header.wx-header-section.sticky {
	position: fixed !important;
	top: 0px !important;
	padding: 15px 10% 20px 10%;
	background-color: #3E3E40;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
	animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
	-webkit-animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
}
header.wx-header-section.hidden {
	transform: translateY(-100%);
	transition: transform 0.4s ease;
}

@keyframes stickyAnimation {
	0% {
		margin-top: -150px;
	}
	100% {
		margin-top: 0;
	}
}



header.wx-header-section .header-main {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}

header.wx-header-section .header-main .header-right {
	display: flex;
	/* align-items: center; */
	justify-content: end;
	gap: 40px;
}

.wx-menu-wrapper{
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.wx-menu-wrapper .menu-top{
	display: flex;
	justify-content: flex-end;
	gap: 25px;
}
.wx-header-top-menu{
	display: flex;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	gap: 25px;
}
.wx-header-top-menu li{
	list-style: none;
	padding-right: 25px;
	position: relative;
}
.wx-header-top-menu li:after{
	content:'';
	width: 1px;
	height: 60%;
	background: #3E3E40;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
.wx-header-top-menu li:last-child:after{
	display: none;
}
.wx-header-top-menu li a{
	text-decoration: none;
	color: #3E3E40;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
}
header.wx-header-section.sticky .wx-header-top-menu li a{
	color: #F4F1EC;
}
header.wx-header-section.sticky .wx-header-top-menu li:after{
	background: #F4F1EC;
}


/* logo */
header.wx-header-section .header-logo .logo {
	display: inline-block;
	transition: 0.3s;
}
header.wx-header-section .header-main .header-logo img.white {
	display: none;
}

body:not(.home) header.wx-header-section .header-logo .logo {
	width: 80px;
}

/* Sticky css */
header.wx-header-section.sticky .header-main .header-logo img.white {
	display: block;
}
header.wx-header-section.sticky .header-main .header-logo img.black {
	display: none;
}

header.wx-header-section.sticky
	.wooprex-desktop-menu
	ul.box-nav
	li.menu-item
	> a.item-link {
	color: #F4F1EC;
}

header.wx-header-section.sticky .header-main {
	align-items: center;
}
header.wx-header-section.sticky .header-main .header-right {
	align-items: center;
}
/* Start desktop menu */
header.wx-header-section.sticky .wooprex-desktop-menu ul.box-nav {
	align-items: center;
}

header.wx-header-section.sticky .header-logo img {
	width: 85px;
}



/* Start desktop menu */
.wooprex-desktop-menu ul.box-nav {
	display: flex;
	/* align-items: center; */
	justify-content: center;
	width: 100%;
	height: 100%;
	gap: 40px;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.wooprex-desktop-menu ul.box-nav li.menu-item {
	position: relative;
	list-style: none;
}
.wooprex-desktop-menu ul.box-nav li.menu-item > a.item-link {
	color: #3E3E40;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 5px 0px;
	position: relative;
	text-decoration: none; 
	font-weight: 500;
	font-size: 20px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item > a.item-link:before {
	content: '';
	background-color: #3E3E40;
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.3s;
}
.wooprex-desktop-menu ul.box-nav li.menu-item > a:focus {
	outline: none;
	box-shadow: none;
}
.wooprex-desktop-menu ul.box-nav li.menu-item > a.item-link i {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}
.wooprex-desktop-menu ul.box-nav li.menu-item > a.item-link:hover:before,
.wooprex-desktop-menu ul.box-nav li.menu-item.current-menu-item > a.item-link:before {
  width: 100%;
}

header.wx-header-section.sticky .wooprex-desktop-menu ul.box-nav li.menu-item > a.item-link:before {
	background-color: #F4F1EC;
}

.wooprex-desktop-menu ul.box-nav li.menu-item:hover a.item-link i {
	transform: rotate(180deg);
}
.wooprex-desktop-menu ul.box-nav li.menu-item > ul.sub-menu {
	left: 0px;
	top: 30px;
	padding: 0;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu {
	position: absolute;
	width: 185px;
	padding: 10px 0px 15px 0px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s ease;
	background-color: #F4F1EC;
	box-shadow: 0px 14px 28px 0px rgba(6, 23, 106, 0.0784313725);
	border-radius: 10px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li {
	padding: 4px 25px;
	position: relative;
}
/* .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li.current-menu-item > a {
  font-weight: 600;
} */
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a {
	color: #7c7c7c;
	text-transform: capitalize;
	font-size: 16px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 5px;
	padding: 0;
	text-decoration: none;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a i {
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li > ul.sub-menu {
	right: -220px;
	top: 0;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a {
	color: #000000;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a i {
	transform: rotate(180deg);
}
.wooprex-desktop-menu
	ul.box-nav
	li.menu-item
	ul.sub-menu
	li:hover
	> ul.sub-menu {
	right: -250px;
	opacity: 1;
	visibility: visible;
}
.wooprex-desktop-menu ul.box-nav li.menu-item:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

/* Start mobile menu */
.wooprex-mobile-menu {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: #AFC2CB;
    position: fixed;
    left: 0;
    transform: translateX(-100%);
    top: 0px;
    transition: all 0.6s ease;
    /* overflow-y: auto; */
    z-index: 99999;
    height: 100vh;
}

.wooprex-mobile-menu .inner-main {
	height: 770px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 50px;
	flex-direction: column;
}
.wooprex-mobile-menu .inner-main .bg-shape{
	position: absolute;
	bottom: 60px;
	left: 0;
	height: 150px;
	width: 100%;
	object-fit: cover;
	object-position: 15% 100%;
}

.wooprex-mobile-menu .inner-main .top-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0px 20px;
}
.wooprex-mobile-menu .inner-main .top-wrapper .top-right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}
.wooprex-mobile-menu .inner-main .bottom-wrapper {
    width: 100%;
	display: flex;
    flex-direction: column;
    row-gap: 40px;
    text-align: center;
}

.wooprex-mobile-menu .inner-main .logo {
	width: 45px !important;
}


.wx-header-mobile-menu{
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}
.wx-header-mobile-menu li{
	list-style: none;
}
.wx-header-mobile-menu li a{
	text-decoration: none;
	color: #3E3E40;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	gap: 10px;
}
.wx-header-mobile-menu li a i{
	display: flex;
	align-items: center;
	justify-content: center;
}


/* Menu */
.wooprex-mobile-menu ul.box-nav {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.wooprex-mobile-menu ul.box-nav li.menu-item {
	padding: 6px 20px;
	list-style: none;
	border-top: 1px solid #FFFFFF;
}
.wooprex-mobile-menu ul.box-nav li.menu-item:last-child {
	border-bottom: 1px solid #FFFFFF;
}
/* .wooprex-mobile-menu ul.box-nav li.menu-item.current-menu-item > a.item-link {
  font-weight: 600;
} */
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link {
	/* padding: 30px 0px; */
	display: flex;
	align-items: center;
	justify-content: center; 
	color: #3E3E40;
	transition: all 0.3s ease;
	gap: 5px;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
}

.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link:focus {
	box-shadow: none;
	outline: none;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link i {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	font-size: 16px;
}

.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu {
	padding-bottom: 5px;
	padding: 0;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li.menu-item {
	padding: 0px 10px;
	border-bottom: none !important;
}
/* .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li.menu-item.current-menu-item > a {
  font-weight: 600;
} */
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li.menu-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 0px;
	color: #606060;
	font-weight: 500;
	font-size: 18px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li.menu-item a i {
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-90deg);
	transition: all 0.3s ease;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a[aria-expanded="true"] i {
	transform: rotate(-180deg);
}

.wooprex-mobile-menu.show {
	transform: translateX(0px);
}


/* MENU BAR */
.wx-bar-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

header.wx-header-section.sticky .wx-bar-wrapper .wishlist-bar svg path{
	fill: #F4F1EC;
}


.wx-mobile-menu-bar {
	cursor: pointer;
	display: none;
	flex-direction: column;
	gap: 8px;
	width: 30px;
}
.wx-mobile-menu-bar span{
	display: block;
	height: 2px;
	background: #3E3E40;
	border-radius: 12px;
	transition: 0.3s;
}

header.wx-header-section.sticky .wx-mobile-menu-bar span{
	background: #F4F1EC;
}

.wx-mobile-menu-bar.active span.middle{
	display: none;
}
.wx-mobile-menu-bar.active span.top{
	transform: rotate(45deg);
    top: 5px;
    position: relative;
}
.wx-mobile-menu-bar.active span.bottom{
	transform: rotate(-45deg);
    top: -5px;
    position: relative;
}

.mobile-menu-bar-close {
	cursor: pointer;
}
.mobile-menu-bar-close i {
	font-size: 32px;
	color: #3E3E40;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* FOOTER */
.sc-footer-section {
    background: #3E3E40;
    padding: 35px 10%;
}
.sc-footer-section .row {
	row-gap: 25px;
}

.sc-footer-section .footer-logo {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 15px;
	row-gap: 30px;
	width: 100%;
    justify-content: end;
}
.sc-footer-section .footer-logo img{
	display: block;
}
.sc-footer-section .footer-logo .logo img {
	width: 35px;
}
.sc-footer-section .footer-logo .logo-2 img {
	width: 71px;
}
@media only screen and (max-width: 1620px) and (min-width: 1100px) {

.sc-footer-section .footer-logo .logo-2 img {
    width: 60px;
}
}
.sc-footer-section .footer-item  {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sc-footer-section .footer-item ul {
	padding: 0;
	margin: 0;
	display: flex;
	column-gap: 15px;
}
.sc-footer-section .footer-item ul li {
	list-style: none;
}
.sc-footer-section .footer-item ul li a {
	text-decoration: none;
	transition: 0.3s;
}
.sc-footer-section .footer-item ul li img {
	transition: 0.3s;
}
.sc-footer-section .footer-item ul li img:hover {
	transform: scale(1.1);
}
.sc-footer-section .footer-item ul.box-nav{
	column-gap: 20px;
}
.sc-footer-section .footer-item ul.box-nav li {
	color: #F4F1EC; 
}
.sc-footer-section .footer-item ul.box-nav li p {
	max-width: 250px;
}
.sc-footer-section .footer-item ul.box-nav li a {
	color: #F4F1EC;
	font-weight: 500;
	display: inline-block;
	font-size: 18px;
}

.sc-footer-section .copyright {
	margin: 0px;
	color: #F4F1EC;
	font-weight: 300;
	font-size: 15px;
	display: flex;
    flex-direction: column;
    row-gap: 0;
}
.sc-footer-section .copyright ul{
	flex-direction: column;
}
.sc-footer-section .copyright ul li a{
	color: #F4F1EC;
}
.sc-footer-section .copyright ul li a:hover{
	color: #fff;
}
.sc-footer-section .copyright p a {
	color: rgba(249, 247, 242, 0.3);
	text-decoration: none;
}
.sc-footer-section .copyright p a:hover {
	color: #F4F1EC;
}



/*animation style */
.animated-image-container {
	position: relative;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-end !important;
	max-width: none !important;
	overflow: hidden !important;
	/* height: 100%; */
}

.animated-image {
	position: absolute;
	width: 100%;
	height: 100%;
}

.animated-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	bottom: 0;
	left: 0;
	clip-path: inset(100% 0 0 0);
	transform: scale(1.2); /* Start zoomed in */
	transition: none;
	will-change: clip-path, transform;
}

.animated-image-placeholder img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
}





.reveal-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
    }

    .reveal-image {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: contain;
      background-repeat: no-repeat;
    }

    /* 1. Top right > left (circle from top right) */
    .reveal-1 {
      /* background-image: url("mask-img.webp"); */
      background-position: top right;
      clip-path: circle(0% at 100% 0%);
      animation: revealTopRight 2s ease-out forwards;
    }

    /* 2. Bottom right > top */
    .reveal-2 {
      /* background-image: url("mask-img.webp"); */
      background-position: bottom right;
      clip-path: circle(0% at 100% 100%);
      animation: revealBottomRight 2s ease-out forwards;
    }

    /* 3. Left bottom > top */
    .reveal-3 {
      /* background-image: url("mask-img.webp"); */
      background-position: bottom left;
      clip-path: circle(0% at 0% 100%);
      animation: revealBottomLeft 2s ease-out forwards;
    }

    /* 4. Left > right */
    .reveal-4 {
      /* background-image: url("mask-img.webp"); */
      background-position: center left;
      clip-path: circle(0% at 0% 50%);
      animation: revealLeft 2s ease-out forwards;
    }

    /* 5. Right > left */
    .reveal-5 {
      /* background-image: url("mask-img.webp"); */
      background-position: center right;
      clip-path: circle(0% at 100% 50%);
      animation: revealRight 2s ease-out forwards;
    }

    @keyframes revealTopRight {
      100% {
        clip-path: circle(150% at 100% 0%);
      }
    }

    @keyframes revealBottomRight {
      100% {
        clip-path: circle(150% at 100% 100%);
      }
    }

    @keyframes revealBottomLeft {
      100% {
        clip-path: circle(150% at 0% 100%);
      }
    }

    @keyframes revealLeft {
      100% {
        clip-path: circle(150% at 0% 50%);
      }
    }

    @keyframes revealRight {
      100% {
        clip-path: circle(150% at 100% 50%);
      }
    }



.wave img { 
  pointer-events: none;
  transform: translateX(0);
}

#comfort-wave-section,
.neighborhood-wave-section,
#amenities-below-banner{
	overflow-x: clip;
}
.overflow-h{
	overflow-x: clip!important;
}

button.wsf-button:hover{
color: #a5896b!important;
}
.wsf-form button.wsf-button:hover:before { 
    background: #a5896b!important;
}