.elementor-28 .elementor-element.elementor-element-9944e8f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-ac5c73c *//* =========================
   FOOTER
========================= */

.sp-footer{
  background:#1b1b1b;
  color:#fff;
  padding-top:70px;
  overflow:hidden;
}

.sp-footer-container{
  max-width:1400px;
  margin:auto;
  padding:0 30px;
}

/* TOP */

.sp-footer-top{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:50px;
  padding-bottom:50px;
  border-bottom:1px solid rgba(255,255,255,0.08);
}

/* LOGO */

.sp-footer-logo img{
  width:220px;
  margin-bottom:25px;
}

.sp-footer-about{
  color:rgba(255,255,255,0.65);
  line-height:1.8;
  font-size:12px;
  max-width:400px;
}

/* TITLE */

.sp-footer-title {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    color: #bdb8b5;
}

.sp-footer-title::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-8px;
  width:40px;
  height:2px;
  background:linear-gradient(45deg,#D71A10,#871F45);
}

/* LINKS */

.sp-footer-links{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.sp-footer-links a{
  color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: .3s;
    font-size: 12px;
    
    letter-spacing: 1px;
    font-weight: 300;
}

.sp-footer-links a:hover{
  color:#fff;
  transform:translateX(5px);
}

/* CONTACT */

.sp-footer-contact{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.sp-footer-contact p,
.sp-footer-contact a{
  color:rgba(255,255,255,0.65);
  text-decoration:none;
  font-size:12px;
  line-height:1.7;
}

/* SOCIAL */

.sp-footer-social{
  display:flex;
  gap:15px;
  margin-top:20px;
}

.sp-footer-social a{
  width:40px;
  height:40px;
  border:1px solid rgba(255,255,255,0.1);
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#fff;
  text-decoration:none;
  transition:.3s;
}

.sp-footer-social a:hover{
  background:linear-gradient(45deg,#D71A10,#871F45);
  border-color:transparent;
  transform:translateY(-3px);
}

/* BOTTOM */

.sp-footer-bottom{
  padding:22px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
}

.sp-footer-bottom p{
  color:rgba(255,255,255,0.5);
  font-size:13px;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

  .sp-footer-top{
    grid-template-columns:1fr;
    gap:40px;
  }

  .sp-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  .sp-footer-logo img{
    width:180px;
  }

}/* End custom CSS */