.elementor-929 .elementor-element.elementor-element-5dc527d .elementor-field-group{padding-right:calc( 10px/2 );padding-left:calc( 10px/2 );margin-bottom:0px;}.elementor-929 .elementor-element.elementor-element-5dc527d .elementor-form-fields-wrapper{margin-left:calc( -10px/2 );margin-right:calc( -10px/2 );margin-bottom:-0px;}.elementor-929 .elementor-element.elementor-element-5dc527d .elementor-field-group.recaptcha_v3-bottomleft, .elementor-929 .elementor-element.elementor-element-5dc527d .elementor-field-group.recaptcha_v3-bottomright{margin-bottom:0;}body.rtl .elementor-929 .elementor-element.elementor-element-5dc527d .elementor-labels-inline .elementor-field-group > label{padding-left:0px;}body:not(.rtl) .elementor-929 .elementor-element.elementor-element-5dc527d .elementor-labels-inline .elementor-field-group > label{padding-right:0px;}body .elementor-929 .elementor-element.elementor-element-5dc527d .elementor-labels-above .elementor-field-group > label{padding-bottom:0px;}.elementor-929 .elementor-element.elementor-element-5dc527d .elementor-field-type-html{padding-bottom:0px;}.elementor-929 .elementor-element.elementor-element-5dc527d .elementor-field-group .elementor-field:not(.elementor-select-wrapper){background-color:#ffffff;}.elementor-929 .elementor-element.elementor-element-5dc527d .elementor-field-group .elementor-select-wrapper select{background-color:#ffffff;}.elementor-929 .elementor-element.elementor-element-5dc527d .e-form__buttons__wrapper__button-next{color:#ffffff;}.elementor-929 .elementor-element.elementor-element-5dc527d .elementor-button[type="submit"]{color:#ffffff;}.elementor-929 .elementor-element.elementor-element-5dc527d .elementor-button[type="submit"] svg *{fill:#ffffff;}.elementor-929 .elementor-element.elementor-element-5dc527d .e-form__buttons__wrapper__button-previous{color:#ffffff;}.elementor-929 .elementor-element.elementor-element-5dc527d .e-form__buttons__wrapper__button-next:hover{color:#ffffff;}.elementor-929 .elementor-element.elementor-element-5dc527d .elementor-button[type="submit"]:hover{color:#ffffff;}.elementor-929 .elementor-element.elementor-element-5dc527d .elementor-button[type="submit"]:hover svg *{fill:#ffffff;}.elementor-929 .elementor-element.elementor-element-5dc527d .e-form__buttons__wrapper__button-previous:hover{color:#ffffff;}.elementor-929 .elementor-element.elementor-element-5dc527d{--e-form-steps-indicators-spacing:20px;--e-form-steps-indicator-padding:30px;--e-form-steps-indicator-inactive-secondary-color:#ffffff;--e-form-steps-indicator-active-secondary-color:#ffffff;--e-form-steps-indicator-completed-secondary-color:#ffffff;--e-form-steps-divider-width:1px;--e-form-steps-divider-gap:10px;}@media(max-width:767px){.elementor-929 .elementor-element.elementor-element-5dc527d .elementor-button span{justify-content:start;}}/* Start custom CSS for form, class: .elementor-element-5dc527d *//* =====================================================
   OFFERTE AANVRAAG FORM — custom styling
   Paste into: Elementor > Site Settings > Custom CSS
   (or the specific page/section's Advanced > Custom CSS)
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

#form-title,
.elementor-field-group .elementor-field-label,
.elementor-field-textual,
.elementor-field-description,
.elementor-field-group-qruploadbox .elementor-field-label::before,
.elementor-field-group-qruploadbox .elementor-field-label::after,
.qr-upload-count,
.qr-upload-names li,
.elementor-field-group.elementor-field-type-submit button.elementor-button {
  font-family: 'Poppins', sans-serif !important;
}

/* ---------- 1. Form title above the form ----------
   If "Offerte aanvraag" is a separate Elementor Heading
   widget, give it the CSS ID "form-title" in
   Advanced > _element ID, then this styles it + the
   divider line under it. */
#form-title {
  font-weight: 700;
  font-size: 32px;
  color: #1a2233;
  margin-bottom: 16px;
}

#form-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e4e6eb;
  margin-top: 24px;
}

/* ---------- 2. Overall spacing between fields ---------- */
.elementor-form-fields-wrapper {
  row-gap: 32px;
}

.elementor-field-group {
  margin-bottom: 4px;
}

/* ---------- 3. Labels ---------- */
.elementor-field-group .elementor-field-label {
  font-weight: 700;
  font-size: 15px;
  color: #1a2233;
  margin-bottom: 10px;
}

.elementor-field-group .elementor-field-label .elementor-mark-required {
  color: #e0433c;
}
.elementor-field-group .elementor-field-label .elementor-mark-required::after {
  content: "*";
  color: #e0433c;
  margin-left: 2px;
}

/* ---------- 4. Text / email / tel inputs ---------- */
.elementor-field-textual {
  border: 1px solid #d8dbe2 !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-size: 15px !important;
  color: #1a2233 !important;
  background: #fff !important;
  height: auto !important;
  box-shadow: none !important;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.elementor-field-textual::placeholder {
  color: #b7bac2;
}

.elementor-field-textual:focus {
  border-color: #6b8afd !important;
  box-shadow: 0 0 0 3px rgba(107,138,253,0.15) !important;
  outline: none !important;
}

textarea.elementor-field-textual {
  min-height: 140px !important;
  resize: vertical;
}

/* ---------- 5. Caption / helper text under a field ----------
   In Elementor, open each field > Content tab and put the
   hint (e.g. "voorbeeld@voorbeeld.com" or "Voor nederland
   gebruik +316") into that field's "Description" box. Elementor
   Pro renders it as .elementor-field-description — this styles it. */
.elementor-field-description {
  font-size: 13px;
  color: #9a9da5;
  margin-top: 8px;
}

/* ---------- 6. Two-column Naam row spacing ---------- */
.elementor-field-group.elementor-col-50 {
  padding-right: 12px;
}

/* ---------- 7. File upload field styled as a dropzone ----------
   Confirmed from your live rendered HTML: the wrapper div carries
   the class elementor-field-group-qruploadbox (Elementor did use
   your Custom ID here), the label has for="form-field-qruploadbox",
   and the input has id="form-field-qruploadbox". */
.elementor-field-group-qruploadbox {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px dashed #c7cad2;
  border-radius: 10px;
  background: #f7f8fa;
  padding: 48px 20px 28px;
  text-align: center;
  transition: border-color .15s ease, background .15s ease;
}

.elementor-field-group-qruploadbox:hover {
  border-color: #9aa0ac;
  background: #f1f2f5;
}

/* cloud icon, drawn in pure CSS, sits above the label text */
.elementor-field-group-qruploadbox::before {
  content: "";
  order: 1;
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto 16px;
  background: #b9bdc6;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M7 18a4.6 4.4 0 0 1 0-9 5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7Z"/><path d="M12 12v9"/><path d="m9 15 3-3 3 3"/></svg>') center / contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M7 18a4.6 4.4 0 0 1 0-9 5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7Z"/><path d="M12 12v9"/><path d="m9 15 3-3 3 3"/></svg>') center / contain no-repeat;
}

/* hide Elementor's own label text and swap in the two lines
   shown in the screenshot — edit the wording here directly */
.elementor-field-group-qruploadbox .elementor-field-label {
  order: 2;
  font-size: 0 !important;
  line-height: 0 !important;
  margin: 0;
  width: 100%;
}
/*.elementor-field-group-qruploadbox .elementor-field-label::before {*/
/*  content: "Door Bestanden Bladeren";*/
/*  display: block;*/
/*  font-size: 16px;*/
/*  font-weight: 700;*/
/*  color: #1a2233;*/
/*  margin-bottom: 6px;*/
/*}*/
.elementor-field-group-qruploadbox .elementor-field-label::after {
  content: "Sleep bestanden hierheen";
  display: block;
  font-size: 14px;
  color: #9a9da5;
}

/* the real file input is stretched invisibly over the whole
   box so the entire area is clickable, matching the screenshot */
.elementor-field-group-qruploadbox input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* decorative left/right arrows like the reference image.
   Note: these are static/visual only — making them actually
   page through uploaded file thumbnails needs JavaScript,
   which is out of scope for a CSS-only change. */
.elementor-field-group-qruploadbox::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 20px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #b9bdc6;
  border-bottom: 2px solid #b9bdc6;
  transform: rotate(45deg);
}

/* ---------- 7b. File count / names list ----------
   Populated by offerte-upload-filelist.js, injected as a sibling
   right after the dropzone box. */
#qr-upload-filelist {
  margin-top: 10px;
}

.qr-upload-count {
  font-size: 13px;
  font-weight: 500;
  color: #1a2233;
  margin: 0 0 4px;
}

.qr-upload-names {
  list-style: none;
  margin: 0;
  padding: 0;
}

.qr-upload-names li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: #6b6f79;
  padding: 4px 0;
}

.qr-upload-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qr-upload-remove {
  flex: none;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  appearance: none;
  background: transparent;
  color: #9a9da5;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: background .15s ease, color .15s ease;
}

.qr-upload-remove:hover {
  background: #eceef1;
  color: #e0433c;
}

/* ---------- 8. Submit button ---------- */
.e-form__buttons {
  justify-content: center;
  margin-top: 12px;
}

.elementor-field-group.elementor-field-type-submit button.elementor-button {
  background: #22b573 !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 48px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  min-width: 240px;
}

.elementor-field-group.elementor-field-type-submit button.elementor-button:hover {
  background: #1b9a61 !important;
}

/* ---------- 9. Divider above the submit button ---------- */
.e-form__buttons::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e4e6eb;
  margin-bottom: 28px;
}/* End custom CSS */