#contact-form .form-control {
    background-color: transparent; /* Transparent background */
    border: 1px solid #ddd; /* Light border */
    color: #333; /* Text color */
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}