.elementor-7340 .elementor-element.elementor-element-468e439{--display:flex;--border-radius:10px 10px 10px 10px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}#elementor-popup-modal-7340{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-7340 .dialog-message{width:472px;height:auto;}#elementor-popup-modal-7340 .dialog-close-button{display:flex;}#elementor-popup-modal-7340 .dialog-widget-content{border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-095d2cb *//* === FORM STRUCTURE === */
.form-step {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.elementor-7340 .elementor-element.elementor-element-095d2cb {
    font-family: "Poppins", Sans-serif !important;
}
.form-step.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* === TITLES === */
.form-step h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0a0a0a;
  text-align: left;
  margin-bottom: 25px !important;
  line-height: 1.2em;
}

/* === INPUTS & SELECTS === */
input[type="text"],
input[type="email"],
input[type="tel"]{
  width: 100%;
  padding: 12px 14px;
  margin: 8px 0 12px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font-size: 15px;
  background-color: #fafafa;
  color: #222;
  transition: border 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
input:focus {
  outline: none;
  border-color: #39b066;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(57, 176, 102, 0.15);
}

.time-slot-title{
    margin-bottom: 15px;
    display: block
}

.time-slot-list {
  display: grid;
  grid-template-columns: 1fr !important;

  /* NEW: limit height + scrolling */
  max-height: 320px;          /* tweak to taste */
  overflow: auto;
  padding-right: 6px;         /* space for scrollbar */
  scroll-behavior: smooth;
}

/* Optional: nice thin scrollbar (WebKit) */
.time-slot-list::-webkit-scrollbar { width: 8px; }
.time-slot-list::-webkit-scrollbar-thumb {
  background: #cfd3db;
  border-radius: 6px;
}
.time-slot-list::-webkit-scrollbar-thumb:hover { background: #b7bcc6; }

/* Keep your selected/hover styles */
.time-slot-list input[type="radio"] { display: none; }
.time-slot-list label {
  display: block;
  background: #fff;
  border: 1.5px solid #e3e6eb;
  border-radius: 12px;
  padding: 14px 18px;
  cursor: pointer;
  font-size: 15px;
  color: #111;
  transition: all .25s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,.03);
}
.time-slot-list label:hover {
  border-color: #39b066;
  box-shadow: 0 3px 10px rgba(57,176,102,.15);
}
.time-slot-list input[type="radio"]:checked + label {
  border-color: #39b066;
  background-color: #f7fcf9;
  color: #39b066;
  box-shadow: 0 3px 8px rgba(57,176,102,.25);
  transform: translateY(-1px);
}



/* === RADIO GROUP === */
.radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}
/* Hide native radio input */
.radio-group input[type="radio"] { display: none; }

/* === CARD STYLE LABELS (VOYS STYLE) === */
.radio-group label {
  display: block;
  background-color: #fff;
  border: 1.5px solid #e3e6eb;
  border-radius: 10px;
  padding: 16px 20px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}
.radio-group label:hover {
  border-color: #39b066;
  box-shadow: 0 3px 10px rgba(57,176,102,0.15);
  transform: translateY(-1px);
}
/* Keyboard focus inside label */
.radio-group label:focus-within {
  border-color: #39b066;
  box-shadow: 0 0 0 3px rgba(57,176,102,0.15);
}

/* === ICON + TEXT === */
.option-content {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.option-icon {
  font-size: 22px;
  color: #39b066;
  flex-shrink: 0;
  margin-top: 4px;
}
.option-text strong {
  display: block;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.option-text p {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

/* === ACTIVE STATE === */
.radio-group input[type="radio"]:checked + label {
  border-color: #39b066;
  background-color: #f7fcf9;
  box-shadow: 0 4px 12px rgba(57,176,102,0.25);
  transform: translateY(-1px);
}
.radio-group input[type="radio"]:checked + label .option-icon { color: #39b066; }
.radio-group input[type="radio"]:checked + label strong { color: #39b066; }

/* === BUTTON AREA === */
.form-buttons {
  display: flex;
  justify-content: space-between;    /* left/right when two buttons */
  align-items: right;
  margin-top: 25px;
  width: 100%;
}
/* Ensure the last button (Volgende/Verzenden) sits on the right even if it's the only one */
.form-buttons button:last-child { margin-left: auto; }

/* === BUTTONS === */
button.next-btn,
button.prev-btn,
button[type="submit"] {
  display: inline-block;
  border: none;
  border-radius: 6px;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

/* Primary (Next / Submit) */
button.next-btn,
button[type="submit"] {
  background-color: #39b066;
  color: #fff;
  box-shadow: 0 2px 6px rgba(57,176,102,0.25);
}
button.next-btn:hover,
button[type="submit"]:hover {
  background-color: #2f9256;
  transform: translateY(-1px);
}
button.next-btn:focus,
button[type="submit"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(57,176,102,0.25);
}

/* Secondary (Previous) */
button.prev-btn {
  background-color: #f1f2f3;
  color: #222;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
button.prev-btn:hover {
  background-color: #e3e4e6;
  transform: translateY(-1px);
}
button.prev-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.08);
}

/* === RESPONSIVE === */
@media (max-width: 480px) {
  .option-text strong { font-size: 15px; }
  .option-text p { font-size: 13px; }
  .form-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .form-buttons button { width: 100%; }
}

/* Summary bar (top of step 3) */
.selection-summary {
  background: #f7f8fb;
  border: 1px solid #e3e6eb;
  border-radius: 10px;
  padding: 12px 16px;
  margin: 0 0 16px 0;
}

.selection-summary .summary-title {
  font-size: 14px;
  font-weight: 700;
  color: #757a84;
  margin: 0 0 6px 0;
  letter-spacing: .2px;
}

.selection-summary .summary-text {
  font-size: 15px;
  color: #0b0b0f;
  line-height: 1.5;
}/* End custom CSS */