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

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

#nav-logo-menu-social .bg-wrap {
	background: #1e293b;
}

#header-text-2 .bg {
    background-image: url('../images/bg-42.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    opacity: 0.43;
}

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

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

#desc-halfbg-text-5 .bg-wrap {
	background: #1e293b;
}

#footer-img-text .bg-wrap {
    background-color: #cbd5e1;
}