.flex_content:has(.flex_layout.cta_content)+.flex_content:has(.flex_layout.principes_cards) {
    margin-top: -200px;
}

.flex_content:has(.flex_layout.cta_content):has(+ .flex_content .flex_layout.principes_cards) {
    padding-bottom: 200px;
}

#pk_flex_content .flex_layout.principes_cards {
    max-width: 1400px;
}

#pk_flex_content .flex_layout.principes_cards .flex_container_inner {
    padding: 60px 100px;
    background: #fff;
    border-radius: 30px;
}

.flex_layout.principes_cards .principes_top_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.flex_layout.principes_cards .principes_top_content .principes_title {
    width: 440px;
}

.flex_layout.principes_cards .principes_top_content .principes_content {
    max-width: 570px;
    width: fit-content;
}

.ontwikkeling-wrap {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.ontwikkeling-wrap .stappen {
    width: 50%;
}

.ontwikkeling-wrap .stappen-swiper {
    width: 450px;
}

.stap-lightbox {
    display: none;
}

.stappen-swiper .swiper-slide {
    border-radius: 10px;
    border: 10px solid #fff;
}

.stappen-swiper .swiper-slide img {
    width: 100%;
    height: 566px;
    object-fit: cover;
}

.stappen-swiper .swiper-slide a:before {
    content: "";
    inset: 0;
    position: absolute;
    background: url("/wp-content/uploads/2025/05/play-btn.svg");
    height: 70px;
    width: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.stappen-swiper .swiper-slide a img {
    cursor: pointer;
}

.stappen-swiper .swiper-slide a:before {
    content: "";
    inset: 0;
    position: absolute;
    background: url("/wp-content/uploads/2025/05/play-btn.svg");
    height: 70px;
    width: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.stappen-swiper .swiper-slide a img {
    cursor: pointer;
}

.stappen {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end;
}

.stappen .stappen-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #cdb3a3;
    max-width: 500px;
    width: 100%;
    transition: background-color .7s cubic-bezier(.2, 1, .22, 1), border-color .7s cubic-bezier(.2, 1, .22, 1), scale .2s cubic-bezier(.2, 1, .22, 1);
}

.stappen .stappen-item:after {
    content: "+";
    height: 35px;
    aspect-ratio: 1/1;
    background-color: #37aaa1;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
    margin-left: auto;
    scale: 0;
    transition: scale .7s cubic-bezier(.2, 1, .22, 1);
}

.stappen .stappen-item.active::after,
.stappen .stappen-item:hover:after {
    scale: 1;
}

.stappen .stappen-item.active,
.stappen .stappen-item:hover {
    background-color: #F5F0ED;

}

.stappen .stappen-item:active {
    scale: 0.95 !important
}

.stappen .stappen-item>span {
    border-radius: 10px;
    background: #3c3c3b;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
}

.featherlight .featherlight-content {
    border-radius: 50px;
    max-width: 750px !important;
    overflow: visible !important;
}

.featherlight-content .stap-lightbox {
    width: 100%;
}

.featherlight .featherlight-content .fl-heading .fl-heading-text,
.featherlight .featherlight-content .fl-heading {
    margin-bottom: 20px !important;
    font-family: "Poppins", sans-serif;
}

.featherlight .featherlight-content .fl-heading {
    margin-top: 20px;
}

.featherlight-content .stap-lightbox video {
    width: 100%;
    border-radius: 32px;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}

.featherlight-content .stap-lightbox p {
    line-height: 1.2;
    font-weight: 300;
    font-family: "poppins";
}

.featherlight .featherlight-content .featherlight-close-icon {
    opacity: 1;
    background: transparent;
    font-family: "Poppins";
    width: auto;
    transform: translate(100%, -100%);
    color: #fff;
    text-indent: 0;
    font-size: 40px;
}


@media screen and (max-width: 1200px) {
    .ontwikkeling-wrap .stappen-swiper {
        width: 50%;
    }

    .stappen-swiper .swiper-slide img {
        height: 450px;
    }
}

@media screen and (max-width: 992px) {
    .ontwikkeling-wrap .principes_top_content {
        flex-direction: column;
        gap: 20px;
    }

    .ontwikkeling-wrap .principes_top_content .principes_title,
    .ontwikkeling-wrap .principes_top_content .principes_content {
        width: 100%;
        max-width: 100%;
    }

    .ontwikkeling-wrap {
        flex-direction: column;
        gap: 40px;
    }

    .ontwikkeling-wrap .stappen,
    .ontwikkeling-wrap .stappen-swiper {
        width: 100%;
    }

    .stappen {
        gap: 16px;
    }

    .stappen .stappen-item {
        max-width: 100%;
    }

    body .featherlight .featherlight-content {
        border-radius: 20px;
        overflow: auto !important;
    }

    .featherlight .featherlight-content .featherlight-close-icon {
        transform: translate(0) !important;
        color: #000 !important;
        top: 20px !important;
        right: 10px;
    }

    .featherlight-content .stap-lightbox {
        padding: 55px 20px 0 20px;
    }

    #pk_flex_content .flex_layout.principes_cards .flex_container_inner {
        padding: 40px;
    }

}

@media screen and (max-width: 767px) {
    .stappen-swiper .swiper-slide img {
        height: 350px;
    }

    #pk_flex_content .flex_layout.principes_cards .flex_container_inner {
        padding: 40px 20px;
    }
}