/* Dark sections - darker backgrounds */
.dark .bg {
    background-color: #34495e !important;
}

/* Light sections - lighter backgrounds */
.light .bg {
    background-color: #ecf0f1 !important;
}

/* Additional color variations */
#header-text-text .bg {
    background-image: url('../images/bg-29.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    opacity: 0.25;
    background-color: #3498db;
}

#benefits-3col-5 .bg {
    background-image: url('../images/bg-29.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:0.1;
    background-color: #2c3e50;
}

#new-section-content .bg {
    background-color: #bdc3c7;
}

#cookie-text-btn .bg-wrap {
	background: #2c3e50;
}
