section#section-one {
  position: relative;
  /* background: url(/wp-content/uploads/2025/07/homepage-section-one-background-opacity.webp) center center no-repeat; */
  /* background-size: cover; */
  padding: 200px 0 100px 0;
}
section#section-one .eyebrow-text {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2E7554 ;
  margin: 0 0 20px 0;
}
section#section-one h1.title {
  font-size: 72px;
  font-weight: 500;
  line-height: 100%;
  color: #111111;
  margin: 0 auto 20px;
}
section#section-one p.subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #111111;
  margin: 0 0 60px 0;
}
section#section-one .button-row {
  display: flex;
  align-items: center;
}
section#section-one .primary-button {
  display: inline-block;
  background-color: #2E7554 ;
  color: #FAFAFA;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  padding: 18px 48px;
  margin: 0 20px 0 0;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.15s linear all;
}
section#section-one .primary-button:hover {
  background-color: #db9e2e;
}
section#section-one .secondary-button {
  display: inline-flex;
  align-items: center;
  color: #2E7554 ;
  font-size: 20px;
  text-decoration: none;
  padding: 18px 48px;
  margin: 0;
  border-radius: 6px;
  transition: 0.15s linear all;
}
section#section-one .secondary-button:hover {
  color: #E7B357;
}
section#section-one .secondary-button svg {
  display: inline-block;
  margin: 0 0 0 6px;
  transition: 0.15s linear all;
}
section#section-one .secondary-button:hover svg {
  fill: #E7B357;
}
section#section-one .image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}
section#section-one .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---- ---- ---- ---- ---- */
section#usluge {
  position: relative;
  overflow: hidden;
  padding: 100px 0 40px 0;
}
section#usluge h2.title {
  display: block;
  text-align: center;
  font-size: 52px;
  font-weight: 500;
  margin: 0 auto 30px;
  color: #161616;
}
section#usluge p.subtitle {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #414141;
  margin: 0 0 60px 0;
}
section#usluge .content-holder {
  position: relative;
  height: calc(100% - 40px);
  background-color: #2E7554;
  padding: 40px;
  margin: 0 0 40px 0;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.15s linear all;
}
section#usluge .content-box-top {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
section#usluge h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  color: #FAFAFA;
  margin: 0;
  transition: 0.15s linear all;
}
section#usluge p {
  font-size: 18px;
  color: #FAFAFA;
  margin: 0;
  transition: 0.15s linear all;
}

/* ---- ---- ---- ---- ---- */
section#section-two {
  position: relative;
  overflow: hidden;
  padding: 100px 0 40px 0;
}
section#section-two h2.title {
  display: block;
  text-align: center;
  max-width: 5100px;
  font-size: 52px;
  font-weight: 500;
  margin: 0 auto 30px;
  color: #161616;
}
section#section-two p.subtitle {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #414141;
  margin: 0 0 60px 0;
}
section#section-two .process-box-holder {
  position: relative;
  height: calc(100% - 40px);
  padding: 40px;
  border: 2px solid #2E7554;
  border-radius: 10px;
  margin: 0 0 40px 0;
  cursor: pointer;
  overflow: hidden;
  transition: 0.15s linear all;
}
section#section-two .process-box-top {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
section#section-two .order {
  font-size: 72px;
  font-weight: 700;
  line-height: 100%;
  color: #2E7554;
  margin: 0 40px 0 0;
}
section#section-two h3 {
  font-size: 22px;
  font-weight: 600;
  color: #161616;
  margin: 0;
  transition: 0.15s linear all;
}
section#section-two p {
  font-size: 18px;
  color: #414141;
  margin: 0;
  transition: 0.15s linear all;
}

/* ---- ---- ---- ---- ---- */
section#portfolio {
  background-color: #FAFAFA;
  padding: 100px 0 50px 0;
}
section#portfolio h2 {
  text-align: center;
  font-size: 52px;
  font-weight: 500;
  color: #161616;
  margin: 0 auto 30px;
}
section#portfolio p.subtitle {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #414141;
  margin: 0 auto 60px;
}
section#portfolio a {
  position: relative;
  display: block;
  margin: 0 0 40px 0;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
}
section#portfolio .portfolio-filters {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 0 60px 0;
}
section#portfolio .filter-btn {
  background-color: #2E7554;
  color: #FAFAFA;
  border: none;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.15s;
}
section#portfolio .filter-btn:hover,
section#portfolio .filter-btn.active {
  background-color: #db9e2e;
}
section#portfolio .filter-item {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
section#portfolio .filter-item.hide {
  opacity: 0;
  transform: scale(0.98);
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
section#portfolio span.tag {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  padding: 6px 12px;
  background-color: #2E7554;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #FAFAFA;
}
section#portfolio h3 {
  font-size: 24px;
  font-weight: 600;
  color: #161616;
  margin: 0;
}
section#portfolio img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 8px 0;
}

/* ---- ---- ---- ---- ---- */
section#konsultacije {
  padding: 100px 0;
}
section#konsultacije h2.title {
  display: block;
  font-size: 52px;
  font-weight: 500;
  margin: 0 0 150px 0;
  color: #161616;
}
section#konsultacije p.our-team {
  max-width: 700px;
  font-size: 24px;
  font-weight: 400;
  color: #414141;
  margin: 0 0 0 auto;
}
section#konsultacije .fact-box-holder {
  display: flex;
  align-items: center;
  margin: 0 0 50px 0;
}
section#konsultacije .fact-box-image {
  background: rgb(46,117,87);
  background: -moz-linear-gradient(180deg, rgba(46,117,87,0.4) 0%, rgba(46,117,87,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(46,117,87,0.4) 0%, rgba(46,117,87,0) 100%);
  background: linear-gradient(180deg, rgba(46,117,87,0.4) 0%, rgba(46,117,87,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#635dff",endColorstr="#635dff",GradientType=1);
  padding: 18px;
  margin: 0 32px 0 0;
  border-radius: 10px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#konsultacije .fact-box-title {
  font-size: 20px;
  font-weight: 600;
  color: #161616;
  margin: 0 0 10px 0;
}
section#konsultacije .fact-box-text {
  font-size: 18px;
  color: #414141;
  margin: 0;
}
section#konsultacije .availability-box {
  position: relative;
  background-color: #2E7554 ;
  height: 100%;
  padding: 60px 40px 40px 40px;
  border-radius: 10px;
}
section#konsultacije .availability-title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
section#konsultacije .availability-title h3 {
  background-color: #FAFAFA;
  font-size: 20px;
  font-weight: 600;
  color: #2E7554;
  margin: 0;
  padding: 15px 50px;
  border: 2px solid #2E7554;
  border-radius: 10px;
}
section#konsultacije .availability-content p.subtitle {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  color: #F5F5F5;
  margin: 0 0 40px 0;
}
section#konsultacije .availability-content p {
  font-size: 18px;
  font-weight: 400;
  color: #F5F5F5;
  margin: 0 0 20px 0;
}
section#konsultacije .availability-content p.last {
  margin: 20px 0;
}
section#konsultacije .availability-content ul {
  padding: 0;
  margin: 20px 0;
}
section#konsultacije .availability-content ul li {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #FAFAFA;
  margin: 0 0 20px 0;
}
section#konsultacije .availability-content ul li svg {
  margin: 0 8px 0 0;
}
section#konsultacije .availability-content ul li:last-of-type {
  margin: 0;
}
section#konsultacije .cta-button {
  display: inline-block;
  background-color: #db9e2e;
  color: #FAFAFA;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  padding: 16px 48px;
  margin: 0;
  border: 2px solid #db9e2e;
  border-radius: 8px;
  transition: 0.15s linear all;
}
section#konsultacije .availability-content button:hover {
  background-color: transparent;
}

/* ---- ---- ---- ---- ---- */
section#section-six {
  padding: 100px 0;
}
section#section-six h2.title {
  font-size: 52px;
  font-weight: 500;
  color: #161616;
  margin: 0 0 30px 0;
}
section#section-six p.subtitle {
  max-width: 8100px;
  font-size: 24px;
  font-weight: 400;
  color: #414141;
  margin: 0 0 60px 0;
}
section#section-six .testimonial-holder {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #2E7554 ;
  padding: 40px;
  border-radius: 10px;
  z-index: 1;
}
section#section-six .testimonial-holder:after {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
section#section-six .testimonial-holder p.quote {
  min-height: 200px;
  font-size: 20px;
  color: #FAFAFA;
  margin: 0 0 40px 0;
}
section#section-six .author-holder {
  display: flex;
  align-items: center;
}
section#section-six .author-holder img {
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin: 0 20px 0 0;
}
section#section-six .author-title p {
  color: #fafafa;
  font-size: 19px;
  font-weight: 400;
  margin: 0;
}
section#section-six .author-title p span {
  color: #FAFAFA;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 4px 0;
}

@media only screen and (max-width: 1440px) {
  section#usluge h3 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  section#section-one {
    padding: 160px 0 40px 0;
  }
  section#section-one h1.title {
    font-size: 36px;
  }
  section#section-one p.subtitle {
    margin: 0 0 40px 0;
  }
  section#section-one .button-row {
    display: block;
    margin: 0 0 40px 0;
  }
  section#section-one .primary-button {
    font-size: 18px;
    padding: 14px 28px;
    margin: 0;
  }
  section#section-one .secondary-button {
    display: none;
    font-size: 18px;
    padding: 14px 28px;
  }
  section#section-one .secondary-button svg {
    width: 20px;
    height: 20px;
    margin: 0 0 0 2px;
  }

  section#usluge {
    padding: 40px 0;
  }
  section#usluge h2.title {
    font-size: 36px;
    margin: 0 auto 20px;
  }
  section#usluge p.subtitle {
    font-size: 16px;
    margin: 0 0 40px 0;
  }
  section#usluge .content-holder {
    height: auto;
    padding: 40px 20px;
  }
  section#usluge h3 {
    font-size: 30px;
  }
  section#usluge .col-md-4:last-of-type .content-holder {
    margin: 0;
  }
  section#usluge p {
    font-size: 16px;
  }

  section#section-two {
    padding: 40px 0;
  }
  section#section-two h2.title {
    font-size: 36px;
    margin: 0 auto 20px;
  }
  section#section-two p.subtitle {
    font-size: 16px;
    margin: 0 0 40px 0;
  }
  section#section-two .process-box-holder {
    height: unset;
    padding: 20px;
  }
  section#section-two .col-md-4:last-of-type .process-box-holder {
    margin: 0;
  }
  section#section-two .order {
    font-size: 56px;
    margin: 0 20px 0 0;
  }
  section#section-two p {
    font-size: 16px;
  }

  section#konsultacije {
    padding: 40px 0;
  }
  section#konsultacije h2.title {
    text-align: center;
    font-size: 36px;
    margin: 0 0 20px 0;
  }
  section#konsultacije p.our-team {
    text-align: center;
    font-size: 16px;
    margin: 0 0 40px 0;
  }
  section#konsultacije .availability-box {
    height: auto;
    padding: 60px 20px 40px 20px;
    margin: 40px 0 0 0;
  }
  section#konsultacije .fact-box-holder {
    display: block;
    text-align: center;
  }
  section#konsultacije .fact-box-image {
    margin: 0 auto 20px;
  }
  section#konsultacije .fact-box-text {
    font-size: 16px;
  }

  section#portfolio {
    padding: 40px 0;
  }
  section#portfolio h2 {
    font-size: 36px;
    margin: 0 0 20px 0;
  }
  section#portfolio p.subtitle {
    font-size: 16px;
    margin: 0 auto 40px;
  }
  section#portfolio .portfolio-filters {
    gap: 12px;
  }
  section#portfolio .filter-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
  section#portfolio .col-md-4:last-of-type a {
    margin: 0;
  }
  section#portfolio h3 {
    font-size: 18px;
  }

  section#section-six {
    padding: 40px 0;
  }
  section#section-six h2.title {
    font-size: 36px;
    margin: 0 0 20px 0;
  }
  section#section-six p.subtitle {
    font-size: 16px;
    margin: 0 0 40px 0;
  }
  section#section-six .testimonial-holder {
    height: auto;
    padding: 20px;
    margin: 0 0 20px 0;
  }
  section#section-six .col-md-4:last-of-type .testimonial-holder {
    margin: 0;
  }
  section#section-six .testimonial-holder p.quote {
    font-size: 16px;
    min-height: unset;
    margin: 0 0 20px 0;
  }
}
