﻿body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #ffffff;
    color: #222;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}
:root {
    --ms-primary: #2564cf;
    --ms-primary-700: #164fa0;
    --ms-surface: #ffffff;
    --ms-bg: #f3f6fb;
    --ms-border: #c7e0f4;
    --ms-shadow-1: 0 10px 28px rgba(0,0,0,.06);
    --ms-shadow-2: 0 18px 48px rgba(37,100,207,.10);
    --ms-shadow-3: 0 26px 72px rgba(37,100,207,.12);
}

#offerteModal .modal-dialog {
    margin: 10vh auto 1.5rem; 
    max-width: 640px; 
}
@media (prefers-reduced-motion: reduce) {
    .intro-blok, .highlight-box {
        transition: none !important;
    }
}
.intro-blok {
    position: relative;
    background: radial-gradient(1200px 500px at 10% -20%, rgba(37,100,207,.06), transparent 60%), linear-gradient(180deg, var(--ms-surface) 0%, #fafcff 100%);
    border: 1px solid var(--ms-border);
    border-radius: 26px;
    box-shadow: var(--ms-shadow-1), var(--ms-shadow-2);
    overflow: hidden;
}

    .intro-blok::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 9px;
        background: linear-gradient(90deg, #e9f2ff 0%, #cfe3ff 35%, transparent 70%);
        pointer-events: none;
        opacity: .9;
    }

    .intro-blok::after {
        content: "";
        position: absolute;
        inset: auto 24px -28px 24px;
        height: 48px;
        filter: blur(22px);
        background: radial-gradient(60% 100% at 50% 0%, rgba(37,100,207,.18), transparent 70%);
        pointer-events: none;
    }
.highlight-box {
    position: relative;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) padding-box, linear-gradient(180deg, #eaf2ff, #f7faff) border-box; /* zachte border gradient */
    border: 1px solid transparent;
    box-shadow: 0 14px 44px rgba(37,100,207,.12), 0 4px 14px rgba(0,0,0,.06);
    padding: 1.6rem 1.6rem 1.25rem 1.6rem;
    backdrop-filter: saturate(160%) blur(6px);
    transition: transform .2s ease, box-shadow .25s ease, filter .25s ease;
    overflow: hidden;
}

    .highlight-box::before {
        content: "";
        position: absolute;
        inset: 0 auto 0 0;
        width: 6px;
        background: linear-gradient(180deg, #2189e5 0%, #046ab7 100%);
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        opacity: .95;
    }

    .highlight-box::after {
        content: "";
        position: absolute;
        inset: -26px 12px auto 12px;
        height: 52px;
        background: radial-gradient(60% 100% at 50% 100%, rgba(33,137,229,.16), transparent 70%);
        filter: blur(14px);
        pointer-events: none;
    }

    .highlight-box:hover {
        transform: translateY(-4px);
        box-shadow: 0 22px 60px rgba(37,100,207,.16), 0 8px 22px rgba(0,0,0,.08);
    }

.highlight-title {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin: 0 0 .6rem 0;
    font-weight: 800;
    color: #1a2a44;
    letter-spacing: .2px;
    font-size: clamp(1.1rem, 0.9rem + .4vw, 1.4rem);
}

.highlight-text {
    color: #2f3033;
    line-height: 1.68;
    margin: 0 0 .8rem 0;
    font-size: 1.02rem;
}

.highlight-box hr {
    border: 0;
    height: 1px;
    margin: .8rem 0 1rem;
    background: linear-gradient(90deg, transparent, #c6d4f5, transparent);
}

.rating {
    margin: 0;
    font-weight: 700;
    font-size: 1.02rem;
    color: #1b4ea0;
    text-underline-offset: 3px;
    transition: color .18s ease, text-shadow .18s ease;
}

    .rating:hover {
        color: #0f3f86;
        text-shadow: 0 1px 0 rgba(255,255,255,.6);
    }
.snippet-blok {
    background: linear-gradient(180deg, var(--ms-surface) 0%, var(--ms-bg) 100%);
    border-left: 6px solid var(--ms-primary);
    padding: 2rem;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(37,100,207,.12), 0 2px 8px rgba(0,0,0,.06);
    font-size: 1.1rem;
    transition: box-shadow .2s ease, transform .16s ease, background .3s ease;
}

    .snippet-blok:hover {
        box-shadow: 0 14px 36px rgba(37,100,207,.18), 0 4px 12px rgba(0,0,0,.08);
        transform: translateY(-2px);
        background: linear-gradient(180deg, var(--ms-surface) 0%, #e9f2fb 100%);
    }

    .snippet-blok h2 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
        font-weight: 700;
        color: var(--ms-primary);
        display: flex;
        align-items: center;
        gap: .5rem;
    }

        .snippet-blok h2 i {
            color: var(--ms-primary-700);
            font-size: 1.2rem;
        }

.hero-logo {
    height: 250px;
    max-width: 42vw;
    width: auto;
    display: block;
}
.floating-call-btn {
    display: none; 
    position: fixed;
    width: 52px;
    height: 52px;
    background-color: #0067b8; 
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 52px;
    font-size: 1.4rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    z-index: 9999;
    border: 2px solid #f3f2f1;
    transition: background 0.18s, box-shadow 0.18s;
    cursor: pointer;
}

    .floating-call-btn:hover {
        background-color: #005a9e;
        box-shadow: 0 4px 16px rgba(0,103,184,0.14);
    }

.offerte-floating-btn {
    position: fixed;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #0078d4; /* Fluent accent blauw */
    color: #fff;
    border-radius: 50%;
    font-size: 2.1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.11);
    transition: background 0.2s, box-shadow 0.2s;
    cursor: pointer;
    bottom: 32px;
    right: 32px;
    border: 2px solid #f3f2f1;
}

    .offerte-floating-btn:hover {
        background: #005a9e;
        box-shadow: 0 6px 18px rgba(0,103,184,0.11);
    }

  
    .offerte-floating-btn:hover {
        background: #00796b;
        box-shadow: 0 8px 16px rgba(0,0,0,0.22);
    }
.contentbeheer-fototitel-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.contentbeheer-fototitel {
    font-size: 1.7rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

     .intro-blok .lead {
        font-size: 1.13rem;
        line-height: 1.75;
        color: #232323;
        margin-bottom: 0.8rem;
    }


.intro-blok {
    background: var(--ms-surface);
    border: 1px solid var(--ms-border);
    border-radius: 26px;
    box-shadow: 0 18px 48px rgba(0,0,0,.05), 0 6px 20px rgba(37,100,207,.06);
    padding: 2.5rem 2rem;
    position: relative;
    overflow: hidden;
}

    .intro-blok::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top left, rgba(37,100,207,.06) 0%, transparent 60%);
        pointer-events: none;
    }

    .intro-blok h2 {
        color: #111;
        letter-spacing: -.4px;
        font-weight: 800;
    }

    .intro-blok .lead {
        color: #2f3033;
        font-size: 1.15rem;
    } 

.rating {
    font-weight: 600;
    color: var(--ms-primary-700);
}

.rating {
    font-weight: 600;
    font-size: 1.01rem;
    color: #0078d4;
    margin-top: 0.8rem;
}

.laser-banner {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    z-index: 100;
    transform: translateY(-100%);
    animation: slideDown 1s ease-out 2s forwards, fadeOut 3s ease-out 10s forwards;
}

.laser-banner-content {
    max-width: 1200px;
    padding: 50px 0px;
    text-align: center;
}

.laser-label {
    display: block;
    font-size: 1.75rem;
    color: #d96b33;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.laser-text {
    font-size: 1.2rem;
    font-weight: 500;
    color: #222;
    line-height: 1.5;
    white-space: nowrap;
    }

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(-50px);
    }
}

@keyframes slideDown {
    to {
        transform: translateY(0);
    }
}

.main-content-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden;
}

.hero-header {
    position: relative;
    width: 100%;
    height: 65vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    padding: 2rem;
}

    .hero-content h1 {
        font-size: 6rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .hero-content p {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

.hero-button {
    background-color: #e8752d;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .hero-button:hover {
        background-color: #cc6526;
    }

.waarom-SolvoForce-nordic {
    background-color: #f3f2f1;
    padding: 64px 0 56px 0;
}

.waarom-box {
    background-color: #fff;  
    border-radius: 18px; 
    box-shadow: 0 2px 14px rgba(0,0,0,0.08);  
    padding: 2.3rem 1.3rem 1.5rem 1.3rem;
    transition: box-shadow 0.18s, background 0.18s, transform 0.18s;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 320px;
    height: 100%;
    text-align: center;
}

    .waarom-box:hover {
        background: #F3F9FD; 
        box-shadow: 0 8px 32px rgba(0,123,220,0.12);
        transform: translateY(-4px) scale(1.025);
    }


.text-accent {
    color: #d2aa6d; 
}

.waarom-box h5 {
    margin-bottom: 10px;
}

.waarom-box p {
    font-size: 0.95rem;
}

h1, h2, h3 {
    font-weight: 600;
    margin-bottom: 15px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

    a:hover {
        color: #555;
    }
.hero-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    text-align: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
}

    .hero-overlay h1 {
        font-size: 10rem;
        margin-bottom: 15px;
    }

    .hero-overlay p {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }

.diensten-blokken {
    background-color: #fff;  
    padding: 48px 0;
}

.dienst-blok {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    text-align: center;
    border: none;
    height: 300px;
    transition: box-shadow 0.18s, background 0.18s, transform 0.18s;
}

    .dienst-blok:hover {
        background: #F3F9FD;  
        box-shadow: 0 6px 24px rgba(0,123,220,0.10);  
        transform: translateY(-4px) scale(1.03);
    }


    .dienst-blok img {
        max-width: 100%;
        border-radius: 8px;
        margin-bottom: 15px;
        height: 70%;
    }

    .dienst-blok h3 {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .dienst-blok a {
        font-weight: bold;
        color: #333;
    }

        .dienst-blok a::after {
            content: ' →';
        }

.waarom-SolvoForce {
    background-color: #f3f2f1; 
    padding: 64px 0 48px 0;
    margin-bottom: 0;
}

    .waarom-SolvoForce h2 {
        font-size: 2.1rem;
        text-align: center;
        margin-bottom: 32px;
        color: #1a1a1a;
        font-weight: 700;
        letter-spacing: -0.3px;
    }

    .waarom-SolvoForce p {
        font-size: 1.12rem;
        color: #232323;
        padding: 12px 0;
        margin-bottom: 0;
    }

.foto-rij {
    background-color: #ffffff;
}

    .foto-rij img {
        border-radius: 10px;
        object-fit: cover;
        width: 100%;
        height: auto;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }
    
.project-slider-wrapper {
    background: #f5f8fa;
    padding: 62px 0 44px 0;
    border-radius: 28px;
    box-shadow: 0 8px 36px rgba(0,16,40,0.06), 0 1.5px 8px rgba(0,120,212,0.07);
    border: 1px solid #e7eaef;
    overflow: hidden!important;
}

.project-slider-container {
    position: relative;
    z-index: 3;
    padding: 0 3.2rem 2.2rem 3.2rem;
}

    .project-slider-container::-webkit-scrollbar {
        display: none;
    }

.project-slider {
    display: flex;
    gap: 1.6rem;
    overflow-x: auto;
    overflow-y: visible;
    scroll-behavior: smooth;
    padding-bottom: 2.4rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.project-item {
    flex: 0 0 auto;
    width: 400px;
    top: 10px;
    background: #fafdff;
    border-radius: 22px;
    box-shadow: 0 4px 20px rgba(0,24,40,0.09);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1.5px solid #e3e7eb;
    transition: box-shadow 0.23s, transform 0.17s, background 0.18s, border 0.15s;
    scroll-snap-align: start;
}

    .project-item:hover,
    .project-item:focus-within {
        box-shadow: 0 16px 38px rgba(0,120,212,0.17), 0 6px 18px rgba(0,24,40,0.09);
        background: #f3f9fd;
        border: 1.5px solid #b3daff;
        transform: translateY(-7px) scale(1.027);
        outline: none;
        z-index: 20;
    }

    .project-item:focus-within {
        box-shadow: 0 0 0 3px #0078d4, 0 16px 38px rgba(0,120,212,0.17);
    }

.project-title {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 1.13rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, #228be6 80%, #0078d4 100%);
    padding: 13px 0 13px 0;
    margin-bottom: 0;
    border-bottom: 1.5px solid #e3e7eb;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    letter-spacing: 0.012em;
    text-shadow: 0 2px 8px rgba(0,120,212,0.10);
}

.project-images {
    position: relative;
    width: 100%;
    height: 205px;
    background: #eaf3fb;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

.project-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s cubic-bezier(.23,.8,.55,1);
    z-index: 0;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

    .project-slide.active {
        opacity: 1;
        z-index: 1;
    }


@media (max-width: 1024px) {
    .hero-wrapper h1 {
        font-size: 2.5rem;
    }
    #offerteModal .modal-dialog {
        margin: 15vh auto; 
        max-width: 95vw;
    }
}

@media (max-width: 768px) {

    .hero-wrapper {
        height: 60vh;
    }


    .hero-logo {
        height: 70px;
    }
        .hero-wrapper h1 {
            font-size: 2rem;
            padding: 15px 25px;
        }

        .hero-wrapper p {
            font-size: 1.1rem;
        }
    .hero-content p {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .laser-banner {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        height: 200px; 
    }

    .laser-text {
        white-space: normal;
    }

    .laser-banner-content {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .dienst-blok {
        margin-bottom: 20px;
    }

    .foto-rij img {
        margin-bottom: 15px;
    }
    .hero-content h1 {
        font-size: 5rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    .slider-container {
        aspect-ratio: 16 / 6;
        width: 90vw;
        margin: 0 auto;
        height: 500px!important;
    }

    .slider-fg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .slider-bg {
        object-fit: cover;
        filter: blur(16px) brightness(0.6);
    }
}

@media (max-width: 480px) {
    .laser-text {
        font-size: 0.95rem; 
        white-space: normal;  
        padding-left: 12px;
        padding-right: 12px;
    }
    .slider-container {
        height: 70vw;
    }

    .laser-banner-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .laser-label {
        font-size: 1.2rem;
    }
    .hero-wrapper h1 {
        font-size: 1.6rem;
    }

    .hero-wrapper p {
        font-size: 1rem;
    }

    .waarom-SolvoForce h2 {
        font-size: 1.4rem;
    }

    .dienst-blok h3 {
        font-size: 1.1rem;
    }

    .dienst-blok a {
        font-size: 0.9rem;
    }
    .hero-content h1 {
        font-size: 4rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }
}

@media (max-width: 991px) {
    .offerte-floating-btn {
        position: fixed;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background: #009688;
        color: #fff;
        border-radius: 50%;
        font-size: 2rem;
        box-shadow: 0 4px 12px rgba(0,0,0,0.18);
        transition: background 0.2s, box-shadow 0.2s;
        cursor: pointer;
        bottom: 90px;
        right: 10px;
    }

    .floating-call-btn {
        display: block;
        bottom: 20px;
        right: 10px;
        width: 50px;
        height: 50px;
    }

    .slider-container {
        aspect-ratio: unset;
        height: 500px;
    }

    .slider-fg {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .klantverhaal-card {
        flex-direction: column;
        max-width: 96vw;
        min-height: 400px;
    }

    .klantverhaal-info {
        padding: 32px 18px 18px 30px;
    }

    .klantverhaal-img {
        min-width: unset;
        padding: 15px 0;
    }

        .klantverhaal-img img {
            max-width: 95vw;
            max-height: 210px;
            border-radius: 0 0 22px 22px;
        }
    .project-item {
        width: 50vw;
          }
    .project-slider {
        display: flex;
        justify-content: flex-start;
        gap: 1rem;
        width: 100%;
        overflow-x: auto; 
        margin: 0; 
    }
}

@media (max-width: 700px) {
    .klantverhaal-blok {
        padding: 30px 0 30px 0;
    }

    .klantverhaal-info {
        padding: 18px 10px 14px 14px;
    }

    .klantverhaal-img img {
        border-radius: 0 0 17px 17px;
    }

    .ms-btn {
        padding: 0.7em 1.7em;
        font-size: 1rem;
    }

    .klantverhaal-card:before {
        width: 5px;
        border-radius: 14px 0 0 14px;
    }
}

.project-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.project-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    cursor: pointer;
    z-index: 1;
}

.project-modal-content {
    position: relative;
    max-width: 96vw;
    max-height: 88vh;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#modalProjectImg {
    display: block;
    max-width: 95vw;
    max-height: 70vh;
    border-radius: 8px;
    margin: 0 auto;
    background: #222;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    background: transparent;
    color: #fff;
    font-size: 2.2rem;
    border: none;
    cursor: pointer;
    z-index: 3;
}

.modal-arrow {
    position: fixed; 
    top: 50%;
    transform: translateY(-50%);
    background: rgba(30,30,30,0.5);
    color: #fff;
    font-size: 2.4rem;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .modal-arrow.left {
        left: 24vw; 
    }

    .modal-arrow.right {
        right: 24vw;
    }

#modalProjectCaption {
    margin-top: 18px;
    color: #fff;
    text-align: center;
    font-size: 1.05rem;
}

@media (max-width: 600px) {
    .project-modal img {
        max-width: 99vw;
        max-height: 55vh;
    }

    .modal-arrow {
        width: 38px;
        height: 38px;
        font-size: 2rem;
    }

        .modal-arrow.left {
            left: 2vw;
        }

        .modal-arrow.right {
            right: 2vw;
        }
}
.klantverhaal-blok {
    background: linear-gradient(120deg, #f9f6ec 0%, #f8fafd 100%);
    padding: 70px 0 70px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}
.klantverhaal-scroll {
    height: 50vh;  
    overflow-y: auto;
    overscroll-behavior: contain;  
    -webkit-overflow-scrolling: touch;  
    touch-action: pan-y;  
    background: linear-gradient(90deg,#fafdff 70%,#e7f1fa 100%);
    border-radius: 7px;
    box-shadow: 0 1.5px 7px rgba(0,120,212,0.05);
    padding: 15px 0;
    margin-bottom: 8px;
}

    .klantverhaal-scroll::-webkit-scrollbar {
        width: 9px;
        background: #eaf3fb; 
        border-radius: 8px;
    }

    .klantverhaal-scroll::-webkit-scrollbar-thumb {
        background: linear-gradient(120deg, #0078d4 60%, #228be6 100%);
        border-radius: 8px;
        border: 2px solid #eaf3fb; 
    }

        .klantverhaal-scroll::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(120deg, #228be6 60%, #0078d4 100%);
        }
.klantverhaal-card {
    display: flex;
    background: rgba(255,255,255,0.93);
    border-radius: 28px;
    box-shadow: 0 8px 40px 0 rgba(32,77,145,0.11), 0 2px 14px 0 rgba(0,120,212,0.13);
    border: 1.5px solid #e6eaf7;
    overflow: hidden;
    max-width: 1100px;
    width: 100%;
    min-height: 70vh;
    position: relative;
    transition: box-shadow 0.23s, transform 0.14s;
}

    .klantverhaal-card:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 7px;
        background: linear-gradient(180deg, #0078d4 0%, #228be6 100%);
        border-radius: 22px 0 0 22px;
        z-index: 2;
        opacity: 0.93;
    }

.klantverhaal-info {
    flex: 1.2;
    padding: 48px 38px 48px 58px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    z-index: 3;
    min-height: 0;
    height: 100%;
}

.klantverhaal-logo {
    max-width: 110px;
    margin-bottom: 22px;
    filter: drop-shadow(0 2px 6px #eaf3fb);
}

.klantverhaal-info blockquote {
    font-size: 1.23rem;
    color: #222;
    line-height: 1.65;
    margin: 0 0 19px 0;
    font-style: italic;
    padding-left: 16px;
    background: linear-gradient(90deg,#fafdff 75%,#e7f1fa 100%);
    border-radius: 7px;
    box-shadow: 0 1.5px 7px rgba(0,120,212,0.05);
}

.klantverhaal-naam {
    font-size: 1.04rem;
    color: #0b3b66;
    font-weight: 500;
    margin-top: 9px;
    letter-spacing: 0.01em;
    opacity: 0.87;
}

.klantverhaal-img {
    flex: 1;
    min-width: 350px;
    background: linear-gradient(120deg,#eaf3fb 75%,#d4ecfa 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .klantverhaal-img img {
        max-width: 430px;
        max-height: 330px;
        width: 95%;
        height: auto;
        border-radius: 0 0 28px 0;
        object-fit: cover;
        box-shadow: 0 3px 18px rgba(32,77,145,0.10);
    }

.klantverhaal-buttons {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-top: 36px;
}

.ms-btn {
    background: linear-gradient(90deg, #2186eb 70%, #0078d4 100%);
    color: #fff;
    border: 3px solid #fff;
    border-radius: 999px;
    padding: 1.02em 2.8em 1.02em 2.1em;
    font-size: 1.18rem;
    font-weight: 700;
    box-shadow: 0 3px 24px rgba(0,120,212,0.16), 0 1.5px 7px rgba(0,120,212,0.09), 0 0 0 4px rgba(33,134,235,0.06);
    transition: background 0.17s cubic-bezier(.4,.1,.5,1.3), box-shadow 0.18s cubic-bezier(.4,.1,.5,1.3), border 0.15s, transform 0.13s;
    cursor: pointer;
    letter-spacing: 0.01em;
    outline: none;
    display: inline-flex;
    align-items: center;
    gap: 0.7em;
    position: relative;
    min-width: 170px;
    justify-content: center;
    text-shadow: 0 1.5px 8px rgba(0,120,212,0.10);
    filter: drop-shadow(0 2px 15px rgba(33,134,235,0.09));
    box-sizing: border-box;
    user-select: none;
}

    .ms-btn svg {
        width: 1.3em;
        height: 1.3em;
        fill: #fff;
        display: inline-block;
        vertical-align: middle;
        transition: fill 0.18s;
    }

    .ms-btn:hover, .ms-btn:focus {
        background: linear-gradient(90deg, #005fa3 68%, #1460aa 100%);
        box-shadow: 0 12px 32px rgba(33,134,235,0.18), 0 2px 8px rgba(33,134,235,0.09), 0 0 0 6px #cfeaff;
        border-color: #e8f2ff;
        transform: translateY(-3px) scale(1.048);
        filter: brightness(1.07) drop-shadow(0 4px 20px #cfeaff44);
    }

    .ms-btn:active {
        background: linear-gradient(90deg,#1460aa 65%,#1976d2 100%);
        box-shadow: 0 3px 10px rgba(33,134,235,0.13), 0 0 0 2px #1976d220;
        border-color: #b6d8fa;
        transform: scale(0.98);
    }

.diensten-blokken .dienst-blok {
    height: auto; 
    min-height: unset;
    padding: 1.25rem 1rem;
}

    .diensten-blokken .dienst-blok img {
        width: 100%;
        height: auto; 
        aspect-ratio: 4 / 3; 
        object-fit: cover;
        margin-bottom: 12px;
    }

    .diensten-blokken .dienst-blok h3 {
        font-size: 1.05rem;
        margin-bottom: 6px;
    }

@media (min-width: 992px) {
    .diensten-blokken .dienst-blok {
        min-height: 300px; 
    }

        .diensten-blokken .dienst-blok img {
            aspect-ratio: 16 / 9;
        }
}

