footer.footer {
  background: #f5f5f5;
  padding: 25px 0;
  border-top: 1px solid #ddd;
  color: #444;
  font-size: 0.95rem;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

/* Center all text, including inside Bootstrap columns */
footer.footer * {
  text-align: center !important;
}

/* Center content inside footer-top sections */
footer.footer .footer-top,
footer.footer .footer-contact,
footer.footer .footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Logo and icons */
footer.footer img {
  display: block;
  margin: 0 auto 10px auto;
  height: auto;
  max-height: 60px;
}

/* Links */
footer.footer a {
  color: #c96514; /* unified orange */
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

footer.footer a:hover {
  text-decoration: underline;
  color: #333;
}

/* Paragraph spacing */
footer.footer p {
  margin: 6px 0;
  line-height: 1.6;
}

/* Responsive stacking */
@media (max-width: 768px) {
  footer.footer .footer-top .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  footer.footer .footer-top .footer-contact {
    width: 100%;
    margin-bottom: 10px;
  }

  footer.footer {
    font-size: 0.85rem;
    padding: 15px 10px;
  }
}
