.elementor-5421 .elementor-element.elementor-element-dbd746b{--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-563df37 *//* MAXBetBook Footer */
.mbb-footer{
  border-top:1px solid rgba(0,0,0,.08);
  background:#fff;
  padding:34px 0 0;
}

.mbb-footer__wrap{
  max-width:1140px;
  margin:0 auto;
  padding:0 18px 26px;
  display:grid;
  grid-template-columns: 1.2fr 1fr 1.1fr;
  gap:34px;
  align-items:start;
}

.mbb-footer__title{
  margin:0 0 12px;
  font-size:19px;
  font-weight:800;
  letter-spacing:.2px;
  color:#111;
}

.mbb-footer__text{
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:rgba(0,0,0,.78);
}

.mbb-footer__links{
  display:flex;
  flex-direction:column;
  gap:10px; /* vertical list */
  margin-top:2px;
}

.mbb-footer__link{
  color:rgba(0,0,0,.82);
  text-decoration:none;
  font-size:15px;
  line-height:1.4;
  width:fit-content;
  position:relative;
  padding-bottom:2px;
}

.mbb-footer__link::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  height:2px;
  width:0;
  background:currentColor;
  opacity:.25;
  transition:width .18s ease;
}

.mbb-footer__link:hover{
  color:#111;
}

.mbb-footer__link:hover::after{
  width:100%;
}

.mbb-footer__badge{
  margin-top:14px;
  display:inline-block;
  font-size:13px;
  padding:8px 10px;
  border:1px solid rgba(0,0,0,.12);
  border-radius:12px;
  background:rgba(0,0,0,.03);
  color:rgba(0,0,0,.8);
}

.mbb-footer__bottom{
  border-top:1px solid rgba(0,0,0,.08);
  padding:12px 18px;
  text-align:center;
  color:rgba(0,0,0,.55);
  font-size:13px;
}

/* Responsive */
@media (max-width: 900px){
  .mbb-footer__wrap{
    grid-template-columns:1fr;
    gap:18px;
    padding-bottom:20px;
  }
  .mbb-footer{
    padding-top:26px;
  }
}
/* Make footer look more premium (safe + fast) */
.mbb-footer{
  background: linear-gradient(180deg, rgba(0,0,0,.015), rgba(0,0,0,0));
  padding: 28px 0 0;          /* top gap কম */
}

.mbb-footer__wrap{
  padding-top: 10px;          /* extra whitespace কম */
}

.mbb-footer__title{
  font-size: 18px;
  margin-bottom: 10px;
}

.mbb-footer__text{
  font-size: 14.5px;
}

.mbb-footer__link{
  opacity: .92;
}

.mbb-footer__link:hover{
  opacity: 1;
  transform: translateX(2px);   /* subtle pro hover */
  transition: transform .15s ease, opacity .15s ease;
}

/* badge a bit more attractive */
.mbb-footer__badge{
  border-radius: 999px;
  background: rgba(0,0,0,.04);
  border-color: rgba(0,0,0,.10);
}

/* bottom line nicer */
.mbb-footer__bottom{
  background: rgba(0,0,0,.02);
}
.mbb-footer__cta{
  display:inline-block;
  margin-top:10px;
  padding:9px 12px;
  border:1px solid rgba(0,0,0,.12);
  border-radius:12px;
  text-decoration:none;
  color:#111;
  font-size:14px;
  font-weight:600;
}
.mbb-footer__cta:hover{
  transform: translateY(-1px);
}/* End custom CSS */