/* --- Header banner (dark) --- */
.ecl-site-header__banner {
  background-color: #00002e !important;
  color: #ffffff !important;
}

/* Banner links */
.ecl-site-header__banner a,
.ecl-site-header__banner a:visited {
  color: #ffffff !important;
}

.ecl-site-header__banner a:hover,
.ecl-site-header__banner a:focus {
  color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}

/* --- Header main area (white) --- */
.ecl-site-header {
  background-color: #ffffff !important;
  color: #00002e !important;
}

/* Header nav links default color (for Login, Language, etc.) */


/* --- Footer (dark) --- */
.ecl-site-footer {
  background-color: #00002e !important;
  color: #ffffff !important;
}

.ecl-site-footer,
.ecl-site-footer a,
.ecl-site-footer a:visited {
  color: #ffffff !important;
}

.ecl-site-footer a:hover,
.ecl-site-footer a:focus {
  color: #ffffff !important;
  text-decoration: underline;
}

/* --- Primary button (dark background) --- */
.ecl-button.ecl-button--primary,
.ecl-button.ecl-button--primary:visited {
  background-color: #00002e !important;
  border-color: #00002e !important;
  color: #ffffff !important;
}

/* Hover/focus for primary button */
.ecl-button.ecl-button--primary:hover,
.ecl-button.ecl-button--primary:focus {
  background-color: #00002e !important;
  border-color: #00002e !important;
  filter: brightness(1.1); /* subtle hover effect */
}

/* ECL MENU */
#deep-main-menu {
  background-color:  #00002e;
}

