div.component.top-overlay {
  top: -15vh;
  margin-bottom: -15vh;
  position: relative;
}

div.tabs.component p{
  color: rgba(255,255,255,0.75);
}

/*concept-carousel*/
.homepage-carousel.concept-carousel {
  padding-block: 0;
  margin-block: -10px 0;
}
.homepage-carousel .concept-carousel__slide-icon img {
  max-height: 100px;
  max-width: 100px;
}

.concept-carousel__slide-blurb {
  font-size: 14px;
}
div.concept-carousel {
  margin-block: 0;
}
@media(max-width: 992px) {
  div.concept-carousel {
    padding-block: 40px;
  }
  .concept-carousel--dots .container{
    padding-inline: 10px;
  }
}
.concept-carousel .concept-carousel__slides {
  margin-bottom: 0;
}
.concept-carousel--dots .concept-carousel__slide {
  background: white;
}
.concept-carousel.concept-carousel--dots .tns-nav button{
  border: unset;
}
.concept-carousel--dots .concept-carousel__slide p{
 color: #4E4F51;
  font-size: 18px;
  line-height: 32px;
}
.concept-carousel h3.concept-carousel__slide-title{
  color: var(--text-black);
  padding-block:20px 6px;
}
.concept-carousel--dots h4{
  color: var(--red);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 30px;
}

.concept-carousel--dots .concept-carousel__slide-image img{
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}

div .concept-carousel__title {
    margin-bottom: 40px;
}
@media (max-width: 992px) {
  div .concept-carousel__title {
    margin-bottom: 30px;
  }
  .homepage-carousel .concept-carousel__title {
    margin: 0;
  }
}
.concept-carousel.concept-carousel--arrow .tns-nav,
.concept-carousel--arrow .concept-carousel__nav-numbers{
  display: none;
}
.concept-carousel--arrow .tns-controls{
  display: block!important;
}
.concept-carousel--dots.concept-carousel .tns-controls button{
  display: none;
}
.concept-carousel--arrow.concept-carousel .tns-controls button:first-child,
.concept-carousel--arrow.concept-carousel .tns-controls button:last-child{
  padding: 20px;
  border: none;
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20" r="20" fill="white" fill-opacity="0.75"/><path d="M23 11L15 20L23 29" stroke="%237C1212" stroke-width="2"/></svg>');
  transform: unset;
}
@media (max-width: 768px) {
  .concept-carousel--arrow.concept-carousel .tns-controls button:first-child,
  .concept-carousel--arrow.concept-carousel .tns-controls button:last-child{
      top: 25%;
  }
}
.concept-carousel--arrow.concept-carousel .tns-controls button:last-child{
  transform: rotate(-180deg);
}
div.concept-carousel--arrow{
  padding-top: 0;
}

.concept-carousel--arrow .concept-carousel__slide-blurb{
  font-size: 16px;
  color: var(--text-gray);
}

.concept-carousel--arrow h3.concept-carousel__slide-title{
  font-size: 22px;
  line-height: 32px;
}
/*max-w is set to 80rem*/
@media (min-width: 1200px) {

  .concept-carousel--arrow.concept-carousel .tns-controls button:first-child{
    left: calc((100% - 78rem) / 2);
  }
  .concept-carousel--arrow{
    overflow: hidden;
  }
  .concept-carousel--arrow .container{
    max-width: unset;
    margin-left: calc((100% - 80rem) / 2);
  }
}
.concept-carousel--arrow .concept-carousel__slide-content{
  text-align: left;
}
/*header*/
@media (min-width: 1200px) {
  .megamenu--three .megamenu__item > a {
    margin: unset;
    color: #ffffff;
  }

  .is-hovered .megamenu--three li.megamenu__item.has-children > a:after,
  .is-scrolled .megamenu--three li.megamenu__item.has-children > a:after,
  .is-normal .megamenu--three li.megamenu__item.has-children > a:after {
    border-bottom-width: 2px;
    border-left-width: 2px;
  }
}
@media (min-width: 1200px) {
  body header.nav-phase-3 .image.image--mirvac img {
    max-width: 100%;
    width: 100%;
  }
}
body header.nav-phase-3 .megamenu__panel ul.megamenu__panel-list a {
  font-family: var(--primaryFont);
  font-weight: 400;
}
body header.boutique-nav--1 {
  z-index: 1001;
}
header.nav-phase-3 .image--logo{
  position: relative;
  z-index: 3;
}
body:not(:has(.article-page)) header.nav-phase-3:not(.is-fixed),
body:not(:has(.article-page)) header.nav-phase-3 .megamenu--three:not(.is-fixed){
  background: transparent;
  transition: none;
}

body:not(:has(.article-page)) header.nav-phase-3:has(.is-fixed),
body:not(:has(.article-page)) header.nav-phase-3:has(.is-scrolled),
body:not(:has(.article-page)) header.nav-phase-3 .megamenu--three:has(.is-fixed),
body:not(:has(.article-page)) header.nav-phase-3 .megamenu--three:has(.is-scrolled) {
  background: var(--nav-bg-color);
  transition: none;
}
body header.nav-phase-3 div.megamenu--three .component-content li.cta-square a:focus-visible,
body header.nav-phase-3 div.megamenu--three .component-content li.cta-square  a:focus,
body header.nav-phase-3 div.megamenu--three .component-content li.cta-square  a:focus-within,
body header.nav-phase-3 div.megamenu--three .megamenu__item > a:hover{
  outline: none  !important;
  border: none !important;
}
@media(min-width: 1200px){
  body header.nav-phase-3 .megamenu--three{
    margin-left: 50px;
  }
  body header.nav-phase-3 .megamenu--three .component-content .cta-square:not(.last) a{
    color: white;
  }
  
}
@media (max-width: 1200px) {
  body header.nav-phase-3 .image--logo img {
    max-height: unset;
    min-width: 120px;
  }

  body header.nav-phase-3 div.image:not(.image--logo) img {
    min-width: 95px;
    max-width: 95px;
    min-height: 18px;
    height: 18px;
    width: 95px;
  }
  header.nav-phase-3::after{
    display: none;
  }
  header.nav-phase-3::before{
    left: -30px;
  }

  body header.nav-phase-3 div.megamenu--three,
  body header.nav-phase-3 div.megamenu__panel{
    background: white;
  }
  body header.nav-phase-3 div.megamenu--three{
    margin-top: 0;
  }
  body header.nav-phase-3 div.megamenu--three .megamenu__item > a{
    color:var(--text-gray); 
  }
  body header.nav-phase-3 div.megamenu--three .component-content .cta-square a{
    color: var(--text-gray);
  }
  
  body header.nav-phase-3 div.megamenu--three:not(.position-center) .megamenu__panel[aria-expanded=true]{
    padding-bottom: 0;
  }
}

/*position-left header */
body header.nav-phase-3 .megamenu__panel[aria-expanded=true] li:not(:last-of-type) {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 1200px) {
  .megamenu__panel-list li > a {
    margin-left: 15px;
  }

  header.nav-phase-3 .megamenu__panel-list li::before {
    content: '';
    background: var(--brown);
    width: 5px;
    height: 5px;
    border-radius: 1000px;
    position: absolute;
    left: 0;
  }

  body header.nav-phase-3 .megamenu--three.position-center .megamenu__list{
    align-items: flex-start;
  }

  body header.nav-phase-3 .megamenu__toggle[aria-expanded=true] + .megamenu__list{
    background: white;
  }
}
/*position-center
@media (max-width: 1200px) {
  body header.nav-phase-3 .megamenu--three li.megamenu__item {
    text-align: center;
  }

  body header.nav-phase-3 .megamenu--three li.megamenu__item.has-children {
    align-items: center;
  }

  body header.nav-phase-3 .megamenu--three li.megamenu__item::after {
    display: none;
  }

  body
    header.nav-phase-3
    .megamenu--three
    li.megamenu__item
    .megamenu__panel[aria-expanded='true'] {
    padding: 20px 0 0px;
  }

  body header.nav-phase-3 .megamenu__panel .megamenu__panel-list .megamenu__item a,
  body header.nav-phase-3 .megamenu__panel[aria-expanded='true'] li {
    list-style: none;
  }

  body header.nav-phase-3 .megamenu--three li.megamenu__item.has-children > a {
    justify-content: center;
  }
}*/
.video {
  width: 100%;
  height: 100%;
}

/*property listing*/

.resi-property-search-filter .filter-buttons .button--advanced-filters. {
  border-color: var(--violet);
}

.resi-property-search-filter .filter-dropdown__header svg path,
.react-tabs .sort-by-selected svg path {
  stroke: var(--violet);
}

.react-tabs {
  background: var(--gray);
  padding-bottom: 40px;
}

.resi-property-search-filter .filter-buttons .link {
  text-decoration: underline;
}

.react-tabs__tab-panel .card__title,
.react-tabs__tab-panel .card__property-size {
  color: var(--text-black);
}
.react-tabs__tab-panel .card__ribbon {
  background: var(--violet);
  color: white;
}
.react-tabs__tab-panel .card__property-price {
  font-weight: 700;
  font-family: var(--secondaryFont);
}

.react-tabs__tab-panel .card__property-size {
  font-size: 16px;
}
.pagination {
  text-align: center;
}
.pagination__item a {
  padding: 5px;
  border: 1px solid var(--lightGray);
  margin-left: 5px;
}
.pagination__item.active a {
  border-color: var(--violet);
}

.resi-category-details-bg {
  padding-top: 200px;
  padding-bottom: 100px;
}

.resi-property-booking__wrapper::before {
  z-index: 0;
}

.property-detail__content div.form-assembly-wrapper {
  padding-top: 40px;
  overflow: visible;
  margin-inline: 0;
}

.property-detail__content .input-wrapper .ss-single-selected,
.property-detail__content .input-wrapper input,
.property-detail__content .input-wrapper textarea {
  padding: 15px 10px 15px 30px;
  min-height: 55px;
  border: 1px solid rgb(238, 238, 238);
}
.property-detail__content .input-wrapper input{
 border-color: transparent;
}
.property-detail__content  .form-assembly-wrapper .form form.greyBackgroundForm div.input-wrapper input{
  margin-top: 0;
  padding-block: unset !important;
}
.property-detail__content  .form-assembly-wrapper .form form.greyBackgroundForm div.input-wrapper textarea{
  border-color: transparent;
  margin-top: 10px;
  border-bottom: 1px solid black;
}
.property-detail__content .page-header {
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .display-home-card {
    width: calc(90% / 3);
  }
}
@media (max-width: 991px) {
  .static-gallery .static-gallery__inner {
    gap: unset;
  }
}
@media (max-width: 768px) {
  .hero-banner-one__description__mirvac__quality {
    font-size: 28px;
  }

  .static-gallery .static-gallery__inner {
    width: 100%;
  }

  .promo.-theme--parksOverlap {
    padding: 20px;
  }

  .promo.-theme--parksImageReverse .component-content {
    flex-direction: column;
  }

  .promo.-theme--parksMap {
    padding-top: 0;
  }

  .promo.-theme--parksMap .component-content {
    padding-top: 8px;
  }

  .promo.-theme--parksMap .component-content .field-promoicon img {
    display: none;
  }
}

.category-property-listing .home-name {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #555;
}

.category-property-listing .home-address {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
}

#nav-footer .column-splitter > div {
  flex-basis: 50%;
}
footer #nav-footer .cb-footer__bottom div.cb-footer__links ul li a {
  text-decoration: underline;
}
footer #nav-footer div.cb-footer__bottom {
  padding-inline: 0;
}

.nav-footer-text{
  background: var(--FooterBackgroundColor, #282828);
  position: relative;
  z-index: 1000;
}
footer #nav-footer > .row .container-default:has(.form-assembly-loader){
  position: relative;
  z-index: 1000;
}
@media(min-width: 768px){

  body footer #nav-footer .cb-footer__acknowledgement .col-md-2 img{
    width: 120px;
    height: 120px;
  }
}


.-theme--lightOverlapReverse img,
.-theme--lightOverlap img{
  aspect-ratio: 16 / 9;
}