/* ========== Footer Tasarımı ========== */
.footer {
  background-color: #f8f9fa !important;
  border-top: 1px solid #dee2e6 !important;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.04) !important;
  transition: background-color 0.3s ease !important;
}

.footer-copy {
  font-size: 0.95rem !important;
  color: #6c757d !important;
}

.footer-links a {
  font-weight: 500 !important;
  font-size: 0.95rem !important;
  padding: 0.2rem 0.5rem !important;
  color: #6c757d !important;
  transition: all 0.3s ease !important;
  border-radius: 4px !important;
}

.footer-links a:hover {
  color: #0d6efd !important;
  background-color: rgba(13, 110, 253, 0.1) !important;
  text-decoration: none !important;
  transform: translateY(-1px) !important;
}
