label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

#enquiryForm label {
    font-family: system-ui;
    font-size: 15px;
}

#enquiryForm input,
select, textarea {
    font-size: 14px;
    border-radius: 7px;
    border: 1.5px solid gray;
}