body, html {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.4;
    /*overscroll-behavior: none;*/
}

*, *::before, *::after {
    box-sizing: border-box;
}

.container-full{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

p{
   color: #373935;
    font-size: 15px;
    line-height: 23px;
}

.container-full .aligncenter{
    max-width: 1800px !important;
    width: 100% !important;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}


.container{
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
}

.logo-header{

}

.logo-header svg{

}

.header-top{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    margin-bottom: 80px
}

.header-box p{
    font-size: 15px;
    color: #373935;
    line-height: 23px;
}

.header-box h1{
    color: #373935;
    font-size: clamp(1.4rem, 0.8vw + 2.8vw, 3.9rem) !important;
    max-width: 950px;
    line-height: 1.1;
    font-weight: 500;
    text-wrap: balance;
}

h2 {
    font-size: clamp(1.4rem, 0.8vw + 2.4vw, 3.4rem) !important;
    line-height: 1.2;
    font-weight: 500
}

.btn a{
    column-gap: 14px !important;
    border-radius: 40px;
    padding: 7px 6px 7px 30px !important;
    transition: all .5s !important;
}


.btn a svg{
    transition: all .5s !important;
}

.btn a:hover svg{
    transform: rotate(45deg);
}

.btn a .stk--inner-svg{
    border-radius: 50px;
    padding: 17px 17px 17px 15px;
}

.btn-dark-grey a{
    background-color: #373935 !important;
    color: #ffffff;
}

.btn-lite-grey a {
    background: #F5F5F5 !important;
}

.btn-lite-orange a{
    background: #F16728 !important;
}

.btn-dark-grey a .stk--inner-svg {
    background-color: #ffffff !important;
}

.btn-lite-grey a .stk--inner-svg{
    background-color: #ffffff !important;
}

.btn-lite-orange a .stk--inner-svg{
    background-color: #ffffff !important;
}

.btn-lite-grey span{
    color: #373935 !important;
}

.btn a .stk--inner-svg svg{
    width: 12px;
    height: 12px;
}

.btn-lite-grey a .stk--inner-svg svg path{
    fill: #F16728;
}

.btn a:hover {
    background: #F16728 !important;
    color: #ffffff !important;
}

.btn a:hover span{
    color: #ffffff !important;
}

.header-box h1 {
    position: relative;
    z-index: 1; /* щоб текст був поверх */
}

.header-box h1::before {
    content: "";
    position: absolute;
    top: 24%;
    left: 5%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background-image: url("/wp-content/uploads/2025/10/bg-tittle-h.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 1;
}

.carousel-box{
    --slides-to-show: 3;
}

@media (min-width: 1400px){
    .carousel-box{
        --slides-to-show: 4;
    }
}

.carousel-box__item:hover p{
    opacity: 0;
}

.over-ons{

}

.over-ons-col{
    transition: all .6s !important;
    flex: 1 !important;
    cursor: pointer;
}

.over-ons-col__img{
    background-color: hsl(0deg 0% 0% / 28%) !important;
    background-blend-mode: color;
    padding: 7% 7% !important;
    height: 680px;
}

.over-ons-col:hover .over-ons-col__img{
    background-color: hsl(0deg 0% 0% / 23%) !important;
}

.over-ons-col__img > div{
    height: 100%;
}

.over-ons-col__top{
    margin-bottom: 8vw !important;
    transition: all .6s !important;
}

.over-ons-col__top p{
    border: 1px solid #ffffff;
    padding: 8px 19px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    transition: all .5s !important;
}

.over-ons-col__tittle{
    margin-bottom: 5px !important;
}

.over-ons-col__tittle h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    transition: all .6s !important;
}

.over-ons-col--active .over-ons-col__tittle h3 {
    font-size: 30px;
    transition: all .6s !important;
    line-height: 1.2;
}

.over-ons-col__desc {
    padding: 10px 0;
    margin-bottom: 15px !important;
    transition: all .6s !important;
}

.over-ons-col__desc p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    line-height: 23px;
    transition: all .6s !important;
    min-width: 40vw;
    display: none;
    text-wrap: balance;
}

.over-ons-col--active .over-ons-col__desc p{
    display: flex;
}

.over-ons-col--active{
    flex: 2 !important;
}

.over-ons-col__top .stk--block-horizontal-flex{
    flex-wrap: nowrap !important;
    transition: all .6s !important;
}

.over-ons-col--active .over-ons-col__top .stk--block-horizontal-flex{
    flex-wrap: wrap !important;
    transition: all .6s !important;
}

.over-ons-col .over-ons-col__top .stk--block-horizontal-flex > div {
    min-width: fit-content;
    visibility: hidden;
    transition: all .6s !important;
    opacity: 0;
}

.over-ons-col--active .over-ons-col__top .stk--block-horizontal-flex > div {
    min-width: auto;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.6s ease, transform 0.7s ease !important;
    transition-delay: 0.3s !important;
}

.over-ons-col__btn{
    transition: all 1s !important;
    transform: translateY(250px);
    margin-top: -100px !important;
}

.over-ons-col--active .over-ons-col__btn{
    transform: translateY(0);
    margin-top: 0 !important;
}

.projecten-col{

}

.projecten-col__item {
    position: relative;
    transition: all .6s !important;
    background-color: hsl(0deg 0% 0% / 10%);
    background-blend-mode: color;
}

.projecten-col__item::before {
    content: "";
    position: absolute;
    top: 40px;
    right: 40px;
    left: auto;
    width: 52px;
    height: 51px;
    background-image: url("data:image/svg+xml;utf8,<svg width='52' height='51' viewBox='0 0 52 51' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='0.5625' y='51' width='51' height='51' rx='25.5' transform='rotate(-90 0.5625 51)' fill='%23373935'/><path d='M20.6199 31.3709L19.1914 29.9424L27.7624 21.3714L19.9056 21.3714L19.9056 19.3429L31.2194 19.3429L31.2194 30.6566L29.1909 30.6566L29.1909 22.7999L20.6199 31.3709Z' fill='white'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    display: block;
    transition: all .4s !important;
    border-radius: 50px;
}

.projecten-col__item:hover::before {
    background-color: rgba(255, 173, 136, 0.76);
    background-blend-mode: overlay;
    border-radius: 50px;
    transition: all .4s !important;
    transform: rotate(45deg);
}

.projecten-col__item:hover{
    background-color: hsl(0deg 0% 0% / 0%);
    background-blend-mode: color;
    transition: all .6s !important;

}

.onze-box{

}

.onze-box__col{
    border: 1px solid #ccc !important;
    border-radius: 20px;
    overflow: hidden;
}

.onze-box__col-img{
    position: relative;
}

.onze-box__col > .stk-column-wrapper::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    width: 43px;
    height: 43px;
    background-image: url("data:image/svg+xml;utf8,<svg width='52' height='51' viewBox='0 0 52 51' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='0.5625' y='51' width='51' height='51' rx='25.5' transform='rotate(-90 0.5625 51)' fill='%23373935'/><path d='M20.6199 31.3709L19.1914 29.9424L27.7624 21.3714L19.9056 21.3714L19.9056 19.3429L31.2194 19.3429L31.2194 30.6566L29.1909 30.6566L29.1909 22.7999L20.6199 31.3709Z' fill='white'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    display: block;
    transition: all .5s !important;
    border-radius: 50px;
}

.onze-box__col:hover > .stk-column-wrapper::before{
    width: 31px;
    height: 31px;
    background-color: #f16728;
    background-blend-mode: lighten;
}

.onze-box__col-title{
    padding: 4vw 9% 1.5vw 9%;
}

.onze-box__col-title p{
    font-size: 19px;
    transform: 420ms ease;
}

.onze-box__col:hover .onze-box__col-title p{
    color: #ffffff;
}

.onze-box__col-text{
    padding: 1% 9% 10% 9%;
    transition: all 0.7s !important;
    transform: translateY(230px);
    margin-top: -70px !important;
    opacity: 0;
}

.onze-box__col:hover .onze-box__col-text{
    transform: translateY(0px);
    margin-top: 0 !important;
    transition: all .7s !important;
    opacity: 1;
}

.onze-box__col-text p{
    font-size: 13px;
    line-height: 1.3;
    color: #ffffff;
    transform: 420ms ease;
    height: 40px;
}

.onze-box__col:hover .onze-box__col-text p{
    height: auto;
}

.onze-box__col-img{
    margin-bottom: 0 !important;
}

.onze-box__col-img figure{
    clip-path: inset(25% 15% 30% 15% round 18px);
    transition: 620ms ease, opacity 420ms ease !important;
}

.onze-box__col:hover .onze-box__col-img figure{
    clip-path: inset(0% 0% 0% 0% round 18px);
}

.onze-box__col .onze-box__col-img figure img{
    transition: all .7s !important;
}

.onze-box__col .onze-box__col-img figure::after{
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0));
    transition: all .7s !important;
}

.onze-box__col:hover .onze-box__col-img figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
    pointer-events: none; /* щоб градієнт не блокував hover */
    transition: all .7s !important;
}

.onze-box__col:hover .onze-box__col-img figure img{
    transition: all .7s !important;
    scale: 1.06;
}

.onze-box > div {
    flex-wrap: wrap;
}

.onze-box > div > div {
    flex: 1 0 23% !important;
}

.onze-box > div > div:nth-of-type(5){
    flex: 1 0 23% !important;
}

.onze-box > div > div:nth-of-type(6){
    flex: 1 0 23% !important;
}

.onze-box > div > div:nth-of-type(7){
    flex: 1 0 48% !important;
}

.onze-box > div > div:nth-of-type(7) .stk-column-wrapper::before{
    opacity: 0;
}

.project-grid{

}

.ymc-smart-filter-container{
    max-width: 1800px;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.projecten-article {
    padding: 0 !important;
    border-radius: 30px;
    overflow: hidden;
    min-height: 450px;
    border: none !important;

    opacity: 0;
    transform: translateY(20px);

    animation: fadeInUp 0.6s ease 0.2s forwards; /* duration 0.6s, delay 0.5s */
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.projecten-article::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    width: 43px;
    height: 43px;
    background-image: url("data:image/svg+xml;utf8,<svg width='52' height='51' viewBox='0 0 52 51' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='0.5625' y='51' width='51' height='51' rx='25.5' transform='rotate(-90 0.5625 51)' fill='%23373935'/><path d='M20.6199 31.3709L19.1914 29.9424L27.7624 21.3714L19.9056 21.3714L19.9056 19.3429L31.2194 19.3429L31.2194 30.6566L29.1909 30.6566L29.1909 22.7999L20.6199 31.3709Z' fill='white'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    display: block;
    transition: all .5s !important;
    border-radius: 50px;
    transform: rotate(0deg);
}

.projecten-article:hover::before{
    background-color: #f16728;
    background-blend-mode: lighten;
    transition: all .5s !important;
    transform: rotate(45deg);
}

.projecten-article a{
    cursor: pointer;
    text-decoration: none;
}

.project-header-box{
    position: absolute;
    bottom: 30px;
    left: 30px;
    height: 390px;
    max-width: 370px;
    min-width: 320px;
    align-content: end;
    border-radius: 25px;
    border: 15px solid #fff;
}

.project-header-box > div {
    background-color: #ffffff;
}

.project-header-box__title{
    padding: 15px 20px 0 20px;
    color: #000000 !important;
    font-size: 18px;
}

.project-header-box__locatie{
    padding: 5px 20px 10px 20px;
    color: #373935 !important;
    font-size: 13px;
    text-transform: uppercase;
}

.projecten-article .media {
    margin: 0 0 0 0 !important;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    max-height: 450px;
}

.projecten-article .media img{
    object-fit: cover;
    height: 100% !important;
    min-height: 450px;
    transition: 1s !important;
    filter: brightness(0.9);
}

.projecten-article:hover .media img{
    transform: scale(1.02) !important;
    filter: brightness(1);
}

.pagination-load-more .btn-load {
    background-color: #373935 !important;
    transition: all .5s !important;
    padding: 17px 40px !important;
    border-radius: 40px;
    border: none !important;
    display: block;
    width: max-content;
    align-items: center;
    text-align: center;
    margin: 50px auto 0 auto;
}

.pagination-load-more .btn-load:hover{
    background-color: #d5551a !important;
}

.cookie-box{

}

.cookie-box h2{
    font-size: 25px !important;
    padding: 20px 0 0 0 !important;
}

@media (max-width: 1350px){
    .onze-box__col-title p {
        font-size: 18px;
    }

    .onze-box__col-title {
        padding: 4vw 8% 15px 8%;
    }

    .onze-box__col-text {
        padding: 1vw 8% 10% 8%;
    }

    .onze-box > div > div {
        flex: 1 0 30% !important;
    }

    .onze-box > div > div:nth-of-type(5) {
        flex: 1 0 30% !important;
    }

    .onze-box > div > div:nth-of-type(6){
        flex: 1 0 30% !important;
    }

    .onze-box > div > div:nth-of-type(7){
        flex: 1 0 100% !important;
    }

    .onze-box__col-text{
        margin-top: -70px !important;
    }


}

@media (max-width: 1100px) {
    .carousel-box {
        --slides-to-show: 2;
    }

    .over-ons-col__img {
        padding: 3% 3% !important;
        height: 570px;
    }

    .over-ons-col__tittle h3 {
        font-size: 16px;
        line-height: 1.3;
    }

    .over-ons-col--active .over-ons-col__tittle h3 {
        font-size: 23px;
    }

    .over-ons-col__desc p {
        font-size: 14px;
        line-height: 21px;
        min-width: 40vw;
    }

    .btn a{
        padding: 5px 6px 5px 20px !important;
        line-height: 1.1;
    }

    .over-ons-col__top p {
        padding: 8px 10px;
        font-size: 12px;
        line-height: 1.1;
    }

    .over-ons-col--active .over-ons-col__top .stk--block-horizontal-flex > div {
        margin-bottom: 0 !important;
        padding-bottom: 4px !important;
    }

    .onze-box > div > div {
        flex: 1 0 40% !important;
    }

    .onze-box > div > div:nth-of-type(5) {
        flex: 1 0 40% !important;
    }

    .onze-box > div > div:nth-of-type(6){
        flex: 1 0 40% !important;
    }

    .onze-box > div > div:nth-of-type(7){
        flex: 1 0 100% !important;
    }

    .onze-box__col-text{
        margin-top: -70px !important;
    }

    .onze-box__col-title {
        padding: 4vw 8% 10px 8%;
    }

    .project-header-box__title {
        padding: 15px 10px 0 10px;
        font-size: 16px;
        line-height: 1.3;
    }

    .project-header-box__locatie {
        padding: 5px 10px 5px 10px;
    }

    .project-header-box {
        bottom: 20px;
        left: 20px;
        height: 280px;
        max-width: 310px;
        min-width: 310px;
        border: 10px solid #fff;
    }

    .projecten-article{
        min-height: 400px;
    }

    .projecten-article .media {
        max-height: 400px;
    }

    .projecten-article .media img {
        min-height: 400px;
    }

}

@media (max-width: 768px){
    .logo-header svg{
        max-width: 180px;
    }

    .header-box h1::before {
        top: 0;
        left: 5%;
        width: 70px;
        height: 70px;
        z-index: -1;
        opacity: 0.7;
    }

    .header-top {
        padding: 20px 30px;
        margin-bottom: 20px;
    }

    .header-box p {
        font-size: 14px;
    }

    .btn a {
        font-size: 14px;
    }

    .header-box h1 {
        font-size: clamp(1.6rem, 0.8vw + 2.8vw, 3.9rem) !important;
    }

    p {
        line-height: 24px;
    }

    .carousel-box {
        --slides-to-show: 1.1;
    }

    .over-ons > div {
        flex-direction: column;
    }

    .over-ons-col__img {
        padding: 8% 6% !important;
        height: 540px;
    }

    .over-ons-col .over-ons-col__top .stk--block-horizontal-flex > div {
        min-width: fit-content;
        visibility: visible;
        opacity: 1 !important;
    }

    .over-ons-col__top .stk--block-horizontal-flex {
        flex-wrap: wrap !important;
    }

    .over-ons-col .over-ons-col__tittle h3 {
        font-size: 23px !important;
    }

    .over-ons-col__desc p {
        display: flex;
    }

    .over-ons-col__btn {
        transition: all 1s !important;
        transform: translateY(0px);
        margin-top: 0 !important;
    }

    .over-ons-col .over-ons-col__top .stk--block-horizontal-flex > div {
        margin-bottom: 0 !important;
        padding-bottom: 4px !important;
    }

    .projecten-col__item::before {
        top: 50px;
        right: 50px;
        width: 40px;
        height: 40px;
    }

    .onze-box > div > div {
        flex: 1 0 100% !important;
    }

    .onze-box > div > div:nth-of-type(5) {
        flex: 1 0 100% !important;
    }
    
    .onze-box > div > div:nth-of-type(6) {
        flex: 1 0 100% !important;
    }

    .project-header-box {
        bottom: 4%;
        left: 4%;
        height: 280px;
        max-width: 92%;
        width: 100%;
        min-width: 73vw;
        border: 10px solid #fff;
    }

    .project-header-box__locatie {
        padding: 6px 6px 6px 6px;
        font-size: 11px;
    }

    .project-header-box__title {
        padding: 16px 6px 6px 6px;
        font-size: 14px;
        line-height: 1.3;
    }

    .projecten-article .media img,
    .projecten-article .media,
    .projecten-article{
        min-height: 380px;
    }

    .projecten-article::before {
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
    }

    .projecten-article .media {
        max-height: 380px;
    }

    .onze-box-over .onze-box__col-title p{
        margin-bottom: -20px !important;
    }

    .onze-box-over .onze-box__col:hover .onze-box__col-title p{
        margin-bottom: 0 !important;
    }
}
