/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    transition: all 0.3s ease;
}

.nav-container {
    max-width: 100%;
    margin: 0;
    padding: 0 20px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    height: 50px;
    position: relative;
}

/* Logo Styling */
.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.parmar-logo {
    height: 35px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
}

.logo-divider {
    width: 1px;
    height: 30px;
    background: #000;
    margin: 0 4px;
}

.logo-image {
    height: 45px;
    width: auto;
    max-width: 240px;
    object-fit: contain;
}

.logo-top {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-start;
}

.logo-strips {
    display: flex;
    flex-direction: column;
    gap: 1px;
    justify-content: center;
    align-items: center;
}

.logo-line {
    background: #d4af37;
    height: 1px;
    border-radius: 0.5px;
}

.logo-line.line-1 { width: 8px; }
.logo-line.line-2 { width: 8px; }
.logo-line.line-3 { width: 8px; }
.logo-line.line-4 { width: 8px; }
.logo-line.line-5 { width: 8px; }

.logo-main {
    font-family: 'Inter', sans-serif;
    font-size: 8px;
    font-weight: 700;
    color: #d4af37;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1;
}

.logo-sub {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    margin-left: 0;
    margin-top: 8px;
}

.logo-sub-line {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.5px;
    line-height: 1;
}

.nav-logo:hover .logo-line { background: #b8941f; }

/* Hero Section */
.hero {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 600px;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('lodha-sewri-herobanner.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Global section spacing control */
section.about, section.about-project, section.configurations, section.connectivity, section.contact {
    margin: 40px 0; /* consistent space between sections */
}

/* Compact vertical spacing between main sections */
.about, .about-project, .configurations, .connectivity {
    min-height: auto !important;
    padding: 20px 20px !important;
    margin: 12px 0 !important;
}

/* Tighten section headings spacing */
.about-text h2, .about-project-text h2, .configurations-text h2, .connectivity-text h2,
.about-text h1, .about-project-text h1, .configurations-text h1, .connectivity-text h1 {
    margin-bottom: 12px !important;
}

/* About specific overrides */
.about { /* removed min-height */ }

/* About The Project overrides */
.about-project { /* removed min-height */ }
.about-project-text h2,
.about-project-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: 22px !important;
    color: #d4af37;
    margin-bottom: 1rem;
    font-weight: 700;
}

/* Configurations overrides */
.configurations { /* removed min-height */ }
.configurations-text h2,
.configurations-text h1 { margin-bottom: 1.5rem; }

/* Connectivity overrides */
.connectivity { /* removed min-height */ }
.connectivity-text h2,
.connectivity-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: 22px !important;
    color: #d4af37;
    margin-bottom: 1.25rem;
    font-weight: 600;
}

.about-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-text h2,
.about-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: 22px !important;
    color: #d4af37;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.about-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px !important;
    line-height: 1.2;
    color: #1f2937;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.about-text p {
    font-family: 'Inter', sans-serif;
    font-size: 14px !important;
    line-height: 1.9;
    color: #4b5563;
    max-width: 800px;
    margin: 0 auto 1rem;
    text-align: center;
    width: 100%;
    display: block;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 1.5rem;
    justify-items: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.stat-item {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
    width: 200px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.stat-item:hover {
    transform: translateY(-5px);
}

.stat-item h4 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #d4af37;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.stat-item p {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: #666;
    margin: 0;
    white-space: nowrap;
}

/* About The Project Section */
.about-project {
    min-height: 100vh;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    box-sizing: border-box;
}

.about-project-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-project-text h2,
.about-project-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #d4af37;
    margin-bottom: 2rem;
    font-weight: 600;
}

.about-project-text p {
    font-family: 'Inter', sans-serif;
    font-size: 14px !important;
    line-height: 1.8;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
}

/* Configurations and Price Section */
.configurations {
    min-height: 100vh;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    box-sizing: border-box;
}

.configurations-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.configurations-text h2,
.configurations-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: 22px !important;
    color: #d4af37;
    margin-bottom: 1.25rem;
    font-weight: 600;
}

.price-table {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 800px;
    width: 100%;
    display: block;
}

.table-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #d4af37;
    color: white;
    font-weight: 600;
    min-height: 60px;
}

.header-cell {
    padding: 1.5rem 1rem;
    font-family: 'Inter', sans-serif;
    font-size: 14px !important;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.header-cell:last-child {
    border-right: none;
}

.table-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid #eee;
    min-height: 80px;
}

.table-row:last-child {
    border-bottom: none;
}

.table-cell {
    padding: 1.5rem 1rem;
    font-family: 'Inter', sans-serif;
    font-size: 14px !important;
    text-align: center;
    color: #333;
    border-right: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 1.4;
}

.table-cell:last-child {
    border-right: none;
    font-weight: 600;
    color: #d4af37;
}

.view-pricing-btn {
    background: transparent;
    color: #6a5c2e;
    border: 2px solid #d4c28a;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.4;
}

.view-pricing-btn:hover {
    background: #d4af37;
    color: white;
    border-color: #d4af37;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

/* Connectivity Section */
.connectivity {
    min-height: 100vh;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    box-sizing: border-box;
}

.connectivity-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.connectivity-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.connectivity-map {
    width: 100%;
}

.location-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #d4af37;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.location-title.h1, h1.location-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #d4af37;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.map-container {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    border-radius: 12px;
    width: 100%;
    height: 400px;
}

.connectivity-text {
    text-align: left;
}

.connectivity-text h2,
.connectivity-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #d4af37;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.connectivity-list {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    max-width: 600px;
    width: 100%;
    text-align: left;
}

.connectivity-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    padding: 0.25rem 0;
}

.connectivity-item:last-child {
    margin-bottom: 0;
}

.bullet {
    color: #d4af37;
    font-size: 18px;
    font-weight: bold;
    margin-right: 1rem;
    flex-shrink: 0;
}

.connectivity-item .text {
    font-family: 'Inter', sans-serif;
    font-size: 14px !important;
    color: #333;
    line-height: 1.6;
}


.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 12px;
    transition: color 0.3s ease;
    position: relative;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 35px;
}

.nav-menu a i {
    font-size: 12px;
    transition: color 0.3s ease;
    width: 14px;
    text-align: center;
}

.nav-menu a:hover {
    color: #d4af37;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #d4af37;
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

/* Navbar Call Button */
.nav-call-btn {
    background: white;
    color: #333;
    padding: 8px 16px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    height: 35px;
    line-height: 1;
    justify-self: end;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid #d4af37;
}

.nav-call-btn:hover {
    background: #d4af37;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
}

.nav-call-btn:hover .call-icon {
    background: rgba(255, 255, 255, 0.2);
}

.nav-call-btn .call-icon {
    width: 25px;
    height: 25px;
    background: #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
}

.nav-call-btn .call-number {
    font-size: 11px;
    font-weight: 600;
}


.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: 0.3s;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0.4;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}


.hero-content {
    position: relative;
    z-index: 2;
    text-align: left;
    max-width: 1000px;
    padding: 0 20px;
    margin-left: 5%;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.title-line {
    display: block;
    opacity: 0;
    transform: translateY(50px);
    animation: slideUp 1s ease forwards;
}

.title-line:nth-child(2) {
    animation-delay: 0.3s;
    color: #d4af37;
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    animation: fadeInUp 1s ease 0.6s forwards;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    opacity: 0;
    animation: fadeInUp 1s ease 0.9s forwards;
}

.btn-primary, .btn-secondary {
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary {
    background: linear-gradient(135deg, #d4af37, #b8941f);
    color: white;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.4);
}

.btn-secondary {
    background: transparent;
    color: #333;
    border: 2px solid #d4af37;
}

.btn-secondary:hover {
    background: #d4af37;
    color: white;
    transform: translateY(-3px);
}

.hero-stats {
    display: flex;
    justify-content: flex-start;
    gap: 3rem;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 1s ease 1.2s forwards;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 18px;
    font-weight: 700;
    color: #d4af37;
    font-family: 'Playfair Display', serif;
}

.stat-label {
    font-size: 8px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.5rem;
}

/* Floating Elements */
.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 8px;
    color: #333;
    animation: float 6s ease-in-out infinite;
}

.floating-card i {
    color: #d4af37;
    font-size: 18px;
}

.card-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.card-2 {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.card-3 {
    top: 40%;
    right: 5%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #666;
    font-size: 8px;
    animation: bounce 2s infinite;
}

.scroll-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}


/* Features Section */
.features {
    padding: 100px 0;
    background: #f8f9fa;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #d4af37;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 18px;
    color: #4b5563;
    max-width: 600px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: white;
    padding: 3rem 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #d4af37, #b8941f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.feature-icon i {
    font-size: 18px;
    color: white;
}

.feature-card h3 {
    font-size: 18px;
    color: #1f2937;
    margin-bottom: 1rem;
    font-family: 'Playfair Display', serif;
}

.feature-card p {
    color: #4b5563;
    line-height: 1.6;
}

/* Property Showcase */
.showcase {
    padding: 100px 0;
    background: white;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.showcase-item {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.showcase-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.showcase-image {
    position: relative;
    height: 250px;
    background: linear-gradient(135deg, #f8f8f8, #e8e8e8);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.image-placeholder {
    text-align: center;
    color: #666;
}

.image-placeholder i {
    font-size: 18px;
    color: #d4af37;
    margin-bottom: 1rem;
    display: block;
}

.image-placeholder span {
    font-size: 18px;
    font-weight: 600;
}

.showcase-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

.showcase-content {
    padding: 2rem;
}

.showcase-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #2c2c2c;
    margin-bottom: 0.5rem;
}

.price {
    font-size: 18px;
    font-weight: 700;
    color: #d4af37;
    margin-bottom: 1rem;
}

.showcase-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.showcase-features span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 8px;
    color: #666;
}

.showcase-features i {
    color: #d4af37;
}

/* Amenities Section */
.amenities {
    padding: 100px 0;
    background: #f8f8f8;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.amenity-item {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.amenity-item:hover {
    transform: translateY(-5px);
}

.amenity-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #d4af37, #b8941f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.amenity-icon i {
    font-size: 18px;
    color: white;
}

.amenity-item h4 {
    font-size: 18px;
    color: #1f2937;
    margin-bottom: 1rem;
    font-family: 'Playfair Display', serif;
}

.amenity-item p {
    color: #4b5563;
    line-height: 1.6;
}

/* Amenities Slider */
.amenities { background: #f8f9fa; padding: 24px 20px; }
.amenities-content { max-width: 1200px; margin: 0 auto; text-align: center; }
.amenities-eyebrow { 
    font-family: 'Playfair Display', serif;
    font-size: 22px !important;
    color: #d4af37;
    margin-bottom: 1.25rem;
    font-weight: 600;
}
.amenities-header { text-align: center; margin-bottom: 8px; }
.amenities-title { font-family: 'Playfair Display', serif; font-size: 18px; margin-top: 30px; margin-bottom: 14px; text-align: center; }

h1.amenities-title { font-family: 'Playfair Display', serif; font-size: 18px; margin-top: 30px; margin-bottom: 14px; text-align: center; }

.view-all-amenities-btn {
    display: block;
    margin: 15px auto 7px;
    padding: 7px 16px;
    background: linear-gradient(135deg, #d4af37, #b8941f);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
    width: fit-content;
    text-align: center;
}

.view-all-amenities-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(212, 175, 55, 0.4);
    background: linear-gradient(135deg, #b8941f, #d4af37);
}

.view-all-amenities-btn:active {
    transform: translateY(0);
}

.amenities-slider { display: grid; grid-template-columns: 40px 1fr 40px; align-items: center; gap: 8px; }
.amenities-arrow { background: transparent; border: none; font-size: 18px; cursor: pointer; color: #333; font-weight: bold; }
.amenities-viewport { overflow: hidden; width: 100%; }
.amenities-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc(33.333% - 14px); gap: 20px; scroll-behavior: smooth; }

.amenity-card { background: #fff; border-radius: 0px; box-shadow: 0 8px 24px rgba(0,0,0,0.08); overflow: hidden; }
.amenity-card img { width: 100%; height: 220px; object-fit: cover; display: block; }
.amenity-caption { padding: 12px 14px; font-weight: 600; text-align: center; font-family: 'Inter', sans-serif; }

@media (max-width: 680px){
    .amenities-slider { grid-template-columns: 32px 1fr 32px; }
    .amenities-track { 
        grid-auto-columns: 100%; 
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }
    .amenity-card { 
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }
    .amenity-card img { height: 180px; }
    
    .amenities-arrow {
        background: transparent;
        border: none;
        font-size: 18px;
        cursor: pointer;
        color: #333;
        font-weight: bold;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        max-width: 100%;
    }
    
    .feature-card {
        padding: 15px;
    }
    
    .feature-icon i {
        font-size: 20px;
    }
    
    .feature-label {
        font-size: 12px;
    }
    
    .connectivity-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .map-container iframe {
        height: 300px;
    }
    
    /* Responsive table for mobile */
    .price-table {
        max-width: 100%;
        margin: 0 10px;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        display: block;
        width: calc(100% - 20px);
    }
    
    .table-header {
        display: grid;
        grid-template-columns: 1fr 1.2fr 1.2fr;
        min-height: 50px;
        background: #d4af37;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        align-items: stretch;
    }
    
    .table-row {
        display: grid;
        grid-template-columns: 1fr 1.2fr 1.2fr;
        min-height: 70px;
        border-bottom: 1px solid #eee;
        align-items: stretch;
    }
    
    .table-row:last-child {
        border-bottom: none;
    }
    
    .header-cell {
        padding: 1rem 0.5rem;
        font-size: 12px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        font-weight: 600;
        color: white;
        text-align: center;
        position: relative;
    }
    
    .header-cell:last-child {
        border-right: none;
    }
    
    .table-cell {
        padding: 1rem 0.5rem;
        font-size: 12px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        border-right: 1px solid #f0f0f0;
        color: #333;
        text-align: center;
        position: relative;
        box-sizing: border-box;
    }
    
    .table-cell:nth-child(1) {
        /* Configuration column - ensure perfect alignment */
        text-align: center;
        line-height: 1.2;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .table-cell:nth-child(2) {
        /* Carpet area column - ensure text is centered */
        text-align: center;
        line-height: 1.4;
    }
    
    .table-cell:last-child {
        border-right: none;
        font-weight: 600;
        color: #d4af37;
        /* Price column - ensure button is centered */
        text-align: center;
    }
    
    .view-pricing-btn {
        padding: 4px 8px;
        font-size: 9px;
        white-space: nowrap;
        border: 1px solid #d4c28a;
        border-radius: 15px;
        background: transparent;
        color: #6a5c2e;
        font-weight: 600;
        max-width: 100%;
        text-align: center;
    }
}

/* Features & Amenities Section */
.features-amenities {
    padding: 20px 0;
    background: #f8f9fa;
    margin: 12px 0;
}

.features-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.features-title,
h1.features-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #d4af37;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 600;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.feature-card {
    background: transparent;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #f4d03f, #f7dc6f);
    border-radius: 50%;
    margin: 0 auto 12px auto;
    box-shadow: 0 4px 12px rgba(244, 208, 63, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.feature-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(244, 208, 63, 0.4);
}

.feature-icon i {
    font-size: 20px;
    color: #333;
}

.feature-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 1.3;
}

/* Floor Plan Section */
.floor-plan {
    background: #f8f9fa;
    padding: 20px 20px;
    margin: 12px 0;
}

.floor-plan-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.floor-plan-title,
h1.floor-plan-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #d4af37;
    margin-bottom: 40px;
    font-weight: 600;
}

.floor-plan-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.floor-plan-card {
    background: #f8f9fa;
    border: 2px solid #d4af37;
    border-radius: 8px;
    overflow: hidden;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-image {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.blurred-plan {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(8px);
    transition: filter 0.3s ease;
}

.view-plan-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #d4af37;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
}

.view-plan-btn:hover {
    background: #b8941f;
}

.view-plan-btn i {
    font-size: 8px;
}

.card-label {
    background: #d4af37;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

/* Contact Section */
.contact {
    background: #f8f9fa;
    padding: 28px 20px; /* match internal breathing space */
}

.contact-content {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-header {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #d4af37;
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Left column info */
.info-group {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 40px;
}

.info-icon {
    color: #d4af37;
    font-size: 18px;
    line-height: 1;
    margin-top: 4px;
}

.info-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.info-text p {
    color: #444;
}

/* Right column form */
.contact-form {
    width: 100%;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 36px;
}

.form-group label {
    font-weight: 600;
}

.req { color: #c13; }

.form-group input {
    border: 0;
    border-bottom: 2px solid #d4c28a;
    padding: 10px 0;
    outline: none;
    font-size: 18px;
}

.btn-submit {
    background: transparent;
    border: 2px solid #d4c28a;
    color: #6a5c2e;
    padding: 12px 24px;
    border-radius: 28px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: #d4af37;
    color: white;
    border-color: #d4af37;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-form {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .form-group {
        align-items: center;
        width: 100%;
        max-width: 400px;
    }
    
    .form-group input {
        text-align: center;
        width: 100%;
    }
}

/* Footer */
.footer {
    background: #1a1a1a;
    color: white;
    padding: 50px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-logo {
    margin-bottom: 1rem;
}


.footer-section h4 {
    margin-bottom: 1rem;
    color: #d4af37;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #d4af37;
}

.footer-section p {
    color: #ccc;
    margin-bottom: 0.5rem;
}

.footer-section i {
    color: #d4af37;
    margin-right: 10px;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #333;
    color: #999;
}

/* Mobile Viewport Height Fix */
:root {
    --vh: 1vh;
}

/* Responsive Design */
@media (max-width: 768px) {
    /* Clean hamburger: text-only button handled later */
    
    .nav-menu {
        position: fixed;
        right: -100%;
        left: auto;
        top: 50px;
        flex-direction: column;
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        width: 100%;
        text-align: center;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        padding: 16px 0;
        border-radius: 0 0 20px 20px;
        backdrop-filter: blur(10px);
        z-index: 999;
    }
    
    .nav-menu.active {
        right: 0;
        animation: slideInFromRight 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    @keyframes slideInFromRight {
        from {
            right: -100%;
            opacity: 0;
        }
        to {
            right: 0;
            opacity: 1;
        }
    }
    
    /* Hide call button from header on mobile */
    .nav-container .nav-call-btn {
        display: none !important;
    }
    
    .nav-menu li {
        margin: 0.25rem 0;
        opacity: 0;
        transform: translateY(20px);
        animation: slideInUp 0.6s ease forwards;
    }
    
    .nav-menu li:nth-child(1) { animation-delay: 0.1s; }
    .nav-menu li:nth-child(2) { animation-delay: 0.2s; }
    .nav-menu li:nth-child(3) { animation-delay: 0.3s; }
    .nav-menu li:nth-child(4) { animation-delay: 0.4s; }
    .nav-menu li:nth-child(5) { animation-delay: 0.5s; }
    .nav-menu li:nth-child(6) { animation-delay: 0.6s; }
    
    .nav-menu a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 16px 24px;
        color: #333;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.3px;
        border-radius: 8px;
        margin: 0 1rem;
        transition: color 0.3s ease;
        position: relative;
        overflow: visible; /* allow underline like desktop */
        -webkit-tap-highlight-color: transparent;
    }
    
    .nav-menu a i {
        font-size: 14px;
    }
    /* Remove hover effects on mobile */
    .nav-menu a::after { display: none !important; }
    .nav-menu a:hover::after,
    .nav-menu a:focus::after,
    .nav-menu a:active::after { display: none !important; }
    
    /* Remove mobile gradient hover; match desktop golden underline */
    .nav-menu a::before { display: none !important; }
    
    .nav-menu a:hover,
    .nav-menu a:focus,
    .nav-menu a:active {
        color: #d4af37 !important; /* golden like desktop */
        transform: none;
        box-shadow: none;
        outline: none;
    }
    
    @keyframes slideInUp {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .nav-container {
        display: flex !important;
        justify-content: flex-start !important; /* logo on the left */
        align-items: center !important;
        grid-template-columns: none !important;
        position: relative !important;
    }
    
    
    .nav-logo {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important; /* keep at left */
        gap: 1rem !important;
    }
    
    .hamburger {
        position: absolute !important;
        top: 0 !important;
        right: 10px !important; /* right aligned */
        bottom: 0 !important; /* allow vertical centering */
        margin: auto 0 !important; /* center vertically */
        background: transparent !important;
        backdrop-filter: none !important;
        padding: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        height: 50px !important; /* match navbar height */
        line-height: 50px !important;
        display: flex !important;
        align-items: center !important;
        z-index: 1001 !important;
        cursor: pointer;
    }
    
    /* Replace hamburger lines with text label on mobile */
    .hamburger span { display: none !important; }
    .hamburger::after {
        content: 'MENU';
        display: inline-block;
        font-weight: 600;
        letter-spacing: 0.5px;
        font-size: 12px;
        color: #333;
        background: transparent !important;
        padding: 0; /* no pill */
        border-radius: 0 !important; /* no rounded bg */
        box-shadow: none !important;
        line-height: 50px; /* vertically center text */
    }
    .hamburger:hover::after { background: transparent; box-shadow: none; }
    .hamburger.active::after { content: 'CLOSE'; }
    
    /* Mobile Floating Call Button */
    .mobile-call-btn {
        position: fixed !important;
        bottom: 20px !important;
        right: 20px !important;
        width: auto !important;
        height: 50px !important;
        padding: 12px 16px !important;
        font-size: 14px !important;
        z-index: 1000 !important;
        box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4) !important;
        animation: pulse 2s infinite !important;
        background: linear-gradient(135deg, #d4af37, #f4d03f) !important;
        color: #333 !important;
        border-radius: 25px !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
    }
    
    .mobile-call-btn:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 25px rgba(212, 175, 55, 0.6) !important;
    }
    
    .mobile-call-btn .call-icon {
        width: 30px !important;
        height: 30px !important;
        font-size: 14px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .mobile-call-btn .call-number {
        font-size: 12px !important;
        font-weight: 600 !important;
    }
    
    /* Pulse Animation for Mobile */
    @keyframes pulse {
        0% {
            box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
        }
        50% {
            box-shadow: 0 4px 20px rgba(212, 175, 55, 0.8), 0 0 0 10px rgba(212, 175, 55, 0.1);
        }
        100% {
            box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
        }
    }
}

    /* Hide mobile call button on desktop */
@media (min-width: 769px) {
    .mobile-call-btn {
        display: none !important;
    }
}

/* Mobile Menu Backdrop */
.mobile-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-backdrop.active {
    opacity: 1;
    visibility: visible;
}

/* Privacy Policy and Terms Modal Styles */
.privacy-modal, .terms-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.privacy-modal-content, .terms-modal-content {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.privacy-modal-header, .terms-modal-header {
    background: linear-gradient(135deg, #d4af37, #f4d03f);
    color: #333;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 12px 0 0;
}

.privacy-modal-header h2, .terms-modal-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.privacy-close-btn, .terms-close-btn {
    background: none;
    border: none;
    font-size: 28px;
    color: #333;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.privacy-close-btn:hover, .terms-close-btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
}

.privacy-modal-body, .terms-modal-body {
    padding: 30px;
    overflow-y: auto;
    flex: 1;
    line-height: 1.6;
}

.privacy-modal-body h3, .terms-modal-body h3 {
    color: #d4af37;
    font-size: 18px;
    margin: 25px 0 15px 0;
    font-weight: 600;
}

.privacy-modal-body h4, .terms-modal-body h4 {
    color: #333;
    font-size: 16px;
    margin: 20px 0 10px 0;
    font-weight: 600;
}

.privacy-modal-body p, .terms-modal-body p {
    margin: 15px 0;
    color: #555;
    font-size: 14px;
}

.privacy-modal-body ul, .terms-modal-body ul {
    margin: 15px 0;
    padding-left: 20px;
}

.privacy-modal-body li, .terms-modal-body li {
    margin: 8px 0;
    color: #555;
    font-size: 14px;
}

.privacy-modal-body a, .terms-modal-body a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 500;
}

.privacy-modal-body a:hover, .terms-modal-body a:hover {
    text-decoration: underline;
}

/* Privacy Policy and Terms Links in Consent */
.privacy-link, .terms-link {
    color: #d4af37 !important;
    text-decoration: underline !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.privacy-link:hover, .terms-link:hover {
    color: #b8941f !important;
    text-decoration: underline !important;
}

/* Mobile Responsive for Modals */
@media (max-width: 768px) {
    .privacy-modal, .terms-modal {
        padding: 10px;
    }
    
    .privacy-modal-content, .terms-modal-content {
        max-height: 95vh;
        border-radius: 8px;
    }
    
    .privacy-modal-header, .terms-modal-header {
        padding: 15px 20px;
        border-radius: 8px 8px 0 0;
    }
    
    .privacy-modal-header h2, .terms-modal-header h2 {
        font-size: 18px;
    }
    
    .privacy-modal-body, .terms-modal-body {
        padding: 20px;
    }
    
    .privacy-modal-body h3, .terms-modal-body h3 {
        font-size: 16px;
        margin: 20px 0 12px 0;
    }
    
    .privacy-modal-body h4, .terms-modal-body h4 {
        font-size: 14px;
        margin: 15px 0 8px 0;
    }
    
    .privacy-modal-body p, .terms-modal-body p {
        font-size: 13px;
        margin: 12px 0;
    }
    
    .privacy-modal-body li, .terms-modal-body li {
        font-size: 13px;
        margin: 6px 0;
    }
    
    .hero {
        height: 75vh;
        height: calc(var(--vh, 1vh) * 75);
        min-height: 450px;
        padding-top: 20px;
    }
    
    .hero-background {
        background-attachment: scroll;
        background-position: center center;
    }
    
    .hero-content {
        text-align: center;
        margin-left: 0;
        padding: 1.5rem 1rem;
        max-width: 95%;
        width: 100%;
    }
    
    .hero-title {
        font-size: clamp(2rem, 8vw, 3.5rem);
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin-bottom: 2rem;
    }
    
    .btn-primary, .btn-secondary {
        padding: 12px 24px;
        font-size: 14px;
        width: 100%;
        max-width: 250px;
    }
    
    .hero-stats {
        gap: 1.5rem;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .stat-item {
        text-align: center;
        min-width: 80px;
    }
    
    .floating-card {
        display: none;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 items per row on mobile */
        gap: 10px;
        max-width: 100%;
    }
    
    .feature-card {
        padding: 12px 8px;
    }
    
    .feature-icon {
        width: 42px;
        height: 42px;
        margin: 0 auto 8px;
    }
    
    .feature-label {
        font-size: 11px;
        font-weight: 600;
        line-height: 1.2;
    }
    
    .showcase-grid {
        grid-template-columns: 1fr;
    }
    
    .amenities-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    
    .section-header h2 {
        font-size: 18px;
    }
    
    .cta-content h2 {
        font-size: 18px;
    }
    
    .logo-main {
        font-size: 18px;
    }
    
    .logo-sub-line {
        font-size: 1.4rem;
    }
    
    .logo-line {
        height: 1px;
    }
}

@media (max-width: 480px) {
    .hero {
        height: 50vh;
        height: calc(var(--vh, 1vh) * 50);
        height: 50dvh; /* Dynamic viewport height for mobile browsers */
        min-height: 300px;
        padding-top: 5px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .hero-background {
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .hero-content {
        padding: 0.25rem;
        margin-top: 0.25rem;
        max-width: 100%;
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    
    .hero-title {
        font-size: clamp(1rem, 4vw, 1.5rem);
        line-height: 1.1;
        margin-bottom: 0.25rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
        font-weight: 700;
    }
    
    .hero-subtitle {
        font-size: 11px;
        line-height: 1.2;
        margin-bottom: 0.5rem;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 0.25rem;
        margin-bottom: 0.5rem;
        width: 100%;
    }
    
    .btn-primary, .btn-secondary {
        padding: 6px 12px;
        font-size: 9px;
        width: 100%;
        max-width: 150px;
        margin: 0 auto;
        border-radius: 20px;
    }
    
    .hero-stats {
        flex-direction: row;
        gap: 0.5rem;
        margin-top: 0.25rem;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .stat-item {
        min-width: 60px;
        text-align: center;
    }
    
    .stat-number {
        font-size: 12px;
        font-weight: 700;
    }
    
    .stat-label {
        font-size: 7px;
        margin-top: 2px;
    }
}

/* Extra small mobile devices */
@media (max-width: 360px) {
    .hero {
        height: 45vh;
        height: calc(var(--vh, 1vh) * 45);
        height: 45dvh;
        min-height: 250px;
    }
    
    .hero-content {
        padding: 0.1rem;
        margin-top: 0.1rem;
    }
    
    .hero-title {
        font-size: clamp(0.9rem, 3.5vw, 1.2rem);
        margin-bottom: 0.1rem;
    }
    
    .hero-subtitle {
        font-size: 10px;
        margin-bottom: 0.25rem;
    }
    
    .btn-primary, .btn-secondary {
        padding: 4px 8px;
        font-size: 8px;
        max-width: 120px;
    }
    
    .hero-stats {
        gap: 0.25rem;
        margin-top: 0.1rem;
    }
    
    .stat-number {
        font-size: 10px;
    }
    
    .stat-label {
        font-size: 6px;
    }
}

/* Lead Popup */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.popup-overlay.active { display: flex; }

.popup-dialog {
    background: #fbf2e4;
    width: min(1100px, 92vw);
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    padding: 28px 32px;
    position: relative;
    transform: translateY(10px);
    opacity: 0;
    transition: transform .25s ease, opacity .25s ease;
}

.popup-overlay.active .popup-dialog {
    transform: translateY(0);
    opacity: 1;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    color: #333;
}

.popup-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.popup-overview-eyebrow {
    color: #8e7d52;
    font-weight: 700;
    margin-bottom: 6px;
}

.popup-overview-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    margin-bottom: 14px;
}

.popup-overview p { margin-bottom: 12px; color: #333; }

.popup-form .form-group { margin-bottom: 28px; }
.popup-form .btn-submit { width: 160px; }

@media (max-width: 900px) {
    .popup-grid { grid-template-columns: 1fr; }
}

/* Popup v2 */
.popup-dialog { background: #fff; padding: 0; width: min(600px, 92vw); height: auto; max-height: 92vh; border-radius: 10px; display: flex; flex-direction: column; }
.popup-header {
    background: #ffffff;
    color: #333;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px 10px 0 0;
    border-bottom: 2px solid #d4af37;
}
.popup-title { font-weight: 800; letter-spacing: .3px; color: #d4af37; }
.popup-close { position: absolute; right: 12px; top: 6px; color: #333; font-size: 20px; background: transparent; border: 0; }
.popup-body { padding: 16px; background: #f8f6f3; border-radius: 0 0 10px 10px; flex: 1; display: flex; flex-direction: column; overflow: auto; }

.popup-logos { display: flex; align-items: center; justify-content: center; margin-bottom: 6px; }
.popup-logo { background: #fff; border: 1px solid #e5e5e5; border-radius: 6px; padding: 8px 14px; font-weight: 700; color: #2d3748; }
.popup-logo.center { text-align: center; }

.lead-form { margin-top: 6px; }
.lead-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 0; margin-bottom: 8px; }
.lead-input { position: relative; }
.lead-input input {
    width: 100%;
    padding: 12px 12px 12px 38px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #fff;
}
.lead-input-full { margin-bottom: 8px; }
.lead-icon { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); color: #d4af37; }

.lead-consent { display: grid; grid-template-columns: auto 1fr; gap: 8px; align-items: flex-start; font-size: 8px; color: #4a5568; margin: 8px 0 12px; }
.lead-consent input[type="checkbox"] { width: 10px; height: 10px; margin-top: 1px; }
.lead-consent a { color: #d4af37; text-decoration: underline; }

.lead-submit {
    width: 100%;
    padding: 12px 16px;
    border: none;
    border-radius: 6px;
    background: #d4af37;
    color: #333;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}
.lead-submit:hover { 
    background: #c19b2a; 
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}
.lead-submit:disabled { background: #ccc; cursor: not-allowed; }

.form-message { margin-top: 12px; padding: 10px; border-radius: 6px; text-align: center; font-weight: 500; }
.form-message.success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.form-message.error { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }

/* OTP Section Styles */
.otp-section {
    margin: 12px 0;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
}

.otp-section .lead-input {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.otp-section .lead-input input {
    flex: 1;
    padding: 12px 12px 12px 38px;
    font-size: 18px;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 600;
}

.send-otp-btn {
    padding: 12px 20px;
    background: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-size: 14px;
}

.send-otp-btn:hover {
    background: #0052a3;
    transform: translateY(-1px);
}

.send-otp-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

.otp-status {
    margin-top: 8px;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    min-height: 20px;
    display: none;
}

.otp-status.success {
    background: #d4edda;
    color: #155724;
    display: block;
}

.otp-status.error {
    background: #f8d7da;
    color: #721c24;
    display: block;
}

.otp-status.info {
    background: #d1ecf1;
    color: #0c5460;
    display: block;
}

.otp-status.warning {
    background: #fff3cd;
    color: #856404;
    display: block;
}

.otp-status.loading {
    background: #d1ecf1;
    color: #0c5460;
    display: block;
    position: relative;
    padding-left: 28px;
}

.otp-status.loading::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 2px solid #0c5460;
    border-top-color: transparent;
    border-radius: 50%;
    animation: otp-spin 0.8s linear infinite;
}

@keyframes otp-spin {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.otp-timer {
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

@media (max-width: 768px) {
    /* Keep horizontal layout on mobile - input and button side by side */
    .otp-section .lead-input {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: stretch;
    }

    .otp-section .lead-input input {
        flex: 1;
    }

    .send-otp-btn {
        white-space: nowrap;
        flex-shrink: 0;
    }
}

/* Disclaimer Section */
.disclaimer {
    background: #f0f0e8;
    padding: 40px 20px;
    margin-top: 40px;
}

.disclaimer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.disclaimer-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.disclaimer-logo {
    height: 80px;
    width: auto;
    max-width: 280px;
    object-fit: contain;
}

.rera-info h4 {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.disclaimer-heading {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #d4af37;
    text-align: center;
    margin: 0 0 20px 0;
    font-weight: 600;
}

.disclaimer-text {
    text-align: center;
}

.disclaimer-text p {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    text-align: left;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.disclaimer-text p strong {
    color: #333;
    font-weight: 600;
}



@media (max-width: 640px){
  .lead-row { 
    grid-template-columns: 1fr; 
    gap: 8px;
    margin-bottom: 6px;
  }
  
  /* Reduce popup and form size on mobile */
  .popup-dialog {
    width: 92vw !important;
    max-height: 90vh !important;
    margin: 4px;
    border-radius: 8px;
  }
  
  .popup-header {
    padding: 8px 12px;
    border-radius: 8px 8px 0 0;
  }
  
  .popup-title {
    font-size: 15px;
  }
  
  .popup-close {
    font-size: 22px;
    right: 10px;
    top: 4px;
  }
  
  .popup-body {
    padding: 10px;
    max-height: calc(90vh - 48px);
    overflow-y: auto;
  }
  
  .popup-logo {
    padding: 6px 12px;
    font-size: 13px;
    margin-bottom: 5px;
  }
  
  .lead-form {
    margin-top: 4px;
  }
  
  .lead-input input {
    padding: 10px 10px 10px 34px;
    font-size: 15px;
    border-radius: 5px;
    min-height: 42px;
  }
  
  .lead-input-full {
    margin-bottom: 6px;
  }
  
  .lead-icon {
    font-size: 15px;
    left: 11px;
  }
  
  .lead-consent {
    font-size: 8.5px;
    margin: 8px 0 10px;
    gap: 6px;
    line-height: 1.3;
  }
  
  .lead-consent input[type="checkbox"] {
    width: 11px;
    height: 11px;
    margin-top: 2px;
  }
  
  .lead-submit {
    padding: 11px 14px;
    font-size: 15px;
    border-radius: 5px;
    min-height: 44px;
  }
  
  .form-message {
    margin-top: 8px;
    padding: 8px;
    font-size: 12px;
    border-radius: 4px;
  }
  
  /* OTP Section - Reduced size on mobile */
  .otp-section {
    margin: 8px 0;
    padding: 8px;
  }
  
  /* Keep horizontal layout on mobile - input and button side by side */
  .otp-section .lead-input {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: stretch;
  }
  
  .otp-section .lead-input input {
    flex: 1;
    padding: 10px 10px 10px 34px;
    font-size: 16px;
    letter-spacing: 2px;
    min-height: 42px;
  }
  
  .otp-section .lead-icon {
    left: 11px;
    font-size: 15px;
  }
  
  .send-otp-btn {
    padding: 11px 14px;
    font-size: 14px;
    min-height: 44px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  
  .otp-status {
    font-size: 11px;
    padding: 8px;
    margin-top: 8px;
  }
  
  .otp-timer {
    font-size: 11px;
    margin-top: 8px;
  }
}

/* Floating Action Buttons */
.floating-actions {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1200;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease;
}

/* Left side floating buttons - WhatsApp and Call - MOBILE ONLY */
.left-floating-actions {
    display: none; /* Hidden on desktop */
}

.floating-actions.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.fab-btn {
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333; /* dark circle per theme */
    color: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
    text-decoration: none;
}

.fab-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.3);
}

.fab-btn:active { transform: translateY(0); }

.fab-whatsapp { background: #333; }
.fab-whatsapp i { font-size: 20px; color: #fff; }
.fab-top i { font-size: 18px; color: #fff; }

/* Hide call button on desktop */
.fab-call-desktop {
    display: none;
}

/* Golden focus ring on hover to match theme */
.fab-btn:hover, .fab-btn:focus {
    box-shadow: 0 8px 22px rgba(212, 175, 55, 0.35);
}

@media (max-width: 768px) {
    /* Show left floating actions on mobile */
    .left-floating-actions {
        position: fixed;
        left: 20px;
        bottom: 20px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        z-index: 1200;
        opacity: 0;
        pointer-events: none;
        transform: translateY(10px);
        transition: opacity .25s ease, transform .25s ease;
    }
    
    .left-floating-actions.visible {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
    
    /* Hide call and WhatsApp buttons from RIGHT side on mobile */
    .floating-actions .fab-call-desktop,
    .floating-actions .fab-whatsapp {
        display: none !important;
    }
    
    /* Hide mobile call button */
    .mobile-call-btn {
        display: none !important;
    }
}

@media (max-width: 480px){
    .floating-actions { right: 14px; bottom: 14px; gap: 10px; }
    .fab-btn { width: 46px; height: 46px; }
    
    /* Left side floating actions for mobile */
    .left-floating-actions {
        left: 14px;
        bottom: 14px;
        gap: 10px;
    }
    
    /* Extra small form sizes for very small screens */
    .popup-dialog {
        width: 94vw !important;
        margin: 3px;
        border-radius: 6px;
    }
    
    .popup-header {
        padding: 6px 10px;
    }
    
    .popup-title {
        font-size: 14px;
    }
    
    .popup-close {
        font-size: 20px;
        right: 8px;
        top: 2px;
    }
    
    .popup-body {
        padding: 8px;
    }
    
    .popup-logo {
        padding: 5px 10px;
        font-size: 12px;
        margin-bottom: 4px;
    }
    
    .lead-input input {
        padding: 9px 9px 9px 32px;
        font-size: 14px;
        min-height: 40px;
    }
    
    .lead-icon {
        font-size: 14px;
        left: 10px;
    }
    
    .lead-consent {
        font-size: 7.5px;
        margin: 6px 0 8px;
        gap: 5px;
    }
    
    .lead-submit {
        padding: 10px 12px;
        font-size: 14px;
        min-height: 42px;
    }
    
    /* OTP Section - Extra small */
    .otp-section {
        margin: 6px 0;
        padding: 6px;
    }
    
    /* Keep horizontal layout on mobile - input and button side by side */
    .otp-section .lead-input {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: stretch;
    }
    
    .otp-section .lead-input input {
        flex: 1;
        padding: 9px 9px 9px 32px;
        font-size: 15px;
        letter-spacing: 1.5px;
        min-height: 40px;
    }
    
    .otp-section .lead-icon {
        left: 10px;
        font-size: 14px;
    }
    
    .send-otp-btn {
        padding: 10px 12px;
        font-size: 13px;
        min-height: 42px;
        white-space: nowrap;
        flex-shrink: 0;
    }
    
    /* Extra responsive table for small mobile */
    .price-table {
        margin: 0 5px;
        border-radius: 10px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        display: block;
        width: calc(100% - 10px);
    }
    
    .table-header {
        display: grid;
        grid-template-columns: 1fr 1.5fr 1.2fr;
        min-height: 45px;
        background: #d4af37;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        align-items: stretch;
    }
    
    .table-row {
        display: grid;
        grid-template-columns: 1fr 1.5fr 1.2fr;
        min-height: 60px;
        border-bottom: 1px solid #eee;
        align-items: stretch;
    }
    
    .table-row:last-child {
        border-bottom: none;
    }
    
    .header-cell {
        padding: 0.75rem 0.25rem;
        font-size: 11px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        font-weight: 600;
        color: white;
        text-align: center;
    }
    
    .header-cell:last-child {
        border-right: none;
    }
    
    .table-cell {
        padding: 0.75rem 0.25rem;
        font-size: 11px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        border-right: 1px solid #f0f0f0;
        color: #333;
        text-align: center;
        position: relative;
        box-sizing: border-box;
    }
    
    .table-cell:nth-child(1) {
        /* Configuration column - ensure perfect alignment */
        text-align: center;
        line-height: 1.2;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .table-cell:nth-child(2) {
        /* Carpet area column - ensure text is centered */
        text-align: center;
        line-height: 1.4;
    }
    
    .table-cell:last-child {
        border-right: none;
        font-weight: 600;
        color: #d4af37;
        /* Price column - ensure button is centered */
        text-align: center;
    }
    
    .view-pricing-btn {
        padding: 3px 6px;
        font-size: 8px;
        border-radius: 12px;
        border: 1px solid #d4c28a;
        background: transparent;
        color: #6a5c2e;
        font-weight: 600;
        white-space: nowrap;
        max-width: 100%;
        text-align: center;
    }
}

/* Hide reCAPTCHA containers - they are invisible but container should be completely hidden */
#recaptcha-container,
#contact-recaptcha-container {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
}
