#quote-form {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 20px;
    background: #f9f9f9;
}

#quote-form input,
#quote-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
}

.request-quote-button {
    background-color: #1e73be;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}