.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#54595F;--e-global-color-accent:#61CE70;--e-global-color-61ccc90:#FFFFFF;--e-global-color-eff7fa9:#CACACA;--e-global-color-210a868:#000000;--e-global-color-2863e7b:#2E1E00E6;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-eff7fa9 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h2{color:var( --e-global-color-61ccc90 );font-family:"Poppins", Sans-serif;font-size:3.5em;font-weight:600;letter-spacing:-3px;}.elementor-kit-6 h3{color:var( --e-global-color-eff7fa9 );font-family:"Poppins", Sans-serif;font-size:2.4em;font-weight:600;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-weight:normal;}.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{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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================
   BASIS STYLING VOOR BEIDE KNOPPEN
   ========================================= */
.btn-light .elementor-button,
.btn-dark .elementor-button {
    position: relative;
    backdrop-filter: blur(4px); 
    -webkit-backdrop-filter: blur(4px); 
    border-radius: 100px !important;
    padding: 6px 6px 6px 24px !important; 
    display: inline-flex !important; 
    width: fit-content !important; 
    align-items: center;
    box-shadow: none !important;
    border: none !important;
}

/* Zorgt dat inhoud voor de achtergrond blijft */
.btn-light .elementor-button-content-wrapper,
.btn-dark .elementor-button-content-wrapper {
    position: relative;
    z-index: 1;
    display: flex !important;
    align-items: center !important;
    height: 100%;
}

.btn-light .elementor-button-text,
.btn-dark .elementor-button-text {
    position: relative;
    z-index: 1;
    font-weight: 600;
    margin: 0 !important;
    padding-right: 16px; 
    line-height: 1 !important;
    display: flex;
    align-items: center;
}

.btn-light .elementor-button-icon,
.btn-dark .elementor-button-icon {
    background-color: transparent !important; 
    width: 36px !important; 
    height: 36px !important; 
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
}

/* Basis pijl animatie */
.btn-light .elementor-button-icon i,
.btn-light .elementor-button-icon svg,
.btn-dark .elementor-button-icon i,
.btn-dark .elementor-button-icon svg {
    font-size: 16px !important;
    transform: rotate(-45deg); 
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-light .elementor-button:hover .elementor-button-icon i,
.btn-light .elementor-button:hover .elementor-button-icon svg,
.btn-dark .elementor-button:hover .elementor-button-icon i,
.btn-dark .elementor-button:hover .elementor-button-icon svg {
    transform: rotate(0deg); 
}

/* Basis hover animatie cirkel */
.btn-light .elementor-button::before,
.btn-dark .elementor-button::before {
    content: '';
    position: absolute;
    right: 6px; 
    top: 6px;
    bottom: 6px;
    width: 36px; 
    border-radius: 100px;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1); 
    z-index: 0;
}

.btn-light .elementor-button:hover::before,
.btn-dark .elementor-button:hover::before {
    width: calc(100% - 12px); 
}


/* =========================================
   VARIANT 1: LIGHT (Voor donkere achtergronden)
   ========================================= */
.btn-light .elementor-button {
    background-color: rgba(255, 255, 255, 0.48) !important;
}
.btn-light .elementor-button::before {
    background-color: #ffffff;
}
.btn-light .elementor-button-text {
    color: #000000 !important; 
}
.btn-light .elementor-button-icon i,
.btn-light .elementor-button-icon svg {
    color: #000000 !important; 
    fill: #000000 !important; 
}


/* =========================================
   VARIANT 2: DARK (Voor lichte achtergronden)
   ========================================= */
.btn-dark .elementor-button {
    background-color: rgba(0, 0, 0, 0.48) !important; /* Donker wazig glas */
}
.btn-dark .elementor-button::before {
    background-color: #000000; /* Zwarte uitschuifcirkel */
}
.btn-dark .elementor-button-text {
    color: #ffffff !important; /* Witte tekst */
}
.btn-dark .elementor-button-icon i,
.btn-dark .elementor-button-icon svg {
    color: #ffffff !important; /* Witte pijl */
    fill: #ffffff !important; 
}/* End custom CSS */