/* =====================================================
   BSS Home Builder — Front (v1.1.x)
   Role: full-width hero host
   ===================================================== */

.bss-home-section.bss-home-hero {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

/* Safety: neutralize possible theme constraints */
.bss-home-section.bss-home-hero > * {
  margin-left: auto;
  margin-right: auto;
}

/* Ensure slider is not boxed by theme rules */
.bss-home-section.bss-home-hero .container,
.bss-home-section.bss-home-hero .row {
  max-width: none;
  width: 100%;
}
