.elementor-1684 .elementor-element.elementor-element-23b0d81{--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-1684 .elementor-element.elementor-element-d8a247f{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-1684 .elementor-element.elementor-element-23b0d81{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-afb58f0 */.bo-footer{
  background: linear-gradient(180deg, #12090A 0%, #0B0506 100%);
  border-top: 1px solid rgba(245, 197, 66, 0.14);
  color: #F2E4BE;
  padding: 56px 20px 18px;
}

.bo-footer-inner{
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  justify-content: space-between;
}

.bo-footer-col{
  flex: 1 1 220px;
  min-width: 220px;
}

.bo-footer-brand{
  flex: 1.3 1 280px;
}

.bo-footer-logo{
  display: inline-block;
  margin-bottom: 16px;
}

.bo-footer-logo img{
  display: block;
  height: 200px;
  width: auto;
  filter: drop-shadow(0 6px 18px rgba(245, 197, 66, 0.18));
}

.bo-footer h4{
  margin: 0 0 14px;
  color: #F5C542;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bo-footer-text{
  margin: 0;
  max-width: 320px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(242, 228, 190, 0.82);
}

.bo-footer-text-small{
  margin-bottom: 16px;
}

.bo-footer-links{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bo-footer-links a{
  color: #F2E4BE;
  text-decoration: none;
  font-size: 14px;
  transition: color .25s ease, transform .25s ease;
}

.bo-footer-links a:hover{
  color: #F5C542;
  transform: translateX(4px);
}

.bo-footer-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #1A1205;
  background: linear-gradient(135deg, #F5C542 0%, #E1B12C 100%);
  box-shadow: 0 10px 24px rgba(245, 197, 66, 0.2);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.bo-footer-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(245, 197, 66, 0.28);
  filter: brightness(1.03);
}

.bo-footer-disclaimer{
  max-width: 1240px;
  margin: 30px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(245, 197, 66, 0.1);
  font-size: 13px;
  line-height: 1.7;
  color: rgba(242, 228, 190, 0.62);
}

.bo-footer-bottom{
  max-width: 1240px;
  margin: 18px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(245, 197, 66, 0.08);
  text-align: center;
  font-size: 13px;
  color: rgba(242, 228, 190, 0.58);
}

@media (max-width: 767px){
  .bo-footer{
    padding: 42px 16px 16px;
  }

  .bo-footer-inner{
    gap: 28px;
  }

  .bo-footer-col,
  .bo-footer-brand{
    flex: 1 1 100%;
    min-width: 100%;
  }

  .bo-footer-logo img{
    height: 46px;
  }

  .bo-footer-disclaimer,
  .bo-footer-bottom{
    margin-top: 22px;
  }
}

@media (max-width: 768px){

  .bo-footer-inner{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .bo-footer-col{
    width: 100%;
    align-items: center;
  }

  .bo-footer-links{
    align-items: center;
  }

  .bo-footer-links a{
    text-align: center;
  }

  .bo-footer-text{
    margin: 0 auto;
  }

  .bo-footer-btn{
    margin: 0 auto;
  }

  .bo-footer-logo{
    display: flex;
    justify-content: center;
  }
  
  .bo-footer-logo img{
    height: 100px;
  }
}/* End custom CSS */