.elementor-kit-6{--e-global-color-primary:#163260;--e-global-color-secondary:#EFEFF0;--e-global-color-text:#7A7A7A;--e-global-color-accent:#163260;--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 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#163260;color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:3vw;}.elementor-kit-6 h5{font-size:1.5vw;}.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-kit-6 h1{font-size:25px;}.elementor-kit-6 h5{font-size:19px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==================== Header container ==================== */
.smart-header-light,
.smart-header-dark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 30px 30px; /* default mobile padding left/right */
  transition: top 0.4s ease, background-color 0.4s ease, padding 0.4s ease;
}

/* Desktop padding left/right 60px */
@media (min-width: 768px) {
  .smart-header-light,
  .smart-header-dark {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/* Compact padding top/bottom */
.smart-header-light.compact,
.smart-header-dark.compact {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  /* left/right ostane kot v media query (60/30px) */
}

/* ==================== Logos ==================== */
#logo-light,
#logo-dark {
  transform-origin: center center;
  transition: transform 0.4s ease;
  transform: scale(1);
}

/* Compact logo resize samo za desktop */
@media (min-width: 768px) {
  .smart-header-light.compact #logo-light,
  .smart-header-dark.compact #logo-dark {
    transform: scale(0.6);
  }
}

/* ==================== Menu colors ==================== */
.smart-header-light .elementor-nav-menu a,
.smart-header-light.compact .elementor-nav-menu a {
  color: #222;
}

.smart-header-dark {
  background-color: rgba(255, 255, 255, 0.8); /* bela transparentna */
}

.smart-header-dark .elementor-nav-menu a,
.smart-header-dark.compact .elementor-nav-menu a {
  color: white;
}

/* ==================== Optional slide up/down (JS top) ==================== */
.smart-header-light.hide,
.smart-header-dark.hide {
  top: -120px; /* višina headerja */
}

.smart-header-light.show,
.smart-header-dark.show {
  top: 0;
}/* End custom CSS */