.quality-carousel .owl-nav {
  display: block !important;
}

.quality-carousel .owl-nav button.owl-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.75' cx='20' cy='20' r='20' fill='white'/%3E%3Cpath d='M23 11L15 20L23 29' stroke='%237C1212' stroke-width='2'/%3E%3C/svg%3E") !important;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 3%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
}

.quality-carousel .owl-nav button.owl-prev span {
  display: none;
}

@media (min-width: 992px) {
  .quality-carousel .owl-nav button.owl-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.75' cx='20' cy='20' r='20' fill='white'/%3E%3Cpath d='M23 11L15 20L23 29' stroke='%237C1212' stroke-width='2'/%3E%3C/svg%3E") !important;
    width: 40px;
    height: 40px;
  }
}

.quality-carousel .owl-nav button.owl-prev:hover {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.75' cx='20' cy='20' r='20' fill='white'/%3E%3Cpath d='M23 11L15 20L23 29' stroke='%237C1212' stroke-width='2'/%3E%3C/svg%3E") !important;
}

@media (min-width: 992px) {
  .quality-carousel .owl-nav button.owl-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.75' cx='20' cy='20' r='20' fill='white'/%3E%3Cpath d='M23 11L15 20L23 29' stroke='%237C1212' stroke-width='2'/%3E%3C/svg%3E") !important;
    width: 40px;
    height: 40px;
  }
}

.quality-carousel .owl-nav button.owl-next {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.75' cx='20' cy='20' r='20' fill='white'/%3E%3Cpath d='M23 11L15 20L23 29' stroke='%237C1212' stroke-width='2'/%3E%3C/svg%3E") !important;
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
  position: absolute;
  right: 3%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
}

.quality-carousel .owl-nav button.owl-next span {
  display: none;
}

@media (min-width: 992px) {
  .quality-carousel .owl-nav button.owl-next {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.75' cx='20' cy='20' r='20' fill='white'/%3E%3Cpath d='M23 11L15 20L23 29' stroke='%237C1212' stroke-width='2'/%3E%3C/svg%3E") !important;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
  }
}

.quality-carousel .owl-nav button.owl-next:hover {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.75' cx='20' cy='20' r='20' fill='white'/%3E%3Cpath d='M23 11L15 20L23 29' stroke='%237C1212' stroke-width='2'/%3E%3C/svg%3E") !important;
}

@media (min-width: 992px) {
  .quality-carousel .owl-nav button.owl-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.75' cx='20' cy='20' r='20' fill='white'/%3E%3Cpath d='M23 11L15 20L23 29' stroke='%237C1212' stroke-width='2'/%3E%3C/svg%3E") !important;
    width: 40px;
    height: 40px;
  }

  .quality-carousel .mk-carousel {
    margin-left: 80px;
  }
}

.quality-carousel .mk-carousel__slide-image {
  border-radius: 12px;
  margin-bottom: 5px;
}

/*hero banner*/
@media(min-width: 992px){
  .short-banner {
    max-height: 500px;
  }
}

.short-banner .hero-banner-one__overlay{
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2));
}
.home .hero-banner-one__overlay-wrapper h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  line-height: 46px;
}
div.hero-banner-one__overlay-wrapper {
  max-width: 800px;
}
.hero-banner-one__text {
  gap: 20px;
}
.home .hero-banner-one__overlay-wrapper img {
  width: 100%;
  height: 100%;
  height: 280px !important;
  width: 283px !important;
}
.hero-banner-one__text {
  gap: 15px;
}

.hero-banner-one .cta-square-large:has(.btn-primary-1) {
  margin-top: 30px;
}

.hero-banner-one__description strong {
  font-weight: 700;
  font-size: 20px;
}
.hero-banner-one__description .underline-gold {
  position: relative;
}

.hero-banner-one__description .underline-gold::after {
  content: '';
  background-image: url('data:image/svg+xml,<svg width="100" height="5" viewBox="0 0 100 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M99.9717 3.21637C99.612 2.46381 98.9387 2.30911 98.2164 2.27153C97.8555 2.25275 97.4821 2.26269 97.1292 2.2428C96.9524 2.23285 96.7814 2.21406 96.6189 2.18202C96.4565 2.15218 96.3031 2.10797 96.1628 2.03946C95.2051 1.92453 94.2456 1.8284 93.285 1.74552C92.3243 1.6759 91.3631 1.63058 90.4031 1.58748C89.443 1.53886 88.4829 1.53003 87.5257 1.51235C86.5685 1.49798 85.613 1.47698 84.6615 1.47919C84.6627 1.4814 84.6638 1.48471 84.6644 1.48581C84.5806 1.42945 84.4757 1.41067 84.3947 1.47808C84.1878 1.31453 83.9517 1.60959 83.6444 1.48029C83.4078 1.64274 82.9044 1.26369 82.5983 1.4604C79.9878 1.27143 77.2917 1.30238 74.6527 1.2206C74.6527 1.21397 74.6539 1.20734 74.6544 1.20071C74.3209 1.1764 73.9766 1.15208 73.6231 1.12666C73.2696 1.10677 72.9082 1.08689 72.541 1.06589C71.8068 1.02721 71.0502 0.991848 70.2954 0.965326C69.5406 0.934384 68.7875 0.926649 68.06 0.924438C67.3326 0.923334 66.6308 0.932178 65.978 0.955384C65.2596 0.96975 64.4786 0.74321 63.8019 0.88687C63.7352 0.870294 63.6297 0.829401 63.5767 0.882445C63.3846 0.902337 63.1474 0.769727 62.9809 0.854818C62.4827 0.749836 61.9667 0.673585 61.4468 0.619436C60.9268 0.566393 60.4029 0.54209 59.8887 0.532145C59.8892 0.538775 59.8898 0.545398 59.8898 0.552029C59.2667 0.542083 58.6436 0.493464 58.0233 0.445945C57.7131 0.423844 57.4036 0.401745 57.0951 0.379643C56.7867 0.363068 56.4794 0.352015 56.1739 0.350911C55.195 0.323284 54.2264 0.217197 53.2828 0.269136C53.2828 0.25477 53.2817 0.241508 53.2806 0.227142C52.418 0.229352 51.5514 0.138731 50.6883 0.0691109C49.8251 0.00170088 48.9654 -0.045815 48.1177 0.0713229C48.1177 0.0646925 48.1182 0.0580564 48.1188 0.0514259C46.9678 0.101154 45.8361 0.0680108 44.7073 0.0470147C43.5785 0.0315437 42.452 0.0271211 41.3112 0.127683C40.0894 0.441525 38.8341 0.398418 37.5907 0.49235C37.4196 0.618329 36.2013 0.5034 35.9847 0.546498C35.9847 0.539867 35.9852 0.533244 35.9858 0.526614C34.8348 0.533244 33.6826 0.594017 32.5275 0.658112C32.5275 0.672477 32.5264 0.686844 32.5253 0.700105C30.9877 0.722207 29.445 0.735466 27.9211 0.739886C27.1509 0.757567 26.4057 0.719998 25.66 0.895706C25.501 0.865869 25.3077 1.0029 25.1925 0.761996C24.2861 0.775257 23.4189 0.701214 22.5125 0.71779V0.736581C19.6785 0.848194 16.7926 0.602866 13.9911 0.860349C12.3161 0.758682 10.6514 0.571914 8.97814 0.850394C7.82481 0.995159 6.65666 1.025 5.51132 1.10235C5.09571 1.20844 4.5963 1.30127 4.18297 1.22944C4.02505 1.18634 3.88138 1.27806 3.73145 1.31122C3.43613 1.24933 3.03421 1.24602 2.70354 1.28469C2.41165 1.32116 2.16878 1.56207 1.86891 1.56428C0.887184 1.68031 0.433379 2.31132 0.0291734 3.33572C-0.196019 3.88384 0.9174 4.06727 2.16536 4.12805C3.41333 4.18773 4.79413 4.12143 5.09913 4.14463C6.1983 4.13137 7.30431 4.06175 8.39549 4.01976C9.07449 4.05844 9.8122 3.94241 10.5134 3.95456C10.6753 3.94793 10.9672 3.93687 11.1326 3.93135C11.1337 3.94571 11.1343 3.96008 11.1349 3.97334C14.3542 3.83631 17.5605 3.64182 20.7754 3.38102C21.2206 3.35008 21.6744 3.40865 22.1174 3.41086C22.8882 3.3987 23.6555 3.22963 24.4389 3.23737L24.4337 3.25725C24.5386 3.34234 24.6646 3.32356 24.7804 3.28599C24.9947 3.20089 25.2416 3.32356 25.4428 3.19316C25.4976 3.22742 25.5705 3.23074 25.6201 3.1799C26.8772 3.36445 28.1639 3.33572 29.4672 3.2661C30.7705 3.2009 32.0903 3.09038 33.4123 3.11691C33.3873 3.11138 33.365 3.10033 33.3536 3.06386C34.4374 3.05613 35.524 3.0484 36.6078 3.04066L36.6095 3.08266C36.5605 3.08266 35.943 3.08266 35.914 3.09813C37.1927 3.17106 38.4755 3.05945 39.7553 3.1136C39.7548 3.10697 39.7542 3.10033 39.7542 3.0937L43.1093 3.09702L43.1042 3.07491C43.192 3.02297 43.278 2.99757 43.359 3.08708C43.3601 3.08266 43.3624 3.08044 43.3647 3.07712V3.07491C43.4702 2.99203 43.6925 2.97104 43.7826 3.0926C43.9416 2.95778 44.2335 2.96442 44.3458 3.10034C44.6452 3.09481 44.9365 3.08265 45.2301 3.09481C45.205 3.09039 45.1828 3.07603 45.1639 3.04287C45.2882 3.04287 45.4125 3.04287 45.5362 3.04287C45.514 3.08708 45.4809 3.09371 45.4467 3.09592C45.9273 2.99756 46.3771 2.9843 46.8743 2.97988L46.8686 2.99424C48.7796 3.0716 50.8416 3.09702 52.8028 3.15228C52.8028 3.14565 52.8022 3.13901 52.8017 3.13238C58.6008 3.14343 64.5778 3.6385 70.3382 3.53242C73.1288 3.50147 75.9246 3.48933 78.7193 3.75013C79.3835 3.80869 80.0516 3.80869 80.7181 3.81753C81.051 3.82306 81.384 3.82857 81.7152 3.84847C82.0464 3.87057 82.3765 3.90484 82.7043 3.95677C83.1798 3.86837 83.7163 4.04959 84.21 3.95897C84.3725 3.93687 84.523 4.12253 84.6752 4.06396C84.7773 4.12695 84.9534 4.13579 85.0304 4.03744C88.7765 4.27282 92.5763 4.55792 96.3094 4.98117C97.2956 5.14804 97.5522 4.14685 97.9644 4.30156C98.4587 4.43638 98.9672 4.61098 99.4375 4.36675C99.6793 4.06617 100.113 3.73354 99.9729 3.21858L99.9717 3.21637Z" fill="%23FDB714"/></svg>');
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -9px;
  background-size: 100% 100%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}

/*banner variable height*/
@media (min-width: 992px) {
  body:has(.banner-overlay__container) .hero-banner-one:not(.short-banner) {
    height: calc(100vh + 212px);
  }
}

@media (min-width: 1200px) {
  .banner-overlay__container {
    position: relative;
    display: flex;
  }
  .banner-overlay__container > .component-content {
    position: absolute;
    max-width: 1200px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: white;
    padding: 40px;
    border-radius: 12px;
    top: -212px;
  }
}
@media (max-width: 1199px) {
  .banner-overlay__container {
    position: relative;
    background: var(--lightGray);
  }
  .banner-overlay__container > .component-content {
    margin-inline: 20px;
    padding: 30px 20px 40px;
    box-shadow: 0px 0px 20px 0px #00000040;
    border-radius: 12px;
    top: -50px;
    margin-bottom: -50px;
    background: white;
    position: relative;
    text-align: center;
  }

  .banner-overlay__container .rich-text {
    padding-top: 20px;
  }

  /* .banner-overlay__container::before{
        content: '';
        background: var(--gray);
        width: 100vw;
        height: 100%;
        position: absolute;
        top: -20px;
        left: -20px;
        z-index: -3;
    } */
}

.tabs .g-container .g-tablinks {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 0;
}

div#property-lightbox {
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

div#property-lightbox [aria-label="Close lightbox"]{
  top: 25px;
}

.rich-text .is-empty-hint{
  display: none;
}