#section-one {
  display: flex;
  align-items: center;
  background-color: #F4ECE2;
  padding: 100px 0;
}
/* HERO VIDEO BG */
#section-one.hero-video {
  position: relative;
  overflow: hidden;
  padding: 240px 0 140px 0;
  background-color: #F4ECE2; /* fallback ako video ne učita */
  display: flex;
  align-items: center;
  min-height: 720px;
}
#section-one .hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
#section-one .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(244, 236, 226, 0.40); /* “milk” overlay */
  backdrop-filter: blur(1px);
}
#section-one.hero-video .container,
#section-one.hero-video .row,
#section-one.hero-video .content-wrapper {
  position: relative;
  z-index: 3;
}
#section-one.hero-video .content-wrapper {
  justify-content: center;
}
#section-one.hero-video .content-holder {
  max-width: 780px; /* malo šire jer nema desne slike */
}
/* Optional: poboljšaj kontrast teksta */
#section-one.hero-video h1,
#section-one.hero-video p.subtitle,
#section-one.hero-video .icon-box,
#section-one.hero-video .icon-box span {
  color: #462920;
}
#section-one .content-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
#section-one .content-holder {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
#section-one h1 {
  font-family: "Tinos", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  color: #462920;
  margin: 0 0 20px 0;
}
#section-one p.subtitle {
  font-size: 22px;
  line-height: 140%;
  color: #333;
  margin: 0 0 40px 0;
}
/* #section-one .icons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
}
#section-one .icon-box {
  flex: 1;
  color: #333;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  border-right: 1px solid #462920;
}
#section-one .icon-box:last-of-type {
  padding: 0;
  margin: 0;
  border: 0;
}
#section-one .icon-box img {
  display: block;
  margin: 0 auto 10px;
}
#section-one .icon-box span {
  font-size: 16px;
  display: block;
} */
#section-one .contact-trigger {
  display: inline-block;
  background-color: #462920;
  font-family: "Tinos", serif;
  font-size: 24px;
  font-weight: 400;
  color: #FAFAFA;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 8px;
  transition: 0.15s linear all;
}
#section-one .contact-trigger:hover {
  background-color: #C56C4E;
}
#section-one .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
}
#section-one .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}


#section-two {
  background-color: #F4ECE2;
  padding: 100px 0;
}
#section-two .content-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-two .content-holder {
  text-align: center;
}
#section-two h2 {
  font-family: "Tinos", serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 100%;
  color: #462920;
  margin: 0 0 20px 0;
}
#section-two p.subtitle {
  font-size: 22px;
  max-width: 840px;
  line-height: 140%;
  color: #333;
  margin: 0 0 60px 0;
}
#section-two .image-wrapper {
  position: relative;
  padding: 0;
  margin: 0 0 20px 0;
}
#section-two .image-wrapper a {
  display: block;
  max-width: 400px;
  padding: 20px 20px 40px 20px;
  border: 1px solid #462920;
  margin: 0 auto;
  text-decoration: none;
}
#section-two .image-wrapper img {
  display: block;
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#section-two .service-holder {
  max-width: 400px;
  padding: 0;
  margin: 0 auto;
}
#section-two .service-holder.bista {
  text-align: right;
}
#section-two .service-holder h3 a {
  display: flex;
  align-items: center;
  font-family: "Tinos", serif;
  font-size: 32px;
  font-weight: 400;
  color: #462920;
  margin: 0 0 10px 0;
  text-decoration: none;
  transition: 0.15s linear all;
}
#section-two .service-holder.bista h3 a:hover {
  color: #C56C4E;
  margin: 0 6px 0 0;
}
#section-two .service-holder.skulptura h3 a:hover {
  color: #C56C4E;
  margin: 0 0 0 6px;
}
#section-two .service-holder.bista h3 a {
  justify-content: end;
}

#section-two .service-holder h3 a:hover svg {
  fill: #C56C4E;
}
#section-two .service-holder h3 a span {
  font-size: 32px;
}
#section-two .service-holder h3:hover a {
  color: #C56C4E;
}
#section-two .service-holder p {
  font-size: 18px;
  color: #333;
  margin: 0 0 20px 0;
}
#section-two .service-holder p:first-of-type {
  margin: 0 0 10px 0;
}
#section-two .service-holder a.cta-button {
  display: flex;
  align-items: center;
  color: #462920;
  text-decoration: none;
  transition: 0.15s linear all;
}
#section-two .service-holder a.cta-button:hover {
  color: #C56C4E;
  margin: 0 0 0 4px;
}
#section-two .service-holder.skulptura svg {
  display: inline-block;
  margin: 2px 6px 0 0;
  transition: 0.15s linear all;
}
#section-two .service-holder.bista svg {
  display: inline-block;
  margin: 2px 0 0 6px;
  transition: 0.15s linear all;
}
#section-two .service-holder a.cta-button:hover svg {
  fill: #C56C4E;
}
#section-two .service-holder span {
  font-family: "Tinos", serif;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}


#section-three {
  background-color: #DDD5CB;
  padding: 100px 0;
}
#section-three h2 {
  font-family: "Tinos", serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 100%;
  color: #462920;
  margin: 0 0 20px 0;
  text-align: center;
}
#section-three p.subtitle {
  font-size: 22px;
  color: #333;
  margin: 0 0 60px 0;
  text-align: center;
}
#section-three p.subtitle span {
  /* color: #C56C4E; */
  position: relative;
}
#section-three p.subtitle span:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #C56C4E;
}

#section-three .content-box {
  background-color: #F4ECE2;
  text-align: left;
  height: calc(100% - 40px);
  border: 1px solid #F4ECE2;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin: 0 0 40px 0;
  transition: transform 0.3s ease;
}
#section-three .content-box:hover {
  transform: translateY(-5px);
}
#section-three .content-box h3 {
  display: flex;
  align-items: flex-start;
  font-family: "Tinos", serif;
  font-size: 24px;
  font-weight: 400;
  color: #462920;
  margin: 0 0 15px 0;
}
#section-three .content-box h3 span.order {
  font-size: 64px;
  line-height: 54px;
  color: #C56C4E;
}
#section-three .content-box h3 span.text {
  display: flex;
  align-items: end;
  height: 54px;
  font-size: 32px;
  line-height: 100%;
  margin: 0 0 0 10px;
}
#section-three .content-box p {
  font-size: 18px;
  line-height: 140%;
  color: #333;
  margin: 0;
}


#portfolio {
  background-color: #F4ECE2;
  padding: 100px 0;
}
#portfolio .top-portfolio {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 40px;
}
#portfolio .top-portfolio h2 {
  font-family: "Tinos", serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 100%;
  color: #462920;
  margin: 0 0 20px 0;
}
#portfolio .top-portfolio p {
  font-size: 22px;
  line-height: 140%;
  color: #333;
  margin: 0 0 60px 0;
}
#portfolio .content-box {
  margin: 0 0 40px 0;
}
#portfolio .image-wrapper {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
  height: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#portfolio .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}
#portfolio .image-wrapper img:hover {
  transform: scale(1.05);
}
#portfolio .content-box p {
  font-size: 22px;
  line-height: 140%;
  color: #333;
  margin: 0;
}
.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}
.image-modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
  animation: zoom 0.3s ease;
}
@keyframes zoom {
  from {transform: scale(0.7);}
  to {transform: scale(1);}
}
.image-modal-close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

#section-six {
  background-color: #F4ECE2;
  padding: 100px 0;
}
#section-six h2 {
  text-align: center;
  font-family: "Tinos", serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 100%;
  color: #462920;
  margin: 0 0 20px 0;
}
#section-six .content-wrapper {
  max-width: 840px;
  margin: 0 auto;
}
#section-six p {
  text-align: justify;
  font-size: 22px;
  line-height: 140%;
  color: #333;
  margin: 0 0 10px 0;
}
#section-six p:last-of-type {
  text-align: left;
  margin: 0;
}

#porucite-bistu {
  background-color: #F4ECE2;
  padding: 100px 0;
}
#porucite-bistu .section-heading {
  max-width: 840px;
  margin: 0 auto 50px;
}
#porucite-bistu h2 {
  text-align: center;
  font-family: "Tinos", serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 100%;
  color: #462920;
  margin: 0 0 20px 0;
}
#porucite-bistu p.subtitle {
  text-align: center;
  font-size: 22px;
  line-height: 140%;
  color: #333;
  margin: 0;
}
#porucite-bistu .multi-step-form-wrapper {
  background-color: #FAFAFA;
  border: 1px solid rgba(70, 41, 32, 0.12);
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
  padding: 40px;
}
#porucite-bistu .cf7-progress {
  margin: 0 0 30px 0;
}
#porucite-bistu .cf7-progress-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 0 0 10px 0;
}
#porucite-bistu .cf7-progress-label,
#porucite-bistu .cf7-progress-percent {
  font-size: 15px;
  color: #462920;
}
#porucite-bistu .cf7-progress-bar {
  width: 100%;
  height: 10px;
  background-color: rgba(70, 41, 32, 0.12);
  border-radius: 999px;
  overflow: hidden;
}
#porucite-bistu .cf7-progress-fill {
  display: block;
  height: 100%;
  width: 25%;
  background-color: #C56C4E;
  border-radius: 999px;
  transition: width 0.25s ease;
}
#porucite-bistu .cf7-step {
  display: none !important;
}
#porucite-bistu .cf7-step.active {
  display: block !important;
}
#porucite-bistu .cf7-step h3 {
  font-family: "Tinos", serif;
  font-size: 32px;
  font-weight: 400;
  color: #462920;
  margin: 0 0 10px 0;
  text-align: center;
}
#porucite-bistu .step-intro {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  color: #555;
  margin: 0 0 30px 0;
}
#porucite-bistu .form-row {
  margin: 0 0 20px 0;
}
#porucite-bistu .form-row label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #462920;
  margin: 0 0 8px 0;
}
#porucite-bistu .wpcf7-form-control-wrap {
  display: block;
}
#porucite-bistu input[type="text"],
#porucite-bistu input[type="email"],
#porucite-bistu input[type="tel"],
#porucite-bistu input[type="file"],
#porucite-bistu select,
#porucite-bistu textarea {
  width: 100%;
  border: 1px solid rgba(70, 41, 32, 0.18);
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  padding: 14px 16px;
  box-shadow: none;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#porucite-bistu textarea {
  min-height: 140px;
  resize: vertical;
}
#porucite-bistu input:focus,
#porucite-bistu select:focus,
#porucite-bistu textarea:focus {
  border-color: #C56C4E;
  box-shadow: 0 0 0 3px rgba(197, 108, 78, 0.12);
}
#porucite-bistu .field-error input,
#porucite-bistu .field-error select,
#porucite-bistu .field-error textarea,
#porucite-bistu input.wpcf7-not-valid,
#porucite-bistu select.wpcf7-not-valid,
#porucite-bistu textarea.wpcf7-not-valid {
  border-color: #c0392b;
}
#porucite-bistu .acceptance-row {
  font-size: 15px;
  color: #333;
}
#porucite-bistu .acceptance-row .wpcf7-list-item {
  margin: 0;
}
#porucite-bistu .acceptance-row label {
  display: inline;
  font-weight: 400;
  color: #333;
}
#porucite-bistu .step-actions p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}
#porucite-bistu .step-actions button,
#porucite-bistu input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  border: 0;
  border-radius: 8px;
  background-color: #462920;
  font-family: "Tinos", serif;
  font-size: 22px;
  font-weight: 400;
  color: #FAFAFA;
  text-decoration: none;
  padding: 14px 28px;
  cursor: pointer;
  transition: 0.15s linear all;
}
#porucite-bistu .step-actions button:hover,
#porucite-bistu input[type="submit"]:hover {
  background-color: #C56C4E;
}
#porucite-bistu .step-actions .step-prev {
  background-color: transparent;
  border: 1px solid #462920;
  color: #462920;
}
#porucite-bistu .step-actions .step-prev:hover {
  background-color: #462920;
  color: #FAFAFA;
}
#porucite-bistu .wpcf7-spinner {
  display: block;
  margin: 15px auto 0;
}
#porucite-bistu .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 6px;
}
#porucite-bistu .wpcf7-response-output {
  margin: 25px 0 0 0 !important;
  border-radius: 10px;
  padding: 12px 16px !important;
}
#porucite-bistu .cf7-progress {
  margin: 0 0 30px 0;
}
#porucite-bistu .cf7-progress-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 0 0 10px 0;
}
#porucite-bistu .cf7-progress-label,
#porucite-bistu .cf7-progress-percent {
  font-size: 15px;
  color: #462920;
}
#porucite-bistu .cf7-progress-bar {
  width: 100%;
  height: 10px;
  background-color: rgba(70, 41, 32, 0.12);
  border-radius: 999px;
  overflow: hidden;
}
#porucite-bistu .cf7-progress-fill {
  display: block;
  height: 100%;
  width: 25%;
  background-color: #C56C4E;
  border-radius: 999px;
  transition: width 0.25s ease;
}
#porucite-bistu .cf7-step {
  display: none !important;
}
#porucite-bistu .cf7-step.active {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  #porucite-bistu {
    padding: 50px 0;
  }
  #porucite-bistu h2 {
    font-size: 36px;
  }
  #porucite-bistu p.subtitle {
    font-size: 18px;
  }
  #porucite-bistu .multi-step-form-wrapper {
    padding: 25px 20px;
  }
  #porucite-bistu .cf7-step h3 {
    font-size: 26px;
  }
  #porucite-bistu .step-actions {
    flex-direction: column;
  }
  #porucite-bistu .step-actions button,
  #porucite-bistu input[type="submit"] {
    width: 100%;
    min-width: 100%;
    font-size: 20px;
  }
  #porucite-bistu .cf7-progress-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

#section-eight {
  background: linear-gradient(180deg, #F4ECE2 0%, #EEE4D7 100%);
  padding: 100px 0;
}
#section-eight .section-heading {
  max-width: 840px;
  margin: 0 auto 50px;
}
#section-eight h2 {
  text-align: center;
  font-family: "Tinos", serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 100%;
  color: #462920;
  margin: 0 0 20px 0;
}
#section-eight p.subtitle {
  text-align: center;
  font-size: 22px;
  line-height: 140%;
  color: #333;
  margin: 0;
}
#section-eight .faq-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
#section-eight .faq-item {
  background-color: rgba(250, 250, 250, 0.72);
  border: 1px solid rgba(70, 41, 32, 0.14);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(70, 41, 32, 0.05);
  backdrop-filter: blur(4px);
  margin: 0 0 18px 0;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
#section-eight .faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(70, 41, 32, 0.08);
  border-color: rgba(197, 108, 78, 0.28);
}
#section-eight .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: transparent;
  border: 0;
  padding: 26px 28px;
  text-align: left;
  cursor: pointer;
}
#section-eight .faq-question span:first-child {
  font-family: "Tinos", serif;
  font-size: 30px;
  line-height: 120%;
  color: #462920;
}
#section-eight .faq-icon {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
#section-eight .faq-icon::before,
#section-eight .faq-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #C56C4E;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
#section-eight .faq-icon::before {
  width: 16px;
  height: 2px;
}
#section-eight .faq-icon::after {
  width: 2px;
  height: 16px;
}
#section-eight .faq-item.active .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}
#section-eight .faq-answer {
  display: none;
  padding: 0 28px 28px;
}
#section-eight .faq-answer p {
  font-size: 18px;
  line-height: 160%;
  color: #333;
  margin: 0;
  max-width: 860px;
}
@media only screen and (max-width: 768px) {
  #section-eight {
    padding: 50px 0;
  }

  #section-eight h2 {
    font-size: 36px;
  }

  #section-eight p.subtitle {
    font-size: 18px;
  }

  #section-eight .faq-question {
    padding: 20px;
  }

  #section-eight .faq-question span:first-child {
    font-size: 24px;
  }

  #section-eight .faq-answer {
    padding: 0 20px 20px;
  }

  #section-eight .faq-answer p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  #section-eight .faq-question span:first-child {
    font-size: 21px;
  }
}


#section-five {
  background-color: #FAFAFA;
}

#section-six {
  background-color: #F5F5F5;
}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 768px) {
  #section-one {
    padding: 140px 0 50px 0;
  }
  #section-one.hero-video {
    min-height: 0;
    padding: 170px 0 70px 0;
  }
  #section-one .content-holder {
    margin: 0 auto 40px;
  }
  #section-one .image-wrapper {
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
  }

  #section-two {
    padding: 50px 0 50px 0;
  }
  #section-two .image-wrapper {
    max-width: 400px;
    padding: 0;
    margin: 0 auto 20px;
  }
  #section-two .service-holder {
    max-width: 400px;
    padding: 0;
    margin: 0 auto 40px;
  }
  #section-two .col-md-4:last-of-type .service-holder {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  #section-one {
    padding: 200px 0 50px 0;
  }
  #section-one h1 {
    font-size: 36px;
  }
  #section-one p.subtitle {
    font-size: 18px;
  }
  #section-one .icon-box {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
  }
  #section-one .icon-box span {
    font-size: 14px;
  }

  #section-two h2 {
    font-size: 36px;
  }
  #section-two p.subtitle {
    font-size: 18px;
  }

  #section-three {
    padding: 50px 0;
  }
  #section-three h2 {
    font-size: 36px;
  }
  #section-three p.subtitle {
    font-size: 18px;
    margin: 0 0 40px 0;
  }
  #section-three .content-box {
    height: auto;
    margin: 0 0 20px 0;
  }
  #section-three .col-md-4:last-of-type .content-box {
    margin: 0;
  }

  #portfolio {
    padding: 50px 0;
  }
  #portfolio .top-portfolio h2 {
    font-size: 36px;
  }
  #portfolio .top-portfolio p {
    font-size: 18px;
  }
  #portfolio .content-box p {
    font-size: 18px;
  }
}
