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

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

#nav-menu-full .bg-wrap{
    background-color: #1a2332;
}

#header-halfbg-text .bg-wrap {
	background: #1e3a5f;
}

#desc-halfbg-text-2 .bg-wrap {
	background: #6a4c93;
}

#testimonial-3col-2 .bg {
    background-image: url('../images/bg-66.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.36;
}

#desc-img-text .bg-wrap {
	background: #1e3a5f;
}

#desc-text-halfbg-2 .bg-wrap {
    background: #6a4c93;
}

#contact-form .bg {
	background-image: url('../images/bg-31.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
	opacity: 0.37;
}

#cookie-text .bg-wrap {
    background-color: rgba(10,25,41,0.95);
}

#footer-logo-text-btn .bg-wrap {
	background: #1a2332;
}