.site-footer .ast-builder-html-element h3 {
  color: #ffffff;
}

.site-footer h2,
.site-footer a {
  color: #ffffff !important;
}

.site-footer .copyright span {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-bottom: 10px;
}

.site-footer .copyright p {
  margin: 0;
}

.site-footer h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
}

.site-footer .menu-item + .menu-item {
  margin-top: 16px;
}

.site-footer .widget {
  margin-bottom: 20px;
}

.site-footer .footer-bottom .links {
  display: flex;
  column-gap: 16px;
  font-size: 14px;
}

.site-footer .footer-bottom .links a {
  text-decoration: underline;
}

.site-footer .site-footer-section-2 .footer-social-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 16px;
}

.site-footer .site-footer-section-2 .footer-social-inner-wrap a {
  padding: 0;
  margin: 0;
}

.site-footer-section-1 .footer-widget-area {
  display: flex;
  justify-content: space-between;
}

.site-footer .site-footer-section-3 .wp-block-image {
  margin: 0;
}

.site-footer {
  background-color: #0a0e2b;
}

@media screen and (max-width: 767px) {
  .site-footer .site-above-footer-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .site-footer .site-below-footer-wrap {
    padding-top: 0;
    padding-bottom: 10px;
  }

  /* .site-footer .wp-block-heading,
  .site-footer .widget-title {
    text-align: center;
  } */

  .site-footer .footer-social-inner-wrap,
  .site-footer .menu {
    /* align-items: center !important; */
    display: flex;
    flex-direction: column;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
    padding-bottom: 20px;
  }
  .site-footer .copyright .links {
    justify-content: center;
  }
}

@media screen and (max-width: 920px) {
  .site-footer .copyright .links {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1300px) {
  .site-footer .site-above-footer-wrap,
  .site-footer .site-primary-footer-wrap,
  .site-footer .site-below-footer-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 920px) {
  .site-footer .site-above-footer-wrap .ast-builder-html-element {
    text-align: start;
  }

  .site-footer .site-primary-footer-wrap .site-primary-footer-inner-wrap {
    display: flex;
    flex-direction: row;
    gap: 0 20px;
    flex-wrap: wrap;
  }

  .site-footer
    .site-primary-footer-wrap
    .site-primary-footer-inner-wrap
    .site-footer-section-1 {
    min-width: 100%;
  }

  .site-footer
    .site-primary-footer-wrap
    .site-primary-footer-inner-wrap
    .site-footer-section-1
    .footer-widget-area {
    display: flex;
    flex-direction: row;
  }

  .site-footer
    .site-primary-footer-wrap
    .site-primary-footer-inner-wrap
    .site-footer-section-2,
  .site-footer
    .site-primary-footer-wrap
    .site-primary-footer-inner-wrap
    .site-footer-section-3 {
    width: 40%;
  }

  .site-footer .site-below-footer-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .site-footer .copyright {
    text-align: start;
  }
}
