#fw-section-custom-html-13cb912f-88c0-47e5-ac99-cccd4f466042 {

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;        /* space between icons */
  padding: 12px 0;  /* top/bottom padding to prevent hover cutoff */
  margin: 0;
  font-size: 0;     /* remove inline spacing */
  line-height: 0;   /* remove baseline gaps */
}

.social-icons a {
  display: block;        /* links as block to avoid inline gaps */
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.social-icons a img {
  display: block;       /* removes baseline spacing under image */
  width: 36px;
  height: 36px;
  transition: transform 0.2s, opacity 0.2s;
}

/* Hover effect */
.social-icons a img:hover {
  transform: scale(1.2); /* enlarges smoothly */
  opacity: 0.8;
}

/* Mobile adjustments */
@media (max-width: 400px) {
  .social-icons {
    gap: 12px;
    padding: 8px 0;
  }

  .social-icons a img {
    width: 28px;
    height: 28px;
  }
}

}







#fw-section-hero-video-aa7e68b3-fcd8-4c4b-b3ab-40ff2a7d5d9d {
--font-heading-scale: 0.7;
--font-body-scale: 1.0;
}