#nav-logo-menu-2 .bg-wrap {
    background: #8b0000; /* Dark red for dark section */
}

#header-halfbg-timer-form .bg-wrap {
    background: #ffe4e1; /* Light red for light section */
}

#desc-text-halfbg-2 .bg-wrap {
    background: #8b0000; /* Dark red for dark section */
}

#text-3col-4 .bg-wrap {
    background: #ffe4e1; /* Light red for light section */
}

#desc-text-3 .bg-wrap {
    background-color: #8b0000; /* Dark red for dark section */
}

#desc-text-3 .bg {
    background-image: url('../images/bg-76.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.03;
}

#text-2col-3 .bg-wrap {
    background: #ffe4e1; /* Light red for light section */
}

#contact-form-map .bg-wrap {
    background: #ffe4e1; /* Light red for light section */
}

#cookie-text .bg-wrap {
    background-color: rgba(139, 0, 0, 0.95); /* Dark red with opacity for dark section */
}

#footer-img-text .bg-wrap {
    background-color: #ffe4e1; /* Light red for light section */
}