/* --- Contact Form Section --- */
.contact-form-section {
    padding: 80px 0;
    background: linear-gradient(to bottom, #e0f7fa, #ced4da, #e0f7fa);
}

.contact-form-section h2 {
    font-family: 'Oswald', sans-serif;
    color: #212529;
    font-size: 2.5rem;
    letter-spacing: 1.5px;
}

.contact-form-section .form-label {
    font-weight: 500;
    color: #343a40;
}

.contact-form-section .form-control,
.contact-form-section .form-select {
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding: 10px;
}

.contact-form-section .btn-primary {
    background-color: #212529;
    border-color: #212529;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 50px;
    transition: background-color 0.3s, transform 0.3s;
}

.contact-form-section .btn-primary:hover {
    background-color: #000;
    transform: translateY(-2px);
}
