/* Professional footer styling */
.site-footer {
  background: #0d1b2a;
  color: #cbd5e1;
  font-size: 0.95rem;
  padding-top: 0;
  padding-bottom: 0;
}
.site-footer a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.15s ease;
}
.site-footer a:hover,
.site-footer a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.site-footer .footer-heading {
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
.site-footer .footer-links li,
.site-footer .footer-contact li,
.site-footer .footer-hours li {
  margin-bottom: 0.45rem;
  line-height: 1.5;
}
.site-footer .footer-links a {
  display: inline-block;
}
.site-footer .footer-contact strong,
.site-footer .footer-hours strong {
  color: #ffffff;
  font-weight: 600;
}
.site-footer .social-links a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  font-size: 0.85rem;
}
.site-footer .social-links a:hover {
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #94a3b8;
}
.site-footer .footer-legal a {
  color: #94a3b8;
}
.site-footer .footer-legal a:hover {
  color: #ffffff;
}
.site-footer .theme-btn {
  background: #d4a017;
  color: #0d1b2a;
  border: none;
  padding: 0.65rem 1.25rem;
  font-weight: 600;
  border-radius: 4px;
  display: inline-block;
}
.site-footer .theme-btn:hover {
  background: #f4b91a;
  color: #0d1b2a;
  text-decoration: none;
}
.site-footer .footer-logo img {
  filter: brightness(0) invert(1);
}

@media (max-width: 575.98px) {
  .site-footer {
    text-align: center;
  }
  .site-footer .footer-heading {
    margin-top: 1rem;
  }
}
