/* Shared Site Footer Styles - Single Source of Truth */
:root {
  --primary-orange: #FF6B00;
  --bg-cream: #FFF8F0;
  --text-dark: #2B2D42;
  --text-muted: #6C757D;
}

.social-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: white !important;
  margin: 0 0.4rem;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.social-btn:hover {
  transform: translateY(-4px) scale(1.1);
  color: white !important;
}

.social-fb {
  background: #1877F2 !important;
}

.social-wa {
  background: #25D366 !important;
}

.social-yt {
  background: #FF0000 !important;
}

.social-ig {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}

footer {
  background: #FFFFFF !important;
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  padding-top: 4rem !important;
}

.footer-heading {
  font-weight: 800 !important;
  font-size: 1.1rem !important;
  margin-bottom: 1.2rem !important;
  color: #2B2D42 !important;
}

.footer-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-links li {
  margin-bottom: 0.6rem !important;
}

.footer-links a {
  color: #6C757D !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease-in-out !important;
}

.footer-links a:hover {
  color: #FF6B00 !important;
  padding-left: 4px !important;
}

.copyright-bar {
  background: #FFF8F0 !important;
  padding: 1.2rem 0 !important;
  font-size: 0.9rem !important;
  color: #6C757D !important;
  border-top: 1px solid rgba(255, 107, 0, 0.1) !important;
  margin-top: 2rem !important;
}
