.contact-section {
    width: 100%;
    background-image: url('../images/contact/contact_background.png'); /* your actual image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 20px; /* Top-bottom and side padding */
    color: #fff; /* Optional: adjust for readability */
}


.voice-section{
    padding: 50px;
    max-width: 1600px;
    margin: auto;
}

form input, textarea {
    width: 100%; 
    padding: 8px; 
    margin-bottom: 10px;
    border-radius: 15px;
    color: darkgreen;
    border: darkgreen 1px solid;
}

form label{
    color: darkgreen;
}


form button {
    padding: 10px 20px; 
    background-color: #007bff; 
    color: white; 
    border: none;
    border-radius: 15px;
}