@font-face {
    font-family: 'Coolvetica Rg';
    src: url('fonts/Coolvetica Rg.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Coolvetica';
    src: url('fonts/Coolvetica Rg It.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Coolvetica';
    src: url('fonts/Coolvetica Rg Cram.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Coolvetica';
    src: url('fonts/Coolvetica Rg Cond.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Coolvetica';
    src: url('fonts/Coolvetica Hv Comp.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/segoeui.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/segoeuii.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/segoeuil.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/seguisb.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/seguisbi.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/seguisli.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/seguibl.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/seguibli.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/segoeuisl.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/segoeuiz.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/segoeui.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Global Styles */
:root {
    --primary-color: #805830;
    --secondary-color: #805830;
    --text-color: #4E3E2E;
    --light-text: #7A6652;
    --dark-text: #5F6368;
    --bg-color: #ffffff;
    --light-bg: #f8f9fa;
    --dark-bg: #4E3E2E;
    --border-color: #e9ecef;
    --heading-font: 'Coolvetica', 'Arial Black', sans-serif;
    --body-font: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: var(--text-color);
    line-height: 1.6;
    overflow-x: hidden !important;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.section-title,
.apartment-type,
.invest-title,
.feature-content h5,
.feature-title,
.footer-heading,
.footer-brand,
.contact-section .section-title,
.testimonial-author h5 {
    font-family: 'Coolvetica Rg', 'Coolvetica', 'Arial Black', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: 0.08em;
}

/* Navigation */
.navbar {
    background: var(--bg-color) !important;
    padding: 1rem 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.02);
}

.navbar .logo {
    height: 90px;
    transition: all 0.3s ease;
}

.navbar-brand {
    margin-right: 2.5rem;
}

.navbar-nav {
    align-items: center;
    gap: 0.3rem;
}

.navbar-nav .nav-link {
    color: var(--dark-text) !important;
    font-family: var(--body-font);
    font-weight: 600 !important;
    font-size: 15px;
    letter-spacing: 0.3px;
    margin: 0 1.2rem;
    padding: 0.7rem 0 !important;
    transition: all 0.3s ease;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
}

.navbar-nav .nav-link-text {
    position: relative;
    display: inline-block;
}

/* .navbar-nav .nav-link-text::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s;
    pointer-events: none;
} */

.navbar-nav .nav-link.active .nav-link-text::after,
.navbar-nav .nav-link:hover .nav-link-text::after {
    width: 25px;
}

/* .navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
} */

/* Current nav link highlight */
nav.navbar .navbar-nav .nav-link.nav-active {
    color: var(--primary-color) !important;
    font-weight: 700;
    position: relative;
}

/* Remove from Contact button */
nav.navbar .navbar-nav .contact-btn.is-current {
    color: inherit !important;
    font-weight: normal;
    background: var(--primary-color);
    /* keep your button look */
    border: none;
}

/* Dropdown Styles */
.navbar-nav .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.navbar-nav .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    font-size: 1em;
    border: none;
    transition: transform 0.3s;
    position: static;
    line-height: 1;
    vertical-align: middle;
}




@media (max-width: 991.98px) {
    .navbar-nav .dropdown-toggle {
        display: block;
    }

    .navbar-nav .dropdown-toggle::after {
        position: absolute;
        right: 1rem;
        top: 50%;
        margin-left: 0;
        transform: translateY(-50%);
    }

    .navbar-nav .dropdown-toggle[aria-expanded="true"]::after {
        transform: translateY(-50%) rotate(180deg);
    }
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    display: none;
    min-width: 200px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.dropdown.show .dropdown-menu {
    display: block;
}

.dropdown-item {
    color: var(--dark-text);
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 14px;
    padding: 0.7rem 1.5rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: rgba(128, 88, 48, 0.05);
    color: var(--primary-color);
}

.dropdown-item.active {
    background-color: var(--primary-color);
    color: white;
}

.contact-btn {
    background: var(--primary-color) !important;
    border: none !important;
    color: white !important;
    padding: 0.6rem 1.5rem !important;
    /* border-radius: 3px !important; */
    font-family: var(--body-font) !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    margin-left: 1.5rem !important;
    text-transform: uppercase;
    box-shadow: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.contact-btn:hover {
    background: var(--primary-color) !important;
    opacity: 0.85;
    transform: none;
    box-shadow: 0 2px 8px rgba(128, 88, 48, 0.25);
}

/* Navbar scroll effect */
.navbar.scrolled {
    padding: 0.8rem 0;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.navbar.scrolled .logo {
    height: 80px;
}

/* Mobile navbar adjustments */
.navbar-toggler {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0.5rem;
    font-size: 1.rem;
    color: var(--dark-text);
    margin-right: 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

/* Fix hamburger icon visibility */
.navbar-toggler-icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%234E3E2E' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border: none;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background: white;
        padding: 1.5rem;
        border-radius: 12px;
        margin-top: 1rem;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .navbar-nav .nav-link {
        margin: 0;
        padding: 1rem 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        text-align: center;
    }

    .navbar-nav .nav-link:last-of-type {
        border-bottom: none;
    }

    .navbar-nav .nav-link::after {
        display: none;
    }

    .navbar-nav .dropdown-toggle::after {
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .navbar-nav .dropdown-toggle[aria-expanded="true"]::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .dropdown-menu {
        background: transparent;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .dropdown-item {
        padding: 0.8rem 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .dropdown-item:last-child {
        border-bottom: none;
    }

    .contact-btn {
        margin: 1rem 0 0 0 !important;
        display: block !important;
        text-align: center !important;
        width: 100% !important;
        padding: 1rem 2rem !important;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-toggler {
        padding: 0.4rem;
        margin-right: 0;
        border: 1px solid rgba(95, 99, 104, 0.2);
        border-radius: 4px;
    }

    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }
}

@media (max-width: 767.98px) {
    .navbar {
        padding: 0.8rem 0;
    }

    .navbar .logo {
        height: 55px;
    }

    .navbar-toggler {
        padding: 0.35rem;
    }

    .navbar-toggler-icon {
        width: 1.1em;
        height: 1.1em;
    }
}

@media (max-width: 575.98px) {
    .navbar {
        padding: 0.7rem 0;
    }

    .navbar .logo {
        height: 35px;
    }

    .navbar-toggler {
        padding: 0.3rem;
    }

    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }
}

/* Hero Section */
.hero-section {
    position: relative;
    overflow: hidden;
}


.hero-section .carousel {
    overflow: hidden;
}


.hero-section .carousel-item {
    overflow: hidden;
}

.hero-slide {
    position: relative;
    overflow: hidden;
    padding-top: 130px;
}

/* .hero-img {
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    z-index: 1;
} */



.hero-content {
    z-index: 3;
    position: relative;
    transform: none !important;
    opacity: 1 !important;
    text-align: center;
    width: 100%;
}

/* .hero-title,
.hero-subtitle,
.hero-buttons {
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.8s ease-out;
    width: 100%;
    text-align: center;
} */

.hero-title {
    font-family: 'Coolvetica Rg', 'Coolvetica', 'Arial Black', sans-serif !important;
    font-weight: 100;
    font-size: 3.5rem;
    line-height: 1.18;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: white;
    text-align: center;

}

.hero-subtitle {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: 4px;
    margin-bottom: 3rem;
    opacity: 0.95;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.hero-buttons {
    animation: fadeIn 1.2s ease-out 0.9s forwards;
    text-align: center;
}

.hero-buttons .btn {
    padding: 1.2rem 2.5rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 0;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: 'Coolvetica Rg', 'Coolvetica', 'Arial Black', sans-serif !important;
    letter-spacing: 0.08em;
}

.hero-buttons .btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

.hero-buttons .btn-primary:hover {
    background: white;
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(128, 88, 48, 0.3);
}

/* Carousel Controls */
.hero-section .carousel-control-prev,
.hero-section .carousel-control-next {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    border: 2px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    opacity: 0.9;
}

.hero-section .carousel-control-prev {
    left: 40px;
}

.hero-section .carousel-control-next {
    right: 40px;
}

.hero-section .carousel-control-prev:hover,
.hero-section .carousel-control-next:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 1);
    opacity: 1;
    transform: translateY(-50%) scale(1.05);
}

.hero-section .carousel-control-prev-icon,
.hero-section .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    filter: brightness(0) invert(1);
}

/* Carousel Indicators */
.hero-section .carousel-indicators {
    bottom: 40px;
    margin-bottom: 0;
    gap: 8px;
}

/* .hero-section .carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: all 0.4s ease;
    text-indent: 0;
}

.hero-section .carousel-indicators [data-bs-target].active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: scale(1.3);
    box-shadow: 0 0 15px rgba(128, 88, 48, 0.5);
} */

/* Carousel Fade Animation */
/* .carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    opacity: 1;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev {
    transform: none;
} */

/* Hero Content Animation */
/* .hero-content>* {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out;
}

.carousel-item.active .hero-content .hero-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.carousel-item.active .hero-content .hero-subtitle {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.carousel-item.active .hero-content .hero-buttons {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: none;
    }
} */

/* Hero Section - Full Responsive */
.hero-section {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    min-height: 300px;
}

.hero-section .carousel,
.hero-section .carousel-inner,
.hero-section .carousel-item {
    height: 100%;
}

.hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Image container to maintain aspect ratio */
.hero-img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

/* .hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
} */

/* Responsive image handling for 1440x676 aspect ratio */
@media (min-aspect-ratio: 1440/676) {
    .hero-img {
        object-fit: fill;
        width: 100%;
        height: 100%;
    }
}

/* @media (max-aspect-ratio: 1440/676) {
    .hero-img {
        object-fit: fill;
        width: 100%;
        height: 100%;
    }
} */

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-content {
    position: absolute;
    top: 50%;
    /* left: 50%; */
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
    text-align: center;
    padding: 0 20px;
}

/* Responsive Typography */
.hero-title {
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.1;
    margin-bottom: clamp(0.5rem, 2vw, 1.5rem);
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    animation: fadeIn 1s ease-out;

    /* Responsive font sizing */
    font-size: clamp(1.8rem, 5vw, 4rem);
}

.hero-subtitle {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: clamp(1rem, 3vw, 3rem);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    animation: fadeIn 1s ease-out 0.3s both;

    /* Responsive font sizing */
    font-size: clamp(0.8rem, 2vw, 1.25rem);
}

.hero-buttons {
    animation: fadeIn 1s ease-out 0.6s both;
}

.hero-buttons .btn {
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: 700;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 0;
    text-decoration: none;
    /* Responsive padding and font size */
    padding: clamp(0.8rem, 2vw, 1.2rem) clamp(1.5rem, 4vw, 2.5rem);
    font-size: clamp(0.8rem, 1.5vw, 1rem);
}

.hero-buttons .btn:hover {
    background: white;
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(128, 88, 48, 0.3);

}




.carousel-control-prev {
    left: clamp(10px, 3vw, 40px);
}

.carousel-control-next {
    right: clamp(10px, 3vw, 40px);
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 1);
    opacity: 1;
    transform: translateY(-50%) scale(1.05);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: clamp(16px, 3vw, 24px);
    height: clamp(16px, 3vw, 24px);
    background-size: contain;
    filter: brightness(0) invert(1);
}

/* Carousel Indicators - Responsive */
.carousel-indicators {
    bottom: clamp(20px, 4vw, 40px);
    margin-bottom: 0;
    gap: clamp(6px, 1vw, 10px);
}

.carousel-indicators [data-bs-target] {
    width: clamp(10px, 2vw, 16px);
    height: clamp(10px, 2vw, 16px);
    border-radius: 50%;
    margin: 0;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.6);
    transition: all 0.4s ease;
    text-indent: 0;
}

.carousel-indicators [data-bs-target].active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: scale(1.2);
    box-shadow: 0 0 15px rgba(128, 88, 48, 0.6);
}

/* Carousel Fade Animation */
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    opacity: 1;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev {
    transform: none;
}

/* Content Animation */
.hero-content>* {
    opacity: 0;
    transform: translateY(30px);
}

.carousel-item.active .hero-content .hero-title {
    animation: fadeIn 1.2s ease-out 0.3s forwards;
}

.carousel-item.active .hero-content .hero-subtitle {
    animation: fadeIn 1.2s ease-out 0.6s forwards;
}

.carousel-item.active .hero-content .hero-buttons {
    animation: fadeIn 1.2s ease-out 0.6s forwards;
}




/* Mobile Landscape Optimization */
@media (max-height: 500px) and (orientation: landscape) {
    /* .hero-title {
        font-size: clamp(1.2rem, 4vw, 2rem);
        margin-bottom: 0.3rem;
    } */

    .hero-subtitle {
        font-size: clamp(0.6rem, 1.5vw, 0.9rem);
        margin-bottom: 0.8rem;
    }

    .hero-buttons .btn {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }

    .carousel-indicators {
        bottom: 10px;
    }
}

/* Ultra-wide screens */
@media (min-width: 1920px) {
    .hero-title {
        font-size: 5rem;
    }

    .hero-subtitle {
        font-size: 1.5rem;
    }
}

/* Very small screens */
@media (max-width: 560px) {
    .navbar .container {
        width: 95% !important;
    }

    .carousel-control-prev {
        left: 5px !important;
    }

    .carousel-control-next {
        right: 5px !important;
    }
}

@media (max-width: 320px) {
    .hero-content {
        padding: 0 10px;
    }

    .carousel-control-prev {
        left: 5px !important;
    }

    .carousel-control-next {
        right: 5px !important;
    }
}

@media (max-width: 768px) {


    .hero-title {
        margin-bottom: 0.5rem;
        line-height: 1.1;
    }

    .hero-subtitle {
        margin-bottom: 1.5rem;
        line-height: 1.4;
    }

    .carousel-control-prev,
    .carousel-control-next {
        opacity: 0.6;
    }

    .hero-buttons .btn {
        min-width: 120px;
    }

    .carousel-indicators {
        bottom: 25px !important;
    }

    .hero-slide {
        padding-top: 95px;
    }

    .hero-content {
        top: 70%;
    }
}

@media (max-width: 576px) {
    .container {
        width: 95%;
    }

    .hero-content {
        padding: 0 10px;
    }

    .hero-buttons .btn {
        padding: 0.5rem 0.5rem;
    }

    .carousel-control-prev {
        left: 1px !important;
    }

    .carousel-control-next {
        right: 1px !important;
    }

    .carousel-indicators {
        bottom: 25px !important;
    }
}

/* Landscape Mobile */
@media (max-height: 500px) and (orientation: landscape) {

    /* .hero-title {
        font-size: clamp(0.5rem, 4vw, 1.5rem);
        margin-bottom: 0.5rem;
    } */

    .hero-subtitle {
        font-size: clamp(0.8rem, 2.5vw, 1rem);
        margin-bottom: 1rem;
    }

    .hero-buttons .btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* Large Screens */
@media (min-width: 1400px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.5rem;
    }
}

@media (min-width: 1500px) {
    .hero-section {
        height: 125vh;
    }

}

/* Section Styles */
.section-title {
    font-family: 'Coolvetica Rg', 'Coolvetica', 'Arial Black', sans-serif;
    /* font-weight: 700; */
    /* font-size: clamp(1.5rem, 3.4vw, 3rem); */
    font-size: 2.3rem;
    line-height: 1.18;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-color);
    margin-bottom: 1rem;

    text-align: center;
}

.section-subtitle {
    font-family: var(--body-font);
    font-size: 1.1rem;
    color: var(--light-text);
    margin-bottom: 0;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.02em;
}

.section-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
}

/* Featured Apartments */
.featured-section {
    padding: 80px 0;
    background: #f5f7fa;
}

.featured-section .section-header .section-title {
    text-align: left;
}

.featured-section .section-header .section-subtitle {
    text-align: left;
}

.section-navigation {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    margin-top: 1rem;
}

.nav-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.nav-arrow:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.nav-arrow i {
    font-size: 14px;
}

.apartment-card {
    margin: 0 20px 20px 20px;
    overflow: hidden;
    transition: none;
    height: 100%;
    position: relative;
}

.apartment-image {
    position: relative;
    overflow: hidden;
}

.apartment-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: none;
}

.apartment-content {
    padding: 2rem 0rem;
    position: relative;
}

.apartment-type {
    font-family: 'Coolvetica Rg', 'Coolvetica', 'Arial Black', sans-serif;
    font-size: 1.5rem;
    color: var(--text-color);
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.apartment-description {
    font-family: var(--body-font);
    color: var(--light-text);
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.apartment-details {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--light-text);
    font-size: 0.9rem;
    font-family: var(--body-font);
}

.detail-item i {
    color: var(--primary-color);
    font-size: 14px;
}

.apartment-btn {
    position: absolute;
    bottom: 2rem;
    right: 0rem;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border: none;
    border-radius: 0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.apartment-btn:hover {
    background: var(--text-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(128, 88, 48, 0.3);
}

.apartment-btn i {
    font-size: 14px;
}

/* Responsive styles for apartment cards */
@media screen and (max-width: 768px) {
    .featured-section {
        padding: 60px 0;
    }

    .featured-section .section-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 2rem;
        position: relative;
        padding-bottom: 3rem;
    }

    .featured-section .section-header .section-title {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .featured-section .section-header .section-subtitle {
        text-align: center;
        font-size: 1rem;
        max-width: 90%;
        margin: 0 auto;
    }

    .section-navigation {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 0;
        gap: 1rem;
    }

    .nav-arrow {
        width: 45px;
        height: 45px;
    }

    .nav-arrow i {
        font-size: 14px;
    }

    .apartment-card {
        margin: 0 10px 20px 10px;
    }

    .apartment-image img {
        height: 240px;
    }

    .apartment-content {
        padding: 1.5rem 0;
    }

    .apartment-type {
        font-size: 1.3rem;
    }

    .apartment-description {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .apartment-btn {
        bottom: 1.5rem;
    }
}

@media screen and (max-width: 576px) {
    .featured-section {
        padding: 40px 0;
    }

    .featured-section .section-header {
        padding-bottom: 2.5rem;
    }

    .featured-section .section-header .section-title {
        font-size: 1.8rem;
        margin-bottom: 0.4rem;
    }

    .featured-section .section-header .section-subtitle {
        font-size: 0.95rem;
        max-width: 95%;
    }

    .section-navigation {
        gap: 0.8rem;
    }

    .nav-arrow {
        width: 40px;
        height: 40px;
    }

    .nav-arrow i {
        font-size: 12px;
    }

    .apartment-card {
        margin: 0 5px 15px 5px;
    }

    .apartment-image img {
        height: 220px;
    }

    .apartment-content {
        padding: 1.2rem 0;
    }

    .apartment-type {
        font-size: 1.2rem;
    }

    .apartment-description {
        font-size: 0.85rem;
    }

    .detail-item {
        font-size: 0.8rem;
    }

    .apartment-btn {
        width: 35px;
        height: 35px;
        bottom: 1.2rem;
    }

    .apartment-btn i {
        font-size: 12px;
    }
}

/* Hide default Bootstrap carousel controls since we have custom ones */
#apartmentCarousel .carousel-control-prev,
#apartmentCarousel .carousel-control-next {
    display: none;
}

/* Ensure one card per slide on mobile */
@media screen and (max-width: 768px) {
    #apartmentCarousel .carousel-item .row {
        margin: 0;
    }

    #apartmentCarousel .carousel-item .col-md-6 {
        width: 100%;
        padding: 0;
    }

    #apartmentCarousel .carousel-item .col-md-6:not(:first-child) {
        display: none;
    }
}

/* Building Section */
.building-section {
    padding: 60px 0;
    background: var(--light-bg);
}

.building-image {
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.building-fullwidth-img {
    width: 100vw;
    max-width: 100vw;
    display: block;
    margin: 0 auto;
    border-radius: 0;
}

.building-section,
.building-image {
    padding: 0 !important;
    margin: 0 !important;
}

/* Features Section */
.features-section {
    padding: 80px 0;
    background: var(--bg-color);
    overflow: hidden;
}

/* Premium Features Cards */
.feature-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.feature-image-container {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.feature-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-image-container img {
    transform: scale(1.05);
}

.feature-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    padding: 3rem 2rem 2rem 2rem;
    color: white;
}

.feature-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    line-height: 1.2;
}

/* Responsive adjustments for features */
@media (max-width: 768px) {
    .feature-image-container {
        height: 250px;
    }

    .feature-overlay {
        padding: 2rem 1.5rem 1.5rem 1.5rem;
    }

    .feature-title {
        font-size: 1.3rem;
        letter-spacing: 1.5px;
    }
}

@media (max-width: 480px) {
    .feature-image-container {
        height: 200px;
    }

    .feature-overlay {
        padding: 1.5rem 1rem 1rem 1rem;
    }

    .feature-title {
        font-size: 1.1rem;
        letter-spacing: 1px;
    }
}

/* Amenities Scroll Section - Full Screen */
.amenities-scroll-container {
    width: 100vw;
    overflow: hidden;
    position: relative;
    margin-top: 3rem;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.amenities-scroll-track {
    display: flex;
    gap: 2rem;
    animation: scrollLeftToRight 10s linear infinite;
    width: fit-content;
    padding-left: 2rem;
    padding-right: 2rem;
}

.amenity-item {
    flex-shrink: 0;
    width: 400px;
    height: 420px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease;
    position: relative;
}

.amenity-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.amenity-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.amenity-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4rem 3rem 3rem 3rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
    color: white;
    text-align: center;
}

.amenity-caption h5 {
    font-family: var(--body-font);
    font-weight: 600;
    color: white;
    margin-bottom: 0;
    font-size: 1.5rem;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9);
    /* line-height: 1.1; */
}

.amenity-caption p {
    display: none;
}

/* Animation Keyframes */
@keyframes scrollLeftToRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(calc(-50% + 100vw));
    }

    100% {
        transform: translateX(0);
    }
}

/* Pause animation on hover */
.amenities-scroll-track:hover {
    animation-play-state: paused;
}

/* Alternative animation for right to left */
@keyframes scrollRightToLeft {
    0% {
        transform: translateX(calc(-50% + 100vw));
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% + 100vw));
    }
}

/* Responsive adjustments for full screen carousel */
@media (max-width: 768px) {
    .amenity-item {
        width: 300px;
        height: 350px;
    }

    .amenities-scroll-track {
        gap: 1.5rem;
        animation-duration: 35s;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .amenity-caption {
        padding: 3rem 2rem 2rem 2rem;
    }

    .amenity-caption h5 {
        font-size: 2rem;
        letter-spacing: 3px;
    }
}

@media (max-width: 480px) {
    .amenity-item {
        width: 250px;
        height: 300px;
    }

    .amenities-scroll-track {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        gap: 1rem;
    }

    .amenity-caption {
        padding: 2rem 1.5rem 1.5rem 1.5rem;
    }

    .amenity-caption h5 {
        font-size: 1.6rem;
        letter-spacing: 2px;
    }
}

/* Invest Section */
.invest-section {
    padding: 100px 0 150px 0;
    background: url('assets/why-to-invest-bg.webp') center/cover;
    color: white;
    position: relative;
    overflow: hidden;
}

.invest-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.invest-section .container {
    position: relative;
    z-index: 2;
}

.invest-title {
    font-family: 'Coolvetica Rg', 'Coolvetica', 'Arial Black', sans-serif;
    /* font-weight: 700; */
    font-weight: 400;
    font-size: 2.3rem;
    line-height: 1.18;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: white;
    text-align: left;
    margin-bottom: 1rem;
}

.invest-features {
    list-style: none;
    padding: 0;
    margin-bottom: 3rem;
}

.invest-features li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    font-family: var(--body-font);
    color: white;
    line-height: 1.5;
}

.invest-features i {
    color: var(--primary-color);
    margin-right: 1.5rem;
    font-size: 1.3rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.download-brochure-btn {
    background: var(--primary-color) !important;
    border: none !important;
    color: white !important;
    padding: 0.8rem 2.5rem !important;
    font-size: 0.8rem !important;
    font-family: var(--body-font) !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(128, 88, 48, 0.3);
}

.download-brochure-btn:hover {
    background: rgba(128, 88, 48, 0.9) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(128, 88, 48, 0.4);
}

.invest-image img {
    border-radius: 8px;
}

/* Location Section */
.location-section {
    padding: 0;
    background: transparent;
    margin-top: -100px;
    position: relative;
    z-index: 10;
}

.location-content {
    background: white;
    border-radius: 20px 20px 0 0;
    padding: 60px 40px 80px 40px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 20px;
}

/* Location Filters */
.location-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    margin: 2rem 0 3rem 0;
    padding: 0;
}

.filter-btn {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1.2rem;
    border: 1px solid #e0e0e0;
    background: #f8f9fa;
    color: var(--dark-text);
    border-radius: 20px;
    font-family: var(--body-font);
    font-size: 0.85rem;
    font-weight: 400;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
    text-transform: capitalize;
    letter-spacing: 0.2px;
    box-shadow: none;
}

.filter-btn:hover {
    border-color: var(--primary-color);
    background: rgba(128, 88, 48, 0.05);
    color: var(--primary-color);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(128, 88, 48, 0.15);
}

.filter-btn.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    box-shadow: 0 2px 8px rgba(128, 88, 48, 0.3);
}

.filter-btn.active:hover {
    background: var(--primary-color);
    color: white;
    opacity: 0.9;
}

.filter-btn i {
    font-size: 0.9rem;
    flex-shrink: 0;
}

.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #f8f9fa;
    height: 450px;
}

#map {
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.map-container img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

/* Custom Map Info Window Styling */
.custom-info-window {
    font-family: var(--body-font);
    max-width: 250px;
}

.custom-info-window h6 {
    font-family: var(--heading-font);
    color: var(--text-color);
    margin-bottom: 0.5rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.custom-info-window p {
    color: var(--light-text);
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
}

.custom-info-window .distance {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.8rem;
}

/* Responsive Design for Location Filters */
@media (max-width: 991.98px) {
    .location-section {
        margin-top: -80px;
    }

    .location-content {
        margin: 0 15px;
        padding: 50px 30px 60px 30px;
        border-radius: 16px 16px 0 0;
    }

    .location-filters {
        gap: 0.6rem;
        margin: 1.5rem 0 2rem 0;
    }

    .filter-btn {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        border-radius: 16px;
    }

    .filter-btn i {
        font-size: 0.85rem;
    }

    .map-container {
        height: 400px;
    }

    .map-container img {
        height: 400px;
    }
}

@media (max-width: 767.98px) {
    .location-section {
        margin-top: -60px;
    }

    .location-content {
        margin: 0 10px;
        padding: 40px 20px 50px 20px;
        border-radius: 12px 12px 0 0;
    }

    .location-filters {
        gap: 0.5rem;
        margin: 1rem 0 1.5rem 0;
    }

    .filter-btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.75rem;
        border-radius: 14px;
    }

    .filter-btn i {
        font-size: 0.8rem;
    }

    .map-container {
        height: 350px;
    }

    .map-container img {
        height: 350px;
    }
}

@media (max-width: 575.98px) {
    .location-section {
        margin-top: -40px;
    }

    .location-content {
        margin: 0 5px;
        padding: 30px 15px 40px 15px;
        border-radius: 10px 10px 0 0;
    }

    .location-filters {
        justify-content: flex-start;
        overflow-x: auto;
        padding: 0 5px;
        gap: 0.6rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin: 0.8rem 0 1.2rem 0;
        justify-content: center;
    }

    .location-filters::-webkit-scrollbar {
        display: none;
    }

    .filter-btn {
        flex-shrink: 0;
        padding: 0.4rem 0.7rem;
        font-size: 0.7rem;
        border-radius: 12px;
    }

    .filter-btn i {
        font-size: 0.75rem;
    }

    .map-container {
        height: 300px;
    }

    .map-container img {
        height: 300px;
    }
}

/* Testimonials Section - Complete Rewrite */
.testimonials-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 247px;
    height: 170px;
    background-image: url('assets/quote.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
    opacity: 0.6;
}

.testimonials-section::after {
    display: none;
}

.testimonials-section .container {
    position: relative;
    z-index: 2;
}

.testimonials-carousel-container {
    position: relative;
    max-width: 1200px;
    margin: 60px auto 0;
    /* padding: 80px 100px; */
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.single-testimonial {
    text-align: center;
    padding: 0;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial-quote {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #666666;
    font-family: var(--body-font);
    font-weight: 400;
    margin-bottom: 3rem;
    font-style: normal;
    max-width: 900px;
    text-align: center;
    position: relative;
}

.testimonial-quote::before,
.testimonial-quote::after {
    display: none;
}

.testimonial-author {
    text-align: center;
}

.testimonial-author h5 {
    font-family: var(--body-font);
    font-weight: 500;
    color: var(--text-color);
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    text-transform: none;
    letter-spacing: 0;
}

.testimonial-author span {
    /* color: #999999; */
    color: var(--light-text);
    font-size: 0.9rem;
    font-family: var(--body-font);
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}

/* Navigation Arrows - Simple Square Design */
.testimonial-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: 2px solid #805830;
    background: #ffffff;
    color: #805830;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 10;
    box-shadow: none;
}

.testimonial-nav-arrow:hover {
    background: #805830;
    color: white;
    border-color: #805830;
}

.testimonial-nav-arrow i {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 16px;
    font-weight: normal;
}

.testimonial-prev {
    left: 10px;
}

.testimonial-next {
    right: 10px;
}

/* Carousel Fade Effect */
#testimonialsCarousel .carousel-item {
    transition: opacity 0.6s ease-in-out;
}

#testimonialsCarousel .carousel-item:not(.active) {
    opacity: 0;
}

#testimonialsCarousel .carousel-item.active {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 1199.98px) {
    .testimonials-carousel-container {
        padding: 60px 80px;
        margin: 50px 20px 0;
    }

    .testimonial-prev {
        left: 5px;
    }

    .testimonial-next {
        right: 5px;
    }
}

@media (max-width: 991.98px) {
    .testimonials-section {
        padding: 80px 0;
    }

    .testimonials-section::before {
        width: 200px;
        height: 140px;
        top: 40px;
    }

    .testimonials-carousel-container {
        padding: 50px 60px;
        margin: 40px 20px 0;
    }

    .single-testimonial {
        min-height: 250px;
    }

    .testimonial-quote {
        font-size: 1rem;
        margin-bottom: 2.5rem;
    }

    .testimonial-author h5 {
        font-size: 1.1rem;
    }

    .testimonial-nav-arrow {
        width: 45px;
        height: 45px;
    }

    .testimonial-nav-arrow i {
        font-size: 14px;
    }

    .testimonial-prev {
        left: 2px;
    }

    .testimonial-next {
        right: 2px;
    }
}

@media (max-width: 767.98px) {
    .testimonials-section {
        padding: 60px 0;
    }

    .testimonials-section::before {
        width: 160px;
        height: 110px;
        top: 30px;
    }

    .testimonials-carousel-container {
        padding: 40px 30px 80px 30px;
        margin: 30px 15px 0;
        position: relative;
    }

    .single-testimonial {
        min-height: 200px;
    }

    .testimonial-quote {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 2rem;
    }

    .testimonial-author h5 {
        font-size: 1rem;
    }

    .testimonial-author span {
        font-size: 0.9rem;
    }

    .testimonial-nav-arrow {
        width: 40px;
        height: 40px;
        top: auto;
        bottom: 20px;
        transform: none;
    }

    .testimonial-nav-arrow i {
        font-size: 12px;
    }

    .testimonial-prev {
        left: 50%;
        transform: translateX(-50px);
    }

    .testimonial-next {
        right: 50%;
        transform: translateX(50px);
    }
}

@media (max-width: 575.98px) {
    .testimonials-section {
        padding: 50px 0;
    }

    .testimonials-section::before {
        width: 120px;
        height: 85px;
        top: 25px;
    }

    .testimonials-carousel-container {
        padding: 30px 20px 70px 20px;
        margin: 20px 10px 0;
    }

    .single-testimonial {
        min-height: 180px;
    }

    .testimonial-quote {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }

    .testimonial-author h5 {
        font-size: 0.95rem;
        margin-bottom: 0.3rem;
    }

    .testimonial-author span {
        font-size: 0.85rem;
    }

    .testimonial-nav-arrow {
        width: 35px;
        height: 35px;
        bottom: 15px;
    }

    .testimonial-nav-arrow i {
        font-size: 10px;
    }

    .testimonial-prev {
        left: 50%;
        transform: translateX(-45px);
    }

    .testimonial-next {
        right: 50%;
        transform: translateX(45px);
    }
}

/* Contact Section - Pixel Perfect Replica */
.contact-section {
    background: #F6F2EE;
    padding: 80px 0;
}

.contact-section .section-title {
    /* color: #4E3E2E;
    font-family: var(--body-font);
    font-size: 2.3rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0.5rem;
    letter-spacing: 1px; */
    font-family: 'Coolvetica Rg', 'Coolvetica', 'Arial Black', sans-serif;
    /* font-weight: 700; */
    /* font-size: clamp(1.5rem, 3.4vw, 3rem); */
    /* font-size: 2.3rem; */
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-color);
    margin-bottom: 1rem;
    text-align: center;
}

.contact-section .section-subtitle {
    color: #7A6652;
    font-family: var(--body-font);
    /* font-size: 1.2rem; */
    font-size: 18px;
    text-align: center;
    margin-bottom: 2.5rem;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
}

.contact-form-grid input,
.contact-form-grid .message-input {
    border: 1px solid #7A6652;
    border-radius: 0;
    background: transparent;
    font-family: var(--body-font);
    font-size: 0.9rem;
    color: #4E3E2E;
    padding: 9px 10px;
    outline: none;
    box-shadow: none;
    transition: border-color 0.2s;
}

.contact-form-grid input::placeholder,
.contact-form-grid .message-input::placeholder {
    color: #7A6652;
    opacity: 1;
}

.contact-form-grid input:focus,
.contact-form-grid .message-input:focus {
    border-color: #805830;
}

.contact-form-grid input[type="text"]:not(.message-input) {
    grid-column: 1;
    grid-row: 1;
}

.contact-form-grid input[type="email"] {
    grid-column: 2;
    grid-row: 1;
}

.contact-form-grid input[type="tel"] {
    grid-column: 1;
    grid-row: 2;
}

.contact-form-grid .message-input {
    grid-column: 2;
    grid-row: 2;
    min-height: 56px;
}

.contact-form-grid button.contact-submit-btn {
    grid-column: 1 / span 2;
    margin: 30px auto 0 auto;
    display: block;
    background: #805830;
    color: #fff;
    border: 2px solid #805830;
    border-radius: 0;
    font-family: var(--body-font);
    font-size: 1rem;
    font-weight: 400;
    padding: 12px 0;
    width: 260px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background 0.2s, color 0.2s;
}

.contact-form-grid button.contact-submit-btn:hover {
    background: #fff;
    color: #805830;
}

@media (max-width: 900px) {
    .contact-form-grid {
        max-width: 100%;
        gap: 16px 16px;
    }
}

@media (max-width: 700px) {
    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-grid input,
    .contact-form-grid .message-input {
        grid-column: 1 !important;
        grid-row: auto !important;
    }

    .contact-form-grid button.contact-submit-btn {
        grid-column: 1;
        width: 100%;
    }
}

/* Footer - Pixel Perfect Spacing and Alignment */
.footer {
    background: #4E3E2E;
    color: #fff;
    padding: 70px 40px 0 40px;
    font-family: var(--body-font);
    font-size: 1rem;
}

.footer .container {
    padding-left: 0;
    padding-right: 0;
}

.footer .row {
    align-items: flex-start;
}

.footer .footer-brand {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 6px;
    color: #fff;
}

.footer .footer-brand span {
    font-family: var(--body-font);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
}

.footer-about {
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 22px;
    margin-top: 10px;
    padding: 0px 100px 0px 0px;
    line-height: 1.7;
}

.footer-social {
    margin-bottom: 22px;
}

.footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    width: 28px;
    height: 28px;
    background: #f5f5f5;
    color: #5F4A32;
    border-radius: 50%;
    font-size: 1.2rem;
    margin-right: 18px;
    transition: background 0.2s, color 0.2s;
    border: none;
}

.footer-social-icon:last-child {
    margin-right: 0;
}

.footer-social-icon:hover {
    background: #805830;
    color: #fff;
}

.footer-qr {
    margin-top: 24px;
}

.footer-qr img {
    height: 50px !important;
    display: block;
    /* margin-bottom: 10px; */
}

.footer-rera {
    color: #f5f5f5;
    font-size: 12px;
    /* margin-top: 10px; */
    margin-bottom: 0;
}

.footer-heading {
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 22px;
    color: #fff;
    letter-spacing: 0.05em;
}

.footer-links {
    /* list-style: none; */
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 16px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #805830;
}

.footer-contact-block {
    margin-bottom: 0;
}

.footer-contact-label {
    font-family: var(--body-font);
    font-size: 1.05rem;
    /* font-weight: 700; */
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-contact-label i {
    font-size: 1.2rem;
    color: #fff;
    margin-right: 8px;
}

.footer-contact-text {
    color: #f5f5f5;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 0;
    /* font-weight: 400; */
    line-height: 1.7;
}

.footer-divider {
    border: none;
    border-top: 1.2px solid #a08c74;
    margin: 10px 0 0 0;
}

.footer-copyright {
    color: #f5f5f5;
    font-size: 0.98rem;
    text-align: center;
    padding: 22px 0 18px 0;
    font-weight: 400;
    letter-spacing: 0.5px;
}

@media (max-width: 991.98px) {
    .footer {
        padding: 40px 16px 0 16px;
    }

    .footer .row>div {
        margin-bottom: 36px;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-qr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-contact-block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-contact-label {
        justify-content: center;
    }

    .footer-contact-text {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .footer {
        padding: 28px 6px 0 6px;
        font-size: 0.98rem;
    }

    .footer .row>div {
        margin-bottom: 32px;
    }

    .footer .footer-brand {
        font-size: 1.1rem;
        text-align: center;
    }

    .footer-about {
        text-align: center;
        max-width: 90%;
        margin: 10px auto 22px;
        padding: 0px !important;
    }

    .footer-heading {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 18px;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        font-size: 0.98rem;
    }

    .footer-contact-label {
        font-size: 0.95rem;
        justify-content: center;
    }

    .footer-contact-text {
        font-size: 0.95rem;
        text-align: center;
    }

    .footer-qr img {
        height: 60px !important;
    }

    .footer-social-icon {
        width: 40px;
        height: 40px;
        font-size: 1.3rem;
        margin-right: 12px;
    }
}

@media (max-width: 575.98px) {
    .footer {
        padding: 16px 2px 0 2px;
    }

    .footer .row>div {
        margin-bottom: 24px;
    }

    .footer-about {
        max-width: 95%;
        font-size: 0.95rem;
    }

    .footer-heading {
        font-size: 0.95rem;
        margin-bottom: 16px;
    }

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a {
        font-size: 0.95rem;
    }

    .footer-contact-label {
        font-size: 0.9rem;
    }

    .footer-contact-text {
        font-size: 0.9rem;
    }

    .footer-qr img {
        height: 48px !important;
    }

    .footer-social-icon {
        width: 36px;
        height: 36px;
        font-size: 1.2rem;
        margin-right: 10px;
    }

    .footer-copyright {
        font-size: 0.92rem;
        padding: 12px 0 8px 0;
    }
}

/* Button Styles */
.btn-primary {
    background: var(--primary-color);
    border: none;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 0px;
    font-family: var(--body-font);
    font-weight: 400;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.btn-primary:hover {
    background: var(--primary-color);
    opacity: 0.85;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(128, 88, 48, 0.3);
}

.btn-outline-primary {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    font-family: var(--heading-font);
    font-weight: 400;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.btn-outline-primary:hover {
    background: var(--primary-color);
    color: white;
}

.btn:hover {
    border: 2px solid var(--primary-color);
    color: white;
    background: var(--primary-color) !important;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .invest-title {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }

    .invest-features li {
        font-size: 1rem;
        margin-bottom: 1.2rem;
    }

    .invest-features i {
        font-size: 1.1rem;
        margin-right: 1.2rem;
    }

    .invest-section {
        padding: 60px 0 120px 0;
    }

    .invest-title {
        font-size: 2rem;
        text-align: center;
    }

    .invest-features {
        margin-bottom: 2rem;
    }

    .invest-features li {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }

    .download-brochure-btn {
        width: 100%;
        text-align: center;
        padding: 1.2rem 2rem !important;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .section-navigation {
        align-self: flex-end;
        margin-top: 0;
    }

    .navbar-collapse {
        background: white;
        padding: 1.5rem;
        border-radius: 12px;
        margin-top: 1rem;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .navbar-nav .nav-link {
        margin: 0;
        padding: 1rem 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        text-align: center;
    }

    .navbar-nav .nav-link:last-of-type {
        border-bottom: none;
    }

    .navbar-nav .nav-link::after {
        display: none;
    }

    .contact-btn {
        margin: 1rem 0 0 0 !important;
        display: block !important;
        text-align: center !important;
        width: 100% !important;
        padding: 1rem 2rem !important;
    }

    .navbar-brand {
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .invest-section {
        padding: 60px 0 100px 0;
    }

    .invest-title {
        font-size: 2rem;
        text-align: center;
    }

    .invest-features {
        margin-bottom: 2rem;
    }

    .invest-features li {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }

    .download-brochure-btn {
        width: 100%;
        text-align: center;
        padding: 1.2rem 2rem !important;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-header {
        text-align: center;
        margin-bottom: 2rem;
    }

    .section-title-wrapper,
    .section-subtitle {
        text-align: center;
    }

    .section-navigation {
        justify-content: center;
        align-self: center;
        margin-top: 1rem;
    }

    .nav-arrow {
        width: 35px;
        height: 35px;
    }

    .nav-arrow i {
        font-size: 12px;
    }

    .apartment-details {
        flex-direction: column;
        gap: 0.8rem;
    }

    .apartment-content {
        padding: 1.5rem;
    }

    .apartment-btn {
        bottom: 1.5rem;
        right: 1.5rem;
        width: 35px;
        height: 35px;
    }

    .apartment-btn i {
        font-size: 12px;
    }

    .contact-form {
        padding: 2rem;
    }

    .testimonial {
        padding: 2rem;
    }

    .footer .col-lg-3 {
        margin-bottom: 2rem;
    }

    .navbar {
        padding: 1rem 0;
    }

    .navbar .logo {
        height: 55px;
    }
}

/* Additional responsive fixes for hero section */
@media (max-width: 575.98px) {
    .invest-title {
        font-size: 24px;
        line-height: 1.18;
        letter-spacing: 0.08em;
        margin-bottom: 0.8rem;
        text-align: center;
    }

    .invest-section {
        padding: 50px 0 80px 0;
    }

    .invest-features {
        margin-bottom: 1.5rem;
    }

    .invest-features li {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }

    .download-brochure-btn {
        width: 100%;
        text-align: center;
        padding: 1.2rem 2rem !important;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .section-header {
        text-align: center;
        margin-bottom: 2rem;
    }

    .section-title-wrapper,
    .section-subtitle {
        text-align: center;
    }

    .section-navigation {
        justify-content: center;
        align-self: center;
        margin-top: 1rem;
    }

    .nav-arrow {
        width: 35px;
        height: 35px;
    }

    .nav-arrow i {
        font-size: 12px;
    }
}

/* Ensure proper text alignment for all hero content */
.hero-content {
    width: 100%;
}

.hero-content .hero-title,
.hero-content .hero-subtitle,
.hero-content .hero-buttons {
    text-align: center;
    width: 100%;
}

.modal-backdrop.show {
    opacity: 0.5 !important;
}

/* Fix for carousel content positioning */
.hero-slide .container {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.hero-content {
    position: relative;
    text-align: center;
    transform: none;
    padding: 0 15px;
}

.hero-content>* {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out;
}

.carousel-item.active .hero-content>* {
    opacity: 1;
    transform: translateY(0);
}

.carousel-item.active .hero-content .hero-title {
    transition-delay: 0.3s;
}

.carousel-item.active .hero-content .hero-subtitle {
    transition-delay: 0.6s;
}

.carousel-item.active .hero-content .hero-buttons {
    transition-delay: 0.9s;
}

/* Ensure all h1-h6 use font-weight 700 for headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

/* Responsive tweaks for mobile */
@media (max-width: 575.98px) {
    .hero-title {
        font-size: clamp(1rem, 6vw, 1.5rem);
        margin-bottom: 0.5rem;
    }

    .hero-subtitle {
        font-size: clamp(0.8rem, 2.5vw, 1rem);
        margin-bottom: 1rem;
    }

    .hero-buttons .btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }

    .section-title {
        font-size: clamp(1.2rem, 6vw, 1.6rem);
    }

    .invest-title {
        font-size: clamp(1.2rem, 7vw, 2rem);
    }

    .feature-title {
        font-size: 1.2rem;
    }

    .testimonial-quote {
        font-size: 1rem;
    }

    .footer-heading,
    .footer .footer-brand {
        font-size: 1rem;
    }
}

.features-section .section-title,
.features-section .section-subtitle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.about-hero-section {
    margin-top: 133px;
    padding-top: 0;
}

.hero-title-about-us {
    font-family: 'Coolvetica Rg', 'Coolvetica', 'Arial Black', sans-serif !important;
    font-weight: 100;
    /* font-size: clamp(2.5rem, 6vw, 3.5rem); */
    font-size: 2.5rem;
    line-height: 1.18;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    animation: fadeIn 1.2s ease-out 0.3s forwards;
    color: white;
    text-align: center;
}

.developer-overview-section {
    background: linear-gradient(120deg, #f6fbff 0%, #eaf3fa 100%);
}

.developer-overview-desc {
    color: #5F6368;
    font-size: 1rem;
    max-width: 95%;
}

.developer-stat-number {
    /* font-family: 'Coolvetica Rg', 'Coolvetica', 'Arial Black', sans-serif; */
    font-family: "Segoe UI Light", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 100;
    font-size: 1.8rem;
    font-weight: 700;
    color: #4E3E2E;
    display: block;
}

.developer-stat-label {
    font-size: 0.95rem;
    color: #7A6652;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.developer-contact-btn {
    margin-top: 0.5rem;
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    border-radius: 0px;
    font-family: var(--body-font);
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.developer-img-box {
    overflow: hidden;
    border-radius: 8px;
}

.developer-img-main {
    height: 350px;
    width: 450px;
    /* object-fit: cover; */
}

.developer-img-sub {
    /* height: 90px; */
    height: 280px;
    width: 450px;
    /* object-fit: cover; */
}

.developer-img-label {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.7);
    color: #fff;
    font-size: 0.95rem;
    padding: 0.3rem 0.8rem;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.customer-centric-section {
    min-height: 400px;
    height: 450px;
    padding: 60px 0;
    background-position: center center;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    .customer-centric-section {
        min-height: 250px;
        height: auto;
        padding: 40px 0;

    }

    .completed-projects-section {
        background: #fff;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .completed-project-img {
        height: 220px;
        object-fit: cover;
        border-radius: 4px;
        background: #f8f8f8;
    }

    .completed-project-label {
        font-family: var(--body-font);
        font-size: 1.05rem;
        color: #5F6368;
        margin-top: 0.5rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .completed-projects-section .btn-outline-primary {
        width: 44px;
        height: 44px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 !important;
        border-width: 2px;
        font-size: 1.2rem;
        box-shadow: none;
    }

    .completed-projects-section .btn-outline-primary i {
        margin: 0;
    }

    .completed-projects-section .gap-2 {
        gap: 1rem !important;
    }

    .future-developments-section {
        background: #fff;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .future-dev-img {
        height: 380px;
        object-fit: cover;
        border-radius: 0px;
        background: #f8f8f8;
    }

    .future-dev-label {
        font-family: var(--body-font);
        font-size: 1.05rem;
        color: #5F6368;
        text-align: center;
        margin-top: 0.5rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    /* Custom tab switcher for units section */
    .units-tab-switcher {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #e5e5e5;
        border-radius: 10px;
        padding: 0.5rem 0.5rem;
        width: fit-content;
        margin-bottom: 2rem;
        gap: 0.5rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .units-tab-switcher .nav-link {
        background: transparent;
        color: #5F4A32;
        font-weight: 500;
        font-size: 0.9rem;
        border: none;
        border-radius: 8px;
        padding: 0.7rem 1.5rem;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        white-space: nowrap;
    }

    .units-tab-switcher .nav-link:hover {
        background: rgba(128, 88, 48, 0.1);
        color: #805830;
    }

    .units-tab-switcher .nav-link.active {
        background: #805830;
        color: #fff;
        font-weight: 600;
        box-shadow: 0 2px 8px rgba(128, 88, 48, 0.3);
    }

    /* Request Floor Plan button */
    .units-request-btn {
        background: #805830;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        font-size: 0.9rem;
        border: 2px solid #805830;
        border-radius: 0px;
        padding: 0.8rem 2rem;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        white-space: nowrap;
    }

    .units-request-btn:hover {
        background: #fff;
        color: #805830;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(128, 88, 48, 0.3);
    }

    /* Units section background */
    .units-section {
        background: #f8f5f2;
        padding: 60px 0;
    }

    /* Tab content styling */
    .tab-content .tab-pane {
        padding: 2rem 0;
    }

    .tab-content .tab-pane img {
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
        max-width: 100%;
        height: auto;
    }

    .tab-content .tab-pane img:hover {
        transform: scale(1.02);
    }

    .tab-content .tab-pane h3 {
        color: #4E3E2E;
        font-weight: 700;
        margin-bottom: 1rem;
        font-size: 2rem;
        line-height: 1.2;
    }

    .tab-content .tab-pane .mb-3 {
        color: #7A6652;
        font-size: 1.1rem;
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }

    .tab-content .tab-pane .d-flex {
        color: #5F6368;
        font-size: 1rem;
        line-height: 1.5;
    }

    .tab-content .tab-pane .d-flex i {
        color: #805830;
        font-size: 1.1rem;
        margin-right: 0.5rem;
    }

    /* Units section responsive improvements */
    .units-section .container {
        max-width: 1200px;
    }

    .units-section .d-flex.justify-content-between {
        margin-bottom: 2rem;
    }

    .units-section .project-units-title-2 {
        margin-bottom: 0.5rem;
        color: #4E3E2E;
    }

    .units-section .mb-2 {
        color: #7A6652;
        font-size: 1.1rem;
        line-height: 1.4;
    }

    /* Responsive adjustments for units section */
    @media (max-width: 767.98px) {
        .units-tab-switcher {
            flex-direction: column;
            width: 100%;
            gap: 0.3rem;
            padding: 0.8rem;
        }

        .units-tab-switcher .nav-link {
            width: 100%;
            text-align: center;
            padding: 0.8rem 1rem;
        }

        .units-request-btn {
            width: 100%;
            text-align: center;
            margin-top: 1rem;
        }

        .tab-content .tab-pane {
            padding: 1.5rem 0;
        }
    }

    @media (max-width: 575.98px) {
        .units-section {
            padding: 40px 0;
        }

        .units-tab-switcher {
            padding: 0.6rem;
        }

        .units-tab-switcher .nav-link {
            font-size: 0.8rem;
            padding: 0.6rem 0.8rem;
        }
    }

    /* Project Page */

    .project-units-title {
        text-align: left;
        font-size: 32px;

        /* font-size: 2rem;
    font-weight: 700;
    color: #4E3E2E;
    margin-bottom: 1rem; */
    }



    .project-units-subtitle {
        text-align: left;
        font-size: 20px;
    }

    .project-units-desc {
        text-align: left;
        font-size: 18px;
        color: var(--light-text);
    }

    .project-units-title-2 {
        text-align: left;
        font-size: 32px;
        font-weight: 700;
        color: #4E3E2E;
        margin-bottom: 1rem;
    }

    /* Gallery Carousel Styles */
    .gallery-img-box {
        position: relative;
        width: 100%;
        height: 340px;
        overflow: hidden;
        /* border-radius: 12px; */
        border-radius: 0;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.10);
        background: #eee;
        display: flex;
        align-items: flex-end;
        transition: transform 0.3s ease;
    }

    .gallery-img-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    }

    .gallery-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.3s ease;
    }

    .gallery-img-box:hover .gallery-img {
        transform: scale(1.05);
    }

    .gallery-label {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0.75rem 1.25rem;
        background: linear-gradient(0deg, rgba(34, 34, 34, 0.85) 80%, rgba(34, 34, 34, 0.0) 100%);
        color: #fff;
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: 1px;
        /* border-bottom-left-radius: 12px; */
        /* border-bottom-right-radius: 12px; */
        border-radius: 0;
        text-align: left;
        z-index: 2;
        pointer-events: none;
        text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
    }

    /* Gallery carousel navigation */
    .gallery-carousel-nav {
        margin-top: 2rem;
    }

    .gallery-carousel-nav .btn {
        border: 2px solid #805830;
        color: #805830;
        background: transparent;
        border-radius: 0;
        padding: 0.6rem 1.2rem;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .gallery-carousel-nav .btn:hover {
        background: #805830;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(128, 88, 48, 0.3);
    }

    /* Gallery section title styling */
    .gallery-section .section-title {
        color: #4E3E2E;
        margin-bottom: 1rem;
    }

    .gallery-section .section-subtitle {
        color: #7A6652;
        margin-bottom: 2rem;
    }

    @media (max-width: 991.98px) {
        .gallery-img-box {
            height: 260px;
        }

    }

    @media (max-width: 767.98px) {
        .gallery-img-box {
            height: 220px;
        }

        .gallery-label {
            font-size: 1rem;
            padding: 0.5rem 1rem;
        }

        .gallery-carousel-nav {
            margin-top: 1.5rem;
        }

        .gallery-carousel-nav .btn {
            padding: 0.5rem 1rem;
            font-size: 0.9rem;
        }
    }

    @media (max-width: 575.98px) {
        .gallery-img-box {
            height: 200px;
        }

        .gallery-label {
            font-size: 0.9rem;
            padding: 0.4rem 0.8rem;
        }

        .gallery-carousel-nav .btn {
            padding: 0.4rem 0.8rem;
            font-size: 0.8rem;
        }
    }

    /* Passive Income Source Section - Image Only Background */
    .passive-income-section {
        padding: 100px 0;
        position: relative;
        background: linear-gradient(135deg, #4E3E2E 0%, #805830 50%, #4E3E2E 100%);
        background-image: url('assets/passive-income-source.webp');
        background-position: left center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 420px;
        background-color: #4E3E2E;
        /* Fallback color */
    }

    .passive-income-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(78, 62, 46, 0.8);
        /* Dark overlay for better text readability */
        z-index: 1;
    }

    .passive-income-card {
        background: transparent;
        box-shadow: none;
        display: flex;
        min-height: 420px;
        position: relative;
        z-index: 2;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }

    .passive-income-img {
        display: none;
    }

    .passive-income-content {
        background: none;
        color: #fff;
        min-width: 0;
        z-index: 2;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
        /* for readability */
        position: relative;
    }

    .passive-income-btn {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
        font-weight: 600;
        padding: 0.8rem 2rem;
        font-size: 1rem;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .passive-income-btn:hover {
        background: #fff;
        color: #4E3E2E;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
    }

    @media (max-width: 767.98px) {
        .passive-income-section {
            background: url('assets/passive-income-source-m.webp') left center/cover no-repeat;
            min-height: 320px;
            padding: 60px 0;
        }

        .passive-income-card {
            min-height: 320px;
            padding: 0 0.5rem;
            justify-content: center;
        }

        .passive-income-content {
            text-align: center;
            align-items: center;
            max-width: 100%;
        }

        .passive-income-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            /* dark overlay */
            z-index: 1;
        }
    }

    @media (max-width: 575.98px) {
        .passive-income-section {
            min-height: 280px;
            padding: 40px 0;
        }

        .passive-income-card {
            min-height: 280px;
        }

        .passive-income-content h2 {
            font-size: 1.8rem !important;
        }

        .passive-income-content p {
            font-size: 0.9rem !important;
        }

        .passive-income-btn {
            padding: 0.6rem 1.5rem;
            font-size: 0.9rem;
        }
    }



    /* Location Highlights Section */
    .location-highlights-section {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 4px 32px rgba(0, 0, 0, 0.06);
        margin-bottom: 2rem;
    }

    .location-info-panel {
        background: #f8f5f2;
        border-radius: 12px 0 0 12px;
        min-height: 420px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .location-distances-list {
        font-size: 1rem;
        color: #4E3E2E;
    }

    .location-map-panel {
        min-height: 420px;
        background: #eaf3fa;
        border-radius: 0 12px 12px 0;
        overflow: hidden;
        display: flex;
        align-items: stretch;
    }

    @media (max-width: 991.98px) {

        .location-info-panel,
        .location-map-panel {
            border-radius: 12px;
            min-height: 320px;
        }

        .location-highlights-section {
            border-radius: 12px;
        }
    }


}

@media (max-width: 767.98px) {
    .location-highlights-section {
        border-radius: 8px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    }

    .location-info-panel,
    .location-map-panel {
        border-radius: 8px;
        min-height: 220px;
    }

    .location-map-panel img {
        border-radius: 0 0 8px 8px !important;
    }
}

/* Pavilion 2.0 Floor Plans Section */
.floor-plans-section {
    width: 100vw;
    min-height: 340px;
    background: url('assets/floor\ plans.webp') center center/cover no-repeat;
    border-radius: 24px;
    margin: 0 auto 2rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding-left: 2rem;
    padding-right: 2rem;
}

.floor-plans-section .container {
    position: relative;
    z-index: 2;
}

.floor-plans-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(78, 62, 46, 0.85);
    /* brown overlay for readability */
    z-index: 1;
}

.floor-plans-section .section-title,
.floor-plans-section .btn {
    position: relative;
    z-index: 2;
}

.floor-plans-btn {
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0.7rem 2.2rem;
    border-radius: 6px;
    border: 2px solid #fff;
    letter-spacing: 1px;
    transition: background 0.2s, color 0.2s;
}

.floor-plans-btn:hover {
    background: #fff;
    color: #4E3E2E;
    border-color: #fff;
}

@media (max-width: 991.98px) {
    .floor-plans-section {
        min-height: 220px;
        border-radius: 16px;
        padding-left: 1rem;
        padding-right: 1rem;
    }


}

@media (max-width: 767.98px) {
    .floor-plans-section {
        min-height: 140px;
        border-radius: 8px;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

/* Pavilion 2.0 Floor Plans Section - Card Style */
.floor-plans-section-outer {
    background: #fff;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.floor-plans-card {
    width: 100%;
    max-width: 900px;
    min-height: 300px;
    background: url('assets/floor\ plans.webp') center center/cover no-repeat, #4E3E2E;
    border-radius: 32px;
    box-shadow: 0 6px 32px rgba(78, 62, 46, 0.10);
    padding: 3rem 2rem 2.5rem 2rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.floor-plans-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(78, 62, 46, 0.85);
    /* brown overlay for readability */
    border-radius: 32px;
    z-index: 1;
}

.floor-plans-card .section-title,
.floor-plans-card .btn {
    position: relative;
    z-index: 2;
}

.floor-plans-btn {
    font-weight: 600;
    font-size: 1rem;
    padding: 0.6rem 2rem;
    border-radius: 4px;
    border: none;
    letter-spacing: 1px;
    background: #805830;
    color: #fff;
    transition: background 0.2s, color 0.2s;
    margin-top: 0.5rem;
}

.floor-plans-btn:hover {
    background: #fff;
    color: #805830;
    border: 2px solid #805830;
}

@media (max-width: 991.98px) {
    .floor-plans-card {
        max-width: 98vw;
        border-radius: 18px;
        padding: 2rem 1rem 1.5rem 1rem;
        min-height: 220px;
    }

    .floor-plans-card::before {
        border-radius: 18px;
    }
}

@media (max-width: 575.98px) {
    .floor-plans-card {
        padding: 1.2rem 0.5rem 1rem 0.5rem;
        border-radius: 10px;
        min-height: 160px;
    }

    .floor-plans-card::before {
        border-radius: 10px;
    }
}

/* Responsive adjustments for hero section */
@media (max-width: 768px) {

    .hero-section,
    .hero-section .carousel,
    .hero-section .carousel-inner,
    .hero-section .carousel-item,
    .hero-slide,
    .hero-img {
        min-height: 50vh;
        height: 70vh;
    }
}

@media (max-width: 480px) {

    .hero-section,
    .hero-section .carousel,
    .hero-section .carousel-inner,
    .hero-section .carousel-item,
    .hero-slide,
    .hero-img {
        min-height: 40vh;
        height: 45vh;
    }
}

@media (max-width: 991.98px) {
    .developer-overview-section .row.align-items-start {
        flex-direction: column;
        align-items: stretch !important;
    }

    .developer-overview-section .col-lg-7,
    .developer-overview-section .col-lg-5 {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .developer-overview-section .section-title,
    .developer-overview-section .section-subtitle {
        text-align: center !important;
    }

    .developer-overview-desc {
        max-width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .developer-overview-section .row.mb-3 {
        justify-content: center;
    }

    .developer-stat-number,
    .developer-stat-label {
        text-align: center;
    }

    .developer-img-main {
        height: 250px;
        object-fit: cover;
    }

    .developer-img-sub {
        height: 180px;
        object-fit: cover;
    }
}

@media (max-width: 767.98px) {
    .developer-overview-section {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .developer-overview-section .row.py-3 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .developer-overview-section .row.py-3>div {
        margin-bottom: 2rem;
        text-align: center;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .developer-overview-section .developer-contact-btn {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .developer-img-box,
    .developer-img-sub {
        margin-bottom: 1.5rem;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    }

    .developer-img-label {
        font-size: 0.9rem;
        left: 0;
        right: 0;
        text-align: center;
        padding: 0.4rem 0.5rem;
        white-space: normal;
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 575.98px) {
    .developer-overview-section {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 1.2rem !important;
        padding-bottom: 1.2rem !important;
    }

    .developer-overview-section .row.py-3 {
        margin-top: 1.2rem;
        margin-bottom: 1.2rem;
    }

    .developer-overview-section .row.py-3>div {
        margin-bottom: 1.2rem;
        text-align: center;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .developer-img-label {
        font-size: 0.85rem;
        padding: 0.3rem 0.3rem;
    }
}

.developer-img-main,
.developer-img-sub,
.developer-img-box {
    border-radius: 0 !important;
}

@media (max-width: 767.98px) {
    .completed-projects-section .row.g-4>.col-md-3.col-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        display: none;
    }

    .completed-projects-section .row.g-4>.col-md-3.col-6:first-child {
        display: block;
    }
}

/* Project Intro & Location Highlights font adjustments */
.project-units-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.18;
    margin-bottom: 0.7rem;
}

.project-intro-subheading,
.project-location-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.7rem;
}

.project-intro-desc,
.project-location-list,
.project-intro-list li {
    font-size: 18px;
    font-weight: 400;
    color: #5F6368;
    margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
    .project-units-title {
        font-size: 24px;
    }

    .project-intro-subheading,
    .project-location-title {
        font-size: 18px;
    }

    .project-intro-desc,
    .project-location-list,
    .project-intro-list li {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .developer-img-main {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767.98px) {
    .developer-overview-section .developer-img-main {
        width: 100%;
        height: 180px;
        object-fit: cover;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767.98px) {
    .developer-overview-section .developer-img-sub {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Hide carousel arrows in mobile */
@media (max-width: 768px) {

    .hero-section .carousel-control-prev,
    .hero-section .carousel-control-next {
        display: none;
    }

    /* Ensure indicators are still visible and properly positioned */
    .hero-section .carousel-indicators {
        bottom: 20px;
        margin-bottom: 0;
    }
}

/* Additional mobile optimization */
@media (max-width: 576px) {
    .hero-section .carousel-indicators {
        bottom: 15px;
    }

    .hero-section .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
    }
}

/* Hide carousel indicators in mobile */
@media (max-width: 768px) {
    .hero-section .carousel-indicators {
        display: none;
    }
}

/* Hide carousel indicators in smaller screens */
@media (max-width: 576px) {
    .hero-section .carousel-indicators {
        display: none;
    }
}

@media (max-width: 900px) {
    .about-hero-section {
        margin-top: 100px;
    }

    .pavilion-kharadi-section {
        margin-top: -22px;
    }
}

/* Bootstrap Tab Fixes */
.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.tab-content>.tab-pane.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.tab-content>.tab-pane.fade.show {
    opacity: 1;
}

/* Units Section Additional Styling */
.units-section .nav-pills .nav-link {
    border-radius: 8px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.units-section .nav-pills .nav-link:last-child {
    margin-right: 0;
}

/* Ensure proper spacing in mobile */
@media (max-width: 767.98px) {
    .units-section .nav-pills {
        justify-content: center;
    }

    .units-section .nav-pills .nav-link {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    .units-section .nav-pills .nav-link:last-child {
        margin-bottom: 0;
    }
}

/* Gallery Section Additional Styling */
.gallery-section .carousel-item {
    transition: transform 0.6s ease-in-out;
}

.gallery-section .carousel-item.active {
    transform: translateX(0);
}

.gallery-section .carousel-item-next {
    transform: translateX(100%);
}

.gallery-section .carousel-item-prev {
    transform: translateX(-100%);
}

/* Passive Income Section Additional Styling */
.passive-income-section .row {
    align-items: center;
}

.passive-income-section .col-lg-6:first-child {
    order: 2;
}

.passive-income-section .col-lg-6:last-child {
    order: 1;
}

@media (max-width: 991.98px) {

    .passive-income-section .col-lg-6:first-child,
    .passive-income-section .col-lg-6:last-child {
        order: 0;
    }
}

/* Units Section - Complete Redesign */
.units-section {
    background: #f8f5f2;
    padding: 80px 0;
}

.units-section .section-title {
    color: #4E3E2E;
    text-align: left;
    margin-bottom: 1rem;
}

.units-section .project-units-subtitle {
    color: #7A6652;
    font-size: 1.1rem;
    line-height: 1.4;
}

/* Units Request Button */
.units-request-btn {
    background: #805830;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
    border: 2px solid #805830;
    border-radius: 0px;
    padding: 0.8rem 2rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.units-request-btn:hover {
    background: #fff;
    color: #805830;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(128, 88, 48, 0.3);
}

/* Tab Switcher */
.units-tab-switcher {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #e5e5e5;
    border-radius: 10px;
    padding: 0.5rem 0.5rem;
    width: fit-content;
    margin-bottom: 2rem;
    gap: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.units-tab-switcher .nav-link {
    background: transparent;
    color: #5F4A32;
    font-weight: 500;
    font-size: 0.9rem;
    border: none;
    border-radius: 8px;
    padding: 0.7rem 1.5rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.units-tab-switcher .nav-link:hover {
    background: rgba(128, 88, 48, 0.1);
    color: #805830;
}

.units-tab-switcher .nav-link.active {
    background: #805830;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(128, 88, 48, 0.3);
}

/* Tab Content */
.tab-content .tab-pane {
    padding: 2rem 0;
}

.floor-plan-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.floor-plan-img {
    transition: transform 0.3s ease;
    max-width: 100%;
    height: auto;
}

.floor-plan-image-container:hover .floor-plan-img {
    transform: scale(1.02);
}

.floor-plan-content {
    padding: 1rem 0;
}

.floor-plan-title {
    color: #4E3E2E;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.2;
    font-family: 'Coolvetica Rg', 'Coolvetica', 'Arial Black', sans-serif;
}

.floor-plan-subtitle {
    color: #7A6652;
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}

.floor-plan-details .detail-item {
    display: flex;
    align-items: center;
    color: #5F6368;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.floor-plan-details .detail-item i {
    color: #805830;
    font-size: 1.1rem;
    margin-right: 0.5rem;
    width: 20px;
    text-align: center;
}

/* Gallery Section - Complete Redesign */
.gallery-section {
    background: #fff;
    padding: 80px 0;
}

.gallery-section .section-title {
    color: #4E3E2E;
    margin-bottom: 1rem;
}

.gallery-subtitle {
    color: #7A6652;
    font-size: 1.1rem;
    margin-bottom: 3rem;
}

/* Gallery Image Boxes */
.gallery-img-box {
    position: relative;
    width: 100%;
    height: 340px;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.10);
    background: #eee;
    display: flex;
    align-items: flex-end;
    transition: transform 0.3s ease;
}

.gallery-img-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-img-box:hover .gallery-img {
    transform: scale(1.05);
}

.gallery-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 1.25rem;
    background: linear-gradient(0deg, rgba(34, 34, 34, 0.85) 80%, rgba(34, 34, 34, 0.0) 100%);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0;
    text-align: left;
    z-index: 2;
    pointer-events: none;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

/* Gallery Navigation */
.gallery-carousel-nav {
    margin-top: 2rem;
}

.gallery-carousel-nav .btn {
    border: 2px solid #805830;
    color: #805830;
    background: transparent;
    border-radius: 0;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.gallery-carousel-nav .btn:hover {
    background: #805830;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(128, 88, 48, 0.3);
}

/* Passive Income Section - Complete Redesign */
.passive-income-section {
    background: #f8f5f2;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.passive-income-section::before {
    display: none;
}

.passive-income-card {
    position: relative;
    z-index: 2;
    background: transparent;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.passive-income-section .row {
    align-items: center;
}

.passive-income-content {
    color: #4E3E2E;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.passive-income-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #4E3E2E;
    line-height: 1.2;
    font-family: 'Coolvetica Rg', 'Coolvetica', 'Arial Black', sans-serif;
}

.passive-income-subtitle {
    font-size: 1.3rem;
    font-weight: 600;
    color: #805830;
    line-height: 1.3;
}

.passive-income-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #7A6652;
    max-width: 500px;
}

.passive-income-features {
    margin-bottom: 2rem;
}

.passive-income-feature {
    font-size: 1rem;
    color: #5F6368;
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
}

.passive-income-feature i {
    color: #805830;
    font-size: 1.1rem;
    margin-right: 0.8rem;
    flex-shrink: 0;
}

.passive-income-btn {
    background: #805830;
    border: 2px solid #805830;
    color: #fff;
    font-weight: 600;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0;
}

.passive-income-btn:hover {
    background: #fff;
    color: #805830;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(128, 88, 48, 0.3);
}

.passive-income-image-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    height: 100%;
    min-height: 400px;
}

.passive-income-img {
    border-radius: 12px;
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.passive-income-image-container:hover .passive-income-img {
    transform: scale(1.05);
}

/* Responsive Design for Units Section */
@media (max-width: 991.98px) {
    .units-section {
        padding: 60px 0;
    }

    .units-tab-switcher {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .floor-plan-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 767.98px) {
    .units-section {
        padding: 50px 0;
    }

    .units-tab-switcher {
        flex-direction: column;
        width: 100%;
        gap: 0.3rem;
        padding: 0.8rem;
    }

    .units-tab-switcher .nav-link {
        width: 100%;
        text-align: center;
        padding: 0.8rem 1rem;
    }

    .units-request-btn {
        width: 100%;
        text-align: center;
        margin-top: 1rem;
    }

    .tab-content .tab-pane {
        padding: 1.5rem 0;
    }

    .floor-plan-title {
        font-size: 1.6rem;
        text-align: center;
    }

    .floor-plan-subtitle {
        text-align: center;
    }

    .floor-plan-details {
        text-align: center;
    }

    .floor-plan-details .detail-item {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .units-section {
        padding: 40px 0;
    }

    .units-tab-switcher {
        padding: 0.6rem;
    }

    .units-tab-switcher .nav-link {
        font-size: 0.8rem;
        padding: 0.6rem 0.8rem;
    }

    .floor-plan-title {
        font-size: 1.4rem;
    }
}

/* Responsive Design for Gallery Section */
@media (max-width: 991.98px) {
    .gallery-img-box {
        height: 260px;
    }

    .gallery-section {
        padding: 60px 0;
    }
}

@media (max-width: 767.98px) {
    .gallery-img-box {
        height: 220px;
    }

    .gallery-label {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }

    .gallery-carousel-nav {
        margin-top: 1.5rem;
    }

    .gallery-carousel-nav .btn {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }

    .gallery-section {
        padding: 50px 0;
    }
}

@media (max-width: 575.98px) {
    .gallery-img-box {
        height: 200px;
    }

    .gallery-label {
        font-size: 0.9rem;
        padding: 0.4rem 0.8rem;
    }

    .gallery-carousel-nav .btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.8rem;
    }

    .gallery-section {
        padding: 40px 0;
    }
}

/* Responsive Design for Passive Income Section */
@media (max-width: 991.98px) {
    .passive-income-section {
        padding: 60px 0;
    }

    .passive-income-title {
        font-size: 1.8rem;
    }

    .passive-income-subtitle {
        font-size: 1.1rem;
    }

    .passive-income-description {
        font-size: 0.95rem;
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .passive-income-section {
        padding: 50px 0;
    }

    .passive-income-content {
        text-align: center;
        align-items: center;
        max-width: 100%;
    }

    .passive-income-title {
        font-size: 1.6rem;
    }

    .passive-income-subtitle {
        font-size: 1rem;
    }

    .passive-income-description {
        font-size: 0.9rem;
        margin: 0 auto;
    }

    .passive-income-feature {
        justify-content: center;
    }

    .passive-income-btn {
        width: 100%;
        max-width: 300px;
    }

    .passive-income-image-container {
        min-height: 300px;
        margin-bottom: 2rem;
    }
}

@media (max-width: 575.98px) {
    .passive-income-section {
        padding: 40px 0;
    }

    .passive-income-title {
        font-size: 1.4rem;
    }

    .passive-income-subtitle {
        font-size: 0.9rem;
    }

    .passive-income-description {
        font-size: 0.85rem;
    }

    .passive-income-btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* Additional Bootstrap Responsive Utilities */
@media (max-width: 767.98px) {
    .text-lg-start {
        text-align: center !important;
    }

    .mb-lg-0 {
        margin-bottom: 1rem !important;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .my-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}




/* Passive Income Section - Background Image with Right-aligned Content */
.passive-income-section {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, #4E3E2E 0%, #805830 50%, #4E3E2E 100%);
    background-image: url('assets/passive-income-source.webp');
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    background-attachment: fixed;
}

.passive-income-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(78, 62, 46, 0.3) 0%, rgba(78, 62, 46, 0.7) 50%, rgba(78, 62, 46, 0.9) 100%);
    z-index: 1;
}

.passive-income-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.passive-income-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.passive-income-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    color: #FFD700;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.passive-income-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #f8f9fa;
    margin-bottom: 2rem;
}

.passive-income-features {
    margin-bottom: 2rem;
}

.passive-income-feature {
    font-size: 1rem;
    color: #f8f9fa;
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
}

.passive-income-feature i {
    color: #28a745;
    margin-right: 0.8rem;
    font-size: 1.1rem;
}

.passive-income-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

.passive-income-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: left 0.3s ease;
    z-index: -1;
}

.passive-income-btn:hover::before {
    left: 0;
}

.passive-income-btn:hover {
    color: #4E3E2E;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

/* Tablet Styles */
@media (max-width: 991.98px) {
    .passive-income-section {
        padding: 80px 0;
        min-height: 450px;
        background-attachment: scroll;
    }

    .passive-income-title {
        font-size: 2.2rem;
    }

    .passive-income-subtitle {
        font-size: 1.1rem;
    }
}

/* Mobile Styles */
@media (max-width: 767.98px) {
    .passive-income-section {
        padding: 60px 0;
        min-height: 400px;
        background-position: center center;
    }

    .passive-income-section::before {
        background: linear-gradient(to bottom, rgba(78, 62, 46, 0.6) 0%, rgba(78, 62, 46, 0.8) 100%);
    }

    .passive-income-content {
        text-align: center;
    }

    .passive-income-title {
        font-size: 1.8rem;
    }

    .passive-income-subtitle {
        font-size: 1rem;
    }

    .passive-income-description {
        font-size: 0.95rem;
    }

    .passive-income-btn {
        padding: 0.8rem 2rem;
        font-size: 0.9rem;
    }
}

/* Small Mobile Styles */
@media (max-width: 575.98px) {
    .passive-income-section {
        padding: 50px 0;
        min-height: 350px;
    }

    .passive-income-title {
        font-size: 1.6rem;
    }

    .passive-income-subtitle {
        font-size: 0.95rem;
    }

    .passive-income-description {
        font-size: 0.9rem;
    }

    .passive-income-feature {
        font-size: 0.9rem;
    }

    .passive-income-btn {
        padding: 0.7rem 1.5rem;
        font-size: 0.85rem;
    }
}

/* Content positioning for different screen sizes */
@media (min-width: 768px) {
    .content-wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        min-height: 400px;
    }

    .passive-income-content {
        max-width: 500px;
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .content-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 300px;
    }

    .passive-income-content {
        max-width: 100%;
    }
}