.elementor-431 .elementor-element.elementor-element-58ec54c{--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;--margin-top:0rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:0rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem;}.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-fe416bd */.efs-footer{
  background:linear-gradient(90deg,#1f2a44,#2d3852);
  padding:26px 20px;
}

.efs-footer-container{
  max-width:1300px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

/* LOGO */

.efs-footer-logo{
  display:flex;
  align-items:center;
  gap:10px;
}

.efs-footer-badge{
  width:34px;
  height:34px;
  background:linear-gradient(135deg, #39a845, #2e3f95);
  color:#fff;
  font-size:14px;
  font-weight:700;
  border-radius:6px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:"Inter",sans-serif;
}

.efs-footer-name{
  color:#ffffff;
  font-weight:600;
  font-size:18px;
  font-family:"Inter",sans-serif;
}

/* COPYRIGHT */

.efs-footer-right{
  font-size:14px;
  color:rgba(255,255,255,0.75);
  font-family:"Inter",sans-serif;
}

/* MOBILE */

@media (max-width:768px){

  .efs-footer-container{
    flex-direction:column;
    text-align:center;
    gap:12px;
  }

  .efs-footer-right{
    font-size:13px;
  }

}/* End custom CSS */