.elementor-kit-8{--e-global-color-primary:#222223;--e-global-color-secondary:#F1F1F1;--e-global-color-text:#222223;--e-global-color-accent:#752F20;--e-global-color-7199f6a:#FFFFFF;--e-global-color-1ce8353:#068C94;--e-global-color-0cf2b6a:#068C940F;--e-global-color-98af628:#FFF9F0;--e-global-typography-primary-font-family:"Chivo";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:4rem;--e-global-typography-secondary-font-family:"Chivo";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:3rem;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-size:1.2rem;font-weight:400;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-size:3.8rem;line-height:4.5rem;}.elementor-kit-8 h2{font-size:4rem;line-height:4rem;}.elementor-kit-8 h3{font-size:1.8rem;line-height:1.8rem;}.elementor-kit-8 h4{font-size:1.5rem;line-height:1.8rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-header-icons-size:16px;--lightbox-navigation-icons-size:16px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-8{--e-global-typography-primary-line-height:2.7rem;font-size:1.1rem;}.elementor-kit-8 h1{font-size:2.75rem;}.elementor-kit-8 h2{font-size:2.5rem;}.elementor-kit-8 h3{font-size:1.75rem;}.elementor-kit-8 h4{font-size:1.5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-line-height:2.2rem;font-size:1rem;}.elementor-kit-8 h1{font-size:2.25rem;}.elementor-kit-8 h2{font-size:1.8rem;}.elementor-kit-8 h3{font-size:1.5rem;}.elementor-kit-8 h4{font-size:1.25rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Mobile */

.def-section {
        padding-left:20px;
        padding-right:20px;
        padding-top:64px;
        padding-bottom:64px;
}

    .def-section-lr {
        padding-left:20px;
        padding-right:20px;
        padding-top:0px;
        padding-bottom:0px;

    }

/* Tablet */
@media (min-width:676px) {
    .def-section {
        padding-left:20px;
        padding-right:20px;
        padding-top:64px;
        padding-bottom:64px;    }
        
    .def-section-lr {
        padding-left:20px;
        padding-right:20px;
        padding-top:0px;
        padding-bottom:0px;
    
    }
}

/* Desktop */
@media (min-width:900px) {
    .def-section {
        padding-left:20px;
        padding-right:20px;
        padding-top:100px;
        padding-bottom:100px;
    
    }
    
    .def-section-lr {
        padding-left:20px;
        padding-right:20px;
        padding-top:0px;
        padding-bottom:0px;
    
    }


}

.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}

h1 {
    line-height: 4.5rem!important;
}

/* Basisstijl voor de knop */
.elementor-button {

  color: #FFFFFF;
  border: none;
  padding: 16px 32px;
  font-size: 18px;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.elementor-button:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.1);
  transform: skewX(-20deg);
  transition: all 0.5s ease;
  z-index: 0;
}

.elementor-button:hover::before {
  left: 100%;
}

h1, h3, h4, h5, h6 {
  line-height: 1!important;
}

/* Base state */
.hover-animatie {
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  will-change: transform;
}

/* Hover and focus */
.hover-animatie:hover,
.hover-animatie:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(117, 47, 32, 0.15); /* subtle warm shadow */
}



/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .hover-animatie {
    transition: none;
  }
  .hover-animatie:hover,
  .hover-animatie:focus-visible {
    transform: none;
    box-shadow: none;
  }
  .hover-animatie::after {
    opacity: 0 !important;
  }
}

.carousel-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #068C94;
  border-radius: 20%;

  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

/* Hover effect */
.carousel-nav:hover,
.carousel-nav:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(6, 140, 148, 0.15); /* soft brown shadow */
}

/* Accessibility: reduce motion */
@media (prefers-reduced-motion: reduce) {
  .carousel-nav {
    transition: none;
  }
  .carousel-nav:hover,
  .car
  
  .fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
  animation-delay: 0.2s; /* optional delay */
}

/* Only trigger when scrolled into view */
@media (prefers-reduced-motion: no-preference) {
  .fade-in {
    view-timeline-name: --fade;
    view-timeline-axis: block;
    animation-timeline: --fade;
    animation-range: entry 20% cover 30%;
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.rw-search-form {
    background: #FFFFFF!important;
}

.rw-search-field__submit.btn
{
    background-color: #068C94;
}


/* Hide default SVG icon inside lightbox navigation buttons */
.elementor-lightbox .elementor-swiper-button svg {
  display: none !important;
}

/* Custom NEXT button */
.elementor-lightbox .elementor-swiper-button-next {
  background-image: url('http://startpuntwonen.nlwp-content/uploads/2025/06/arrow_forward_ios_32dp_000000_FILL0_wght400_GRAD0_opsz40.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  width: 48px;
  height: 48px;
  background-color: transparent; /* Ensure no unwanted background */
}

/* Custom PREV button */
.elementor-lightbox .elementor-swiper-button-prev {
  background-image: url('http://startpuntwonen.nlwp-content/uploads/2025/06/arrow_back_ios_32dp_000000_FILL0_wght400_GRAD0_opsz40.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  width: 48px;
  height: 48px;
  background-color: transparent;
}

/* Ensure buttons are positioned correctly and visible */
.elementor-lightbox .elementor-swiper-button {
  opacity: 1 !important;
  display: block !important;
  z-index: 10000 !important;
}/* End custom CSS */