/* Color fix stylesheet to ensure correct background colors */

/* Disable the body::before overlay that's causing the color issues */
body::before {
    display: none !important;
    background: none !important;
    content: none !important;
}

/* Reset any potential background colors from other stylesheets */
html, body {
    background-color: transparent !important;
}

/* Ensure the footer has the correct background color and position */
footer {
    background-color: #FDFBF8 !important;
    background: #FDFBF8 !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Ensure the bottom-cta section has the correct background color and position */
.bottom-cta {
    background-color: #FDFBF8 !important;
    background: #FDFBF8 !important;
    position: relative !important;
    z-index: 1 !important;
}

.bottom-cta .container {
    background-color: #FDFBF8 !important;
    background: #FDFBF8 !important;
}

/* Ensure the testimonials section has the correct background color */
.testimonials {
    background-color: #FDFBF8 !important;
    background: #FDFBF8 !important;
    position: relative !important;
    z-index: 1 !important;
}
