.site-footer {
  width: 100%;
  margin: 0;
  background-color: #151538;
  color: #f9fafb;
  text-align: center;
  padding: 0.5rem 0; /* smaller vertical space */
  /* margin-top add space above footer */
  margin-top: 2rem;  /* less gap above footer */
  font-size: 0.8rem; /* slightly smaller text for balance */
  line-height: 1.2; /* keeps text closer together */
  opacity: 0.9; /* for a sleek modern look */
}

/* .site-footer .social-links a {
  color: #93c5fd;
  text-decoration: none;
  margin: 0 0.5rem;
  transition: color 0.3s;
}

.site-footer .social-links a:hover {
  color: #60a5fa;
} */