.site-primary-footer-wrap {
  background: white !important;
  padding: 70px 100px 60px 100px;
  border-radius: 20px;
  max-width: 1200px;
  margin: 0 auto 50px auto;
}

.footer-bar-navigation {
  margin-bottom: 45px;
}
.footer-bar-navigation a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-family: "Source Sans Pro", Sans-serif;
}

.ast-footer-social-wrap a svg {
  display: none;
}
.ast-footer-social-wrap a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/uploads/2025/12/icon-linkedln.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.ast-builder-html-element p {
  color: #AAAAAA;
  font-family: "Source Sans Pro", Sans-serif;
}

.site-footer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1080px;
  background-image: url("/wp-content/uploads/2025/11/blur-footer.webp");
  background-repeat: no-repeat;
  background-size: 140% auto;
  background-position: center top;
  mask-image: linear-gradient(to top, black 40%, transparent 95%);
  -webkit-mask-image: linear-gradient(to top, black 40%, transparent 95%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 500px) {
  .site-footer::after {
    background-size: 600% auto !important;
  }
}
@media (max-width: 992px) {
  .site-footer::after {
    background-size: 400% auto;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .site-footer::after {
    background-size: 200% auto;
  }
}

.site-footer-section-2 {
  display: flex;
  flex-direction: column;
  align-items: end !important;
  justify-content: space-between;
}

.footer-widget-area.widget-area.site-footer-focus-item {
  margin: 0px;
}

@media (max-width: 768px) {
  .site-primary-footer-wrap {
    padding: 70px 20px 60px 20px;
  }
  .site-footer {
    margin: 0px 20px;
  }
  .custom-logo {
    width: 180px;
  }
}
#footer-site-navigation #astra-footer-menu {
  flex-wrap: nowrap !important;
}

#footer-site-navigation #astra-footer-menu > li > a {
  white-space: nowrap;
}

/*# sourceMappingURL=footer.css.map */
