#section-one {
  background-color: #FFFFFF;
  padding: 225px 0 20px 0;
}
#section-one h1 {
  text-align: center;
  font-size: 68px;
  font-weight: 700;
  line-height: 100%;
  color: #0D0E12;
  margin: 0 0 30px 0;
}
#section-one h1 span {
  color: #47B0F2;
}
#section-one p {
  text-align: center;
  max-width: 860px;
  width: 100%;
  font-size: 21px;
  font-weight: 400;
  color: #94969D;
  margin: 0 auto;
}

#section-two {
  background-color: #FFFFFF;
  padding: 20px 0 80px 0;
}
#section-two .content-wrapper {
  background-color: #F5F5F5;
  max-width: 860px;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  border-radius: 30px;
}
.cf7-progress-wrapper {
  background: #ddd;
  height: 6px;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}
.cf7-progress {
  height: 100%;
  background: #47B0F2;
  width: 33.33%;
  transition: width 0.3s ease;
}
.cf7-step {
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateX(10px); }
  to { opacity: 1; transform: translateX(0); }
}

.wpcf7-spinner {
  display: none !important;
}

/* ---- custom radio buttons ---- */
/* Wrapper */
.wpcf7-list-item {
  display: inline-block;
  margin: 6px;
}
/* Sakrij pravi radio */
.wpcf7-list-item input[type="radio"] {
  display: none;
}
/* Stilizuj label kao dugme */
.wpcf7-list-item label {
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: #0D0E12;
  text-decoration: none;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: 26px;
  transition: 0.15s linear all;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
/* Hover efekat */
.wpcf7-list-item label:hover {
  background-color: transparent;
  border-color: #47B0F2;
}
/* Kada je odabrano */
.wpcf7-list-item label.checked {
  background-color: #47B0F240;
  border-color: #47B0F2;
}

/* ---- custom input fields ---- */
#section-two input {
  width: 100%;
  background-color: #FFF;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 14px;
  font-weight: 600;
  color: #0D0E12;
  border: 1px solid #FFF;
  border-radius: 26px;
  padding: 10px 20px;
  margin: 0;
  transition: 0.2s linear all;
}
#section-two input:focus,
#section-two input:active,
#section-two input:focus {
  border-color: #47B0F2;
}
#section-two textarea {
  width: 100%;
  background-color: #FFF;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 14px;
  font-weight: 600;
  color: #0D0E12;
  border: 1px solid #FFF;
  border-radius: 26px;
  padding: 20px;
  margin: 0;
}
#section-two textarea:focus,
#section-two textarea:active,
#section-two textarea:focus {
  border-color: #47B0F2;
}
#section-two input:focus-visible,
#section-two textarea:focus-visible {
  outline: none;
  border-color: #47B0F2;
}

/* ==============================================
   Navigation Buttons
   ============================================== */
#section-two .step-navigation p {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
#section-two button.next-step,
#section-two input.wpcf7-submit {
  width: auto;
  display: inline-block;
  background-color: #47B0F2;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: #0D0E12;
  text-decoration: none;
  padding: 14px 26px;
  margin: 0;
  border: 1px solid #47B0F2;
  border-radius: 26px;
  cursor: pointer;
  transition: all 0.15s linear;
}
#section-two button.next-step:hover,
#section-two input.wpcf7-submit:hover {
  background-color: #FFFFFF;
}
#section-two button.prev-step {
  background-color: rgba(220, 53, 69, 0.4);
  border: 1px solid rgba(220, 53, 69, 0.4);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: rgb(13, 14, 18);
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 26px;
  cursor: pointer;
  transition: 0.15s linear;
}
#section-two button.prev-step:hover {
  background-color: #FFFFFF;
}

#section-two .wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
  padding: 10px;
  border: 1px solid #00a0d2;
  border-radius: 20px;
  color: #0D0E12;
}
#section-two .wpcf7 form.invalid .wpcf7-response-output {
  text-align: center;
  padding: 10px;
  border: 1px solid #ffb900;
  border-radius: 20px;
  color: #0D0E12;
}

@media only screen and (max-width: 1280px) {
  #section-one {
    padding: 140px 0 40px 0;
  }
  #section-one h1 {
    font-size: 42px;
    margin: 0 0 20px 0;
  }
  #section-one p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  #section-one {
    padding: 130px 0 20px 0;
  }
  #section-one h1 {
    font-size: 28px;
    margin: 0 0 0 0;
  }
  #section-two .content-wrapper {
    padding: 20px;
  }
  #section-two .step-navigation p {
    margin: 20px 0 0 0;
  }
}
