
#nav-logo-menu-btn .bg-wrap {
	background: #1a365d; /* Deep blue for navigation */
}#header-textbox .bg-wrap {
    background-color: #2c5282; /* Slightly lighter blue for header */
}

#header-textbox .bg {
    background-image: url('../images/bg-71.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.2;
    background-color: #d4b16a; /* Gold tint for header background */
}#benefits-4col-4 .bg-wrap {
    background-color: #ebf8ff; /* Very light blue for light sections */
}#benefits-2col-9 .bg-wrap {
    background-color: #e6f0ff; /* Light blue background for benefits */
}

#benefits-2col-9 .bg {
    background-image: url(../images/bg-pattern-3-primary.webp);
    background-repeat: repeat;
    background-size: 50px auto;
    opacity: 0.15;
    background-color: #2c5282; /* Matching blue for pattern background */
}
#benefits-2col-9--0 .bg-wrap {
    background-color: #f0f4f8; /* Very light blue for alternate benefits */
}

#benefits-2col-9--0 .bg {
    background-image: url(../images/bg-pattern-3-primary.webp);
    background-repeat: repeat;
    background-size: 50px auto;
    opacity: 0.15;
    background-color: #2c5282; /* Matching blue for pattern background */
}
#cookie-text .bg-wrap {
    background: rgba(26, 54, 93, 0.95); /* Semi-transparent dark blue for cookie notice */
}
