/* V25.6 - Professional Social Media Icons
   Brand colours with high-contrast white icons. */
.footer .footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px !important;
  margin: 8px 0 16px;
}

.footer .footer-social .social-link {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #fff !important;
  text-decoration: none;
  border: 0;
  box-shadow: 0 5px 14px rgba(0,0,0,.16);
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.footer .footer-social .social-link i,
.footer .footer-social .social-link svg {
  color: #fff !important;
  fill: currentColor;
  font-size: 18px;
  line-height: 1;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Platform brand colours */
.footer .footer-social .social-link[aria-label="Instagram"] { background: #E4405F !important; }
.footer .footer-social .social-link[aria-label="YouTube"] { background: #FF0000 !important; }
.footer .footer-social .social-link[aria-label="WhatsApp"] { background: #25D366 !important; }
.footer .footer-social .social-link[aria-label="Facebook"] { background: #1877F2 !important; }
.footer .footer-social .social-link[aria-label="LinkedIn"] { background: #0A66C2 !important; }
.footer .footer-social .social-link[aria-label="Twitter"],
.footer .footer-social .social-link[aria-label="X"] { background: #111827 !important; }
.footer .footer-social .social-link[aria-label="Telegram"] { background: #229ED9 !important; }

.footer .footer-social .social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 9px 20px rgba(0,0,0,.22);
  filter: brightness(1.06);
}

@media (max-width: 575px) {
  .footer .footer-social .social-link {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
