.elementor-kit-7{--e-global-color-primary:#D3F8E2;--e-global-color-secondary:#E4C1F9;--e-global-color-text:#2B2B2B;--e-global-color-accent:#F694C1;--e-global-color-8156f5e:#EDE7B1;--e-global-color-6c7f15d:#A9DEF9;--e-global-color-2a4ab6f:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Baloo 2";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Poppins", Nunito;font-size:30px;font-weight:600;color:var( --e-global-color-text );}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#C8FFDE;color:var( --e-global-color-text );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding .site-logo img{width:500px;max-width:500px;}.site-header .site-navigation ul.menu li a{color:var( --e-global-color-text );}.site-header .site-navigation-toggle .site-navigation-toggle-icon{color:var( --e-global-color-text );}.site-header .site-navigation .menu li{font-family:var( --e-global-typography-text-font-family ), Nunito;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}.site-header .site-navigation .menu li{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.site-header .site-navigation .menu li{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS */.wave{
  display:inline-block;
  transform-origin: 70% 70%;
  animation: waveSoft 3.5s ease-in-out infinite;
  animation-delay: 0s; /* meteen bij laden */
}

@keyframes waveSoft{
  0%   { transform: rotate(0deg); }
  5%   { transform: rotate(6deg); }
  10%  { transform: rotate(-4deg); }
  15%  { transform: rotate(6deg); }
  20%  { transform: rotate(0deg); }
  100% { transform: rotate(0deg); } /* rust */
}

/* geef je kaarten eerst een class, zie hieronder */
.cards-hover:hover{
  transform: translateY(-3px);
}
.cards-hover{
  transition: transform 0.3s ease;
}

.quote-divider {
  width: 48px;
  height: 1px;
  background-color: #B8A7D9;
  opacity: 0.35;
  margin: 32px auto 24px;
}

.quote-text {
  font-family: inherit;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.55;
  color: #B8A7D9;
  text-align: center;
  margin: 0;
}

.quote-source {
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  color: #B8A7D9;
  opacity: 0.6;
  text-align: center;
  margin-top: 8px;
}

.cards-hover-zoom {
  transition: transform 0.35s ease;
}

.cards-hover-zoom:hover {
  transform: scale(1.015);
}

/* E-mail + knop naast elkaar */
.newsletter-inline form {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

/* Zet veld + knop naast elkaar (Elementor forms) */
.newsletter-inline .elementor-form-fields-wrapper {
  display: flex !important;
  gap: 12px;
  align-items: stretch;
}

/* E-mail veld breder */
.newsletter-inline .elementor-field-group-email {
  flex: 1 1 auto;
}

/* Knop op eigen breedte */
.newsletter-inline .elementor-field-group.elementor-field-type-submit {
  flex: 0 0 auto;
}

/* Zorg dat input/knop mooi vullen */
.newsletter-inline input[type="email"],
.newsletter-inline button,
.newsletter-inline input[type="submit"] {
  height: 52px; /* pas aan als je wilt */
}

/* Mobiel weer onder elkaar */
@media (max-width: 767px) {
  .newsletter-inline .elementor-/* End custom CSS */