/* ==========================
   footer.css - profesyonel beyaz tema
   ========================== */

.footer {
  background: #fff;
  color: var(--muted);
  font-family: Inter, system-ui, sans-serif;
}

.footer h6 {
  font-weight: 600;
  letter-spacing: 0.3px;
}

.footer-link {
  color: var(--muted);
  text-decoration: none;
  display: inline-block;
  padding: 4px 0;
  transition: color .2s ease;
}

.footer-link:hover {
  color: var(--brand-blue);
}

.footer .btn-primary {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  font-weight: 500;
  transition: background .18s ease;
}

.footer .btn-primary:hover {
  background: var(--brand-blue-dark);
}

.footer hr {
  border-top: 1px solid rgba(0,0,0,0.05);
}

.footer .social-icons a:hover {
  color: var(--brand-blue);
}


footer .col-md-3.text-center a img {
  display: block;
  margin: 0 auto;
}

footer .col-md-3.text-center span {
  display: block;
}

footer p.small {
  color: #6c757d;
}
