
.luxury-contact-section .container-fluid {
    max-width: 90%; 
    margin: 0 auto;
    overflow: hidden;
}
.contact-title {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    color: #1a3c34;
    font-weight: 500;
}

.contact-description {
    font-size: 1.07rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-top: 50px;
}

/* Image */
.mountain-img {
    width: 450px;
    filter: drop-shadow(0px 10px 15px rgba(0,0,0,0.1));
}

/* Form  */
.contact-card {
    background: #ffffff;
    padding: 50px; 
    border-radius: 12px;
    border: 1px solid rgba(197, 160, 89, 0.2);
}

.custom-input {
    border: 1px solid #e0e0e0 !important;
    border-radius: 2px !important;
    padding: 10px !important;
    background-color: #fcfcfc !important;
}

/* Submit Button */
.btn-submit-gold {
    background-color: #d4af37;
    border: none;
    width: 100%;
    padding: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #ffffff;
    transition: 0.4s all ease;
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.3);
}

.btn-submit-gold:hover {
    background-color: #b38f4d;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(197, 160, 89, 0.4);
}

.form-label {
    font-weight: 500;
    color: #333;
    font-size: 0.85rem;
}

@media (max-width: 991px) {
    
    .luxury-contact-section {
        padding-top: 15px !important;    
        padding-bottom: 20px !important; 
    }

  
    .luxury-contact-section .container-fluid {
        max-width: 95% !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .luxury-contact-section .row {
        display: flex !important;
        flex-direction: column-reverse !important;
        gap: 10px !important; 
    }

    
    .mountain-img {
        max-width: 230px !important; 
        margin: 5px auto 0 auto !important; 
    }

    .contact-card {
        padding: 15px !important; 
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

  
    .contact-title {
        font-size: 1.9rem !important;
        margin-top: 20px !important;
        margin-bottom: 5px !important;
        text-align: center;
    }

    .contact-description {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}