.contact, .customer-form-section {
background: linear-gradient(to bottom, #1A3D32, #1A3D32); /* Solid color fallback */
color: #F9EDC4;
box-shadow: 0 4px 8px #1A3D32;
padding: 2rem;
.contact button,
}
.customer-form-section button {
background-color: #F9EDC4;
color: #1A3D32;
border: none;
padding: 0.75rem 1.5rem;
font-weight: bold;
cursor: pointer;
}
.contact .button--secondary,
.customer-form-section .button--secondary {
background-color: transparent;
border: 2px solid #F9EDC4;
color: #F9EDC4;
}
.contact input,
.contact textarea,
.customer-form-section input,
.customer-form-section textarea {
color: #1A3D32;
border: 1px solid #F9EDC4;
background-color: #F9EDC4;
}