﻿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;
}

.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: 9999;
    transition: background-color 0.3s ease;
}

.offerte-floating-btn {
    position: fixed;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #009688;
    color: #fff;
    border-radius: 50%;
    font-size: 3.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
    transition: background 0.2s, box-shadow 0.2s;
    cursor: pointer;
    bottom: 80px;
    right: 60px;
}
  
    .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 {
    background: linear-gradient(to bottom, #faf6f0, #f2ebe3);
    font-family: 'Inter', sans-serif;
    padding: 4rem 1rem;
}

    .intro-blok h2 {
        font-size: 2rem;
        font-weight: 800;
        color: #1e1e1e;
    }

    .intro-blok .lead {
        font-size: 1.25rem;
        line-height: 1.8;
        color: #444;
    }

.highlight-box {
    background-color: #fff8e7;
    border-left: 6px solid #d97706;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.highlight-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #b45309;
}

.highlight-text {
    font-size: 1rem;
    color: #333;
    margin-bottom: 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-wolf-nordic {
    background-color: #2d2d2d; 
}

.waarom-box {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .waarom-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }

.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: #ffffff;
}

.dienst-blok {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .dienst-blok:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .dienst-blok img {
        max-width: 100%;
        border-radius: 8px;
        margin-bottom: 15px;
    }

    .dienst-blok h3 {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .dienst-blok a {
        font-weight: bold;
        color: #333;
    }

        .dienst-blok a::after {
            content: ' →';
        }

.waarom-wolf {
    background-color: #e9e9e9;
    padding: 60px 20px;
    margin-bottom: 0;
}

    .waarom-wolf h2 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 30px;
    }

    .waarom-wolf p {
        font-size: 1.1rem;
        padding: 10px;
    }

.slider-breed {
    background-color: #111;
    padding: 0;
    margin: 60px 0;
    margin-top: 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: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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) {

    .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: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        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: 20px;
    }

    .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; /* <--- belangrijk! */
    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;
        }
}
