/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
:root {
  --color1: #FF6210;
  --color2: #F15808;
  --color3: #0F172A;
  --borderRadius: 8px;
  --h1: 3.5rem;
  --h2: 2.25rem;
  --h3: 1.5rem;
  --h4: 1.5rem;
  --h5: 1.25rem;
  --h6: 1.0625rem;
}

body .h1 {
  font-size: var(--h1);
}

body .h1 .elementor-heading-title {
  font-size: var(--h1);
}

body .h2 {
  font-size: var(--h2);
}

body .h2 .elementor-heading-title {
  font-size: var(--h2);
}

body .h3 {
  font-size: var(--h3);
}

body .h3 .elementor-heading-title {
  font-size: var(--h3);
}

body .h4 {
  font-size: var(--h4);
}

body .h4 .elementor-heading-title {
  font-size: var(--h4);
}

body .h5 {
  font-size: var(--h5);
}

body .h5 .elementor-heading-title {
  font-size: var(--h5);
}

body .h6 {
  font-size: var(--h6);
}

body .h6 .elementor-heading-title {
  font-size: var(--h6);
}

body img {
  image-rendering: -webkit-optimize-contrast;
}

body main#main form.forminator-ui.forminator-design--default .forminator-label {
  font-size: 15px;
}

body main#main form.forminator-ui.forminator-design--default input:not([type=color]):not([type=submit]):not([type=reset]):not([type=button]):not([type=file]):not([type=checkbox]):not([type=radio]), body main#main form.forminator-ui.forminator-design--default textarea, body main#main form.forminator-ui.forminator-design--default select {
  border-radius: var(--borderRadius);
}

body main#main form.forminator-ui.forminator-design--default button.forminator-button.forminator-button-submit {
  font-size: 15px;
  display: inline-flex;
  padding-left: 30px;
  padding-right: 30px;
}

.itu--servis-banner .premium-banner-ib.premium-banner__effect-type2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--e-global-color-astglobalcolor7, #141004);
  opacity: 0.081;
  mix-blend-mode: multiply;
  z-index: 9;
}

.itu--servis-banner .premium-banner-ib.premium-banner__effect-type2 img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: auto;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  display: block;
}

.itu--servis-banner .premium-banner-ib.premium-banner__effect-type2 .premium-banner-ib-desc {
  z-index: 10;
  bottom: 16px;
}

.itu--servis-banner .premium-banner-ib.premium-banner__effect-type2 .premium-banner-ib-desc .premium-banner-ib-title.premium_banner_title {
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: var(--borderRadius);
  font-size: 20px;
}

footer.site-footer aside.footer-widget-area .widget {
  margin-bottom: 1rem;
}

footer.site-footer nav.menu-our-services-container ul#menu-our-services {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer.site-footer nav.menu-our-services-container ul#menu-our-services a {
  transition: all 0.3s ease-in-out;
  display: inline-flex;
}

footer.site-footer nav.menu-our-services-container ul#menu-our-services a:hover {
  transform: translateX(5px);
}

.aspect-ratio-1 .swiper-slide-inner img.swiper-slide-image {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
}

.faq--map {
  margin-top: 2rem !important;
}

.itu-faq.elementor-widget.elementor-widget-accordion .elementor-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.itu-faq.elementor-widget.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
  border-radius: var(--borderRadius);
}

.itu_fcopy {
  background-color: var(--ast-global-color-7, #141004);
  display: flex;
  justify-content: center;
  font-size: 0.8rem;
  padding-bottom: 10px;
}

.itu_fcopy a {
  color: var(--color2);
  opacity: 0.8;
  line-height: 1;
  transform: translateY(-10px);
}

.elementor-element.proizvodi-thumb.elementor-widget-image-box .elementor-image-box-wrapper {
  border-radius: var(--borderRadius);
  background-color: #fff;
  padding: 16px 16px 16px 16px;
  border-bottom: solid 3px var(--color1);
}

.elementor-element.proizvodi-thumb.elementor-widget-image-box figure {
  position: relative;
  overflow: clip;
}

.elementor-element.proizvodi-thumb.elementor-widget-image-box figure a {
  display: block;
  position: relative;
}

.elementor-element.proizvodi-thumb.elementor-widget-image-box figure a::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.elementor-element.proizvodi-thumb.elementor-widget-image-box figure a:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.elementor-element.proizvodi-thumb.elementor-widget-image-box figure img {
  aspect-ratio: 4/3;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  border-radius: var(--borderRadius);
}

.elementor-element.proizvodi-thumb.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0;
}

.itu--servis-banner {
  border-bottom: solid 5px var(--ast-global-color-1, #F15808);
}

.elementor-widget-image-carousel:not(.no-border) .swiper .swiper-slide figure {
  position: relative;
  overflow: clip;
}

.elementor-widget-image-carousel:not(.no-border) .swiper .swiper-slide figure::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.elementor-widget-image-carousel:not(.no-border) .swiper .swiper-slide figure:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.elementor-widget-image-carousel:not(.no-border) .swiper .swiper-slide figure img {
  border: solid 5px var(--ast-global-color-1, #F15808);
}

.elementor-widget-image {
  position: relative;
}

.elementor-widget-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--color1);
  transform: rotate(4deg);
  z-index: 0;
  border-radius: var(--borderRadius);
}

.elementor-widget-image > .elementor-widget-container {
  position: relative;
  overflow: clip;
}

.elementor-widget-image > .elementor-widget-container::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.elementor-widget-image > .elementor-widget-container:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/* global ends
---------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1024px) {
  body, html {
    width: 100%;
    overflow-x: clip;
  }
  header#masthead {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
  }
  div#ast-desktop-header {
    display: none;
  }
  .ast-theme-transparent-header header#masthead {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
  }
  footer#colophon > .site-primary-footer-wrap.ast-builder-grid-row-container {
    padding-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  footer#colophon > .site-primary-footer-wrap.ast-builder-grid-row-container {
    padding-top: 140px;
  }
}

@media screen and (min-width: 1025px) {
  div#ast-mobile-header {
    display: none;
  }
  header#masthead {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
  }
  .ast-theme-transparent-header header#masthead {
    position: fixed;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
  }
  .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
    transition: all 0.3s ease-in-out;
  }
  .ast-theme-transparent-header.scrolling #masthead .site-logo-img .transparent-custom-logo img {
    width: 90px;
    height: auto;
  }
  .ast-theme-transparent-header.scrolling header#masthead {
    background-color: #fff;
  }
  .ast-theme-transparent-header.scrolling header#masthead .main-header-menu li:not(.current-menu-item) > .menu-link {
    color: var(--ast-global-color-7, #111);
  }
  .scrolling .ast-logo-title-inline .ast-site-identity {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .scrolling header .custom-logo-link img {
    max-width: 90px;
    width: 90px;
  }
}

@media screen and (min-width: 768px) {
  .mob {
    display: none !important;
  }
}

/*# sourceMappingURL=style-index.css.map*/