.elementor-widget-eael-wpforms .eael-contact-form-description, .elementor-widget-eael-wpforms .wpforms-description{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-wpforms .eael-wpforms .wpforms-field label, .elementor-widget-eael-wpforms .eael-wpforms .wpforms-field legend{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-wpforms .eael-wpforms .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .elementor-widget-eael-wpforms .eael-wpforms .wpforms-field textarea, .elementor-widget-eael-wpforms .eael-wpforms .wpforms-field select{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-wpforms .eael-wpforms .wpforms-submit-container .wpforms-submit{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2254 .elementor-element.elementor-element-5c67980 .eael-wpforms label.wpforms-error{display:block !important;}.elementor-2254 .elementor-element.elementor-element-5c67980 .eael-wpforms .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .elementor-2254 .elementor-element.elementor-element-5c67980 .eael-wpforms .wpforms-field select{height:30px;}.elementor-2254 .elementor-element.elementor-element-5c67980 .eael-wpforms .wpforms-submit-container .wpforms-submit{background-color:var( --e-global-color-secondary );}.elementor-2254 .elementor-element.elementor-element-5c67980 .eael-wpforms .wpforms-submit-container .wpforms-submit:hover, 
                    .elementor-2254 .elementor-element.elementor-element-5c67980 .eael-wpforms .wpforms-container-full .wpforms-submit-container .wpforms-form button[type=submit]:hover{background:#D96A18 !important;}.elementor-2254 .elementor-element.elementor-element-5c67980 .eael-wpforms input.wpforms-error{border-width:1px;}.elementor-2254 .elementor-element.elementor-element-5c67980 .eael-wpforms textarea.wpforms-error{border-width:1px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-52727c5 */h1 {
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size:clamp(26px,3.5vw,44px);
    font-weight:300;
    color:var(--white);
    line-height:1.15;
    margin-bottom:16px;
    letter-spacing:-0.5px
}

h1 span {
    color:var(--s)
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b8f527 *//* ── Share button ── */
.qac-share-btn {
  background:transparent;
  color:var(--white);
  padding:13px 26px;
  border-radius:8px;
  font-size:14px;
  font-weight:600;
   border:1.5px solid rgba(255,255,255,0.25);
  cursor:pointer;
  font-family: inherit;
  text-decoration:none;
  display:inline-block;
}

.qac-share-btn:hover {
  background: #016e8a;
  transform: translateY(-1px);
}

.qac-share-btn svg {
  flex-shrink: 0;
}

/* ── Overlay ── */
.qac-share-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  animation: qacFadeIn 0.18s ease;
}
.qac-share-overlay.qac-open {
  display: flex;
}
@keyframes qacFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ── Modal ── */
.qac-share-modal {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 28px 22px;
  width: 100%;
  max-width: 360px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  animation: qacSlideUp 0.22s ease;
  position: relative;
}
@keyframes qacSlideUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Modal header ── */
.qac-share-modal h2 {
  margin: 0 0 6px;
  font-family: 'Saira', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}
.qac-share-modal p {
  margin: 0 0 20px;
  font-family: 'Sarala', sans-serif;
  font-size: 13px;
  color: #666;
}

/* ── Kanalen grid ── */
.qac-channels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}
.qac-channel {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1.5px solid #e8e8e8;
  border-radius: 8px;
  background: #fafafa;
  font-family: 'Sarala', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, transform 0.1s;
  text-align: left;
}
.qac-channel:hover {
  border-color: #018FB0;
  background: #f0fafd;
  transform: translateY(-1px);
}
.qac-channel-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ── URL balk ── */
.qac-url-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f4f4f4;
  border: 1.5px solid #e8e8e8;
  border-radius: 8px;
  padding: 9px 12px;
  margin-bottom: 14px;
}
.qac-url-bar span {
  flex: 1;
  font-family: 'Sarala', sans-serif;
  font-size: 12px;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qac-copy-btn {
  background: #018FB0;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px 12px;
  font-size: 12px;
  font-family: 'Sarala', sans-serif;
  font-weight: 500;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s;
}
.qac-copy-btn:hover { background: #016e8a; }
.qac-copy-btn.qac-copied { background: #2eab6e; }

/* ── Sluit knop ── */
.qac-close {
  width: 100%;
  padding: 9px;
  border: none;
  border-radius: 7px;
  background: #f4f4f4;
  font-family: 'Sarala', sans-serif;
  font-size: 13px;
  color: #666;
  cursor: pointer;
  transition: background 0.15s;
}
.qac-close:hover { background: #e8e8e8; color: #1a1a1a; }

/* ── X sluiten icoon rechtsbovenin ── */
.qac-close-x {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #999;
  transition: background 0.15s, color 0.15s;
}
.qac-close-x:hover { background: #f0f0f0; color: #1a1a1a; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c801fbc */.tlist {
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:11px;
    
}
.tlist li {
    display:flex;
    align-items:flex-start;
    gap:10px;
    font-size:15px;
    color:var(--muted);
    line-height:1.85;
    
}
.tlist li::before {
    content:'';
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--p);
    margin-top:6px;
    flex-shrink:0
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e304954 */.clist {
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:11px;
    
}
.clist li {
    display:flex;
    align-items:flex-start;
    gap:10px;
    font-size:15px;
    color:var(--muted);
    line-height:1.65;
    
}
.clist li::before {
    content:'✓';
    color:var(--p);
    font-weight:800;
    font-size:12px;
    margin-top:2px;
    flex-shrink:0
    
}/* End custom CSS */
/* Start custom CSS for eael-wpforms, class: .elementor-element-5c67980 */.elementor-2254 .elementor-element.elementor-element-5c67980 form .wpforms-field{
    padding: 0 0;
    margin: 0 0;
    
}
.elementor-2254 .elementor-element.elementor-element-5c67980 form label {
    display:block;
    font-size:11px;
    font-weight:700;
    color:var(--muted);
    margin-bottom:5px;
    text-transform:uppercase;
    letter-spacing:0.5px;
}
.elementor-2254 .elementor-element.elementor-element-5c67980 form input {
    width:100%;
    padding:10px 13px;
    border:1.5px solid #c8dde5;
    border-radius:7px;
    font-size:14px;
    color:var(--text);
    background:var(--white);
    outline:none;
    font-family:inherit;
    margin-bottom:13px;
    transition:border-color 0.2s;
}

.elementor-2254 .elementor-element.elementor-element-5c67980 form input:focus {
    border-color:var(--p);
}

.elementor-2254 .elementor-element.elementor-element-5c67980 form select {
    width:100%;
    padding:10px 13px;
    border:1.5px solid #c8dde5;
    border-radius:7px;
    font-size:14px;
    color:var(--text);
    background:var(--white);
    outline:none;
    font-family:inherit;
    margin-bottom:13px;
    transition:border-color 0.2s;
}

.elementor-2254 .elementor-element.elementor-element-5c67980 form select:focus {
    border-color:var(--p);
}

.elementor-2254 .elementor-element.elementor-element-5c67980 form button{
    width:100%;
    background:var(--s);
    color:var(--white);
    border:none;
    padding:13px;
    border-radius:8px;
    font-size:15px;
    font-weight:800;
    cursor:pointer;
    font-family:inherit;
    margin-top:2px;
    transition:background 0.2s;
    
}
.elementor-2254 .elementor-element.elementor-element-5c67980 form button:hover{
    background:#d96a18;
    
}

.elementor-2254 .elementor-element.elementor-element-5c67980 form .wpforms-confirmation-container-full p {
        display:block;
    font-size:11px;
    font-weight:700;
    color:var(--muted);
    margin-bottom:5px;
    letter-spacing:0.5px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-314746b */.contact-alt{
    text-align:center;
    padding:14px 20px;
    border-top:1px solid #ddedf2;
    font-size:14px;
    color:var(--muted);
    
}
.contact-alt a{
    color:var(--p);
    font-weight:700;
    text-decoration:none;
    
}
.contact-alt a:hover{
    text-decoration:underline;
    
}/* End custom CSS */
/* Start custom CSS */*{box-sizing:border-box;
margin:0;
padding:0
}
:root{
  --p:#018FB0;
  --s:#F47C24;
  --bg:#B2DDE7;
  --dark:#07232E;
  --text:#0d2b36;
  --muted:#4a6878;
  --light:#E6F5F9;
  --white:#ffffff
}
body{
    font-family:'Segoe UI',system-ui,sans-serif;
    color:var(--text);
    background:var(--white)
    
}/* End custom CSS */