﻿:root {
    --dti-red: #E10600;
    --dti-red-dk: #B50500;
    --dti-blue: #005BAC;
    --ink-900: #1C1C1E; 
    --dti-red: #e60023;
    --ink-900: #1a1f25;
}

.home.hero-content {
    inset: 0;
    transform: none;
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: clamp(10px, 2vw, 18px); 
}

.home .hero-content {
    inset: 0;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: clamp(10px, 2vw, 18px);
}


.intro-blok .container {
    position: relative;
}

.hl-premium {
    position: absolute;
    top: 50%;
    right: clamp(2rem, 7vw, 5rem);
    transform: translateY(-50%);
    max-width: 420px;
    width: 100%;
    padding: 1.8rem 2rem 1.7rem;
    border-radius: 22px;
    background: radial-gradient(220% 180% at 0% 0%, rgba(255,255,255,0.10), transparent 55%), rgba(17, 19, 23, 0.94);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 18px 45px rgba(0,0,0,0.45), 0 0 0 1px rgba(0,0,0,0.35);
    color: #f9fafb;
    overflow: hidden;
    isolation: isolate;
    z-index: 3;
    opacity: 0;
    transition: transform 0.9s cubic-bezier(.19,1,.22,1), opacity 0.9s ease;
}

    .hl-premium.in {
        opacity: 1;
    }

    .hl-premium::before {
        content: "";
        position: absolute;
        top: -60px;
        left: -40px;
        width: 220px;
        height: 220px;
        background: radial-gradient( 120px 120px at 60% 60%, rgba(255, 92, 28, 0.36), transparent 65% );
        filter: blur(4px);
        pointer-events: none;
        z-index: -1;
    }
    .hl-badge {
    position: absolute;
    top: 12px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0 11px;
    height: 28px;
    font: 700 0.82rem/1 system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: #fff;
    background: linear-gradient(135deg, #ff5c1c, #ff2f4c);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(230,0,35,0.30);
}

.hl-badge-icon {
    display: inline-grid;
    place-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    color: #e60023;
    font-size: 0.8rem;
}

.hl-title {
    margin: 4px 0 8px;
    padding-right: 4.2rem; 
    font-weight: 800;
    font-size: clamp(1.25rem, 1.1rem + 0.5vw, 1.6rem);
    letter-spacing: 0.02em;
    color: #ffffff;
}

.hl-text {
    margin: 0 0 12px;
    font-size: 0.98rem;
    line-height: 1.7;
    color: rgba(249, 250, 251, 0.85);
}

.hl-cta {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    color: #f9fafb;
}

.hl-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ff3344;
    box-shadow: 0 0 0 4px rgba(255, 51, 68, 0.20);
}

.hl-cta a,
.hl-link {
    color: #ffb19a;
    text-decoration: underline;
    text-underline-offset: 3px;
}

    .hl-cta a:hover,
    .hl-link:hover {
        color: #ffe0d4;
    }

body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #ffffff;
    color: #222;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}
.logo-container {
    position: absolute;
    top: 100px;
    left: 36px;
    z-index: 100;
    background: transparent;
}
.snippet-blok {
    background: #F6F7F9;
    border-left: 5px solid var(--dti-red);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.05);
    font-size: 1.1rem;
    transition: all 0.3s ease-in-out;
}

    .snippet-blok:hover {
        box-shadow: 0 0.5rem 1.25rem rgba(0,0,0,0.1);
    }

    .snippet-blok h2 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
        font-weight: 700;
        color: #ff6600;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .snippet-blok h2 i {
            color: #ff9900;
            font-size: 1.2rem;
        }


.hero-logo {
    height: 100px;
    max-width: 42vw;
    width: auto;
    display: block;
}
.floating-call-btn {
    display: none;
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #ff5c1c;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
    z-index: 1050;
    transition: background-color 0.3s ease;
}

.offerte-floating-btn {
    position: fixed;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    bottom: 72px;
    right: 56px;
    background: radial-gradient(circle at 28% 28%, #1a82d6 0%, #005a9c 62%, #004b84 100%);
    color: #ffffff;
    border-radius: 50%;
    font-size: 2.8rem;
    border: 1px solid rgba(255,255,255,0.22);
    box-shadow: 0 14px 34px rgba(0,0,0,0.40), 0 6px 16px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.22);
    backdrop-filter: blur(6px);
    cursor: pointer;
    transform: translateZ(0);
    will-change: transform, box-shadow;
    animation: offerte-core-pulse 2.2s cubic-bezier(.2,.8,.2,1) infinite;
}

    .offerte-floating-btn::before {
        content: "";
        position: absolute;
        inset: -14px;
        border-radius: 50%;
        background: radial-gradient( circle, rgba(26,130,214,0.42) 0%, rgba(26,130,214,0.22) 38%, rgba(26,130,214,0.10) 58%, rgba(26,130,214,0.0) 72% );
        filter: blur(10px);
        opacity: 0.65;
        transform: scale(0.92);
        pointer-events: none;
        animation: offerte-halo-pulse 2.2s cubic-bezier(.2,.8,.2,1) infinite;
    }

    .offerte-floating-btn::after {
        content: "";
        position: absolute;
        inset: 2px;
        border-radius: 50%;
        background: radial-gradient(circle at 28% 28%, rgba(255,255,255,0.30) 0%, rgba(255,255,255,0.10) 22%, rgba(255,255,255,0.0) 55%);
        opacity: 0.9;
        pointer-events: none;
        animation: offerte-glint 2.2s ease-in-out infinite;
    }

    .offerte-floating-btn:hover {
        animation-play-state: paused;
        transform: translateY(-5px) scale(1.06);
        background: radial-gradient(circle at 28% 28%, #3a9af0 0%, #0b6fbf 60%, #005a9c 100%);
        border: 1px solid rgba(255,255,255,0.34);
        box-shadow: 0 22px 54px rgba(0,0,0,0.50), 0 10px 24px rgba(0,0,0,0.26), inset 0 1px 0 rgba(255,255,255,0.32);
    }

        .offerte-floating-btn:hover::before,
        .offerte-floating-btn:hover::after {
            animation-play-state: paused;
            opacity: 0.95;
        }

    .offerte-floating-btn:active {
        transform: translateY(-2px) scale(1.02);
    }

@keyframes offerte-core-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 14px 34px rgba(0,0,0,0.40), 0 6px 16px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.22);
    }

    45% {
        transform: scale(1.06);
        box-shadow: 0 24px 56px rgba(0,0,0,0.52), 0 10px 26px rgba(0,0,0,0.26), inset 0 1px 0 rgba(255,255,255,0.28);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 14px 34px rgba(0,0,0,0.40), 0 6px 16px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.22);
    }
}

@keyframes offerte-halo-pulse {
    0% {
        opacity: 0.35;
        transform: scale(0.88);
        filter: blur(12px);
    }

    45% {
        opacity: 0.95;
        transform: scale(1.14);
        filter: blur(16px);
    }

    100% {
        opacity: 0.35;
        transform: scale(0.88);
        filter: blur(12px);
    }
}

@keyframes offerte-glint {
    0% {
        opacity: 0.55;
        transform: scale(1);
    }

    45% {
        opacity: 0.95;
        transform: scale(1.02);
    }

    100% {
        opacity: 0.55;
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .offerte-floating-btn,
    .offerte-floating-btn::before,
    .offerte-floating-btn::after {
        animation: none;
    }
}

.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 {
    font-family: ui-sans-serif, system-ui, -apple-system, "Inter", sans-serif;
    position: relative;
    padding: clamp(3.5rem, 6vw, 6.5rem) 0;
    background: radial-gradient(900px 500px at 15% 0%, rgba(255,255,255,0.10), transparent 65%), radial-gradient(900px 500px at 85% 0%, rgba(255,255,255,0.06), transparent 65%), linear-gradient(180deg, #292f36 0%, #1c2127 100%);
    color: #e5e7eb;
    overflow: hidden;
    isolation: isolate;
}

    .intro-blok::before {
        content: "";
        position: absolute;
        inset: -20% -10% auto -10%;
        background: radial-gradient(circle at 50% 0%, rgba(255,255,255,0.16), transparent 70%);
        opacity: 0.55;
        pointer-events: none;
        z-index: 0;
    }

    .intro-blok .row {
        align-items: flex-start;
        gap: clamp(1.5rem, 3vw, 3rem);
        position: relative;
        z-index: 1;
    }

    .intro-blok .col-md-7 {
        position: relative;
        padding-inline: clamp(1.5rem, 3vw, 2.5rem);
        max-width: 52rem;
        transform: translateY(18px);
        opacity: 0;
        animation: introCardIn 800ms cubic-bezier(.19,1,.22,1) forwards;
    }

        .intro-blok .col-md-7::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0.5rem;
            bottom: 0.5rem;
            width: 2px;
            border-radius: 999px;
            background: linear-gradient( to bottom, transparent, rgba(255,255,255,0.55), transparent );
            opacity: 0.65;
        }

    .intro-blok h2 {
        margin: 0 0 .9rem 0;
        font-size: clamp(2rem, 2.4vw + 1rem, 2.9rem);
        font-weight: 800;
        letter-spacing: -.02em;
        line-height: 1.15;
        color: #f9fafb;
        text-shadow: 0 6px 18px rgba(0,0,0,0.45);
    }

        .intro-blok h2::after {
            content: "";
            display: block;
            height: 2px;
            width: 72px;
            margin-top: .9rem;
            border-radius: 999px;
            background: linear-gradient(90deg, #ff5c1c, rgba(255,92,28,0));
        }

    .intro-blok .lead {
        margin: 0;
        max-width: 60ch;
        font-size: clamp(1.02rem, .3vw + 1rem, 1.18rem);
        line-height: 1.9;
        color: #e5e7eb;
        text-wrap: pretty;
    }

@keyframes introCardIn {
    from {
        opacity: 0;
        transform: translateY(28px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (prefers-reduced-motion: reduce) {
    .intro-blok .col-md-7 {
        animation: none;
        transform: none;
        opacity: 1;
    }
}

.highlight-box {
    position: relative;
    padding: 2rem;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}

    .highlight-box::before {
        content: "DTI";
        position: absolute;
        top: 12px;
        right: -40px;
        transform: rotate(45deg);
        background: var(--dti-red);
        color: #fff;
        font-size: 0.85rem;
        font-weight: 700;
        padding: 4px 60px;
        box-shadow: 0 2px 8px rgba(0,0,0,.15);
    }

.highlight-title {
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: var(--ink-900);
}

.highlight-text {
    font-size: 1rem;
    color: #2b2b2c;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.highlight-box .rating {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dti-blue);
    margin-top: 1rem;
}

.rating {
    font-weight: 600;
    font-size: 1rem;
    color: #111;
}

.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: 100vh;
    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: 9rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .hero-content p {
        font-size: 4rem;
        margin-bottom: 2rem;
    }

.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-dti-premium {
    --bg-top: #2a2d32;
    --bg-bottom: #3a3d42;
    --icon-color: #e53935;
    --glow: rgba(255,255,255,0.05);
    --accent: #2F7DF6;
    --card-bg: rgba(255,255,255,0.04);
    --card-border: rgba(255,255,255,0.06);
    --card-border-hover: rgba(255,255,255,0.12);
    --text: #ffffff;
    --text-dim: rgba(255,255,255,0.7);
    --radius: 16px;
    --shadow: 0 8px 28px rgba(0,0,0,.25);
    --shadow-hover: 0 16px 48px rgba(0,0,0,.35);
}

.waarom-dti-premium {
    position: relative;
    padding: clamp(3rem, 6vw, 6rem) 2rem;
    overflow: hidden;
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    color: var(--text);
    background: radial-gradient(800px 400px at 50% 0%, var(--glow), transparent 70%), linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .9s ease-out, transform .9s ease-out;
    will-change: opacity, transform;
}

    .waarom-dti-premium.in-view {
        opacity: 1;
        transform: translateY(0);
    }

    .waarom-dti-premium .waarom-box {
        position: relative;
        background: var(--card-bg);
        border: 1px solid var(--card-border);
        border-radius: var(--radius);
        box-shadow: var(--shadow);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        padding: clamp(1rem, 2.2vw, 1.5rem);
        text-align: center;
        opacity: 0;
        transform: translateY(24px) scale(.98);
        filter: saturate(.9) blur(.3px);
        transition: opacity .8s ease-out, transform .8s cubic-bezier(.2,.8,.2,1), filter .8s ease-out, box-shadow .35s ease, border-color .35s ease;
        will-change: transform, opacity, filter;
        height: 400px;  
        display: flex;
        align-items: stretch;
    }
        .waarom-dti-premium .waarom-box .inner::-webkit-scrollbar {
            width: 6px;
        }

        .waarom-dti-premium .waarom-box .inner::-webkit-scrollbar-thumb {
            background: rgba(255,255,255,0.3);
            border-radius: 10px;
        }
    .waarom-dti-premium.in-view .waarom-box {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: none;
    }

        .waarom-dti-premium.in-view .waarom-box:nth-child(1) {
            transition-delay: .05s;
        }

        .waarom-dti-premium.in-view .waarom-box:nth-child(2) {
            transition-delay: .15s;
        }

        .waarom-dti-premium.in-view .waarom-box:nth-child(3) {
            transition-delay: .25s;
        }

        .waarom-dti-premium.in-view .waarom-box:nth-child(4) {
            transition-delay: .35s;
        }

        .waarom-dti-premium.in-view .waarom-box:nth-child(5) {
            transition-delay: .45s;
        }

        .waarom-dti-premium.in-view .waarom-box:nth-child(6) {
            transition-delay: .55s;
        }

@keyframes microFloat {
    from {
        transform: translateY(-1px);
    }

    to {
        transform: translateY(1px);
    }
}

.waarom-dti-premium.in-view .waarom-box {
    animation: microFloat 3.6s ease-in-out .5s infinite alternate;
}

.waarom-dti-premium .waarom-box:hover {
    box-shadow: var(--shadow-hover);
    border-color: var(--card-border-hover);
}

.waarom-dti-premium .waarom-box:focus-within,
.waarom-dti-premium .waarom-box:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px color-mix(in oklab, var(--accent) 60%, transparent), var(--shadow-hover);
}

.waarom-dti-premium .waarom-box .inner {
    transition: transform .35s cubic-bezier(.2,.8,.2,1);
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.3) transparent;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}


.waarom-dti-premium .waarom-box:hover .inner {
    transform: translateY(-2px);
}

.waarom-dti-premium .waarom-box {
    overflow: hidden;
}

    .waarom-dti-premium .waarom-box::after {
        content: "";
        position: absolute;
        inset: -150% -150% auto auto;
        width: 200%;
        height: 200%;
        background: radial-gradient(ellipse at 30% 30%, rgba(255,255,255,.10), transparent 40%), linear-gradient(120deg, transparent 40%, rgba(255,255,255,.08) 50%, transparent 60%);
        transform: translateX(-40%) translateY(40%) rotate(12deg);
        opacity: 0;
        pointer-events: none;
        transition: opacity .35s ease, transform .8s cubic-bezier(.2,.8,.2,1);
    }

    .waarom-dti-premium .waarom-box:hover::after {
        opacity: 1;
        transform: translateX(20%) translateY(-10%) rotate(12deg);
    }

    .waarom-dti-premium .waarom-box:nth-child(2),
    .waarom-dti-premium .waarom-box:nth-child(4) {
        transform: translateY(-2px);
    }

.waarom-dti-premium.in-view .waarom-box:nth-child(2),
.waarom-dti-premium.in-view .waarom-box:nth-child(4) {
    transform: translateY(0) scale(1);
}

.waarom-dti-premium .waarom-box i,
.waarom-dti-premium .waarom-box .icon {
    display: inline-block;
    margin-bottom: .75rem;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,.25));
}

.waarom-dti-premium .text-accent {
    color: var(--icon-color);
}

.waarom-dti-premium h5 {
    color: var(--text);
    margin-bottom: .25rem;
    position: relative;
    display: inline-block;
    padding-bottom: .2rem;
}

    .waarom-dti-premium h5::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -6px;
        width: 0;
        height: 2px;
        background: color-mix(in oklab, var(--accent) 80%, white 20%);
        transition: width .35s cubic-bezier(.2,.8,.2,1), left .35s cubic-bezier(.2,.8,.2,1);
    }

.waarom-dti-premium .waarom-box:hover h5::after {
    width: 56%;
    left: 22%;
}

.waarom-dti-premium p {
    color: var(--text-dim);
    margin: 0;
}

@media (max-width: 991.98px) {
    .waarom-dti-premium {
        padding: 3.5rem 1.25rem;
       
    }
}

@media (prefers-reduced-motion: reduce) {
    .waarom-dti-premium,
    .waarom-dti-premium .waarom-box,
    .waarom-dti-premium .waarom-box::after,
    .waarom-dti-premium .waarom-box .inner {
        transition: none !important;
        animation: none !important;
    }
}


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: linear-gradient(180deg, #fbfbfb 0%, #f4f4f4 100%);
    padding: 6rem 0;
    font-family: ui-sans-serif, system-ui, -apple-system, "Inter", sans-serif;
     
}

.dienst-blok {
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 22px;
    padding: 2rem 1.8rem;
    border: 0.5px solid rgba(0,0,0,0.06);
    box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset, 0 8px 26px rgba(0,0,0,0.06);
    transition: opacity .7s ease-out, transform .7s cubic-bezier(.19,1,.22,1);
    transform: translateY(0);
    text-align: center;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    opacity: 0;
    transform: translateY(50px)!important;
    will-change: opacity, transform;
    margin-bottom: 5rem;
}

    .dienst-blok.in-view {
        opacity: 1;
        transform: translateY(0);
    }


    .dienst-blok::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 50% -30%, rgba(255,255,255,.4), transparent 70%);
        opacity: .2;
        pointer-events: none;
        transition: opacity .6s ease;
    }

    .dienst-blok:hover::before {
        opacity: .45;
    }

    .dienst-blok:hover {
        transform: translateY(-6px);
        box-shadow: 0 1px 0 rgba(255,255,255,0.7) inset, 0 14px 36px rgba(0,0,0,0.1);
    }

    .dienst-blok img {
        max-width: 100%;
        width: 100%;
        height: 300px; 
        object-fit: cover;
        border-radius: 16px;
        margin-bottom: 1.25rem;
        box-shadow: 0 8px 18px rgba(0,0,0,0.05);
        transition: transform .6s cubic-bezier(.2,.8,.2,1);
    }


    .dienst-blok:hover img {
        transform: scale(1.03);
    }

    .dienst-blok h3 {
        font-size: 1.35rem;
        font-weight: 700;
        letter-spacing: -0.02em;
        margin-bottom: 0.75rem;
        color: #111;
        text-shadow: 0 1px 0 rgba(255,255,255,0.5);
        transition: color .3s ease;
    }

    .dienst-blok:hover h3 {
        color: #ff5c1c;
    }
    .dienst-blok p {
        margin-top: auto;
        margin-bottom: 0;
    }
    .dienst-blok a {
        font-weight: 600;
        color: #1a1a1a;
        text-decoration: none;
        display: inline-block;
        margin-top: 0.25rem;
        position: relative;
        transition: color 0.3s ease;
    }

        .dienst-blok a::after {
            content: " →";
            transition: transform 0.3s ease;
            display: inline-block;
        }

        .dienst-blok a:hover {
            color: #ff5c1c;
        }

            .dienst-blok a:hover::after {
                transform: translateX(4px);
            }

@keyframes dienstFadeIn {
    0% {
        opacity: 0;
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.dienst-blok {
    animation: dienstFadeIn 1.2s ease forwards;
}


.slider-breed {
    background: radial-gradient(1200px 600px at 100% -10%, rgba(255,255,255,.04), transparent 60%), linear-gradient(180deg,#0f1012 0%, #141517 100%);
    padding-block: clamp(1.5rem, 3vw, 3rem);
    margin: 0;
    overflow: hidden;
    isolation: isolate;
}

.slider-container {
    padding: 0;
    max-width: none;
}

.photo-slider {
    position: relative;
    width: 100%;
    height: clamp(380px, 50vw, 620px);
    margin: 0;
    overflow: hidden;
}

    .photo-slider::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255,255,255,.06);
        -webkit-backdrop-filter: saturate(160%) blur(12px);
        backdrop-filter: saturate(160%) blur(12px);
        border-top: .5px solid rgba(255,255,255,.16);
        border-bottom: .5px solid rgba(255,255,255,.10);
        box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 -1px 0 rgba(0,0,0,.25) inset, 0 40px 120px rgba(0,0,0,.45);
        pointer-events: none;
        z-index: 1;
        border-radius: 0; 
    }

    .photo-slider::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(100deg, rgba(255,255,255,0) 40%, rgba(255,255,255,.22) 50%, rgba(255,255,255,0) 60%);
        mix-blend-mode: soft-light;
        opacity: .0;
        animation: sliderShine 8s ease-in-out infinite;
        z-index: 2;
    }

@keyframes sliderShine {
    0%,100% {
        opacity: 0;
        transform: translateX(-120%);
    }

    45% {
        opacity: .8;
        transform: translateX(120%);
    }
}

.slider-image-wrapper {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .9s ease;
}

    .slider-image-wrapper.active {
        opacity: 1;
        pointer-events: auto;
    }

.slider-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(26px) saturate(1.1) brightness(.75);
    transform: scale(1.12);
    z-index: 0;
}

.slider-fg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    width: clamp(320px, 46vw, 820px);
    height: clamp(320px, 46vw, 820px);
    object-fit: cover;
    border-radius: 26px;
    box-shadow: 0 1px 0 rgba(255,255,255,.6) inset, 0 0 0 1px rgba(255,255,255,.14), 0 22px 80px rgba(0,0,0,.55);
    z-index: 3;
    transition: transform 1.2s cubic-bezier(.2,.8,.2,1), box-shadow 1.2s ease;
    -webkit-box-reflect: below 0 linear-gradient(transparent 0%, rgba(0,0,0,.08) 40%, rgba(0,0,0,0) 80%);
}

.slider-image-wrapper.active .slider-fg {
    transform: translate(-50%,-50%) scale(1.03);
    box-shadow: 0 1px 0 rgba(255,255,255,.7) inset, 0 0 0 1px rgba(255,255,255,.18), 0 32px 110px rgba(0,0,0,.6);
}

.slider-breed::before,
.slider-breed::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
    opacity: .6;
    pointer-events: none;
}

.slider-breed::before {
    top: 0;
}

.slider-breed::after {
    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);
    }


.slider-container {
    margin-top: 0px;
    width: 100vw;
    aspect-ratio: 16 / 6;
    overflow: hidden;
    position: relative;
    background-color: #000;
}


.photo-slider {
    position: relative;
    width: 100%;
    height: 95%;
}

.slider-image-wrapper {
    position: absolute;
    top: 5%;
    
    left: 0;
    width: 100%;
    height: 90%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

    .slider-image-wrapper.active {
        opacity: 1;
        z-index: 1;
    }

.slider-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(20px) brightness(0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.slider-fg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    position: absolute;
    padding-top: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

    .slider-image.active {
        opacity: 1;
        z-index: 1;
    }

.project-slider-wrapper {
    background-color: #ffffff;
}

.project-slider-container {
    overflow: hidden;
    position: relative;
    padding: 0 3rem 2rem 3rem; 
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}

    .project-slider-container::-webkit-scrollbar {
        display: none;
    }

.project-slider {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 2rem;
}

.project-item {
    flex: 0 0 auto;
    width: 300px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.project-title {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
}

.project-images {
    position: relative;
    width: 100%;
    height: 200px;
}

.project-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

    .project-slide.active {
        opacity: 1;
        z-index: 1;
    }

.project-slider {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; 
}

.project-item {
    scroll-snap-align: start;
}

@media (max-width: 1024px) {
    .hero-wrapper h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .dienst-blok {
        padding: 1.5rem;
        border-radius: 18px;
    }

    .slider-image-wrapper {
        border-radius: 20px;
    }

    .slider-fg {
        max-width: 100%;
        max-height: 100%;
        border-radius: 18px;
    }
    .photo-slider {
        height: clamp(320px, 64vw, 480px);
    }

    .slider-fg {
        width: min(88vw, 520px);
        height: min(88vw, 520px);
        border-radius: 20px;
    }
        .dienst-blok h3 {
            font-size: 1.25rem;
        }
    .hero-wrapper {
        height: 60vh;
    }
    .logo-container {
        top: 100px;
        left: 40px;
    }

    .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-wolf 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: 1050;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        right: 20px;
        bottom: 90px;
        font-size: 2rem;
    }
    .intro-blok {
        padding: 3.5rem 1rem;
    }

        .intro-blok .col-md-7 {
            border-radius: 18px;
            box-shadow: 0 1px 0 rgba(255,255,255,.7) inset, 0 0 0 1px rgba(0,0,0,.06), 0 14px 34px rgba(0,0,0,.10);
        }

            .intro-blok .col-md-7::after {
                display: none;
            }

    .floating-call-btn {
        display: block;
        bottom: 20px;
        right: 20px;
    }

    .slider-container {
        aspect-ratio: unset;
        height: 500px;
    }

    .slider-fg {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


  
    .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;
    }
    .waarom-dti-premium .waarom-box {
        height: 275px;       
    }
}

@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;
        }
}
@media (max-width: 991px) {
    .hl-premium,
    .hl-premium.in {
        position: relative !important;
        top: 30px !important;
        right: auto !important;
        opacity: 1 !important;
margin: clamp(3.5rem, 18vh, 6rem) auto 0 !important;
    }

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    .intro-blok .hl-premium,
    .hl-premium {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        transform: none !important;
        width: 100%;
        max-width: 760px;
        margin: 2.5rem auto 0 !important;
    }

    .intro-blok .row {
        justify-content: center;
    }

    .intro-blok .col-md-7 {
        flex: 0 0 760px;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .diensten-blokken .row > div {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 24px;
    }

    .dienst-blok {
        height: auto !important;
        min-height: 340px;
        padding: 1.5rem 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        .dienst-blok img {
            width: 78%;
            max-width: 260px;
            height: 180px;
            object-fit: cover;
            display: block;
            margin: 0 auto 1rem auto;
            border-radius: 12px;
        }

        .dienst-blok h2,
        .dienst-blok h3 {
            max-width: 90%;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.25;
        }

    .diensten-blokken {
        padding: 3.5rem 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .intro-blok .hl-premium,
    .hl-premium {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .diensten-blokken .col-md-3,
    .diensten-blokken .row > div {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .diensten-blokken {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .dienst-blok {
        height: auto !important;
        min-height: 260px;
        padding: 1rem 1.25rem;
    }

    .dienst-blok img {
        height: auto !important;
        max-height: 130px;
        width: 100%;
        object-fit: contain;
        margin-bottom: .5rem;
    }
}

@media (max-width: 991px) {
    .logo-container {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {

    .intro-blok .hl-premium {
        right: 0;
        transform: translate(12%, -50%);
    }
    .diensten-blokken .row > div {
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 18px;
    }

    .dienst-blok {
        height: auto !important;
        min-height: 0 !important;
        padding: 1.1rem 1rem;
        transform: none !important;
    }

        .dienst-blok img {
            height: 150px;
            object-fit: cover;
            margin-bottom: .75rem;
            border-radius: 14px;
        }

        .dienst-blok h3 {
            font-size: 1.1rem;
            margin-bottom: .5rem;
        }
  }
@media (min-width: 992px) {
    .waarom-dti-premium .waarom-box .inner {
        overflow-y: visible;
        overscroll-behavior: auto;
    }
}
