body {
  font-family: "Cairo", sans-serif;
}
/* Start Footer Styles */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
/* Social buttons */
.site-footer .social-link {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  transition: transform .15s ease, background-color .15s ease, border-color .15s ease, color .15s ease;
}
.site-footer .social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}
/* Optional brand-like hover colors */
.site-footer .social-link.facebook:hover { background: rgba(24, 119, 242, 0.22); }
.site-footer .social-link.tiktok:hover   { background: rgba(255, 255, 255, 0.10); }
.site-footer .social-link.linkedin:hover { background: rgba(10, 102, 194, 0.22); }
.site-footer .social-link.instagram:hover{ background: rgba(225, 48, 108, 0.22); }
.site-footer .social-link.youtube:hover  { background: rgba(255, 0, 0, 0.22); }
/* End Footer Styles */

/* Mobile tweaks */
@media (max-width: 576px) {
  .site-footer .social-link {
    width: 40px;
    height: 40px;
  }
}
