/* GLOBAL STYLES & LUXURY FONT SETUP */
:root {
    --primary-color: #0d1a26; /* Deep Navy/Dark Background */
    --accent-color: #1d5b8b; /* Gold Accent */
    --text-color: #ffffff;
    --light-gray: #f4f4f4;
    --whatsapp-color: #25D366;
    --call-color: #007bff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--primary-color);
    background-color: var(--light-gray);
    line-height: 1.6;
    padding-bottom: 0; /* Default: No padding */
}

h1, h2 {
    font-family: 'Playfair Display', serif;
}

/* --- HERO SECTION STYLING (UPDATED FOR HIGH-RES IMAGE) --- */
.hero-section {
    position: relative;
    height: 100vh;
    /* अपनी हाई-रिज़ॉल्यूशन लग्जरी इमेज का URL यहाँ डालें */
    background-image: url('images/b1.jpg text=LUXURY+APARTMENT+MANESAR+VIEW'); 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* यह सुनिश्चित करता है कि इमेज फुल-डिस्प्ले में कवर हो */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* टेक्स्ट की पठनीयता के लिए डार्क ट्रांसपेरेंट ओवरले */
    background: rgba(0, 0, 0, 0.55); 
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: var(--text-color);
    max-width: 900px;
    padding: 20px;
}

.main-heading {
    font-size: 3.5em;
    margin-bottom: 15px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8); /* Stronger shadow for eye-catching look */
}

.sub-heading {
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 40px;
}

/* LEAD FORM CONTAINER STYLING (Unchanged) */
.lead-form-container {
    background: rgba(255, 255, 255, 0.95); 
    padding: 30px;
    border-radius: 8px;
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4); /* Deeper shadow */
    color: var(--primary-color);
}

.lead-form h3 {
    font-size: 1.4em;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--primary-color);
}

.lead-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
}

.form-note {
    font-size: 0.9em;
    color: #cc0000; 
    margin-top: 10px;
    font-weight: 600;
}

/* CTA BUTTON STYLING (Unchanged) */
.cta-button {
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.1s ease;
    letter-spacing: 1px;
}

.cta-button.gold {
    background-color: var(--accent-color);
    color: var(--primary-color);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.5);
}

.cta-button.gold:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.cta-button.blue {
    background-color: var(--primary-color);
    color: var(--text-color);
    width: auto;
    margin-top: 30px;
}
.cta-button.blue:hover {
    background-color: #08111a;
    transform: translateY(-2px);
}

/* HIGHLIGHTS & GALLERY SECTIONS (Unchanged) */
.highlights-section, .gallery-section {
    padding: 60px 20px;
    text-align: center;
}

.section-title {
    font-size: 2.5em;
    margin-bottom: 40px;
    color: var(--primary-color);
    position: relative;
}
.section-title::after {
    content: '';
    width: 50px;
    height: 3px;
    background-color: var(--accent-color);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.highlights-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.highlight-item {
    flex: 1 1 200px;
    padding: 20px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.highlight-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.highlight-item .icon {
    font-size: 2.5em;
    display: block;
    margin-bottom: 10px;
}

.gallery-section {
    background-color: #e9e9e9;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto 30px;
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* FOOTER SECTION (Unchanged) */
.footer-section {
    background-color: var(--primary-color);
    color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    text-align: center;
    font-size: 0.9em;
}

/* --- MOBILE FIXED CTA BAR STYLING (NEW SECTION) --- */
.mobile-cta-bar {
    position: fixed; /* स्क्रीन पर फिक्स रहेगा */
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: var(--primary-color);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    visibility: hidden; /* Desktop पर छिपा हुआ */
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease;
}

.mobile-cta-btn {
    flex: 1; /* तीनों बटन बराबर जगह लेंगे */
    text-align: center;
    padding: 12px 5px;
    color: var(--text-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    transition: background-color 0.2s;
}

.mobile-cta-btn i {
    font-size: 1.2em;
}

/* Button Colors */
.mobile-cta-btn.call {
    background-color: var(--call-color);
}
.mobile-cta-btn.whatsapp {
    background-color: var(--whatsapp-color);
}
.mobile-cta-btn.enquire {
    background-color: #4a4a4a; /* Dark Grey for Enquiry */
}

/* --- MEDIA QUERIES FOR MOBILE OPTIMIZATION --- */
@media (max-width: 768px) {
    .main-heading {
        font-size: 2.2em; /* Smaller on mobile */
    }
    .sub-heading {
        font-size: 1em;
        margin-bottom: 20px;
    }
    .lead-form-container {
        padding: 15px;
        width: 90%;
    }
    .highlights-grid {
        flex-direction: column;
    }
    
    /* Mobile CTA Bar: Show on Mobile */
    .mobile-cta-bar {
        visibility: visible;
        opacity: 1;
        height: 60px; /* फिक्स्ड बार की ऊंचाई */
    }
    
    /* बॉडी में नीचे पैडिंग जोड़ें ताकि फिक्स्ड बार कंटेंट को ओवरलैप न करे */
    body {
        padding-bottom: 60px;
    }
}