/* Custom footer styles */
footer {
  background-color: rgba(33, 37, 41, 0.05);
  padding: 1.5rem 0;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  height: auto;
  flex-shrink: 0;
}

footer h5 {
  color: #f8f9fa;
  font-size: 1rem;
  margin-bottom: 1rem;
}

footer a {
  color: #6ea8fe;
  transition: color 0.2s ease;
}

footer a:hover {
  color: #9ec5fe;
  text-decoration: none;
}

.footer-links a {
  color: #f8f9fa;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #6ea8fe;
}
