.elementor-4001 .elementor-element.elementor-element-802b0ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-fb9f5a7 */.sa-footer {
  background: #0a0f1e;
  color: #fff;
  padding: 70px 40px 30px;
  font-family: 'Sora', sans-serif;
}
.sa-footer-inner {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.sa-footer-brand .sa-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  text-decoration: none;
}
.sa-logo-icon {
  width: 38px;
  height: 38px;
  background: #f08c1a;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sa-logo-icon svg {
  width: 20px;
  height: 20px;
}
.sa-logo-text {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.3px;
}
.sa-logo-text span {
  color: #f08c1a;
}
.sa-footer-brand p {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.85;
  max-width: 300px;
  margin-bottom: 28px;
}
.sa-footer-socials {
  display: flex;
  gap: 14px;
  margin-bottom: 30px;
}
.sa-footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
  text-decoration: none;
}
.sa-footer-socials a:hover {
  border-color: #f08c1a;
  background: rgba(240,140,26,0.12);
}
.sa-footer-socials svg {
  width: 16px;
  height: 16px;
  fill: rgba(255,255,255,0.65);
  transition: fill 0.25s;
}
.sa-footer-socials a:hover svg {
  fill: #f08c1a;
}
.sa-footer-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50px;
  padding: 10px 16px;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  width: fit-content;
  transition: all 0.25s;
}
.sa-footer-contact:hover {
  border-color: #f08c1a;
  color: #f08c1a;
}
.sa-footer-contact svg {
  width: 15px;
  height: 15px;
  fill: #25D366;
  flex-shrink: 0;
}
.sa-footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 20px;
}
.sa-footer-col ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.sa-footer-col ul li a {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.2s;
}
.sa-footer-col ul li a:hover {
  color: #f08c1a;
}
.sa-footer-bottom {
  max-width: 1100px;
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.sa-footer-bottom p {
  font-size: 13px;
  color: rgba(255,255,255,0.3);
}
.sa-footer-bottom p span {
  color: #f08c1a;
}
.sa-footer-bottom-links {
  display: flex;
  gap: 20px;
}
.sa-footer-bottom-links a {
  font-size: 13px;
  color: rgba(255,255,255,0.3);
  text-decoration: none;
  transition: color 0.2s;
}
.sa-footer-bottom-links a:hover {
  color: #f08c1a;
}
@media (max-width: 900px) {
  .sa-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .sa-footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 560px) {
  .sa-footer {
    padding: 50px 24px 24px;
  }
  .sa-footer-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .sa-footer-brand {
    grid-column: auto;
  }
  .sa-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */