:root {
    --sm: 640px;
    --md: 768px;
    --lg: 1024px;
    --xl: 1280px;
    --xxl: 1536px;
    --xxxl:1800px;
}
@font-face {
    font-family: 'Optima-Medium';
    src: url('../assets/font/Optima-Medium.eot');
    src: url('../assets/font/Optima-Medium.eot?#iefix') format('embedded-opentype'),
        url('../assets/font/Optima-Medium.woff2') format('woff2'),
        url('../assets/font/Optima-Medium.woff') format('woff'),
        url('../assets/font/Optima-Medium.ttf') format('truetype'),
        url('../assets/font/Optima-Medium.svg#Optima-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NT Fabulous';
    src: url('../assets/font/NTFabulous.eot');
    src: url('../assets/font/NTFabulous.eot?#iefix') format('embedded-opentype'),
        url('../assets/font/NTFabulous.woff2') format('woff2'),
        url('../assets/font/NTFabulous.woff') format('woff'),
        url('../assets/font/NTFabulous.ttf') format('truetype'),
        url('../assets/font/NTFabulous.svg#NTFabulous') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik-Regular';
    src: url('../assets/font/Graphik-Regular.eot');
    src: url('../assets/font/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/font/Graphik-Regular.woff2') format('woff2'),
        url('../assets/font/Graphik-Regular.woff') format('woff'),
        url('../assets/font/Graphik-Regular.ttf') format('truetype'),
        url('../assets/font/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html { scroll-behavior: smooth; }

.font-optima{
    font-family: 'Optima-Medium';
}

.font-nt{font-family: 'NT Fabulous';}

.font-graphik{font-family: 'Graphik-Regular';}

.hero-bg{
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.43) 14.87%, rgba(0, 0, 0, 0) 27.41%),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 77.76%, rgba(32, 18, 12, 0.5) 87.3%, #150D08 96.42%);
}

.accordion-content.aligned-with-title{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (min-width: 640px){
    .accordion-content.aligned-with-title{
        padding-left: 6rem;
    }
}

.title-gradient{
  background: linear-gradient(180deg, #8B5A2F 0%, #27150D 92.86%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Firefox */
  background-clip: text;
  color: transparent;

  display: inline-block;
}

html { scroll-behavior: smooth; }

body{
    background-color: #fff;
}
html, body{overflow-x: hidden;}
.navbar-logo-mobile-wrap{
    position: relative;
    display: block;
    width: 80px;
    height: 56px;
}
.navbar-logo-mobile{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.navbar-logo-mobile.is-active{
    opacity: 1;
}
.navbar-hamburger-icon{
    color: #000;
    transition: color 0.35s ease;
}
.navbar-hamburger-icon.is-scrolled{
    color: #fff;
}
@media (min-width: 640px){
    .navbar-logo-mobile-wrap{
        width: 120px;
        height: 84px;
    }
}
@media (min-width: 1300px){
    .navbar-logo-mobile-wrap{
        width: 150px;
        height: 105px;
    }
}
[type='email']{
    background-color: transparent;
}
.\[\&\:not\(\[data-te-collapse-collapsed\]\)\]\:text-primary:not([data-te-collapse-collapsed]){
    color: #000 !important;
}

[type='text'], [type='email'] {
    background-color: #494949;
    height: 50px;
}

input, select{
    color: white;
    font-family: 'Optima-Medium';
    border-top: none;
    border-left: none;
    border-right: none;
}

input:focus, select:focus,
input:focus-visible, select:focus-visible{
    box-shadow: none !important;
    border-color:white!important;
    color: white;
    outline: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

input::placeholder, textarea::placeholder{
    color: white !important;
    font-family: 'Optima-Medium';
}

/* Footer  */
footer{
    padding-top: 60px;
    padding-bottom: 30px;
}
footer p{
    color: #777777;
}

.mkland{width: 35%;margin-left: 10px;}
.lh-1{
    line-height: 1;
}

/* Loader  */

@-webkit-keyframes loader {
    0% {
        width: 0;
    }
    20% {
        width: 10%;
    }
    25% {
        width: 24%;
    }
    43% {
        width: 41%;
    }
    56% {
        width: 50%;
    }
    66% {
        width: 52%;
    }
    71% {
        width: 60%;
    }
    75% {
        width: 76%;
    }
    94% {
        width: 86%;
    }
    100% {
        width: 100%;
    }
}

@keyframes loader {
    0% {
        width: 0;
    }
    20% {
        width: 10%;
    }
    25% {
        width: 24%;
    }
    43% {
        width: 41%;
    }
    56% {
        width: 50%;
    }
    66% {
        width: 52%;
    }
    71% {
        width: 60%;
    }
    75% {
        width: 76%;
    }
    94% {
        width: 86%;
    }
    100% {
        width: 100%;
    }
}

.progress-bar {
    width: 95%;
    max-width: 95%;
    left: 50%;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    margin-top: 30px;
}
.progress {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.bar {
    margin-top: 25px !important;
    margin-bottom: 0 !important;
}
.progress-bar {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    padding: 0;
    display: none;
}
.progress-bar span {
    display: block;
}
.bar {
    background: 0 0;
}
.progress {
    -webkit-animation: loader 8s ease infinite;
    animation: loader 8s ease infinite;
    background: #16ACC9;
    color: #fff;
    padding: 5px;
    width: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}
.progress-bar {
    position: relative;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: transparent;
}
/*custom*/
.facade-60 {
    position: relative;
    background-image: url(../assets/img/facade-grey.png);
    background-size: 50% 100%;
    background-position: left;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    width: 60px;
    height: 60px;
    background: #433433;
    color: white;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
}
.owl-carousel .owl-nav button.owl-prev{left: 5%;}
.owl-carousel .owl-nav button.owl-next{right: 5%;}
.owl-carousel button.owl-dot{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #433433;
    opacity: 0.7;
    margin: 0 5px;
}
.owl-carousel button.owl-dot.active{
    opacity: 1.0;
}
.owl-carousel .owl-dots{text-align: center;margin-top: 30px;}
.door-shape{
    position: absolute;
    content: '';
    top: 10%;
    height: 100%;
    background-color: #715959;
    border-radius: 300px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 15px solid #443433;
}
.text-frame{
    font-family:'Philosopher';
    line-height: 1;
    text-transform: uppercase;
    -webkit-text-stroke: 1px white;
    /* text-shadow: 6px 2px 9px #444141; */
    /* background: -webkit-linear-gradient(#edcca4, #e1ac7d); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#location .text-frame{
    -webkit-text-stroke: 1px #433433;
} 
.prime-location-hero{
    position: relative;
}
.prime-location-hero::after{
    display: none;
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(85.54% 72.89% at 90.07% 89.96%, rgba(0, 0, 0, 0.75) 25.81%, rgba(0, 0, 0, 0) 75.76%);
    pointer-events: none;
}
@media(min-width:640px){
    .prime-location-hero::after{
        display: block;
    }
}
@media(min-width:1536px){
    .prime-location-hero::after{
        display: none;
    }
}
@media(max-width:960px){
    .container{max-width: 100%;}
    html,body{overflow-x: hidden;}
}
@media(max-width:500px){
    .owl-carousel.gallery-slider .owl-item img{transform: scale(1.0);}
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{width: 40px;height: 40px;font-size: 18px;top: 40%;}
    .owl-carousel button.owl-dot{width: 10px;height: 10px;margin: 0 3px;}
    .owl-carousel .owl-dots{text-align: center;margin-top: 0px;}
    .owl-carousel .owl-nav button.owl-prev{left: -3%;}
    .owl-carousel .owl-nav button.owl-next{right: -3%;}
    .amenities::before{left: 9%;}
    .facade-60 {
        background-size: cover;
        background-position: center;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }
}
/* Chatbot button */
.sticky-icons {
    position: fixed;
    bottom: 5%;
    z-index: 10000;
    display: flex;
    flex-direction: row;
    right: 1%;
    background-color: white;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 6px rgb(182, 182, 182);
    -webkit-animation: pulse 1.5s infinite;
    -moz-animation: pulse 1.5s infinite;
    -o-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
  }

  .sticky-icons:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }

  .sticky-icons :hover{cursor: pointer;}
  .sticky-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    background: #0D9F16;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 5px;
    position: relative;
    transform: rotate(30deg);
  }
  
  .sticky-icon img{width: 70%;object-fit: contain;}
  .sticky-icons p{
    color: #0a6b10;
    margin-bottom: 0px;
    padding: 0;
    line-height: 1.2;
  }

  .sticky-icon::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #0d9f16;
    position: absolute;
    bottom: -3px;
    left: -17px;
    right: 0;
    margin: 0 auto;
    transform: rotateZ(31deg);
  }
  .virtual-tour-sticky{
    position: fixed;
    right: 1%;
    bottom: 14%;
    z-index: 10000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 72px;
    height: 72px;
    padding: 0 18px;
    border-radius: 999px;
    border: 2px solid #9E4925;
    background: #ffffff;
    box-shadow: 2px 2px 6px rgba(182, 182, 182, 0.35);
    overflow: hidden;
    transition: width 0.25s ease, gap 0.25s ease, padding 0.25s ease, box-shadow 0.25s ease;
  }
  .virtual-tour-sticky:hover,
  .virtual-tour-sticky:focus-visible{
    width: 220px;
    justify-content: flex-start;
    gap: 12px;
    box-shadow: 4px 8px 20px rgba(0, 0, 0, 0.18);
    outline: none;
  }
  .virtual-tour-sticky__label{
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #000000;
    font-family: 'Graphik', sans-serif;
    font-size: 18px;
    line-height: 1;
    opacity: 0;
    transform: translateX(8px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.25s ease;
  }
  .virtual-tour-sticky:hover .virtual-tour-sticky__label,
  .virtual-tour-sticky:focus-visible .virtual-tour-sticky__label{
    max-width: 140px;
    opacity: 1;
    transform: translateX(0);
  }
  .virtual-tour-sticky__icon{
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.2s ease;
  }

  .rotate-image{
    transform: rotate(-25deg);
  }
  .concept-slider.owl-carousel .owl-dots, .gallery-slider.owl-carousel .owl-dots{position: absolute;margin-top: 0px;left: 10%;bottom: 5%;}
  .gallery-slider.owl-carousel .owl-dots, .floorplan-type-slider.owl-carousel .owl-dots{left: 0;right: 0;margin: 0 auto;}
  .concept-slider.owl-carousel button.owl-dot, .gallery-slider.owl-carousel button.owl-dot{
    height: 5px;
    width: 80px;
    border-radius: 0;
    background: white;
    opacity: 0.7;
    margin: 0 5px;
  }
  .floorplan-type-slider.owl-carousel .owl-dots{position: absolute;margin-top: 0px;left: 10%;bottom: -5%;}
  .floorplan-type-slider.owl-carousel .owl-nav{
    display: none !important;
  }
  .floorplan-type-slider.owl-carousel button.owl-dot{
    height: 5px;
    width: 80px;
    border-radius: 0;
    background: #D2D2D2;
    opacity: 0.7;
    margin: 0 5px;
  }
  .concept-slider.owl-carousel button.owl-dot.active, .gallery-slider.owl-carousel button.owl-dot.active, .floorplan-type-slider.owl-carousel button.owl-dot.active{background: #9E4925}
  .gallery-slide{
    position: relative;
    background: #4b220f;
  }
  .gallery-slide__image{
    position: relative;
  }
  .gallery-slide__image::before{
    display: none;
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(85.54% 72.89% at 90.07% 89.96%, rgba(0, 0, 0, 0.75) 25.81%, rgba(0, 0, 0, 0) 75.76%);
    pointer-events: none;
    z-index: 1;
  }
  .gallery-slide__image img{
    width: 100% !important;
    height: 320px;
    object-fit: cover;
    display: block;
  }
  .gallery-slide__content{
    position: relative;
    min-height: 190px;
    padding: 30px 24px 92px;
    color: #fffaf2;
    overflow: hidden;
  }
  .gallery-slide__content::after{
    content: "";
    position: absolute;
    right: -26px;
    bottom: -34px;
    width: 180px;
    height: 180px;
    opacity: 0.18;
    pointer-events: none;
  }
  .gallery-slide__title{
    font-family: 'NT Fabulous';
    font-size: 30px;
    line-height: 1.15;
    text-align: center;
    margin-bottom: 18px;
  }
  .gallery-slide__desc{
    font-family: 'Graphik-Regular';
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
  }
  .gallery-slider.owl-carousel .owl-nav{
    display: block;
  }
  .gallery-slider.owl-carousel .owl-nav button.owl-prev,
  .gallery-slider.owl-carousel .owl-nav button.owl-next{
    top: auto;
    bottom: 44px;
    transform: none;
    width: 60px;
    height: 60px;
    background: #000;
  }
  .gallery-slider.owl-carousel .owl-nav button.owl-prev{
    left: calc(50% - 72px);
  }
  .gallery-slider.owl-carousel .owl-nav button.owl-next{
    right: calc(50% - 72px);
  }
  .gallery-slider.owl-carousel .owl-nav button.owl-prev img,
  .gallery-slider.owl-carousel .owl-nav button.owl-next img{
    width: 60px;
    height: 60px;
    object-fit: contain;
  }
  @media(min-width:640px){
    .gallery-slide__image::before{
      display: block;
    }
    .gallery-slide{
      background: transparent;
    }
    .gallery-slide__image{
      position: relative;
    }
    .gallery-slide__image::after{
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0.42) 100%);
      pointer-events: none;
    }
    .gallery-slide__image img{
      height: min(78vh, 760px);
    }
    .gallery-slide__content{
      position: absolute;
      right: 4%;
      bottom: 6%;
      width: min(34%, 380px);
      min-height: 0;
      padding: 0;
      background: transparent;
      text-align: right;
      z-index: 3;
      overflow: visible;
    }
    .gallery-slide__content::after{
      display: none;
    }
    .gallery-slide__title{
      font-size: 38px;
      text-align: right;
      margin-bottom: 14px;
    }
    .gallery-slide__desc{
      max-width: none;
      margin: 0 0 0 auto;
      text-align: right;
      color: #fff;
    }
    .gallery-slider.owl-carousel .owl-nav button.owl-prev,
    .gallery-slider.owl-carousel .owl-nav button.owl-next{
      top: 50%;
      bottom: auto;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.78);
    }
    .gallery-slider.owl-carousel .owl-nav button.owl-prev{
      left: 2%;
    }
    .gallery-slider.owl-carousel .owl-nav button.owl-next{
      right: 2%;
    }
    .gallery-slider.owl-carousel .owl-nav button.owl-prev img,
    .gallery-slider.owl-carousel .owl-nav button.owl-next img{
      width: 60px;
      height: 60px;
    }
  }
  .owl-carousel .owl-item img{width: unset;}
  .floorplan-slider.owl-carousel .owl-item img.flower-small{width: 60%;}
  .floorplan-slider.owl-carousel .owl-item img.icon-desc{
    max-width: 50px;
    height: 40px;
    object-fit: contain;
  }
  @media(min-width:1536px){
    .gallery-slide__image::before{
      display: none;
    }
  }
  .floorplan-slider.owl-carousel .owl-nav{
    display: flex;
    gap: 20px;
    position: absolute;
    top: -3%;
    right: 2%;
  }
  .floorplan-slider.owl-carousel .owl-nav button.owl-prev, .floorplan-slider.owl-carousel .owl-nav button.owl-next{
    position: relative;
    left: unset;
    right: unset;
    top: -10%;
  }
  .floorplan-slider.owl-carousel .owl-nav button.owl-prev img,
  .floorplan-slider.owl-carousel .owl-nav button.owl-next img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .amenities-map-shell{
    position: relative;
    width: 100%;
    min-height: 520px;
    overflow: hidden;
    background: linear-gradient(180deg, #f6efe4 0%, #ebe4d6 100%);
  }
  .amenities-map-canvas{
    width: 100%;
    min-height: 520px;
  }
  @media (max-width: 499px){
    .amenities-map-shell,
    .amenities-map-canvas{
      min-height: 360px;
    }
  }
  .amenities-map-fallback{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
    background: rgba(255, 250, 242, 0.9);
  }
  .amenities-map-fallback.hidden{
    display: none;
  }
  .amenities-map-item{
    cursor: pointer;
    border-radius: 12px;
    transition: transform 0.2s ease;
  }
  .amenities-map-item p{
    transition: color 0.2s ease;
  }
  .amenities-map-item:hover p,
  .amenities-map-item:focus-visible p{
    color: #9e5a36;
    outline: none;
  }
  .amenities-map-item:active{
    transform: scale(0.99);
  }
  .amenities-map-pin{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #8f4b22;
    color: #fff;
    border: 3px solid #fff3e0;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
    font-family: 'Graphik', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    transform: translateY(-12px);
  }
  .amenities-map-pin::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 18px;
    height: 18px;
    background: #8f4b22;
    border-right: 3px solid #fff3e0;
    border-bottom: 3px solid #fff3e0;
    transform: translateX(-50%) rotate(45deg);
    border-bottom-right-radius: 4px;
  }
  .amenities-map-pin span{
    position: relative;
    z-index: 1;
  }
  .amenities-map-pin.is-primary{
    width: 110px;
    height: 110px;
    font-size: 20px;
    letter-spacing: 0;
    font-family: 'NT', serif;
    transform: translateY(-30px);
    background: radial-gradient(circle at 30% 30%, #aa5c2f 0%, #6f3414 100%);
  }
  .amenities-map-pin.is-primary::after{
    bottom: -24px;
    width: 32px;
    height: 32px;
  }
  .amenities-map-pin.is-primary small{
    display: block;
    font-family: 'Graphik', sans-serif;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-top: 2px;
  }
  .amenities-map-pin-label{
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #1f2937;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
    font-family: 'Graphik', sans-serif;
    font-size: 11px;
    font-weight: 600;
  }
  .convenience-timeline{
    --timeline-brown: #9e5a36;
    --timeline-brown-dark: #7f4528;
    --timeline-card: #e5d0bf;
    --timeline-text: #5a311d;
    --timeline-button-size: 86px;
    --timeline-button-gap: 0px;
    --timeline-line-overlap: 50px;
    position: relative;
    width: min(100%, 420px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--timeline-button-gap);
  }
  .convenience-timeline__viewport{
    position: relative;
    width: 100%;
    height: 470px;
    overflow: hidden;
  }
  .convenience-timeline__track{
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    min-height: 100%;
    transform: translateX(-50%);
    transition: transform 0.85s ease;
  }
  .convenience-timeline__brand{
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6px;
    transform: translateX(-50%);
  }
  .convenience-timeline__brand-logo{
    width: 116px;
    height: 116px;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(90, 49, 29, 0.14);
  }
  .convenience-timeline__brand-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .convenience-timeline__brand-pin{
    position: relative;
    width: 24px;
    height: 24px;
    margin-top: 22px;
    border-radius: 999px;
    background: var(--timeline-brown);
  }
  .convenience-timeline__brand-pin::before{
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: inherit;
    background: #fffaf2;
  }
  .convenience-timeline__brand-pin::after{
    content: "";
    position: absolute;
    top: -26px;
    left: 50%;
    width: 1px;
    height: 26px;
    background: #8e5a3d;
    transform: translateX(-50%);
  }
  .convenience-timeline__line{
    position: absolute;
    top: 138px;
    bottom: calc((var(--timeline-button-gap) * -1) + (var(--timeline-button-size) / 2) - var(--timeline-line-overlap));
    left: 50%;
    width: 1px;
    background: #8e5a3d;
    transform: translateX(-50%);
  }
  .convenience-timeline__stops{
    position: relative;
    z-index: 2;
  }
  .convenience-timeline__stop{
    position: absolute;
    left: 0;
    width: 100%;
    height: 140px;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.45s ease, transform 0.45s ease;
    pointer-events: none;
  }
  .convenience-timeline__stop-card{
    position: absolute;
    top: 20px;
    width: 118px;
    min-height: 62px;
    padding: 14px 12px;
    border-radius: 10px;
    background: var(--timeline-card);
    color: var(--timeline-text);
    text-align: center;
    font-family: 'Optima-Medium';
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(123, 83, 60, 0.08);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .convenience-timeline__stop-card--left{
    left: 18px;
  }
  .convenience-timeline__stop-card--right{
    left: 18px;
  }
  .convenience-timeline__stop-dot{
    position: absolute;
    top: 48px;
    left: 50%;
    width: 8px;
    height: 8px;
    border: 1px solid var(--timeline-brown-dark);
    border-radius: 999px;
    background: #fffaf2;
    transform: translateX(-50%);
  }
  .convenience-timeline__stop-minutes{
    position: absolute;
    top: 22px;
    width: 92px;
    color: var(--timeline-brown);
    line-height: 0.9;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .convenience-timeline__stop-minutes--left{
    right: 70px;
    text-align: left;
  }
  .convenience-timeline__stop-minutes--right{
    right: 70px;
    text-align: left;
  }
  .convenience-timeline__minutes-number{
    font-family: 'NT Fabulous';
    font-size: 48px;
  }
  .convenience-timeline__minutes-label{
    font-family: 'Graphik-Regular';
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-top: 8px;
  }
  .convenience-timeline__stop.is-visible{
    opacity: 1;
    transform: translateY(0);
  }
  .convenience-timeline__stop.is-current .convenience-timeline__stop-card,
  .convenience-timeline__stop.is-current .convenience-timeline__stop-minutes{
    transform: scale(1.04);
  }
  .convenience-timeline__car{
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 4;
    width: 65px;
    transform: translate(-50%, 0);
    transition: top 0.85s ease;
  }
  .convenience-timeline__car img{
    width: 100%;
    height: auto;
    display: block;
  }
  .convenience-timeline__action{
    width: var(--timeline-button-size);
    height: var(--timeline-button-size);
    border: 0;
    border-radius: 999px;
    background: rgba(232, 186, 161, 0.38);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 16px 34px rgba(177, 115, 78, 0.18);
  }
  .convenience-timeline__action:hover{
    transform: translateY(-2px);
  }
  .convenience-timeline__action-core{
    width: 62px;
    height: 62px;
    border-radius: inherit;
    background: #e4a886;
    color: var(--timeline-text);
    font-family: 'Optima-Medium';
    font-size: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .convenience-timeline__action.is-reset .convenience-timeline__action-core{
    background: var(--timeline-brown);
    color: #fffaf2;
  }
  .convenience-timeline__reset-icon{
    width: 24px;
    height: 24px;
    display: block;
  }
  @-webkit-keyframes pulse {
    0% {transform: scale(0.9);}
    70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}
    100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}
  }
  @-moz-keyframes pulse{
    0% {transform: scale(0.9);}
    70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}
    100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}
  }
  @-o-keyframes pulse{
    0% {transform: scale(0.9);}
    70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}
    100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}
  }
  @keyframes pulse{
    0% {transform: scale(0.9);}
    70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}
    100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}
  }
  @media(max-width:1024px){
    .floorplan-slider.owl-carousel .owl-item img.icon-desc {max-width: 40px;height: 30px;}
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{width: 50px;height: 50px;font-size: 20px;}
    .floorplan-slider.owl-carousel .owl-nav{top: -5%;}
  }
  @media(max-width:960px){
    .floorplan-slider.owl-carousel .owl-nav{top: -3%;}
  }
  @media(max-width:500px){
    .sticky-icons p{font-size: 16px;}
    .sticky-icons {right: 3%;}
    .sticky-icon{width: 35px;height: 35px;}
    .virtual-tour-sticky{bottom: 12%;}
    .concept-slider.owl-carousel button.owl-dot, .gallery-slider.owl-carousel button.owl-dot, .floorplan-type-slider.owl-carousel button.owl-dot{width: 35px;}
    .concept-slider.owl-carousel .owl-dots{left: 0;right: 0;margin: 0 auto;}
    .gallery-slider.owl-carousel .owl-dots{
      bottom: 230px;
      z-index: 4;
    }
    .gallery-slider.owl-carousel .owl-nav button.owl-prev,
    .gallery-slider.owl-carousel .owl-nav button.owl-next{
        bottom: 35px;
    }
    .gallery-slider.owl-carousel .owl-nav button.owl-prev{left: 125px;}
    .gallery-slider.owl-carousel .owl-nav button.owl-next{right: 125px;}
    .floorplan-slider.owl-carousel .owl-item img.flower-small{width: 35%;}
    .convenience-timeline{
      width: 100%;
      max-width: 350px;
    }
    .convenience-timeline__viewport{
      height: 450px;
    }
    .convenience-timeline__brand-logo{
      width: 104px;
      height: 104px;
    }
    .convenience-timeline__line{
      top: 126px;
      bottom: calc((var(--timeline-button-gap) * -1) + (var(--timeline-button-size) / 2) - var(--timeline-line-overlap));
    }
    .convenience-timeline__stop-card{
      width: 110px;
      font-size: 15px;
    }
    .convenience-timeline__stop-card--left{
      left: 8px;
    }
    .convenience-timeline__stop-card--right{
      left: 8px;
    }
    .convenience-timeline__stop-minutes--left{
      right: 58px;
    }
    .convenience-timeline__stop-minutes--right{
      right: 58px;
    }
    .convenience-timeline__minutes-number{
      font-size: 42px;
    }
  }
