footer.layout-dark {
    background-color: #1f2a38 !important; /* EuroChem/Yara style */
    color: #ffffff !important;
}

footer.layout-dark a {
    color: #ffffff !important;
}

footer.layout-dark a:hover {
    color: #70c1b3 !important; /* optional: adds a subtle green hover */
}
/* ===== FIX BOTTOM COPYRIGHT BAR ===== */
.footer-bottom,
.site-footer-bottom,
.copy-right,
.layout-dark + div,
div.copy-right {
    background-color: #1f2a38 !important; /* Matches EuroChem/Yara navy */
    color: #ffffff !important;
}

.footer-bottom a,
.site-footer-bottom a,
.copy-right a,
div.copy-right a {
    color: #ffffff !important;
}
/* ===== HEADER TOP BAR (PHONE, EMAIL, ADDRESS) ===== */
.header-top,
.header-top * {
    background-color: #1f2a38 !important; /* Deep navy */
    color: #ffffff !important;
    fill: #ffffff !important;
}

.header-top a,
.header-top a:hover {
    color: #70c1b3 !important; /* Soft green hover accent */
}

/* ===== TOP HEADER BAR (Phone, Email, Address) ===== */
.header-top,
.header-top * {
  background-color: #1f2a38 !important; /* Deep navy */
  color: #ffffff !important;
  fill: #ffffff !important;
}

.header-top a,
.header-top a:link,
.header-top a:visited {
  color: #ffffff !important;
}

.header-top a:hover {
  color: #70c1b3 !important; /* Mint hover */
}