/*
 Theme Name:     Threshold Divi
 Theme URI:      https://www.thresholdagency.com/
 Description:    Threshold Divi Child Theme
 Author:         Threshold Agency
 Author URI:     https://www.thresholdagency.com/
 Template:       Divi
 Version:        1.0.0
*/
 
/*-------------------------------------------------------------- 
    Theme customization starts here
-------------------------------------------------------------- */
.et_pb_column.et_pb_column_4_4.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    min-height: 0px;
}

.js-marquee-wrapper div:first-child {
    clear: left;
}
#hy-toursite .hy-wrap {
    top: 200px!important;
}

.announcement-banner{
    font-weight:600;
    font-size:20px;
    padding: 5px;
    
}

.announcement-banner-close {
    position: absolute;
    right: 0px;
    top: 5px;
    padding: 0px 10px 0px 12px !important;
    cursor: pointer;
}

.announcement-banner-close:hover {
    opacity:.8;
}

.announcement-banner {
    padding: 10px;
}
.announcement-banner-close {
    top: 10px;
}
/*--------------------------------------------------------------
    General Elements
-------------------------------------------------------------- */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

#page-container {
  overflow-x: hidden !important;
}

et_pb_button::before {
  opacity: 1 !important;
  transform: translate(0px, 0px) scale(1) !important; /* Resets any hover-specific movement or scaling */
  display: inline-block !important; /* Ensures it is part of the flow */
  visibility: visible !important; /* Ensures visibility */
}

a.btn-close-modal.close-btn {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
    background-color: transparent !important;
    z-index: 9999;
    cursor: pointer;
}

.is-hidden {
    display: none;
}

.main-btn-green {
    outline: 3px solid #45563D;
}

.main-btn-green:hover {
    outline: 3px solid #E7D5C2;
}

.line-left-grn::before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 260px;
    width: calc(84.5vw - 260px);
    height: 2px;
    background: #45563d;
    opacity: 1 !important;
    transform: translate(0px, 0px) scale(1) !important;
    display: inline-block !important;
    visibility: visible !important;
    pointer-events: none;
}

/*.line-left-grn:hover::before {*/
/*  background: #E7D5C2;*/
/*}*/

.main-btn-tan {
    outline: 3px solid #E7D5C2;
}

.main-btn-tan:hover {
    outline: 3px solid #45563D;
}

.line-left-tan::before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 260px;
    width: calc(84.5vw - 260px);
    height: 2px;
    background: #E7D5C2;
    opacity: 1 !important;
    transform: translate(0px, 0px) scale(1) !important;
    display: inline-block !important;
    visibility: visible !important;
    pointer-events: none;
}

/*.line-left-tan:hover::before {*/
/*  background: #45563d;*/
/*}*/

/*body #page-container .et_pb_section .et_pb_button:hover, */
.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full button[type=submit]:hover {
    background-color: #45563Dimportant;
}

.white{
    color:#ffffff;
    }
.black{
    color:#000000;
    }
.right-float{
    float:right;
    }
.left-float{
    float:left;
    }
.right-text{
    text-align:right;
    }
.left-text{
    text-align:left;
    }

.mobile-br{
    display:inline;
    }

.et_pb_button .btn-break {
  display: block;
}

h1, h2,.single-post h3, .single-post h4  {
    font-family: "montserrat", Arial, sans-serif;
}

h3, h4, h5, h6 {
font-family: "montserrat", Arial, sans-serif;
}

.interior-header h1{
font-family: "tenez", sans-serif!important;
font-weight: 500!important;
}

.interior-header{
    width: fit-content;
    margin: 0 auto;
    padding: 15px 50px;
}

body h1, body h2, body h3, body h4, body h5, body .cofo p, body .cofo, body .cofo.post-meta, .special_slide_link,
.blog-sec .dipl_blog_slider_meta span, .blog-sec h3, .blog-sec .et_pb_button, 
.int-blog-sec .dipl_blog_slider_meta span, .el_justified_gallery .el-justified-gallery-wrap li a {
  font-family: "montserrat", Arial, sans-serif;
}

body, body p {
    font-weight:400;
    font-family: "montserrat", sans-serif;
    font-size: 20px;
}

body .sub-header p {
    font-weight:500;
    font-family: "montserrat", sans-serif;
    font-size: 25px;
}

body #page-container .et_pb_section .et_pb_button {
    font-weight:700;
    font-family: "montserrat", sans-serif;
    text-transform: uppercase;
}

ul#menu-main-menu{
    font-family: "montserrat", sans-serif;
    font-weight:700;
}

ul#menu-footer-menu {
    font-family: "montserrat", sans-serif;
    font-weight:700;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 5px!important;
    padding-top: 5px!important;
}



/*WP Forms Styles*/

/* WPForms – set all form text (labels, inputs, placeholders, descriptions) */
.wpforms-container,
.wpforms-container .wpforms-field-label,
.wpforms-container .wpforms-field-sublabel,
.wpforms-container .wpforms-field-description,
.wpforms-container .wpforms-required-label,
.wpforms-container .wpforms-error,
.wpforms-container input,
.wpforms-container select,
.wpforms-container textarea,
.wpforms-container button {
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  color: #E7D5C2 !important;
  font-weight: 700!important;
}

/* Placeholders (all major browsers) */
.wpforms-container input::placeholder,
.wpforms-container textarea::placeholder {
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  color: #E7D5C2 !important;
  font-weight: 700!important;
  text-transform:uppercase!important;
  opacity: 1 !important; /* prevents lighter placeholder in some browsers */
}

.wpforms-container input::-webkit-input-placeholder,
.wpforms-container textarea::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  color: #E7D5C2 !important;
  font-weight: 700!important;
  text-transform:uppercase!important;
}

.wpforms-container input::-moz-placeholder,
.wpforms-container textarea::-moz-placeholder {
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  color: #E7D5C2 !important;
  font-weight: 700!important;
  opacity: 1 !important;
  text-transform:uppercase!important;
}

.wpforms-container input:-ms-input-placeholder,
.wpforms-container textarea:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  color: #E7D5C2 !important;
  font-weight: 700!important;
  text-transform:uppercase!important;
}


/* WPForms – bottom border only */
.wpforms-container input,
.wpforms-container select,
.wpforms-container textarea {
  border: none !important;              /* remove all borders */
  border-bottom: 1px solid #E7D5C2 !important; /* add bottom border only */
  background: transparent !important;   /* optional: clean look */
  box-shadow: none !important;          /* remove theme shadows */
  border-radius: 0 !important;          /* no rounded corners */
}

/* Keep border style on focus (when clicking into field) */
.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
  outline: none !important;
  border-bottom: 1px solid #E7D5C2 !important;
  box-shadow: none !important;
}

/* WPForms – remove left/right padding on all fields */
.wpforms-container input,
.wpforms-container select,
.wpforms-container textarea {
  padding-left: 0 !important;
  padding-right: 0 !important;
}




input#wpforms-submit-158,
button#wpforms-submit-158 {
color: #45563D !important;
        border: 2px solid #45563D !important;
    border-radius: 0px!important;
    font-size: 12px!important;
    text-transform: uppercase !important;
    background-color: #E7D5C2!important;
    width: 260px !important;
    outline: 3px solid #E7D5C2!important;
}
input#wpforms-submit-158:hover,
button#wpforms-submit-158:hover{
    color: #E7D5C2 !important;
    border-color: #E7D5C2 !important;
    background-image: initial!important;
    background-color: #45563D!important;
    outline: 3px solid #45563D!important;
}

/*input#wpforms-submit-158,*/
/*button#wpforms-submit-158 {*/
/*outline: 3px solid #E7D5C2!important;*/
/*}*/

/*input#wpforms-submit-158:hover,*/
/*button#wpforms-submit-158:hover {*/
/*outline: 3px solid #E7D5C2!important;*/
/*}*/

.page-id-59 input#wpforms-submit-158,
.page-id-59 button#wpforms-submit-158{
    margin: inherit !important;
}



.wpforms-submit-container {
    margin-top: 25px !important;
}

.two-line-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 14px 28px;
    color: #FB6737 !important;
    border-width: 0px !important;
    border-radius: 100px;
    font-size: 22px;
    font-weight: 700 !important;
    background-color: #F8F2EA;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}

.two-line-btn span {
  line-height: 0;
}

.two-line-btn:hover {
  background-color: #0A2340;
}


.orange-button-container::before, .orange-button-container::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 3px;
    background-color: #FB6737;
    transform: translateY(-50%);
}

.orange-button-container::before {
    left: -100vw;
    right: 0%;
}

.orange-button-container::after {
    left: 0%;
    right: -100vw;
}

.more-home-button {
    color: #FFFFFF !important;
    border: none!important;
    border-radius: 100px;
    font-size: 15px;
    text-transform: uppercase !important;
    font-weight: 700!important;
    font-family: "montserrat", sans-serif!important;
    background-color: #FB6737;
    z-index: 1;
    transition: none !important;
    padding-top: 6px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    transition: ease-in-out all 0.3s;
    min-width: 259px!important;
}

.more-home-button:hover {
background-color: #0A2240;
}

a.et_pb_button.more-home-button:after {
    display: none;
}

/*--------------------------------------------------------------
    Header Elements
-------------------------------------------------------------- */


/*#simple-banner {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: 9999;*/
/*}*/

/*#simple-banner {*/
/*    transform: translateY(0);*/
/*    transition: transform 0.3s ease;*/
/*}*/




/*--------------------------------------------------------------
    Homepage Elements
-------------------------------------------------------------- */

.home-hero {
  position: relative;
  overflow: hidden;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(69 86 61 / 0.58); /* #45563d at 58% */
  mix-blend-mode: multiply;
  pointer-events: none;
}

.dipl_image_card_image_wrapper {
  position: relative;
  overflow: hidden;
}

/* Overlay background */
.dipl_image_card_image_wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(69, 86, 61, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none; /* ✅ allows clicking through */
}

/* Center icon */
.dipl_image_card_image_wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/uploads/2026/01/Group-484.svg") no-repeat center;
  background-size: 60px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none; /* ✅ allows clicking through */
}

/* Hover */
.dipl_image_card_image_wrapper:hover::before,
.dipl_image_card_image_wrapper:hover::after {
  opacity: 1;
}



.et_pb_row.sized {
  display: flex;
  flex-wrap: nowrap;
  align-items: normal;
  justify-content: space-between;

  gap: 0px; /* spacing BETWEEN columns only */
}

/* Remove Divi default column widths */
.et_pb_row.sized > .et_pb_column {
  width: auto !important;
  margin-right: 0 !important;
}

/* Column widths */
.et_pb_row.sized > .et_pb_column:nth-child(1) { flex: 0 0 12%; }
.et_pb_row.sized > .et_pb_column:nth-child(2) { flex: 0 0 32%; }
.et_pb_row.sized > .et_pb_column:nth-child(3) { flex: 0 0 30%; }
.et_pb_row.sized > .et_pb_column:nth-child(4) { flex: 0 0 20%; }



.et_pb_row.sized-2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: normal;
  justify-content: space-between;

  gap: 20px; /* spacing BETWEEN columns only */
}

/* Remove Divi default column widths */
.et_pb_row.sized-2 > .et_pb_column {
  width: auto !important;
  margin-right: 0 !important;
}

/* Column widths */
.et_pb_row.sized-2 > .et_pb_column:nth-child(1) { flex: 0 0 12%; }
.et_pb_row.sized-2 > .et_pb_column:nth-child(2) { flex: 0 0 35%; }
.et_pb_row.sized-2 > .et_pb_column:nth-child(3) { flex: 0 0 50%; }



.explore::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%;
    height: 100%;

    background-image: url(/wp-content/uploads/2026/01/Path-3227.svg);
    background-repeat: no-repeat;
    background-position: bottom left;

    /* 764px max, but shrink on small screens */
    background-size: min(615px, 100%) auto;

    pointer-events: none;
}

.welcome::after {
    content: "";
    position: absolute;
    left: 150px;
    top: 35px;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2026/01/Path-3228.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: min(895px, 100%) auto;
    pointer-events: none;
}



.dipl_swiper_wrapper .swiper-container {
     transform: scale(1.5)!important; 
}




.wp-marquee > .et_pb_text_inner {
    height: 25px;
}
html .wp-marquee, html .wp-marquee p {
    font-weight: 700!important;
    font-family: "montserrat", sans-serif;
    font-size: 14px!important;

}
/*.wp-marquee strong {*/
/*    font-weight:600;*/
/*    font-family: "montserrat", Arial, sans-serif !important;*/
/*    color: #F8F2EA;*/
/*    opacity: 0.66;*/
/*    font-size: 47px!important;*/
/*}*/

/*.js-marquee em{*/
/*font-family: "montserrat", Arial, sans-serif;*/
/*  font-weight: 400;*/
/*  font-style: italic;*/
/*  color: #F8F2EA;*/
/*  opacity: 0.66;*/
/*  font-size: 47px!important;*/
/*}*/

.btn-lines {
  position: relative;
  display: inline-block;
  /* optional: helps keep the line vertically centered on the button */
}

.btn-lines::before,
.btn-lines::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;                 /* line thickness */
  background: #fb6737;
  transform: translateY(-50%);
  width: 100vw;                /* reach the viewport edges */
  pointer-events: none;
}

/* line to the left */
.btn-lines::before {
  right: 100%;                 /* start at button’s left edge */
  margin-right: 16px;          /* gap between line and button */
}

/* line to the right */
.btn-lines::after {
  left: 100%;                  /* start at button’s right edge */
  margin-left: 16px;           /* gap between line and button */
}



.btn-lines::before,
.btn-lines::after { content: "" !important; display: block!important;}


.hm-location-sec {
    position: relative;
    overflow: hidden;
}

.hm-location-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 220px; /* controls visible width */
    height: 100%;
    background-image: url("/wp-content/uploads/2026/01/Group-32.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    pointer-events: none;
    z-index: 9;
}

/* Allow the left/right slides to peek outside the carousel frame */
/*.et_pb_module.hp-carousel.dipl_image_card_carousel .swiper-container {*/
/*  overflow: visible !important;*/
/*}*/

/* Clip each slide's visible area */
/*.et_pb_module.hp-carousel.dipl_image_card_carousel .swiper-slide {*/
/*  overflow: hidden;*/
/*}*/

/* Ensure the image fills its wrapper normally */
/*.et_pb_module.hp-carousel.dipl_image_card_carousel .dipl_image_card_image_wrapper {*/
/*  overflow: hidden;*/
/*}*/

/*.et_pb_module.hp-carousel.dipl_image_card_carousel .dipl_image_card_image {*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*  transform: none;*/
/*}*/

/* LEFT side slide: show only the RIGHT half */
/*.et_pb_module.hp-carousel.dipl_image_card_carousel .swiper-slide-prev .dipl_image_card_image {*/
/*  width: 200%;*/
/*  transform: translateX(-50%);*/
/*}*/

/* RIGHT side slide: show only the LEFT half */
/*.et_pb_module.hp-carousel.dipl_image_card_carousel .swiper-slide-next .dipl_image_card_image {*/
/*  width: 200%;*/
/*  transform: translateX(0);*/
/*}*/

/* Center slide stays full */
/*.et_pb_module.hp-carousel.dipl_image_card_carousel .swiper-slide-active .dipl_image_card_image {*/
/*  width: 100%;*/
/*  transform: none;*/
/*}*/

/*.et_pb_module.hp-carousel.dipl_image_card_carousel .swiper-slide-prev .dipl_image_card_image_wrapper,*/
/*.et_pb_module.hp-carousel.dipl_image_card_carousel .swiper-slide-next .dipl_image_card_image_wrapper {*/
/*  overflow: hidden;*/
/*}*/

/*.et_pb_module.hp-carousel.dipl_image_card_carousel .swiper-slide-prev .dipl_image_card_image_wrapper img {*/
/*  width: 200%;*/
/*  transform: translateX(-50%);*/
/*}*/

/*.et_pb_module.hp-carousel.dipl_image_card_carousel .swiper-slide-next .dipl_image_card_image_wrapper img {*/
/*  width: 200%;*/
/*  transform: translateX(0);*/
/*}*/

/*.home .swiper-container.swiper-container-initialized.swiper-container-horizontal {*/
/*    transform: scale(1.3);*/
/*}*/


/*.page-id-54 .swiper-container.swiper-container-initialized.swiper-container-horizontal {*/
/*    transform: scale(1.3);*/
/*}*/










.slick-next.slick-arrow, .slick-prev.slick-arrow{
    position: absolute;
    z-index: 1000;
    top: 30%;
}


.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    bottom: 20px;
    color: #73000A;
    border: 0;
    background: none;
    z-index: 1;
}

.slick-prev {
    left: -60px;
}

.slick-prev::after {
    content: "";
    display: block;
    width: 60px;
    height: 33px;
    background-image: url("/wp-content/uploads/2026/01/back.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.slick-next {
    right: -30px;
    text-align: right;
}

.slick-next:after {
    content: "";
    display: block;
    width: 60px;
    height: 33px;
    background-image: url("/wp-content/uploads/2026/01/forward.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    content: "";
    display: block;
    margin-bottom: 50px;
    width: 40px;
    height: 33px;
    background-image: url("/wp-content/uploads/2026/01/Group-498.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    content: "";
    display: block;
    margin-bottom: 50px;
    width: 40px;
    height: 33px;
    background-image: url("/wp-content/uploads/2026/01/Group-497.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.swiper-button-next, .swiper-button-prev {
    color: transparent!important;
}
.swiper-button-prev {
    left: 50px!important;
}

.swiper-button-next{
    right: 50px!important;
}

.slick-prev:before, .slick-next:before {display:none;}

.slick-prev:hover:after,
.slick-next:hover:after {
    color: #7e7e7e;
}
.element-item .unit-detail .floorplan-block-info-name {
font-weight: 500;
    /* letter-spacing: 3px; */
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    color: #FB6737 !important;
    font-family: "montserrat", Arial, sans-serif;
}
/*.element-item.soldout .portfolio-wrapper .portfolio-inner a .portfolio-image:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: rgb(115 0 10 / 40%);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    left: 0;*/
/*    top: 0;*/
/*    color: #ffffff;*/
/*    text-transform: uppercase;*/
/*    font-size: 30px;*/
/*}*/
.floorplan-inner {
    padding: 0px 10px;
}
.floorplan-inner .button {
    background: #FB6737 !important;
    color: #ffffff;
    padding: 8px 50px;
    line-height: 1;
    display: inline-block;
    font-size: 12px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold;
    width: 200px;
    margin-top: 18px;
}
.floorplan-inner .button:hover {
    background: #0A2240 !important;
    color: #ffffff;
}
.element-item .floorplan-block-info-specs {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

i.fa-solid.fa-download {
    display: none;
}

/*--------------------------------------------------------------
    Interior Page Elements
-------------------------------------------------------------- */

.banner-sec {
    position: relative;
}

.banner-sec::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2026/01/header-lines2.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    pointer-events: none;
}

/* Make the column act like a stretching container */
.slider-column {
  display: flex;
  align-items: stretch;
}

/* Make the slider fill the entire column */
.slider-column .slider-amenities {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 auto;
  height: 100% !important;
  margin: 0 !important;
}

/* Force Divi slider internals to stretch full height */
.slider-column .slider-amenities,
.slider-column .slider-amenities .et_pb_slides,
.slider-column .slider-amenities .et_pb_slide,
.slider-column .slider-amenities .et_pb_container,
.slider-column .slider-amenities .et_pb_slider_container_inner {
  height: 100% !important;
}

/* Override Divi’s inline container height when it’s set */
.slider-column .slider-amenities .et_pb_container {
  min-height: 100% !important;
}

/* If slides use background images, ensure they cover */
.slider-column .slider-amenities .et_pb_slide {
  background-size: cover !important;
  background-position: center !important;
}

/* ✅ Mobile: give the stacked slider a usable height */
@media (max-width: 980px) {
  .slider-column {
    display: block; /* when stacked, flex can collapse height */
  }

  .slider-column .slider-amenities {
    height: auto !important;
    min-height: 320px; /* adjust as needed */
  }

  .slider-column .slider-amenities,
  .slider-column .slider-amenities .et_pb_slides,
  .slider-column .slider-amenities .et_pb_slide,
  .slider-column .slider-amenities .et_pb_container,
  .slider-column .slider-amenities .et_pb_slider_container_inner {
    height: auto !important;
    min-height: 320px; /* keep consistent height */
  }
}

/* Optional: smaller phones */
@media (max-width: 480px) {
  .slider-column .slider-amenities,
  .slider-column .slider-amenities .et_pb_slides,
  .slider-column .slider-amenities .et_pb_slide,
  .slider-column .slider-amenities .et_pb_container,
  .slider-column .slider-amenities .et_pb_slider_container_inner {
    min-height: 260px;
  }
}

/* Base: keep title pinned to bottom + visible */
.slider-column .slider-amenities .et_pb_slide {
  position: relative !important;
}

.slider-column .slider-amenities .et_pb_slide .et_pb_container {
  position: relative !important;
  height: 100% !important;
  min-height: 100% !important;
}

.slider-column .slider-amenities .et_pb_slide .et_pb_slide_description {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  padding: 20px !important;
  margin: 0 !important;
  z-index: 5 !important;
  background: rgba(0,0,0,0.45); /* optional overlay */
}

.slider-column .slider-amenities .et_pb_slide .et_pb_slide_title {
  margin: 0 !important;
}

@media (min-width: 981px) {
  h2 {
    font-size: 44px!important;
  }
}



/* ✅ Mobile: use viewport height so stacked slider stays visible */
@media (max-width: 980px) {
  .slider-column .slider-amenities {
    min-height: 45vh !important;
  }

  .slider-column .slider-amenities .et_pb_slides,
  .slider-column .slider-amenities .et_pb_slide,
  .slider-column .slider-amenities .et_pb_slide .et_pb_container {
    min-height: 45vh !important;
    height: auto !important;
  }
}

/* Smaller phones: slightly shorter if needed */
@media (max-width: 480px) {
  .slider-column .slider-amenities,
  .slider-column .slider-amenities .et_pb_slides,
  .slider-column .slider-amenities .et_pb_slide,
  .slider-column .slider-amenities .et_pb_slide .et_pb_container {
    min-height: 40vh !important;
  }
}

.page-id-154 .et_pb_slide {
    padding: 0px !important;
}
 



.dipl_filterable_gallery_image_wrapper {
  position: relative;
  overflow: hidden;
}

/* Overlay background */
.dipl_filterable_gallery_image_wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(69, 86, 61, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none; /* ✅ allows clicking through */
}

/* Center icon */
.dipl_filterable_gallery_image_wrapper::after {
  content: "";
  position: absolute;
  inset: 16px; /* pulls border inward */
  border: 2px solid #fff;
  background: transparent;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  transition: 0.3s ease-in-out all;
  cursor: pointer!important;
}

/* Hover */
.dipl_filterable_gallery_image_wrapper:hover::before,
.dipl_filterable_gallery_image_wrapper:hover::after {
  opacity: 1;
}


/* foreground overlay image */
.middle-overlay-sec::after {
  content: "";
  position: absolute;
  inset: 0;
  /*background-image: url(https://westmag320.wpengine.com/wp-content/uploads/2026/01/line-too.png);*/
  background-image: url(/wp-content/uploads/2026/01/line-take-two.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  pointer-events: none; /* so buttons/links still clickable */ 
}

/* keep your actual content under the overlay */
.middle-overlay-sec > * {
  position: relative;
  z-index: 1;
}


.et_pb_section.banner-sec, .et_pb_section.banner-sec .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 96vh!important;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}

.amenity {
  display: flex;
  align-items: center;
  gap: 8px;
}

.amenity img {
  width: 26px;
  height: auto;
  flex-shrink: 0;
}

.amenity span {
  line-height: 1.4;
}

.amenities-grid--right .amenity--right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  text-align: right;
}

.amenities-grid--right .amenity--right span {
  text-align: right;
}

.amenities-grid--right .amenity--right img {
  width: 26px;
  height: auto;
  flex-shrink: 0;
}

.faq-anchors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.faq-toggle h5.et_pb_toggle_title {
    font-family: "montserrat", sans-serif;
}

.mcat {
    font-size: 25px!important;
}

ul.mcat-inner li {
    color: #0A2240 !important;
    font-size: 20px !important;
    font-weight: 500!important;
}

ul.mcat-inner img {
    display: none;
}

.mcat-wrap:not(:last-of-type) {
    border-bottom: 2px solid #0A2240;
}


div#location-page-map-filters div.mcat {
    margin-bottom: 15px;
    position: relative;
    margin-top: 15px;
}



/*.faq-btn-row{*/
/*  position: relative;*/
/*}*/

/*.faq-btn-row::after{*/
/*  content:"";*/
/*  position:absolute;*/
/*  left:0;*/
/*  right:0;*/
/*  bottom:0;*/
/*  height:12px;                */
/*  background:url(/wp-content/uploads/2026/01/new-line3.svg) no-repeat bottom center;*/
/*  background-size:100% 100%;*/
/*  pointer-events:none;*/
/*}*/




/*.middle-overlay-sec {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/


/*.middle-overlay-sec::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/

/*    background-image: url("/wp-content/uploads/2026/01/Group-982.svg");*/
/*    background-repeat: no-repeat;*/
/*    background-position: center center;*/
/*    background-size: cover;*/

/*    pointer-events: none;*/
/*    z-index: 8;*/
/*}*/


/*--------------------------------------------------------------
    Floorplan Elements
-------------------------------------------------------------- */

.floorplans-filter-inner {
    display: flex;
}

.element-item >div .floor-details {
    padding: 20px 20px 0px;
}
.element-item {
    width: 33.33%;
    padding: 12px;
    margin-bottom: 0px;
    text-align: center;
}
.element-item >div {
    padding: 20px 20px 20px;
    text-align: center;
    margin-bottom: 0px;
    display: inline-block;
    overflow: hidden;
    height: 100%;
    position: relative;
    border-radius: 0px;
    background: #FFFFFF;
}
.portfolio-inner {
    border: 3px solid #45563d;
    padding: 15px;
    min-height: 545px !important;
}
.home .element-item >div {
    background: none;
    padding: 20px 20px 20px;
}
.portfolio-image {
    border-radius: 0px;
}
.fp-bed-count img {
    margin-right: 5px;
}
.portfolio-wrapper {
    padding: 0px 10px;
}
span.unit-sep {
    padding: 0px 5px;
}

.floorplan-block-info-btn {
    text-align: center;
    padding: 0px 10px 30px;
}
.element-item .floor-title {
    text-transform: uppercase;
    font-size: 38px;
    color: #45563d !important;
    letter-spacing: 2.36px;
    text-align: center;
    font-family: "tenez", sans-serif !important;
    font-weight: 500 !important;
}
.element-item .unit-detail {
font-size: 18px;
    color: #313131;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: "montserrat", sans-serif !important;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.element-item .unit-detail >div {
    width:100%;
}
.floor-btn {
    padding: 8px 50px;
    line-height: 1;
    display: inline-block;
font-weight: 600;
    width: 290px;
    margin-top: 18px;
    text-align: center;
    color: #E7D5C2 !important;
    border-radius: 0px;
    border: 2px solid #E7D5C2 !important;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase !important;
    background-color: #45563D !important;
    outline: 3px solid #45563D;
}

.modail .floor-btn {
    margin-top: 0px;
}

.fancybox-outer, .fancybox-inner {
    position: relative;
    width: 800px;
}
.fancybox-inner .floor-btn {
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.floor-btn:hover {
    background: #E7D5C2!important;
    color:#45563D!important;
    border-color:#45563D!important;
    outline: 2px solid #EDEAE6!important;
}

.fancybox-inner {
    width: 100% !important;
}
.fancybox-content > div {
    overflow: scroll !important;
}
.floorp-unit-container span.bedroom-num {
    margin: 10px 0px 15px;
    display: flex;
    width: 100%;
}
.floorp-unit-container .unit-detail {
    font-size: 18px;
    color: #0A2240;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: "montserrat", sans-serif !important;
}
.modal .floorp-unit-container .unit-detail {
    font-size: 18px;
    color: #0A2240;
    font-weight: 500;
    display: block;
    font-family: "montserrat", sans-serif !important;
}
.specials-detail >div {
    background: #E7D5C2;
    color: #45563D !important;
    padding: 15px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
}
.product-img--main {
    width: 100% !important;
    margin: 0px;
    position: relative;
    overflow: hidden;
    width: 600px;
    height: 300px;
    float: left;
    margin: 10px;
 }
 
 .product-img--main__image {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-position: center;
     background-size: contain;
     background-repeat: no-repeat;
     -webkit-transition: -webkit-transform .5s ease-out;
     transition: -webkit-transform .5s ease-out;
     transition: transform .5s ease-out;
     transition: transform .5s ease-out,-webkit-transform .5s ease-out;
 }
.fancybox-content .pop-split-50 .product-img--main__image {
    transform: scale(.9) !important;
}
.fancybox-content .pop-split-50 .product-img--main__image:hover {
    transform: scale(1.6) !important;
}
.floor-img-container li {
    display: inline-block;
    margin: 2px;
    padding: 1px 10px 1px;
    cursor:pointer;
}
ul.box-grid3d {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    padding-bottom: 0px;
}
li.switch-img {
    border: 2px solid #73000A;
    color: #73000A;
    margin: 2px 4px;
}
li.switch-img div {
    font-size: 13px;
    font-weight: bold !important;
}
ul.box-grid3d img {
    max-width: 60px;
    margin-top: 10px;
}
.flp-icons {
    max-width: 75px;
}
.flp-icons {
    opacity: .6;
}
.active-img .flp-icons {
    opacity: 1;
}
.property-small-sec {
    color: #000000;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size:13px;
}
.pop-split-50 .floor-details {
    padding-left: 100px;
}

.pop-split-50.left.pop-content-sec .floor-btn-sec {
    display: flex;
    flex-direction: column;
}

.element-item .floor-type {
    background: #a5a5a5;
    padding: 5px;
    margin-bottom: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
}
.fancybox-inner .floorp-unit-container {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.pop-split-50.pop-content-sec {
    align-items: flex-start;
    display: flex;
    padding-top: 50px;
}
.property-files-images {
    width: 33%;
    padding: 10px;
}
.property-files {
    display: flex;
    flex-flow: wrap;
    padding:10px;
}
.property-files-images img {
    height: 100%;
    object-fit: cover;
}
.fp-price-sec.old-price {
    text-decoration: line-through;
}
.floor_plan_slider_popup .floor-area {
    padding-top: 16%;
    padding-left: 5%;
}

.floor_plan_slider_popup .floor-area h3{
    color: #F4B233;
    font-weight: 400;
    font-size: 75px;
    margin-bottom:0px !important;
    padding-bottom:0px !important;
    line-height: 1;
}
.floor_plan_slider_popup .floor-area p {
    text-transform: uppercase;
    font-size: 36px;
}
.pop-btn-1 a {
    font-size: 28px;
    color:#ffffff;
}
.pop-btn-1 a strong{
    color:#5FB3E4;
}
.pop-btn-1 {
    margin: 0px 0px 40px!important;
}
.pop_pb_text_des{
   margin-bottom: 40px !important; 
       margin-top: 10px;

}
.pop-btn-2 a strong{
    font-size: 36px;
    color:#ffffff;
}
.pop-btn-2 a:hover strong, .pop-btn-1 a:hover strong{
    color:#000000;
}

.pop-btn-1 a strong:after   {
    background-color: #5FB3E4;
}
.pop-btn-2 a strong:after, .footer-cta-sec  .submitbtn:after {
    background-color: #ffffff;
}

.floor_plan_slider_popup .floor-area a:hover {
    text-decoration: none;
}

.floor-btn-1 a strong {
    font-size: 47px;
    color:#5FB3E4;
    display:none;
}
.floor-btn-1 a strong:after {
    background-color: #5FB3E4;
}

.floor-btn-1 a:hover strong {
    font-size: 47px;
    color:#ffffff;
}
.popup-wrapper-sec, .fancybox-inner{
    display: inline-block;
    width: 100%;
 
}
.floor-btn-1 a:hover  strong:after {
    background-color: #ffffff;
}
.pop-content-sec .floor-title {
text-transform: uppercase;
    font-size: 34px; 
    padding-bottom: 10px;
    color: #45563d !important;
    letter-spacing: 2.36px;
    text-align: left;
    font-family: "tenez", sans-serif !important;
    font-weight: 500 !important;
}
.filter-reveal {
    background: #ffffff;
    padding: 5px 60px 5px 30px;
    color: #f9b903;
    border: 3px solid #f9b903;
    font-weight: 900;
    border-radius: 60px;
    font-size: 15px;
    margin-bottom: 20px;
}
button.filter-reveal .fa-solid.fa-caret-right {
    position: relative;
    left: 35px;
    font-size: 17px;
}
.filter-reveal:hover {
    color: #ffffff;
    background:#f4bc42;
}
.floorp-unit-container .unit-status span {
    z-index:999;
    font-size: 15px;
    /*background: #557b8b;*/
    padding: 8px 30px;
    border-radius: 30px;
}
.floorp-unit-container .unit-status {
    margin-bottom: 20px;
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight:600;
    position:relative;
    display: flex;
}

.fp-bed-count img {
    padding-right: 8px;
}
.element-item .bedroom-num {
    width: 100%;
}
.element-item.soldout .portfolio-wrapper .portfolio-inner:before {
    position: absolute;
    content: "Sold Out";
    background: rgb(162 43 42 / 80%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
    pointer-events: none; /* Allows clicking through */
}
.element-item, .element-item .portfolio-wrapper {
    position: relative;
}

.element-item .floor-title {
    line-height: 1.0;
}

.element-item .unit-detail {
    line-height:1.35;
}

.element-item .bedroom-num, .element-item .unit-detail div {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2px;
}
.fancybox-inner .floorp-unit-container .bedroom-num, .fancybox-inner .floorp-unit-container .unit-detail div  {
    display: flex;
    flex-direction: row;
}
div#floorplans-filter-sec > select {
    background: url(/wp-content/uploads/2023/02/form-field.png);
    width: 166px;
    height: 38px;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 18px;
    font-weight: 700;
    padding-left: 30px;
}
div#floorplans-filter-sec ul li div {
    padding-top: 6px !important;
    padding-right: 20px !important;
    padding-bottom: 6px !important;
    padding-left: 20px !important;
    cursor: pointer;
    color: #45563D !important;
    border: 2px solid #45563D !important;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase !important;
    background-color: #E7D5C2;
    margin-right: 15px;
    margin-bottom: 15px;
    outline: 2px solid #E7D5C2;
    min-width: 100px;
}
div#floorplans-filter-sec ul li div:hover {
    background: #313131;
    color: #e7d5c2 !important;
    border: 2px solid #313131 !important;
}
div#floorplans-filter-sec ul li .active-filter {
    background: #313131;
    color: #e7d5c2 !important;
    border: 2px solid #313131 !important;
}
.fancybox-inner {
    background: #ffffff;
}
div#floorplans-filter-sec ul {
    display: flex;
    text-align: center !important;
    flex-wrap: wrap;
    align-content: center;
    border: 0px;
    padding:0px;
    border-radius: 25px;
    color: #4e4e4e;
    list-style: none;
}
div#floorplans-filter-sec {
    display: flex;
    justify-content: space-between;
    font-weight:700;
     margin-bottom: 20px;
}

#floorplans-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px; /* adjust spacing between cards */
}

#floorplans-wrap .element-item {
  width: 100%;
}
#floorplans-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
}

@media (max-width: 1380px) {
  #floorplans-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 920px) {
  #floorplans-wrap {
    grid-template-columns: 1fr;
  }
}

/*div#floorplans-filter-sec {*/
/*    display:none;*/
/*}*/
.pop-split-50 {
    width: 50%;
    float: left;
}
.portfolio-image img {
    width: 100%;
    display: inline-block;
}
.element-item .unit-status {
    padding: 8px 10px;
    background: #e7d5c2;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    line-height: 1;
    color: #45563d !important;
    letter-spacing: 1.0px;
    text-align: center;
    font-family: "montserrat", sans-serif !important;
    font-weight: 600 !important;
}
.fancybox-skin {
    background: #ffffff;
    border-radius: 30px;
} 

.pop-footer-detail {
    font-size: 9px;
    line-height: 1;
    padding: 0px 10px 20px;
}
.rates-note {
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 1.6em;
}
.fp-bed-count img {
    width: auto !important;
    height: auto !important;
    padding-right: 0px;
}
.leasingfast:before {
    content: "";
    background-image: url('/wp-content/uploads/2024/09/gateway-leasingfast-badge.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 25%;
    height: 100%;
    z-index: 2;
    top: 20px;
    right: 20px;
}
.finalfew:before {
    content: "";
    background-image: url('/wp-content/uploads/2025/02/gateway-last-few.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 25%;
    height: 100%;
    z-index: 2;
    top: 20px;
    right: 20px;
}
.oneleft:before {
    content: "";
    background-image: url('/wp-content/uploads/2025/02/gateway-one-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 25%;
    height: 100%;
    z-index: 2;
    top: 20px;
    right: 20px;
}
/*--------------------------------------------------------------
    Floorplan V2 Elements
-------------------------------------------------------------- */
div.floor-wrapper.floor-wrapper-adv {
    display: flex;
    flex-flow: wrap;
    min-height: 540px;
}
.floor-wrapper.floor-wrapper-adv .element-item {
    width: 33.33%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.floor-wrapper-adv div#floorplans-wrap {
    display: flex;
    flex-wrap: wrap;
}
ul.floorplans-filter {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    width: 25%;
    justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 50px;
}

ul.floorplans-filter-right {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    width: 75%;
    justify-content: flex-end;
        align-items: flex-start;
        padding-bottom: 50px;
}

.floorplans-filter-adv {
    width: 100%;
}
.floorplans-filter-adv label {
    width: 100%;
}
.floorplans-filter-adv input {
    margin-right: 10px;
}
.floorplans-filter-adv > div > div {
    display: flex;
    flex-wrap: wrap;
}
.floorplans-filter-adv > div > div h3 {
    font-size: 26px;
}
.bed-filter {
    margin-bottom: 10px;
}
.modal {
    max-width: 90% !important;
}
.pop-content-sec .unit-status {
    background: #313131;
    padding: 5px 10px;
    font-size: 16px;
}
.btn-close-modal.close-btn {
    background: #45563D!important;
}
button#loadMore {
    width: 100%;
    border: 0px;
    max-height:40px;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #beceaa;
    margin: 10px 10px 0px;
    background-color: #beceaa;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 6px 6px 0px 6px;
    transition: 0.2s ease-in-out;
    order: 1;
}

button#loadMore:hover {
    background-color: #ef6d40;
    border: 1px solid #ef6d40;
}
button#loadMore:disabled {
    border: 1px solid rgb(212 195 1 / 25%);
    background-color: rgb(212 195 1 / 25%);
}
.filter-bttn {
    min-width: 120px;
    margin: 0px 10px 10px;
    text-align: center;
    color: #45563D !important;
    border: 2px solid #45563D;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase !important;
    background-color: #E7D5C2;
    outline: 3px solid #E7D5C2;
    line-height: 1;
    padding: 8px 10px;
    cursor: pointer;
        font-weight: 700;

}
.filter-bttn.active-filter, .filter-bttn:hover {
    color: #E7D5C2 !important;
    border: 2px solid #E7D5C2;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase !important;
    background-color: #313131;
    outline: 3px solid #313131;
}

.virtual-tour-sec .et_pb_image_wrap, .virtual-tour-sec .et_pb_image_wrap img {
    width: 100%;
}
div#virtual-tour-container .virtual-tour {
    display: none;
}
div#virtual-tour-filters {
    margin: 20px 0px;
}
div#virtual-tour-wrapper {
    text-align: center;
}
div#virtual-tour-wrapper  iframe{
    pointer-events: none;
}

div#virtual-tour-filters button {
    border-radius: 0px;
    padding: 5px 30px;
    margin: 0px 10px;
    min-width: 120px;
    text-align: center;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif !important;
    border: 2px solid #73000A;
    background: transparent;
    color: #73000A;
    font-weight: 500;
    cursor:pointer;
}
div#virtual-tour-filters button:hover, 
div#virtual-tour-filters button.active-vr-filter{
    background: #73000A;
    color: #ffffff;
}
.et_pb_toggle_content {
    padding: 20px;
}


/*--------------------------------------------------------------
    Footer Elements
-------------------------------------------------------------- */

span.footer-header {
    font-weight: 700 !important;
    font-family: "montserrat", sans-serif !important;
    font-size: 15px;
    letter-spacing: 2px;
}

.pre-footer {
    position: relative;
}

.pre-footer::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 100%;

    background-image: url(/wp-content/uploads/2026/01/Path-3230.svg);
    background-repeat: no-repeat;
    background-position: bottom center;

    /* 764px max, but shrink on small screens */
    background-size: min(764px, 100%) auto;

    pointer-events: none;
}

.contact-footer span {
    font-weight: 600!important;
    text-transform: uppercase!important;
    font-size: 15px!important;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links br {
    display: none;
}


/*--------------------------------------------------------------
    Media Query Elements
-------------------------------------------------------------- */
@media screen and (max-width: 1240px) {
    
}
@media screen and (max-width: 1200px) {
    
}
@media screen and (max-width: 1155px) {
.animation-hp{display: none;}
}
@media screen and (max-width: 1140px) {
.pop-split-50 {
    width: 100%;
}
.element-item .unit-detail {
    font-size: 18px;
}
/*.element-item .floor-title {*/
/*    font-size: 24px;*/
/*}*/
header .header-sec .et_pb_image_wrap img {
    max-height: 100px;
}

.modal .pop-split-50 .product-img--main__image, .modal .pop-split-50 .product-img--main__image:hover {
    transform: scale(1) !important;
}
.pop-split-50 .floor-details, .pop-footer-detail {
    padding: 0px;
    width: 90%;
    margin: 0 auto 20px;
}
.product-img--main {
    width: 80% !important;
    margin: 0px auto !important;
    position: relative;
    float: none;
}
}
@media screen and (max-width: 1380px) {
.floor-wrapper.floor-wrapper-adv .element-item {
    width: 50%;
}
}

@media screen and (max-width: 980px) {
    .dipl_swiper_wrapper .swiper-container {
    transform: scale(1) !important;
}
    div#google-map-section div {
        max-height: 600px!important;
    }
    .js-marquee {
    font-size: 14px!important;
}

.home .swiper-container.swiper-container-initialized.swiper-container-horizontal {
   transform: none;
}
.page-id-54 .swiper-container.swiper-container-initialized.swiper-container-horizontal {
   transform: none;
}
.middle-overlay-sec::after, .middle-overlay-sec::before{display: none;}
}
@media screen and (min-width: 766px) {
.amn-header{text-align: right!important;}
}
@media screen and (max-width: 767px) {
    .mobile-br{
    display:none;
    }
.amenities-grid {
    grid-template-columns: 1fr;
  }
  .amenities-grid--right {
    grid-template-columns: 1fr;
  }

  .amenities-grid--right .amenity--right {
    justify-content: flex-start;
    text-align: left;
    flex-direction: row;
  }

  .amenities-grid--right .amenity--right span {
    text-align: left;
  }
  .amn-header{text-align: left!important;}
}
@media screen and (max-width: 920px) {
    .floor-wrapper.floor-wrapper-adv .element-item {
    width: 100%;
}
    
}
@media screen and (max-width: 600px) {
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-50, .et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-repeater .wpforms-layout-column-50 {
    width: 100%!important;
}
}
@media screen and (max-width: 480px) {
    
}
@media screen and (max-width: 320px) {
    
}



@media screen and (min-width: 980px) {
.left-img-col{
    clip-path: polygon(0 0, 100% 0%, 40% 100%, 0% 100%);
}
.right-img-col{
clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0 100%);
}
.middle-overlay-sec::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 220px; /* controls visible width */
    height: 100%;
    background-image: url("/wp-content/uploads/2026/01/Group-632.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    pointer-events: none;
    z-index: 12;
}
}

@media (max-width: 479px) {
    .home .et_pb_gutters1 .et_pb_column, .home .et_pb_gutters1.et_pb_row .et_pb_column {
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
}

/*--------------------------------------------------------------
    Iphone/Ipad Elements
-------------------------------------------------------------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { /* STYLES GO HERE */}

/*(orientation : portrait) / (orientation : landscape)*/
/*6*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) { /* STYLES GO HERE */}
/*6p*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) { /* STYLES GO HERE */}
/*5*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { /* STYLES GO HERE */}