.elementor-2101 .elementor-element.elementor-element-24956e69{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2101 .elementor-element.elementor-element-e6b8cef{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2101 .elementor-element.elementor-element-26ebcc54{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-2101:not(.elementor-motion-effects-element-type-background), body.elementor-page-2101 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#262A04;}/* Start custom CSS for html, class: .elementor-element-f7c4831 *//* ========================================= */
/* RECIRCULO LIGHT CENTERED HERO (Variant 2) */
/* ========================================= */

.re-hero-light-centered-sectie {
    padding: 1.5vw; 
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    font-family: 'Space Grotesk', sans-serif !important;
}

.re-hero-light-card-centered {
    background-color: #f7f7f5; 
    width: 100%;
    max-width: 1800px;
    height: 55vh; /* Strakke maximale hoogte */
    min-height: 600px; /* Voorkomt dat het té plat wordt */
    border-radius: 40px;
    display: flex;
    flex-direction: column; /* Forceert gecentreerde kolom-uitlijning */
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 60px 80px; /* Padding rondom de inhoud */
    box-sizing: border-box;
    text-align: center;
}

/* --- Content Container (Om text-flow te centreren) --- */
.re-hero-content-inner {
    width: 100%;
    max-width: 1000px; /* Center text area within the wide card */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.re-hero-content-inner h1 {
    font-size: 3.8rem !important; /* Iets kleiner om mooi in de 70vh te passen */
    font-weight: 500 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    color: #000000 !important;
    margin-bottom: 24px !important;
}

.re-hero-content-inner .re-highlight {
    background-color: #E2FF00 !important;
    color: #000000 !important;
    padding: 0 12px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 3px 3px 0px #000;
}
.re-hero-content-inner .re-highlight .re-letter { color: #000 !important; }

.re-hero-content-inner p {
    font-size: 1.05rem !important;
    line-height: 1.7 !important;
    color: #4a4a46 !important;
    margin-bottom: 40px !important;
    max-width: 700px; /* Balance for centered text */
}

/* Zwarte outline knop styling (Hergebruik) */
.re-hero-light-centered-sectie .re-btn-outline {
    border-color: #000000 !important;
    color: #000000 !important;
}
.re-hero-light-centered-sectie .re-btn-outline .re-btn-icon {
    background-color: #000000 !important;
    color: #E2FF00 !important;
}
.re-hero-light-centered-sectie .re-btn-outline:hover {
    background-color: #000000 !important;
}
.re-hero-light-centered-sectie .re-btn-outline:hover .re-roll-text {
    color: #E2FF00 !important;
}

/* --- Het Vierkantje EXACT op de Breuklijn --- */
/* (Hetzelfde als Split Hero, maar met .re-hero-light-card-centered) */
.re-hero-light-card-centered .re-scroll-square {
    position: absolute;
    left: 50%; /* Duwt hem precies naar het midden */
    bottom: 40px; 
    transform: translateX(-50%); /* EXACT op de lijn */
    
    width: 54px; 
    height: 54px;
    background-color: #ffffff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    z-index: 10;
    overflow: hidden; 
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.re-hero-light-card-centered .re-scroll-square:hover {
    background-color: #E2FF00;
}

/* Animatie van het pijltje */
.re-hero-light-centered-sectie .re-scroll-arrow {
    font-size: 1rem;
    color: #000000;
    animation: re-scroll-loop 2s infinite cubic-bezier(0.76, 0, 0.24, 1);
}

@keyframes re-scroll-loop {
    0%   { transform: translateY(-150%); opacity: 0; }
    20%  { transform: translateY(0); opacity: 1; }
    60%  { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(150%); opacity: 0; }
}

/* --- Responsiveness (Variant 2) --- */
@media (max-width: 1024px) {
    .re-hero-light-card-centered {
        height: auto;
        padding: 60px 20px;
    }
    .re-hero-content-inner p {
        max-width: 600px;
        font-size: 1.05rem;
    }
    .re-hero-light-centered-sectie {
    
    padding: 0px 20px 20px 20px !important; 
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    font-family: 'Space Grotesk', sans-serif !important;
}
}

@media (max-width: 768px) {
    .re-hero-light-centered-sectie { padding: 3vw; } 
    .re-hero-light-card-centered { border-radius: 24px; }
    .re-hero-content-inner h1 { font-size: 2.2rem !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e7535c6 *//* ========================================= */
/* RECIRCULO CTA BANNER (SPLIT CARD)         */
/* ========================================= */

.re-cta-banner-sectie {
    padding: 80px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: transparent; /* Past zich aan op de achtergrond van de pagina */
}

.re-cta-banner-container {
    width: 100%;
    max-width: 1600px;
    
}

/* De Donkere Hoofdkaart */
.re-cta-banner-card {
    display: flex;
    background-color: #f7f7f5; /* Recirculo Diep Donkergrijs */
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
    /* Let op: we gebruiken expres GEEN overflow:hidden hier, 
       omdat we de foto een eigen padding geven! */
}

/* --- Linker Tekst Kolom --- */
.re-cta-text-col {
    flex: 1;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.re-cta-tag {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
    margin-bottom: 24px;
}

.re-cta-text-col h2 {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 3.8rem !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    color: #000 !important;
    margin-bottom: 40px !important; 
    max-width: 500px;
}

.re-cta-text-col .re-highlight {
    color: #E2FF00 !important;
}

/* --- Rechter Visuele Kolom --- */
.re-cta-visual-col {
    flex: 1.1; /* Maakt de foto net iets breder dan de tekst */
    position: relative;
    /* Dit creëert het perfecte 'inset' effect uit je screenshot:
       24px ruimte boven, rechts en onder. 0px links! */
    padding: 24px 24px 24px 0;
    min-height: 450px; 
}

.re-cta-visual-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px; /* Rond de foto zelf mooi af in de kaart */
    display: block;
}

/* --- Responsiveness --- */
@media (max-width: 1024px) {
    .re-cta-banner-card {
        flex-direction: column;
    }
    .re-cta-text-col {
        padding: 60px 40px;
    }
    .re-cta-visual-col {
        /* Op mobiel padding aanpassen, nu ruimte aan alle kanten! */
        padding: 0 24px 24px 24px;
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .re-cta-banner-sectie {
        padding: 60px 20px;
    }
    .re-cta-banner-card {
        border-radius: 24px;
    }
    .re-cta-text-col h2 {
        font-size: 2.5rem !important;
    }
    .re-cta-visual-col {
        padding: 0 16px 16px 16px;
    }
    .re-cta-visual-col img {
        border-radius: 16px;
    }
}/* End custom CSS */