.progress-container,
.progress-fill {
    border-radius: 60px;
    overflow: hidden;
}
.premium-loader,
div#responsive-nav,
header {
    position: fixed;
    display: flex;
}
.heading-1,
div#responsive-nav {
    transform: translateX(-100%);
}
.banner-content p,
.btn,
.nav-links,
.scroll-indicator,
.section-subtitle {
    text-transform: uppercase;
}
.btn,
.gallery-card,
.tab-btn {
    cursor: pointer;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body::-webkit-scrollbar {
    background-color: #fff;
    width: 5px;
}
.premium-loader,
body::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body::-webkit-scrollbar-button {
    background: #8b5e53;
}
body::-webkit-scrollbar-thumb {
    background: #8b5e53;
}
@font-face {
    font-family: "Royal Castle Semi";
    src:
        url("./fonts/RoyalCastle-SemiBold.woff2") format("woff2"),
        url("./fonts/RoyalCastle-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    ascent-override: 90%;
    descent-override: 25%;
    size-adjust: 105%;
}
@font-face {
    font-family: "Royal Castle";
    src:
        url("./fonts/RoyalCastle-Regular.woff2") format("woff2"),
        url("./fonts/RoyalCastle-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    ascent-override: 90%;
    descent-override: 25%;
    size-adjust: 105%;
}
@font-face {
    font-family: "Royal Castle";
    src:
        url("./fonts/RoyalCastle-Bold.woff2") format("woff2"),
        url("./fonts/RoyalCastle-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    ascent-override: 90%;
    descent-override: 25%;
    size-adjust: 105%;
}
@font-face {
    font-family: "Royal Castle";
    src:
        url("./fonts/RoyalCastle-Black.woff2") format("woff2"),
        url("./fonts/RoyalCastle-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    ascent-override: 90%;
    descent-override: 25%;
    size-adjust: 105%;
}
:root {
    --primary: #1a1a1a;
    --secondary: #c9a87c;
    --light: #faf8f5;
    --white: #ffffff;
    --gray: #e8e4df;
    --text-dark: #2c2c2c;
    --text-light: #6b6b6b;
    --gold: #d4af37;
}
body {
    font-family: Montserrat, sans-serif;
    background: url(./img/bg-body.webp) center center/contain no-repeat;
    color: var(--text-dark);
    overflow-x: hidden;
    position: relative;
}
body::after {
    content: "";
    position: absolute;
    background: #ffffffeb;
    z-index: -1;
}
.premium-loader {
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999999999999;
    backdrop-filter: blur(0px);
    transition:
        opacity 0.5s ease-out,
        visibility 0.5s ease-out;
    font-family: inherit;
}
.nav-global a.active {
    color: #fff !important;
    background: linear-gradient(45deg, #8b5e53, #00000094);
    padding: 10px 20px;
    border-radius: 50px;
}
.animated-section,
.banner,
.loader-ring,
.progress-fill {
    position: relative;
}
.banner-bg,
.bg-video {
    left: 0;
    z-index: 0;
    top: 0;
    object-fit: cover;
}
.premium-loader.fade-out {
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0s linear 0.55s;
}
.loader-card {
    text-align: center;
    max-width: 500px;
    width: 85%;
    padding: 2.2rem 1.8rem;
    transition: transform 0.2s;
}
.loader-ring {
    width: 90px;
    height: 90px;
    margin: 0 auto 28px;
}
.ring-svg {
    width: 100%;
    height: 100%;
    animation: 1.4s linear infinite rotateRing;
}
.ring-track {
    stroke: rgba(80, 120, 200, 0.2);
    stroke-width: 3;
    fill: none;
}
.ring-glow {
    stroke: url(#gradientStroke);
    stroke-width: 3.5;
    stroke-linecap: round;
    fill: none;
    stroke-dasharray: 200;
    stroke-dashoffset: 80;
    filter: drop-shadow(0 0 5px #ffffff);
    animation: 1.2s ease-in-out infinite alternate dashShift;
}
@keyframes rotateRing {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dashShift {
    0% {
        stroke-dashoffset: 200;
        stroke-dasharray: 40 160;
    }
    50% {
        stroke-dashoffset: 80;
        stroke-dasharray: 100 100;
    }
    100% {
        stroke-dashoffset: 20;
        stroke-dasharray: 140 60;
    }
}
.loader-text {
    font-size: 2.6rem;
    font-weight: 200;
    letter-spacing: -0.3px;
    background: linear-gradient(135deg, #fff, #b9e0ff);
    background-clip: text;
    -webkit-background-clip: text;
    margin-bottom: 12px;
    color: #8b5e53;
}
.loader-card img {
    width: 230px;
}
.loader-sub {
    font-size: 0.85rem;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.3px;
    opacity: 0.8;
}
.progress-container {
    width: 80%;
    margin: 24px auto 0;
    background: rgba(255, 255, 255, 0.08);
    padding: 2px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.progress-fill {
    width: 0%;
    height: 5px;
    background: linear-gradient(90deg, #00000090, #8b5e53, #00000090);
    transition: width 80ms linear;
}
.progress-fill::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: 1.4s infinite shimmer;
}
@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
    0%,
    100% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
.dot-pulse {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}
.dot-pulse span {
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
    opacity: 0.6;
    animation: 1.2s ease-in-out infinite pulseDot;
}
.dot-pulse span:nth-child(2) {
    animation-delay: 0.2s;
}
.dot-pulse span:nth-child(3) {
    animation-delay: 0.4s;
}
@keyframes pulseDot {
    0%,
    100% {
        transform: scale(0.7);
        opacity: 0.3;
        background-color: #7aa9ff;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
        background-color: #000;
        box-shadow: 0 0 6px #8b5e53;
    }
}
.serif,
h1,
h2,
h3 {
    font-family: "Royal Castle";
    font-weight: 400;
    color: #8b5e53;
}
h2 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}
.section-subtitle {
    font-size: 0.9rem;
    letter-spacing: 6px;
    color: var(--primary);
    margin-bottom: 0.5rem;
    font-weight: 400;
}
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}
.container-f {
    max-width: 100%;
    margin: 0 auto;
}
.animated-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: url(./img/Asset-1ac.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    color: #000;
}
.animated-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    z-index: 2;
}
.animated-section h2 {
    background-image: url("./img/ext/ext-12.webp");
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Royal Castle";
    font-size: 450px;
    font-weight: 800;
    line-height: 1;
}
header.scrolled,
header.scrolled .nav-links a {
    color: var(--primary);
}
.heading-1,
.heading-2,
.para-1,
.para-2 {
    opacity: 0;
    visibility: hidden;
}
.heading-2 {
    transform: translateX(100%);
}
.para-1,
.para-2 {
    transform: translateY(50px);
    max-width: 85%;
    margin: auto;
    font-size: 20px;
    font-weight: 300;
}
.full-sec,
.hdng .container {
    max-width: 100%;
}
section.second-banner {
    background-color: #efebe7;
}
section.second-banner .row {
    display: flex;
    flex-wrap: wrap;
}
section.second-banner .col {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    border-right: 1px solid #fff;
}
section.second-banner .col:nth-child(2) {
    border: 0;
}
section.second-banner .col p {
    font-size: 20px;
    font-weight: 300;
}
section.second-banner .col img {
    max-height: 150px;
}
section.second-banner .col-emp {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
button.toggle-btn.active span:nth-child(3),
header .logo,
section.second-banner .col-emp img {
    width: 30%;
}
header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 555555;
    padding: 1.5rem 3rem;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    transition: 0.4s;
}
header.scrolled {
    background: rgb(255 255 255 / 28%);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 1rem;
}
.nav-links a,
div#responsive-nav a {
    color: #fff;
    font-family: "Royal Castle";
    text-decoration: none;
}
header .logo img {
    width: 25%;
    filter: brightness(0) invert(1);
    transition: 0.5s;
}
header.scrolled .logo img {
    width: 15%;
    filter: brightness(0);
}
.logo {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 4px;
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 3rem;
    font-size: 0.8rem;
    letter-spacing: 3px;
    font-weight: 400;
    width: 70%;
    justify-content: end;
}
.nav-links a {
    transition: color 0.3s;
}
div#responsive-nav {
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 55555;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    font-size: 30px;
    transition: 0.5s;
}
div#responsive-nav a {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #8b5e53;
}
div#responsive-nav.active {
    transform: translateX(0);
}
button.toggle-btn {
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    background: #e3e1e1;
    transition: 0.5s;
    display: none;
}
button.toggle-btn span {
    width: 50%;
    height: 2px;
    display: block;
    background: #000;
    border-radius: 10px;
    transition: 0.5s;
}
button.toggle-btn.active span:first-child {
    width: 30% !important;
}
button.toggle-btn.active {
    background: linear-gradient(45deg, #00000010, #fff);
}
.banner {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: transform 0.5s;
}
.scroll-indicator,
.section-header::after {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}
.bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.banner-content,
.scroll-indicator {
    z-index: 2;
    color: #fff;
    display: flex;
}
section#exteriors .swiper .swiper-slide h3 {
    color: #fff;
}
.banner-content {
    position: relative;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.banner-content h1 {
    font-size: clamp(3.5rem, 10vw, 7rem);
    font-weight: 300;
    letter-spacing: 15px;
    margin-bottom: 1.5rem;
}
.banner-content p {
    font-size: 1.1rem;
    letter-spacing: 8px;
    font-weight: 300;
}
.scroll-indicator {
    bottom: 3rem;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.7rem;
    letter-spacing: 4px;
}
.scroll-line {
    width: 1px;
    height: 60px;
    background: #fff;
    animation: 2s infinite scrollPulse;
}
@keyframes scrollPulse {
    0%,
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
    50% {
        transform: scaleY(0.5);
        opacity: 0.5;
    }
}
section {
    padding: 8rem 0;
}
.section-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}
.section-header::after {
    content: "";
    bottom: -20px;
    width: 60px;
    height: 1px;
    background: #8b5e53;
}
.slider-container {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 500px;
    overflow: hidden;
    border-radius: 4px;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    position: relative;
    overflow: hidden;
}
.hdng .img-grid .grid-item img,
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.2);
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    backdrop-filter: blur(5px);
    transition: 0.3s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.4);
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.2rem !important;
}
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}
.amenity-item {
    text-align: center;
    padding: 2rem;
    background: var(--white);
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    opacity: 0;
    transform: translateY(30px);
}
.full-sec,
.txt-banner {
    min-height: 100vh;
    box-shadow: 0 -5px 10px 10px #00000012;
    display: flex;
}
.amenity-item.visible,
.floor-plan-card.visible {
    opacity: 1;
    transform: translateY(0);
}
.amenity-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.amenity-item i {
    font-size: 2.5rem;
    color: var(--secondary);
    margin-bottom: 1.5rem;
}
.amenity-item h4 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}
.amenity-item svg {
    width: 30px;
    height: 30px;
}
.full-sec {
    background-position: fixed !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.full-sec.one {
    background: url(./img/ext/ext-12.webp) no-repeat;
}
.full-sec h1 {
    font-size: 100px;
}
.full-sec p {
    font-size: 24px;
    font-weight: 300;
}
.txt-banner {
    justify-content: center;
    align-items: center;
    background: url(./img/Asset-1mobile.png) center/cover no-repeat;
}
.expand-overlay .row,
.txt-banner .row-full {
    display: flex;
    gap: 50px;
}
.txt-banner .row-full .content-div {
    flex: 0 0 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    background: linear-gradient(45deg, #f8f8ff, #fff);
    box-shadow: rgba(0, 0, 0, 0.2) 0 18px 50px -10px;
    border-radius: 10px;
}
.txt-banner .row-full .content-div h1 {
    font-size: 50px;
    font-weight: 500;
    font-family: Montserrat;
    margin-bottom: 10px;
}
.txt-banner .row-full .content-div img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.animated-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, #1a1a2e, #0a0a0f);
    z-index: -2;
}
.card-inner,
.gallery-card,
.masonry,
.vip-header {
    position: relative;
}
.animated-bg::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0, transparent 70%);
    animation: 30s linear infinite rotateBg;
}
@keyframes rotateBg {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.vip-header {
    text-align: center;
    padding: 5rem 2rem 3rem;
    z-index: 10;
}
.glow-text {
    font-size: 4.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, gold, #fff8dc, #daa520, #b8860b);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: 5s infinite shimmer;
    letter-spacing: -2px;
}
.subtitle {
    font-size: 1.2rem;
    letter-spacing: 3px;
    margin-top: 1rem;
    color: #aaa;
    border-bottom: 1px solid rgba(218, 165, 32, 0.4);
    display: inline-block;
    padding-bottom: 0.8rem;
}
.subtitle i {
    color: #fff;
    margin: 0 8px;
}
.masonry {
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem;
    column-count: 4;
    column-gap: 1rem;
    z-index: 5;
}
@media (max-width: 1200px) {
    .masonry {
        column-count: 3;
    }
}
@media (max-width: 800px) {
    .masonry {
        column-count: 2;
    }
}
@media (max-width: 500px) {
    .masonry {
        column-count: 1;
    }
    .glow-text {
        font-size: 2.5rem;
    }
}
.gallery-card {
    break-inside: avoid;
    margin-bottom: 1rem;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: 0.3s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    animation: 1s goldPulse;
}
.social-bar a,
.vip-badge-premium {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.card-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(30, 30, 40, 0.3), rgba(0, 0, 0, 0.5));
    backdrop-filter: blur(2px);
}
.gallery-card img {
    width: 100%;
    display: block;
    transition: transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    filter: brightness(0.95) saturate(1.1);
}
.gallery-card:hover img {
    transform: scale(1.08);
    filter: brightness(1.05) saturate(1.2);
}
.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    padding: 1.5rem;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    pointer-events: none;
}
.gallery-card:hover .card-overlay {
    transform: translateY(0);
}
.card-overlay h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.3rem;
}
.card-overlay p {
    font-size: 0.8rem;
    color: #ddd;
}
.vip-badge-premium {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 6px 14px;
    font-size: 0.7rem;
    font-weight: 500;
    color: #fff;
    z-index: 10;
    letter-spacing: 1px;
    pointer-events: none;
    font-family: Montserrat;
}
.floor-plan-card,
.map-wrapper {
    border-radius: 4px;
    overflow: hidden;
}
.contact-details div a,
.tab-btn {
    color: #000;
}
.vip-badge-premium i {
    margin-right: 5px;
    font-size: 0.7rem;
}
@keyframes goldPulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(218, 165, 32, 0);
    }
    50% {
        box-shadow: 0 0 0 3px rgba(218, 165, 32, 0.5);
    }
}
.hdng {
    padding-top: 0;
    padding-bottom: 0;
}
section.hdng.apartment-type-hd {
    padding: 8rem 0 1rem;
}
.hdng .img-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.hdng .img-grid .grid-item {
    width: 24.4%;
    position: relative;
    max-height: 250px;
}
.hdng .img-grid .grid-item .inner-det {
    transform: scale(0);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px;
    background: #8b5e53ab;
    color: #fff;
    text-align: center;
    gap: 20px;
    transition: 0.5s;
}
.hdng .img-grid .grid-item .inner-det h4 {
    font-family: "Royal Castle";
    font-size: 20px;
    font-weight: 500;
}
.hdng .img-grid .grid-item .inner-det p {
    font-size: 14px;
}
.hdng .img-grid .grid-item .inner-det a {
    background: #fff;
    font-size: 12px;
    padding: 7px 10px;
    color: #8b5e53;
    text-decoration: none;
}
.hdng .img-grid .grid-item:hover .inner-det {
    transform: none;
    opacity: 1;
}
.floor-plans-container {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}
.floor-plan-card {
    width: 18%;
    background: var(--white);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    opacity: 0;
    transform: translateY(30px);
    transition: 0.6s;
}
.expand-overlay,
.social-bar {
    transform: translate(-50%, -50%);
}
.floor-plan-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.floor-plan-card:hover img {
    transform: scale(1.05);
}
.floor-plan-info {
    padding: 2rem;
    text-align: center;
}
.floor-plan-info h4 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}
.map-wrapper {
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}
.map-wrapper img {
    width: 100%;
}
.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.tabs-container {
    max-width: 1400px;
    margin: 0 auto;
    background: 0 0;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
#exteriors .swiper-pagination  span.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #fff;
}
.tab-buttons {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    background: 0 0;
    border-bottom: 1px solid #e0e0e0;
    flex-wrap: wrap;
}
.tab-btn {
    padding: 0.75rem 1.5rem;
    font-family: "Royal Castle";
    font-size: 1rem;
    font-weight: 500;
    border: none;
    background: 0 0;
    border-radius: 12px;
    transition: 0.2s;
}
.tab-btn.active,
.tab-btn:hover {
    background: #8b5e53;
    color: #fff;
}
.tab-content {
    position: relative;
    min-height: 400px;
}
.tab-pane {
    display: none;
    padding: 2rem;
    animation: 0.3s fadeIn;
}
.tab-pane.active {
    display: block;
}
.tab-pane .swiper .swiper-slide img {
    height: 310px;
    object-fit: fill;
}
.tab-pane .swiper .swiper-button-next,
.tab-pane .swiper .swiper-button-prev,
.testimonials .slider-container .swiper .swiper-button-next,
.testimonials .slider-container .swiper .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
}
.tab-pane .swiper .swiper-button-next::after,
.tab-pane .swiper .swiper-button-prev::after,
.testimonials .slider-container .swiper .swiper-button-next::after,
.testimonials .slider-container .swiper .swiper-button-prev::after {
    font-size: 12px !important;
}
.tab-pane p {
    text-align: center;
    color: #000;
    max-width: 80%;
    margin: auto auto 30px;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#apartments-floorplans .swiper-slide a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#apartments-floorplans .swiper-slide a::after {
    content: "Explore ";
    position: absolute;
    color: #fff;
    transform: scale(0);
    transition: 0.3s;
    font-size: 20px;
    text-shadow: 1px 1px 5px #000;
}
#apartments-floorplans .swiper-slide a:hover::after,
section.downloads .row .download-box:hover a {
    transform: scale(1);
}
.apartment-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}
.card {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 1.5rem;
    transition: transform 0.2s;
}
.card:hover {
    transform: translateY(-5px);
}
.card h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}
.card p {
    color: #666;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.btn {
    display: inline-block;
    background: #1a1a1a;
    text-decoration: none;
}
@media (max-width: 640px) {
    .loader-text {
        font-size: 1.3rem;
    }
    .loader-card {
        padding: 1.5rem;
        width: 90%;
    }
    .tab-btn {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
    .tab-pane {
        padding: 1.5rem;
    }
}
.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    background: #ffffff45;
    padding: 4rem;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
}
.btn,
footer {
    background: var(--primary);
}
.contact-info h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
.contact-info p {
    margin-bottom: 2rem;
    line-height: 1.8;
    color: var(--text-light);
}
.contact-details {
    margin-top: 2rem;
}
.contact-details div {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 14px;
}
.expand-overlay h2,
.footer-col h4,
.form-group {
    margin-bottom: 1.5rem;
}
.contact-details i {
    color: #8b5e53;
    width: 20px;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid var(--gray);
    border-radius: 4px;
    font-family: Montserrat, sans-serif;
    background: var(--light);
    transition:
        border-color 0.3s,
        box-shadow 0.3s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: 0;
    border-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(201, 168, 124, 0.1);
}
.btn {
    color: #fff;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 0.9rem;
    letter-spacing: 3px;
    border-radius: 4px;
    transition: 0.3s;
    font-weight: 400;
}
.btn:hover {
    background: #8b5e53;
}
.btn-outline {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
}
.btn-outline:hover {
    background: #fff;
    color: var(--primary);
}
section#contact {
    background: url(./img/bg-4.jpg) center center/cover no-repeat;
}
footer {
    color: #fff;
    padding: 4rem 0 2rem;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}
.footer-col.logo img {
    max-width: 150px;
    filter: brightness(0) invert(1);
}
.footer-col h4 {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 2px;
}
.footer-col ul {
    list-style: none;
}
.footer-col ul li {
    margin-bottom: 0.8rem;
    color: #aaa;
    font-size: 0.9rem;
}
.footer-col ul li a {
    color: #aaa;
    text-decoration: none;
}
.footer-col ul li i {
    margin-right: 10px;
    color: #8b5e53;
}
.social-links {
    display: flex;
    gap: 1.5rem;
}
.social-links a {
    color: #fff;
    font-size: 1.2rem;
    transition: color 0.3s;
}
.social-bar a,
.social-links a:hover {
    color: #8b5e53;
}
.copyright {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #aaa;
    font-size: 0.8rem;
}
.copyright a{
    color: #aaa;
}
section.downloads .container {
    max-width: 800px;
}
section.downloads .row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
section.downloads .row .download-box {
    background: #8b5e5317;
    flex: 1;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
section.downloads .row .download-box h4 {
    font-size: 30px;
    font-family: "Royal Castle";
    color: #8b5e53;
    font-weight: 600;
    transition: 0.5s;
    transform: scale(1);
}
section.downloads .row .download-box:hover h4 {
    transform: scale(0);
}
section.downloads .row .download-box a {
    text-decoration: none;
    background: #8a5e53;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    transition: 0.5s;
    position: absolute;
    font-size: 30px;
    font-weight: 200;
    font-family: "Royal Castle";
}
.expand-section {
    height: 200vh;
    position: relative;
    padding: 0;
    background-color: #fff;
    background-image: url(./img/Asset-1ac.png);
    background-position: center center;
}
.expand-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.expand-image-container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.expand-overlay,
.social-bar a i {
    position: absolute;
    left: 50%;
    top: 50%;
}
.expand-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    transition: 0.1s;
}
.expand-image.expanded {
    width: 100% !important;
    height: 100vh !important;
    border-radius: 0 !important;
}
.expand-overlay {
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    width: 80%;
    transition:
        opacity 0.5s,
        visibility 0.5s;
}
.expand-overlay .row .col {
    width: 33.3333%;
}
.expand-overlay.visible {
    opacity: 1;
    visibility: visible;
}
.expand-overlay h2 {
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    font-size: 50px;
}
.expand-overlay p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.reveal-text {
    overflow: hidden;
    display: inline-block;
}
.reveal-text span {
    display: block;
    transform: translateY(100%);
    opacity: 0;
    transition:
        transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        opacity 0.8s;
}
.reveal-text.revealed span {
    transform: translateY(0);
    opacity: 1;
}
.testimonials .slider-container {
    height: 100% !important;
    min-height: unset;
}
.testimonials .slider-container .testimonial-slider .swiper-slide .testimonial-box {
    background: linear-gradient(45deg, #fdfcfc, #fff);
    padding: 0 50px;
    border-radius: 5px;
    box-shadow: 0 0 5px 5px #00000014;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.testimonials .slider-container .testimonial-slider .swiper-slide {
    padding: 10px;
}
.testimonials .slider-container .testimonial-slider .swiper-slide .testimonial-box h5 {
    font-size: 26px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
}
.testimonials .slider-container .testimonial-slider .swiper-slide .testimonial-box p {
    font-size: 12px;
}
.testimonials .slider-container .testimonial-slider .swiper-slide .testimonial-box img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #8b5e53;
}
.testimonials .slider-container .testimonial-slider .swiper-slide.swiper-slide {
    transition: 0.5s;
    opacity: 0.5;
}
.testimonials .slider-container .testimonial-slider .swiper-slide.swiper-slide-next {
    transform: scale(1.2);
    z-index: 12;
    opacity: 1;
}
.testimonials .slider-container .testimonial-slider .swiper-wrapper {
    padding: 30px 0 !important;
}
.social-bar {
    position: fixed;
    top: 50%;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
    z-index: 1111;
}
.social-bar a {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.social-bar a i {
    transition: 0.3s;
    transform: translate(-50%, -50%) scale(1);
}
.social-bar a:hover i {
    transition: 0.3s;
    transform: translate(-50%, -50%) scale(1.5);
    color: #fff;
}
.social-bar a:hover {
    background: #000;
}


.content-area-pg {
    padding: 15rem 0 5rem;
    background: url(./img/bg-5.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
.content-area-pg h4 {
    font-size: 30px;
    font-family: 'Royal Castle';
}
/* .content-area .container {
    background: #00000090;
    padding: 50px 30px;
    border-radius: 30px;
    color: #fff;
}

.content-area .container a {
    color: #aaa;
} */

.content-area-pg h6 {
    font-size: 20px;
    margin: 20px 0;
    font-family: 'Royal Castle';
}

.content-area-pg p {
    margin: 10px 0;
}

.content-area-pg ul li {
    font-size: 14px;
}

.content-area-pg ul {
    list-style: inside;
}
.copyright-pg p a{
    color: #aaa;
}
@media screen and (max-width: 1400px) {
    header .logo {
        width: 20%;
    }
    header .logo img {
        width: 50%;
    }
    header.scrolled .logo img {
        width: 40%;
    }
    header .nav-links {
        width: 80%;
    }
    .animated-section h2 {
        font-size: 250px;
    }
    .animated-section .container {
        max-width: 1150px;
    }
    section#exteriors .container {
        max-width: 1100px;
    }
    .hdng .img-grid {
        gap: 5px;
    }
}
@media screen and (max-width: 1300px) {
    .nav-links a {
        font-size: 12px;
    }
    .container {
        max-width: 1150px;
    }
    header .nav-links {
        gap: 2rem;
    }
    .hdng .img-grid .grid-item:hover .inner-det p {
        display: none;
    }
}
@media screen and (max-width: 1100px) {
    header .nav-links {
        gap: 1.5rem;
    }
    header .nav-links a {
        font-size: 11px;
    }
    section.second-banner .col p {
        font-size: 14px;
    }
}
@media screen and (max-width: 950px) {
    button.toggle-btn {
        display: flex;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        align-items: center;
    }
    header .nav-links a {
        display: none;
    }
    .hdng .img-grid .grid-item {
        width: 32.5%;
    }
}
@media screen and (max-width: 800px) {
    .hdng .img-grid .grid-item {
        width: 49.5%;
    }
    .dual-sliders-container {
        flex-wrap: wrap;
    }
    .dual-sliders-container .image-slider-card {
        width: 100%;
    }
    .dual-sliders-container .image-slider-card .image-slider {
        height: 350px;
    }
    .tab-pane .swiper .swiper-slide img {
        height: 160px;
    }
}
@media screen and (max-width: 700px) {
    .hdng .img-grid .grid-item {
        width: 100%;
    }
    .animated-section h2 {
        font-size: 150px;
    }
    header .logo img {
        width: 80%;
    }
    header.scrolled .logo img {
        width: 60%;
    }
    .tab-pane .swiper .swiper-slide img {
        height: 290px;
    }
}
@media screen and (max-width: 550px) {
    .container.apartment-type-sec,
    .premium-card {
        padding: 10px;
    }
    .content-area-pg .container{
        padding: 50px;
    }
    .content-area-pg h4{
        font-size: 20px;
    }
    .content-area-pg h6{
        font-size: 16px;
    }
    #exteriors .swiper-button-next, #exteriors .swiper-button-prev {
        max-width: 30px;
        max-height: 30px;
    }
    #exteriors .swiper-button-next::after, #exteriors .swiper-button-prev::after{
        font-size:10px !important;
    }
    #exteriors .swiper-pagination  span.swiper-pagination-bullet{
        width:10px;
        height:10px;
    }
    .slider-container{
        min-height: 320px;
        height: 50vh;
    }
    section.downloads .row {
        flex-wrap: wrap;
    }
    section.downloads .row .download-box {
        flex: 0 0 75%;
        min-height: 150px;
        margin: auto;
    }
    section.downloads .row .download-box h4, section.downloads .row .download-box a{
        font-size: 20px;
    }
    h2.reveal-text {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .tab-pane .swiper .swiper-slide img {
        height: 230px;
    }
    .contact-info p,
    .content-area p,
    .section-subtitle {
        font-size: 0.7rem;
    }
    .banner {
        height: 60vh;
    }
    section.second-banner .col {
        width: 100%;
        border-bottom: 1px solid #fff;
        border-right: 0;
        gap: 10px;
    }
    section.second-banner .col img {
        max-height: 120px;
    }
    .animated-section h2 {
        font-size: 120px;
    }
    .full-sec.one {
        background-position: bottom;
    }
    .contact-details span {
        font-size: 14px;
    }
    .contact-info h3 {
        font-size: 1.5rem;
    }
    .dual-sliders-container .image-slider-card .image-slider {
        height: 200px;
    }
    .slider-btn {
        width: 25px;
        height: 25px;
    }
    .para-1,
    .para-2 {
        font-size: 16px;
        max-width: 100%;
    }
    .slider-btn i {
        font-size: 12px;
    }
    header .logo {
        width: 35%;
    }
    header .nav-links {
        width: 65%;
    }
    button.toggle-btn {
        min-width: 45px;
        max-height: 45px;
    }
    .testimonials .slider-container .testimonial-slider .swiper-slide.swiper-slide {
        opacity: 1;
        transform: scale(0.9);
    }
    .testimonials .slider-container .testimonial-slider .swiper-slide.swiper-slide-next {
        transform: scale(1);
    }
    .tab-pane p {
        display: none !important;
    }
}
@media screen and (max-width: 500px) {
    .tab-pane .swiper .swiper-slide img {
        height: 200px;
    }
}
@media screen and (max-width: 470px) {
    .tab-pane .swiper .swiper-slide img {
        height: 160px;
    }
    section.hdng.apartment-type-hd .container {
        padding: 20px;
    }
}
@media screen and (max-width: 400px) {
    .tab-pane {
        padding: 0.5rem;
    }
    .tab-pane .swiper .swiper-slide img {
        height: 160px;
    }
}
@media screen and (max-width: 380px) {
    .tab-pane {
        padding: 0.5rem;
    }
    .tab-pane .swiper .swiper-slide img {
        height: 160px;
    }
    .card {
        padding: 0.8rem;
    }
}
@media screen and (max-width: 360px) {
    .tab-pane {
        padding: 0.5rem;
    }
    .tab-pane .swiper .swiper-slide img {
        height: 150px;
    }
}
@media screen and (max-width: 340px) {
    .tab-pane {
        padding: 0.5rem;
    }
    .tab-pane .swiper .swiper-slide img {
        height: 150px;
    }
}
@media (max-width: 768px) {
    header {
        padding: 1rem 1.5rem;
    }
    .nav-links a {
        display: none;
    }
    .contact-container {
        grid-template-columns: 1fr;
        padding: 2rem;
    }
    .expand-image {
        width: 80%;
    }
    section {
        padding: 4rem 0;
    }
}
