 .u-section-1 {
  background-image: url("images/Untitled-1.jpg");
  background-position: 50% 50%;
  min-height: 0;
}

.u-section-1 .u-layout-wrap-1 {
  width: calc(((100% - 1140px) / 2)  + 1140px);
  margin: 0 0 0 auto;
}

.u-section-1 .u-layout-cell-1 {
  min-height: 321px;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-1 .u-container-layout-1 {
  padding: 50px 30px;
}

.u-section-1 .u-text-1 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  margin: 0 1px;
}

.u-section-1 .u-text-2 {
  margin: 30px 0 0;
}

.u-section-1 .u-image-1 {
  min-height: 0;
  background-image: url("images/photo-1573496773905-f5b17e717f05.jpeg");
  background-position: 50% 50%;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-1 .u-container-layout-2 {
  padding: 30px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-layout-wrap-1 {
    width: calc(((100% - 940px) / 2) + 940px);
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 562px;
  }

  .u-section-1 .u-text-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-image-1 {
    min-height: 458px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-layout-wrap-1 {
    width: calc(((100% - 720px) / 2) + 720px);
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-right: 50px;
  }

  .u-section-1 .u-text-1 {
    margin-right: -10px;
    margin-left: 10px;
  }

  .u-section-1 .u-text-2 {
    margin-right: -10px;
    margin-left: 10px;
  }

  .u-section-1 .u-image-1 {
    min-height: 638px;
    background-position: 17.99% 50%;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-layout-wrap-1 {
    width: calc(((100% - 540px) / 2) + 540px);
  }

  .u-section-1 .u-container-layout-1 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .u-section-1 .u-text-1 {
    margin-right: -20px;
    margin-left: 20px;
  }

  .u-section-1 .u-text-2 {
    margin-right: -20px;
    margin-left: 20px;
  }

  .u-section-1 .u-image-1 {
    min-height: 479px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
   .u-section-1 {
    min-height: 573px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: calc(((100% - 340px) / 2)  + 340px);
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 271px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-1 .u-text-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .u-section-1 .u-image-1 {
    min-height: 302px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 327px;
}

.u-section-2 .u-custom-html-1 {
  margin-bottom: 60px;
  height: auto;
  min-height: 66px;
  margin-top: 0;
}.step { display: none; }
.step.active { display: block; }
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.card-grid.four {
  grid-template-columns: repeat(4, 1fr);
}
.card {
  border: 2px solid #ddd;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}
.card img { max-width: 120px; }
.card input { display: none; }
.card:has(input:checked) {
  border-color: #e8b58c;
  background: #fff7f0;
}
.stepper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.step-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ddd;
  line-height: 32px;
  text-align: center;
}
.step-dot.active {
  background: #e8b58c;
  color: white;
}
.line {
  flex: 1;
  height: 3px;
  background: #ddd;
}
.two-column {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
.row.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.price-box {
  border: 2px solid #e8b58c;
  padding: 20px;
  text-align: center;
}
.price {
  font-size: 32px;
  font-weight: bold;
}
.nav {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}
#thankYou {
  display: none;
  text-align: center;
} 
/* ===== Algemene form styling ===== */
#recovery-wrapper {
  max-width: 900px;
  margin: 0 auto;
  font-family: inherit;
}

.step h3 {
  margin-bottom: 25px;
}

.form-block h4 {
  margin-bottom: 15px;
  font-weight: 600;
}

/* Inputs */
#recovery-wrapper input,
#recovery-wrapper select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 15px;
  margin-bottom: 14px;
  background: #fff;
}

#recovery-wrapper input:focus,
#recovery-wrapper select:focus {
  border-color: #e8b284;
  outline: none;
}

/* Rijen */
.row.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

/* Kaarten */
.card {
  border-radius: 10px;
  border: 2px solid #eee;
  padding: 25px 20px;
  background: #fff;
}

.card:has(input:checked) {
  border-color: #e8b284;
  background: #fff8f2;
}

.card-title {
  font-weight: 600;
  margin-top: 10px;
}

.card-price {
  margin-top: 5px;
  font-weight: 700;
}

/* Stepper */
.stepper {
  margin-bottom: 40px;
}

.step-dot {
  background: #ddd;
}

.step-dot.active {
  background: #e8b284;
}

/* Checkboxes */
.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  margin: 12px 0;
}

.checkbox input {
  width: auto;
  margin-top: 3px;
}

/* Factuurbox */
.invoice-box {
  background: #fafafa;
  padding: 15px;
  border-radius: 8px;
  margin-top: 10px;
}

/* Prijsbox */
.price-box {
  border-radius: 12px;
  background: #fff8f2;
  border: 2px solid #e8b284;
  padding: 25px;
  text-align: center;
}

.price-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.price {
  font-size: 36px;
  font-weight: 700;
}

/* Knoppen */
.nav {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.submit-btn,
.next,
.prev {
  background: #e8b284;
  border: none;
  color: #000;
  padding: 12px 22px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.prev {
  background: #eee;
}

.submit-btn:hover,
.next:hover {
  background: #d9a66e;
}

/* ===== Algemene look ===== */
#recovery-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

/* Kaarten */
.card {
  border-radius: 12px;
  background: #ffffff;
  transition: 0.2s ease;
}

.card:hover {
  transform: translateY(-3px);
}

/* Step headers */
.step h3 {
  font-size: 24px;
  margin-bottom: 25px;
}

/* Factuurblok */
.invoice-box {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  margin-top: 15px;
}

/* Checkbox styling */
.checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 15px 0;
  font-size: 14px;
}

.checkbox input {
  margin-top: 4px;
}

/* Buttons Nicepage-achtig */
.next,
.prev,
.submit-btn {
  border-radius: 6px;
  padding: 12px 26px;
  font-weight: 600;
}

.next,
.submit-btn {
  background: #e8b284;
  color: #000;
}

.next:hover,
.submit-btn:hover {
  background: #d9a66e;
}

