.elementor-3848 .elementor-element.elementor-element-5cea6d6{--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-3848 .elementor-element.elementor-element-604b7a3{--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-3848 .elementor-element.elementor-element-d11708b{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f82dc4d *//* HERO – FÅ DET GJORT */
.hb-hero {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 380px;
  background-image: url('https://www.hosbois.se/wp-content/uploads/2026/03/En-banner-som-jag-kan-overst-pa-hemsidan-med-en-kn.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Mörk overlay för läsbarhet */
.hb-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

/* Innehåll */
.hb-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 20px;
}

/* Titel */
.hb-hero-title {
  font-size: 52px;
  font-weight: 600;
  margin: 0 0 10px 0;
  letter-spacing: 2px;
}

/* Undertitel */
.hb-hero-sub {
  font-size: 20px;
  opacity: 0.9;
  margin: 0;
}

/* Mobilanpassning */
@media (max-width: 768px) {
  .hb-hero {
    height: 45vh;
    min-height: 300px;
  }
  .hb-hero-title {
    font-size: 34px;
  }
  .hb-hero-sub {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2bcfeac */.hb-presence {
  text-align: center;
  margin: 40px auto;
  width: 100%;
}

.hb-presence-text {
  display: inline-block !important;
  padding: 20px 16px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #4A3A2A;
  font-style: italic;
  border-left: 4px solid #8A2A1A !important;
  border-right: 4px solid #8A2A1A !important;
  max-width: 700px;
}/* End custom CSS */