.elementor-kit-8{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#2E5339;--e-global-color-text:#7F9A6A;--e-global-color-accent:#7A5C42;--e-global-color-b92fc6f:#F5F1E7;--e-global-color-eccf154:#6B8F71;--e-global-color-8a2339b:#2E533938;--e-global-color-a526d98:#0000001A;--e-global-color-795f0ea:#2E5339B3;--e-global-color-083fa5a:#7A5C4247;--e-global-color-f031ef0:#F5F1E7EB;--e-global-color-ddd761e:#EFE8D8;--e-global-color-d108c64:#2E5339;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Risque";--e-global-typography-accent-font-weight:500;background-color:#F5F1E7CF;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-secondary );--e-preloader-size:64px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 e-page-transition{background-color:var( --e-global-color-ddd761e );}@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 */:root{
  /* če že imaš --forest, to lahko izbrišeš */
  --forest: #2E5339;

  --scrollbar-w: 5px;     /* širina custom bar-a */
  --scrollbar-r: 999px;    /* radius */
}

/* Smooth scroll globalno (del 3) */
html{
  scroll-behavior: smooth;
}

/* Skrij native scrollbar (Chrome/Edge/Safari/Firefox) */
html, body{
  scrollbar-width: none;          /* Firefox */
  -ms-overflow-style: none;       /* IE/old Edge */
}
html::-webkit-scrollbar,
body::-webkit-scrollbar{
  width: 0 !important;
  height: 0 !important;
}

/* --- Custom vertical progress bar (fixed desno) --- */
#eco-scrollbar{
  position: fixed;
  top: 16px;
  right: 5px;
  bottom: 2px;
  width: var(--scrollbar-w);
  z-index: 99999;
  pointer-events: none;
}

#eco-scrollbar .eco-track{
  position: absolute;
  inset: 0;
  border-radius: var(--scrollbar-r);
}

#eco-scrollbar .eco-thumb{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;                 /* polni OD SPODAJ NAVZGOR */
  height: 0%;
  border-radius: var(--scrollbar-r);
  background: var(--forest);
  transform: translateZ(0);
}

/* --- Scroll to top button (bottom-right) --- */
#eco-to-top{
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 0;
  background: var(--forest);
  color: #fff;
  z-index: 100000;
  cursor: pointer;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 10px 25px rgba(0,0,0,.18);
  transition: transform .15s ease, opacity .2s ease;
  opacity: 0;
  pointer-events: none;
}

#eco-to-top.is-visible{
  opacity: 1;
  pointer-events: auto;
}

#eco-to-top:hover{
  transform: translateY(-2px);
}

#eco-to-top svg{
  width: 22px;
  height: 22px;
  fill: currentColor;
}/* End custom CSS */