/* Override section background colors to use consistent light grey */
.about,
.services,
.process,
.process-products,
.products,
.contact,
.documents {
    background-color: var(--gray);
}

/* Ensure cards and content areas stand out against the grey background */
.service-card,
.process-item,
.product-card,
.product-item,
.contact-info,
.document-card {
    background-color: #e8e8e8;
}