/* 6Ponds footer — site-wide navy styling (all routes incl. plugin pages) */

footer {
  background: #1a1f36 !important;
  color: #c7d2fe;
}

footer h4 {
  color: #fff;
}

footer p,
footer .company strong,
footer section.two span {
  color: #c7d2fe;
}

footer a {
  color: #e0e7ff;
}

footer a:hover {
  color: #fff;
}

footer section.two {
  border-top-color: rgba(255, 255, 255, 0.12);
  color: #9ca3af;
}

footer section.two a {
  color: #e0e7ff;
}

footer section.two a:hover {
  color: #fff;
}

footer .col.socialx a,
footer .col.pages a,
footer .col.locale a {
  color: #e0e7ff;
}

footer .col.socialx a:hover,
footer .col.pages a:hover,
footer .col.locale a:hover {
  color: #fff;
}

footer .socialx a svg {
  fill: #e0e7ff;
}

footer .socialx a:hover svg {
  fill: #fff;
}

footer .social a i,
footer .col.socialx a i {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

footer .quick-links a {
  background: rgba(255, 255, 255, 0.1);
  color: #e0e7ff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

footer .quick-links a:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

footer p.logo img {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.95);
  filter: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

footer .col.locale a.lang img {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

footer .col.locale a.lang.active {
  color: #fff;
  font-weight: 600;
}