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

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

#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;
}

#desc-img-text-9 .bg {
    background-image: url('../images/item-grid-horizontal-3.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:0.15;
}

#cookie-text .bg-wrap {
    background-color: rgba(45,27,78,0.95);
}