.elementor-88 .elementor-element.elementor-element-60981e4{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-68px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-88 .elementor-element.elementor-element-fe49749{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-fe49749 */.sia-footer {
  width: 100%;
  padding: 80px 4% 28px;
  background:
    radial-gradient(circle at 12% 10%, rgba(19, 220, 232, 0.11), transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(19, 220, 232, 0.08), transparent 28%),
    #06111f;
  color: #ffffff;
  font-family: Poppins, Arial, sans-serif;
  overflow: hidden;
}

.sia-footer-container {
  max-width: 1320px;
  margin: 0 auto;
}

.sia-footer-top {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 1fr;
  gap: 48px;
  padding: 48px;
  border: 1px solid rgba(19, 220, 232, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.025);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.sia-footer-logo {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 24px;
}

.sia-footer-logo-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(19, 220, 232, 0.08);
  border: 1px solid rgba(19, 220, 232, 0.45);
  box-shadow: 0 0 28px rgba(19, 220, 232, 0.16);
  flex-shrink: 0;
}

.sia-footer-logo-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #13dce8;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sia-footer-logo-text {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.sia-footer-logo-text span {
  color: #13dce8;
}

.sia-footer-brand p {
  max-width: 430px;
  margin: 0 0 28px;
  color: #b8c4d6;
  font-size: 16px;
  line-height: 1.7;
}

.sia-footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sia-footer-socials a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #13dce8;
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(19, 220, 232, 0.22);
  transition: 0.25s ease;
}

.sia-footer-socials a:hover {
  background: #13dce8;
  color: #06111f;
  transform: translateY(-3px);
}

.sia-footer-col h3,
.sia-footer-contact h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.sia-footer-col h3::after,
.sia-footer-contact h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 12px;
  background: #13dce8;
  border-radius: 100px;
  box-shadow: 0 0 14px rgba(19, 220, 232, 0.65);
}

.sia-footer-col a {
  display: block;
  color: #b8c4d6;
  text-decoration: none;
  font-size: 15.5px;
  line-height: 1.5;
  margin-bottom: 14px;
  transition: 0.25s ease;
}

.sia-footer-col a:hover {
  color: #13dce8;
  transform: translateX(4px);
}

.sia-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.sia-contact-item span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(19, 220, 232, 0.08);
  color: #13dce8;
  border: 1px solid rgba(19, 220, 232, 0.22);
  flex-shrink: 0;
}

.sia-contact-item a,
.sia-contact-item p {
  margin: 5px 0 0;
  color: #b8c4d6;
  text-decoration: none;
  font-size: 15.5px;
  line-height: 1.5;
}

.sia-contact-item a:hover {
  color: #13dce8;
}

.sia-footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 12px;
  padding: 0 24px;
  border-radius: 13px;
  background: #13dce8;
  color: #06111f;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(19, 220, 232, 0.2);
  transition: 0.25s ease;
}

.sia-footer-btn:hover {
  background: #5af3fb;
  color: #06111f;
  transform: translateY(-2px);
}

.sia-footer-bottom {
  margin-top: 28px;
  padding: 22px 6px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #94a3b8;
  font-size: 14.5px;
}

.sia-footer-bottom p {
  margin: 0;
}

.sia-footer-legal {
  display: flex;
  align-items: center;
  gap: 22px;
}

.sia-footer-legal a {
  color: #94a3b8;
  text-decoration: none;
  transition: 0.25s ease;
}

.sia-footer-legal a:hover {
  color: #13dce8;
}

@media (max-width: 1024px) {
  .sia-footer-top {
    grid-template-columns: 1fr 1fr;
    padding: 38px;
  }
}

@media (max-width: 767px) {
  .sia-footer {
    padding: 64px 4% 24px;
  }

  .sia-footer-top {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 30px 24px;
    border-radius: 22px;
  }

  .sia-footer-logo-text {
    font-size: 20px;
  }

  .sia-footer-brand p {
    font-size: 15.5px;
  }

  .sia-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .sia-footer-legal {
    flex-wrap: wrap;
    gap: 14px;
  }
}/* End custom CSS */