/*
Theme Name: Gables
Theme URI: Bespokeluxurymarketing.com
Author: Chris Farinella - Director of WebOps - Bespoke Lxuury Marketing
Author URI: https://bespokeluxurymarketing.com
Description: Gables.
Version: 1.1
License: GNU General Public License v2 or later
Text Domain: gables
*/

.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-hover-color: #fff;
    --fancybox-bg: rgba(24, 24, 27, 0.75)!important;
    --fancybox-slide-gap: 10px;
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-color-1: rgba(255, 255, 255, 0.1);
    --f-spinner-color-2: #bbb;
    --f-spinner-stroke: 3.65;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #f8f8f8;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
    z-index: var(--fancybox-zIndex, 1050);
    outline: none;
    transform-origin: top left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overscroll-behavior-y: contain;
}
.fancybox__slide.has-image>.fancybox__content {
    padding: 0;
    min-height: 1px;
    background: #F6F3ED!important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: none;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}
.page-id-3 p{
		max-width: 100%!important;
	}
.residence-layouts-mobile{
display:none;
}
.mobile-menu{
    display:none;
}

.mobile-menu-toggle{
    display:none;
}
	.show-mobile{
		display: none;
	}
.footer-left-mobile{
display: none;
	}
.page-id-810 .full-width-text{
	padding-bottom:102px;
}

.white-triangle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 120px solid #F6F3ED!important;
    z-index: 3;
}
.no-triangle:before{
	display: none!important;
}
.no-triangle .section-title {
	margin-bottom: 77px;
}
.no-triangle .full-width-wrapper::before{
	display: none!important;
}


.hero-scroll-brown {
    height: 96px;
    width: 2px;
	margin: 181px auto;
    overflow: hidden;
    background: rgba(108, 90, 76, 0.3);
}

.hero-scroll-brown span {
    display: block;
    width: 100%;
    height: 100%;
     background: #725F53;
    animation: hero-brown 3s ease-in-out infinite; 
}


@keyframes hero-brown {

  0% {
    transform: translateY(0%) scaleY(0);
    transform-origin: top;
  }

  50% {
    transform: translateY(0%) scaleY(1);
    transform-origin: top;
  }

  100% {
    transform: translateY(100%) scaleY(0);
    transform-origin: top;
  }

}
.hero-scroll {
    height: 96px;
    width: 2px;
	margin: 0 auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
	    top: auto;
    bottom: 20% !important;
    position: absolute;
    left: 50%;
}

.page-id-2 .hero-scroll {
    height: 96px;
    width: 2px;
    margin: 0 auto;
    overflow: hidden;
    left: auto;
    bottom: auto !important;
    top: auto;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
}
.hero-scroll span {
    display: block;
    width: 100%;
    height: 100%;
    background: white;
    animation: hero-line 3s ease-in-out infinite; 
}

@keyframes hero-line {

  0% {
    transform: translateY(0%) scaleY(0);
    transform-origin: top;
  }

  50% {
    transform: translateY(0%) scaleY(1);
    transform-origin: top;
  }

  100% {
    transform: translateY(100%) scaleY(0);
    transform-origin: top;
  }

}

/**FONTS**/

/* TWK Issey */
@font-face {
  font-family: 'TWK Issey';
  src: url('/wp-content/themes/gables_flex/assets/fonts/TWK_Issey.woff2') format('woff2'),
       url('/wp-content/themes/gables_flex/assets/fonts/TWK_Issey.woff') format('woff');
  font-style: normal;
  font-display: swap;
}

/*FH Oscar Pro Light */
@font-face {
  font-family: 'FH Oscar Pro Light';
  src: url('/wp-content/themes/gables_flex/assets/fonts/FH_Oscar_Pro_Light.woff2') format('woff2'),
       url('/wp-content/themes/gables_flex/assets/fonts/FH_Oscar_Pro_Light.woff') format('woff');
  font-style: normal;
  font-display: swap;
}

/* FH_Oscar_Pro_Medium*/
@font-face {
   font-family: 'FH Oscar Pro medium';
  src: url('/wp-content/themes/gables_flex/assets/fonts/FH_Oscar_Pro_Medium.woff2') format('woff2'),
       url('/wp-content/themes/gables_flex/assets/fonts/FH_Oscar_Pro_Medium.woff') format('woff');
  font-style: normal;
  font-display: swap;
}

 

.contact-banner-flex.no-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact-banner-flex.no-image .contact-banner-content {
  max-width: 800px;
  margin: 0 auto;
}

/**GENERAL**/
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /*overflow-x: hidden;*/ 
}
.hide-mobile {
  display: block !important;
} 

video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.site-header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    z-index: 1000;
    padding: 30px 0;
	  transition: all 0.4s ease;
}

.nav-inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
	 width: 90%;
    max-width: 90%;
}

.menu-left, .menu-right {
    display: flex;
    gap: 83px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}
.menu-left a, .menu-right a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 18px;
    font-family: 'FH Oscar Pro Light';
}
.page-id-25 .menu-left a {
    color: #231814;
    font-size: 15px;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 18px;
    font-family: 'FH Oscar Pro Light';
}
.page-id-25  .menu-right a {
    color: #231814;
    font-size: 15px;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 18px;
    font-family: 'FH Oscar Pro Light';
}
.nav-logo img{
	max-width: 284px;
}
.page-id-25 .round-btn{
	 border: 1px solid #231814;
    border-radius: 50px;
    padding: 8px 20px;
}
.round-btn {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 8px 20px;
}
.round-btn:hover {
    border: 1px solid #fff;
   background:#fff;
	color:#231814;
}
.round-btn a:hover {
  	color:#231814;
}
.primary-menu {
  list-style: none;
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
}

.primary-menu li {
  position: relative;
}

.primary-menu a {
  text-decoration: none;
  color: #f00;  
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.primary-menu a:hover {
  opacity: 0.7;
}

.site-header.header-scrolled {
  background-color: #9F9C93; 
  color: #fff;
}

.site-header.header-scrolled .logo-img {
  filter: brightness(0) invert(1);  
}
.site-header .container {
	width:90%;
	max-width:90%;
	--bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.site-logo img{
	max-width:105px;
}
video{
	width: 100%;
}
 
.section-title {
    font-family: 'TWK Issey';
    font-size: clamp(50px, 5vw + 1rem, 44px);
    color: #231814;
}
.section-description h2{
font-family: 'Canela';
 font-weight: 100;
font-size: clamp(50px, 5vw + 1rem, 106px);
color:#1C1D1D;
margin-bottom: 50px;
}
.btn-link {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 30px;
  letter-spacing: 1px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* SOLID */
.section-buttons{
	    display: flex;
    justify-content: center;
	gap:24px;
}
.btn-solid {
    background: #725F53;
    color: #fff;
    border: 1px solid #725F53;
    padding: 12px 23px;
    font-size: 16px !important;
    letter-spacing: 0px !important;
    line-height: 19px !important;
    font-family: 'FH Oscar Pro Light';
}

.btn-solid:hover {
    background: transparent;
    border-color: #412C1E;
    color: #412C1E;
}

/* OUTLINE */
.btn-outline {
    background: transparent;
    color: #412C1E;
    border: 1px solid #725F53;
    padding: 12px 23px;
    font-size: 16px !important;
    letter-spacing: 0px !important;
    line-height: 19px !important;
    font-family: 'FH Oscar Pro Light';
}
.btn-outline:hover {
 background: #725F53;
    color: #fff;
}
p {
    font-family: 'TWK Issey';
    color: #231814;
    font-size: 21px;
    line-height: 31px;
    text-align: center;
    max-width: 778px;
    margin: 0 auto;
}


#backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

html {
  scroll-behavior: smooth; 
}
/* CONTACT FORM FLEX LAYOUT */
.page-id-25 .indicate {
    font-size: 12px;
    letter-spacing: 0.3px;
    color: #231814;
    opacity: 0.72;
       text-align: left;
    margin-top: 34px;
    font-family: 'FH Oscar Pro Light';
}
.indicate{
    font-size: 12px;
    letter-spacing: 0.3px;
    color: #FCFBF8;
    opacity: 0.72;
    text-align: center;
    margin-top: 34px;
    font-family: 'FH Oscar Pro Light';	
}
.contact-flex-section {
    padding: 100px 0;
    background: #EEE8E3
}
.page-id-25 .contact-flex-section {
    padding: 100px 0;
    background: #F6F3ED;
}
.contact-flex-container {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
	    padding: 142px 0 0 0;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.contact-flex-left {
    flex: 1;
}

.contact-flex-right {
    flex: 1;
    justify-content: flex-end;
    display: flex;
}
.contact-flex-right img {
    width: 100%;
	max-width: 646px;
    height: auto;
    display: block;
}

.contact-flex-title {
    font-size: 65px;
    margin-bottom: 60px;
    letter-spacing: 0px;
   font-family: 'Twk Issey', sans-serif;
    color: #231814;
}
/* STAT SCROLL */
.marquee {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;  
    align-items: center;
   max-width: 1400px;
    margin: 0 auto;
}
.marquee-inner {
    display: flex;
    gap: 6rem;
    width: max-content;
    animation: marquee-scroll 30s linear infinite;
}
.marquee-item {
    font-size: 14px;
	font-family: 'Twk Issey', sans-serif;
  	 color: #231814;
    display: flex;
	flex-direction: column;
    align-items: center;
    gap: 0.5rem;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	width: 250px;
	max-width: 250px;
}
.marquee-item + .marquee-item::before {
    content: "";
    position: absolute;
    left: -3rem; 
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #cfc7bf;
}
.marquee-item strong {
  font-family: 'Twk Issey', sans-serif;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 35px;
  color: #231814;
 	
}

@keyframes marquee-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.marquee:hover .marquee-inner {
    animation-play-state: paused;
}

/**MATTERPORT LAYOUTS**/
.matterport-section {
  position: relative;
}
.matterport-section .container{
	width: 90%;
	max-width: 90%;
}
.matterport-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}

.matterport-title {
    font-size: 44px;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 65px;
    color: #231814;
    font-family: 'TWK Issey';
}
.matterport-description {
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 16px;
    text-align: left;
    font-family: 'FH Oscar Pro Light';
    font-weight: 600;
}

.matterport-toggle {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 1px solid #bfb7ae;
  border-radius: 40px;
  padding: 0px; 
}

/* Individual buttons */
.matterport-btn {
    padding: 10px 28px;
    border-radius: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 29px;
    color: #231814;
    font-family: 'TWK Issey';
}

/* Active button */
.matterport-btn.active {
    background: #725F53;
    color: #FBF9F4;
}
.matterport-divider {
  width: 163px;
  height: 1px;
  background: #231814;  
  margin: 0 auto 165px auto;
  opacity: 1;
}
.matterport-viewer {
  position: relative;
}
.matterport-viewer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 120px solid #EEE8E3;
    z-index: 3;
}
.matterport-embed iframe{
	object-fit: cover;
    aspect-ratio: 16 / 8;
    height: 100%;
}
.matterport-static-image img {
  width: 100%;
	max-width: 225px;
  display: block;
}

.matterport-embed {
  display: none;
}

.matterport-embed.active {
  display: block;
}
.matterport-item {
  display: none;
  position: relative;
}

.matterport-item.active {
  display: block;
}

.matterport-cover {
  position: relative;
  cursor: pointer;
}

.matterport-cover img {
    width: 100%;
	height: 100%;
    display: block;
    aspect-ratio: 16 / 8;
    object-fit: cover;
}
.matterport-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 209px;
  transition: 0.3s ease;
}

.matterport-play-btn img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.matterport-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.matterport-embed {
  display: none;
}
/**GALLERY**/

.flex-gallery-slider .section-title {
    margin-bottom: 90px !important;
}
.flex-gallery-slider{
	position: relative;
}
.flex-gallery-slider .container-fluid{
	position: relative;
}
.flex-gallery-slider .container-fluid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 120px solid #EEE8E3;
    z-index: 3;
}
.slide-item img{
aspect-ratio: 16 / 9;
object-fit: cover;
height: auto;
}
.slide-item h3{
    font-size: 60px;
    font-family: 'TWK Issey';
    color: #FCFBF8;
    line-height: 88px;
    letter-spacing: 0px;
}
.slide-caption{
    position: absolute;
    top: auto;
    bottom: 35px;
    left: 35px;
}
.flex-gallery-slider .slick-slide {
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: scale(0.85);
  opacity: 0.6;
}

.flex-gallery-slider .slick-center {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}
.flex-gallery-slider {
  position: relative;
}

.gallery-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    padding: 0;
    width: 68%;
    max-width: 68%;
    margin: 0 auto;
	    padding: 32px 0 0 0;
}

.gallery-prev, .gallery-next {
    background: none;
    border: none;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    cursor: pointer;
    color: #231814;
    line-height: 19px;
    font-family: 'FH Oscar Pro Light';
    transition: 0.3s ease;
    font-weight: 600;
}
.gallery-prev:hover,
.gallery-next:hover {
  opacity: 0.6;
}
 
/**RESIDENCES LAYOUTS**/
.residence-layouts-section {
    background: #EEE8E3;
}
.residence-layouts-section .container{
	width: 90%;
	max-width: 90%;
}
.residence-section-title {
    text-align: center;
    font-size: 44px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-family: 'TWK Issey';
    line-height: 65px;
    color: #231814;
}

.residences-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

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

.residence-image-wrapper {
    background: #F6F3ED;
    padding: 70px;
}
.residence-main-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 3 / 4;
}

.residence-title {
    margin-top: 40px;
    font-size: 44px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'TWK Issey';
    text-align: left;
}

.residence-floor-tabs {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 20px;
}

.floor-tab {
    background: none;
    border: none;
    font-size: 21px;
    letter-spacing: 0px;
    position: relative;
    padding-bottom: 5px;
    cursor: pointer;
    transition: 0.3s ease;
    font-family: 'TWK Issey';
    color: #231814;
}

.floor-tab::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #000;
  transition: width 0.3s ease;
}

.floor-tab:hover::after,
.floor-tab.active::after {
  width: 100%;
}



/* Responsive */
@media (max-width: 992px) {
  .residences-grid {
    grid-template-columns: 1fr;
  }
}

/**THREE IMAGES COLUMNS**/
.page-id-810  .triangle-bottom::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 80px solid #EEE8E3;
    z-index: 3;
}
.page-id-810  .triangle-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 80px solid #EEE8E3;
    z-index: 3;
}
.three-columns-wrapper {
  display: flex;
  gap: 40px;
}
.three-columns-section .container {
	width: 80%;
    max-width: 80%;
    margin: 0 auto;
}
.three-column-item {
  flex: 1;
  text-align: center;
}

.column-title {
    margin-bottom: 54px;
    font-size: 19px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #231814;
	font-family: 'TWK Issey';
}
.column-image {
  position: relative;
  overflow: hidden;
}

.column-image img {
    width: 100%;
    display: block;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}
.triangle-none::before {
  display: none;
}
.triangle-bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 80px solid #F6F4F1;
  z-index: 3;
}
.triangle-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
 
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 80px solid #F6F4F1;
  z-index: 3;
}
@media (max-width: 991px) {
  .three-columns-wrapper {
    flex-direction: column;
  }
}
/**FOOTER**/
.footer-sales {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 19px;
    color: #725F53;
    font-family: 'FH Oscar Pro Light';
    font-weight: 300;
}
.footer-address{
	width:200px;
}
.footer-address a{
  color: #E9E9E9;
  font-size: 20px;
  letter-spacing: -0.1px;
  text-decoration: none;
  line-height: 30px;
  font-family: 'Canela';
  font-weight: 100;
}
.phone a{
  color: #E9E9E9;
  font-size: 20px;
  letter-spacing: -0.1px;
  text-decoration: none;
  line-height: 30px;
  font-family: 'Canela';
  font-weight: 100;
}
.email a{
  color: #E9E9E9;
  font-size: 20px;
  letter-spacing: -0.1px;
  text-decoration: none;
  line-height: 30px;
  font-family: 'Canela';
  font-weight: 100;
}
.contact-footer {
    font-size: 13px;
    letter-spacing: 0.39px;
    line-height: 25px;
    font-family: 'Lausanne Pan';
    font-weight: 600 !important;
    font-style: normal;
    width: fit-content;
    color: #E9E9E9;
    border-bottom: 1px solid #CFB090;
    text-align: right;
    margin-left: auto;
	text-transform: uppercase;
}
.site-footer {
  background: #EEE8E3;
  color: #725F53;
  padding-bottom: 185px !important;
  padding-top: 164px !important;
}

.site-footer .container{
  max-width: 100%;
  width: 100%;
  padding: 0px;
}
.footer-logo {
  max-width: 352px;
}
.footer-nav {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 136px 0 107px 0;
}
.footer-disclaimer{
	color:#725F53;
    opacity: .71;
    font-size: 10px;
    line-height: 16px;
	    font-family: 'FH Oscar Pro Light';
}
.footer-middle{
	  width: 90%;
    max-width: 90%;
    margin: 0 auto;
	    padding-bottom: 135px;
}
.footer-bottom {
	 width: 90%;
    max-width: 90%;
    margin: 0 auto;
}
.footer-menu {
    display: flex;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 300px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu li {
  margin-bottom: 0rem;
 list-style: none;
}
.footer-left{
	display: flex;
    align-items: baseline;
}
.footer-left p {
    color: #725F53;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    font-family: 'FH Oscar Pro Light';
    margin: 0 0 0 5px;
    text-align: left;
}
.footer-menu a {
    color: #725F53;
    font-size: 16px;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 19px;
    font-family: 'FH Oscar Pro Light';
    text-transform: uppercase;
    font-weight: 600;
}
.footer-menu a:hover {
  text-decoration: underline;
}
.footer-legal-menu a{
    color: #725F53;
    font-size: 14px;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 17px;
    font-family: 'FH Oscar Pro Light';
}
.footer-legal-menu{
	margin-top: 0px;
	margin-bottom: 46px;
	    display: flex;
	    padding: 0;
    list-style: none;
}
.footer-creative{
font-size: 14px;
    letter-spacing: 0px;
    line-height: 17px;
    color: #725F53;
    font-family: 'FH Oscar Pro Light';	
}
#menu-legal {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu-legal li:not(:last-child)::after {
    content: "|";
    margin-left: 10px;
    opacity: 1;
    color: #9F8C80;
}
.text-md-end {
    text-align: right !important;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
	    gap: 3px;
}
.medium{
	font-weight:700;
}
.footer-menu li:nth-child(4n + 1) {
    text-align: left;
}

.footer-menu li:nth-child(4n + 2),
.footer-menu li:nth-child(4n + 3) {
    text-align: center;
}

.footer-menu li:nth-child(4n) {
    text-align: right;
}
.footer-divider{
    height: 1px;
    width: 100%;
    background-color: #9F8C80;
    margin: 0 0 128px 0;
}
.footer-company-logo img{
	max-width: 271px;
}
.footer-slogan {
	font-size: 12px;
	font-family: 'Lausanne Pan';
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 90px;
	color:#E9E9E9;
}

.footer-copy p {
  font-size: 10px;
  font-family: 'Lausanne Pan';
  line-height: 18px;
	color:#E9E9E9;
	margin-bottom: 0px;
}

.footer-copy a{
  font-size: 10px;
  font-family: 'Lausanne Pan';
  line-height: 18px;
	color:#E9E9E9;
  text-decoration: none;
}

/* Hamburger Button */
.hamburger {
  display: flex;
  flex-direction: row; /* horizontal arrangement */
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  width: 70px;
  height: 60px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* Base bar style */
.legal-header   .hamburger span {
    display: block;
    width: 4px;
    background: #CFB090;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 20% 100%, 0 100%);
    transition: all 0.3s ease;
}
.hamburger span {
  display: block;
  width: 4px;
  background: #fff;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 20% 100%, 0 100%);
  transition: all 0.3s ease;
}

.page-id-25 .hamburger span {
    display: block;
    width: 4px;
    background: #CFB090;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 20% 100%, 0 100%);
    transition: all 0.3s ease;
}

/* Different heights */
.bar-1 {
  height: 23px;
}

.bar-2 {
  height: 35px;
}

.bar-3 {
  height: 35px;
}

/* Optional hover animation */
.hamburger:hover span {
  opacity: 0.9;
  transform: translateY(-2px);
}


/* Overlay Navigation */
.overlay-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 600px;  
  height: 100vh;
  background: #111;
  color: #fff;
  transition: right 0.4s ease;
  z-index: 999999999!important;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
	  clip-path: polygon(
    12% 0%,     /* top-left angled cut */
    100% 0%,    /* top-right square */
    100% 88%,   /* bottom-right angled start */
    88% 100%,   /* bottom-right angled cut */
    0% 100%,    /* bottom-left square */
    0% 12%      /* back to top-left angled start */
  );
}
.overlay-nav.active {
  right: 0;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}

/* Menu styling */
.overlay-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.overlay-menu li {
  margin:  0;
}
.overlay-menu a {
  color: #B5B5B5;
  font-size:52px;
  letter-spacing: -0.26px;
	line-height: 62px;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: 'Canela';
  font-weight: 300;	
}
.overlay-menu a:hover {
  color: #fff;
}

/* Footer links */
.overlay-footer {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.9rem;
}
.overlay-footer a {
color: #B5B5B5;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: -0.1px;
    font-family: 'Canela';
    font-weight: 300;
    padding: 0 15px;
}



/**DISCOVER**/
.discover-next-section .container{
	width: 90%;
	max-width: 90%;
}
.discover-next-section {
  padding: 275px 0 121px 0;
}

.discover-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.discover-left,
.discover-right {
  flex: 1 1 40%;
  text-align: center;
}
.discover-center .section-title{
	max-width: 588px;
}
.discover-center {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    text-align: left;
}
 

.discover-text {
  max-width: 320px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
	margin-bottom: 78px;
}

.discover-image {
  position: relative;
  overflow: hidden;
}

.discover-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* angled top-left clip */
.angled-top-left img {
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 10%);
    aspect-ratio: 3 / 3.8;
    object-fit: cover;
    width: 80%;
}

/* angled bottom-right clip */
.angled-bottom-right img {
   clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 10%);
    aspect-ratio: 3 / 3.8;
    object-fit: cover;
    width: 80%;
}
.page-id-27  .image-text-section .section-title {
	max-width: 1004px;
}
.page-id-27  .image-text-section .section-title-wrapper {
	margin-left: 90px;
}

.page-id-27 .image-text-section .image-block img{
	  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 16%);
    aspect-ratio: 16/9;
    object-fit: cover;
}
/* === 50/50 layout ON === */
.page-id-27 .image-text-section.is-unequal .image-block img {
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 16%);
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* === 50/50 layout OFF === */
.page-id-27 .image-text-section.is-equal .image-block img {
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 16%);
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-id-27  .image-text-section .container {
	width: 90%;
	max-width: 90%;
}
.page-id-27  .image-text-section .col-md-8 {
	width: 70%;

}
.page-id-27  .image-text-section .col-md-4 {
	width: 30%;

}
.discover-caption {
  margin-top: 30px;
  color: #000;
 text-align: left;
}
.discover-caption a{
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.39px;
  color: #1C1D1D;
 text-align: left;
	font-family: 'Lausanne Pan';
	font-weight: 600;
	padding-bottom: 5.5px;
	text-decoration: none;
	border-bottom: 1px solid #CFB090;
}
/* Responsive */
@media (max-width: 991px) {
  .discover-flex {
    flex-direction: column;
    align-items: center;
  }

  .discover-left,
  .discover-right,
  .discover-center {
    flex: 1 1 100%;
  }

  .discover-text {
    max-width: 100%;
  }
}


/**AMENITIES**/
.amenities-slider-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.amenities-slider-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 120px solid #EEE8E3;
    z-index: 3;
}
.amenities-slider{
	width: 95%;
	max-width: 95%;
	margin: 0 auto;
}
.amenities-slider .amenity-slide {
  position: relative;
}
.amenities-slider .amenity-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.17);  
    z-index: 1;
}
.amenities-slider img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 7;
}

.amenity-caption {
  position: absolute;
  bottom: 60px;
  left: 60px;
  color: #fff;
	 z-index: 2;
}

.amenity-caption h3 {
    font-size: 68px;
    font-weight: normal;
    letter-spacing: 0px;
    font-family: 'TWK Issey';
    color: #FCFBF8;
	 z-index: 2;
}

.amenities-slider .slick-prev {
  display: none !important;
}

/* Remove slick default vertical centering */
.amenities-slider .slick-next {
  top: auto !important;
  transform: none !important;
}
.slick-next:before {
    content: ''!important;
}
/* Custom arrow positioning */
.amenities-slider .custom-next {
    position: absolute;
    right: 220px;
    bottom: 110px;
    background: none;
    border: none;
    z-index: 10;
    cursor: pointer;
    padding: 0;
}

.amenities-slider .custom-next img {
    width: 187px;
    display: block;
    transition: transform 0.3s ease;
    object-fit: contain;
}

.amenities-slider .custom-next:hover img {
  transform: scale(1.1);
}


/**AMENTIES VERICAL SLIDER**/
.amenties-intro{
	    padding: 165px 0 100px 0!important;
}
.amenities-mobile-slider{
	display: none;
}
.amenities-vertical-slider {
  position: relative;
}
.amenities-vertical-slider{
	position: relative;
}
.amenities-vertical-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 120px solid #EEE8E3;
    z-index: 3;
}
.amenities-vertical-wrapper {
  width: 100%;
}

.amenity-slide-row {
    position: sticky !important;
  top: -1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
}
.amenity-image{
	width: 100%;
    max-width: 100%;
}
.amenity-image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.amenity-title{
	font-size: 65px;
    letter-spacing: 0;
    font-family: 'TWK Issey';
    color: #FCFBF8;
    max-width: 800px;
    text-align: left;
	text-transform: uppercase;
}
.amenity-description{
	font-size: 21px;
    letter-spacing: 0px;
    line-height: 31px;
    max-width: 639px;
    text-align: left;
    font-family: 'TWK Issey';
    color: #FCFBF8;
}
.amenity-content {
    width: 90%;
    position: absolute;
    max-width: 90%;
    top: auto;
    bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/**CONTACT PAGE**/

.contact-map iframe{
	aspect-ratio: 1/1;
	    clip-path: polygon(15% 0%, /* top-left angled cut */ 100% 0%, /* top-right square */ 100% 100%, /* bottom-right square */ 0% 100%, /* bottom-left square */ 0% 15% /* back to top-left angled start */);
}
.contact-map-section {
  padding: 80px 0;
}

.contact-map-flex {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.contact-info {
  flex: 1 1 40%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}

.contact-location {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.39px;
    margin-bottom: 63px;
    color: #1C1D1D;
    padding-bottom: 5.5px;
    border-bottom: 1px solid #CFB090;
    width: fit-content;
    font-family: 'Lausanne Pan';
	font-weight: 600;
}
.contact-address {
    font-size: 16px;
    line-height: 1.8;
    max-width: 150px;
    margin-bottom: 43px;
	text-align:left;
}
.contact-email{
	text-align:left;
}
.contact-address a{
    font-size: 20px;
    line-height: 30px;
    color: #1C1D1D;
    text-decoration: none;
		font-family: 'Canela';
	font-weight: 300;
}
.contact-phone {
    font-size: 20px;
    line-height: 30px;
    color: #1C1D1D;
    text-decoration: none;
	margin-bottom: 43px;
	text-align: left;
}

.contact-phone a {
    font-size: 20px;
    line-height: 30px;
    color: #1C1D1D;
    text-decoration: none;
    font-family: 'Canela';
	font-weight: 300;
 
}

.contact-email a {
   font-size: 20px;
    line-height: 30px;
    color: #1C1D1D;
    text-decoration: none;
	font-family: 'Canela';
	font-weight: 300;
}

.contact-email a:hover {
  text-decoration: underline;
}

.contact-social {
  margin-top: 15px;
}

.linkedin-link {
  color: #b48a61;
  font-size: 20px;
  transition: color 0.3s ease;
}

.linkedin-link:hover {
  color: #000;
}

.contact-map {
  flex: 1 1 60%;
}

.contact-map iframe,
.map-embed {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 0;
}



.contact-social {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.contact-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  color: #c49a6c;  
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 32px;
}

.contact-social a:hover {
  color: #000;
  transform: translateY(-3px);
}
 
/**ACCORDIAN**/
.accordion-title-wrap{
	display: flex;
}
.accordion-title-icon{
	    width: 100%;
    max-width: 30px;
    object-fit: contain;
	margin-left: 20px;
}
.luxury-accordion {
	width: 70%;
	max-width: 70%;
}
.luxury-accordion-section {
  background: #EEE8E3;
}

.luxury-accordion .accordion-item {
  padding: 30px 0;
}

.luxury-accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
   border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 0 0 20px 0;
}

.luxury-accordion h3 {
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
    line-height: 51px;
    font-family: 'TWK Issey';
}
.luxury-accordion p {
    font-family: 'TWK Issey';
    color: #231814;
    font-size: 21px;
    line-height: 31px;
    text-align: left;
    max-width: 100%;
    margin: 0;
}
/* Plus / Minus Icon */
.accordion-icon {
  width: 24px;
  height: 24px;
  position: relative;
}

.accordion-icon::before,
.accordion-icon::after {
  content: '';
  position: absolute;
  background: #000;
  transition: 0.3s ease;
}

.accordion-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.accordion-icon::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

/* When active show minus */
.accordion-item.active .accordion-icon::after {
  opacity: 0;
}

.accordion-content {
    display: none;
    padding-top: 35px;
    max-width: 700px;
}
/**CONTACT BANNER**/
.contact-hero-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 888px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.40);
}
.contact-hero-banner .hero-title {
    font-size: 57px;
    line-height: 79px;
    font-family: 'TWK Issey';
    text-align: center;
}
.contact-hero-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 144px solid transparent;
    border-right: 144px solid transparent;
    border-top: 144px solid #F6F4F1;
    z-index: 3;
}
.contact-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 100%;
	width: 100%;
}

.contact-hero-banner .hero-title {
  font-size: 48px;
  letter-spacing: 0px;
  font-weight: 300;
  margin-bottom: 0px;
}
.contact-hero-banner .hero-subtitle {
    font-size: 25px;
    margin-top: 0px;
	margin-bottom: 69px;
    opacity: 1;
    font-family: 'TWK Issey';
    color: #FCFBF8;
}
/* FORM STYLING */
.hero-form-wrapper form {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.hero-form-wrapper input,
.hero-form-wrapper textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.6);
  color: #fff;
  padding: 12px 5px;
  width: 45%;
}

.hero-form-wrapper textarea {
  width: 100%;
}

.hero-form-wrapper input::placeholder,
.hero-form-wrapper textarea::placeholder {
  color: rgba(255,255,255,0.7);
}

.hero-form-wrapper input[type="submit"],
.hero-form-wrapper button {
  background: #fff;
  color: #000;
  border-radius: 40px;
  padding: 12px 35px;
  border: none;
  margin-top: 30px;
  transition: 0.3s ease;
}

.hero-form-wrapper input[type="submit"]:hover {
  background: #ddd;
}

@media (max-width: 768px) {
  .hero-form-wrapper input,
  .hero-form-wrapper textarea {
    width: 100%;
  }

  .hero-title {
    font-size: 32px;
  }
}
.contact-form-section-banner {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}

.contact-banner-flex {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: stretch;
}

.contact-banner-image {
  flex: 1;
  min-height: 650px;
  position: relative;
  overflow: hidden;
}

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

.contact-banner-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 60px;
}

.contact-banner-form input,
.contact-banner-form textarea {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  padding: 12px;
  font-size: 16px;
  background-color: #fff;
}

.contact-banner-form input[type="submit"] {
  background-color: #1c1c1c;
  color: #fff;
  border: none;
  padding: 14px 28px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
}

.contact-banner-form input[type="submit"]:hover {
  background-color: #444;
}

@media (max-width: 992px) {
  .contact-banner-flex {
    flex-direction: column;
  }
  .contact-banner-image {
    clip-path: none;
    min-height: 400px;
  }
  .contact-banner-content {
    padding: 40px 20px;
  }
}


/***BLOG SINGLE***/
.next-post-arrow img{
    max-width:96px;
    display:block;
}
.next-post-arrow  {
   margin-top: 36px
}
.blog-next-post{
	padding-bottom: 150px;
}
.next-post-link {
    color: #9F8C80;
    text-decoration: none;
    font-size: 28px;
    font-family: 'TWK Issey';
    margin-bottom: 10px;
}
.next-post-title {
    color: #231814;
    font-size: 46px;
    text-transform: uppercase;
    line-height: 58px;
    max-width: 800px;
}
	.next-post-label{
		margin-bottom: 10px;
	}
	.blog-next-post .container{
	    max-width: 90%;
    width: 90%;	
	}
.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    width: 100%;
    vertical-align: bottom;
}
figure{
    position:relative;
}

figure::before{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:0;
    height:0;
    border-left:120px solid transparent;
    border-right:120px solid transparent;
    border-top:120px solid #F6F3ED;
    z-index:3;
}
.single-post .round-btn {
    border: 1px solid #231814;
    border-radius: 50px;
    padding: 8px 20px;
}
.blog-single-hero{
	padding-top: 268px;
}
.blog-single-content .wp-block-post-featured-image {
	display: none;
}
.blog-single-content .container{
	width: 90%;
	max-width: 90%;
}
.single-post .menu-left a  {
    color: #231814;
    font-size: 15px;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 18px;
    font-family: 'FH Oscar Pro Light';
}

.single-post .menu-right a {
    color: #231814;
    font-size: 15px;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 18px;
    font-family: 'FH Oscar Pro Light';
}
.single-post .site-header {
    position: relative;
    width: 100%;
    max-width: 90%;
    z-index: 1000;
    padding: 30px 0;
}
.single-post  {
	background-color: #F6F3ED;
}
.single-post main{
	background-color: #F6F3ED;
}
.blog-single-title {
    color: #231814;
    font-size: 63px;
    line-height: 82px;
    font-family: 'TWK Issey';
    max-width: 1200px;
    margin: 0 auto;
    text-transform: uppercase;
}
.blog-single-category{
	background: #725F53;
    font-family: 'FH Oscar Pro Light';
    text-transform: uppercase;
    color: #FCFBF8;
    font-size: 19px;
    letter-spacing: 0.95px;
    line-height: 23px;
    width: fit-content;
    margin: 0 auto;
    padding: 11px 36px;
	    margin-bottom: 25px;
}
.blog-single-inner p {
    color: #231814;
    font-size: 21px;
    line-height: 31px;
    font-family: 'TWK Issey';
    margin: 0;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
}
.blog-single-inner h2{
	    font-size: 65px;
    letter-spacing: 0px;
    line-height: 82px;
    color: #231814;
    font-family: 'TWK Issey';
	    margin: 74px 0;
	text-transform: uppercase;
}
.blog-single-inner a{
	    color: #231814;
    font-weight: normal;
}
.blog-single-content{
	padding-bottom: 156px;
}
.blog-single-inner{
	max-width:1450px;
}
/***BLOG GRID***/
.blog-grid .container{
	width: 80%;
	max-width: 80%;
}
.blog-grid-row{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:34px;
}

.blog-card-image{
position:relative;
overflow:hidden;
}
.blog-card-image::before{
content:"";
position:absolute;
bottom:0;
left:50%;
transform:translateX(-50%);
width:0;
height:0;
border-left:80px solid transparent;
border-right:80px solid transparent;
border-bottom:80px solid #EEE8E3;
z-index:3;
}
.blog-card:nth-child(even) .blog-card-image::before{
top:0;
bottom:auto;
border-bottom:none;
border-top:80px solid #EEE8E3;
}
.blog-card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    aspect-ratio: 3 / 4;
}
.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-card-title {
    margin-bottom: 20px;
}

 
/* bottom notch */
.blog-notch{
position:absolute;
bottom:-1px;
left:50%;
transform:translateX(-50%);
width:40px;
height:40px;
background:#e8e3dd;
clip-path:polygon(50% 100%,0 0,100% 0);
}

.blog-card-category {
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #231814;
    display: block;
    margin-top: 40px;
    font-family: 'FH Oscar Pro Light';
    font-weight: 700;
}

.blog-card-title{
font-size:24px;
line-height:1.4;
margin:10px 0 33px;
    max-width: 450px;	
}
.blog-card-title a{
    font-size: 31px;
    letter-spacing: 0px;
    line-height: 41px;
    font-family: 'TWK Issey';
    color: #231814;
    text-decoration: none;	
}
.blog-readmore {
    display: inline-block;
    padding: 12px 31px;
    border-radius: 21px;
    background: #725F53;
    color: #FBF9F4;
    text-decoration: none;
    font-size: 16px;
	   margin-top: auto;
	width: fit-content;
    font-family: 'FH Oscar Pro Light';
}
.blog-readmore:hover {
    display: inline-block;
    padding: 12px 31px;
    border-radius: 21px;
    background: transparent;
	border: 1px solid #725F53;
    color: #725F53;
    text-decoration: none;
    font-size: 16px;
	   margin-top: auto;
	width: fit-content;
    font-family: 'FH Oscar Pro Light';
}

/**INVESTMENTS**/
.investment-inner-size{
	max-width: 90%;
	margin: 0 auto;
}
.investment-slider {
  visibility: hidden;
}

.investment-tab-content.active .investment-slider {
  visibility: visible;
}
.featured-investments {
  background: #FBFAF9;
  padding: 171px 0;
}
.featured-investments .container {
  width: 90%;
	max-width: 90%;
}

.investment-tabs {
    border-bottom: 1px solid #1C1D1D;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between !important;
	    width: 70%;
    margin: 0 auto;
}
.investment-tabs .tab-nav-item:nth-child(1)  {
    margin-right: 0px!important;
}
.investment-tabs   .tab-nav-item:nth-child(2)  {
    margin-right: 0px!important;
}
.investment-tabs .tab-nav-item:nth-child(3) {
    margin-right: 0px!important;
}
.investment-tabs .tab-nav-item {
  margin: 0 20px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #999;
}
.investment-slide img {
    display: block;
    width: 100%!important;
    aspect-ratio: 1 / 1!important;
    object-fit: cover;
    clip-path: polygon(15% 0%, /* top-left angled cut */ 100% 0%, /* top-right square */ 100% 100%, /* bottom-right square */ 0% 100%, /* bottom-left square */ 0% 15% /* back to top-left angled start */);
}
.investment-tabs .tab-nav-item.active {
  color: transparent;
  font-weight: 600;
  border-bottom: none;
}

.investment-slider {
  position: relative;
}

.investment-slide {
  display: flex !important;
     align-items: end !important;
}
.investment-title {
	font-size: 60px;
    letter-spacing: -0.3px;
    line-height: 65px;
    color: #1C1D1D;
	 font-family: 'Canela';
	font-weight: 300;
	margin-bottom: 69px;
}
.investment-description{
	margin-bottom:77px;
	max-width:488px;
}
.featured-investments ul{
	margin-bottom: 0px!important;
}
.investment-content {
  text-align: left;
  max-width: 600px;
}
.investment-content .btn-link{
	    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.39px;
    line-height: 25px;
    color: #1C1D1D;
	   font-family: 'Lausanne Pan';
    font-weight: 600 !important;
	padding-bottom: 3.5px;
	border-bottom: 1px solid #CFB090;
}
.investment-tabs .slick-prev, .slick-next {
  background: none;
  border: none;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;

}


.investment-tabs .tab-nav-item {
    margin: 0;
    padding: 0 0 39px 0;
    cursor: pointer;
	 font-family: 'Lausanne Pan';
    font-weight: 600;
    text-transform: uppercase;
    color:#B5B5B5!important;
    position: relative;
    font-size: 22px;
    letter-spacing: 0.66px;
    line-height: 25px;
}
.investment-tabs .tab-nav-item.active {
    color: #1C1D1D!important;
}

.investment-tabs .tab-nav-item.active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 5px!important;
    background: #CFB090;
}
.investment-nav-titles {
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Lausanne Pan';
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #1C1D1D;
  opacity: 0.8;
}

.investment-nav-titles .small-nav {
  width: 48%;
}

.investment-nav-titles .prev-title {
  text-align: left;
 cursor: pointer;
}

.investment-nav-titles .next-title {
    text-align: right;
    cursor: pointer;
}

.nav-title-text{
	DISPLAY: NONE;
	font-size: 19px;
    letter-spacing: -0.1px;
    line-height: 22px;
    color: #1C1D1D;
	text-transform: none;
		 font-family: 'Canela';
	font-weight: 300;
	margin-top: 18px;
}
.nav-label{
font-size: 19px;
    letter-spacing: -0.1px;
    line-height: 25px;
  	 font-family: 'Canela';
	font-weight: 300;
    color: #1C1D1D;
	text-transform:none;
}
 


/**TWO COLUMNS**/
.full-width-text {
  padding: 165px 0 214px 0; 
}

.full-width-text .section-title {
  margin-bottom: 31px;
}

.full-width-text .two-col-text .section-description {
  column-count: 2;
  column-gap: 3rem;
}
.full-width-text .section-description a{
	color:#1C1D1D;
	letter-spacing: 0.39px;
	font-size: 13px;
	border-bottom: 1px solid #CFB090;
	padding-bottom: 5.5px;
	text-decoration: none;
	font-family: 'Lausanne Pan';
	font-weight: 600;
}
.full-width-text .section-description, .full-width-text .section-link {
    break-inside: avoid;
    margin-bottom: 46px;
}



/**HERO BANNERS**/
.hero-banner {
  position: relative;
  overflow: hidden;
}

.hero-media {
  position: relative;
}

.hero-overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.hero-overlay {
  position: relative;
  z-index: 2;
}

.hero-banner,
.hero-media {
  position: relative;
}


.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    color: #fff;
    text-align: center;
    z-index: 2;
	height: 50%;
}
.hero-subtitle {
    font-size: 26px;
    margin-top: 276px;
    font-family: 'FH Oscar Pro Light';
    color: #FFFFFF;
	margin-bottom: 30px;
}
.split-text {
  overflow: hidden;
}
.home .nav-logo,
.home  .nav-left,
.home  .nav-right,
.home  .animate-text,
.home  .hero-title,
.home  .hero-subtitle,
.home  .hero-scroll,
.home  .animate-text,
.home  .hero-button-wrap {
  opacity: 0;
  transform: translateY(20px);
}
.page-id-25 .nav-logo,
.page-id-25 .nav-left,
.page-id-25 .nav-right,
.page-id-25 .animate-text,
.page-id-25 .hero-subtitle,
.page-id-25 .hero-scroll,
.page-id-25 .hero-button-wrap {
  opacity: 1;
  transform: translateY(20px);
}
.single-post .nav-logo,
.single-post .nav-left,
.single-post .nav-right,
.single-post .animate-text,
.single-post .hero-subtitle,
.single-post .hero-scroll,
.single-post .hero-button-wrap {
  opacity: 1;
  transform: translateY(20px);
}
.animate-text {
  display: inline-block;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
}
.hero-button-wrap {
  margin-top: 30px;
}

.hero-btn {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #fff;
    border-radius: 30px;
    letter-spacing: 0;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease;
    font-family: 'FH Oscar Pro Light';
	line-height: normal;
}

.hero-btn:hover {
    background: #fff;
    color: #000;
}

.hero-banner {
  position: relative;
  width: 100%;
  height: auto;  
  overflow: hidden;
}

.hero-media {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 0px;
}

.hero-image,
.hero-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.hero-title {
    font-size: clamp(2rem, 6vw, 5rem);
    line-height: 1.2;
    font-family: 'TWK Issey';
    text-align: center;
}


/**AVAIL GRID**/
.availability-section {
  background: #EEE8E3;
  padding: 157px 0;
}
.availability-section .container{
	width: 70%;
	max-width: 70%;
}
.page-id-811  .full-width-text {
    padding: 165px 0 0px 0;
}
.page-id-811 .full-width-text .section-description, .full-width-text .section-link {
    break-inside: avoid;
    margin-bottom: 0;
}
.availability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 125px 97px;
}

.availability-item {
  background: transparent;
}
.availability-image{
	position: relative;
}

.availability-image-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.availability-image::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 56px solid transparent;
    border-right: 56px solid transparent;
    border-top: 56px solid #EEE8E3;
    z-index: 3;
}
.availability-image img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 2.5;
    object-fit: cover;
    height: 100%;
}

.availability-content {
  padding-top: 25px;
  width: 95%;
    max-width: 95%;
    margin: 0 auto;
}

.availability-top-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.availability-bottom-row{
  display: flex;
  justify-content: space-between;
  align-items: baseline;	
}
.availability-title {
    font-size: 35px;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 51px;
    font-family: 'TWK Issey';
    color: #231814;
}

.availability-price {
    font-size: 26px;
    letter-spacing: 0;
    line-height: 38px;
    color: #231814;
    font-family: 'TWK Issey';
}

.availability-specs {
    margin-top: 10px;
    font-size: 17px;
    letter-spacing: 0px;
    font-family: 'TWK Issey';
    color: #231814;
    line-height: 25px;
}

.availability-address {
    margin-top: 0px;
    font-size: 14px;
    line-height: 21px;
    color: #231814;
    font-family: 'TWK Issey';
}

.availability-link {
  margin-top: 15px;
}

.availability-link a {
  text-decoration: underline;
  font-size: 13px;
}

/**CONTENT BANNERS**/
.content-banner {
  position: relative;
  overflow: hidden;
}
.content-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 120px solid #EEE8E3;
    z-index: 3;
}
.content-media {
  position: relative;
}

.content-overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.content-overlay {
  position: relative;
  z-index: 2;
}

.content-banner,
.content-media {
  position: relative;
}

.content-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    color: #fff;
    text-align: center;
    z-index: 2;

}
.content-hero-subtitle {
    font-size: 21px;
    margin-top: 31px;
    opacity: 1;
    font-family: 'TWK Issey';
    color: #FCFBF8;
}
.content-hero-button-wrap {
    margin-top: 54px;
}

.content-hero-btn {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #FCFBF8;
    border-radius: 30px;
    letter-spacing: 0;
    font-size: 16px;
    text-decoration: none;
    color: #231814;
    transition: 0.3s ease;
    font-family: 'FH Oscar Pro Light';
    background: #FCFBF8;
}

.content-hero-btn:hover {
    background: transparent;
    color: #FCFBF8;
}

.content-banner {
  position: relative;
  width: 100%;
  height: 100vh;  
  overflow: hidden;
}

.content-media {
  position: relative;
  width: 100%;
  height: 100%;
}

.content-image,
.content-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content-video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.content-hero-title {
    font-size: 44px;
    line-height: 65px;
    font-family: 'TWK Issey';
    text-align: center;
    letter-spacing: 0px;
}



/**HOME**/
.section-description{
	margin-bottom: 70px;
}
.image-text-section .section-description{
	margin-bottom: 70px;
	max-width:506px;
    /*margin: 0 auto;*/
}
.crescent-featured-projects {
  background-color:#EEEDEA;
  padding: 120px 0;
  overflow: hidden;
}

.project-titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding-left: 10%;
}
 
.project-title-list {
  list-style: none;
  padding: 0;
  margin: 0;
 text-align: left;
}

.project-title-item {
 font-family: 'Canela';
	font-weight: 100;
font-size: clamp(40px, 5vw + 1rem, 71px);
  color: #aaa;
  cursor: pointer;
  transition: color 0.4s ease;
  margin-bottom: 0px;
}
.project-title-item a{
color:#B5B5B5;
text-decoration: underline;
    text-decoration: none;
    letter-spacing: -0.35px;
}
.project-title-item a:hover{
color:#1C1D1D;
}

.project-title-item:hover {
  color: #111;
}
.crescent-featured-projects .section-title{
	font-size: 13px;
    color: #1C1D1D;
    letter-spacing: 0.39px;
    line-height: 25px;
    font-family: 'Lausanne Pan';
    font-weight: 600;
    border-bottom: 1px solid #CFB090;
    padding-bottom: 5.5px;
}

/* === IMAGE AREA FIX === */
.project-image-area {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #EEEDEA;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color:#EEEDEA;
}
.image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: translate(-50%, -50%);
  margin-left: 50px;  
  opacity: 0;
  visibility: hidden;
	aspect-ratio: 1/1;
	object-fit: cover;
  transition: opacity 0.6s ease, visibility 0.6s ease;
	  clip-path: polygon(
    12% 0%,     /* top-left angled cut */
    100% 0%,    /* top-right normal */
    100% 100%,  /* bottom-right normal */
    0% 100%,    /* bottom-left normal */
    0% 12%      /* back to top-left angled start */
  );
}
.image-wrapper img.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  /*background: rgba(245, 244, 240, 0.2);*/
  transition: opacity 0.6s ease;
}
.full-width-image {
  width: 100%;
  margin:  0;
  position: relative;
	 overflow: hidden;
}
	.full-width-image-static img{
	aspect-ratio: 16 / 9;
    object-fit: cover;
	}
.full-width-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
	overflow: hidden;
}
.full-width-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-top: 120px solid #EEE8E3; 
  z-index: 3;
}
.full-width-wrapper.has-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 1;
  transition: background 0.3s ease;
}
.full-width-img {
    display: block;
    width: 100%;
    height: auto;
}

.full-width-image-link {
  position: relative;
  display: block;
  overflow: hidden;
}

.full-width-overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
    color: #fff;
    font-size: 71px;
    text-align: center;
	 font-family: 'Canela';
	font-weight: 300;
	z-index: 999;
	color:#FFFFFF;
}
.newsletter-description{
 font-family: 'Canela';
font-weight: 300;
color:#1C1D1D;
font-size: 20px;
line-height:30px;
}
.newsletter-title{
	margin-bottom: 0px!important;
}
.newsletter-form{
	width: 65%;
}
.newsletter-description{
width: 65%;	
}
.expertise-section .row {
  display: flex;
  flex-wrap: wrap;
}

.expertise-section.layout-flipped .row {
  flex-direction: row-reverse;
}

.section-title.text-left   { text-align: left; }
.section-title.text-center { text-align: center; }
.section-title.text-right  { text-align: right; }
/* Base section */
.image-text-section{
	background-color:#EEEDEA;
}
.image-text-section .row {
  display: flex;
  flex-wrap: wrap;
}

 
.image-text-section.layout-flipped .row {
  flex-direction: row-reverse;
}

 
.image-text-section .content-block {
  padding-right: 30px;
}
.image-text-section.layout-flipped .content-block {
  padding-right: 0;
  padding-left: 30px;
}

 
.image-text-section .text-left {
  text-align: left;
}
.image-text-section .text-center {
  text-align: center;
}
.image-text-section .text-right {
  text-align: right;
}

/* Mobile: always stack text first, image second */
@media (max-width: 767px) {
  .image-text-section .row {
    flex-direction: column;
  }
  .image-text-section.layout-flipped .row {
    flex-direction: column; /* disable flip on mobile */
  }
  .image-text-section .content-block,
  .image-text-section .image-block {
    padding: 0;
    margin-bottom: 20px;
  }
}

/**NEWSLETTER**/
.newsletter-signup .container{
	width: 90%;
	max-width: 90%;
}

/**CONTACT-BROCHURE**/
.contact-brochure-section {
  padding: 207px 0 257px 0;
  background: #fff;
}

.contact-title {
  font-family: 'Canela', serif;
  font-weight: 300;
  font-size: 64px;
  color: #1c1d1d;
  margin-bottom: 91px!important;
}

.contact-form {
  max-width: 600px;
}

.contact-form form input,
.contact-form form textarea {
  border: 1px solid #dcdcdc;
  border-radius: 0;
  background: #fff;
  color: #1c1d1d;
  padding: 10px 14px;
  font-family: 'Nimbus Sans', sans-serif;
  width: 100%;
}

.contact-form form input[type="submit"] {
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 10px;
}

.brochure-image img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.brochure-link a.download-link {
    font-size: 13px;
    letter-spacing: 0.39px;
    color: #1C1D1D;
    border-bottom: 1px solid #CFB090;
    padding-bottom: 5.5px;
	font-family: 'Lausanne Pan';
	font-weight: 600;
	text-decoration: none;
}

.brochure-link a.download-link:hover {
  text-decoration: underline;
}

/**PORTFOLIO**/
.project-logo {
	max-width: 165px;
	margin: 0 auto;
	padding-bottom: 82px;
}
.project-description{
max-width: 611px;
	margin: 0 auto;	
	padding-bottom: 100px;
}
.bottom-title{
	    border-bottom: 1px solid #CFB090;
    padding-bottom: 5.5px;
    font-size: 20px;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 0.6px;
}
.project-title-item a.hover-active {
  color: #1C1D1D; /* same as hover */
}
.project-title-item a {
  color: #bcbcbc; /* normal gray */
  transition: color 0.3s ease;
}

/* normal hover */
.project-title-item a:hover {
  color: #1C1D1D;
}

/* active/hovered by script */
.project-title-item a.hover-active {
  color: #1C1D1D; /* same color as hover */
}

.slick-slide img {
    display: block;
    width: 100%;
 /*   aspect-ratio: 16 / 7;*/
}
.slick-dots {
    position: absolute;
    bottom: 25px!important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

/* Force Slick to stop hiding cloned arrows */
.slick-arrow {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 999999 !important;
  display: block !important;
  pointer-events: auto !important;
}

/* Hide invisible clones */
button.slick-arrow[aria-hidden="true"] {
  display: none !important;
}




@media (max-width: 991px) {
  .info-col {
    border-right: none;
    border-bottom: 1px solid #e4e2dd;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .info-col:last-child {
    border-bottom: none;
  }
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	
	.residence-mobile-slider{
		background-color: #F6F3ED;
	}
    .next-unit-wrapper {
        text-align: center;
        padding-top: 56px;
        padding-bottom: 71px;
        background: #F6F3ED;
    }

.next-unit-button {
        background: none;
        border: none;
        font-family: 'FH Oscar Pro Light';
        font-size: 21px;
        font-weight: 600;
        letter-spacing: 0;
        color: #9F8C80;
        text-transform: uppercase;
        cursor: pointer;
    }
	.residence-mobile-image img{
		aspect-ratio: 9 / 16;
    object-fit: contain;
    height: 100%;
    width: 100%;
	}
	.residence-mobile-image {
	width: 80%;
    max-width: 80%;
    margin: 0 auto;
	}
	.residence-mobile-tabs{
			    display: flex;
    justify-content: center;
    margin-top: 112px;
    gap: 37px;
	}
	.residence-mobile-tab{
	    font-size: 21px;
    font-family: 'TWK Issey';
    color: #231814;	
	
	}
	.residence-mobile-title{
    font-size: 44px;
    font-family: 'TWK Issey';
    color: #231814;
    text-align: center;
}
.residence-layouts-section{
display:none;
}

.residence-layouts-mobile{
display: block;
        background: #F6F3ED;
        padding-top: 55px;
}
.hero-scroll {
    height: 96px;
    width: 2px;
    margin: 0 auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: auto;
    bottom: 40% !important;
    position: absolute;
   
    left: 50%;
    transform: translateX(-50%);
}
p {
	font-family: 'TWK Issey';
	color: #231814;
	font-size: 17px;
	line-height: 25px;
	text-align: center;
	max-width: 778px;
	margin: 0 auto;
}
.flex-gallery-slider .slick-slide {
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform: none;
}
	.amenities-prev img{
		max-width: 18px;
	}
	.amenities-next img{
		max-width: 18px;
	}
	.amenities-mobile-image{
		position: relative;
	}
	.amenities-mobile-image img{
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    height: 100%;

	}
.amenities-mobile-wrapper {
	max-width: 90%;
	width: 90%;
	margin: 0 auto;
}

    .amenities-mobile-title {
        color: #FCFBF8;
        font-size: 31px;
        letter-spacing: 0;
        font-family: 'TWK Issey';
        line-height: 36px;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        bottom: 27px;
        left: 50%;
        width: 90%;
        max-width: 420px;
        max-width: 100%;
        transform: translateX(-50%);
    }

.amenities-mobile-description {
	font-size: 17px;
	color: #231814;
	font-family: 'TWK Issey';
	text-align: center;
	line-height: 25px;
	 margin-top: 38px;
}

.amenities-mobile-slider
 {
        display: block !important;
        background: #EEE8E3;
        padding-bottom: 80px;
	}
.desktop-version {
	display: none;
}

.amenity-slide-row {
	position: relative !important;
	top: auto;
	height: auto;
	display: block;
}


.amenity-image img {
	height: auto;
}
.amenity-content{
position:relative;
bottom:auto;
display:block;
margin-top:25px;
text-align:center;
}

.amenity-title{
font-size:32px;
text-align:center;
max-width:100%;
}

.amenity-description{
font-size:16px;
line-height:24px;
text-align:center;
max-width:100%;
}

.amenities-vertical-wrapper{
overflow:hidden;
}

/* arrows */

.amenities-prev,
.amenities-next{
    position:absolute;
    bottom:-60px;
    background:none;
    border:none;
    font-size:28px;
    color:#6f5e4f;
}

.amenities-prev {
        left: 20%;
    }

.amenities-next{
    right:20%;
}
	
	.show-mobile{
		display: block!important;
	}
	
/**HOME**/
	.hero-video-wrapper{
	height: 100%;	
	}	
	.hero-banner {
	  position: relative;
	  width: 100%;
	  height: 850px!important;
	  overflow: hidden;
	}
	.hero-overlay {
		  position: absolute;
		  top: 30%;
		  left: 50%;
		  transform: translateX(-50%);
		  width: 90%;
		  color: #fff;
		  text-align: center;
		  z-index: 2;
		height: 100%;
		}
	.hero-subtitle {
			font-size: 17px;
			margin-top: 32px;
			font-family: 'FH Oscar Pro Light';
			color: #FFFFFF;
			margin-bottom: 156px;
		}
	.hero-title {
			font-size: 48px;
			line-height: 1.2;
			font-family: 'TWK Issey';
			text-align: center;
		}
	.full-width-text {
		padding: 76px 0 66px 0;
	}
	.section-title {
		font-family: 'TWK Issey';
		font-size: 34px;
		line-height: 41px;
		color: #231814;
	}
	
	.flex-gallery-slider .container-fluid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 53px solid transparent;
    border-right: 53px solid transparent;
    border-top: 53px solid #EEE8E3;
    z-index: 3;
	}
	.full-width-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 71px solid transparent;
    border-right: 71px solid transparent;
    border-top: 71px solid #EEE8E3;
    z-index: 3;
	}
	.full-width-image-static img {
    aspect-ratio: 4 / 4.8;
    object-fit: cover;
	}
	.amenities-slider-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 71px solid transparent;
    border-right: 71px solid transparent;
    border-top: 71px solid #EEE8E3;
    z-index: 3;
}
	.amenities-slider img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 6;
	}
.amenity-caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    z-index: 2;
}
	.amenities-slider {
    width: 100%;
    max-width: 100%;
    
	}
	.amenities-slider .custom-next img {
    width: 84px;
    display: block;
    transition: transform 0.3s ease;
    object-fit: contain;
}
	.amenity-caption h3 {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0px;
    font-family: 'TWK Issey';
    color: #FCFBF8;
    z-index: 2;
}
	.amenities-slider .custom-next {
    position: absolute;
    right: 90px;
    bottom: 95px;
    background: none;
    border: none;
    z-index: 10;
    cursor: pointer;
    padding: 0;
}
	.three-columns-section .container {
    width: 100%;
    max-width: 100%;
   padding: 0;
}
.column-title {
    margin-bottom: 50px;
    font-size: 17px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #231814;
    font-family: 'TWK Issey';
}
	.three-columns-section{
		padding-bottom: 0px!important;
	}
	.styles-section-title h3{
		    text-align: center;
    font-family: 'TWK Issey';
    font-size: 22px;
    line-height: 32px;
    color: #231814;
	}
	.hide-title   .hero-title{
		display: none!important;
	}
	.hide-title   .hero-subtitle {
		display: none!important;
	}
	.three-column-item{
		position: sticky !important;
		  top: -1px;
		  display: flex;
		  flex-direction: column;
		  align-items: center;
		  justify-content: center;
		  height: 100vh;
		  text-align: center;
		  color: #fff;
		  position: absolute;
		  left: 0;
		  right: 0;
		        background: #F6F4F1;
		}
.contact-hero-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 664px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 127px 0 0 0 !important;
}
.contact-hero-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 71px solid transparent;
    border-right: 71px solid transparent;
    border-top: 71px solid #F6F4F1;
    z-index: 3;
}
.triangle-bottom::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 71px solid transparent;
    border-right: 71px solid transparent;
    border-bottom: 71px solid #F6F4F1;
    z-index: 3;
}	
	.triangle-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 71px solid transparent;
    border-right: 71px solid transparent;
    border-top: 71px solid #F6F4F1;
    z-index: 3;
}
.frm_style_newsletter.with_frm_style input::placeholder {
    color: #FCFBF8;
    font-size: 19px;
    letter-spacing: 0px;
    font-family: 'TWK Issey';
    font-weight: normal;
    text-align: center;
}	
.marquee-item {
    font-size: 14px;
    font-family: 'Twk Issey', sans-serif;
    color: #231814;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    text-align: center;
}	
.marquee-inner {
    display: flex;
    gap: 7rem;
    width: 100%;
    animation: marquee-scroll 40s linear infinite;
}	
  .slick-gallery .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }	
.flex-gallery-slider .container-fluid {
    position: relative;
    
}	
.flex-gallery-slider .slick-slide {
    transition: transform 0.6s ease, opacity 0.6s ease;
    /* transform: scale(0.85); */
    opacity: 1;
}	
.slide-item img {
    aspect-ratio: 16 / 13;
    object-fit: cover;
    height: auto;
}
	/*footer*/
	.site-footer .container{
		display: flex;
		flex-direction: column;
	}
    .footer-nav {
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
        padding: 90px 0 90px 0;
        order: 1;
		border-bottom: 1px solid #9F8C80;
    }
	.footer-divider {
    display: none;
}
	.footer-middle {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 55px 0;
    order: 3;
		border-bottom: 1px solid #9F8C80;
}
     .footer-bottom {
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
        order: 4;
        padding: 55px 0;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
	.footer-disclaimer {
    color: #725F53;
    opacity: .71;
    font-size: 10px;
    line-height: 16px;
    font-family: 'FH Oscar Pro Light';
    margin-bottom: 32px;
}
	.footer-logo {
    max-width: 285px;
}
	.footer-left {
    display:none!important;
}
	.footer-left-mobile{
	display: flex!important;
    align-items: baseline;
    justify-content: center;
	margin-bottom: 32px;
	}
	.footer-left-mobile p {
    color: #725F53;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    font-family: 'FH Oscar Pro Light';
    margin: 0 0 0 5px;
    text-align: left;
	
}
	    .footer-top {
        order: 2;
        border-bottom: 1px solid #9F8C80;
        padding: 55px 0;
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
    }
	.footer-company-logo{
		    margin-bottom: 36px;
	}
.footer-company-logo img {
    max-width: 265px;
}
.footer-menu {
    display: flex;
	flex-direction: column;
    justify-content: center;
    
    gap: 23px 0px;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
	#menu-item-78{
		order: 1;
	}
	#menu-item-823{
		order: 2;
	}
	#menu-item-820{
		order: 3;
	}
	#menu-item-822{
		order:4;
	}
	#menu-item-821{
		order:5;
	}
	#menu-item-819{
		order: 6;
	}
	#menu-item-79{
		order: 7;
	}
	#menu-item-824{
		order: 8;
	}
.footer-menu a {
    color: #725F53;
    font-size: 20px;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 24px;
    font-family: 'FH Oscar Pro Light';
    text-transform: uppercase;
    font-weight: 600;
}	
#menu-legal {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center!important;
    margin-bottom: 29px;
}	
	
	/*RESIDENCES*/
	.luxury-accordion-section{
		    padding: 105px 0 54px 0!important;
	}
	.accordion-content {
    padding-top: 19px;
}
	.luxury-accordion {
    width: 90%;
    max-width: 90%;
}
	.luxury-accordion h3 {
    font-size: 23px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
    line-height: 34px;
    font-family: 'TWK Issey';
}
	.luxury-accordion p {
    font-family: 'TWK Issey';
    color: #231814;
    font-size: 19px;
    line-height: 25px;
    text-align: left;
    max-width: 100%;
    margin: 0;
}
	.residence-layouts-section {
    background: #F6F3ED;
	padding: 55px 0 71px 0;
}
	.residence-image-wrapper {
    background: #F6F3ED;
    padding: 0px;
		order: 2;
}
	.residence-floor-tabs {
    display: flex;
    justify-content: center;
    gap: 37px;
    margin-top: 112px;
		order: 3;
}
	.residence-title {
    margin-top: 75px;
		margin-bottom: 103px;
    font-size: 44px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'TWK Issey';
    text-align: center;
    order: 1;
}
	.residence-item {
    text-align: center;
    display: flex;
    flex-direction: column;
}
	.residence-section-title {
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: 'TWK Issey';
    line-height: 27px;
    color: #9F8C80;
}
.matterport-divider {
  display: none;
}	
	.matterport-section{
		padding: 56px 0 0 0!important;
	}
.matterport-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: center;
}	
.matterport-description {
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 16px;
    text-align: center;
    font-family: 'FH Oscar Pro Light';
    font-weight: 600;
}	
	.matterport-left{
		padding-bottom: 44px;
	}	
.matterport-toggle {
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: 1px solid #bfb7ae;
    border-radius: 40px;
    padding: 0px;
    margin-bottom: 53px;
}	
	.matterport-static-image img {
    width: 100%;
    max-width: 175px;
    display: block;
}
.matterport-viewer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 71px solid transparent;
    border-right: 71px solid transparent;
    border-top: 71px solid #EEE8E3;
    z-index: 3;
    	}
.matterport-cover img {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}
.matterport-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 127px;
    transition: 0.3s ease;
}
.matterport-play-btn img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover;
}
.matterport-embed iframe {
    object-fit: cover;
    aspect-ratio: 3 / 4;
    height: 100%;
}
.amenities-vertical-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 71px solid transparent;
    border-right: 71px solid transparent;
    border-top: 71px solid #EEE8E3;
    z-index: 3;
}
	.page-id-809 .flex-gallery-slider{
		    padding: 80px 0 108px 0!important;
	}
	.page-id-809 .flex-gallery-slider .section-title {
    margin-bottom: 49px !important;
}
	  .page-id-809  .luxury-accordion-section {
        padding: 0px 0 289px 0 !important;
    }
    .content-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 71px solid transparent;
        border-right: 71px solid transparent;
        border-top: 71px solid #EEE8E3 !important;
        z-index: 3;
    }
	.content-hero-title {
    font-size: 41px;
    line-height: 49px;
    font-family: 'TWK Issey';
    text-align: center;
    letter-spacing: 0px;
}
	.content-hero-subtitle {
    font-size: 19px;
    margin-top: 28px;
    opacity: 1;
    font-family: 'TWK Issey';
    color: #FCFBF8;
}
	.content-overlay {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    color: #fff;
    text-align: center;
    z-index: 2;
}
	/*AVAIL*/
.page-id-811 .full-width-text {
    padding: 92px 0 92px 0!important;
}
	.availability-section {
    background: #EEE8E3;
    padding: 0px 0 200px 0;
}
.availability-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
   gap: 104px;
}
.availability-section .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}	
.availability-address {
    display: none;
}
.availability-image img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3.4;
    object-fit: cover;
    height: 100%;
}
/*LOCALE*/
.page-id-810 .accordion-content {
	padding-top: 35px;
	max-width: 100%!important;
	width: 100%;
}

.page-id-810 .full-width-text {
	padding-bottom: 50px;
}

.page-id-810 .full-width-wrapper {
	max-width: 100% !important;
	width: 100% !important;
}

.no-triangle {
	padding: 74px 0 0 0 !important;
}

.no-triangle .section-title {
	margin-bottom: 45px;
}

.page-id-810 .full-width-image-static img {
	aspect-ratio: 4 / 6;
	object-fit: cover;
}

.accordion-title-wrap {
	display: flex;
	flex-direction: column-reverse;
}

.accordion-title-icon {
	width: 100%;
	max-width: 30px;
	object-fit: contain;
	margin-left: 0;
}

.page-id-810 .content-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 71px solid transparent;
	border-right: 71px solid transparent;
	border-top: 71px solid #F6F3ED !important;
	z-index: 3;
}
/*blog*/
.next-post-arrow img{
    max-width:49px;
    display:block;
}
.next-post-arrow  {
   margin-top: 22px
}
	.next-post-link{
		    color: #9F8C80;
    text-decoration: none;
    font-size: 13px;
    font-family: 'TWK Issey';
    margin-bottom: 10px;
	}
.next-post-title {
    color: #231814;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 28px;
}
	.next-post-label{
		margin-bottom: 10px;
	}
	.blog-next-post .container{
	    max-width: 90%;
    width: 90%;	
	}
.blog-single-content {
    padding-bottom: 77px;
}
	.blog-next-post{
	 padding-bottom: 77px;	
	}
	figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 71px solid transparent;
    border-right: 71px solid transparent;
    border-top: 71px solid #F6F3ED;
    z-index: 3;
}
	.blog-single-inner h2 {
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 33px;
    color: #231814;
    font-family: 'TWK Issey';
    text-transform: uppercase;
		margin: 48px 0;
}
	.blog-single-inner p {
    color: #231814;
    font-size: 15px;
    line-height: 23px;
    font-family: 'TWK Issey';
    margin: 0;
    text-align: left;
   margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
}
	.hero-scroll-brown {
    height: 96px;
    width: 2px;
    margin: 75px auto;
    overflow: hidden;
    background: rgba(108, 90, 76, 0.3);
}
	.blog-single-hero .container{
		max-width: 90%;
        width: 90%;
	}
	.blog-single-hero {
    padding-top: 83px;
}
	.blog-single-title {
    color: #231814;
    font-size: 26px;
    line-height: 33px;
    font-family: 'TWK Issey';
    max-width: 393px;
    margin: 0;
    text-align: left;
		text-transform: uppercase;
}
	.blog-single-category {
    background: #725F53;
    font-family: 'FH Oscar Pro Light';
    text-transform: uppercase;
    color: #FCFBF8;
    font-size: 10px;
    letter-spacing: 0.95px;
    line-height: 23px;
    width: fit-content;
    margin: 0;
    padding: 6px 23px;
    margin-bottom: 25px;
}
	.blog-card-category {
    font-size: 17px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #725F53;
    display: block;
    margin-top: 31px;
    font-family: 'FH Oscar Pro Light';
    font-weight: 700;
}
	.blog-card-title a {
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 34px;
    font-family: 'TWK Issey';
    color: #231814;
    text-decoration: none;
}
	.blog-readmore {
    display: inline-block;
    padding: 10px 31px;
    border-radius: 21px;
    background: #725F53;
    color: #FBF9F4;
    text-decoration: none;
    font-size: 16px;
    margin-top: auto;
    width: fit-content;
    font-family: 'FH Oscar Pro Light';
}
	.blog-grid {
		padding: 106px 0px 160px 0!important;
	}
	.blog-grid-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 76px;
}
	.blog-grid .container {
    width: 90%;
    max-width: 90%;
    padding: 0;
}
.blog-card-image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 71px solid transparent;
    border-right: 71px solid transparent;
    border-bottom: 71px solid #EEE8E3;
    z-index: 3;
}
	/*CONTACT*/
	.contact-flex-section {
    padding: 70px 0!important;
    background: #F6F3ED;
}
	.contact-flex-title {
    font-size: 37px;
    margin-bottom: 60px;
    letter-spacing: 0px;
    font-family: 'Twk Issey', sans-serif;
    color: #231814;
}
	.contact-flex-right {
    display: none!important;
}
 .page-id-25   .frm_style_newsletter.with_frm_style input::placeholder {
        color: #231814!important;
        font-size: 19px;
        letter-spacing: 0px;
        font-family: 'TWK Issey';
        font-weight: normal;
        text-align: left;
    }
	
/* MOBILE TOGGLE */
.nav-logo img {
    max-width: 225px;
}
.mobile-menu-toggle {
    display:none;
    background:none;
    border:0;
    cursor:pointer;
}

.mobile-menu-toggle span{
    display:block;
    background:#fff;
    margin:3.5px 0;
}
  .single-post  .mobile-menu-toggle span {
        display: block;
        background: #231814;
        margin: 3.5px 0;
    }
  .page-id-25  .mobile-menu-toggle span {
        display: block;
        background: #231814;
        margin: 3.5px 0;
    }
/* MOBILE MENU PANEL */

.mobile-menu{
 position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background:#d8d3ce;
    z-index:999999;
    transform:translateX(100%);
    transition:transform .45s ease;
    display:flex;
    flex-direction:column;
}

.mobile-menu.active{
    transform:translateX(0);
}

.mobile-menu-inner{
    padding:40px;
    height:100%;
    display:flex;
    flex-direction:column;
}

/* top */

.mobile-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.mobile-close{
    font-size:28px;
    background:none;
    border:0;
    cursor:pointer;
}

/* nav */

.mobile-nav{
    margin-top:80px;
}

.mobile-nav ul{
    list-style:none;
    padding:0;
}

.mobile-nav li{
    margin-bottom:20px;
}

    .mobile-nav a {
        font-size: 49px;
        letter-spacing: 0px;
        text-decoration: none;
        color: #725F53;
        font-weight: normal;
        text-transform: uppercase;
        font-family: 'TWK Issey';
        line-height: 1;
    }


/* footer */

.mobile-footer{
    margin-top:auto;
    font-size:14px;
}

.mobile-footer a{
    margin-right:30px;
    color:#8a7d70;
    text-decoration:none;
}

html,body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /*overflow-x: hidden;*/
}

.site-footer {
padding-bottom: 0px !important;
padding-top: 0px !important;
}
.mobile-center{
display: flex;
flex-direction: column;
align-items: center;
}
.text-md-end {
text-align: right !important;
display: flex;
flex-direction: column;
align-items: center;
}
.contact-footer {
display: none;
}

.footer-address {
width: 200px;
text-align: center;
}
.footer-copy{
margin-bottom: 18px;
}
 
.site-header {
    position: fixed; 
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    z-index: 1000;
    padding: 20px 29px;
}
	.site-header.header-scrolled {
    background: #9F9C93;
}
}


/* RESPONSIVE */

@media (max-width:1024px) {
	.mobile-logo img{
		width: 74px;
		max-width: 74px;
	}

.nav-inner {
        display: flex;
        align-items: center;
        margin: 0 auto;
        padding: 0;
        justify-content: flex-end;
}
    .top-line {
        width: 48px;
        height: 1px;
    }

    .bottom-line {
        height: 1px;
        width: 23px;
    }

    .nav-left,
    .nav-right {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        align-items: center;
		        margin-left: 40px;
    }

    .mobile-menu {
        display: block;
    }

}