:root {
    --dark-grey: #3A3D3F;
    --black: #000000;
    --orange: #F37233;
}

body {
    font-family: 'PP Neue Montreal', sans-serif;
    font-style: normal;
    overscroll-behavior: none;
}



*, *::before, *::after {
    box-sizing: border-box;
}

.container-full{
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container{
    max-width: 1640px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}


/*--------- blog niews ---------*/
.stk-9a6989b,
.stk-784de46{
    display: none;
}
/*--------- END blog niews ---------*/

.stk-block-icon-list-item__text strong{
    font-weight: 500;
}

.header .header__inner{
    display: flex;
    gap: 2vw;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.header .menu{
    display: flex;
    gap: 30px;
}

.header .menu li{
    list-style-type: square;
}

.header .menu li:nth-of-type(1){
    list-style-type: none;
}
.header .menu li::marker {
    color: #D9D9D9;
}

.header .menu li::marker {
    color: #D9D9D9;
}

.header .sub-menu li::marker {
    color: transparent !important;
}

.header .menu li a{
    color: var(--black);
    leading-trim: both;
    text-edge: cap;
    font-family: 'PP Neue Montreal', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    transition: all .4s !important;
}

.header .menu li a:hover{
    color: var(--orange);
}

.btn{
    display: flex;
    padding: 14px 20px 14px 28px;
    transition: all .4s !important;
    text-decoration: none;
    align-items: center;
    gap: 20px;
}

.menu-box{
    flex-grow: 1;
    justify-items: end;
}

.btn-black{
    background-color: var(--black);
    color: #ffffff;
}

.btn-black span{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-black svg{
    fill: #ffffff;
    background-color: var(--orange);
    transition: all .4s !important;
    padding: 2px;
}

.btn-black:hover{
    background-color: var(--orange);
}

.btn-black:hover svg{
    background-color: var(--dark-grey);
}

.switch-toggle{
    display:inline-flex;
    align-items:center;
    gap:5px;
    font-family:sans-serif;
    font-size:12px;
}

.switch-toggle input{
    display:none;
}

.label-left,
.label-right{
    cursor:pointer;
    color:#777;
}

/* active text */
#prive:checked ~ .label-left{
    color:#000;
    font-weight:600;
}

#zakelijk:checked ~ .label-right{
    color:#000;
    font-weight:600;
}

.stk-15a0c66-container,
.stk-3ec7056-container{
    margin: 0 !important;
}

/* toggle background */
.toggle{
    width:44px;
    height:22px;
    background:#3a3a3a;
    border-radius:12px;
    position:relative;
}

.stk-0b5f0e7-column {
    animation: fadeIn 1.3s ease 0.01s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* indicator */
.indicator{
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background: var(--orange);
    border-radius: 8px;
    transition: 0.25s;
}

/* move indicator */
#zakelijk:checked ~ .toggle .indicator{
    transform:translateX(22px);
}

.label-gradinet-light-orange p{
    background: linear-gradient(90deg, #FFF 0%, #F37233 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: fit-content;
}

.label-gradinet-dark-orange p{
    background: linear-gradient(90deg, #000000 0%, #F37233 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: fit-content;
}

.cta-button a{
    display: inline-flex !important;
    align-items: center;
    gap: 30px;
    padding: 17px 40px 17px 30px;
    background:  var(--orange);
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 95% 100%, 0 100%);
    transition: all .2s !important;
}

.cta-button a .stk--svg-wrapper{
    background-color: #D96932;
    fill: #ffffff;
    transition: all .4s !important;
}

.footer-bottom-link-tbg{
    color: #939393;
    transition: all .4s !important;
}

.footer-bottom-link-tbg:hover{
    color: #ffffff;
}

.cta-button-blur a{
    clip-path: polygon(7% 0, 100% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding: 17px 23px 17px 40px;
    fill: rgba(170, 170, 170, 0.19);
    backdrop-filter: blur(5px);
    background:#AAAAAA30;
}

/*.bg-left-top-bottom-rigth-lg {*/
/*    clip-path: polygon(0% 15%, 5% 0%, 100% 0%, 100% 85%, 95% 100%, 100% 100%, 0% 100%);*/
/*}*/

.bg-left-top-bottom-rigth-lg{
    position: relative;
    overflow: hidden;
}

.bg-left-top-bottom-rigth-lg{
    position: relative;
    background-blend-mode: hue;
    background-color: hsl(0deg 0% 7.45% / 40%) !important;
}

/* верхній лівий зріз */
.bg-left-top-bottom-rigth-lg::before{
    content:"";
    position:absolute;
    top: -1px;
    left: -1px;
    width:120px;
    height:120px;
    clip-path:polygon(0 0,100% 0,0 100%);
    z-index:5;
    background-color: #fff !important;
    opacity: 1 !important;
}

/* нижній правий зріз */
.bg-left-top-bottom-rigth-lg::after{
    content:"";
    position:absolute;
    bottom: -1px;
    right: -1px;
    width:120px;
    height:120px;
    background-color: #fff !important;
    opacity: 1 !important;
    clip-path:polygon(100% 100%,0 100%,100% 0);
    z-index:5;
}

.bg-left-top-md{
    background-blend-mode: color;
    background-color: hsl(0deg 0% 0% / 30%) !important;
}

.bg-left-top-md::before{
    content:"";
    position:absolute;
    top:-1px;
    left:-1px;
    width:80px;
    height:80px;
    clip-path:polygon(0 0,100% 0,0 100%);
    z-index:5;
    background-color: #fff !important;
    opacity: 1 !important;
}

.service-box{
    position: relative;
}

.service-box::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12,5V17.25L17.25,12L18,12.66L11.5,19.16L5,12.66L5.75,12L11,17.25V5H12Z' /%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px; /* відступ від тексту, якщо потрібно */
    right: 0;
    position: absolute;
    transform: rotate(314deg);
    filter: invert(1);
    transition: all .4s !important;
}

.service-box-link:hover .service-box::before{
    transform: rotate(360deg);
}

.service-box-link{
    transition: all .4s !important;
}

.service-box-link:hover{
    filter: brightness(1.05);
    box-shadow: 0 5px 35px hsl(0deg 0% 0% / 30%);
    transform: translateY(-3px);
}

.tab-totaalaanbod .wp-block-stackable-tab-labels .stk-block-tabs__tab .stk--svg-wrapper{
    background-color: #ccc;
    padding: 4px;
    transition: all .4s;
}

.tab-totaalaanbod .wp-block-stackable-tab-labels .stk-block-tabs__tab--active .stk--svg-wrapper{
    background-color: var(--orange);
}

.element-bg-left-bottom::before{
    content: "";
    right: 0;
    width: 70px;
    height: 70px;
    background-color: #fff !important;
    opacity: 1 !important;
    clip-path: polygon(100% 101%, 0 101%, 0% 0);
    z-index: 5;
    position: absolute;
    bottom: 0;
    top: inherit;
}

.element-bg-right-top{
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.element-bg-right-top.stk-block::after {
    content: "" !important;
    position: absolute;
    right: 0;
    bottom: inherit;
    width: 70px;
    height: 70px;
    background-color: #fff;
    clip-path: polygon(100% 100%, 0% 0%, 100% 0);
    z-index: 5;
    top: 0;
}

.over-ons-colum{
    transition: all .9s !important;
    box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.2);
    outline: 1px solid transparent;
    overflow: hidden;
}

.over-ons-colum > div > div,
.over-ons-colum > div > div > div,
.over-ons-colum > div > div > div > div{
    height: 100%;
}

.over-ons-colum:hover{
    box-shadow: 3px 4px 40px rgba(0, 0, 0, 0.2);
    transition: all .9s !important;
    outline: 1px solid var(--orange);
}

.over-ons-colum .stk--has-background-overlay{
    transition: all .9s !important;
}

.over-ons-colum .stk--has-background-overlay{
    scale: 1.01;
}

.over-ons-colum:hover .stk--has-background-overlay{
    scale: 1.03;
}

.btn-gray a{
    background: #3A3D3F !important;
    display: inline-flex;
    align-items: center !important;
    transition: all .4s !important;
    column-gap: 20px !important;
}

.btn-md a{
    padding: 14px 14px 14px 25px !important;
    font-size: 15px;
}

.btn-lg a{
    padding: 17px 17px 17px 30px !important;
    font-size: 17px;
}

.btn-gray a .stk--inner-svg{
    transition: all .4s !important;
    background: var(--orange);
    padding: 4px;
}

.btn-orange a{
    background: var(--orange) !important;
    display: inline-flex;
    align-items: center !important;
    transition: all .4s !important;
    column-gap: 20px !important;
}

.btn-orange a .stk--inner-svg{
    transition: all .4s !important;
    background: var(--dark-grey);
    padding: 4px;
}

.ervaren-box{

}

.ervaren-box > div{
    column-gap: 20px !important;
}

.ervaren-box__col ,
.ervaren-box__col *{

}

.ervaren-box__col{
    background-color: #ffffff;
    box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
    padding: 4px 4px 60px 4px;
    flex: 0.9 !important;
    max-height: 68vh;
    transition: all 0s !important;
    cursor: pointer;
    outline: 1px solid #ffffff;
}

.ervaren-box__col:hover{
    background-color: #ffffff;
    transition: all .5s !important;
    outline: 1px solid var(--orange);
}

.ervaren-box__col-active:hover{
    outline: 1px solid #ffffff;
}

.ervaren-box__col > div > div {
    height: 100%;
}

.ervaren-box__col-active{
    /* BiG_LGshadow */
    box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.20);
    flex: 2 !important;
    max-height: fit-content;
}

.ervaren-box__col h3{
    font-size: 22px;
    font-weight: 600;
    padding: 0 10%;
    transition: all 0s !important;
}

.ervaren-box__col-icon{
    padding: 0 10%;
    transition: all 0s !important;
}

.ervaren-box__col-num p{
    color: #D9D9D9;
    font-size: 70px;
    padding: 10%;
    opacity: 1;
    transition: all 0s !important;
}

.ervaren-box__col-active .ervaren-box__col-num p{
    opacity: 0;
}

.ervaren-box__col-num{
    flex-grow: 1;
}

.ervaren-box__col-active .ervaren-box__col-num{
    position: absolute;
}


.ervaren-box__col-active .ervaren-box__col-icon{
    padding: 30px 14% 0 14%;
}

.ervaren-box__col-text{
    opacity: 0;
    font-size: 20px;
    padding: 0 14%;
    min-width: 350px;
    height: 0;
}

.ervaren-box__col-active .ervaren-box__col-text{
    opacity: 1;
    padding: 0 14% 0 14%;
    height: auto;
}

.ervaren-box__col-text p{
    transform: translateY(50px);
    transition: all 0.3s !important;
}

.ervaren-box__col-active .ervaren-box__col-text p{
    font-size: 20px;
    line-height: 30px;
    transform: translateY(0px) !important;
}

.ervaren-box__col-active h3{
    background: linear-gradient(90deg, #000000 0%, #F37233 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: fit-content;
    font-size: 34px;
    padding: 20px 14% 20px 14%;
}

.ervaren-box__col-img{
    transform: translateY(-350px) !important;
    visibility: hidden !important;
    height: 0;
    opacity: 0;
}

.ervaren-box__col-active .ervaren-box__col-img{
    transform: translateY(0px) !important;
    visibility: visible !important;
    height: auto;
    opacity: 1;
    transition: all 0.3s !important;
}

.ervaren-box__col .ervaren-box__col-img figure{
    overflow: hidden;
    height: 0;
    transition: all 0.3s;
}

.ervaren-box__col-active .ervaren-box__col-img figure{
    height: 100%;
}

.ervaren-box__col-active .ervaren-box__col-img figure img{
    aspect-ratio: 1.9 / 1;
}

.block-carousel-commennts figure span::before{
    content: "";
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #fff !important;
    opacity: 1 !important;
    clip-path: polygon(100% 101%, 0 101%, 0% 0);
    z-index: 5;
    position: absolute;
    bottom: -1px;
    top: inherit;
    left: -1px;
}

.blog-box .stk-block-posts__items{

}

.blog-box .stk-block-posts__items .stk-block-posts__item > div {
    margin: 0;
}

.blog-box .stk-block-posts__items .stk-block-posts__item{
    box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.07);
    transition: all .4s;
}


.blog-box .stk-block-posts__items .stk-block-posts__item:hover{
    box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.13);
}


.blog-box .stk-block-posts__items .stk-block-posts__item article{

}

.blog-box .stk-block-posts__items .stk-block-posts__item article h3{
    padding: 1% 7% 1% 7%;
}

.blog-box .stk-block-posts__items .stk-block-posts__item article .stk-block-posts__excerpt{
    padding: 1% 7% 1% 7%;
}

.blog-box .stk-block-posts__items .stk-block-posts__item article .stk-block-posts__meta{
    padding: 1% 7% 5% 7%;
}

.blog-box .stk-block-posts__items .stk-block-posts__item img{
    transition: all .4s;
}

.blog-box .stk-block-posts__items .stk-block-posts__item:hover img{
    scale: 1.05;
}

.carousels-box-left_bottom-right-top .stk-block-carousel__slider{

}

.carousels-box-left_bottom-right-top .stk-block-carousel__slider::before{
    content: "";
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #fff !important;
    opacity: 1 !important;
    clip-path: polygon(100% 101%, 0 101%, 0% 0);
    z-index: 33;
    position: absolute;
    bottom: -1px;
    top: inherit;
    left: -1px;
}

.carousels-box-left_bottom-right-top .stk-block-carousel__slider::after{
    content: "";
    right: -1px;
    width: 60px;
    height: 60px;
    background-color: #fff !important;
    opacity: 1 !important;
    clip-path: polygon(100% 101%, 0 101%, 0% 0);
    z-index: 33;
    position: absolute;
    bottom: inherit;
    top: -1px;
    left: inherit;
    transform: rotate(180deg);
}

.oplossingen-box__col{
    background-color: #fff;
    min-height: 340px;
}

.oplossingen-box__col *{
    transition: all .7s !important;
}

.oplossingen-box__col--img{
    margin-bottom: 0 !important;
    min-height: 340px;
}

.oplossingen-box__col--img figure{
    clip-path: polygon(100% 60%, 50% 0%, 100% 0);
    transition: 820ms ease, opacity 720ms ease !important;
}

.oplossingen-box-hvac .oplossingen-box__col .oplossingen-box__col--img figure{
    clip-path: polygon(110% 0%, 100% 70%, 40% 0, 60% 0, 90% 0);
    opacity: 1;
}


.oplossingen-box-hvac .oplossingen-box__col:hover .oplossingen-box__col--img figure{
    clip-path: polygon(100% 0%, 100% 322%, -100% 0, 110% 0, 140% 0);
    opacity: 1;
}


.oplossingen-box__col:hover .oplossingen-box__col--img figure{
    clip-path: polygon(100% 250%, -150% 0%, 100% 0%);
    transition: 820ms ease, opacity 720ms ease !important;
}

.oplossingen-box__col .oplossingen-box__col--img figure img{
    scale: 1;
    aspect-ratio: 1 / 1.2;
    max-height: 400px;
}

.oplossingen-box__col:hover .oplossingen-box__col--img figure img{
    scale: 1.02;
}

.oplossingen-box__col--info{
    position: absolute;
    top: 0;
    padding: 10%;
    height: 100%;
    min-height: 340px;
}

.oplossingen-box__col--info > div{
    height: 100%;
}

.oplossingen-box__col--info > div > div > div > div{
    height: 100%;
}

.oplossingen-box__col--info-icon{
    flex-grow: 1;
}

.oplossingen-box__col--info-title h3{
    color: #000;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 130.435% */
}

.oplossingen-box-hvac .oplossingen-box__col .oplossingen-box__col--info-title h3{
    background: linear-gradient(90deg, #000000 0%, #F37233 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: fit-content;
    transition: all .7s !important;
}

.oplossingen-box-hvac .oplossingen-box__col:hover .oplossingen-box__col--info-title h3{
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: fit-content;
    color: #ffffff;
}

.oplossingen-box-hvac .oplossingen-box__col--info-text p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
}

.oplossingen-box-hvac .oplossingen-box__col::before {
    content: "" !important;
    right: inherit;
    width: 50px;
    height: 50px;
    background-color: #f8f8f8 !important;
    opacity: 1 !important;
    clip-path: polygon(100% 101%, 0 101%, 0% 0);
    z-index: 33;
    position: absolute;
    bottom: -1px;
    top: inherit;
    left: -1px;
}

.oplossingen-box-hvac .oplossingen-box__col::after {
    content: "" !important;
    right: -1px;
    width: 50px;
    height: 50px;
    background-color: #f8f8f8 !important;
    opacity: 1 !important;
    clip-path: polygon(100% 101%, 0 101%, 0% 0);
    z-index: 33;
    position: absolute;
    bottom: -1px;
    top: -1px;
    left: inherit;
    transform: rotate(180deg);
}

.oplossingen-box__col--info-text p{
    color: #4B4B4B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    letter-spacing: 0.36px;
}

.oplossingen-box__col:hover .oplossingen-box__col--info-title h3,
.oplossingen-box__col:hover .oplossingen-box__col--info-text p{
    color: #ffffff;
}

.oplossingen-box__col:hover .oplossingen-box__col--info-icon{
    filter: brightness(0) invert(1);
}


.onze-expertise__item{
    background: #F5F5F5;
    transition: all .4s !important;
}

.onze-expertise__item:hover{
    background: #ffffff;
}

.onze-expertise__item .onze-expertise__item-img img{
    scale: 1;
    transition: all .4s !important;
}

.onze-expertise__item:hover  .onze-expertise__item-img img{
    scale: 1.05;
}

.onze-expertise__item > div {
    border: 1px solid #E8E8E8;
}

.onze-expertise__item-img{

}

.onze-expertise__item-img::after {
    content: "" !important;
    position: absolute;
    right: -2px;
    bottom: inherit;
    width: 40px;
    height: 40px;
    background-color: #fff;
    clip-path: polygon(100% 100%, 0% 0%, 100% 0);
    z-index: 5;
    top: -2px;
}

.onze-expertise__item-icon,
.onze-expertise__item-title,
.onze-expertise__item-text{
    margin-left: 40px;
    padding-right: 40px;
}

.onze-expertise__item-icon{
    margin-top: -60px !important;
}

.onze-expertise__item-title h3{
    background: linear-gradient(90deg, #000000 0%, #F37233 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: fit-content;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.onze-expertise__item-text p{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    padding-bottom: 50px;
}


/*============= waarom-col =================*/
.waarom-col-__item{

}

.waarom-col-__item-num{
    position: absolute;
    z-index: 2;
    padding: 8%;
}

.waarom-col-__item-num p{
    color: #ffffff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.waarom-col-__item-img{
    margin-bottom: 35px !important;
}

.waarom-col-__item-img img{
    transition: all .8s !important;
    scale: 1;
}

.waarom-col-__item-img::after {
    content: "" !important;
    position: absolute;
    right: -1px;
    bottom: inherit;
    width: 40px;
    height: 40px;
    background-color: #fff;
    clip-path: polygon(100% 100%, 0% 0%, 100% 0);
    z-index: 5;
    top: -1px;
}

.waarom-col-__item:hover .waarom-col-__item-img img{
    scale: 1.1;
    transition: all .8s !important;
}

.waarom-col-__item-title{
    margin-bottom: 20px !important;
}

.waarom-col-__item-title h3{
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    background: linear-gradient(90deg, #000000 0%, #F37233 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: fit-content;
    transition: all .6s !important;
}


.waarom-col-__item-text{

}

.waarom-col-__item-text p{
    font-size: 16px;
    line-height: 25px;
}

.register-company{
    padding-top: 0;
    padding-bottom: 30px;
}

/*=============== END waarom-col =================*/

.stk-video-background{
    filter: brightness(0.9) contrast(1);
}

/*=============== Waarom-cevek__col =================*/

.waarom-cevek__col-box{

}

.waarom-cevek__col{
    overflow: hidden;
}

.waarom-cevek__col-icon{
    position: absolute;
    z-index: 2;
    padding: 6%;
}

.waarom-cevek__col-icon svg{
    max-width: 50px;
}

.waarom-cevek__col-img{
    margin: auto !important;
}

.waarom-cevek__col-img::after {
    content: "" !important;
    position: absolute;
    right: -1px;
    bottom: inherit;
    width: 40px;
    height: 40px;
    background-color: #fff;
    clip-path: polygon(100% 100%, 0% 0%, 100% 0);
    z-index: 5;
    top: -1px;
}

.waarom-cevek__col-img img{
    filter: brightness(0.9);
    transition: all .5s !important;
    scale: 1;
}

.waarom-cevek__col:hover .waarom-cevek__col-img img{
    filter: brightness(0.4);
    scale: 1.02;
}

.waarom-cevek__col-title{
    position: absolute;
    bottom: 0;
    padding: 0 6%;
    transform: translateY(-10px);
    transition: all .5s !important;
}

.waarom-cevek__col-title h3{
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 136.364% */
}

.waarom-cevek__col-text{
    position: absolute;
    bottom: 0;
    padding:0 6%;
    transform: translateY(100px);
    transition: all .5s !important;
}

.waarom-cevek__col-text p{
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 173.333% */
}

.waarom-cevek__col:hover .waarom-cevek__col-title{
    transform: translateY(-90px);
}

@media only screen and (max-width: 1500px) {
    .waarom-cevek__col:hover .waarom-cevek__col-title{
        transform: translateY(-105px);
    }
}

.waarom-cevek__col:hover .waarom-cevek__col-text{
    transform: translateY(-30px);
}

/*=============== END waarom-cevek__col =================*/

.stk-block.stk-ef6d2f3 p strong{
    font-weight: 600;
}

.onze-missie-col__title{

}

.onze-missie-col__title h2{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    background: linear-gradient(90deg, #000000 0%, #F37233 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: fit-content;
}

.onze-missie-col__text{

}

.onze-missie-col__text p{
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.team-col > div > div > div > div {
    height: 100%;
    min-height: 430px;
}

.team-colum{
    padding: 6%;
    background-color: #ffffff;
}

.team-colum-tittle{
    margin-bottom: 15px !important;
}

.team-colum-tittle h4{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 215% */
}

.team-colum-position p{
    background: linear-gradient(90deg, #000000 0%, #F37233 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: fit-content;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 133.333% */
}

.team-colum-text p{
    color: #3A3D3F;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
}

.team-colum-ava::after {
    content: "" !important;
    right: inherit;
    width: 50px;
    height: 50px;
    background-color: #f8f8f8 !important;
    opacity: 1 !important;
    clip-path: polygon(100% 101%, 0 101%, 0% 0);
    z-index: 33;
    position: absolute;
    bottom: -1px;
    top: inherit;
    left: -1px;
}

.ontvang-box::after {
    content: "" !important;
    position: absolute;
    right: -2px;
    bottom: inherit;
    width: 50px;
    height: 50px;
    background-color: #F8F8F8;
    clip-path: polygon(100% 100%, 0% 0%, 100% 0);
    z-index: 5;
    top: -2px;
}

.forminator-button-submit{
    background-color: #F37233 !important;
    padding: 16px 46px !important;
    color: #ffffff;
    transition: all .4s !important;
    font-size: 17px !important;
}

.forminator-button-submit:hover{
    background-color: #3A3D3F !important;
}

.waarom-col-__item-gray .waarom-col-__item-img::after {
    background-color: #F8F8F8 !important;
}

.service-links-box a{
    color: #333;
    transition: all .4s;
    transform: translateX(0px);
    display: block;
}

.service-links-box a:hover{
    transform: translateX(4px);
    color: var(--orange);
}

.logo-header svg{
    transition: all .5s !important;
}

.table-box-days{

}

.table-box-days td{
    padding: 14px 14px;
    border: 1px solid #eeeeee;
    font-size: 16px;
}

.links-colum{

}

.links-colum a{
    text-decoration: underline;
    transition: all .4s !important;
    color: var(--black) !important;
}

.links-colum a:hover,
.links-colum a:hover span{
    color: var(--orange) !important;
}

.page-id-3547 .container-full,
.page-id-3616 .container-full,
.page-id-3552 .container-full{
    max-width: 1280px;
}

.page-id-3547 .container-full *,
.page-id-3616 .container-full *,
.page-id-3552 .container-full *{
    font-size: 16px;
    line-height: 24px;
    color: var(--gray);
}

.page-id-3547 .container-full h2,
.page-id-3616 .container-full h2,
.page-id-3552 .container-full h2{
    font-size: 25px;
    padding-top: 30px;
}

.page-id-3547 .container-full ul li *,
.page-id-3616 .container-full ul li *,
.page-id-3552 .container-full ul li *{
    font-size: 14px;
    line-height: 24px;
    color: var(--gray);
}

.page-id-3547 .container-full ul,
.page-id-3616 .container-full ul,
.page-id-3552 .container-full ul{
    margin: 10px 0 20px 0;
}

.page-id-3547 .container-full a,
.page-id-3616 .container-full a,
.page-id-3552 .container-full a{
    color: var(--black);
    text-decoration: underline;
}

.page-id-3547 .container-full a:hover,
.page-id-3616 .container-full a:hover,
.page-id-3552 .container-full a:hover{
    color: var(--orange);
}

.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--material .select2-results .select2-results__options .select2-results__option {
    font-size: 15px !important;
}

.pum-content table{
    width: 100%;
}

.pum-content table tr{
    transition: all .5s !important;
}

.pum-content table tr:nth-of-type(1) td{
    font-size: 14px;
    background: #f16823;
    color: #fff;
    text-transform: uppercase;
}

.pum-content table tr:hover{
    background-color: #f8f8f8;
}

.pum-content table td{
    font-family: 'PP Neue Montreal', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 16px 20px;
    border-bottom: 1px solid hsl(20deg 19% 41% / 30%);
}

@media only screen and (max-width: 1400px) {
    .logo-header svg, #site-title svg {
        width: 100%;
        max-width: 130px;
    }

    .header .menu {
        display: flex;
        gap: 25px;
    }
}

@media only screen and (max-width: 1320px) {
    .header .menu {
        display: flex;
        gap: 22px;
        transition: all .4s;
    }

    .btn {
        padding: 10px 10px 10px 14px;
        gap: 9px;
    }

    .btn-black span,
    .header .menu li a{
        font-size: 14.5px;
    }

    .header {
        gap: 1.5vw;
    }

    .logo-header svg,
    #site-title svg{
        width: 100%;
        max-width: 150px;
    }

    .toggle {
        width: 35px;
    }

    .header .menu li::marker {
        color: transparent;
    }

    #zakelijk:checked ~ .toggle .indicator {
        transform: translateX(12px);
    }
}

@media only screen and (max-width: 1120px) {
    .logo-header svg {
        width: 100%;
        max-width: 115px;
    }

    .header .menu {
        gap: 12px;
    }

    .switch-toggle {
        gap: 2px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 1200px) {
    .oplossingen-box-hvac .oplossingen-box__col .oplossingen-box__col--img figure {
        clip-path: polygon(100% 0%, 100% 50%, 50% 0, 40% 0, 80% 0);
        opacity: 1;
    }

    .waarom-cevek__col-box .waarom-cevek__col {
        flex: 1 1 35% !important;
    }

    .header .header__inner {
        gap: 1vw;
    }

    .header .menu {
        gap: 8px;
    }

    .logo-header svg, #site-title svg {
        width: 100%;
        max-width: 130px;
    }

    .register-company{
        padding-top: 10px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1120px) {
    .ervaren-box__col h3 {
        font-size: 19px;
    }

    .ervaren-box__col-active h3 {
        font-size: 28px !important;
    }

    .onze-missie-col__title h2 {
        font-size: 21px;
        line-height: 34px;
    }

    .btn-black span, .header .menu li a {
        font-size: 14px;
    }

    .logo-header svg, #site-title svg {
        width: 100%;
        max-width: 110px;
    }

    .header .menu {
        gap: 10px;
    }
}


@media only screen and (max-width: 1024px) {
    .onze-expertise__item-icon,
    .onze-expertise__item-title,
    .onze-expertise__item-text{
        margin-left: 30px;
        padding-right: 30px;
    }

    .oplossingen-box__col,
    .oplossingen-box__col--info,
    .oplossingen-box__col--img{
        min-height: 280px;
    }

    .onze-expertise__item-title h3,
    .oplossingen-box__col--info-title h3{
        font-size: 20px;
    }

    .oplossingen-box__col--info-title{
        margin-bottom: 10px !important;
    }

    .oplossingen-box__col--info-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .onze-expertise__item-text p {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .bg-left-top-bottom-rigth-lg::before{
        width:70px;
        height:70px;
    }

    .bg-left-top-bottom-rigth-lg::after{
        width:70px;
        height:70px;
    }

    .cta-button a {
        padding: 16px 23px 16px 23px;
        gap: 14px;
    }

    .cta-button-blur a{
        padding: 16px 23px 16px 23px;
    }

    .header .menu {
        gap: 20px;
        flex-direction: column;
        display: none;
    }

    .service-two-colums > div{
        display: flex;
        flex-wrap: nowrap;
        gap: 10px !important
    }

    .bg-left-right-media-md::before {
        content: "";
        position: absolute;
        top: -1px;
        left: auto;
        right: -1px;
        width: 70px;
        height: 70px;
        clip-path: polygon(0 0, 100% 0, 0 100%);
        z-index: 5;
        background-color: #fff !important;
        opacity: 1 !important;
        transform: rotate(90deg);
    }

    .element-bg-media-md-bottom::after{
        content: "" !important;
        position: absolute;
        right: -1px;
        bottom: -1px !important;
        width: 70px;
        height: 70px;
        background-color: #fff;
        clip-path: polygon(100% 100%, 0% 0%, 100% 0);
        z-index: 5;
        top: auto !important;
        transform: rotate(90deg);
    }

    .ervaren-box__col h3 {
        font-size: 19px;
        font-weight: 500;
        padding: 0 8%;
    }

    .ervaren-box__col-active h3 {
        font-size: 19px !important;
    }

    .ervaren-box__col-num p {
        font-size: 40px;
        padding: 8%;
    }

    .ervaren-box__col-active .ervaren-box__col-text p {
        font-size: 16px;
        line-height: 25px;
        transform: translateY(0px) !important;
        letter-spacing: 0.2px;
    }

    .ervaren-box__col .ervaren-box__col-img figure img {
        aspect-ratio: 1.9 / 1;
    }

    .ervaren-box__col-text {
        opacity: 1;
        font-size: 20px;
        padding: 0 8%;
        min-width: auto;
        height: auto;
    }

    .ervaren-box__col-text p {
        font-size: 16px;
        line-height: 25px;
        transform: translateY(0px) !important;
        letter-spacing: 0.2px;
    }

    .ervaren-box__col-active .ervaren-box__col-text {
        opacity: 1;
        padding: 0 5% 0 8%;
        height: auto;
        min-width: auto;
    }

    .ervaren-box__col .ervaren-box__col-text {
        opacity: 1;
        padding: 0 5% 0 8%;
        height: auto;
        min-width: auto;
    }

    .ervaren-box > div {
        column-gap: 20px !important;
        gap: 20px;
    }

    .ervaren-box__col {
        flex: 1 1 48% !important;
    }

    .ervaren-box__col .ervaren-box__col-img figure {
        overflow: visible;
        height: auto;
        transition: all 0.3s;
    }

    .ervaren-box__col-num {
        position: absolute;
    }

    .ervaren-box__col-img {
        transform: translateY(0px) !important;
        visibility: visible !important;
        height: auto;
        opacity: 1;
        transition: all 0.3s !important;
    }

    .ervaren-box__col-img{
        margin-bottom: 0 !important;
        min-height: auto;
    }

    .ervaren-box__col-icon{
        margin-bottom: 0 !important;
        padding: 20px 8% 20px 8%;
    }

    .ervaren-box__col-active .ervaren-box__col-icon {
        padding: 20px  8% 20px 8%;
    }

    .blog-box .stk-block-posts__items .stk-block-posts__item article .stk-block-posts__meta {
        padding: 1% 7% 10% 7%;
    }

    .oplossingen-box-hvac .oplossingen-box__col::before,
    .oplossingen-box-hvac .oplossingen-box__col::after{
        width: 35px;
        height: 35px;
    }

    .oplossingen-box-hvac .oplossingen-box__col .oplossingen-box__col--img figure {
        clip-path: polygon(90% 50%, 10% 50%, 10% 25%, 60% 25%, 90% 25%);
        opacity: 1;
    }

    .oplossingen-box-hvac .oplossingen-box__col:hover .oplossingen-box__col--img figure {
        clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 60% 0%, 100% 0%);
        opacity: 1;
    }

    .oplossingen-box-hvac .oplossingen-box__col--info-text p {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0;
    }

    .waarom-col-__item-text p {
        font-size: 16px;
        line-height: 25px;
        text-wrap: balance;
    }

    .waarom-cevek__col:hover .waarom-cevek__col-title {
        transform: translateY(-110px);
    }

    .waarom-cevek__col-title h3{
        font-weight: 500;
    }

    .team-colum-tittle h4 {
        color: #000;
        font-size: 19px;
        line-height: 24px;
        text-wrap: balance;
    }

    .team-colum {
        padding: 6%;
    }

    .team-col > div > div > div > div {
        height: 100%;
        min-height: 390px;
    }

    .team-colum-position p {
        font-size: 14px;
    }

    .team-colum-text p {
        font-size: 14px;
        line-height: 21px;
    }

    .onze-missie-col__text p {
        font-size: 16px;
        line-height: 26px;
    }

    .onze-missie-col__title {
        margin-bottom: 15px !important;
    }
}

@media only screen and (max-width: 768px){
    .container-full {
        margin: auto;
        padding-left: 6px;
        padding-right: 6px;
    }

    .page-id-3547 .container-full,
    .page-id-3616 .container-full,
    .page-id-3552 .container-full{
        padding: 0 30px;
    }

    .page-id-3547 .container-full *,
    .page-id-3616 .container-full *,
    .page-id-3552 .container-full *{
        font-size: 15px;
        line-height: 24px;
        color: var(--gray);
    }

    .header {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .btn-header{
        display: none;
    }

    .logo-header svg,
    #site-title a svg{
        width: 90%;
    }

    .waarom-cevek__col-box .waarom-cevek__col {
        flex: 1 1 100% !important;
    }

    .cta-button a {
        clip-path: polygon(0 0, 100% 0, 100% 0%, 100% 100%, 0 100%);
        font-size: 15px;
    }

    .cta-button-blur a {
        clip-path: polygon(0% 0, 100% 0%, 100% 0%, 100% 100%, 0% 100%);
        font-size: 15px;
    }

    .bg-left-top-bottom-rigth-lg::before {
        width: 40px;
        height: 40px;
    }

    .service-two-colums > div {
        display: flex;
        flex-wrap: wrap;
        gap: 20px !important;
    }

    .element-bg-left-bottom::before {
        right: -1px;
        width: 40px;
        height: 40px;
        opacity: 1 !important;
        bottom: -1px;
    }

    .element-bg-right-top.stk-block::after {
        right: -1px;
        width: 40px;
        height: 40px;
        top: -1px;
    }

    .block-carousel-commennts figure span::before {
        right: 0;
        width: 40px;
        height: 40px;
        bottom: 0;
        top: -1px;
        left: -1px;
        transform: rotate(90deg);
    }

    .bg-left-top-bottom-rigth-lg::after {
        width: 50px;
        height: 50px;
    }

    .ervaren-box__col {
        background-color: #ffffff;
        box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.07);
        overflow: hidden;
        padding: 0;
        flex: 1 1 100% !important;
        max-height: max-content;
        transition: all 0s !important;
        cursor: pointer;
        outline: 1px solid #ffffff;
    }

    .ervaren-box__col-text p,
    .ervaren-box__col-active .ervaren-box__col-text p{
        font-size: 15px;
        line-height: 25px;
        padding-bottom: 20px;
        letter-spacing: 0.2px;
    }

    .ervaren-box__col-icon{
        padding: 30px 8% 20px 8%;
    }

    .ervaren-box__col-active .ervaren-box__col-icon {
        padding: 30px 8% 20px 8%;
    }

    .oplossingen-box__col--info-text p {
        font-size: 15px;
        line-height: 24px;
    }

    .oplossingen-box__col .oplossingen-box__col--img figure img {
        scale: 1;
        aspect-ratio: 1 / 1.2;
        max-height: 300px;
    }

    h2, h3{
        text-wrap: balance;
    }

    .btn-lg a {
        padding: 14px 15px 14px 25px !important;
        font-size: 15px;
    }

    .oplossingen-box__col--info {
        padding: 8%;
    }

    .oplossingen-box-hvac .oplossingen-box__col {
        min-height: 360px !important;
    }

    .oplossingen-box-hvac .oplossingen-box__col,
    .oplossingen-box-hvac .oplossingen-box__col--info,
    .oplossingen-box-hvac .oplossingen-box__col--img {
        min-height: 350px;
    }

    .oplossingen-box__col:hover .oplossingen-box__col--img figure img {
        scale: 1.02;
        max-height: 350px;
    }

    .oplossingen-box-hvac .oplossingen-box__col .oplossingen-box__col--img figure {
        clip-path: polygon(92% 50%, 8% 50%, 8% 30%, 60% 30%, 92% 30%);
        opacity: 1;
    }

    .oplossingen-box-hvac .oplossingen-box__col:hover .oplossingen-box__col--img figure img{
        filter: brightness(.5);
    }

    .oplossingen-box-hvac h3 {
        font-size: 18px;
    }

    .oplossingen-box-hvac .oplossingen-box__col--info-title {
        margin-bottom: 5px !important;
    }

    .waarom-col-__item-img {
        margin-bottom: 25px !important;
    }

    .waarom-col-__item-title {
        margin-bottom: 10px !important;
    }

    .waarom-cevek__col-title {
        transform: translateY(-10px);
    }

    .waarom-cevek__col-text {
        padding: 0 6%;
        transform: translateY(160px);
        transition: all .7s !important;
    }

    .waarom-cevek__col:hover .waarom-cevek__col-title {
        transform: translateY(-145px);
    }

    .waarom-col-__item-text p {
        font-size: 15px;
        line-height: 25px;
        text-wrap: balance;
    }

    .team-colum-ava{
        min-height: 360px;
    }

    .team-colum-ava::after {
        right: inherit;
        width: 50px;
        height: 50px;
        bottom: inherit;
        top: -1px;
        left: -1px;
        transform: rotate(90deg);
    }

    .team-colum {
        padding: 10%;
    }

    .team-colum-text p {
        font-size: 15px;
        line-height: 25px;
        padding-top: 20px;
    }

    .onze-missie-col__text p {
        font-size: 15px;
        line-height: 25px;
    }

    .forminator-checkbox-label{
        font-size: 11px !important;
        line-height: 14px !important;
    }

    .logo-header svg, #site-title svg {
        width: 100% !important;
        max-width: 140px;
        padding-top: 2px;
    }

    .burger-menu__line {
        background-color: #000000;
    }

}

/* Контейнер для кнопки */
.fab-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9998;
}

/* Пульсація */
@keyframes pulse {
    0% {
        box-shadow: 0 6px 25px rgba(255, 122, 61, 0.4), 0 0 0 0 rgba(255, 122, 61, 0.5);
    }
    70% {
        box-shadow: 0 6px 25px rgba(255, 122, 61, 0.4), 0 0 0 15px rgba(255, 122, 61, 0);
    }
    100% {
        box-shadow: 0 6px 25px rgba(255, 122, 61, 0.4), 0 0 0 0 rgba(255, 122, 61, 0);
    }
}

/* Головна кнопка */
.fab-main {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #FF7A3D 0%, #F76528 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 25px rgba(255, 122, 61, 0.4);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border: none;
    position: relative;
    z-index: 3;
    animation: pulse 2s ease-in-out infinite;
}

.fab-main:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 35px rgba(255, 122, 61, 0.6);
    background: linear-gradient(135deg, #F76528 0%, #E85520 100%);
}

.fab-main.active {
    transform: scale(1.11);
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    fill: #fff;
    animation: none;
}

/* Іконка плюс */
.fab-icon {
    width: 30px;
    height: 30px;
    position: relative;
}

.fab-icon::before,
.fab-icon::after {
    content: '';
    position: absolute;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.fab-icon::before {
    width: 24px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fab-icon::after {
    width: 3px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Меню з опціями */
.fab-menu {
    position: absolute;
    bottom: 80px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.fab-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Окремі кнопки меню */
.fab-option {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    animation: slideIn 0.4s ease forwards;
    opacity: 0;
}

.fab-option:nth-child(1) {
    animation-delay: 0.1s;
}

.fab-option:nth-child(2) {
    animation-delay: 0.2s;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Лейбл */
.fab-label {
    background: white;
    padding: 10px 18px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.fab-label:hover {
    background: #FF7A3D;
    color: white;
    border-color: #FF7A3D;
    transform: translateX(-5px);
    box-shadow: 0 6px 20px rgba(255, 122, 61, 0.3);
}

/* Кнопка іконка */
.fab-option-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.fab-option:nth-child(1) .fab-option-btn {
    background: linear-gradient(135deg, #FF7A3D 0%, #F76528 100%);
}

.fab-option:nth-child(2) .fab-option-btn {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.fab-option-btn:hover {
    transform: scale(1.15);
}

.fab-option-btn svg {
    width: 24px;
    height: 24px;
    fill: white;
}

/* Popup модальне вікно */
.form-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: fadeIn 0.3s ease;
}

.forminator-select{
    z-index: 11111111111 !important;
    position: relative;
    box-shadow: 0 1px 2px #ccc;
}

.forminator-error-message{
    color: #771313 !important;
}

.forminator-select-dropdown-container--open{
    background-color: #f4f3f3;
}

.forminator-select-dropdown-container--open .forminator-custom-form-3555.forminator-dropdown--material .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
    outline: 2px solid #f37233 !important;
    outline-offset: -2px;
}

.forminator-ui#forminator-module-3555.forminator-design--material .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]:focus, .forminator-ui#forminator-module-3555.forminator-design--material .forminator-select2 + .forminator-select.select2-container--open .selection .select2-selection--single[role="combobox"] {
    border-color: #f37233 !important;
}

.form-popup.active {
    display: flex;
}


.forminator-ui.forminator-custom-form[data-design=material] select.forminator-select2+.forminator-select .selection span[role=combobox].select2-selection--multiple .select2-selection__choice {
    background: #f37233 !important;
}

.forminator-ui.forminator-custom-form[data-design=material] .forminator-label[for],
.select2-selection__choice,
.select2-selection__placeholder,
.select2-selection__rendered,
.forminator-radio-label{
    font-weight: 400;
}


.forminator-ui.forminator-custom-form[data-design=material] .forminator-radio input:checked+.forminator-radio-bullet:before {
    background: #f37233;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.cky-btn-revisit-wrapper{
    width: 34px !important;
    height: 34px !important;
    background-color: hsl(0deg 0% 0% / 20%) !important;
}

.cky-btn-revisit img{
    height: 20px !important;
    width: 20px !important;
}

.form-popup-content {
    position: relative;
    width: 100%;
    max-width: 650px;
    background: white;
    border-radius: 16px;
    padding: 40px 30px 30px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.4s ease;
    max-height: 90vh;
    overflow-y: auto;
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Кнопка закриття popup */
.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    background: #f1f1f1;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.popup-close:hover {
    background: #FF7A3D;
    transform: rotate(90deg);
}

.popup-close svg {
    width: 20px;
    height: 20px;
    stroke: #333;
    transition: stroke 0.3s ease;
}

.popup-close:hover svg {
    stroke: white;
}

/* Заголовок popup */
.popup-title {
    font-size: 24px;
    font-weight: 700;
    color: #FF7A3D;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
}

/* Responsive */
@media (max-width: 768px) {
    .fab-container {
        bottom: 20px;
        right: 20px;
    }

    .fab-main {
        width: 55px;
        height: 55px;
    }

    .fab-label {
        font-size: 13px;
        padding: 8px 14px;
    }

    .fab-option-btn {
        width: 45px;
        height: 45px;
    }

    .form-popup-content {
        padding: 35px 20px 25px;
        max-width: 100%;
    }

    .popup-title {
        font-size: 20px;
    }

    .tab-totaalaanbod .wp-block-stackable-tab-labels .stk-block-tabs__tab .stk--svg-wrapper {
        padding: 2px;
    }
}

/* Overlay для закриття при кліку поза формою */
.form-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}