/* TikTok Icon Custom CSS - Font Awesome 5 doesn't have TikTok icon */
.tiktok-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  line-height: 1;
}

.tiktok-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
}

/* For slider social icons - SAME SIZE as Facebook/Instagram icons */
section.hero-4 .hero-social-icon .tiktok-icon {
  width: 1em;
  height: 1em;
  font-size: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

section.hero-4 .hero-social-icon .tiktok-icon svg {
  width: 1em;
  height: 1em;
}

/* Ensure all social icons have same size */
section.hero-4 .hero-social-icon li a {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

section.hero-4 .hero-social-icon li a i,
section.hero-4 .hero-social-icon li a .tiktok-icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

/* For footer social icons - Match Font Awesome icon styles */
section.footer-details .f-details .social li a .tiktok-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  font-size: inherit;
  vertical-align: middle;
  line-height: 1;
  padding: 0;
  margin: 0;
}

section.footer-details .f-details .social li a .tiktok-icon svg {
  width: 1em;
  height: 1em;
  fill: #888;
  display: block;
  transition: fill 0.5s ease;
}

/* Ensure all footer social icons have same size */
section.footer-details .f-details .social li a {
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
}

section.footer-details .f-details .social li a i,
section.footer-details .f-details .social li a .tiktok-icon {
  font-size: 17px;
}

/* Match hover effect */
section.footer-details .f-details .social li:hover a .tiktok-icon svg {
  fill: #fff;
}

/* Responsive - Mobile */
@media (max-width: 767px) {
  section.hero-4 .hero-social-icon li a {
    font-size: 10px;
  }
  
  section.hero-4 .hero-social-icon li a i,
  section.hero-4 .hero-social-icon li a .tiktok-icon {
    width: 10px;
    height: 10px;
    font-size: 10px;
  }
  
  section.hero-4 .hero-social-icon .tiktok-icon svg {
    width: 10px;
    height: 10px;
  }
}
