* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #222;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Header */
header {
    width: 100%;
    padding: 10px 20px;
    height: 700px;
    box-sizing: border-box;
    background-image: url(background8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.h1header,
.h12header {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 500;
    color: white;
}

.h1header {
    margin-top: -20px;
    font-size: 3.5rem;
}

.h12header {
    margin-top: -38px;
    font-size: 3.5rem;
}

.pheader,
.p2header {
    font-size: 1.5rem;
    font-weight: 500;
    color: white;
}

.p2header {
    margin-top: -20px;
}

/* Buttons */
.offerte-button-block {
    padding-left: 80px;
    padding-top: 130px;
}

.offerte-button,
.contact-button,
.offerte-btn {
    display: inline-block;
    margin-top: 22px;
    padding: 20px 26px;
    font-size: 1.3rem;
    font-weight: 400;
    border-radius: 6px;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.2s ease;
    box-shadow: 0 6px 18px rgba(31,41,118,0.12);
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.offerte-button {
    background-color: #141b59;
    color: #fff;
}

.contact-button {
    background-color: #fff;
    color: #1f2976;
    margin-left: 20px;
}

.offerte-btn {
    background-color: #141b59;
    color: #fff;
    padding: 12px 26px;
    font-size: 1rem;
    font-weight: 600;
}

.offerte-button.clicked,
.contact-button.clicked,
.offerte-btn.clicked {
    transform: translateY(2px) scale(0.997);
    box-shadow: 0 3px 10px rgba(31,41,118,0.08);
}

.offerte-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(31,41,118,0.14);
    background-color: #141b59de;
}

.contact-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(31,41,118,0.14);
    background-color: #ffffffab;
}

.offerte-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(31,41,118,0.14);
    background-color: #141b59f1;
}

/* Logo */
.logo {
    height: 90px;
}

/* Navigation */
.navbar ul {
    list-style-type: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.navbar a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 550;
    padding: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar a:hover {
    background-color: #141b59;
    color: #ffffff;
    border-radius: 4px;
}

/* Over-ons Section */
.over-ons {
    padding: 80px 20px;
}

.overons-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: flex-start;
}

.overons-left {
    flex: 0 0 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.overons-logo {
    max-width: 150%;
    padding: 10px;
    height: auto;
    display: block;
    border-radius: 8px;
}

.overons-right {
    flex: 1 1 auto;
    min-width: 260px;
}

.eyebrow {
    font-size: 0.95rem;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}

.overons-title {
    font-size: 2.6rem;
    margin: 0 0 18px 0;
    color: #000;
    line-height: 1.05;
}

.overons-copy p {
    margin: 0 0 14px 0;
    line-height: 1.7;
    font-size: 1.03rem;
    color: #000;
}

/* Waarom-dili Section */
.waarom-dili {
    max-width: 1200px;
    margin: 60px auto;
}

.waarom-dili-txt {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 30px;
}

.waarom-dili-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 300px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.card i {
    color: #141b59;
    margin-bottom: 15px;
}

.card h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.card p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

/* Offerte Section */
.offerte {
    max-width: 800px;
    margin: 60px auto;
    padding: 40px 20px;
    background: #efefef93;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.offerte h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #333;
}

.offerte-form .form-group {
    margin-bottom: 20px;
}

.offerte-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.offerte-form input,
.offerte-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    outline: none;
}

.offerte-form input:focus,
.offerte-form textarea:focus {
    border-color: #1e90ff;
}

.btn-submit {
    background: #141b59;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    transition: background 0.3s;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(31,41,118,0.14);
    background-color: #141b59ec;
}

/* Contact Section */
.contact {
    max-width: 1200px;
    margin: 60px auto;
    padding: 40px 20px;
    text-align: center;
    background-color: #7ea5cb4f;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.contact h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
}

.contact-info {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    color: #333;
}

.contact-item i {
    font-size: 1.2rem;
    color: #555;
}

.socials {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.socials a {
    font-size: 1.5rem;
    color: #555;
    transition: color 0.3s ease;
}

.socials a:hover {
    color: #1e90ff;
}

/* Section Placeholder */
.section-placeholder {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
}

/* Footer */
footer {
    border-top: 1px solid #eee;
    padding: 20px;
    text-align: center;
    color: #666;
    font-size: 0.95rem;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* ------------------ Media Queries ------------------ */

/* Desktop -> Tablet */
@media (max-width: 1024px) {
    header {
        height: auto;
        padding: 40px 20px;
        background-position: center;
    }
    .header-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .logo {
        height: 70px;
    }
    .h1header, .h12header {
        font-size: 2.5rem;
        margin-top: 0;
    }
    .pheader, .p2header {
        font-size: 1.2rem;
    }
    .offerte-button-block {
        padding-left: 0;
        padding-top: 30px;
    }
}

/* Tablet (iPad landscape) */
@media (max-width: 900px) {
    .navbar ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .overons-inner {
        gap: 30px;
    }

    .overons-left {
        flex: 0 0 220px;
    }

    .overons-title {
        font-size: 2.2rem;
    }
}

/* Mobile (iPad portrait / larger phones) */
@media (max-width: 768px) {
    .waarom-dili-cards {
        flex-direction: column;
        align-items: center;
    }
}

/* Mobile (phones) */
@media (max-width: 640px) {
    .overons-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .overons-left {
        flex: 0 0 auto;
        margin-bottom: 18px;
    }

    .overons-logo {
        max-width: 90%;
        height: auto;
    }

    .overons-right {
        width: 100%;
    }

    .overons-title {
        font-size: 1.9rem;
    }

    .overons-copy p {
        font-size: 1rem;
    }

    .offerte-btn,
    .offerte-button,
    .contact-button {
        width: 100%;
        display: inline-block;
        padding: 14px 18px;
        font-size: 1rem;
        text-align: center;
    }

    .navbar {
        display: none;
    }

}

/* Small Phones */
@media (max-width: 480px) {
    .h1header, .h12header {
        font-size: 2rem;
    }
    .pheader, .p2header {
        font-size: 1rem;
    }
    .header-container {
        gap: 10px;
    }
    header {
        padding: 20px;
    }
    body {
        overflow-x: hidden;
    }
}
