.elementor-4241 .elementor-element.elementor-element-4d1cdc0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-0679c70 */.b4ai-footer {
  position: relative;
  background: #050505;
  color: #fff;
  padding: 120px 20px 40px;
  overflow: hidden;
}

.b4ai-footer-wave {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 90px;
  background: #f4f1eb;
  clip-path: ellipse(75% 60% at 50% 0%);
}

.b4ai-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.b4ai-footer-top {
  text-align: center;
  margin-bottom: 50px;
}

.b4ai-footer-logo {
  width: 130px;
  max-width: 100%;
  height: auto;
  margin-bottom: 18px;
  opacity: 0.95;
  transition: 0.3s ease;
}

.b4ai-footer-logo:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.b4ai-footer-desc {
  max-width: 520px;
  margin: 0 auto;
  color: rgba(255,255,255,.6);
  font-size: 15px;
  line-height: 1.6;
}

.b4ai-footer-links {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 40px;
}

.b4ai-footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.b4ai-footer-col span {
  color: #ff7a16;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.b4ai-footer-col a {
  color: rgba(255,255,255,.7);
  text-decoration: none;
  font-size: 14px;
  transition: .2s;
}

.b4ai-footer-col a:hover {
  color: #ff7a16;
}

.b4ai-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,.4);
}

/* MOBILE */
@media (max-width: 768px) {

  .b4ai-footer {
    padding: 100px 20px 40px;
  }

  .b4ai-footer-links {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .b4ai-footer-col {
    align-items: center;
    text-align: center;
  }

  .b4ai-footer-logo {
    width: 110px;
  }

}/* End custom CSS */