.elementor-575 .elementor-element.elementor-element-77d9a5d{--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-0ecffb4 *//* ===== FOOTER BASE ===== */
.mlb-footer{
  background:linear-gradient(135deg,#0f1220,#121b2f);
  color:#ffffff;
}

/* ===== NEWSLETTER ===== */
.mlb-footer-newsletter{
  text-align:center;
  padding:50px 20px;
  border-bottom:1px solid rgba(255,255,255,0.12);
}

.mlb-footer-newsletter h3{
  font-size:28px;
  color:#00E5FF;
  margin-bottom:10px;
}

.mlb-footer-newsletter p{
  max-width:600px;
  margin:0 auto 20px;
  color:#e6ebff;
}

.mlb-news-btn{
  display:inline-block;
  padding:14px 34px;
  border-radius:40px;
  background:linear-gradient(135deg,#f5d76e,#00E5FF);
  color:#000;
  font-weight:800;
  text-decoration:none;
}

/* ===== MAIN FOOTER GRID ===== */
.mlb-footer-main{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:40px;
  padding:50px 40px;
}

/* ===== LOGO ===== */
.mlb-footer-logo img{
  max-width:180px;
  height:auto;
  margin-bottom:16px;
}

/* ===== TEXT ===== */
.mlb-tagline{
  color:#e6ebff;
  line-height:1.8;
  max-width:420px;
}

/* ===== LINKS ===== */
.mlb-footer-col h4{
  color:#00E5FF;
  margin-bottom:14px;
}

.mlb-footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
}

.mlb-footer-col ul li{
  margin-bottom:10px;
}

.mlb-footer-col ul a{
  color:#ffffff;
  text-decoration:none;
  transition:.3s;
}

.mlb-footer-col ul a:hover{
  color:#00E5FF;
}

/* ===== SOCIAL ICONS ===== */
.mlb-socials{
  display:flex;
  gap:14px;
  margin-bottom:12px;
}

.mlb-socials a{
  width:42px;
  height:42px;
  border-radius:50%;
  background:linear-gradient(135deg,#7C4DFF,#00E5FF);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#000;
  text-decoration:none;
  font-size:18px;
}

.mlb-support-note{
  font-size:13px;
  color:#e6ebff;
}

/* ===== BOTTOM ===== */
.mlb-footer-bottom{
  text-align:center;
  padding:18px;
  border-top:1px solid rgba(255,255,255,0.12);
  font-size:13px;
  color:#e6ebff;
}

/* ===== RESPONSIVE ===== */
@media(max-width:900px){
  .mlb-footer-main{
    grid-template-columns:1fr;
    text-align:center;
  }
  .mlb-footer-logo img{
    margin:0 auto 16px;
  }
  .mlb-socials{
    justify-content:center;
  }
}


/* ===== SCROLL TO TOP ===== */
#mlb-scroll-top{
  position:fixed;
  bottom:30px;
  right:10px;
  width:46px;
  height:46px;
  border-radius:50%;
  background:linear-gradient(135deg,#7C4DFF,#00E5FF);
  color:#000;
  font-size:22px;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transition:.4s;
  z-index:9999;
}

#mlb-scroll-top.show{
  opacity:1;
  visibility:visible;
}

/* ===== WHATSAPP STICKY ===== */
#mlb-whatsapp{
  position:fixed;
  bottom:200px;
  right:10px;
  width:52px;
  height:52px;
  border-radius:50%;
  background:linear-gradient(135deg,#00E5FF,#7C4DFF);
  color:#000;
  font-size:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  box-shadow:0 12px 30px rgba(0,229,255,.4);
  z-index:9999;
  animation:mlb-pulse 2s infinite;
}

/* ===== ANIMATION ===== */
@keyframes mlb-pulse{
  0%{box-shadow:0 0 0 0 rgba(0,229,255,.6);}
  70%{box-shadow:0 0 0 12px rgba(0,229,255,0);}
  100%{box-shadow:0 0 0 0 rgba(0,229,255,0);}
}

/* ===== MOBILE FIX ===== */
@media(max-width:600px){
  #mlb-scroll-top{
    right:20px;
    bottom:20px;
  }
  #mlb-whatsapp{
    right:20px;
    bottom:80px;
  }
}/* End custom CSS */