@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&display=swap");

:root {
    --primary-color: #f26b22;
    --secondary-color: #fff;
    --hover-color: black;
    --font-family: "Cormorant Garamond", serif;
    --hover: #83c24426;
    --bg-grey: #ededed;
}

.-primary-color {
    color: var(--primary-color) !important;
}
.nav__menu-link {
    font-size: 1.2rem;
}
.nav__left {
    grid-column-gap: 15px;
}
.nav__menu-link:hover {
    text-decoration: none;
    color: var(--primary-color);
}
.active-nav {
    color: var(--primary-color);
    font-weight: 900;
}

.contact-btn-header .button.w-inline-block {
    margin-bottom: 0px;
}
.button {
    background-color: #83c244 !important;
    color: #fff !important;
}

.button.w-inline-block .button:hover {
    color: black !important;
}

.nav__wrapper {
    width: 1400px; /* or 100% */
    max-width: 100vw !important;
}
.awwwards {
    display: none !important;
}
.left-right-space {
    margin: 0 9.875rem;
}

.left-heading {
    color: #8b8480;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 2.625rem;
    letter-spacing: -0.03em;
    font-size: 60px;
    line-height: 3.625rem;
}

.architecture-section {
    padding: 120px 150px;
    display: flex;
    justify-content: center;
    background-color: #f5ebe4;
}

.architecture-container {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
    gap: 80px;
    align-content: center;
    justify-content: center;
}

.left-right-space {
    margin: 0 9.875rem;
}

.architecture-tag {
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--primary-color);
    text-transform: uppercase;
    display: block;
    margin-bottom: 25px;
}

.architecture-heading {
    color: #8b8480;
    max-width: 650px;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 2.625rem;
    letter-spacing: -0.03em;
    font-size: 60px;
    line-height: 3.625rem;
}

.quote-card {
    margin-top: 90px;
    background: #e6d9cf;
    border-radius: 16px;
    padding: 40px;
    position: relative;
    min-height: 420px;
}

.quote-symbol {
    font-size: 80px;
    color: #b18e83;
    line-height: 1;
}

.quote-text {
    max-width: 420px;
    color: #5d5550;
    line-height: 1.8;
    font-size: 17px;
    margin-top: 10px;
}

.quote-text p {
    margin-bottom: 22px;
    font-family: "Specter", sans-serif !important;
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 22px;
    color: #715852;
}

.author {
    margin-top: 30px;
}

.author strong {
    display: block;
    color: #6d5f58;
    letter-spacing: 1px;
}

.author span {
    color: #93857f;
}

.logo {
    margin-top: 35px;
    font-size: 26px;
    color: #665b56;
}

.architect-img {
    width: 170px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    border-radius: 10px;
}

.showcase-section {
    width: 100%;
}

.showcase {
    width: 100%;
    margin: auto;
    max-width: 100%;
    padding: 0px 120px;
    padding-bottom: 80px;
}

.showcase .desktop-layout {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 80px;
}

.showcase .left-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.showcase .property-image {
    height: 700px;
    overflow: hidden;
    border-radius: 15px;
}

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

.showcase .sticky-content {
    position: -webkit-sticky;
    position: sticky;
    top: 25vh;
    transform: translateY(0%);
}

.showcase .subtitle {
    display: block;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
}

.showcase .property-item {
    margin-bottom: 20px;
    cursor: pointer;
}

.showcase .property-item h2 {
    font-size: 42px;
    font-weight: 200;
    color: #b8b8b8;
    transition: 0.3s;
}

.showcase .property-item.active h2 {
    color: #222;
    font-weight: 600;
}

.showcase .details {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
}

.showcase .property-item.active .details {
    max-height: 250px;
    margin-top: 15px;
}

.showcase .details p {
    line-height: 1.8;
    color: #666666c7;
    font-size: 18px;
}

.showcase .learn-more {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 16px;
}

.showcase .mobile-layout {
    display: none;
}

.showcase .swiper-slide img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.showcase .mobile-item {
    display: none;
    margin-top: 25px;
}

.showcase .mobile-item.active {
    display: block;
}

.showcase .mobile-item h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.showcase .mobile-item p {
    line-height: 1.8;
}

@media (max-width: 768px) {
    .contact-btn-header {
        display: none;
    }
    .showcase .desktop-layout {
        display: none;
    }
    .showcase .mobile-layout {
        display: block;
    }
    .showcase {
        padding: 20px;
    }
    .family-text {
        margin-top: 0%;
        padding-left: 0%;
    }
    .bg-500 {
        left: 20%;
        top: 9%;
    }
}

#zoomContent {
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
}

#zoomContent .vq-heroLeft {
    text-align: center !important;
    width: 30%;
    margin-bottom: 10% !important;
}

#zoomContent .vq-heroLeft small {
    color: #78685f !important;
}

#zoomContent .left-heading {
    color: rgb(72 65 61);
    font-weight: 400;
    letter-spacing: -0.03em;
    font-size: 40px;
    line-height: 40px;
}

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Poppins:wght@300;400;500;600&family=Parisienne&display=swap");

@font-face {
    font-family: "Albra Display";
    src: url("../alberta/AlbraDisplayTRIAL-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,300&display=swap");

.big-number {
    font-family: "Bodoni Moda", serif;
    font-style: italic;
    font-weight: 300;
}

.realestate-section {
    position: relative;
    background: #f8f8f6;
    padding: 100px 0;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}

.realestate-container {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.bg-500 {
    position: absolute;
    left: 3%;
    top: 18%;
    font-family: "Bodoni Moda", serif;
    font-size: 470px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.03);
    pointer-events: none;
    z-index: 1;
}

.top-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin-bottom: 70px;
}

.left-content {
    text-align: center;
    flex: 1;
}

.tagline {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #222;
}

.big-number {
    font-size: 235px;
    line-height: 0.9;
    color: #000;
}

.family-text {
    margin-top: -3%;
    padding-left: 15%;
}

.family-text .happy {
    font-size: 45px;
    font-weight: 300;
    color: #111;
}

.family-text .family {
    font-family: "Cormorant Garamond";
    font-size: 70px;
    font-style: italic;
    color: var(--primary-color);
    margin-left: -5px;
    font-family: "Lavishly Yours", cursive;
    font-weight: 400;
    font-style: normal;
}

.right-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
}

.content-line {
    width: 2px;
    height: 110px;
    background: #222222e0;
    flex-shrink: 0;
}

.content-text p {
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    max-width: 582px;
    margin-bottom: 10px !important;
}

.locations {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 400;
}

.stats-section {
    padding: 20px;
    position: relative;
    z-index: 10;
}
.stats-grid {
    background: #eceae5;
    border-radius: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
}

.stat {
    text-align: center;
    padding: 35px 20px;
    position: relative;
}

.stat h2 {
    font-size: 60px;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
}

.stat p {
    font-size: 22px;
    color: var(--primary-color);
}

@media (max-width: 991px) {
    .top-content {
        flex-direction: column;
        gap: 40px;
    }

    .right-content {
        flex-direction: column;
    }

    .content-line {
        width: 100%;
        height: 1px;
    }

    .bg-500 {
        font-size: 197px;
        left: 25%;
        top: 16%;
    }

    .big-number {
        font-size: 100px;
    }

    .family-text .happy {
        font-size: 48px;
    }

    .family-text .family {
        font-size: 58px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        background: #eceae500;
        border-radius: 20px;
        gap: 2px;
    }
    .stat {
        border-left: none;
    }

    .stat h2 {
        font-size: 45px;
    }

    .content-text p {
        font-size: 20px;
    }

    .locations {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        background: #eceae500;
    }

    .tagline {
        font-size: 30px;
    }

    .big-number {
        font-size: 80px;
    }

    .bg-500 {
        font-size: 120px;
    }
}

.stat {
    border-left: 1px solid #d9cfca;
    padding-left: 35px;
}

.stat-number {
    font-family: Georgia, serif;
    font-size: 70px;
    color: #6d5d57;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-title {
    color: #af978c;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 900;
}

.small-title {
    color: var(--primary-color) !important;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 900;
}

.price-link {
    font-family: Georgia, serif;
    font-size: 52px;
    color: #a56f5d;
    text-decoration: underline;
    text-underline-offset: 8px;
    font-size: 32px;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .contact-btn-header .primary-btn {
        font-size: 10px !important;
        padding: 14px 10px !important;
    }
}

.contact-btn-header .primary-btn {
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
    border-radius: 4px;
}
.contact-btn-header .primary-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}
@media (max-width: 991px) {
    .architecture-container {
        grid-template-columns: 1fr;
    }

    .architecture-heading {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .vq-heroLeft small {
        display: block;
        font-size: 32px;
    }

    .architecture-heading {
        font-size: 40px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .architect-img {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 25px;
        display: block;
    }

    .price-link {
        font-size: 34px;
    }
}

.heading-medium {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31.2px;
}

section .section-header {
    padding: 50px 50px;
    padding-bottom: 0px;
}

.section-title-h2 {
    font-size: clamp(2.625rem, 4.5vw, 3.25rem);
    font-family: "telegraf", Arial, sans-serif;
    position: relative;
    color: black;
    font-weight: 400;
    line-height: 3.625rem;
    letter-spacing: -0.03em;
}

section .section-header::before {
    content: "";
    position: absolute;
    left: 48%;
    bottom: -20%;
    width: 4%;
    height: 1px;
    background: #161514b8;
}

#videoWrapZoom_hero__content {
    z-index: 8;
    margin-top: 0px !important;
    position: relative;
}

#videoWrapZoom_hero__content .left-heading,
#videoWrapZoom_hero__content .vq-heroLeft small {
    color: rgb(255 255 255) !important;
}

.vq-heroWrap {
    padding: 120px 130px;
    display: grid;
    justify-content: center;
    grid-template-columns: 1.4fr 1px 0.8fr;
    gap: 80px;
    background: rgb(177 140 93 / 11%);
}

.vq-heroLeft small {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    color: #b19c90;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}

.vq-heroLeft h1 {
    font-family: Georgia, serif;
    font-weight: 300;
    font-size: 78px;
    line-height: 1.08;
    color: #8c8884;
}

.vq-dividerLine {
    width: 1px;
    background: #ddd4ce;
}

.vq-heroRight {
    padding-top: 40px;
}

.vq-heroRight span {
    color: rgb(175, 151, 140);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: -10px;
    font-weight: 900;
    display: block;
}

.vq-heroRight a {
    font-family: Georgia, serif;
    color: #a56f5d;
    text-decoration: underline;
    text-underline-offset: 8px;
    font-size: 32px;
}

.vq-sliderSection {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 30px;
}

.vq-sliderTrack {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    will-change: transform;
}

.vq-cardItem {
    flex-shrink: 0;
    width: 320px;
    height: 420px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.takeLookTitle {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}

.vq-cardItem.vq-medium {
    width: 430px;
    height: 470px;
}

.vq-cardItem.vq-large {
    width: 320px;
    height: 360px;
}

.vq-cardItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
}

.insta-gallery-section {
    width: 100%;
    padding: 80px 70px;

    .section-header {
        padding: 0px 50px;
        padding-bottom: 70px;
    }
    h2 {
        margin-top: 0px;
    }
}

.insta-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #f26b221c;
    padding: 1px;
    width: 1000px;
    margin: auto;
}

.eapps-instagram-feed-header-container,
.eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
    display: none !important;
}

.eapps-instagram-feed-posts-grid-load-more-visible {
    opacity: 1;
    visibility: visible;
    display: none;
}

.eapps-instagram-feed-posts-item-media .es-post-media {
    overflow: hidden;
}
.eapps-instagram-feed-posts-item-image-wrapper {
    position: relative;
    aspect-ratio: 4 / 5;
    transition: transform 0.6s ease;
}

.eapps-instagram-feed-posts-item-image-wrapper:hover {
    transform: scale(1.09);
}

.eapps-instagram-feed-posts-item-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    z-index: 2;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.eapps-instagram-feed-posts-item-image-wrapper:hover::after {
    opacity: 1;
}
.eapps-instagram-feed-posts-item-image-wrapper::before {
    content: "\f16d";
    font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 50px;
    color: #ffffff !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    visibility: hidden;
    z-index: 10 !important;

    transition:
        opacity 0.4s ease,
        transform 0.4s ease,
        visibility 0.4s ease;
    pointer-events: none;
}

.eapps-instagram-feed-posts-item-image-wrapper:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.insta-item {
    position: relative;
    overflow: hidden;
    display: block;
    aspect-ratio: 4 / 5;
}

.insta-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 60%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
}

.overlay i {
    color: #fff;
    font-size: 50px;
    transform: translateY(20px);
    transition: 0.4s ease;
}

.insta-item:hover img {
    transform: scale(1.08);
}

.insta-item:hover .overlay {
    opacity: 1;
}

.insta-item:hover .overlay i {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .insta-gallery {
        grid-template-columns: repeat(3, 1fr);
    }

    #zoomContent .vq-heroLeft {
        width: 100% !important;
    }
}

@media (max-width: 1200px) {
    .vq-heroWrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .vq-dividerLine {
        display: none;
    }

    .vq-heroLeft h1 {
        font-size: 54px;
    }

    .vq-heroRight p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .vq-heroWrap {
        padding: 40px 20px;
    }

    .vq-heroLeft h1 {
        font-size: 38px;
    }

    .vq-heroRight a {
        font-size: 32px;
    }

    .vq-cardItem {
        width: 240px;
        height: 300px;
    }

    .vq-cardItem.vq-medium {
        width: 300px;
        height: 340px;
    }

    .vq-cardItem.vq-large {
        width: 340px;
        height: 380px;
    }
}

.meeting-section {
    padding: 80px 20px;
    background: #ebe8e0;
    display: none;
}

.meeting-card {
    max-width: 1193px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 4px;
}

.meeting-content {
    padding: 60px 50px;
    background: linear-gradient(120deg, #4a2a22, #231514);
    color: #fff;
}

.meeting-content h2 {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 400;
    margin-bottom: 25px;
}

.meeting-content p {
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.85;
    margin-bottom: 20px;
}

.meeting-info {
    margin-bottom: 35px;
    color: #d6c6bd;
}

.meeting-info span {
    font-weight: 500;
}

.meeting-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #8a6454;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 4px;
}

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

.luxury-section {
    position: relative;
    min-height: 100vh;
    padding: 80px 70px;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, #f5f5f5e3 0%, transparent 35%),
        radial-gradient(circle at bottom right, #c3bbbb00 0%, transparent 35%),
        #140b080d;
}

.luxury-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-radial-gradient(
        circle at 70% 20%,
        rgb(255 255 255 / 87%) 0px,
        rgba(255, 255, 255, 0.03) 3px,
        transparent 4px,
        transparent 18px
    );
    opacity: 0.3;
}

#luxuryMainImage {
    width: 100%;
    display: block;
    transition:
        opacity 0.6s ease,
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.8s ease;
}

#luxuryMainImage.changing {
    opacity: 0;
    transform: scale(1.06);
    filter: blur(8px);
}

.luxury-container {
    position: relative;
    z-index: 2;
    max-width: 1600px;
    margin: auto;
}

.luxury-heading {
    text-align: center;
    margin-bottom: 90px;
}
.short-top-heading,
.luxury-heading span {
    display: block;
    color: var(--primary-color);
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.luxury-heading h2 {
    max-width: 950px;
    margin: auto;
    color: black;
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
}

.luxury-content {
    display: grid;
    grid-template-columns: 530px 1fr;
    align-items: center;
    gap: 60px;
}

.luxury-accordion {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 18px;
    cursor: pointer;
}

.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
    font-size: 24px;
}

.accordion-title span {
    transition: 0.4s;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
    color: #000000;
    line-height: 1.8;
    font-size: 16px;
}

.accordion-item.active .accordion-content {
    max-height: 200px;
    padding-top: 15px;
}

.accordion-item.active .accordion-title {
    color: var(--primary-color);
}

.accordion-item.active .accordion-title span {
    transform: rotate(45deg);
}

.luxury-image {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #0000001a;
}

.luxury-image img {
    width: 100%;
    height: 520px;
    display: block;
    object-fit: fill;
    transition: 0.5s;
}

.construction-section {
    position: relative;
    width: 100%;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #f7f4ea;
}

.construction-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.08) 1px,
        transparent 1px
    );
    background-size: 16.66% 100%;
    pointer-events: none;
}

.construction-content {
    position: relative;
    text-align: center;
    z-index: 5;
    max-width: 500px;
}

.construction-content .small-title {
    font-size: 30px;
    letter-spacing: 9px;
}

.bg-word {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 250px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.04);
    letter-spacing: 10px;
    white-space: nowrap;
    z-index: -1;
}

.small-title {
    display: block;
    font-size: 16px;
    letter-spacing: 4px;
    color: #c8bba8;
    margin-bottom: 8px;
}

.construction-content h2 {
    font-size: 56px;
    font-weight: 600;
    color: #111;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.description {
    margin-top: 40px;
    font-size: 14px;
    color: #333;
    line-height: 1.8;
}

.side-image {
    position: absolute;
    width: 260px;
    height: 340px;
    overflow: hidden;
    z-index: 10;
}

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

.left-image {
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
}

.bg-fade-left {
    left: -50px;
    top: 0;
    width: 320px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.right-image {
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
}

.bg-fade-left,
.bg-fade-right {
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    background: white;
}

.bg-fade-left {
    left: -50px;
    top: 0;
    width: 320px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.stat h2 {
    transition: transform 0.3s ease;
}
.stat:hover h2 {
    transform: scale(1.2);
}
.bg-fade-right {
    right: -50px;
    top: 0;
    width: 320px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-fade-left img,
.bg-fade-right img {
    width: 100%;
    display: block;
}

@media (max-width: 991px) {
    .construction-section {
        padding: 80px 20px;
        flex-direction: column;
        min-height: auto;
    }

    .side-image {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 350px;
        height: 420px;
        margin: 20px auto;
    }

    .construction-content {
        order: 2;
        margin: 40px 0;
    }

    .left-image {
        order: 1;
    }

    .right-image {
        order: 3;
    }

    .construction-content h2 {
        font-size: 38px;
    }

    .bg-word {
        font-size: 70px;
    }

    .bg-fade-left,
    .bg-fade-right {
        display: none;
    }
}

.menu-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.menu-list > li {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.menu-list strong {
    display: block;
}

.submenu {
    list-style: none;
    padding: 10px 0 0 20px;
    margin: 0;
    display: none;
}

.submenu li {
    padding: 6px 0;
    color: #666;
}

.menu-list > li.active .submenu {
    display: block;
}

.strong-link {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 500;
}
.strong-link:hover {
    text-decoration: underline;
}

.footer__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #fff;
}

.footer-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    /* background: linear-gradient(to top, rgb(131 194 68 / 56%) 0%, rgb(131 194 68 / 37%) 20%, rgb(131 194 68 / 18%) 45%, rgba(0, 38, 55, 0) 70%); */
    /* background: linear-gradient(to top, rgb(34 45 23 / 66%) 0%, rgb(65 96 34 / 41%) 20%, rgb(131 194 68 / 18%) 45%, rgba(0, 38, 55, 0) 70%); */
    background: linear-gradient(
        to top,
        rgb(34 45 23 / 37%) 0%,
        rgb(65 96 34 / 15%) 20%,
        rgb(131 194 68 / 18%) 45%,
        rgb(0 38 55 / 32%) 70%
    );
}

.footer-content {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: auto;
    /* min-height:650px; */
    display: flex;
    align-items: flex-end;
    gap: 80px;
    padding: 60px 0px;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.contact-list li i {
    width: 18px;
    margin-top: 3px;
    font-size: 20px;
}

.contact-list a {
    color: inherit;
    text-decoration: none;
}

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

.footer-logo-col {
    width: 300px;
    flex-shrink: 0;
}

.footer-logo img {
    width: 190px;
    display: block;
    margin-bottom: 30px;
}

.footer-company {
    margin-bottom: 20px;
}

.footer-company p {
    margin: 8px 0;
    color: rgba(255, 255, 255, 0.85);
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.footer-social a {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.footer-social a:hover {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.footer-copy {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-links {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr 1.2fr;
    gap: 50px;
}

.footer-column h4 {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column li {
    margin-bottom: 12px;
}

.footer-column a,
.footer-column p {
    color: rgb(255 255 255 / 89%);
    text-decoration: none;
    line-height: 1.8;
    font-size: 15px;
}

.footer-column a:hover {
    color: #c9c0c0;
}
.only-mobile {
    display: none;
}
.pc-mobile {
    display: block;
}

@media (max-width: 991px) {
    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 50px 25px;
        padding-bottom: 0px;
    }

    .footer-links {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-logo-col {
        width: 100%;
    }

    .footer-logo img {
        width: 220px;
    }
    .only-mobile {
        display: block;
    }
    .pc-mobile {
        display: none;
    }
    .footer-copy {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7);
        position: relative;
        z-index: 2;
        text-align: center;
        width: 100%;
        padding-bottom: 0px;
    }
}

@media (max-width: 1400px) {
    .insta-gallery {
        width: 100%;
    }
    .architecture-section {
        padding: 100px 80px;
    }
    .showcase {
        padding: 60px;
    }
}

@media (max-width: 1200px) {
    .architecture-container,
    .luxury-content,
    .meeting-card {
        grid-template-columns: 1fr;
    }

    .vq-heroWrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .vq-dividerLine {
        display: none;
    }
}

@media (max-width: 1024px) {
    .nav__component {
        padding: 0px 0px;
    }
    .left-right-space {
        margin: 0 2rem;
    }
    .architecture-section,
    .luxury-section {
        padding: 80px 40px;
    }

    .top-content {
        flex-direction: column;
    }

    #zoomContent .vq-heroLeft {
        text-align: center !important;
        width: 100%;
        margin-bottom: 25% !important;
    }
    .vq-heroLeft small {
        font-size: 20px;
    }
    #zoomContent .left-heading {
        font-size: 70px;
        line-height: 70px;
    }
    #zoomContent .vq-heroLeft {
        margin-bottom: 25% !important;
    }

    .showcase .property-image {
        height: 500px;
        overflow: hidden;
        border-radius: 15px;
    }
    .showcase .desktop-layout {
        gap: 22px;
    }
    .footer-content {
        position: relative;
        z-index: 2;
        max-width: 1400px;
        margin: auto;
        min-height: auto;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        padding: 60px 10px;
    }
    .footer__wrapper {
        position: relative;
        width: 100%;
        min-height: auto;
    }

    .footer-logo-col {
        width: fit-content;
        flex-shrink: 0;
    }

    .footer-links {
        flex: 1;
        display: grid;
        grid-template-columns: 1fr 1.5fr 1fr 1.2fr;
        gap: 10px;
    }
    .only-mobile {
        display: block;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .footer-links {
        display: block;
    }
    .footer-column li {
        margin-bottom: 5px;
    }
    .footer-column h4 {
        margin: 20px 0 2px;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1px;
    }
    .footer-column a,
    .footer-column p {
        color: rgb(255 255 255 / 100%);
        text-decoration: none;
        line-height: 1.8;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .vq-heroLeft small {
        display: block !important;
        font-size: 32px !important;
    }

    #zoomContent .vq-heroLeft {
        width: 90% !important;
    }

    #zoomContent .left-heading {
        color: rgb(72 65 61) !important;
        font-weight: 400 !important;
        letter-spacing: -0.03em !important;
        font-size: 71px !important;
        line-height: 35px;
    }

    .architecture-section,
    .insta-gallery-section,
    .luxury-section {
        padding: 60px 20px;
        padding-top: 20px;
    }

    .luxury-section {
        min-height: fit-content;
    }

    .architecture-heading,
    .left-heading,
    .vq-heroLeft h1 {
        font-size: 38px;
        line-height: 1.2;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        border-radius: 0px;
    }

    .insta-gallery {
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }
    .insta-gallery-section {
        .section-header {
            margin: auto;
            padding: 0px 0px;
            padding-bottom: 0px;
        }
    }
    section .section-header {
        margin: 0px;
        padding: 0px !important;
    }
    .luxury-heading h2 {
        margin-top: 20px;
        font-size: 22px;
        line-height: normal !important;
    }
    .luxury-heading {
        text-align: center;
        margin-bottom: 30px;
    }
    .locations {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
        gap: 5px;
    }
    .short-top-heading,
    .luxury-heading span {
        margin-bottom: 5px;
    }
    .footer-content {
        gap: 0px;
    }
    .footer-column h4 {
        margin: 20px 0 5px;
    }
}

@media (max-width: 480px) {
    .architecture-heading,
    .left-heading,
    .vq-heroLeft h1 {
        font-size: 30px;
    }

    .big-number {
        font-size: 60px;
    }
}

@media (max-width: 768px) {
    section .section-header {
        margin: 0px;
        padding: 0px 50px;
    }
    #zoomContent .vq-heroLeft {
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 60% !important;
    }
    .vq-heroLeft small {
        display: block !important;
        font-size: 12px !important;
    }
    .vq-sliderSection {
        width: 100%;
        overflow: hidden;
        padding: 12px 0 0px;
    }
    .realestate-section {
        position: relative;
        background: #f8f8f6;
        padding: 30px 0;
    }
    .top-content {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin-bottom: 10px;
    }
    .stats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        border-radius: 0px;
        gap: 4px;
    }
    .stat h2 {
        font-size: 30px;
        margin: 0px;
        line-height: 30px;
        font-weight: 400;
    }
    .stat {
        border: none;
        padding-left: 0px;
        background: white;
        border-radius: 5px;
    }

    .luxury-accordion {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
    .luxury-content {
        display: flex;
        grid-template-columns: 530px 1fr;
        align-items: center;
        gap: 60px;
        flex-direction: column-reverse;
    }
    .accordion-title {
        font-size: 17px;
    }
    .luxury-image img {
        width: 100%;
        height: fit-content;
        display: block;
        object-fit: contain;
        transition: 0.5s;
    }
    .short-top-heading,
    .luxury-heading span {
        margin-bottom: 0px;
    }
    #zoomContent .left-heading {
        font-size: 32px !important;
        color: white !important;
    }

    .family-text {
        margin-top: 0%;
        padding-left: 0%;
    }
    .bg-500 {
        left: 20%;
        top: 9%;
    }
    .showcase {
        padding: 0;
    }

    .stat {
        border: none;
        padding-left: 0px;
        background: white;
        border-radius: 5px;
        padding: 25px;
    }
    .stat p {
        margin: 0px;
        font-size: 16px;
    }
    .stat:hover {
        background: #83c24426;
    }
    .footer-logo img {
        width: 150px;
    }
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.play-btn i {
    font-size: 26px;
    color: #111;
    margin-left: 8%;
    margin-top: 1%;
}

.video-card:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.12);
    background: var(--primary-color);
}

.video-card:hover .play-btn i {
    color: #fff;
}

.play-btn::before {
    content: "";
    position: absolute;
    inset: -12px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.gallery-tab-link {
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #5d5a5a;
    font-weight: 700;
    padding: 6px 0;
    border-bottom: 1px solid transparent;
    transition:
        color 0.25s ease,
        border-color 0.25s ease;
}

.why-section {
    padding: 60px 150px;
    background: #ffffff;
    .section-header {
        padding: 0px 50px;
    }
}

.section-header {
    text-align: center;
    margin-bottom: 0px;
}

.small-title {
    display: block;
    font-size: 15px;
    color: var(--primary-color, #c0541e);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-title {
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 700;
    color: #111111;
    margin: 0 0 24px;
}

.why-bento {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 180px;
    gap: 20px;
    margin-top: 0px;
}

.why-tile {
    background: #f7f7f7;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    transition:
        transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
        box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.why-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
}

.icon-circle {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle svg {
    width: 22px;
    height: 22px;
    stroke: var(--primary-color, #c0541e);
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.why-tile h4 {
    font-size: 20px;
    font-weight: 600;
    color: #2c2a28;
    margin: 0;
}

.why-tile p {
    font-size: 14px;
    color: #79716c;
    margin: 0;
    line-height: 1.6;
}

.img-tile {
    grid-column: span 2;
    grid-row: span 3;
    position: relative;
    padding: 0;
    background: none;
    overflow: visible;
}

.img-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    object-position: top;
}

.img-tile:hover {
    transform: none;
    box-shadow: none;
}

.floating-badge-about {
    position: absolute;
    right: -24px;
    top: -28px;
    z-index: 3;
    background: #e6d9cf;
    border-radius: 16px;
    padding: 22px 26px;
    max-width: 220px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.floating-badge-about .num {
    font-style: italic;
    font-size: 40px;
    color: #6d5d57;
    line-height: 1;
}

.floating-badge-about p {
    margin: 6px 0 0;
    font-size: 13px;
    color: #715852;
    line-height: 1.5;
}

.why-tile.accent {
    background: var(--primary-color, #c0541e);
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.why-tile.accent .icon-circle--light {
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.why-tile.accent .icon-circle--light svg {
    stroke: #ffffff;
}

.why-tile.accent h4,
.why-tile.accent p {
    color: #ffffff;
}

.why-tile.accent p {
    opacity: 0.9;
}

@media (max-width: 1199px) {
    .why-section {
        padding: 100px 30px !important;
    }
    .about-content {
        align-items: center !important;
    }
}

@media (max-width: 991px) {
    .why-section {
        padding: 80px 20px;
    }

    .why-bento {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
    }

    .img-tile {
        grid-column: span 2;
        grid-row: span 1;
        height: auto;
        margin-bottom: 10px;
    }

    .why-tile.accent {
        /* grid-column: span 2; */
    }

    .floating-badge-about {
        left: 16px;
        bottom: -24px;
        padding: 16px 20px;
        max-width: 190px;
        height: fit-content;
        top: -12px;
    }
}

@media (max-width: 767px) {
    .why-section {
        padding: 60px 20px !important;
    }

    .why-bento {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .img-tile {
        grid-column: span 1;
        height: 280px;
    }

    .why-tile.accent {
        grid-column: span 1;
        flex-direction: column;
        align-items: flex-start;
    }

    .floating-badge-about {
        left: 12px;
        top: -2px;
        padding: 14px 18px;
        max-width: 160px;
    }

    .floating-badge-about .num {
        font-size: 28px;
    }

    .floating-badge-about p {
        font-size: 11px;
    }

    .section-title {
        font-size: 30px;
    }

    .small-title {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .why-section {
        padding: 40px 16px;
    }

    .why-tile {
        padding: 22px;
    }

    .why-tile h4 {
        font-size: 17px;
    }

    .why-tile p {
        font-size: 13px;
    }

    .img-tile {
        height: auto;
    }

    .floating-badge-about {
        left: 8px;
        /* top: -16px; */
        padding: 10px 14px;
        max-width: 130px;
    }

    .floating-badge-about .num {
        font-size: 22px;
    }

    .floating-badge-about p {
        font-size: 10px;
        margin-top: 4px;
    }

    .icon-circle {
        width: 38px;
        height: 38px;
    }

    .icon-circle svg {
        width: 18px;
        height: 18px;
    }
}

.reveal {
    opacity: 0;
    transform: translateY(34px);
    transition:
        opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.why-bento[data-stagger] .why-tile:nth-child(1) {
    transition-delay: 0s;
}
.why-bento[data-stagger] .why-tile:nth-child(2) {
    transition-delay: 0.08s;
}
.why-bento[data-stagger] .why-tile:nth-child(3) {
    transition-delay: 0.13s;
}
.why-bento[data-stagger] .why-tile:nth-child(4) {
    transition-delay: 0.18s;
}
.why-bento[data-stagger] .why-tile:nth-child(5) {
    transition-delay: 0.23s;
}
.why-bento[data-stagger] .why-tile:nth-child(6) {
    transition-delay: 0.28s;
}
.why-bento[data-stagger] .why-tile:nth-child(7) {
    transition-delay: 0.33s;
}
.why-bento[data-stagger] .why-tile:nth-child(8) {
    transition-delay: 0.38s;
}

@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
