#nav-logo-menu-2 .bg-wrap {
    background: #4527A0; /* Deep purple for navigation */
}
#header-textbox-2 .bg-wrap {
    background-color: #f3e5f5; /* Light purple for header */
}
#header-textbox-2 .bg {
    background-image: url('../images/bg-62.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.2;
    background-color: #4DB6AC; /* Teal tint for header background */
}
#desc-img-text-text .bg-wrap {
    background-color: #e8f5e9; /* Very light green for content sections */
}
#benefits-3col-7 .bg-wrap {
    background-color: #e0f7fa; /* Light teal for benefits section */
}
#desc-list-img .bg-wrap {
    background-color: #e8f5e9; /* Very light green for list section */
}
#desc-halfbg-text-7 .bg-wrap {
    background-color: #e0f7fa; /* Light teal for half background text section */
}
#text-3col-2 .bg-wrap {
    background-color: #f3e5f5; /* Light purple for three column section */
}
#contact-img-form .bg-wrap {
    background-color: #e8f5e9; /* Very light green for contact section */
}
#footer-logo-text-social .bg-wrap {
    background: #311B92; /* Darker purple for footer */
}
