.elementor-kit-6{--e-global-color-primary:#126C6B;--e-global-color-secondary:#FA4515;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FA4515;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-size:3vw;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-size:2vw;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-size:1.2vw;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* Header container */
.smart-header {
  position: fixed;       
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: top 0.4s ease, background-color 0.4s ease; /* smooth slide + background */
  background-color: transparent; /* na vrhu prozoren */
}

/* Skrij header (slide up) */
.smart-header.hide {
  top: -120px; /* višina headerja */
}

/* Pokaži header ob scroll gor + črno ozadje z alfa (transparent) */
.smart-header.show {
  top: 0;
  background-color: rgba(0,0,0,0.8) !important; /* transparentno črno */
}


/* Anchor offset */
:target {
    scroll-margin-top: 100px; /* zamenjaj s svojo vrednostjo */
}



.elementor-popup-modal :focus {
outline: none !important;
box-shadow: none !important;
}






#stickybox {
    position: sticky;
    top: px; /* notranji offset */
}

.stop-at-footer {
    position: absolute !important;
    bottom: 0 !important;
    top: auto !important;
}/* End custom CSS */