.footerSec{overflow:hidden;padding-top: 40px !important;padding-bottom: 63px !important;background-color: #040C15 !important;}
.footerSec-inner {padding: 0 64px;}
.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); }
.footer-nav-titles {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
}
.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;
}
.footerSec .hs-menu-wrapper ul li a {
  font-size: 14px;
  line-height: 20px !important;
  color: #FFFFFF99;
  font-weight: 400;
  display: block;
  margin-bottom: 24px;
}
.site-footer-social-heading {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 24px;
  letter-spacing: 0.45px;
  color: #FFFFFFE5;
}
.site-footer__social-grid .site-footer__social-link i {
  opacity: 0.6;
}