.error-name, .error-email, .error-phone, .error-email-valid, .error-phone-valid {
    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;
}



 :root {
            --primary-color: #2c6e3c;
            --primary-dark: #235732;
            --accent-color: #d4af37;
            --light-bg: #f8f9fa;
            --dark-text: #333;
            --light-text: #fff;
            --transition: all 0.3s ease;
        }
        
        body {
            font-family: 'Montserrat', sans-serif;
            color: var(--dark-text);
            overflow-x: hidden;
            line-height: 1.6;
        }
        
        h1, h2, h3, h4, h5 {
            font-family: 'Playfair Display', serif;
            font-weight: 700;
        }
        
       /* Navbar styling */
.navbar {
    background-color: darkgreen;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    transition: var(--transition);
}

.navbar-brand {
    font-weight: 600;
    color: white;
    font-size: 0.75rem; /* pehle bada tha, ab chhota */
    letter-spacing: 0.3px;
}

        .nav-link {
            color:white;
            font-weight: 500;
            margin: 0 12px;
            transition: var(--transition);
            position: relative;
        }
        
        .nav-link:after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: white;
            transition: var(--transition);
        }
        
        .nav-link:hover {
            color: white;
        }
        
        .nav-link:hover:after {
            width: 100%;
        }
        
        /* Hero section */
        .hero {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url('../images/gera-gardens-sky/slider-01.avif') center/cover no-repeat;
            color: var(--light-text);
            padding: 150px 0 120px;
            text-align: center;
            position: relative;
        }
        
        .hero:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><polygon points="0,100 100,0 100,100" style="fill:white;opacity:0.03;"/></svg>');
            background-size: cover;
        }
        
        .hero h1 {
            font-size: 3.8rem;
            font-weight: 800;
            margin-bottom: 20px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        }
        
        .hero p {
            font-size: 1.5rem;
            margin-bottom: 30px;
            font-weight: 300;
            letter-spacing: 0.5px;
        }
        
        .highlight {
            background: linear-gradient(135deg, rgba(44, 110, 60, 0.9) 0%, rgba(34, 90, 50, 0.9) 100%);
            padding: 35px 40px;
            border-radius: 12px;
            margin-top: 40px;
            display: inline-block;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            border: 1px solid rgba(212, 175, 55, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .highlight:before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
            transform: rotate(45deg);
        }
        
        .highlight h2 {
            font-size: 2rem;
            margin-bottom: 10px;
            color: var(--light-text);
        }
        
        .highlight h3 {
            font-size: 1.8rem;
            color: var(--accent-color);
            margin-bottom: 15px;
        }
        
        .highlight p {
            font-size: 1.2rem;
            margin-bottom: 0;
            color: rgba(255, 255, 255, 0.9);
        }
      .coming-soon-badge {
            display: block;
            background-color: var(--accent-color);
            color: var(--dark-text);
            padding: 8px 20px;
            border-radius: 30px;
            font-weight: 600;
            letter-spacing: 1px;
            margin: 30px auto 0;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            width: fit-content;
        }
        
        /* About section */
        .about {
            padding: 90px 0;
            background-color: var(--light-bg);
            position: relative;
        }
        
        .about:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 15px;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
        }
        
        .about-content {
            max-width: 850px;
            margin: 0 auto;
            text-align: center;
        }
        
        .about h2 {
            font-size: 2.5rem;
            margin-bottom: 25px;
            color: var(--primary-dark);
            position: relative;
            display: inline-block;
        }
        
        .about h2:after {
            content: '';
            position: absolute;
            width: 60px;
            height: 3px;
            background-color: var(--accent-color);
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .about p {
            margin-bottom: 25px;
            font-size: 1.1rem;
        }
        
        /* Features section */
        .features {
            padding: 90px 0;
            background:rgb(223, 240, 251);
        }
        
        .features h2 {
            font-size: 2.5rem;
            margin-bottom: 50px;
            color: var(--primary-dark);
            text-align: center;
            position: relative;
        }
        
        .features h2:after {
            content: '';
            position: absolute;
            width: 60px;
            height: 3px;
            background-color: var(--accent-color);
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .feature-box {
            text-align: center;
            padding: 30px 20px;
            border-radius: 10px;
            transition: var(--transition);
            margin-bottom: 30px;
        }
        
        .feature-box:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        .feature-icon {
            font-size: 3rem;
            color: var(--primary-color);
            margin-bottom: 20px;
        }
        
        /* Contact section */
        .contact {
            padding: 90px 0;
            position: relative;
        }
        
      .contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(26, 34, 143, 0.92), rgba(14, 99, 196, 0.92)), 
                url('../images/gera-gardens-sky/contact-01.jpg') center/cover no-repeat;
    z-index: -1;
}
        
        .contact h2 {
            font-size: 2.5rem;
            margin-bottom: 50px;
            color:white;
            text-align: center;
            position: relative;
        }
        
        .contact h2:after {
            content: '';
            position: absolute;
            width: 60px;
            height: 3px;
            background-color: var(--accent-color);
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .contact-form {
            max-width: 650px;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.95);
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
        }
        
        .form-label {
            font-weight: 600;
            color: var(--dark-text);
            margin-bottom: 8px;
        }
        
        .form-control {
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 6px;
            transition: var(--transition);
        }
        
        .form-control:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.25rem rgba(44, 110, 60, 0.25);
        }
        
        .btn-primary {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
            border: none;
            padding: 12px 30px;
            font-weight: 600;
            letter-spacing: 0.5px;
            border-radius: 6px;
            transition: var(--transition);
            box-shadow: 0 4px 15px rgba(44, 110, 60, 0.3);
        }
        
        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(44, 110, 60, 0.4);
        }
        
        /* Map section */
        .map-section {
            padding: 80px 0;
            background-color: var(--light-bg);
        }
        
        .map-section h2 {
            font-size: 2.5rem;
            margin-bottom: 50px;
            color: var(--primary-dark);
            text-align: center;
            position: relative;
        }
        
        .map-section h2:after {
            content: '';
            position: absolute;
            width: 60px;
            height: 3px;
            background-color: var(--accent-color);
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .map-container {
            height: 450px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        /* Footer */
        footer {
            background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);
            color: var(--light-text);
            padding: 40px 0 20px;
            text-align: center;
        }
        
        footer p {
            margin-bottom: 0;
            opacity: 0.9;
        }
        
        /* Back to top button */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            cursor: pointer;
            opacity: 0;
            transition: var(--transition);
            z-index: 1000;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }
        
        .back-to-top:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }
        
        .back-to-top.show {
            opacity: 1;
        }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .hero h1 {
                font-size: 3.2rem;
            }
            
            .highlight {
                padding: 25px 30px;
            }
            
            .highlight h2 {
                font-size: 1.7rem;
            }
            
            .highlight h3 {
                font-size: 1.5rem;
            }
        }
        
        @media (max-width: 768px) {
            .hero {
                padding: 120px 0 90px;
            }
            
            .hero h1 {
                font-size: 2.5rem;
            }
            
            .hero p {
                font-size: 1.2rem;
            }
            
            .highlight {
                padding: 20px;
                width: 90%;
            }
            
            .about, .contact, .map-section, .features {
                padding: 70px 0;
            }
            
            .contact-form {
                padding: 30px 25px;
            }
        }
        
        @media (max-width: 576px) {
            .navbar-brand {
                font-size: 1.4rem;
            }
            
            .hero h1 {
                font-size: 2.2rem;
            }
            
            .highlight h2 {
                font-size: 1.5rem;
            }
            
            .highlight h3 {
                font-size: 1.3rem;
            }
            
            .about h2, .contact h2, .map-section h2, .features h2 {
                font-size: 2rem;
            }
        }
        .navbar-brand{
            font-size: 1rem;;
        }
        /* Fix for mobile columns */
@media (max-width: 768px) {
    .features .col-md-4,
    .contact .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .features .feature-box {
        margin-bottom: 25px;
    }

    .contact-form {
        width: 100%;
        margin-top: 20px;
    }
}