.elementor-42 .elementor-element.elementor-element-76d2f43{--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;--padding-top:80px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for text-editor, class: .elementor-element-54cb481 */.bh-footer {
  background: #0a0a0a !important;
  color: #fff !important;
  width: 100%;
  font-family: inherit;
  overflow: hidden;
}

.bh-footer,
.bh-footer p,
.bh-footer span,
.bh-footer h4,
.bh-footer a,
.bh-footer div {
  color: #fff !important;
}

.bh-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 32px 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.bh-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bh-footer-brand img {
  height: 56px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.bh-footer-tagline {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3) !important;
  font-weight: 400;
}

.bh-footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.bh-footer-social-label {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3) !important;
}

.bh-social-icons {
  display: flex;
  gap: 10px;
}

.bh-social-icons a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15) !important;
  color: rgba(255,255,255,0.6) !important;
  text-decoration: none !important;
  transition: border-color 0.25s, color 0.25s, background 0.25s, transform 0.2s;
  flex-shrink: 0;
}

.bh-social-icons a:hover {
  border-color: #fff !important;
  color: #000 !important;
  background: #fff !important;
  transform: translateY(-2px);
}

.bh-social-icons svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  display: block;
}

.bh-footer-middle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 52px 32px;
  gap: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.bh-footer-col h4 {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3) !important;
  margin: 0 0 22px;
  font-weight: 500;
}

.bh-footer-col a {
  display: block;
  text-decoration: none !important;
  color: rgba(255,255,255,0.65) !important;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 14px;
  transition: color 0.2s;
}

.bh-footer-col a:hover {
  color: #fff !important;
}

.bh-footer-col p {
  color: rgba(255,255,255,0.45) !important;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
}

.bh-footer-big {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 32px 28px;
  overflow: hidden;
}

.bh-footer-big-text {
  font-size: clamp(56px, 11vw, 130px);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: rgba(255,255,255,0.04) !important;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
}

.bh-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px 44px;
  gap: 16px;
}

.bh-footer-bottom p,
.bh-footer-bottom a {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.2) !important;
  margin: 0;
  text-decoration: none !important;
  transition: color 0.2s;
}

.bh-footer-bottom a:hover {
  color: rgba(255,255,255,0.55) !important;
}

@media (max-width: 768px) {
  .bh-footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    padding: 48px 24px 36px;
  }
  .bh-footer-social {
    align-items: flex-start;
  }
  .bh-footer-middle {
    flex-direction: column;
    gap: 40px;
    padding: 40px 24px;
  }
  .bh-footer-big {
    padding: 28px 24px 20px;
  }
  .bh-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 24px 40px;
    gap: 8px;
  }
}/* End custom CSS */