/*!
README - STYLEGUIDE BRIEFLY

Find the style by section component, using Find or CTRL + F
HEADER STYLE, BREADCRUMB STYLE, BANNER STYLE, CONTENT STYLE, LISTING STYLE, FOOTER STYLE

Make this stylesheet still readable and after using this file, dont forget to use beautify after development
Thankyou Whello Developer
*/

/* SECTION FULL WIDTH */

.section-testimonials::before,
.section-about-zest::before {
    background: var(--licht-roze);
}

.section-card-image-people.half-bg-geel {
    background: -o-linear-gradient(var(--geel) 0 36%, #ffffff 36% 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--geel)), color-stop(36%, #ffffff));
    background: linear-gradient(var(--geel) 0 36%, #ffffff 36% 100%);
}

.header-thumbnail-content.half-bg-geel {
    background: -o-linear-gradient(var(--geel) 0 50%, #ffffff 50% 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--geel)), color-stop(50%, #ffffff));
    background: linear-gradient(var(--geel) 0 50%, #ffffff 50% 100%);
}

.section-about-zest.bg-white::before {
    background: var(--white);
}

.section-contact-sidebar:before {
    background: var(--licht-blauw);
}

/* OPLEIDINGEN KORT */

.section-opleidingen-kort {
    padding-top: 114px;
    padding-bottom: 26px;
    overflow: unset !important;
}
.section-opleidingen-kort > .inner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.section-opleidingen-kort h2,
.section-card-image-people h2,
.section-testimonials h2,
.section-about-zest h2,
.section-contact h2,
.section-opleadingen-uitgebreid h2,
.section-simple-card h2,
.section-pop-image h2,
.section-seo-block h2,
.section-soorten-advies h2,
.section-text-with-employee h2,
.section-contact-sidebar h2,
.row-content-opleidingen h2,
.header-article-content h1,
.section-main-faq h2,
.section-main-faq h3,
.section-listing-vacature h2,
.section-zest-values h2 {
    font-family: var(--fontfamily-unbounded);
    font-weight: 300;
    letter-spacing: -1.32px;
}

.section-opleidingen-kort .col-6 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.section-opleidingen-kort .col-6:first-child {
    position: relative;
    z-index: 3;
}

.section-opleidingen-kort .col-wrapper {
    padding-bottom: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: sticky;
    top: 30%;
    pointer-events: none;
}

.section-opleidingen-kort .description {
    margin-bottom: 32px;
}

.section-opleidingen-kort .description,
.section-opleidingen-kort .whbutton {
    z-index: 5;
}

.item-opleiding:nth-child(2n + 1) {
    width: 100%;
    max-width: 405px;
}

.item-opleiding:nth-child(2n) {
    width: 100%;
    max-width: 296px;
}

.item-opleiding {
    padding-bottom: 64px;
    position: relative;
}

.item-opleiding::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 44%;
    width: 36px;
    height: 36px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: width 0.35s ease, height 0.35s ease, -webkit-transform 0.35s ease;
    transition: width 0.35s ease, height 0.35s ease, -webkit-transform 0.35s ease;
    -o-transition: width 0.35s ease, height 0.35s ease, transform 0.35s ease;
    transition: width 0.35s ease, height 0.35s ease, transform 0.35s ease;
    transition: width 0.35s ease, height 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}

.item-opleiding-wrapper.card-rose .item-opleiding::before {
    background: url(/wp-content/uploads/2025/11/Vector-rose.svg) no-repeat
        center / contain;
}
.item-opleiding-wrapper.card-green .item-opleiding::before {
    background: url(/wp-content/uploads/2025/11/Vector-green.svg) no-repeat
        center / contain;
}
.item-opleiding-wrapper.card-blue .item-opleiding::before {
    background: url(/wp-content/uploads/2025/11/Vector-blue.svg) no-repeat
        center / contain;
}

.item-opleiding:hover::before {
    width: 1126px;
    height: 881px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
}

.item-opleiding .card-title {
    font-size: 24px;
    font-family: var(--fontfamily-unbounded);
    margin-top: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    font-family: var(--fontfamily-unbounded);
    white-space: normal;

}

.item-opleiding-wrapper.card-rose .item-opleiding:hover .card-title,
.item-opleiding-wrapper.card-rose .item-opleiding:hover .whbutton  {
    color: var(--roze);
}

.item-opleiding-wrapper.card-green .item-opleiding:hover .card-title,
.item-opleiding-wrapper.card-green .item-opleiding:hover .whbutton  {
    color: var(--groen);
}

.item-opleiding-wrapper.card-blue .item-opleiding:hover .card-title,
.item-opleiding-wrapper.card-blue .item-opleiding:hover .whbutton  {
    color: var(--blauw);
}

.item-opleiding-wrapper.card-rose
    .item-opleiding:hover
    .whbutton-icon-arrow-right::after {
    background: url("/wp-content/uploads/2025/11/purple-arrow.svg")
        center/contain no-repeat;
}
.item-opleiding-wrapper.card-green
    .item-opleiding:hover
    .whbutton-icon-arrow-right::after {
    background: url("/wp-content/uploads/2025/11/green-arrow.svg")
        center/contain no-repeat;
}

.item-opleiding-wrapper.card-blue
    .item-opleiding:hover
    .whbutton-icon-arrow-right::after {
    background: url("/wp-content/uploads/2025/11/blue-arrow.svg") center/contain
        no-repeat;
}

.listing-opleidingen-card .card-image img,
.section-opleadingen-uitgebreid .card-image img {
    border-radius: 8px;
}

.listing-opleidingen-card .card-image {
    margon-bottom: 24px;
}

.item-opleiding .card-tag {
    padding: 8px 16px;
    border-radius: 100px;
    position: absolute;
    z-index: 3;
    left: 16px;
    top: 16px;
    line-height: 1;
    font-size: 14px;
    letter-spacing: 0.42px;
}

.item-opleiding-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.item-opleiding-wrapper:nth-child(2n) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.item-opleiding-wrapper:last-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* SECTION POP UP IMAGE */

.section-pop-image {
    padding-top: 118px;
    padding-bottom: 120px;
    position: relative;
}

.section-pop-image > .inner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section-pop-image.image-right > .inner-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.section-pop-image.image-right .col-6 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.section-pop-image .col-6 {
    width: 50%;
}

.section-pop-image .col-6:first-child {
    display: block;
    margin-right: auto;
    padding-right: 42px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.section-pop-image .col-6:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 16px;
}

.section-pop-image.image-right .col-6:first-child {
    margin-right: 0;
    margin-left: auto;
    padding-right: 0;
    padding-left: 42px;
}

.section-pop-image .heading_description {
    margin-bottom: 32px;
}

.section-pop-image .pop-image {
    -webkit-mask-image: url(/wp-content/uploads/2025/11/Union.png);
            mask-image: url(/wp-content/uploads/2025/11/Union.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    width: 100%;
    max-width: 520px;
}

.section-pop-image .pop-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}

/* SECTION CARD PEOPLE */

.section-card-image-people {
    padding-bottom: 120px;
}

.section-card-image-people h2 {
    margin-bottom: 0;
}
.section-card-image-people.grid-list .title-card {
    margin-bottom: 48px;
}

.section-card-image-people.offside-card {
    padding-bottom: 0;
}

.section-card-image-people.offside-card .col-12 {
    margin-top: 0;

}

.section-card-image-people.grid-list {
    padding-top: 120px;
}

.section-card-image-people > .inner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.section-card-image-people.image-card-desc .col-6 {
    padding-bottom: 48px;
}

.section-card-image-people .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.section-card-image-people .col-6 .description-card {
    margin-bottom: 32px;
}

.section-card-image-people .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    
    position: relative;
}

.section-card-image-people .listing-card-people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.section-card-image-people.grid-list .listing-card-people {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 32px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin: 0;
}

.section-card-image-people .listing-card-people .item-people {
    width: 100%;
    padding: 40px 32px;
    background: pink;
    max-width: 296px;
    border-radius: 8px;
    height: 370px;
    overflow: hidden;
    position: relative;
}

.section-card-image-people .listing-card-people .item-people:after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 64px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
}
.section-card-image-people .listing-card-people .item-people.card-rose:after {
    background-image: url("/wp-content/uploads/2025/11/plus-roze.svg");
}

.section-card-image-people .listing-card-people .item-people.card-blue:after {
    background-image: url("/wp-content/uploads/2025/11/plus-blue.svg");
}
.section-card-image-people .listing-card-people .item-people.card-green:after {
    background-image: url("/wp-content/uploads/2025/11/plus-green.svg");
}

.section-card-image-people .listing-card-people .item-people.card-rose {
    background: var(--roze);
    color: var(--licht-roze);
}
.section-card-image-people .listing-card-people .item-people.card-green {
    background: var(--groen);
    color: var(--licht-groen);
}
.section-card-image-people .listing-card-people .item-people.card-blue {
    background: var(--blauw);
    color: var(--licht-blauw);
}

.section-card-image-people .listing-card-people .item-people:not(:last-child) {
    margin-right: 32px;
}

.section-card-image-people.grid-list .listing-card-people .item-people {
    margin-right: 0;
}

.section-card-image-people .card-image img {
    width: 100%;
    max-width: 190px;
}

.section-card-image-people .card-image {
    display: block;
    margin-right: -32px;
    position: absolute;
    right: 32px;
    bottom: -10px;
}

.section-card-image-people .item-people .card-heading {
    margin-bottom: 16px;
    font-family: var(--fontfamily-unbounded);
    letter-spacing: -0.1px;
}

.section-card-image-people .item-people .card-heading,
.section-card-image-people .item-people .card-description {
    position: relative;
    z-index: 2;
}

.section-card-image-people .listing-card-people .item-people::before {
    content: "";
    position: absolute;
    bottom: -128px;
    right: -72px;
    width: 300px;
    height: 338px;
    pointer-events: none;
    z-index: 0;
    opacity: 1;
}

.section-card-image-people .listing-card-people .item-people.card-rose::before {
    background: url(/wp-content/uploads/2025/11/rose-oval.svg) no-repeat center /
        contain;
}
.section-card-image-people
    .listing-card-people
    .item-people.card-green::before {
    background: url(/wp-content/uploads/2025/11/green-oval.svg) no-repeat center /
        contain;
}
.section-card-image-people .listing-card-people .item-people.card-blue::before {
    background: url(/wp-content/uploads/2025/11/blue-oval.svg) no-repeat center /
        contain;
}

.section-card-image-people .item-people .card-heading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.section-card-image-people .item-people .card-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}



/* SECTION TESTIMONIAL */

.section-testimonials {
    padding-top: 120px;
    padding-bottom: 70px;
    background: var(--licht-roze);
}

.section-testimonials > .inner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.section-testimonials .heading_description {
    margin-bottom: 48px;
    text-align: center;
}

.section-testimonials .item-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section-testimonials .item-testimonial .testimonial-image,
.section-testimonials .item-testimonial .col-content {
    position: relative;
    width: 50%;
}

.section-testimonials .item-testimonial .testimonial-image {
    padding-right: 110px;
}
.section-testimonials .item-testimonial .testimonial-image img {
    border-radius: 8px;
}

.section-testimonials .testimonial-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 48px;
}
.section-testimonials .testimonial-info .col-meta {
    margin-right: 48px;
}

.section-testimonials .testimonial-job {
    margin-top: 4px;
}

.section-testimonials .testimonial-name {
    font-weight: 600;
    line-height: 22.4px;
}

.section-testimonials .testimonial-content {
    font-size: var(--text-lg);
    font-weight: 700;
    line-height: 28px;
}

.section-testimonials .item-testimonial .col-content:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: -97px;
    width: 88px;
    height: 64px;
    background: url(/wp-content/uploads/2025/11/‘.svg) no-repeat center /
        contain;
}

.section-testimonials .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #383838;
    opacity: 0.4;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.section-testimonials .dot:not(:last-child) {
    margin-right: 8px;
}

.section-testimonials .dot.active {
    opacity: 1;
}

.testimonial-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 48px;
}

.section-testimonials .arrow {
    background: none;
    border: none;
    padding: 0;
    opacity: 0.4;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
}

.section-testimonials .arrow.prev {
    margin-right: 16px;
}

.section-testimonials .arrow:hover,
.section-testimonials .arrow:active {
    opacity: 1;
}

/* SECTION ABOUT ZEST GRID IMAGE AND QUOTE */

.section-about-zest {
    padding-top: 70px;
    padding-bottom: 120px;
    background: var(--licht-roze);
}

.section-about-zest.bg-white {
    background: var(--white);
}

.section-about-zest > .inner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.section-about-zest .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.section-about-zest .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 56px;
}

.section-about-zest .heading-title {
    padding-right: 140px;
    line-height: 48px;
    letter-spacing: -1.32px;
}

.listing-about-zest {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.listing-about-zest .item-about-zest.card-green {
    background: var(--groen);
    color: var(--licht-groen);
    padding: 170px 32px;
}
.listing-about-zest .item-about-zest.card-rose {
    background: var(--roze);
    color: var(--licht-roze);
}
.listing-about-zest .item-about-zest.card-blue {
    background: var(--blauw);
    color: var(--licht-blauw);
}

.listing-about-zest .item-about-zest,
.listing-about-zest .item-about-zest img {
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.listing-about-zest .item-about-zest img,
.listing-about-zest .item-about-zest .card-image {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}

.listing-about-zest .item-about-zest .card-heading {
    text-align: center;
}

.listing-about-zest .item-about-zest h3 {
    font-family: var(--fontfamily-unbounded);
}

/* item 1 yang gede */
.listing-about-zest .item-about-zest:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
}

/* item 2 yang gambar */
.listing-about-zest .item-about-zest:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}

/* item 3 yang heading 27 jaar */
.listing-about-zest .item-about-zest:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    padding: 60px 32px;
}

/* item 4 yang % */
.listing-about-zest .item-about-zest:nth-child(4) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 31px 32px;
}

/* item 5 yang gambar */
.listing-about-zest .item-about-zest:nth-child(5) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
}

/* SECTION CONTACT */

.section-contact .container{
    padding-top: 120px;
    padding-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.section-contact .container::before {
    content: "";
    position: absolute;
    left: -153px;
    top: 37px;
    width: 777px;
    height: 761px;
    background-image: url(/wp-content/uploads/2025/11/contact-vector-full.svg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

.section-contact .col-6 {
    width: 50%;
}

.section-contact .col-6:first-child {
    padding-right: 125px;
}

.section-contact .col-6:last-child {
    padding-left: 16px;
}

.section-contact .contact-heading {
    margin-bottom: 48px;
}

.contact-employee {
    margin-bottom: 14px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    padding: 8px 32px 8px 8px;
    border-radius: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contact-employee > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.contact-employee > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.contact-employee > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.contact-employee > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}


.section-contact .contact-employee {
    background: var(--white);
}


.employee-photo img {
    width: 100%;
    display: block;
}

.employee-photo {
    margin-right: 32px;
    border-radius: 8px;
    background: var(--blauw);
    max-height: 212px;
    max-width: 160px;
    position: relative;
    overflow: hidden;
    -ms-grid-row-span: 2;
    grid-row: span 2;
}

.employee-photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 184px;
    height: 218px;
    background-image: url("/wp-content/uploads/2025/11/4bigoval.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.contact-employee .employee-desc .description {
    font-size: 14px;
    line-height: 20px;
}

.employee-info p {
    font-size: 14px;
}

.employee-info p + p {
    margin: 0;
}

.employee-info .description {
    margin-bottom: 24px;
}

.employee-info .name {
    font-weight: 600;
}

.contact-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.contact-details .contact-phone,
.contact-details .contact-mail {
    background: var(--white);
    padding: 16px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 34px;
}

.section-text-with-employee .contact-details .contact-phone,
.section-text-with-employee .contact-details .contact-mail {
    background: var(--antraciet);
    color: white;
}

.contact-details .contact-mail {
    margin-right: 13px;
}

.contact-mail::before,
.contact-phone::before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 16px;
    background-size: contain;
}

.contact-mail:before {
    background-image: url(/wp-content/uploads/2025/11/email2.png);
}

.contact-phone:before {
    background-image: url(/wp-content/uploads/2025/11/telephone2.png);
}

.section-text-with-employee .contact-mail:before {
    background-image: url(/wp-content/uploads/2025/11/mail.svg);
}

.section-text-with-employee .contact-phone:before {
    background-image: url(/wp-content/uploads/2025/11/phone.svg);
}

.mail-info,
.phone-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.mail-info a,
.phone-info a {
    font-size: 14px;
}

.mail-info .label,
.phone-info .label {
    font-weight: 700;
}

/* bagian form */

.section-contact .gform-body .gfield_checkbox#input_2_14,
.section-contact-sidebar .gform-body .gfield_checkbox#input_3_16,
.section-contact .gform-body .gfield_checkbox#input_4_14,
.section-contact .gform-body .gfield_checkbox#input_5_14 {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
}


.section-contact .gform-body .gfield--type-checkbox .gfield_label,
.section-contact-sidebar .gform-body .gfield--type-checkbox .gfield_label{
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    color: var(--antraciet);
}

.section-contact .gform-body .gfield_checkbox#input_2_14,
.section-contact-sidebar .gform-body .gfield_checkbox#input_3_16,
.section-contact .gform-body .gfield_checkbox#input_4_14,
.section-contact .gform-body .gfield_checkbox#input_5_14  {
    padding-bottom: 24px;
    width: 100%
}

.section-contact .gform_fields .gfield.gfield--width-half,
.section-contact-sidebar .gform_fields .gfield.gfield--width-half {
    max-width: 100% !important;
}

.section-contact .gfield,
.section-contact-sidebar .gfield {
    position: relative;
}

/* floating label - kecualikan #field_3_1 & #field_3_14 */
.section-contact .gfield:not(.gfield--type-checkbox) .gfield_label,
.section-contact-sidebar .gfield:not(.gfield--type-checkbox) .gfield_label {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 16px;
    font-weight: 400;
    pointer-events: none;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}

.section-contact .type-radio input[type="radio"],
.section-contact-sidebar #field_3_1 input[type="radio"],
.section-contact-sidebar #field_3_14 input[type="radio"] {
    border-radius: 2px !important;
}

/* Input/textarea ikut floating label — kecualikan #field_3_1 & #field_3_14 */
.section-contact .gfield:not(#field_2_1) .ginput_container input[type="text"],
.section-contact .gfield:not(#field_2_1) .ginput_container input[type="email"],
.section-contact .gfield:not(#field_2_1) .ginput_container input[type="tel"],
.section-contact .gfield:not(#field_2_1) .ginput_container textarea,
.section-contact .ginput_container input[type="file"],
.section-contact .ginput_container_fileupload,
.section-contact-sidebar
    .gfield:not(#field_3_1):not(#field_3_14)
    .ginput_container
    input[type="text"],
.section-contact-sidebar
    .gfield:not(#field_3_1):not(#field_3_14)
    .ginput_container
    input[type="email"],
.section-contact-sidebar
    .gfield:not(#field_3_1):not(#field_3_14)
    .ginput_container
    input[type="tel"],
.section-contact-sidebar
    .gfield:not(#field_3_1):not(#field_3_14)
    .ginput_container
    textarea {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 0.5px solid var(--antraciet);
    border-radius: 0;
    padding: 16px 0 12px;
    background: transparent;
    width: 100%;
    font-size: var(--text-base) !important;
}

/* Label naik saat focus/value — kecualikan #field_3_1 & #field_3_14 */
.section-contact .gfield:not(.gfield--type-checkbox).filled .gfield_label,
.section-contact
    .gfield:not(#field_2_1)
    .ginput_container
    input:focus
    + .gfield_label,
.section-contact
    .gfield:not(#field_2_1)
    .ginput_container
    textarea:focus
    + .gfield_label,
.section-contact-sidebar
    .gfield:not(#field_3_1):not(#field_3_14).filled
    .gfield_label,
.section-contact-sidebar
    .gfield:not(#field_3_1):not(#field_3_14)
    .ginput_container
    input:focus
    + .gfield_label,
.section-contact-sidebar
    .gfield:not(#field_3_1):not(#field_3_14)
    .ginput_container
    textarea:focus
    + .gfield_label {
    top: -8px;
    font-size: 14px;
    font-weight: 400;
    color: var(--antraciet);
}

.section-contact textarea,
.section-contact-sidebar textarea {
    height: 60px !important;
    min-height: 60px !important;
    max-height: 200px;
    resize: none;
}

.section-contact .ginput_container_textarea textarea,
.section-contact-sidebar .ginput_container_textarea textarea {
    padding-top: 22px;
}

.section-contact textarea::-webkit-input-placeholder, .section-contact-sidebar textarea::-webkit-input-placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.section-contact textarea::-moz-placeholder, .section-contact-sidebar textarea::-moz-placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.section-contact textarea:-ms-input-placeholder, .section-contact-sidebar textarea:-ms-input-placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.section-contact textarea::-ms-input-placeholder, .section-contact-sidebar textarea::-ms-input-placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.section-contact textarea::placeholder,
.section-contact-sidebar textarea::placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.section-contact .gform_button:after,
.section-contact-sidebar .gform_button:after {
    display: none !important;
}

.section-contact .gform_fields .gfield,
.section-contact-sidebar .gform_fields .gfield {
    margin-bottom: 24px !important;
}

.section-contact .gform_fields .gfield--type-checkbox,
.section-contact-sidebar .gform_fields #field_3_16 {
    margin-bottom: 0 !important;
}

.section-contact .gform_fields #field_2_9 {
    margin-bottom: 8px !important;
}

.section-contact .gfield.gfield--width-half,
.section-contact-sidebar .gfield.gfield--width-half {
    margin-bottom: 22px !important;
}

.section-contact-sidebar .gform_fields #field_3_9 {
    margin-bottom: 16px !important;
}

.section-contact .gfield--type-checkbox .gchoice:not(:last-child),
.section-contact-sidebar .gfield--type-checkbox .gchoice:not(:last-child) {
    margin-bottom: 12px !important;
}

.section-contact .gfield--type-checkbox .gchoice label {
    font-size: var(--text-base) !important;
}

.section-contact .gfield--type-checkbox label {
    font-size: var(--text-sm) !important;
    line-height: 20px;
}

.section-contact .gfield_checkbox .gchoice.gchoice_2_10_1,
.section-contact-sidebar .gfield_checkbox .gchoice.gchoice_3_10_1,
.section-contact .gfield_checkbox .gchoice.gchoice_6_10_1 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
}

.section-contact .gform_wrapper.gravity-theme .gform_footer,
.section-contact-sidebar .gform_wrapper.gravity-theme .gform_footer {
    margin: 0 !important;
    padding: 32px 0 8px 0 !important;
}


.section-contact .gform_wrapper.gravity-theme .gfield_description {
    display: none !important;
}

/* BORDER STATE COLORS */
.section-contact .gfield.valid input:not([type="checkbox"]),
.section-contact .gfield.valid textarea,
.section-contact-sidebar .gfield.valid input:not([type="checkbox"]),
.section-contact-sidebar .gfield.valid textarea {
    border-bottom-color: #05c168 !important;
}

.section-contact .gfield.invalid input,
.section-contact .gfield.invalid textarea,
.section-contact-sidebar .gfield.invalid input,
.section-contact-sidebar .gfield.invalid textarea {
    border-bottom-color: #ed071b !important;
}

.section-contact .gfield.focused input,
.section-contact .gfield.focused textarea,
.section-contact-sidebar .gfield.focused input,
.section-contact-sidebar .gfield.focused textarea {
    border-bottom-color: #383838 !important;
}

.section-contact .gfield,
.section-contact-sidebar .gfield {
    position: relative;
}

body .gform_wrapper input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    cursor: pointer;
}

body .gform_wrapper .ginput_container_fileupload {
    position: relative;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

body .gform_wrapper .ginput_container_fileupload::before {
    content: "Bestand kiezen";
    display: inline-block;
    background: #E0E0E0;
    padding: 10px 16px; 
    font-size: 14px;
    font-weight: 700;
    color: var(--antraciet);
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.section-contact .gform_wrapper.gravity-theme .gfield_file_preview {
    text-align: left;
    margin-top: 12px;
}

.section-contact .gform_fields .gfield--type-html {
    margin-bottom: 16px;
}

.section-contact .gform_fields .gfield--type-html .title {
    font-size: 20px;
    font-weight: 600;
}

.section-contact .gform_fields .gfield--type-html p+p {
    margin-top: 12px;
}



/* SECTIO FAQ*/

.section-list-faqs {
    position: relative;
    padding-bottom: 120px;
}

.section-list-faqs > .inner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section-list-faqs h2 {
    text-align: center;
    margin-bottom: 48px;
}

.faqs-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding-bottom: 48px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

/* Item FAQ */
.section-list-faqs .faq-item,
.section-main-faq .faq-item {background: #f4f4f4;border-radius: 8px;width: 100%;cursor: pointer;}

.section-list-faqs .faq-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.section-list-faqs .faq-question,
.section-main-faq .faq-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    padding: 36px 80px 36px 24px;
}

.section-list-faqs .faq-icon,
.section-main-faq .faq-icon {
    position: absolute;
    right: 24px;
    top: 50%;
    width: 48px;
    height: 48px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.section-list-faqs .faq-answer,
.section-main-faq .faq-answer {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease;
    -o-transition: max-height 0.35s ease;
    transition: max-height 0.35s ease;
    margin-top: 0px;
    padding-left: 24px;
    padding-right: 24px;
    
}

.section-main-faq .faq-item.active,
.section-list-faqs .faq-item.active {
    padding-bottom:36px;
}

.section-list-faqs .faq-item.active .faq-answer,
.section-main-faq .faq-item.active .faq-answer {
    max-height: 400px;
}

.section-list-faqs .faq-item.active .faq-icon,
.section-main-faq .faq-item.active .faq-icon {
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}

.section-list-faqs .flex-center.transparant-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

/* SECTION OPLEIDINGEN UITGEBREID */

.section-opleadingen-uitgebreid > .inner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.section-opleadingen-uitgebreid .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.section-opleadingen-uitgebreid .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 48px;
}

.section-opleadingen-uitgebreid .col-6 .description {
    padding-right: 125px;
}

.section-opleadingen-uitgebreid .col-6 .heading_description {
    padding-left: 16px;
}

.section-opleadingen-uitgebreid .listing-opleidingen-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.section-opleadingen-uitgebreid
    .listing-opleidingen-grid
    .item-opleiding-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 32px);
            flex: 0 0 calc(33.333% - 32px);
}

/* SECTION SIMPLE CARD */

.section-simple-card {
    padding-bottom: 26px;
}

.section-simple-card > .inner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.section-simple-card .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}

.section-simple-card .description-text {
    padding-left: 125px;
}

.section-simple-card .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 48px;
    position: relative;
}

.section-simple-card .listing-simple-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.section-simple-card .item-simple-card {
    padding: 40px 32px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 405px;
}

.section-simple-card .item-simple-card:not(:last-child) {
    margin-right: 32px;
}

.section-simple-card .item-simple-card p {
    line-height: var(--lineheight-base);
}

.section-simple-card .item-simple-card.card-green {
    background: var(--groen);
    color: var(--licht-groen);
}
.section-simple-card .item-simple-card.card-green > *,
.section-simple-card .item-simple-card.card-blue > *,
.section-simple-card .item-simple-card.card-rose > * {
    position: relative;
    z-index: 1;
}

.section-simple-card .item-simple-card.card-green::before {
    content: "";
    position: absolute;
    top: -28px;
    left: 0px;

    width: 490px;
    height: 300px;

    background-image: url(/wp-content/uploads/2025/11/groen-Vector-1.svg);
    background-repeat: no-repeat;
    background-size: 490px 300px;
    background-position: right bottom;

    pointer-events: none;
    z-index: 0;
}

.section-simple-card .item-simple-card.card-blue {
    background: var(--blauw);
    color: var(--licht-blauw);
}

.section-simple-card .item-simple-card.card-blue::before {
    content: "";
    position: absolute;
    top: -28px;
    left: 0px;

    width: 490px;
    height: 300px;

    background-image: url(/wp-content/uploads/2025/11/blauw-Vector-2.svg);
    background-repeat: no-repeat;
    background-size: 490px 300px;
    background-position: right bottom;

    pointer-events: none;
    z-index: 0;
}

.section-simple-card .item-simple-card.card-rose {
    background: var(--roze);
    color: var(--licht-roze);
}

.section-simple-card .item-simple-card.card-rose::before {
    content: "";
    position: absolute;
    top: -28px;
    left: 0px;

    width: 490px;
    height: 300px;

    background-image: url(/wp-content/uploads/2025/11/roze-Vector-1.svg);
    background-repeat: no-repeat;
    background-size: 490px 300px;
    background-position: right bottom;

    pointer-events: none;
    z-index: 0;
}

/* SECTION SEO BLOCK */

.section-seo-block {
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
    overflow: hidden;
}

.section-seo-block .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    z-index: 1;
}

.section-seo-block .content-text {
    padding-right: 16px;
}

.section-seo-block .inner-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(var(--padding-container) - 190px);
    width: 737px;
    height: 621px;
    background-image: url(/wp-content/uploads/2025/11/pattern-seo-section.svg);
    background-repeat: no-repeat;
    background-position: top right;
}

/* SECTION SOORTEN ADVISES */

.section-soorten-advies {
    padding-top: 120px;
    padding-bottom: 120px;
    background: var(--geel);
}

.section-soorten-advies > .inner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section-soorten-advies h2 {
    text-align: center;
    margin-bottom: 48px;
}

.section-soorten-advies .listing-advies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section-soorten-advies .item-advies {
    border-radius: 8px;
    width: 100%;
    position: relative;
}

.section-soorten-advies .item-advies:not(.item-popular) {
    padding: 40px 32px;
    background: var(--white);
    color: var(--antraciet);
    max-width: 405px;
    height: 492px;
}

.section-soorten-advies .item-advies.item-popular {
    padding: 32px;
    background: var(--roze);
    color: var(--white);
    max-width: 406px;
    min-height: 540px;
    margin-left: 33px;
    margin-right: 31px;
}

.section-soorten-advies .title-advies {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 16px;
}

.section-soorten-advies .price-advies {
    padding-top: 32px;
    padding-bottom: 48px;
    font-weight: 700;
    font-size: 44px;
    line-height: 48.4px;
    letter-spacing: -1.3px;
    font-family: var(--fontfamily-unbounded);
}

.section-soorten-advies .benefit {
    margin-bottom: 32px;
}

.section-soorten-advies .item-advies ul {
    padding-left: 0;
}

.section-soorten-advies .item-advies ul li {
    position: relative;
    list-style: none;
    padding-left: 40px;
    margin-top: 16px;
}

.section-soorten-advies .item-advies ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}
.section-soorten-advies .item-advies:not(.item-popular) ul li:before {
    background-image: url("/wp-content/uploads/2025/11/check-list-dark.svg");
}

.section-soorten-advies .item-advies.item-popular ul li:before {
    background-image: url("/wp-content/uploads/2025/11/check-list-light.svg");
}

.section-soorten-advies .item-advies.item-popular .badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 32px;
}

.section-soorten-advies .item-advies.item-popular .badge-tag {
    color: var(--licht-roze);
    padding: 8px 16px;
    border: 1px solid var(--licht-roze);
    border-radius: 100px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.section-soorten-advies .item-advies.item-popular .flex-center .whbutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 16px 24px;
    color: var(--roze);
    background: white;
    border-radius: 100px;
    line-height: 1;
    font-weight: 700;
}

.section-soorten-advies .item-advies .flex-center .whbutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 16px 24px;
    color: var(--white);
    background: var(--antraciet);
    border-radius: 100px;
    line-height: 1;
    font-weight: 700;
}

/* SECTION ZEST VALUE */

.section-zest-values {
    padding-top: 120px;
    padding-bottom: 120px;
    background: var(--geel);
}

.section-zest-values .inner-section:after {
    content: "";
    position: absolute;
    top: -78px;
    right: calc(var(--padding-container) - 150px);
    width: 405px;
    height: 396px;
    background-image: url(/wp-content/uploads/2025/11/pattern-zest-value-section.svg);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}

.section-zest-values > .inner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section-zest-values .heading-text {
    text-align: center;
    width: 100%;
    max-width: 744px;
    padding-bottom: 48px;
    z-index: 2;
}

.section-zest-values .listing-zest-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
}

.section-zest-values .item-zest-card {
    padding: 32px;
    background: white;
    border-radius: 8px;
    width: 100%;
    max-width: 296px;
}

.section-zest-values .item-zest-card h4 {
    font-family: var(--fontfamily-unbounded);
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.section-zest-values .item-zest-card p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.section-zest-values .item-zest-card:not(:last-child) {
    margin-right: 32px;
}

/* SECTION CONTACT TEXT WITH EMPLOYEE */

.section-text-with-employee {
    padding-top: 120px;
    padding-bottom: 123px;
}

.section-text-with-employee .inner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-text-with-employee .col-6 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.section-text-with-employee .contact-employee {
    display: -ms-grid;
    display: grid;
    margin-left: 109px;
    background: #f4f4f4;
}

.section-text-with-employee .content-text {
    padding-bottom: 32px;
}

/* SECTION CONTACT WITH SIDEBAR */

.section-contact-sidebar {
    padding-top: 120px;
    padding-bottom: 120px;
    background: var(--licht-blauw);
}

.section-contact-sidebar > .inner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section-contact-sidebar .col-6 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
}

.section-contact-sidebar .col-6:last-child {
    margin-left: 141px;
}

.section-contact-sidebar .row-info {
    padding: 32px 40px 32px 32px;
    background: white;
    border-radius: 8px;
    margin-bottom: 24px;
}

.section-contact-sidebar .content-text {
    margin-bottom: 48px;
}

.section-contact-sidebar .row-info h5,
.section-contact-sidebar .row-info .tel-info {
    margin-bottom: 16px;
}

.section-contact-sidebar .row-info .flex-center {
    margin-top: 32px;
}

.section-contact-sidebar .row-info .tel-info,
.section-contact-sidebar .row-info .mail-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.section-contact-sidebar .row-info .tel-info:before,
.section-contact-sidebar .row-info .mail-info:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-contact-sidebar .row-info .tel-info:before {
    background-image: url("/wp-content/uploads/2025/11/yellow-phone.svg");
}

.section-contact-sidebar .row-info .mail-info:before {
    background-image: url("/wp-content/uploads/2025/11/yellow-mail.svg");
}

.section-contact-sidebar .inner-section:after {
    content: "";
    position: absolute;
    top: -103px;
    right: calc(var(--padding-container) - 134px);
    width: 777px;
    height: 671px;
    background-image: url(/wp-content/uploads/2025/11/pattern-contact-section.svg);
    background-repeat: no-repeat;
    background-position: right top;
    pointer-events: none;
    z-index: 0;
}

.row-with-sidebar .header-opleidingen {
    padding-top: 182px;
    padding-bottom: 157px;
    background: var(--geel);
    margin-top: -148px;
    overflow: clip;
    overflow-y: visible;
}

.row-with-sidebar .header-content {
    width: 100%;
    max-width: 552px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.row-with-sidebar .description h4 {
    font-family: var(--fontfamily-unbounded);
}

.row-with-sidebar .meta-tag,
.listing-zorgorganisaties .meta-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
}

.row-with-sidebar .meta-tag p + p,
.listing-zorgorganisaties .meta-tag p + p {
    margin-top: 0;
}

.row-with-sidebar .meta-tag .item-tag,
.listing-zorgorganisaties .meta-tag .item-tag {
    padding: 8px 16px;
    border: 1px solid var(--antraciet);
    border-radius: 100px;
    font-size: 14px;
    line-height: 1;
}

.row-with-sidebar .entry-title {
    margin-top: 16px;
    margin-bottom: 32px;
}

.block-sidebar .description {
    margin-bottom: 32px;
}


.row-with-sidebar .description ul,
.section-pop-image .heading_description ul,
.block-simple-content .content-text ul,
.section-listing-vacature-list .description ul,
.hero-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 24px;
}

.row-with-sidebar .description ul li,
.section-pop-image .heading_description ul li,
.block-simple-content .content-text ul li,
.section-listing-vacature-list .description ul li,
.hero-content ul li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 32px;
}

.row-with-sidebar .description ul li::before,
.section-pop-image .heading_description ul li::before,
.block-simple-content .content-text ul li::before,
.section-listing-vacature-list .description ul li::before,
.hero-content ul li::before {
    content: "";
    top: 2px;
    left: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url("/wp-content/uploads/2025/11/check-list-dark.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}

.row-with-sidebar .row-content-opleidingen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 120px;
}

.row-with-sidebar .row-content-opleidingen .main-content,
.row-with-sidebar .row-content-opleidingen .sidebar {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.row-with-sidebar .block-sidebar,
.section-listing-vacature-list .block-sidebar {
    background: var(--geel);
    padding: 48px 40px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.row-with-sidebar .block-sidebar:before,
.section-listing-vacature-list .block-sidebar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 636px;
    height: 458px;
    background-image: url(/wp-content/uploads/2025/12/sidebar-Vector-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}

.row-with-sidebar .col-sticky {
    position: sticky;
    top: 200px;
    margin-bottom: 142px;
}

.row-with-sidebar .row-content-opleidingen .sidebar {
    padding-left: 141px;
}

.row-with-sidebar .flex-center {
    width: 100%;
}

.block-sidebar.fit-button .flex-center {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

.row-with-sidebar .description h2 {
    display: none;
}

.section-accordion-content .item-accordion {
    background: #f4f4f4;
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 24px;
}

.section-accordion-content .accordion-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    padding: 36px 80px 36px 24px;
}

.section-accordion-content .accordion-icon {
    position: absolute;
    right: 24px;
    top: 50%;
    width: 48px;
    height: 48px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.section-accordion-content .accordion-description {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease;
    -o-transition: max-height 0.35s ease;
    transition: max-height 0.35s ease;
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
}
.section-accordion-content .item-accordion.active {
    padding-bottom: 36px;
}

.section-accordion-content .item-accordion.active .accordion-description {
    max-height: 400px;
}

.section-accordion-content .item-accordion.active .accordion-icon {
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}

.section-accordion-content .listing-accordion {
    padding-top: 48px;
}

.section-accordion-content {
    padding-bottom: 120px;
}

/* SINGLE POST */

.header-article-content.section-fullwidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 182px;
    padding-bottom: 80px;
    background: var(--geel);
    margin-top: -148px;
    position: relative;
    overflow: hidden;
}

.header-article-content::after {
    content: "";
    position: absolute;
    top: -50%;
    left: 50px;
    width: 1116px;
    height: 941px;
    background-image: url(/wp-content/uploads/2025/11/singe-blog-Vector-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 0;
    pointer-events: none;
}

.header-thumbnail-content {
    position: relative;
    overflow: hidden;
    margin-top: -40px;
}



.header-article-content .entry-title {
    max-width: 840px;
    text-align: center;
    margin: auto;
}

.row-with-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 100px;
    border-bottom: 1px solid #cecece;
    max-width: 1062px;
    margin: auto;
}

.row-with-aside .aside-sharepost {
    width: 20%;
}

/* Wrapper aside */
.row-with-aside .aside-sharepost {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: sticky;
}

/* List styling */
.aside-sharepost .share-post {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Item list spacing */
.aside-sharepost .share-post .share-item {
    margin-bottom: 12px;
}

.aside-sharepost .share-post .share-item:last-child {
    margin-bottom: 68px;
}

/* Anchor padding */
.aside-sharepost .share-post .share-item a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 12px;
}

/* Image size */
.aside-sharepost .share-post img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
}

/* Parent video mengikuti max-width main-content */
.row-with-aside .main-content iframe,
.row-with-aside .main-content .plyr__video-wrapper,
.row-with-aside .main-content .plyr-wrapper,
.row-with-aside .main-content .block-video {
    max-width: 100%;
    width: 100%;
}

/* Iframe responsive */
.row-with-aside .main-content iframe {
    height: auto;
    aspect-ratio: 16 / 9; /* biar tetap proporsional */
}

.row-with-aside .main-content {
    padding-left: 62px;
    max-width: 904px !important;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.row-with-aside h2,
.row-with-aside h3 {
    font-family: var(--fontfamily-unbounded);
}
.row-with-aside h2 {
    font-size: 32px;
    line-height: 35.2px;
    letter-spacing: -0.96px;
}
.row-with-aside h3 {
    line-height: 26.4px;
    letter-spacing: -0.72px;
}

.wh-block {
    padding-bottom: 32px;
}

.wh-block ~ .wh-block {
    padding-top: 32px;
}

.block-simple-content a {
    color: var(--roze);
    text-decoration: underline;
}

.single-reading-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.author-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 13px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.author-photo img {
    width: 52px;
    height: 52px;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 50%;
    background-color: var(--roze);
}

.author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.author-info p {
    margin-top: 0;
    text-align: left;
    font-size: 14px;
}

.author-info p.name {
    font-weight: 600;
}

.row-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.block-blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: var(--geel);
    padding: 48px 49px;
    border-radius: 8px;
    position: relative;
}

.block-blockquote::before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 21px;
    background-image: url("/wp-content/uploads/2025/11/kutip.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 25px;
}

.block-blockquote .content-quote {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 32px;
}

.block-blockquote .content-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

.block-blockquote .content-profile .profile {
    margin-left: 16px;
}

.block-blockquote .content-profile .profile-image {
    width: 64px;
    height: 64px;
}

.section-related-blog {
    padding-top: 100px;
    padding-bottom: 120px;
}

.section-related-blog .title-related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 48px;
}

.section-related-blog .title-related h2 {
    font-family: var(--fontfamily-unbounded);
    margin-bottom: 0;
}

.section-related-blog .listing-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.section-related-blog .cta-meta,
.listing-blog .cta-meta {
    padding: 8px 16px;
    border-radius: 100px;
    position: absolute;
    z-index: 3;
    left: 16px;
    top: 16px;
}

.cta-meta.card-rose {
    color: var(--roze);
    background-color: var(--licht-roze);
}
.cta-meta.card-green {
    color: var(--groen);
    background-color: var(--licht-groen);
}
.cta-meta.card-blue {
    color: var(--blauw);
    background-color: var(--licht-blauw);
}

.listing-blog .image-wrapper img {
    width: 100%;
    border-radius: 8px;
}

.section-related-blog .thumbnail-item,
.listing-blog .thumbnail-item {
    position: relative;
}

.section-related-blog .content-item,
.listing-blog .content-item {
    margin-top: 24px;
}

.section-related-blog .title-listing,
.listing-blog .title-listing,
.section-listing-vacature .title-listing {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    font-family: var(--fontfamily-unbounded);
    white-space: normal;
}

.listing-blog .listing-item {
    margin-bottom: 64px;
}

.blog-overview,
.listing-blog.listing-selected-tax {
    padding-bottom: 120px;
}

.blog-info {
    padding-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 24px;
}

.blog-info .category-filter label {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
}

.blog-info p {
    font-size: 14px;
}

.blog-info .category-filter select {
    width: 100%;
    min-width: 405px;
}
.blog-info #category-select {
    padding: 12px 16px;
    border-radius: 8px;

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    background-color: var(--white-100);
}

/* ==== STYLE OPTION ==== */
.blog-info #category-select option {
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.3;
}

/* Warna selected option */
.blog-info #category-select option:checked,
.blog-info #category-select option:active {
    background: #eaeaea;
    color: var(--antraciet);
}

/* Remove default arrow for IE/Edge lama */
.blog-info #category-select::-ms-expand {
    display: none !important;
}

/* ==== MAIN FAQ ==== */

.section-main-faq {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: visible;
}

.section-main-faq > .inner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-main-faq .col-6 {
    width: 50%;
}

.section-main-faq .col-6 .col-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 125px;
    position: sticky;
    top: 30%;
}

.section-main-faq h2,
.section-main-faq h3 {
    margin: 0;
}

.section-main-faq .description p {
    margin-top: 32px;
}

.section-main-faq .description {
    margin-bottom: 40px;
}

.section-main-faq .faqs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 48px;
    padding-bottom: 64px;
    gap: 32px;
}

.counter-animating {
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.section-listing-zorgorganisaties {
    padding-bottom: 110px;
    background: var(--geel);
}

.section-listing-zorgorganisaties .listing-item,
.section-listing-vacature .listing-item {
    background: white;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 32px;
    border-radius: 8px;
    margin-bottom: 0;
    z-index: 2;
    -webkit-box-shadow: 0px 24px 50px 0px rgba(56, 56, 56, 0.08);
            box-shadow: 0px 24px 50px 0px rgba(56, 56, 56, 0.08);
}

.section-listing-zorgorganisaties .listing-item:before {
    content: "";
    position: absolute;
    top: -12px;
    right: -112px;
    width: 490px;
    height: 300px;
    background-image: url(/wp-content/uploads/2025/11/opleidingen-vektorr.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    opacity: 1;
}

.section-listing-zorgorganisaties .content-item {
    margin-top: 16px;
}

.section-listing-zorgorganisaties h4,
.section-listing-vacature-list h4 {
    font-family: var(--fontfamily-unbounded);
    margin-bottom: 29px;
}

.section-listing-zorgorganisaties .excerpt-listing {
    margin-bottom: 24px;
    -webkit-line-clamp: 2 !important;
}

.section-listing-vacature {
    padding-top: 120px;
    padding-bottom: 120px;
    background: var(--geel);
}

.section-listing-vacature > .inner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section-listing-vacature .head-info {
    width: 100%;
    text-align: center;
}

.listing-vacatures .tag-item,
.section-listing-vacature-list .tag-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.listing-vacatures .tag-item ul,
.section-listing-vacature-list .tag-item ul {
    padding-left: 0;
    margin-right: 12px;
}

.listing-vacatures .tag-item ul + ul,
.section-listing-vacature-list .tag-item ul + ul {
    margin-top: 0;
}

.listing-vacatures .tag-item li,
.section-listing-vacature-list .tag-item li {
    border: 1px solid var(--antraciet);
    padding: 8px 16px;
    line-height: 1;
    border-radius: 100px;
}

.listing-vacatures .content-item,
.section-listing-vacature-list .content-item {
    margin-top: 16px;
}

.listing-vacatures .excerpt-listing,
.section-listing-vacature-list .excerpt-listing {
    margin-bottom: 24px;
}

.section-listing-vacature .pagination .page-numbers.current {
    background-color: var(--antraciet);
    color: white;
}

.section-listing-vacature h2 {
    margin-bottom: 48px;
}

.section-listing-vacature-list {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-listing-vacature-list > .inner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.section-listing-vacature-list .filter-wrapper {
    padding-right: 141px;
}

.section-listing-vacature-list .main-vacature .listing-overview-vacature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.section-listing-vacature-list .listing-overview-vacature .listing-item {
    width: 100%;
    background: #f4f4f4;
    border-radius: 8px;
    padding: 32px;
}

.section-listing-vacature-list .listing-overview-vacature {
    margin: 0;
    padding-top: 24px;
}

.section-listing-vacature-list .info-results,
.section-listing-vacature-list .filter-title {
    font-size: 20px;
    font-weight: 700;
}

.section-listing-vacature-list .whfilter-filter {
    padding-top: 22px;
}

.section-listing-vacature-list .filter-item {
    margin-bottom: 24px;
}

.section-listing-vacature-list .filter-item label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.section-listing-vacature-list .filter-item input,
.section-listing-vacature-list .filter-item textarea,
.section-listing-vacature-list .filter-item select {
    background-color: #f4f4f4;
    border: none !important;
    color: var(--antraciet);
    padding: 16px 24px;
}

#whfilter-1124 .filter-item input[type="text"] {
    background-image: url("/wp-content/uploads/2025/11/search.svg");
    background-repeat: no-repeat;
    background-size: 24px;
}

#whfilter-1124 .filter-item input[type="text"]::-webkit-input-placeholder {
    color: var(--antraciet);       
}

#whfilter-1124 .filter-item input[type="text"]::-moz-placeholder {
    color: var(--antraciet);       
}

#whfilter-1124 .filter-item input[type="text"]:-ms-input-placeholder {
    color: var(--antraciet);       
}

#whfilter-1124 .filter-item input[type="text"]::-ms-input-placeholder {
    color: var(--antraciet);       
}

#whfilter-1124 .filter-item input[type="text"]::placeholder {
    color: var(--antraciet);       
}

.section-listing-vacature-list .flex-center {
    text-align: center;
}

.section-listing-vacature-list .col-sticky {
    position: sticky;
    top: 200px;
}

/* ================================
   COMMON STYLING (Prev & Next)
================================ */
.section-listing-vacature-list .pagination .prev.page-numbers,
.section-listing-vacature-list .pagination .next.page-numbers {
    font-size: 0; /* hide text */
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* hide default icons */
.section-listing-vacature-list .pagination .prev.page-numbers .icon-prev,
.section-listing-vacature-list .pagination .next.page-numbers .icon-next {
    display: none;
}

/* icon container */
.section-listing-vacature-list .pagination .prev.page-numbers::after,
.section-listing-vacature-list .pagination .next.page-numbers::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
}

/* ================================
   ICON IMAGES
================================ */
.section-listing-vacature-list .pagination .prev.page-numbers::after {
    background-image: url("/wp-content/uploads/2025/11/left-arrow.svg");
}

.section-listing-vacature-list .pagination .next.page-numbers::after {
    background-image: url("/wp-content/uploads/2025/11/right-arrow.svg");
}

/* ================================
   PREV ALWAYS VISIBLE + FADED
================================ */
.section-listing-vacature-list .pagination .prev.page-numbers {
    opacity: 0.3; /* faded */
    pointer-events: none; /* cannot click on page 1 */
}

/* when NOT disabled (JS will remove disabled class later) */
.section-listing-vacature-list .pagination .prev.page-numbers.active {
    opacity: 1;
    pointer-events: auto;
}

.term-list {
    padding: 8px 16px;
    border: 1px solid var(--antraciet);
    border-radius: 100px;
    line-height: 1;
    margin-bottom: 16px;
    font-size: 14px;
}

/*general listing*/
.listing .listing-item:hover a.whbutton-icon-arrow-right:after {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
}

.listing .link-absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.block-sidebar .inner-block ul li:last-child {
    margin-bottom: 0;
}

.block-sidebar .inner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0;
    width: 100%;
}


/* .section--fullwidth {
    --offset-x: calc((100vw - var(--container)) / -2);
    width: auto;
    margin-left: var(--offset-x);
    margin-right: var(--offset-x);
} */

.section--fullwidth .inner-section {
    max-width: var(--container);
    margin: auto;
    width: calc(100% - 160px);
}

.header-article-content {
    background-color: var(--geel);
    margin-top: calc(var(--height-header) * -1.2);
    position: relative;
    overflow: hidden;
}

.header-article-content .inner-section {
    text-align: center;
}

.header-thumbnail-content.section--fullwidth .inner-section {
    max-width: 1128px;
}

.zest-slider-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* hide/show animation */
.navbar-header .container {
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.8s ease;
    -o-transition: transform 0.8s ease, opacity 0.25s ease;
    transition: transform 0.8s ease, opacity 0.25s ease;
    transition: transform 0.8s ease, opacity 0.25s ease, -webkit-transform 0.8s ease;
    will-change: transform, opacity;
    position: relative;
    z-index: 30;
}

/* scroll down → naik 46px */
.sticky-down .navbar-header .container,
[data-scroll-state="down"] .navbar-header .container {
    -webkit-transform: translateY(-46px);
        -ms-transform: translateY(-46px);
            transform: translateY(-46px);
    opacity: 1;
    border-top-left-radius: 24px;
}

/* scroll up → posisi normal */
.sticky-up .navbar-header .container,
[data-scroll-state="up"] .navbar-header .container {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}

.listing-card-people::-webkit-scrollbar {
    display: none;
}
.listing-card-people {
    -ms-overflow-style: none;  
    scrollbar-width: none;     
}

.header-article-thumbnail-wrapper img {
    border-radius: 8px;
}



.wsp-pages-list li:before,
.wsp-posts-list li:before,
.wsp-faqs-list li:before,
.wsp-staffs-title li:before,
.wsp-staffs-list li:before,
.wsp-vacatures-list li:before,
.wsp-zorgorganisaties-opls-list li:before,
.wsp-zorgpersonnell-opls-list li:before,
.wsp-popups-list li:before,
.wsp-popup_themes-list li:before,
.wsp-layouts-list li:before,
.wsp-category_layouts-list li:before,
.wsp-vacature_locatiess-list li:before,
.wsp-opleidingsniveaus-list li:before,
.wsp-opleidingsniveau_personels-list li:before,
.wsp-vacature_uurs-list li:before,
.wsp-vakgebieds-list li:before,
.wsp-vacature_vakgebieds-list li:before,
.wsp-vakgebied_personels-list li:before,
.wsp-opleidings-list li:before {
    display: none !important;
}


.wsp-pages-list,
.wsp-posts-list,
.wsp-faqs-list,
.wsp-staffs-title,
.wsp-staffs-list,
.wsp-vacatures-list,
.wsp-zorgorganisaties-opls-list,
.wsp-zorgpersonnell-opls-list,
.wsp-popups-list,
.wsp-popup_themes-list,
.wsp-layouts-list,
.wsp-category_layouts-list,
.wsp-vacature_locatiess-list,
.wsp-opleidingsniveaus-list,
.wsp-opleidingsniveau_personels-list,
.wsp-vacature_uurs-list,
.wsp-vakgebieds-list,
.wsp-vacature_vakgebieds-list,
.wsp-vakgebied_personels-list,
.wsp-opleidings-list {
   list-style: outside disc !important;
   padding-left: 20px !important;
}

.page_item_has_children .children {
    list-style: outside disc !important;
    padding-left: 40px !important;
}

.wsp-pages-title {
    font-family: var(--fontfamily-unbounded);
}

.wh-block.content-only {
    width: 100%;
    max-width: 824px;
}

.section-card-image-people.no-pointer .item-people {
    pointer-events: none;
}