.elementor-1631 .elementor-element.elementor-element-41af883{--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-ce060f2 */.footer-main{
  padding:60px 20px 30px;
  background:#050505;
  border-top:1px solid rgba(255,184,0,0.12);
}

.footer-inner{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:40px;
}

.footer-logo{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
}

.footer-brand img{
  height:42px;
  width:auto;
  display:block;
  object-fit:contain;
  margin-bottom:14px;
}

.footer-brand p{
  margin:0;
  font-family:"Inter", sans-serif;
  color:#9f9f9f;
  font-size:14px;
  line-height:1.7em;
}

.footer-links h4,
.footer-cta h4{
  margin:0 0 14px;
  font-family:"Poppins", sans-serif;
  font-size:14px;
  font-weight:700;
  color:#F5B400;
  text-transform:uppercase;
  letter-spacing:0.5px;
}

.footer-links a{
  display:block;
  margin-bottom:10px;
  font-family:"Inter", sans-serif;
  color:#bfbfbf;
  text-decoration:none;
  font-size:14px;
  line-height:1.5em;
  transition:color .2s ease, transform .2s ease;
}

.footer-links a:hover{
  color:#F5B400;
  transform:translateX(3px);
}

.footer-cta p{
  margin:0 0 14px;
  font-family:"Inter", sans-serif;
  color:#9f9f9f;
  font-size:14px;
  line-height:1.7em;
}

.footer-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 22px;
  border-radius:10px;
  background:#F5B400;
  color:#111111;
  font-family:"Poppins", sans-serif;
  font-size:15px;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
  box-shadow:0 0 18px rgba(245,180,0,0.25);
}

.footer-btn:hover{
  background:#ffca28;
  transform:translateY(-2px);
  box-shadow:0 0 28px rgba(245,180,0,0.45);
}

.footer-bottom{
  max-width:1280px;
  margin:40px auto 0;
  padding-top:20px;
  border-top:1px solid rgba(255,184,0,0.10);
  text-align:center;
}

.footer-copy{
  font-family:"Inter", sans-serif;
  color:#777777;
  font-size:13px;
  line-height:1.5em;
}

@media (max-width:1024px){
  .footer-inner{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:30px;
  }
}

@media (max-width:767px){
  .footer-main{
    padding:50px 16px 25px;
  }

  .footer-inner{
    grid-template-columns:1fr;
    gap:26px;
  }

  .footer-brand img{
    height:36px;
  }

  .footer-links a{
    font-size:15px;
  }
}/* End custom CSS */