.footer {
  background: linear-gradient(180deg, #f5b733 0%, #ab7f07 100%);
  color: #fff;
}

.footer-link {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #e0b04a;
}

.footer-link p {
  margin: 0;
}

.footer-contact p {
  margin-bottom: 0.4rem;
}

@media (max-width: 768px) {
  .footer-contact {
    text-align: start !important;
    margin-top: 2rem;
  }
}

.footer-contact {
  text-align: left !important;
}

.social-icons .social-link {
  color: #e0b04a;
  font-size: 1.5rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-icons .social-link:hover {
  color: #fff;
  transform: scale(1.1);
}
