.elementor-2290 .elementor-element.elementor-element-35fecd3{--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;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-1d54938 */.mth-footer{
  background:linear-gradient(180deg,#081020 0%, #0f172a 100%);
  color:#dbe7ff;
  padding:70px 20px 24px;
  border-top:1px solid rgba(255,255,255,.08);
}

.mth-footer__top{
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr;
  gap:34px;
}

.mth-footer__logo{
  display:inline-block;
  color:#fff;
  text-decoration:none;
  font-size:28px;
  font-weight:800;
  margin-bottom:14px;
}

.mth-footer__brand p{
  color:rgba(219,231,255,.75);
  line-height:1.8;
  margin:0 0 18px;
}

.mth-footer__badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:18px;
}

.mth-footer__badges span{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
  font-size:12px;
  font-weight:700;
  color:#fff;
}

.mth-footer__socials{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:8px;
}

.mth-footer__socials a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:12px;
  text-decoration:none;
  color:#fff;
  font-size:14px;
  font-weight:700;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  transition:.25s ease;
}

.mth-footer__socials a:hover{
  background:linear-gradient(135deg,#7c3aed,#06b6d4);
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(6,182,212,.18);
}

.mth-footer__col h4{
  color:#fff;
  margin:0 0 16px;
  font-size:16px;
  font-weight:800;
}

.mth-footer__col ul{
  list-style:none;
  padding:0;
  margin:0;
}

.mth-footer__col ul li{
  margin:0 0 12px;
}

.mth-footer__col ul li a{
  color:rgba(219,231,255,.78);
  text-decoration:none;
  transition:.2s ease;
}

.mth-footer__col ul li a:hover{
  color:#67e8f9;
  padding-left:4px;
}

.mth-footer__contact li{
  line-height:1.7;
}

.mth-footer__contact strong{
  color:#fff;
  font-weight:700;
}

.mth-footer__bottom{
  max-width:1320px;
  margin:34px auto 0;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}

.mth-footer__bottom p{
  margin:0;
  color:rgba(219,231,255,.68);
  font-size:14px;
}

@media (max-width:980px){
  .mth-footer__top{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:640px){
  .mth-footer{
    padding:54px 16px 20px;
  }

  .mth-footer__top{
    grid-template-columns:1fr;
    gap:24px;
  }

  .mth-footer__bottom{
    flex-direction:column;
  }

  .mth-footer__socials{
    gap:10px;
  }

  .mth-footer__socials a{
    width:100%;
  }
}/* End custom CSS */