.footerSec{overflow:hidden;}
.footerBottomLogo{opacity:0;visibility:hidden;}
.footerContentWrapper.aos-animate+.footerBottomLogo {opacity:1;visibility:visible;transition:all ease .8s;}
.footerSec .copyRightLinkMain a { position: relative; text-decoration:none;} 
.footerSec .copyRightLinkMain a:after { content: ''; position: absolute; bottom: -2px; width: 100%; background: var(--body_color); left: 0; height: 1px; all 0.4s animation-timing-function: ease; transition: all 0.4s ease; }
.footerSec .copyRightLinkMain a:hover:after { background: var(--link_hover); }

.site-footer__social-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer__social-link {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
  outline: none;
}

.site-footer__social-link svg {
  width: 18px;
  height: 18px;
  display: block;
}

.site-footer__social-link img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}