.elementor-69 .elementor-element.elementor-element-e5e60e3{--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-69 .elementor-element.elementor-element-b76ca99{--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;}/* Start custom CSS for html, class: .elementor-element-dc1a834 *//* Full-viewport section that works on iOS/Android */
.hero-wall,
.elementor-section.hero-wall {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: 50svh;
  height: 50vh;
  height: 50svh;
}
@supports (height: 100dvh) {
  .hero-wall { height: 60dvh; min-height: 50dvh; }
}

/* Make Elementor’s inner container actually fill the section */
.elementor-section.hero-wall > .elementor-container,
.elementor-section.hero-wall > .elementor-container > .elementor-column,
.elementor-section.hero-wall > .elementor-container > .elementor-column > .elementor-widget-wrap {
  height: 100%;
}

/* Pin Spline to cover the section */
.hero-wall .spline-wall,
.hero-wall spline-viewer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* Some Spline embeds render a canvas/iframe—stretch those too */
.hero-wall spline-viewer canvas,
.hero-wall spline-viewer iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

/* If you place overlay text/buttons in this section, keep them above */
.hero-wall .overlay { position: relative; z-index: 2; }/* End custom CSS */