.error-name, .error-email, .error-phone, .error-email-valid, .error-phone-valid, .error-location, .error-property-type, .error-budget {
    color: red;
    float: left;
    margin-bottom: 10px;
    display: none;
}

#loading_bottom_1, #loading_bottom_2, #loading_bottom_3 {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
}

#contactForm {
    position: relative;
}

#contactForm div {
    margin-bottom: 10px;
}



 :root {
            --primary-dark: #1a2a3a;
            --gold: #c6a769;
            --light-gold: #d6c194;
            --light-bg: #f8f9fa;
        }
        
        body {
            font-family: 'Montserrat', sans-serif;
            color: #333;
            padding-top: 76px;
        }
        
        h1, h2, h3, h4, h5, .navbar-brand {
            font-family: 'Cinzel', serif;
            font-weight: 600;
        }
        
        /* Navigation */
        .navbar {
            background-color: rgba(26, 42, 58, 0.95);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            padding: 12px 0;
            transition: all 0.3s ease;
        }
        
        .navbar-brand {
            font-size: 1.6rem;
            color: var(--gold);
        }
        
        .nav-link {
            color: #fff !important;
            font-weight: 500;
            margin: 0 8px;
            transition: color 0.3s;
            font-size: 0.95rem;
        }
        
        .nav-link:hover {
            color: var(--gold) !important;
        }
        
        /* Hero Carousel */
        .carousel-item {
            height: 100vh;
            min-height: 500px;
            background-color: #f0f0f0;
        }
        
        .carousel-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .carousel-caption {
            bottom: 30%;
            text-align: left;
            max-width: 600px;
            background-color: rgba(26, 42, 58, 0.7);
            padding: 25px;
            border-left: 4px solid var(--gold);
        }
        
        .carousel-caption h1 {
            font-size: 2.2rem;
            margin-bottom: 0.8rem;
            color: var(--gold);
        }
        
        .carousel-caption p {
            font-size: 1.1rem;
            margin-bottom: 0.5rem;
        }
        
        /* Buttons */
        .btn-gold {
            background-color: var(--gold);
            color: #fff;
            padding: 10px 25px;
            border-radius: 0;
            font-weight: 500;
            transition: all 0.3s;
            font-size: 0.95rem;
        }
        
        .btn-gold:hover {
            background-color: #b59458;
            color: #fff;
        }
        
        /* Section Headers */
        .section-header {
            text-align: center;
            margin: 25px 0 20px;
            position: relative;
        }
        
        .section-header h2 {
            font-size: 2.2rem;
            margin-bottom: 15px;
            color: var(--primary-dark);
            position: relative;
            display: inline-block;
        }
        
        .section-header h2::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 70px;
            height: 2px;
            background-color: var(--gold);
        }
        
        /* Section Padding - Reduced overall spacing */
        .section-padding {
            padding: 30px 0;
        }
        
        /* Cards */
        .card {
            border: none;
            border-radius: 0;
            transition: transform 0.3s, box-shadow 0.3s;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            margin-bottom: 20px;
        }
        
        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .feature-icon {
            font-size: 2.2rem;
            color: var(--gold);
            margin-bottom: 15px;
        }
        
        /* Content Images */
        .content-image {
            width: 100%;
            margin-bottom: 20px;
            border: 5px solid white;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        /* Pricing Cards */
        .pricing-card {
            background-color: #fff;
            padding: 25px;
            text-align: center;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            border-top: 4px solid var(--gold);
            margin-bottom: 20px;
        }
        
        .price-tag {
            color: var(--gold);
            font-size: 1.8rem;
            margin-bottom: 12px;
        }
        
        /* Dark Background Sections - Reduced padding */
        .bg-dark-custom {
            background-color: var(--primary-dark);
            color: #fff;
            padding: 30px 20px;
            margin: 15px 0;
        }
        
        /* Amenities - Reduced spacing */
        .amenity-item {
            margin-bottom: 20px;
            text-align: center;
        }
        
        .amenity-icon {
            font-size: 2rem;
            color: var(--gold);
            margin-bottom: 10px;
        }
        
        /* Location */
        .location-benefit {
            margin-bottom: 20px;
        }
        
        .location-benefit h5 {
            color: var(--gold);
            margin-bottom: 8px;
            font-size: 1.1rem;
        }
        
        /* Map */
        .map-container {
            position: relative;
            overflow: hidden;
            padding-top: 56.25%; /* 16:9 Aspect Ratio */
        }
        
        .map-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        
        /* Contact Form */
        .contact-section {
            background-color: var(--light-bg);
            padding: 50px 0;
        }
        
        .contact-header {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .contact-header h2 {
            color: var(--primary-dark);
            margin-bottom: 12px;
        }
        
        /* Footer */
        .footer {
            background-color: var(--primary-dark);
            color: #fff;
            padding: 25px 0;
            text-align: center;
            font-size: 0.9rem;
        }
        
        /* NEW: Back to Top Button */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background-color: var(--gold);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            opacity: 0;
            visibility: hidden;
            z-index: 1000;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }
        
        .back-to-top.show {
            opacity: 1;
            visibility: visible;
        }
        
        .back-to-top:hover {
            background-color: var(--primary-dark);
            transform: translateY(-5px);
        }
        
        /* NEW: Coming Soon Modal */
        .modal-content {
            border-radius: 0;
            border: none;
        }
        
        .modal-header {
            background-color: var(--primary-dark);
            color: white;
            border-bottom: 3px solid var(--gold);
        }
        
        .modal-title {
            font-family: 'Cinzel', serif;
            color: var(--gold);
        }
        
        .modal-body {
            padding: 30px;
            text-align: center;
        }
        
        .modal-icon {
            font-size: 4rem;
            color: var(--gold);
            margin-bottom: 20px;
        }
        
        .modal-countdown {
            font-size: 1.5rem;
            margin: 20px 0;
            font-weight: bold;
            color: var(--primary-dark);
        }
        
        .modal-footer {
            border-top: 1px solid #eee;
            justify-content: center;
            padding: 20px;
        }
        
        .comingSoonModal {
            display: none;
        }
        
        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .navbar-brand {
                font-size: 1.4rem;
            }
            
            .nav-link {
                margin: 0 5px;
                font-size: 0.9rem;
            }
            
            .carousel-caption {
                bottom: 20%;
                padding: 20px;
                max-width: 90%;
            }
            
            .carousel-caption h1 {
                font-size: 1.8rem;
            }
            
            .carousel-caption p {
                font-size: 1rem;
            }
            
            .section-header h2 {
                font-size: 1.9rem;
            }
            
            .section-padding {
                padding: 25px 0;
            }
            
            .bg-dark-custom {
                padding: 25px 15px;
                margin: 12px 0;
            }
            
            .amenity-item {
                margin-bottom: 18px;
            }
            
            /* Back to Top Button */
            .back-to-top {
                bottom: 20px;
                right: 20px;
                width: 45px;
                height: 45px;
                font-size: 18px;
            }
        }
        
        @media (max-width: 768px) {
            body {
                padding-top: 70px;
            }
            
            .navbar {
                padding: 10px 0;
            }
            
            .carousel-item {
                height: 60vh;
                min-height: 400px;
            }
            
            .carousel-caption {
                bottom: 15%;
                padding: 15px;
            }
            
            .carousel-caption h1 {
                font-size: 1.5rem;
                margin-bottom: 0.5rem;
            }
            
            .carousel-caption p {
                font-size: 0.9rem;
                margin-bottom: 0.3rem;
            }
            
            .section-header {
                margin: 20px 0 15px;
            }
            
            .section-header h2 {
                font-size: 1.7rem;
            }
            
            .section-padding {
                padding: 20px 0;
            }
            
            .content-image {
                margin-bottom: 15px;
            }
            
            .feature-icon, .amenity-icon {
                font-size: 1.8rem;
                margin-bottom: 8px;
            }
            
            .bg-dark-custom {
                padding: 20px 12px;
                margin: 10px 0;
            }
            
            .amenity-item {
                margin-bottom: 15px;
            }
            
            .contact-section {
                padding: 35px 0;
            }
            
            .btn-gold {
                padding: 8px 20px;
                font-size: 0.9rem;
            }
            
            /* Modal */
            .modal-icon {
                font-size: 3rem;
            }
            
            .modal-countdown {
                font-size: 1.2rem;
            }
        }
        
        @media (max-width: 576px) {
            .carousel-item {
                height: 50vh;
                min-height: 350px;
            }
            
            .carousel-caption {
                bottom: 10%;
                padding: 12px;
            }
            
            .carousel-caption h1 {
                font-size: 1.3rem;
            }
            
            .carousel-caption p {
                font-size: 0.85rem;
            }
            
            .section-header h2 {
                font-size: 1.5rem;
            }
            
            .section-header h2::after {
                bottom: -6px;
                width: 50px;
                height: 2px;
            }
            
            .price-tag {
                font-size: 1.5rem;
            }
            
            .amenity-icon {
                font-size: 1.6rem;
            }
            
            .footer {
                padding: 20px 0;
                font-size: 0.8rem;
            }
            
            .bg-dark-custom {
                padding: 15px 10px;
                margin: 8px 0;
            }
            
            .amenity-item {
                margin-bottom: 12px;
            }
            
            /* Back to Top Button */
            .back-to-top {
                bottom: 15px;
                right: 15px;
                width: 40px;
                height: 40px;
                font-size: 16px;
            }
        }