#header-text-text .bg {
    background-image: url('../images/bg-29.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.25;
}
#desc-text-halfbg-2 .bg-wrap {
    background: #ff99bb; /* lighter version of original rgba(255, 100, 150, 0.61) */
}
#desc-text-halfbg .bg-wrap {
    background: #2a1c2a; /* darker version of original #4a2c4a */
}
#desc-text .bg {
    background-image: url('../images/bg-68.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:0.35;
}
#cookie-text .bg-wrap {
    background-color: rgba(74, 44, 74, 0.95); /* keeping cookie section unchanged */
}
#benefits-4col-2 .bg-wrap {
    background: #ffffff; /* light background for light section */
}
#benefits-4col-2--0 .bg-wrap {
    background: #ffffff; /* light background for light section */
}
#contact-form-halfbg .bg-wrap {
    background: #f0f0f0; /* light background for light section */
}
#footer-text-logo-text-2 .bg-wrap {
    background: #2a1c2a; /* darker version to match other dark sections */
}