/*
 Theme Name: Odink child
 Template: odink
 Author: Frontlabel.nl
 Description: A child theme for Odink Installaties
 Version: 1.0
*/
/* De Spin-Bounce animatie voor het logo */
@keyframes spinBounce {
    0% {
        transform: rotate(0deg) scale(0.5);
        opacity: 0;
    }

    70% {
        transform: rotate(380deg) scale(1.125);
        /* 1.125 * 64px = 72px */
        opacity: 1;
    }

    100% {
        transform: rotate(360deg) scale(1);
        /* Terug naar 64px */
        opacity: 1;
    }
}

/* De animatie voor de tekst */
@keyframes textRise {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>ul {
    border-radius: 10px !important;
}
.sub-menu .sub-menu span.menu-title-text:after {
content: "\e607";
    font-size: 16px;
    top: 0;
    line-height: 32px;
    vertical-align: middle;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    opacity: 0.3;
    right: 11%;
    height: 100%;
    transition: right .2s ease;
}
.sub-menu .sub-menu a:hover span.menu-title-text:after {
right: 10%;
    opacity: 1;
    color:#5cc0c5
}
#header-outer .sf-menu > .nectar-megamenu-menu-item > ul.sub-menu > li.megamenu-column-width-33:before {
    content: "" !important;
    position: absolute !important;
    width: 10px !important;
    background-color: #ffffff !important;
    z-index: 9999999 !important;
    bottom: 0 !important;
    top: 0 !important;
    display: block !important;
    right: 0 !important;
    transform: none;
    border-radius: 10px 0 0 10px;
}
#header-outer .sf-menu > .nectar-megamenu-menu-item > ul.sub-menu > li.megamenu-column-width-33 {
    margin-right: -10px;
}
#menu-item-10970 .menu-title-text::after,
#menu-item-9354 .menu-title-text::after {
line-height: 22px;
    margin-right: -4px
}
/* 1. Definieer de snelheid en de kleur (optioneel) */
#menu-item-10970 a,
#menu-item-9354 a {
--btn-animation-duration: 2s;    
    position: relative;
    text-decoration: none;
}

/* 2. Zorg dat de span de basis vormt voor de symbolen */
#menu-item-10970 .menu-title-text,
#menu-item-9354 .menu-title-text {
position: relative;
    display: inline-block;
    width:100%
}

/* 3. Het element waar de symbolen in verschijnen */
#menu-item-10970 .menu-title-text::before,
#menu-item-9354 .menu-title-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: max-content;
    height: 100%;
    background-color: #FFF; /* Voorkomt dat de tekst eronder verdwijnt */
    pointer-events: none; /* Zorgt dat de link klikbaar blijft */
}

/* 4. De trigger: Start de animatie bij hover */

#menu-item-10970 a:hover .menu-title-text::before, 
#menu-item-10970 a:focus .menu-title-text::before,
#menu-item-9354 a:hover .menu-title-text::before, 
#menu-item-9354 a:focus .menu-title-text::before { 

    animation: chitchat linear infinite var(--btn-animation-duration); 
}

#header-outer #top .sf-menu > li > ul {
    gap: 30px;
    max-width: 1080px;
    left: 50%;
    transform: translateX(-50%);
}
/* 5. Jouw originele animatie-logica */
@keyframes chitchat {
    9% { content: "Storing melden";  }
    10% { content: "orSting nldeme";  }
    11% { content: "Storing melden";  }
    48% { content: "Storing melden";  }

    50%{ content: "Stroing lmeden";  }
    51% { content: "Storing melden";  }

    73% { content: "Storing medlen";  }
    75% { content: "Stroing melden";  }
    76% { content: "Storing melden";  }
100% { content: "";  }
}
.spin-animation {
    display: block;
    margin: 0 auto 20px auto;
    height: 64px !important;
    width: auto;
    animation: spinBounce 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.fade-in-text {
    /* Nu met de juiste animatienaam 'textRise' */
    animation: textRise 1s ease-out 0.5s forwards;
    opacity: 0;
    /* Begint onzichtbaar */
}

.filter-reset-btn {
    position: absolute;
    right: 0;
    top: 0;
}

#live-vacature-count {
    color: #00bcd4;
    font-weight: 800;
}

/*[data-midnight="dark"] h1,
[data-midnight="dark"] h2,
[data-midnight="dark"] h3,
[data-midnight="dark"] h4 {
    color: #141f36 !important;
}*/

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: .5rem !important;
}

.text-white {
    color: #FFFFFF !important;
}

.page #ajax-content-wrap input[type=date],
.page #ajax-content-wrap input[type=email],
.page #ajax-content-wrap input[type=number],
.page #ajax-content-wrap input[type=password],
.page #ajax-content-wrap input[type=search],
.page #ajax-content-wrap input[type=tel],
.page #ajax-content-wrap input[type=text],
.page #ajax-content-wrap input[type=url],
.page #ajax-content-wrap textarea,
.page #ajax-content-wrap select,
.single-vacature .wpcf7-form input {
    background-color: #fff !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 6px !important;
    padding: 10px !important;
    width: 100% !important;
    font-size: 14px !important;
    font-family: inherit !important;
    line-height: 24px !important;
    color: #555 !important;
    transition: all .2s ease;
    box-shadow: none;
}

.single-vacature .wpcf7-form input {
    background-color: #f3f4f5 !important;
}

/* Hover states */
.page #ajax-content-wrap input[type=date]:hover,
.page #ajax-content-wrap input[type=email]:hover,
.page #ajax-content-wrap input[type=number]:hover,
.page #ajax-content-wrap input[type=password]:hover,
.page #ajax-content-wrap input[type=search]:hover,
.page #ajax-content-wrap input[type=tel]:hover,
.page #ajax-content-wrap input[type=text]:hover,
.page #ajax-content-wrap input[type=url]:hover,
.page #ajax-content-wrap textarea:hover,
.page #ajax-content-wrap select:hover,
.single-vacature .wpcf7-form input:hover,

/* Focus states */
.page #ajax-content-wrap input[type=date]:focus,
.page #ajax-content-wrap input[type=email]:focus,
.page #ajax-content-wrap input[type=number]:focus,
.page #ajax-content-wrap input[type=password]:focus,
.page #ajax-content-wrap input[type=search]:focus,
.page #ajax-content-wrap input[type=tel]:focus,
.page #ajax-content-wrap input[type=text]:focus,
.page #ajax-content-wrap input[type=url]:focus,
.page #ajax-content-wrap textarea:focus,
.page #ajax-content-wrap select:focus,
.single-vacature .wpcf7-form input:focus {
    border-color: #5cc0c5 !important;
    box-shadow: none;
}

/* #ajax-content-wrap .nectar-cta.border_radius_60px .link_wrap, #header-outer .nectar-cta.border_radius_60px .link_wrap{
    border-radius:4px !important;
}*/
.single-vacature .wpcf7-form-control-wrap {
    margin-bottom: 0;
}

.btn-w-100 span,
.btn-w-100 span span {
    width: 100% !important;
    display: block;
}

.nectar-cta.offer i.fa {
    order: 2
}

.mobile-icon {
    background: #2c3b47;
    border-radius: 6px;
    padding: 15px !important;
}

#header-outer #mobile-menu {
    padding-bottom: 30px
}

#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text:after {
    display: none !important
}
.anim-hover:hover img {
    filter: brightness(3);
}
.light-hover .anim-hover:hover img {
    filter:brightness(0.4) contrast(1.5) hue-rotate(390deg);
}

.light-hover.col-with-img .anim-hover img,
.light-hover.col-with-img .anim-hover > .vc_column-inner img{
    border-radius:5px !important;
}
.light-hover.col-with-img .anim-hover:hover img,
.light-hover.col-with-img .anim-hover:hover > .vc_column-inner img{
    filter: none !important;
    transform: scale(1) rotate(0deg) !important;
}

.testimonial_slider[data-style=multiple_visible_minimal] .flickity-viewport{overflow: visible}
.testimonial_slider blockquote .inner{
    transition: opacity .45s cubic-bezier(.15, .75, .5, 1) 0s, transform .45s cubic-bezier(.15, .75, .5, 1) 0s, box-shadow .32s ease;
}
.testimonial_slider blockquote:hover .inner{
transform: translateY(-4px);
    box-shadow: 0 25px 40px rgb(20 31 54 / 20%);
}
#ajax-content-wrap .testimonial_slider .star-rating {
    font-size: 22px!important;
    letter-spacing: -4px;
}
#header-outer[data-lhe="default"] #top nav > ul > li[class*="menu-item-btn-style"] > a{margin-right:0}
.hide {
    display: none !important;
}

.certificates {
    image-rendering: -webkit-optimize-contrast;
    filter: contrast(0) brightness(2);
}

.footer-bottom {
    font-size: 15px
}

#footer h3 {
    color: #ffffff4d;
}

.logo-footer {
    opacity: .4 !important;
}

.created-by,
.byhartman {
    opacity: .5;
    transition: opacity .2s ease
}

.created-by:hover {
    opacity: 1;
}

.created-by:hover svg {
    animation: tada 1s
}

.byhartman {
    height: 34px !important
}

.byhartman:hover {
    animation: heartBeat 1s
}


@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

.full-width-content.blog-fullwidth-wrap,
.full-width-content.nectar-shop-outer,
.nectar-slider-wrap[data-full-width=true],
.page-submenu .full-width-content,
.page-submenu > .full-width-section,
.portfolio-filters-inline.full-width-content,
.portfolio-filters-inline.full-width-section:not(.non-fw),
.post-area.full-width-content.standard-minimal,
.single-product .product[data-gallery-style=left_thumb_sticky][data-gallery-variant=fullwidth] .single-product-wrap,
.wpb_row.full-width-content,
.wpb_row.full-width-content.has-global-section .wpb_row.full-width-content,
.wpb_row.full-width-section .mobile-video-image,
.wpb_row.full-width-section .templatera_shortcode > .wpb_row.full-width-section > .row-bg-wrap,
body .full-width-section .nectar-parallax-scene,
body .full-width-section .row-bg-wrap,
body .full-width-section.parallax_section .row-bg-wrap,
body .full-width-section > .nectar-shape-divider-wrap,
body .full-width-section > .video-color-overlay,
body[data-aie=long-zoom-out] .first-section .row-bg-wrap,
body[data-aie=long-zoom-out] .top-level.full-width-section .row-bg-wrap,
body[data-aie=zoom-out] .first-section .row-bg-wrap,
body[data-aie=zoom-out] .top-level.full-width-section .row-bg-wrap,
body[data-col-gap] .vc_row-fluid .span_12.post-area.full-width-content.standard-minimal {
    margin-left: -50vw;
    width: 100vw;
}

.custom-label-tag {
    font-size: 15px;
    background-color: #F4FAFB1C;
    backdrop-filter: blur(10px);
    padding: .5em 1em;
    line-height: 1 !important;
    border-radius: 60px;
    font-weight: 500 !important;
    margin: 0 5px;
    color: #FFF;
}

.title-project {
    margin: 24px 0 !important;
}

.nectar-cta.has-icon .link_wrap i {
    font-size: 1em !important;
}

.btn-noshadow .nectar-button-type .link_wrap,
.btn-noshadow .nectar-button-type .link_wrap:hover {
    box-shadow: none !important;
}

.single-vacature .nectar-flickity[data-spacing="15px"]:not(.masonry) .flickity-slider .cell {
    min-height: 100%;
}

.single-vacature .featured-image-vac img {
    width: 100%;
    margin: 0;
}

.single-vacature .wpcf7-form .personal p {
    flex-grow: 1
}

.single-vacature .nectar-responsive-text[data-inherit-heading-family="h2"] {
    margin-top: 2rem;
}

.vacature-header-excerpt {
    max-width: 730px;
}

.single-vacature .side-vac h2 {
    margin-bottom: 30px !important;
}

.single-vacature .side-vac h4 {
    margin-bottom: 0;
}

.side-vac i {
    color: #5bc0c5 !important;
}

.opacity-05 {
    opacity: .05 !important
}

.nectar-cta[data-alignment=stretch] .nectar-button-type {
    width: 100%;
    display: flex;
}

/* Vereenvoudigde Badge Styles */
.vacature-badge-wrapper {
    margin-bottom: 24px; /* De gevraagde margin */
    display: block;
}

.vacature-badge {
    display: inline-block;
    line-height: 1;
    color: #F4FAFB;
    font-size: 16px;
    padding: .5em 1em;
    background-color: #FFFFFF1A;
    border: 1px solid #FFFFFF1A;
    border-radius: 100px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.pointer-none {
    pointer-events: none
}

.nectar-post-grid-item:hover div.inner:after {
    opacity: 0 !important;
}

.nectar-post-grid[data-border-radius="15px"] .nectar-post-grid-item-bg,
.nectar-post-grid[data-border-radius="15px"] .nectar-post-grid-item-bg-wrap {
    border-radius: 15px 15px 0 0 !important;
}

.nectar-post-grid .nectar-post-grid-link {
    z-index: 11
}

.nectar-post-grid-item__custom-field {
    margin-right: 10px
}

.nectar-post-grid-item__custom-field .fa {
    color: #41bac5 !important;
    margin-right: 7.5px;
    position: relative;
    top: -1px;
}

.single-vacature #single-below-header,
.single-vacature #single-meta,
.single-vacature .hentry {
    display: none;
}

.single-vacature .container-wrap.no-sidebar .post-area {
    margin-top: 0 !important;
}

.single-vacature .container-wrap.no-sidebar {
    padding-top: 0 !important;
}

.single-vacature .container-wrap.no-sidebar .post-area {
    margin-top: 0 !important;
}

.single-vacature .vc_acf span {
    font-weight: 500;
    opacity: .5;
}

.single-vacature .vc_acf {
    margin-bottom: 0 !important;
    float: left;
    margin-right: 30px;
    font-size: 22px !important;
    font-weight: 600;
}

.single-vacature .featured-media-under-header,
#fws_695ed25fb9930 {
    display: none !important
}

#vacature-search {
    background-color: #fff;
    border: 2px solid #d1d5db;
    border-radius: 6px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

#vacature-search:hover,
#vacature-search:focus {
    border-color: #5cc0c5;
    box-shadow: none;
    outline: none;
}

.nectar-post-grid-item__custom-field:nth-child(n+4) {
    display: none !important;
}

.custom-filter-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checkbox-list label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.checkbox-list input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.checkbox-list label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 2px solid #d1d5db;
    border-radius: 6px;
}

.checkbox-list label:has(input:checked)::before {
    background-color: #5cc0c5;
    border-color: #5cc0c5;
}

.checkbox-list label:has(input:checked)::after {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    text-align: center;
    color: #fff;
}

.nectar-post-grid-item__custom-field:nth-child(n+4) {
    display: none !important;
}

.custom-filter-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
    background: transparent;
    padding: 0;
}

.filter-group.salaris {
    display: none
}

.filter-group h4 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

.checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checkbox-list label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    color: #444;
    display: flex;
    align-items: center;
    line-height: 24px;
    min-height: 24px;
    transition: all 0.2s ease;
}

.checkbox-list input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Het blokje */
.checkbox-list label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 2px solid #d1d5db;
    border-radius: 6px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.checkbox-list label:hover::before {
    border-color: #5cc0c5;
}

.checkbox-list label:has(input:checked)::before {
    background-color: #5cc0c5;
    border-color: #5cc0c5;
}

/* Het vinkje */
.checkbox-list label:has(input:checked)::after {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
}

.checkbox-list label:has(input:checked) {
    color: #111;
    font-weight: 500;
}

.filter-reset-btn {
    display: none;
    align-self: flex-start;
    background: none;
    border: none;
    color: #5bc0c5;
    text-decoration: underline;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    transition: color 0.2s;
}

.filter-reset-btn:hover {
    color: #000;
}

.term-count {
    min-width: 25px;
    /* Geeft de cijfers een vaste breedte zodat ze onder elkaar staan */
    text-align: center;
    /* Centreert het cijfer binnen die breedte */
    background: #f0f0f0;
    /* Optioneel: een lichtgrijs bolletje/blokje */
    border-radius: 12px;
    /* Maakt het een subtiel "pilletje" */
    font-size: 11px;
    color: #666;
    margin-left: 10px;
    /* Afstand tussen tekst en cijfer */
}

.checkbox-list label {
    justify-content: space-between;
    /* Zorgt dat tekst links en getal rechts staat */
    width: 100%;
}

.hidden {
    display: none;
}

.full-width-section > .col.span_12.dark .nectar-post-grid[data-text-color=light] .nectar-post-grid-item .content *,
.nectar-post-grid[data-text-color=light] .nectar-post-grid-item .content * {
    color: #FFF !important;
}

.meta-excerpt {
    margin-top: 0 !important
}

.category-position-after-title .meta-category {
    margin-top: 10px;
}

.full-width-section > .col.span_12.dark .nectar-post-grid[data-text-color=light] .nectar-post-grid-item .content *,
.nectar-post-grid[data-text-color=light] .nectar-post-grid-item .content * {
    color: #FFF
}

#ajax-content-wrap .nectar-post-grid .meta-category .style-button,
body .nectar-post-grid .meta-category .style-button {
    font-size: 15px
}

#header-space {
    height: 81px;
}

.nectar-star-rating__icon:before {
    color: #ffb20d;
    letter-spacing: 0.1em;
}

/* VACATURES STYLING */
#menu-item-9362 .nectar-menu-label {
    width: 19px;
    text-align: center;
    letter-spacing: 0;
    text-indent: 0px;
    padding: 0;
    height: 19px;
    line-height: 19px;
}

.nectar-post-grid .nectar-post-grid-item .content .item-main {
    display: flex;
    pointer-events: none;
    flex-direction: column;
}

.nectar-post-grid .nectar-post-grid-item .content .item-main .post-heading {
    order: 0;
}

.nectar-post-grid .nectar-post-grid-item .content .item-main .item-meta-extra {
    order: 4;
}

.nectar-post-grid .nectar-post-grid-item .content .item-main .nectar-post-grid-item__read-more {
    order: 5;
}

.nectar-post-grid .nectar-post-grid-item .content .item-main .nectar-post-grid-item__custom-fields {
    order: 4;
}

.nectar-post-grid-item__custom-fields {}

.nectar-post-grid-item__custom-fields > span {
    background: #f0f0f0;
    border-radius: 30px;
    font-size: 14px;
    padding: 2px 10px;
}

.vacature-holder .nectar-post-grid-item__read-more.nectar-cta .link_text {
    background: #5cc0c5;
    color: #FFF !important;
    letter-spacing: -0.5px;
    border-radius: 4px;
    font-size: 16px;
    padding: 8px 20px;
    margin-top: 10px;
}

.vacature-holder .nectar-post-grid-item:hover .nectar-post-grid-item__read-more.nectar-cta .link_text {
    background: #141f36;
}

.nectar-post-grid-item__custom-field .fa {
    margin-right: 4px;
}

/*body #header-outer[data-transparent-header="true"].transparent {
    background: rgb(21 32 56) !important;
    backdrop-filter: blur(20px);
    box-shadow: 0 -10px 70px 20px rgb(12 20 38 / 70%) !important;
}
*/

/*  OFFERTEFORMULIER  */
.personal-or-business,
.grid-3 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
#header-outer[data-lhe="default"] #top nav > ul > li > a{
    will-change: opacity, color, padding  !important;
    transition: opacity 0.2s ease, color 0.2s ease, padding 0.2s ease !important;}

@media (max-width: 1345px) {
    .menu-item-9364 {
        display: none !important
    }
}

@media (max-width: 1200px) {
    #header-outer #top .sf-menu > .sf-with-ul > a {
    padding-right: 20px !important;
}
    #header-outer[data-lhe="default"] #top nav > ul > li > a{

    padding-left: 10px;
    padding-right: 10px;
    }
    #header-outer[data-lhe="default"] #top nav > ul > li[class*="menu-item-btn-style"] > a{
        margin-right: 0
    }
}

@media (max-width: 1120px) {
    .menu-item-9341 {
        display: none !important
    }
}
@media (max-width: 1030px) {
    .menu-item-9362 {
        display: none !important
    }
}

@media (max-width: 999px) {
    .menu-item-9364,
    .menu-item-9341,
    .menu-item-9362 {
        display: block !important
    }
     .logo-footer-center .img-with-aniamtion-wrap .inner {
    margin: 0 auto !important
    }
    .created-by-txt,
    .created-by-logo{margin-top:15px!importantl;display:inline-block}
    .created-by svg{
        margin-left: 2px !important;
        position: relative;
        top: 3px;}
    .hartman-holder .inner{margin:0 auto !important}
    .hartman-holder .wpb_wrapper > div{display: inline-block!important}
    .hartman-holder .wpb_wrapper .img-with-aniamtion-wrap{position: relative;top: 15px;left: 5px;}
}
@media (max-width: 690px) {
    html body .nectar-split-heading.font_size_phone_24px * {
        line-height: 1.2;
    }
   
    h1{font-size:8vw !important}

    .hallmarks {
        width: 65% !important
    }

    .personal-or-business,
    .grid-3 {
        flex-direction: column;
        gap: 5px !important;
    }

    .wizard .wpcf7-list-item label {
        flex-direction: row !important;
        min-height: 44px !important;
        justify-content: start !important;
        gap: 15px;
        padding-left: 15px !important;
    }

    .wizard .wpcf7-list-item label::before {
        font-size: 28px !important;
        margin-bottom: 0 !important;
        margin-top: 5px;
    }

    .wpcf7-list-item-label {
        font-size: 17px;
        font-weight: 500;
    }

    .wpcf7 .title {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }

    /*.created-by-txt,
    .created-by {
        display: none
    }*/
}


.wpcf7-not-valid-tip {
    display: none !important
}

.wpcf7-not-valid .wpcf7-list-item label {
    background-color: #ff98001c;
    border: 2px solid #FF9800
}
.wizard form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover,
.cf7mls_next.action-button:hover, .fieldset-cf7mls .wpcf7-form-control.wpcf7-cf7mls_preview_step:hover {
    opacity: 1;
    transform: translateY(-0.125rem);
    background: #4EB3B8 !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.wizard .cf7mls-btns .cf7mls_back.action-button:hover{
    color:#5cc0c6!important
}

.wpcf7 .title {
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
    display: block;
    margin-bottom: 15px
}

.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin-bottom: 25px
}

.fieldset-cf7mls > p {
    padding-bottom: 0
}

.wpcf7-list-item {
    display: inline-flex;
    vertical-align: top;
    flex-grow: 1;
    margin: 0
}

.grid-3 .wpcf7-list-item {
    width: calc(33.33% - 14px);
    flex: 0 0 calc(50% - 8px);
}

@media (max-width: 600px) {

    .wpcf7-list-item,
    .grid-3 .wpcf7-list-item {
        width: 100% !important;
        margin-right: 0 !important
    }
}
.sander-bril > div > div > div > div.wpb_wrapper{
    border-radius: 10px !important;
    overflow: hidden;
}
.page-header-overlay-color:after{
    background:linear-gradient(135deg,#1A202CE6 0%,#1A202C99 100%);
opacity: 0.95;
}
.vacature-header-excerpt{
    margin-top: 15px !important;
    color: rgb(255, 255, 255) !important;
    opacity: 1 !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
}
.single-vacature .wpcf7-form .wpcf7-acceptance input {
    width: inherit !important;
}

.single-vacature .wpcf7-form .wpcf7-submit {
    background: #51c3c5 !important;
    border-color: #51c3c5 !important;
    font-size: 1em !important;
    font-weight: 500;
    color: #FFF !important;
}

.wizard .wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    position: relative;
    background-color: #fff;
    border: 2px solid #e2e8f0;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    text-align: center;
    min-height: 70px;
    padding-left: 20px;
    width: 100%
}

.wizard .wpcf7-list-item label:hover {
    border-color: #00bcd4
}

.wizard .wpcf7-list-item label:has(input:checked) {
    background-color: #f1f8fa;
    border-color: #00bcd4
}

.wizard .wpcf7-list-item input {
    display: none
}
.wizard form.cf7mls input.wpcf7-form-control.wpcf7-submit,
.cf7mls_next.action-button {
    background: #5bc0c5;
    letter-spacing: -.5px;
    font-size: 18px; 
    font-weight: 600;
    width: 100%;
    padding: 20px 15px !important;
    margin: 0 0 26px !important
}

/* 1. Basis styling: Alles is standaard gekleurd */
.wizard .wpcf7-list-item label::before {
    font-family: "Font Awesome 7 Duotone";
    /* Check of dit 6 of 7 moet zijn voor jouw licentie */
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 0;
        margin-right: 0px;
    color: #5bc0c5;
    transition: all .3s ease;
    display: block;
    text-align: center;
    filter: grayscale(0%);
    opacity: 1;
}

.wpcf7-form-control-wrap:has(input:checked) .wpcf7-list-item label::before {
    filter: grayscale(100%);
    opacity: 0.4;
    color: #888;
}

/* 3. MAAR: Het specifieke item dat gecheckt is (of waar je boven hoovert) MOET kleur bekennen */
.wizard .wpcf7-list-item label:has(input:checked):before {
    filter: grayscale(0%);
    opacity: 1;
    color: #5bc0c5;
}

.wizard .bg-green-50 {
    display: block;
    background: #c0e6e973;
    width: 72px;
    height: 72px;
    border-radius: 100px;
    align-content: space-evenly;
    margin: 0px auto 20px;
}

.wizard .fieldset-cf7mls p { 
    padding-bottom: 0;
    color: #141f36 !important;
}

.wizard .green-icon {
    stroke: #5bc0c5;
    height: 48px;
    margin: 0 auto;
    text-align: center;
    width: 48px;
    display: block;
}

#ajax-content-wrap .wizard input[type=text],
#ajax-content-wrap .wizard input[type=email],
#ajax-content-wrap .wizard input[type=tel],
#ajax-content-wrap .wizard select {
    background-color: #fff !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 6px !important;
    padding: 10px !important;
    width: 100% !important;
    font-size: 14px !important;
    font-family: inherit !important;
    line-height: 24px !important;
    color: #555 !important;
    transition: all .2s ease;
    box-shadow: none;
}



.wizard .cf7mls-btns .cf7mls_back.action-button {
    margin: 15px auto 0;
    background: none;
    color: #141f36;
    font-size: 16px;
    display: block;
    float: none;
    order: 2
}

.wizard .cf7mls_next.action-button {
    margin: 0 !important;
}

.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
    min-height: 60px;
    display: flex;
    flex-direction: column;
}

.wizard form.cf7mls input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-bottom: 0 !important;
}

.wizard .wpcf7-spinner {
    position: absolute;
    margin-top: 14px;
}

.wizard .cf7mls-btns.cf7mls-btns-last-step {
    display: block;
    margin-top: 0;
    width: 100%;
    float: left;
}

.wizard .personalinfo p {
    padding-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.wizard .personalinfo .wpcf7-form-control-wrap {
    display: inline-flex !important;
    width: 100%;
    margin-bottom: 5px;

}

.cf7mls-btns .cf7mls_next.action-button,
.cf7mls-btns .cf7mls_back.action-button {
    font-family: Ubuntu;
    letter-spacing: -0.5px;
    font-weight: 500
}

.menu-item-10980 a span.menu-title-text{    width: 65% !important;
    display: inline-block;
    word-break: break-word;}
#top .sf-menu > li.nectar-regular-menu-item > a > .nectar-menu-icon{color:#5bc0c5}

/* --- TYPE PAND (HoofdkEUZE) --- */
/* Particulier */
span[data-name="woning-type"] .wpcf7-list-item:nth-child(1) label::before {
        content: "";
    background-image: url(/wp-content/uploads/2026/04/icon-vrijstaand.jpg) !important;
    height: 48px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
        mix-blend-mode: multiply;
    /* House */
}

/* Zakelijk */
span[data-name="woning-type"] .wpcf7-list-item:nth-child(2) label::before {
    content: "";
    background-image: url(/wp-content/uploads/2026/04/icon-zakelijk.jpg) !important;
    height: 40px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
        mix-blend-mode: multiply;
    
    /* Briefcase */
}

/* --- GROEP PARTICULIER (radio-747) --- */
/* 1. Vrijstaand */
span[data-name="radio-747"] .wpcf7-list-item:nth-child(1) label::before {
        content: "";
    background-image: url(/wp-content/uploads/2026/04/icon-vrijstaand.jpg) !important;
    height: 40px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;  
        mix-blend-mode: multiply;/* House */
}

/* 2. Twee onder één kap */
span[data-name="radio-747"] .wpcf7-list-item:nth-child(2) label::before {
        content: "";
    background-image: url(/wp-content/uploads/2026/04/icon-tweekapper.jpg) !important;
    height: 40px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
        mix-blend-mode: multiply;
}

/* 3. Rijtjeshuis (House-blank) */
span[data-name="radio-747"] .wpcf7-list-item:nth-child(3) label::before {
        content: "";
    background-image: url(/wp-content/uploads/2026/04/icon-rijtjeshuis.jpg) !important;
    height: 40px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
        mix-blend-mode: multiply;
}

/* 4. Appartement (Building) */
span[data-name="radio-747"] .wpcf7-list-item:nth-child(4) label::before {
        content: "";
    background-image: url(/wp-content/uploads/2026/04/icon-appartement.jpg) !important;
    height: 40px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    mix-blend-mode: multiply;}

/* --- GROEP ZAKELIJK (radio-748) --- */
/* 1. Loods (Warehouse) */
span[data-name="radio-748"] .wpcf7-list-item:nth-child(1) label::before {
        content: "";
    background-image: url(/wp-content/uploads/2026/04/icon-loods.jpg) !important;
    height: 40px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
        mix-blend-mode: multiply;}

/* 2. Winkelpand (Shop) */
span[data-name="radio-748"] .wpcf7-list-item:nth-child(2) label::before {
        content: "";
    background-image: url(/wp-content/uploads/2026/04/icon-winkel.jpg) !important;
    height: 40px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
        mix-blend-mode: multiply;}

/* 3. Kantoorruimte (Buildings) */
span[data-name="radio-748"] .wpcf7-list-item:nth-child(3) label::before {
        content: "";
    background-image: url(/wp-content/uploads/2026/04/icon-zakelijk.jpg) !important;
    height: 40px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
        mix-blend-mode: multiply;}

/* Hover & Active states voor betere UX */
.wizard .wpcf7-list-item input:checked + .wpcf7-list-item-label::before,
.wizard .wpcf7-list-item label:hover::before {
    color: #45a0a5;
    /* Iets donkerder bij selectie/hover */
}

.wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 500;
    color: #1a202c;
    letter-spacing: -.5px;
    margin: 0 !important;
    line-height: 1;
}

.light .wpcf7 div.wpcf7-response-output,
div.wpcf7-validation-errors {
    color: #2196F3 !important;
    background: #2094f30d;
    border-radius: 6px;
    border: 1px solid #2094f380 !important;
    font-weight: 500;
    padding: 10px 20px
}

.fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning {
    fill: #2196F3
}

.cf7mls_next.action-button img {
    width: 20px !important;
    margin-bottom: 0 !important
}

/*  /OFFERTEFORMULIER  */
.certificates {
    image-rendering: -webkit-optimize-contrast;
    filter: contrast(0) brightness(2);
}

.share-buttons {
    display: flex;
    gap: 12px;
}

.share-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    /* Of 50% voor rond */
    transition: transform 0.2s, background 0.2s;
}

.share-btn svg {
    width: 20px;
    height: 20px;
    fill: #333;
    /* Standaard kleur van het icoon */
    transition: fill 0.2s;
}

/* Hover effecten */
.share-btn:hover {
    transform: translateY(-3px);
}

.share-btn:hover svg {
    fill: #fff;
}

.share-facebook:hover {
    background: #1877F2;
}

.share-x:hover {
    background: #000;
}

.share-whatsapp:hover {
    background: #25D366;
}

.share-linkedin:hover {
    background: #0077B5;
}#ajax-content-wrap .nectar-cta .nectar-button-type span.link_wrap {
    border-radius: 6px !important;
}  
body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a, #slide-out-widget-area.fullscreen-split .off-canvas-menu-container > ul > li > a, body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a {
        font-size: 30px !important;
        line-height: 1.8 !important;
}
#slide-out-widget-area[data-dropdown-func].fullscreen-split .inner-wrap>.inner .off-canvas-menu-container li li a {
    font-size: 22px!important;
    line-height: 36px!important;
}
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:after{border-color:transparent !important;}
#slide-out-widget-area .ocm-dropdown-arrow{opacity:.4;}
#slide-out-widget-area.fullscreen-split .inner-wrap>.inner>.container{left:0!important;}
body #slide-out-widget-area.fullscreen-split .off-canvas-menu-container .current-menu-item > a{color:var(--nectar-accent-color)!important;}
#slide-out-widget-area.fullscreen-split .menu-item-type-custom{margin-top:75px;}

#slide-out-widget-area.fullscreen-split .sub-menu .menu-item a{font-weight:500 !important;}
#slide-out-widget-area.fullscreen-split .sub-menu .sub-menu .menu-item a{font-weight:300 !important;}
#slide-out-widget-area.fullscreen-split .menu-item-9363{
    background: var(--nectar-accent-color);
    border-radius: 6px;
    display: inline-block;
    padding: 1px 25px;
}
  .anim-hover > .vc_column-inner:after{
    content:"";
    display:block;
    position:absolute;
    left:32px;
    bottom:32px;
    color:#5cc0c5;
    font-size:16px;
    font-weight:700;
transition: opacity .25s cubic-bezier(.15, .75, .5, 1) 0s, transform .25s cubic-bezier(.15, .75, .5, 1) 0s;
opacity:0;
}
.anim-hover.with-info > .vc_column-inner:after{
    content:"Meer informatie";
}
.anim-hover:hover > .vc_column-inner:after{
    opacity:1;
}
.anim-hover > .vc_column-inner{
transition: opacity .45s cubic-bezier(.15, .75, .5, 1) 0s, transform .45s cubic-bezier(.15, .75, .5, 1) 0s, box-shadow .32s ease;
}
.anim-hover:hover > .vc_column-inner{
transform: translateY(-4px);
    box-shadow: 0 25px 40px rgb(20 31 54 / 20%);
cursor: url(http://localhost:8888/odink/wp-content/uploads/2026/03/odink-cursor.svg) 16 16, auto;
}
.anim-hover.with-info :hover > .vc_column-inner{
    cursor:initial;
}
.anim-hover > .vc_column-inner img{
    transition: opacity .45s cubic-bezier(.15, .75, .5, 1) 0s, transform .45s cubic-bezier(.15, .75, .5, 1) 0s, box-shadow .32s ease;
}
.anim-hover:hover > .vc_column-inner img{
    transform: scale(1.2) rotate(0deg) !important;
}
.max-width-140{max-width:140% !important;}
body #header-outer .menu-item-9363 > a:before, body #header-outer .menu-item-9363 > a:after{
    height: calc(100% + 25px);
}
#header-outer.scrolled-down .menu-item-9363 > a:before {
    background: #5cc0c5 !important;
}
.megamenu > .sub-menu > li > a {
    font-size: 22px !important;
    font-weight: 700 !important;
}
header#top ul:not(.buttons.sf-menu) .menu-item:not(.menu-item-type-custom).sfHover:after {
    opacity: 1;
}
header#top .menu-item:after, #mobile-menu:after {
content: "";
    position: fixed;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    left: 0;
    background: rgb(3 50 67 / 40%);
    opacity: 0;
    transition: ease 250ms opacity;
}
header#top > div > div > div{z-index:20;}
header#top > div > div > div:first-child{z-index:30;}
.admin-bar header#top .menu-item:after {
    top: 0px;
}
#header-outer #top .sf-menu > li ul{gap:30px}
#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu>li {
    padding: 30px 0;
}
.megamenu .menu-item-has-children > a{height:40px}
#top #logo{z-index:11;position: relative; top: -5px;}
.btn-hero .link_wrap{text-wrap-mode: nowrap;flex-direction: row-reverse;}
.btn-hero .link_wrap .fa{opacity: 0.5;}
#sidebar div ul li{border:0;}
#sidebar div ul li:hover{opacity:0.6;}
.checklist .img-with-aniamtion-wrap {
  flex: 0 0 auto;
}
.checklist .nectar-responsive-text {
  flex: 1 0 calc(100% - 40px); 
  margin-bottom: 15px;
}
.btn-more{margin-right:0!important}
.btn-more .link_wrap{width:100%;display:block;margin:0 auto}
.btn-more .link_text{font-weight:500;font-size:16px;}
    /* Container voor deeltjes - Zorg dat je parent element 'position: relative' en 'overflow: hidden' heeft */
    .hvac-particle-container {
        position: absolute;
        inset: 0;
        opacity: 1;
        pointer-events: none;
        z-index: 1;
        overflow:hidden;
    }

    .hvac-particle {
        position: absolute;
        border-radius: 50%;
    }

    /* --- Koelen / Koude Lucht --- */
    @keyframes hvacColdDrift {
        0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.3; }
        50% { transform: translate(30px, 20px) scale(1.1); opacity: 0.4; }
    }

    @keyframes hvacSnowfall {
        0% { transform: translateY(-10px); opacity: 0; }
        20% { opacity: 0.5; }
        80% { opacity: 0.5; }
        100% { transform: translateY(400px); opacity: 0; }
    }

    .hvac-cold-blob {
        filter: blur(40px);
        animation: hvacColdDrift ease-in-out infinite;
    }

    .hvac-snow-particle {
            filter: blur(1px);
        background: rgb(62 160 244);
        animation: hvacSnowfall linear infinite;
    }

    /* --- Verwarmen / Warme Lucht --- */
    @keyframes hvacHeatRise {
        0% { transform: translateY(0) scale(1); opacity: 0; }
        50% { opacity: 0.2; }
        100% { transform: translateY(-300px) scale(1.4); opacity: 0; }
    }

    @keyframes hvacEmbers {
        0% { transform: translateY(0) translateX(0); opacity: 0; }
        20% { opacity: 0.7; }
        100% { transform: translateY(-400px) translateX(30px); opacity: 0; }
    }

    .hvac-heat-blob {
        filter: blur(50px);
        animation: hvacHeatRise ease-in infinite;
    }

    .hvac-ember-particle {
            filter: blur(1px);
        background: rgba(251, 146, 60, 0.6);
        animation: hvacEmbers ease-out infinite;
    }