html {
    scroll-behavior: smooth;
}

.main-container{
    overflow: visible !important;
}

.stk-block.stk-a7a4dbb{
    display: none !important;
}

.stk-dcf7c80 {
    max-width: max-content !important;
}

.nav-menu-primary a{
    color: #414141 !important;
    font-size: 14px;
    transition: all .3s;
}

.nav-menu-primary a:hover{
    color: #529A4B !important;
    text-decoration: underline;
}

.navbar-toggle{
    background: #1A242C;
    color: #fff;
    border-radius: 30px;
    font-weight: 300;
    font-size: 14px;
    transition: all .4s;
}

.tittle-header h1{
    font-size: clamp(1.8rem, 1.9vw + 2.8vw, 5.5rem);
    line-height: 95%;
    font-weight: 600;
    text-transform: uppercase;
}

.tittle-header-sm h1{
    font-size: clamp(1.8rem, 1.9vw + 2.8vw, 5rem);
    line-height: 90%;
    font-weight: 600;
    padding-top: 3vw;
}

.overflow-img-box figure{
    overflow: hidden;
    max-height: 440px;
}

.waarom-item{

}

.waarom-item:hover svg g rect{
    fill: #ffffff !important;
    width: 112px;
    height: 117px;
}

.onze_werk_item:hover h4{
    color:#ffffff !important;
}

.onze_werk_item:hover svg g rect{
    fill: #ffffff !important;
}

.waarom-item:hover .ugb-custom-icon{
    transition: all 0.4s !important;
    scale: 1;
}

.waarom-item:hover .ugb-custom-icon{
    transform: translate(-5px, -5px);
    scale: 0.8;
    transition: all 0.4s !important;
}

.we-kunnen__col figure img{
    transition: all 1.3s !important;
}

.we-kunnen__col:hover figure img{
    transition: all 1.3s !important;
    scale: 1.03;
}

.we-kunnen__col .wp-block-stackable-icon .stk--inner-svg,
.we-kunnen__col .wp-block-stackable-icon{
    transition: all 0.6s !important;
}

.we-kunnen__col:hover .wp-block-stackable-icon .stk--inner-svg{
    transform: rotate(45deg);
}

.we-kunnen__col:hover .wp-block-stackable-icon{
    background-color: #529A4B !important;
}

.primary-menu-ul .nv-active a{
    text-decoration: underline;
    color: #529A4B !important;
}

.primary-menu-ul .nv-active a:hover{
    color: #2e5c28 !important;
}

.resultaat__item{

}

.resultaat__item-btn .stk--svg-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1A242C;
    padding: 15px;
    border-radius: 60px;
    transition: all .5s;
}

.resultaat__item-btn .stk--svg-wrapper .ugb-custom-icon{
    margin: 0;
}

.resultaat__item-btn .stk--svg-wrapper .ugb-custom-icon path{
    fill: #000000;
    color: #000000;
}

.resultaat__item:hover .resultaat__item-btn .stk--svg-wrapper{
    background: #529A4B;
    transition: all .5s;
    border: 1px solid #529A4B;
    transform: rotate(45deg);
}

.resultaat__item:hover .resultaat__item-btn .stk--svg-wrapper path{
    fill: #ffffff;
}

.resultaat__item:hover .resultaat__item-btn .stk-button__inner-text{
    color: #529A4B !important;
}

.resultaat__item:hover h3{
    color: #529A4B !important;
}

.resultaat__item figure img{
    transition: all 0.7s !important;
}

.resultaat__item:hover figure img{
    scale: 1.02;
}

@media (max-width: 800px) {
    .resultaat__item-btn .stk--svg-wrapper{
        padding: 10px;
    }
}

.site-footer {
    background-color: #1a2332;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.2fr 1fr;
    gap: 40px;
    align-items: start;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 140px;
    padding-bottom: 140px;
    margin: 0 auto;
    max-width: var(--container);
}

/* --- Logo Column --- */
.footer-logo-col {
    display: flex;
    flex-direction: column;
    gap: 50px;
}


.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.footer-logo-icon {
    width: 48px;
    height: 48px;
    position: relative;
}

.footer-logo-icon svg {
    width: 100%;
    height: 100%;
}

.footer-logo-text {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social svg {
    fill: #ffffff;
}

.footer-social a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background-color: #4caf50;
    border-color: #4caf50;
    transform: translateY(-2px);
}

.footer-iban {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    margin-top: auto;
}

/* --- Navigation Columns --- */
.footer-nav-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-nav-col ul li a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: color 0.25s ease;
    position: relative;
}


.footer-nav-col ul li a:hover {
    color: #ffffff;
}

/* --- Contact Column --- */
.footer-contact-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-contact-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-contact-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

.footer-contact-value {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.25s ease;
}

.footer-contact-value:hover {
    color: #4caf50;
}

.footer-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #4caf50, #66bb6a);
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 28px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    margin-top: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
    align-self: flex-start;
}

.footer-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(76, 175, 80, 0.45);
    background: linear-gradient(135deg, #43a047, #5cb85c);
}

.footer-cta-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.footer-cta-btn:hover svg {
    transform: translateY(2px);
}

/* --- Bottom Bar --- */
.footer-bottom {
    margin: 0 auto;
    max-width: var(--container);
    padding: 20px 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom span,
.footer-bottom a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-bottom a:hover {
    color: #ffffff;
}

.stk-09dfca9 {
    display: none;
}

.hidden-box{
    display: none;
}

.footer-bottom .dev-credit b,
.footer-bottom .dev-credit a {
    color: rgba(255, 255, 255, 0.65);
    font-weight: 600;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 1300px) {
    :is(.stk-38cafcb, .stk-c33a06e, .stk-8bc0747, .stk-fbd30c2) .stk-block-heading__text {
        font-size: 20px !important;
        transform: translateY(-10px);
    }

    :is(.stk-892efdf, .stk-9f256ee, .stk-ed43b93, .stk-49b9cbc) .stk-block-text__text {
        font-size: 13px !important;
    }
}

@media (max-width: 1024px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px 30px;
    }
}

@media (max-width: 640px) {
    .footer-main {
        grid-template-columns: 1fr;
        padding: 80px 30px 80px;
        gap: 60px;
    }

    .footer-bottom {
        padding: 16px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .footer-cta-btn {
        width: 100%;
        justify-content: center;
    }
}