.elementor-37827 .elementor-element.elementor-element-79a99c2 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-37827 .elementor-element.elementor-element-0fbad9e{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0fbad9e *//* 1) Rezerviši prostor za scrollbar da ne mijenja širinu stranice */
html { scrollbar-gutter: stable both-edges; }
html, body { overflow-y: scroll; } /* fallback */

/* 2) Napravi varijablu za širinu scrollbara (100vw - 100%) */
:root { --sbw: calc(100vw - 100%); }

/* 3) Primijeni stabilnu širinu na full-width sekcije koje “skaču”
   - Dodaj im klasu u Elementoru: stable-viewport
   - Ovo im skida višak koliko scrollbar zauzme
*/
.stable-viewport {
  width: calc(100vw - var(--sbw)) !important;
  max-width: none !important;   /* da ih tema ne “stisne” */
}

/* 4) Ako imaš trake/sekcije koje tema rasteže (često Elementor stretched),
      osiguraj da ne bježe ulijevo/desno kada se prilagođava širina */
.stable-viewport.elementor-section-stretched {
  left: 0 !important;
  right: 0 !important;
}/* End custom CSS */