.elementor-kit-7{--e-global-color-primary:#1A4BFF;--e-global-color-secondary:#0C1833;--e-global-color-text:#121419;--e-global-color-accent:#1A4BFF;--e-global-color-29ac805:#F1F4F8;--e-global-color-99d8bc7:#898C9A;--e-global-color-788a6bc:#EEEEEE;--e-global-color-abc814f:#FFFFFF;--e-global-color-e281fe6:#18181B;--e-global-color-951175b:#E3E8EF;--e-global-color-44f3406:#FDFDFD;--e-global-color-7557714:#222222;--e-global-color-db27a3d:#001C44;--e-global-color-27ecf31:#D8D8D8;--e-global-color-88b9e6e:#C2C8DF;--e-global-color-f381dcb:#FFFFFF00;--e-global-color-39b7d68:#D9DBE9;--e-global-color-d42bd03:#001C44FA;--e-global-color-bd2674a:#E3E8EF33;--e-global-color-5bf9686:#F1F4F833;--e-global-color-5dc6d17:#FFFFFF66;--e-global-color-3f41207:#FFFFFFF2;--e-global-color-0f2592d:#1A4BFF33;--e-global-color-286df63:#FFFFFF8C;--e-global-color-55ec96e:#1A4BFFCC;--e-global-color-867db1f:#FFFFFF1A;--e-global-color-eb8f887:#FFFFFFCC;--e-global-color-7282063:#1A4BFF1A;--e-global-color-d66f0c5:#1A4BFFD1;--e-global-color-6f43719:#436BFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;color:#898C9A;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;line-height:24px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-29ac805 );}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#1A4BFFD1;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 a:hover{color:#1A4BFFC7;}.elementor-kit-7 h1{font-family:"Montserrat", Sans-serif;font-size:72px;font-weight:700;line-height:80px;}.elementor-kit-7 h2{font-size:56px;font-weight:700;line-height:64px;}.elementor-kit-7 h3{font-family:"Montserrat", Sans-serif;font-size:40px;font-weight:700;line-height:48px;}.elementor-kit-7 h4{font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:700;line-height:32px;}.elementor-kit-7 h5{font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;line-height:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}/* Start custom CSS *//* Sakrij sve step sekcije */
section[id^="step"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

/* Prikaz aktivnog stepa */
section[id^="step"].active {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  z-index: 999 !important;
}

/* Step 1 fullscreen layout */
#step1.active {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 9999 !important;
  background: #0C1833; /* ili promeni po potrebi */
}/* End custom CSS */