.elementor-82 .elementor-element.elementor-element-c467fa6{--display:flex;}.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-86a8ac4 */.bf-footer {
  background: #0f0f0f;
  color: #cfcfcf;
  padding: 70px 20px 25px;
  font-family: Inter, sans-serif;
}

.bf-footer-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.bf-footer h4 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px;
}

.bf-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bf-footer ul li {
  margin-bottom: 10px;
}

.bf-footer ul li a {
  color: #cfcfcf;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.bf-footer ul li a:hover {
  color: #f2a900;
}

.bf-strong a {
  color: #f2a900;
  font-weight: 600;
}

.bf-payments span {
  display: inline-block;
  background: #1b1b1b;
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 6px;
  margin-right: 6px;
  margin-bottom: 10px;
}

.bf-badges {
  margin: 15px 0;
}

.bf-badges span {
  display: inline-block;
  background: #1b1b1b;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 20px;
  margin-right: 6px;
  margin-bottom: 8px;
}

.bf-social {
  margin-top: 15px;
}

.bf-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #1b1b1b;
  color: #fff;
  border-radius: 8px;
  margin-right: 8px;
  transition: 0.3s;
}

.bf-social a:hover {
  background: #f2a900;
  color: #000;
}

.bf-footer-bottom {
  text-align: center;
  margin-top: 50px;
  font-size: 13px;
  color: #888;
  border-top: 1px solid #222;
  padding-top: 20px;
}

/* Responsive */
@media (max-width: 900px) {
  .bf-footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.bf-payments {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.bf-payments {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.bf-payments img {
  height: 28px;
  background: #ffffff;
  padding: 6px 10px;
  border-radius: 6px;
  object-fit: contain;
  transition: 0.25s ease;
}

.bf-payments img:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}/* End custom CSS */