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

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

#desc-text .bg {
    background-image: url('../images/bg-68.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:0.35;
}#desc-text-2 .bg {
    background-image: url('../images/bg-73.webp');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    opacity: 0.14;
}#desc-text-text-img .bg-wrap {
    background-color: #f3e8ff;
}
#cookie-text .bg-wrap {
    background-color: rgba(76,29,149,0.9);
}