#nav-menu-btn .bg-wrap {
	background: #4b0082; /* Indigo for dark section */
}

#header-img-modal .bg-wrap {
    background-color: #4b0082; /* Indigo for dark section */
}

#header-img-modal .bg {
    background-image: url('../images/bg-69.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.4;
}

#desc-img-text .bg-wrap {
	background: #e6e6fa; /* Lavender for light section */
}

#text-3col-2 .bg-wrap {
	background: #3a3a81; /* Lavender for light section */
}

#testimonial-3col-3 .bg-wrap {
    background: #4b0082; /* Indigo for dark section */
}

#benefits-2col-4 .bg-wrap {
	background: #e6e6fa; /* Lavender for light section */
}

#contact-form-halfbg .bg-wrap {
	background: #e6e6fa; /* Lavender for light section */
}

#cookie-text-btn .bg-wrap {
    background-color: rgba(75, 0, 130, 0.9); /* Indigo with opacity for dark section */
}

#footer-text-2 .bg-wrap {
    background: #e6e6fa; /* Lavender for light section */
}