/* Change header background color to blue */
header,
.site-header,
.elementor-header,
.masthead,
#masthead,
.wp-block-template-part header {
    background-color: #0073aa !important; /* Standard WordPress Blue */
}

/* Ensure text elements inside the header are readable */
header a,
.site-header a,
.elementor-header a,
.masthead a,
#masthead a {
    color: #ffffff !important;
}

header p,
header span,
header h1,
header h2,
header h3 {
    color: #ffffff !important;
}
