.elementor-kit-279{--e-global-color-primary:#2B2E37;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#EE6C4E;--e-global-color-2a9f9ba:#F8F9F9;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-279 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1) Zákaz horizontálneho posunu (posúvania do strán) */
html, body {
  overflow-x: hidden;
}

/* 2) Niekedy niektoré sekcie/kolóny presahujú šírku – odrež to */
.elementor-section,
.elementor-container,
.e-con,
.e-container,
.elementor-column,
.elementor-widget-wrap {
  max-width: 100%;
  overflow-x: hidden;
}

/* 3) Stabilná výška hero sekcie s videom/obrázkom (nepoužívaj čisté 100vh) */
.hero-video, /* ak používaš moju triedu zo skôr */
.hero,
.section-hero {
  min-height: 70vh;
}
@supports (height: 100dvh) {
  .hero-video,
  .hero,
  .section-hero {
    min-height: 70dvh;   /* stabilné na iOS – nekolíše pri zmene adresného riadku */
  }
}

/* 4) Iframe/video nech sa nepretiahne mimo viewportu */
.elementor-background-video-embed,
.elementor-background-video-container,
.elementor-background-video-embed iframe,
.elementor-background-video-embed video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* 5) Obrázky & videá nech nikdy netvoria horizontálny scrollbar */
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 6) Niekedy motion/parallax vrstva vytvorí šírkový presah – neutralizácia */
.elementor-motion-effects-layer,
.elementor-sticky--effects {
  overflow: hidden;
}/* End custom CSS */