/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
header{
	width:100%!important;
}
html, body {
  overflow-x: clip;  
  overflow-y: visible;
  position: relative;
}

::selection {
  background:var(--e-global-color-secondary) !important;
	color:white;
}

.doorlopend .swiper{
    overflow: visible!important;
}
/* Flerque Magic */
body { font-size: 1.0vw !important; }          

@media screen and (min-width:1920px) {
  body { font-size: 20px !important; }          
}

@media screen and (min-width:1101px) and (max-width:1400px) {
  body { font-size: 1.2vw !important; }        
}

@media screen and (min-width:768px) and (max-width:1100px) {
  body { font-size: 1.8vw !important; }        
}

@media screen and (max-width:767px) {
  body { font-size: 3.2vw !important; }          
}

@media screen and (max-width:380px) {
  body { font-size: 12px !important; }           
}
}

/* Make text look crisper and more legible in all browsers */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overscroll-behavior: none;
}


.elementor-widget-text-editor p {
    margin: 0;
}

.gform-theme--foundation .gform_fields {
  grid-row-gap: 0px !important;
}

/* ============================================================
   Gravity Forms — Art Designvloeren
   Achtergrond formulier: #ECEBEA
   Knoppen: #403A31 → hover #A0644B
   Fix: selectvelden met pijltje + gelijke veldhoogte
   Sizing: uitsluitend em
   ============================================================ */

/* ---------- Wrapper & layout ---------- */
body .gform_wrapper {
    background: transparent !important;
    font-family: inherit !important;
}

body .gform_wrapper .gform_body,
body .gform_wrapper .gform_page_fields,
body .gform_wrapper .gform_fields {
    background: transparent !important;
}

/* ---------- Labels ---------- */
body .gform_wrapper .gfield_label,
body .gform_wrapper .gform-field-label {
    color: #403A31 !important;
    font-size: 0.875em !important;
    font-weight: 600 !important;
    margin-bottom: 0.35em !important;
}

body .gform_wrapper .gfield_label--type-sub,
body .gform_wrapper .gform-field-label--type-sub {
    color: #6B6259 !important;
    font-size: 0.8em !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

/* ---------- Algemene veld-styling ---------- */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"],
body .gform_wrapper input[type="date"],
body .gform_wrapper input[type="time"],
body .gform_wrapper select,
body .gform_wrapper textarea {
    background-color: #fff !important;
    border: 0.0625em solid #C5BCB4 !important;
    border-radius: 0.375em !important;
    color: #403A31 !important;
    -webkit-text-fill-color: #403A31 !important;
    font-family: inherit !important;
    font-size: 1em !important;
    font-weight: 400 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    outline: none !important;
    opacity: 1 !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

/* ---------- Inputvelden: vaste gelijke hoogte ---------- */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"],
body .gform_wrapper input[type="date"],
body .gform_wrapper input[type="time"] {
    height: 2.75em !important;
    min-height: 2.75em !important;
    max-height: 2.75em !important;
    line-height: 2.75em !important;
    padding: 0 0.875em !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

/* ---------- Selectvelden: vaste gelijke hoogte + pijltje ---------- */
body .gform_wrapper .ginput_container_select {
    position: relative !important;
}

body .gform_wrapper .ginput_container_select select,
body .gform_wrapper select.gfield_select,
body .gform_wrapper .gfield select {
    height: 2.75em !important;
    min-height: 2.75em !important;
    max-height: 2.75em !important;
    line-height: 2.75em !important;
    padding: 0 2.75em 0 0.875em !important;
    background-color: #fff !important;
    background-image: none !important;
    color: #403A31 !important;
    -webkit-text-fill-color: #403A31 !important;
    cursor: pointer !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

/* Custom select-pijltje */
body .gform_wrapper .ginput_container_select::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: 1em !important;
    width: 0.5em !important;
    height: 0.5em !important;
    border-right: 0.125em solid #403A31 !important;
    border-bottom: 0.125em solid #403A31 !important;
    transform: translateY(-65%) rotate(45deg) !important;
    pointer-events: none !important;
    z-index: 5 !important;
}

/* Oude browser-pijl verbergen */
body .gform_wrapper select::-ms-expand {
    display: none !important;
}

/* Dropdown opties */
body .gform_wrapper select option,
body .gform_wrapper select.gfield_select option,
body .gform_wrapper .gfield select option {
    color: #403A31 !important;
    background-color: #fff !important;
    -webkit-text-fill-color: #403A31 !important;
}

/* Geselecteerde optie zichtbaar houden */
body .gform_wrapper select option:checked,
body .gform_wrapper select.gfield_select option:checked,
body .gform_wrapper .gfield select option:checked {
    color: #403A31 !important;
    background-color: #ECEBEA !important;
    -webkit-text-fill-color: #403A31 !important;
}

/* Placeholder / lege optie */
body .gform_wrapper select option[value=""],
body .gform_wrapper select option[disabled] {
    color: #9E958D !important;
    background-color: #fff !important;
    -webkit-text-fill-color: #9E958D !important;
}

/* ---------- Focus state ---------- */
body .gform_wrapper input[type="text"]:focus,
body .gform_wrapper input[type="email"]:focus,
body .gform_wrapper input[type="tel"]:focus,
body .gform_wrapper input[type="url"]:focus,
body .gform_wrapper input[type="number"]:focus,
body .gform_wrapper input[type="password"]:focus,
body .gform_wrapper input[type="date"]:focus,
body .gform_wrapper input[type="time"]:focus,
body .gform_wrapper select:focus,
body .gform_wrapper textarea:focus {
    border-color: #A0644B !important;
    box-shadow: 0 0 0 0.1875em rgba(160, 100, 75, 0.15) !important;
    color: #403A31 !important;
    -webkit-text-fill-color: #403A31 !important;
    background-color: #fff !important;
}

/* ---------- Textarea ---------- */
body .gform_wrapper textarea {
    resize: vertical !important;
    min-height: 7em !important;
    height: auto !important;
    line-height: 1.6 !important;
    padding: 0.65em 0.875em !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

/* ---------- Vereist-tekst ---------- */
body .gform_wrapper .gfield_required {
    color: #A0644B !important;
    font-weight: 400 !important;
}

/* ---------- Veld-spacing ---------- */
body .gform_wrapper .gfield {
    margin-bottom: 1.25em !important;
    padding: 0 !important;
}

/* ---------- Naam-veld split ---------- */
body .gform_wrapper .ginput_container--name {
    gap: 0.75em !important;
}

/* ---------- Progress bar ---------- */
body .gform_wrapper .gf_progressbar_wrapper {
    margin-bottom: 1.5em !important;
}

body .gform_wrapper .gf_progressbar_title {
    color: #6B6259 !important;
    font-size: 0.875em !important;
    margin-bottom: 0.4em !important;
}

body .gform_wrapper .gf_progressbar {
    background: #D8D3CE !important;
    border-radius: 2em !important;
    height: 0.5em !important;
    overflow: hidden !important;
}

body .gform_wrapper .gf_progressbar_percentage {
    background: #403A31 !important;
    border-radius: 2em !important;
    height: 100% !important;
    transition: width 0.4s ease !important;
}

body .gform_wrapper .gf_progressbar_percentage span {
    display: none !important;
}

/* ---------- Knoppen ---------- */
body .gform_wrapper .gform_next_button,
body .gform_wrapper .gform_submit_button,
body .gform_wrapper .gform_button,
body .gform_wrapper input[type="submit"],
body .gform_wrapper input[type="button"] {
    background: #403A31 !important;
    border: none !important;
    border-radius: 2em !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    cursor: pointer !important;
    font-family: inherit !important;
    font-size: 1em !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    padding: 0.7em 1.75em !important;
    transition: background 0.2s ease !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

body .gform_wrapper .gform_next_button:hover,
body .gform_wrapper .gform_submit_button:hover,
body .gform_wrapper .gform_button:hover,
body .gform_wrapper input[type="submit"]:hover,
body .gform_wrapper input[type="button"]:hover {
    background: #A0644B !important;
}

/* ---------- Vorige-knop ---------- */
body .gform_wrapper .gform_previous_button,
body .gform_wrapper .gform-theme-button--secondary {
    background: transparent !important;
    border: 0.0625em solid #403A31 !important;
    border-radius: 2em !important;
    color: #403A31 !important;
    -webkit-text-fill-color: #403A31 !important;
    cursor: pointer !important;
    font-family: inherit !important;
    font-size: 1em !important;
    font-weight: 500 !important;
    padding: 0.7em 1.75em !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

body .gform_wrapper .gform_previous_button:hover,
body .gform_wrapper .gform-theme-button--secondary:hover {
    background: #403A31 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

/* ---------- Footer / knoppenrij ---------- */
body .gform_wrapper .gform_page_footer,
body .gform_wrapper .gform_footer,
body .gform-theme--foundation .gform_footer,
body .gform-theme--foundation .gform_page_footer {
    background: transparent !important;
    border: none !important;
    padding: 0.5em 0 0 !important;
    margin-block-start: 0 !important;
    display: flex !important;
    gap: 0.75em !important;
    align-items: center !important;
}

/* ---------- Validatie-fout ---------- */
body .gform_wrapper .gfield_error input,
body .gform_wrapper .gfield_error select,
body .gform_wrapper .gfield_error textarea {
    border-color: #C0392B !important;
    box-shadow: 0 0 0 0.1875em rgba(192, 57, 43, 0.12) !important;
}

body .gform_wrapper .validation_message,
body .gform_wrapper .gfield_description.validation_message {
    color: #C0392B !important;
    font-size: 0.8em !important;
    margin-top: 0.3em !important;
}

body .gform_wrapper .gform_validation_errors {
    background: rgba(192, 57, 43, 0.07) !important;
    border: 0.0625em solid rgba(192, 57, 43, 0.3) !important;
    border-radius: 0.375em !important;
    color: #C0392B !important;
    font-size: 0.875em !important;
    padding: 0.75em 1em !important;
    margin-bottom: 1em !important;
}

/* ---------- Beschrijvingstekst ---------- */
body .gform_wrapper .gfield_description {
    color: #6B6259 !important;
    font-size: 0.8em !important;
    line-height: 1.5 !important;
    margin-top: 0.25em !important;
}

/* ---------- Tekenteller ---------- */
body .gform_wrapper .charleft,
body .gform_wrapper .ginput_counter {
    color: #9E958D !important;
    font-size: 0.75em !important;
    text-align: right !important;
}

/* ---------- Bevestigingsbericht ---------- */
body .gform_wrapper .gform_confirmation_message {
    background: rgba(64, 58, 49, 0.06) !important;
    border-left: 0.25em solid #403A31 !important;
    border-radius: 0 0.375em 0.375em 0 !important;
    color: #403A31 !important;
    font-size: 1em !important;
    padding: 1em 1.25em !important;
}

/* ---------- Honeypot verbergen ---------- */
body .gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container {
    display: none !important;
}
/* ============================================================
   Uitsluiten: kalender dropdowns / datepicker selectvelden
   Voor GP Bookings / React Day Picker
   ============================================================ */

/* Selectvelden van de kalender niet stylen als Gravity Forms veld */
body .gform_wrapper .rdp-root select.rdp-dropdown,
body .gform_wrapper .rdp-root select.rdp-months_dropdown,
body .gform_wrapper .rdp-root select.rdp-years_dropdown {
    all: unset !important;

    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;

    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 2 !important;

    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

/* Zorg dat de zichtbare maand/jaar labels netjes blijven */
body .gform_wrapper .rdp-root .rdp-caption_label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.25em !important;

    color: inherit !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;

    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;

    padding: 0 !important;
    margin: 0 !important;
}

/* Dropdown wrapper kalender herstellen */
body .gform_wrapper .rdp-root .rdp-dropdown_root {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Voorkom dat Gravity Forms select-pijltjes hier invloed hebben */
body .gform_wrapper .rdp-root .rdp-dropdown_root::after,
body .gform_wrapper .rdp-root .rdp-dropdowns::after {
    display: none !important;
    content: none !important;
}

/* SVG pijltje van de kalender zichtbaar houden */
body .gform_wrapper .rdp-root .rdp-caption_label svg,
body .gform_wrapper .rdp-root .rdp-chevron {
    display: inline-block !important;
    width: 1em !important;
    height: 1em !important;
    fill: currentColor !important;
}