.elementor-16695 .elementor-element.elementor-element-edb9bbf{--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-548064d */.hbn-footer {
  background: #0b0b0b;
  color: #fff;
  padding: 60px 0 20px; /* הורדנו padding צדדים */
  font-family: Arial, sans-serif;

  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}


.hbn-footer {
  background: #0b0b0b;
  color: #fff;
  padding: 60px 20px 20px;
  font-family: Arial, sans-serif;
}
.hbn-footer h3 {
  color: #ffffff !important;
}
.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1;
  min-width: 250px;
}

.footer-col h3 {
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
}

.footer-col h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #8c1a31;
  margin-top: 8px;
}

.footer-col p {
  margin: 6px 0;
  font-size: 14px;
  color: #ddd;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col li {
  margin-bottom: 10px;
}

.footer-col a {
  color: #ddd;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #ffffff;
  padding-right: 5px;
}

.footer-bottom {
  border-top: 1px solid #222;
  margin-top: 40px;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
}/* End custom CSS */