.footer-links a {
  color: #000;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  transition: color 0.3s ease;
}
.footer-links a:hover {
  color: #6a46c1;
}
.footer-contact a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
}
.footer-contact a:hover {
  color: #6a46c1;
}

footer.footer {
  border-top: 1px solid #dee2e6; /* Light gray, similar to Bootstrap’s border */
}

.border-top-line {
  border-top: 1px solid #e0e0e0;
  margin: 0 20px; /* Space from left and right */
}
