﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
    .hero {
        flex-direction: column;
        padding: 20px;
    }

    .form-box {
        width: 100%;
        margin-top: 20px;
   
    }
}




.hero {
    background: #D7DFF9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
}

.hero-text {
    width: 55%;
}

    .hero-text h1 {
        font-size: 32px;
        color: #1a5f38;
    }

    .hero-text p {
        font-size: 16px;
        color: #444;
    }

.form-box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 35%;
    float: right;
    clear: both;
    margin-top: 10px;
    opacity:1 !important;
}

    .form-box input {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .form-box button {
        width: 100%;
        background: #e26118;
        color: white;
        padding: 10px;
        border: none;
        border-radius: 4px;
        font-weight: bold;
        cursor: pointer;
        opacity: 1 !important;
    }

:root {
    --primary-color: royalblue;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}

.text-royalblue {
    color: var(--primary-color);
}

.bg-royalblue {
    background-color: var(--primary-color) !important;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-offerte {
    background-color: #ffffff;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
}

    .btn-offerte:hover {
        background-color: var(--primary-color);
        color: white;
    }

.logo-img {
    height: 50px;
}

.hero {
    background: #e6ecf9;
    flex-wrap: wrap;
}

.hero-text {
    max-width: 600px;
}

    .hero-text h1 {
        font-size: clamp(1.5rem, 5vw, 2.5rem);
    }

    .hero-text h4 {
        font-size: clamp(1.2rem, 4vw, 1.8rem);
        margin-top: 1rem;
    }

    .hero-text p {
        font-size: 1rem;
        margin-top: 1rem;
    }

.form-box input,
.form-box button {
    font-size: 1rem;
}

.contact-info i {
    color: var(--primary-color);
    margin-right: 5px;
}

.menu-top a {
    margin-left: 20px;
    color: #333;
    text-decoration: none;
}

@media (max-width: 768px) {
    .hero {
        padding: 2rem 1rem;
    }

    .form-box {
        width: 100% !important;
    }

    .menu-top {
        display: none;
    }
}
@media (min-width: 768px) {
    .menu-top {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .menu-top a {
        margin-left: 30px;
        font-size: 1.2rem;
    }
}
:root {
    --primary-color: royalblue;
}

.text-royalblue {
    color: var(--primary-color);
}

.bg-royalblue {
    background-color: var(--primary-color) !important;
    border-bottom: 10px solid #859FEC !important;
    border-top: 10px solid #859FEC !important;
}

.btn-success {
    background-color: #4eb286;
    border-color: #4eb286;
    color: white;
}

.top-header a {
    color: #333;
    text-decoration: none;
    font-size: 0.9rem;
}

.middle-header h5 {
    font-size: 0.9rem;
    color: #333;
}

.middle-header h3 {
    font-size: 1.8rem;
    color: var(--primary-color);
}

.navbar-nav .nav-link {
    color: white !important;
    font-weight: 500;
}

@media (max-width: 768px) {
    .middle-header .google-rating {
        display: none;
    }

    .middle-header h3 {
        font-size: 1.4rem;
    }

    .middle-header h5 {
        font-size: 0.8rem;
    }
}

.hero-section {
    position: relative;
    background: linear-gradient(to bottom, #d7dff9 0%, #ffffff 100%);
    text-align: center;
    padding: 100px 20px;
    overflow: hidden;
}

    .hero-section .background-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('/images/hero_background.png') no-repeat center center;
        background-size: cover;
        opacity: 0.2;
        z-index: 1;
    }
  
    .hero-section .hero-content {
        position: relative;
        z-index: 2;
        max-width: 800px;
        margin: 5px;
        color: #1a1a1a;
    }

    .hero-section h1 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .hero-section p {
        font-size: 1.2rem;
    }

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 15px;
    }

        .hero-section h1 {
            font-size: 1.8rem;
        }

        .hero-section p {
            font-size: 1rem;
        }
}
.navbar .navbar-expand-lg .navbar-dark .bg-royalblue{
    border-bottom: 10px solid red;
}
.hero-buttons {
    position: relative;
    z-index: 2; /* boven de background-image */
}

    .hero-buttons .form-box {
        position: relative;
        z-index: 3;
        background-color: #ffffff; /* ondoorzichtig wit */
    }


    /* Responsive adjustments */
.star-container {
    margin: 40px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 32px 24px;
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #222;
}

    .star-container h1 {
        font-size: 2.2rem;
        margin-bottom: 18px;
        color: #2a5d8f;
        font-weight: 700;
    }

    .star-container ul {
        margin: 24px 0 16px 0;
        padding-left: 24px;
    }

        .star-container ul li {
            margin-bottom: 10px;
            font-size: 1.08rem;
            line-height: 1.5;
            list-style: none;
            position: relative;
            padding-left: 28px;
        }

            .star-container ul li:before {
                content: "✔️";
                position: absolute;
                left: 0;
                top: 0;
                font-size: 1.1rem;
                color: #2a5d8f;
            }

    .star-container p {
        margin-bottom: 16px;
        font-size: 1.08rem;
    }

    .star-container .cta {
        margin-top: 24px;
        font-weight: 500;
        color: #2a5d8f;
        font-size: 1.1rem;
    }
.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 400px;
    /*  background: #f8f8f8; */
    border-radius: 8px;
    /*  box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
    padding: 0;
    margin: 0;
}

    .contact-info-list > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 18px;
        border-bottom: 1px solid #e0e0e0;
    }

        .contact-info-list > div:last-child {
            border-bottom: none;
        }

.contact-label {
    font-weight: 600;
    color: #2c3e50;
}

.contact-value {
    color: #34495e;
    text-decoration: none;
}

    .contact-value:hover {
        text-decoration: underline;
        color: #007bff;
    }

.stukadoor-image-box {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 12px;
    margin: 40px auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

    .stukadoor-image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.stukadoor-image-box {
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin: 40px auto;
}
.slider {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 320px;
    margin: 60px auto;
    overflow: hidden;
}

    .slider .slide {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 1s ease;
    }

        .slider .slide.active {
            opacity: 1;
        }



.photo-section {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 60px 0;
    flex-wrap: wrap; /* mobiel */
}

.photo-frame {
    width: 420px;
    height: 280px;
    border-radius: 50% / 35%; /* OVAAL */
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

    .photo-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.stukadoor-image-box {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

    .stukadoor-image-box video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
