/* ===============================
   FOOTER
================================ */
.site-footer {
  background: #1e3a8a;
  color: #ffffff;
  padding: 50px 20px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.footer-socials,
.footer-links {
  margin-bottom: 20px;
}

.footer-socials a,
.footer-links a {
  margin: 0 10px;
  color: #c7d2fe;
  text-decoration: none;
  font-weight: 500;
}

.footer-socials a:hover,
.footer-links a:hover {
  color: #ffffff;
}

.footer-copy {
  font-size: 0.9rem;
  color: #e0e7ff;
}
