#section-one {
  position: relative;
  display: flex;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll; /* Avoid Safari issues */
  overflow: hidden;
  min-height: 880px;
  padding: 180px 0 100px 0;
}
#section-one.dizalice-topline {
  background-image: url(/wp-content/uploads/2025/05/dizalice-topline-hero-image-ver-2.jpg);
}
#section-one.dizalice-topline:after {
  background-image: linear-gradient(0deg, #001333A6 0%, #00133300 100%);
}
#section-one.klimatizacija {
  background-image: url(/wp-content/uploads/2025/05/klimatizacija-hero-image-ver-3.jpg);
}
#section-one.ventilacija {
  background-image: url(/wp-content/uploads/2025/05/ventilacija-hero-image.jpg);
}
#section-one.ventilacija:after {
  background-image: linear-gradient(-10deg, #001333A6 0%, #ffffff1f 100%);
}
#section-one.vodovod {
  background-image: url(/wp-content/uploads/2025/05/vodovod-hero-image-ver-2.jpg);
}
#section-one.vodovod:after {
  background-image: linear-gradient(30deg, #001333A6 0%, #00133300 100%);
}
#section-one:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  background-image: linear-gradient(90deg, #001333A6 0%, #00133300 100%);
  z-index: 0;
}
#section-one .content-wrapper {
  position: relative;
  z-index: 1;
}
#section-one .eyebrow-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
#section-one .eyebrow-text img {
  display: block;
  margin: 0 8px 0 0;
}
#section-one h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 110%;
  color: #FFFFFF;
  margin: 0 0 30px 0;
}
#section-one h1 span {
  /* color: #155b95; */
}
#section-one p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0 0 30px 0;
}
#section-one p span {
  font-weight: 500;
  /* color: #155b95; */
}
#section-one a.primary-button {
  margin: 0 20px 0 0;
}

#section-two {
  padding: 100px 0 50px 0;
}
#section-two .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-two .image-wrapper img {
  display: block;
  max-width: 550px;
  width: 100%;
  height: auto;
}
#section-two .eyebrow-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #155b95;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
#section-two .eyebrow-text img {
  display: block;
  margin: 0 8px 0 0;
}
#section-two h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -2px;
  color: #001333;
  margin: 0 0 30px 0;
}
#section-two p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #888888;
  margin: 0 0 20px 0;
}
#section-two .features-box-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
#section-two .features-box-row:last-of-type {
  margin: 0 0 40px 0;
}
#section-two .feature-box {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
#section-two .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #155b95;
  border-radius: 50%;
  margin: 0 12px 0 0;
}
#section-two .feature-box h3 {
  font-size: 16px;
  font-weight: 500;
  color: #001333;
  margin: 0;
}

#section-four {
  background-color: #FFFFFF;
  padding: 50px 0;
}
#section-four .eyebrow-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #155b95;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
#section-four .eyebrow-text img {
  display: block;
  margin: 0 8px 0 0;
}
#section-four h2 {
  text-align: center;
  font-size: 46px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -2px;
  color: #001333;
  margin: 0 auto 60px;
}
#section-four .box-image {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #155b95;
  padding: 40px;
  border-radius: 30px;
  margin: 0 auto 20px;
}
#section-four .box-image span {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 42px;
  height: 42px;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -1px;
  background-color: #155b95;
  color: #FFFFFF;
  padding: 5px;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
}
#section-four .row:nth-of-type(2) .content-box {
  margin: 0 0 40px 0;
}
#section-four .content-box h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #001333;
  letter-spacing: -1px;
  margin: 0 0 15px 0;
}
#section-four .content-box p {
  text-align: center;
  max-width: 360px;
  font-size: 16px;
  color: #888888;
  line-height: 140%;
  margin: 0 auto;
}

#section-five {
  background-color: #FFFFFF;
  padding: 50px 0;
}
#section-five .eyebrow-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #155b95;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
#section-five .eyebrow-text img {
  display: block;
  margin: 0 8px 0 0;
}
#section-five h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -2px;
  color: #001333;
  margin: 0 auto 30px;
}
#section-five p {
  font-size: 16px;
  color: #888888;
  line-height: 140%;
  margin: 0 auto;
}
#section-five p span {
  color: #001333;
}
#section-five img.producer {
  display: block;
  max-width: 208px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  filter: grayscale(100%);
  transition: 0.15s linear all;
}
#section-five img.producer:hover {
  filter: none;
}

#section-six {
  padding: 50px 0 100px 0;
}
#section-six .content-wrapper {
  background-color: #EFF1ED;
  border-radius: 30px;
  overflow: hidden;
}
#section-six .image-box {
  height: 100%;
}
#section-six .image-box img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-six .content-holder {
  padding: 40px;
}
#section-six .content-holder h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -2px;
  color: #001333;
  margin: 0 auto 30px;
}
#section-six .content-holder h2 span {
  color: #155b95;
}
#section-six .content-holder h2 a {
  display: inline-block;
  color: #001333;
  text-decoration: none;
  transition: 0.15s linear all;
}
#section-six .content-holder h2 a:hover {
  color: #155b95;
}
#section-six .content-holder p {
  font-size: 16px;
  color: #888888;
  line-height: 140%;
  margin: 0 auto;
}

#section-seven {
  background-color: #EFF1ED;
  padding: 100px 0;
}
#section-seven .eyebrow-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #155b95;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
#section-seven .eyebrow-text img {
  display: block;
  margin: 0 8px 0 0;
}
#section-seven h2 {
  text-align: center;
  font-size: 46px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -2px;
  color: #001333;
  margin: 0 auto 60px;
}
#section-seven .content-box {
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 30px;
}
#section-seven .col-md-3:nth-of-type(2n) .content-box {
  margin: 40px 0 0 0;
}
#section-seven .content-wrapper {
  display: flex;
  align-items: end;
  margin: 0 0 15px 0;
}
#section-seven .content-box img {

}
#section-seven .content-box h3 {
  font-size: 22px;
  font-weight: 500;
  color: #001333;
  letter-spacing: -1px;
  margin: 0 0 0 15px;
}
#section-seven .content-box p {
  font-size: 16px;
  color: #888888;
  line-height: 140%;
  margin: 0 auto;
}

#section-eight {
  padding: 100px 0;
}
#section-eight .eyebrow-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #155b95;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
#section-eight .eyebrow-text img {
  display: block;
  margin: 0 8px 0 0;
}
#section-eight h2 {
  text-align: center;
  font-size: 46px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -2px;
  color: #001333;
  margin: 0 auto 20px;
}
#section-eight .content-box {
  background-color: #FFFFFF;
  margin: 40px 0 0 0;
}
#section-eight .col-md-3:nth-of-type(2n) .content-box {
  margin: 40px 0 0 0;
}
#section-eight .content-wrapper {
  display: flex;
  align-items: end;
  margin: 0 0 15px 0;
}
#section-eight .content-box img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
#section-eight .content-box h3 {
  font-size: 22px;
  font-weight: 500;
  color: #001333;
  letter-spacing: -1px;
  margin: 10px 0 0 0;
}
#section-eight .content-box p {
  font-size: 16px;
  color: #888888;
  line-height: 140%;
  margin: 0 auto;
}

#recenzije {
  background-color: #001333;
  padding: 50px 0;
}
#recenzije .eyebrow-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
#recenzije .eyebrow-text img {
  display: block;
  margin: 0 8px 0 0;
}
#recenzije .image-wrapper {
  background-color: #155b95;
  padding: 20px;
  border-radius: 30px;
  margin: 0 30px 0 0;
}
#recenzije .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#recenzije h2 {
  font-size: 46px;
  font-weight: 500;
  letter-spacing: -2px;
  color: #FFFFFF;
  margin: 0 auto 30px;
}
#recenzije p.number {
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1px;
  color: #FFFFFF;
  margin: 0 0 4px 0;
}
#recenzije p.item {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0;
}

#section-nine {
  padding: 100px 0;
}
#section-nine .content-wrapper {
  background-color: #EFF1ED;
  padding: 40px;
  border-radius: 30px;
  overflow: hidden;
}
#section-nine .eyebrow-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #155b95;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
#section-nine .eyebrow-text img {
  display: block;
  margin: 0 8px 0 0;
}
#section-nine h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -2px;
  color: #001333;
  margin: 0 auto 30px;
}
#section-nine p {
  margin: 0;
}
#section-nine p.subtitle {
  font-size: 16px;
  color: #888888;
  line-height: 140%;
  margin: 0 auto;
}
#section-nine .wpcf7 input,
#section-nine .wpcf7 textarea {
  width: 100%;
  background-color: #FFFFFF;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  color: #888888;
  padding: 14px 20px;
  border: 0;
  border-radius: 10px;
  margin: 0 0 16px 0;
  overflow: hidden;
}
#section-nine .wpcf7 input:focus,
#section-nine .wpcf7 textarea:focus {
  outline: none;
}
#section-nine .wpcf7 .wpcf7-submit {
  display: flex;
  align-items: center;
  background-color: #155b95;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #FFFFFF;
  padding: 14px 30px;
  border: 2px solid #155b95;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.15s linear all;
}
#section-nine .wpcf7 .wpcf7-submit:hover {
  background-color: #FFFFFF;
  color: #155b95;
}
#section-nine .wpcf7 .wpcf7-submit svg {
  transition: 0.15s linear all;
}
#section-nine .wpcf7 .wpcf7-submit:hover svg {
  fill: #155b95;
}

#section-ten {
  padding: 50px 0 100px 0;
}
#section-ten h2 {
  text-align: center;
  font-size: 46px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -2px;
  color: #001333;
  margin: 0 auto 60px;
}
#section-ten p {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #82928E;
  margin: 0 0 40px 0;
}
#section-ten .faq-item {
  display: inline-block;
  width: calc(50% - 15px);
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
#section-ten .faq-item:nth-of-type(2n) {
  margin: 0 0 0 20px;
}
#section-ten .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #001333;
  cursor: pointer;
  padding: 10px;
  transition: color 0.3s ease;
}
#section-ten .faq-question:hover {
  color: #155b95;
}
#section-ten .faq-answer {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #888888;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding: 0 10px;
  opacity: 0;
}
#section-ten .faq-answer p {
  margin: 0;
}
#section-ten .faq-answer strong {
  color: #0B4739;
}
#section-ten .faq-answer.open {
  max-height: 300px;
  padding: 10px;
  opacity: 1;
  transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
}
#section-ten .toggle-icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}
#section-ten .faq-question.open .toggle-icon {
  transform: rotate(180deg);
}

@media only screen and (max-width: 1440px) {

}


@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {
  #section-one {
    min-height: unset;
    padding: 120px 0 50px 0;
  }
  #section-one .eyebrow-text {
    font-size: 10px;
    margin: 0 0 15px 0;
  }
  #section-one .eyebrow-text img {
    max-width: 15px;
    width: 100%;
    height: auto;
    margin: 0 4px 0 0;
  }
  #section-one h1 {
    font-size: 38px;
    margin: 0 0 15px 0;
  }
  #section-one p {
    font-size: 15px;
    margin: 0 0 15px 0;
  }
  #section-one a.primary-button {
    font-size: 14px;
    margin: 0;
    padding: 10px 20px;
  }

  #section-two .image-wrapper img {
    margin: 0 0 20px 0;
  }
  #section-two .eyebrow-text {
    font-size: 10px;
    margin: 0 0 15px 0;
  }
  #section-two .eyebrow-text img {
    max-width: 15px;
    width: 100%;
    height: auto;
    margin: 0 4px 0 0;
  }
  #section-two h2 {
    font-size: 30px;
  }
  #section-two .feature-box-wrapper:last-of-type p {
    margin: 0;
  }
  #section-two a.primary-button {
    font-size: 14px;
    margin: 0;
    padding: 10px 20px;
  }

  #section-four .eyebrow-text {
    font-size: 10px;
    margin: 0 0 15px 0;
  }
  #section-four .eyebrow-text img {
    max-width: 15px;
    width: 100%;
    height: auto;
    margin: 0 4px 0 0;
  }
  #section-four h2 {
    font-size: 30px;
  }
  #section-four .col-sm-4:last-of-type .content-box h3 {
    margin: 0;
  }
  #section-four .box-image span {
    top: -12px;
    right: -12px;
    width: 36px;
    height: 36px;
    font-size: 14px;
    padding: 7px;
    border: 3px solid #FFFFFF;
  }

  #section-five .eyebrow-text {
    justify-content: center;
    font-size: 10px;
    margin: 0 0 15px 0;
  }
  #section-five .eyebrow-text img {
    max-width: 15px;
    width: 100%;
    height: auto;
    margin: 0 4px 0 0;
  }
  #section-five h2 {
    text-align: center;
    font-size: 30px;
  }
  #section-five p {
    text-align: center;
    margin: 0 auto 20px;
  }

  #section-six .content-holder {
    text-align: center;
  }
  #section-six .content-holder h2 {
    font-size: 30px;
  }

  #section-seven .eyebrow-text {
    font-size: 10px;
    margin: 0 0 15px 0;
  }
  #section-seven .eyebrow-text img {
    max-width: 15px;
    width: 100%;
    height: auto;
    margin: 0 4px 0 0;
  }
  #section-seven {
    padding: 50px 0;
  }
  #section-seven h2 {
    font-size: 30px;
  }
  #section-seven .content-box {
    text-align: center;
    margin: 0 0 40px 0;
  }
  #section-seven .col-md-3 .content-box,
  #section-seven .col-md-3:nth-of-type(2n) .content-box {
    margin: 0 0 40px 0;
    height: auto;
  }

  #section-nine {
    padding: 50px 0;
  }
  #section-nine .eyebrow-text {
    font-size: 10px;
    margin: 0 0 15px 0;
  }
  #section-nine .eyebrow-text img {
    max-width: 15px;
    width: 100%;
    height: auto;
    margin: 0 4px 0 0;
  }
  #section-nine h2 {
    font-size: 30px;
  }

  #section-ten h2 {
    font-size: 30px;
    margin: 0 auto 30px;
  }
  #section-ten .faq-item {
    width: 100%;
  }
  #section-ten .faq-item:nth-of-type(2n) {
    margin: 0;
  }

}

@media only screen and (max-width: 576px) {
  #section-four .content-box {
    margin: 0 0 40px 0;
  }

}
