.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-fa3ebac */.site-footer{
  background:#050505;
  color:rgba(255,255,255,0.85);
  padding:80px 40px 30px;
  border-top:1px solid rgba(255,255,255,0.08);
}

.footer-container{
  max-width:1200px;
  margin:0 auto;
}

/* BRAND */

.footer-brand{
  margin-bottom:50px;
}

.brand-title{
  font-size:22px;
  letter-spacing:0.2em;
  margin-bottom:10px;
}

.brand-desc{
  color:rgba(255,255,255,0.5);
  max-width:600px;
  line-height:1.6;
  font-size:13px;
}

/* GRID */

.footer-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:40px;
  margin-bottom:60px;
}

.footer-col h4{
  font-size:11px;
  letter-spacing:0.2em;
  margin-bottom:15px;
  color:rgba(255,255,255,0.6);
}

.footer-col a{
  display:block;
  font-size:13px;
  color:rgba(255,255,255,0.45);
  text-decoration:none;
  margin-bottom:10px;
  transition:0.25s ease;
}

.footer-col a:hover{
  color:#ffffff;
  transform:translateX(3px);
}

/* BOTTOM */

.footer-bottom{
  display:flex;
  justify-content:space-between;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,0.08);
  font-size:11px;
  letter-spacing:0.15em;
  color:rgba(255,255,255,0.4);
}

/* RESPONSIVE */

@media(max-width:900px){
  .footer-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .footer-bottom{
    flex-direction:column;
    gap:10px;
  }
}/* End custom CSS */