@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');



:root {
    --cortenstaal-bg: url('versie2-materiaal/Textuur cortenstaal.jpg');
}
* { box-sizing: border-box; }

/* Lettertypen: kopteksten Gill Sans, overige teksten Yu Gothic Light */
body {
    font-family: "Yu Gothic", "Yu Gothic UI", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6,
.stap2-titel, .stap2-e, .stap4-titel, .stap6-titel, .contact-titel, .contact-form-title, .contact-radio-title {
    font-family: Inter, sans-serif;
}

html { scroll-behavior: smooth; }

/* Achtergrond cortenstaal voor knoppen en secties */
.bg-cortenstaal {
    background-image: url('versie2-materiaal/Textuur cortenstaal.jpg');
    background-size: cover;
    background-position: center;
}

/* ========== HEADER Ã¢â‚¬â€œ Stap 1 (bovenkant) ========== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: #fff;
}
.site-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: url('versie2-materiaal/Textuur cortenstaal.jpg') center/cover;
}
.nav-menu a {color: #000;text-decoration: none;margin-left: 1.5rem;position: relative;color: #c55a11;font-weight: bold;font)speak: ;}
.nav-menu a:hover {color: #c55a11;}
.nav-menu a:not(.btn-contact)::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: #c55a11; transition: width .3s; }
.nav-menu a:not(.btn-contact):hover::after { width: 100%; }
.btn-contact, .btn-cortenstaal {
    background-image: url('versie2-materiaal/Textuur cortenstaal.jpg');
    background-size: cover;
    color: #fff !important;
    padding: 0.5rem 1.25rem;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    transition: filter 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}
.btn-contact:hover, .btn-cortenstaal:hover { color: #fff; filter: brightness(1.12); box-shadow: 0 2px 12px rgba(0,0,0,0.2); }

/* ========== STAP 1 Ã¢â‚¬â€œ HOME (fullscreen 50/50) ========== */
#home { min-height: 100vh; display: flex; flex-direction: column; padding-top: 80px; }
.stap1-left { padding: 0; min-height: calc(100vh - 80px); }
.stap1-left img { width: 100%; height: 100%; object-fit: cover; }
.stap1-right { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 3rem; background-color: #f5f0eb; background-image: url('achtergrond-logo.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; }
.stap1-right .logo-home {max-width: 440px;margin-bottom: 3rem;}
.stap1-right .welkomsttekst {text-align: center;max-width: 420px;line-height: 1.7;color: #333;font);font-size: 18px;: ;}
.stap1-right .welkomsttekst .accent { color: #c55a11; font-weight: 600; }

/* ========== STAP 2 Ã¢â‚¬â€œ Architectuur | E | Vastgoedexpertise ========== */
.stap2 { padding: 5rem 0; background: #fff; }
.stap2-titel { color: #c55a11; font-weight: 600; text-align: center; margin-bottom: 1rem; }
.stap2-icoon { width: 64px; height: 64px; margin: 0 auto 1rem; display: block; }
.stap2-tekst {color: #333;font-size: 0.95rem;line-height: 1.7;text-align: center;font-size: 17px;text-align: justify;}
.stap2-tekst p { margin-bottom: 0.75rem; }
.stap2-tekst p:last-child { margin-bottom: 0; }
.stap2-e { font-size: 6rem; font-weight: 700; color: #c55a11; line-height: 1; text-align: center; }
.stap2-onder {margin-top: 0rem;}
.stap2-kolom-wit { display: flex; align-items: center; justify-content: center; min-height: 200px; padding: 2rem; }
.stap2-kolom-corten {background-color: #ce8250;background-image: url('textuur-cortenstaal.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;color: #fff;padding: 3rem;display: flex;align-items: center;justify-content: center;min-height: 200px;text-align: center;margin-top: -17px;z-index: -5;margin-bottom: 50px;}
.stap2-kolom-corten p {margin: 0;font-size: 1.25rem;max-width: 480px;}

/* ========== Citaatsectie (marmer + citaat + foto) ========== */
.citaat-section {
    background-image: url('../marmer-foto.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem 0;
    min-height: 50vh;
}
.citaat-section-tekst {
    display: flex;
    align-items: center;
    justify-content: center;
}
.citaat-blockquote {
    margin: 0;
    padding: 0 1rem;
    font-size: 1.25rem;
    line-height: 1.65;
    color: #000;
    font-style: italic;
    position: relative;
    border: none;
    font-family: "Cabin", sans-serif;
    margin-bottom:-30px;
    quotes: "\201C""\201D""\2018""\2019";
}
.citaat-quote-open,
.citaat-quote-close {
    color: #c55a11;
    font-size: 4.5rem;
    line-height: 1;
    font-style: normal;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.citaat-quote-open {
    display: block;
    margin-bottom: -0.5rem;
}
.citaat-quote-close {
    display: block;
    text-align: right;
    margin-top: -0.5rem;
}
.citaat-section-foto-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.citaat-section-foto {
    /* width: 100%; */
    /* max-width: 480px; */
    /* aspect-ratio: 4/3; */
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.citaat-section-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Grote aanhalingsteken absoluut = geen extra line-box op de eerste regel */
.citaat-blockquote .citaat-tekst {
    position: relative;
    display: block;
    line-height: 1.65;
    padding: 2.2em 3rem 3.5rem 3.8rem;
    font-family: "Cabin", sans-serif;
    font-style: italic;
}
.citaat-blockquote .citaat-tekst::before {
    content: open-quote;
    font-weight: bold;
    font-size: 99px;
    color: #c55a11;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.citaat-blockquote .citaat-tekst::after {
    content: close-quote;
    font-weight: bold;
    font-size: 100px;
    color: #c55a11;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
    float: none;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/* ========== STAP 3 Ã¢â‚¬â€œ Onze missie / Voor wie ========== */
.stap2-scheidinglijn {height: 5px;width: 100%;background: url('versie2-materiaal/Textuur cortenstaal.jpg') center/cover;margin-top: 3rem;display: block;}
.stap3-bovenlijn { height: 5px; width: 100%; background: url('versie2-materiaal/Textuur cortenstaal.jpg') center/cover; }
.stap3 {padding: 0;min-height: 94vh;}
.stap3-foto { padding: 0; min-height: 70vh; }
.stap3-foto img { width: 100%; height: 100%; object-fit: cover; }
.stap3-tekst { padding: 4rem; display: flex; flex-direction: column; justify-content: center; }
.stap3-tekst h2 { color: #c55a11; font-weight: 700; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.5rem; }
.stap3-tekst h2 i { font-size: 1rem; }
.stap3-tekst p {color: #333;line-height: 1.8;max-width: 650px;text-align: justify;}
.stap3-tekst .sectie { margin-bottom: 2.5rem; }
.stap3-onderlijn { height: 3px; width: 100%; background: #444; }

/* ========== STAP 4 Ã¢â‚¬â€œ Graag begeleid + 10 stappen ========== */
.stap4-header {background-color: #ce8250;padding: 4rem 0 2rem;color: #fff;position: relative;}
.stap4-header h2 { font-weight: 700; margin-bottom: 1.5rem; text-align: left; }
.stap4-header .stap4-introtekst,
.stap4-header .vastgoedexpert-tekst {
    text-align: left;
    line-height: 1.4;
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
}
.stap4-header .vastgoedexpert-tekst p { margin-bottom: 1rem; }
.stap4-header .vastgoedexpert-tekst p:last-child { margin-bottom: 0; }
.stap4-header p {opacity: 1;line-height: 1.4;font-size: 17px;font-weight: 500;}
.stap4-header-vastgoed {
    background-color: #f5f0eb;
    background-image: url('achtergrond-balk-architect-vastgoedexpert.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #333;
}
.stap4-header-vastgoed h2,
.stap4-header-vastgoed .vastgoedexpert-tekst,
.stap4-header-vastgoed .vastgoedexpert-tekst p { color: #333; text-align: left; }
.stap4-header-vastgoed .col-lg-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.stap4-header-vastgoed .stap4-foto-cirkel-wrapper {
    min-height: 330px;
    position: relative;
}
.stap4-foto-cirkel-wrapper {position: relative;display: flex;justify-content: center;align-items: flex-end;flex-direction: column;}
.stap4-foto-cirkel {width: 310px;height: 548px;border-radius: 0%;overflow: hidden;/* border: 4px solid rgba(255,255,255,0.4); */flex-shrink: 0;/* margin-bottom: -36%; */position: absolute;z-index: 2;}
.stap4-foto-cirkel img { width: 100%; height: 100%; object-fit: cover; }
.stap4-stappen { padding: 5rem 0 4rem; background: #fff; }
.stap4-stappen h3 { text-align: center; margin-bottom: 2rem; color: #333; }
.stap4-stappen .row.stap4-kolommen {border-top: none;text-align: justify;}
.stap4-stappen .col-md-6:first-child {border-right: 1px solid #444;padding-right: 3rem;}
.stap4-stappen .col-md-6:last-child {padding-left: 3rem;}
.stap-item { margin-bottom: 1.5rem; }
.stap-item strong {color: #000;display: block;/* margin-bottom: 0.25rem; */font-weight: 800;font-size: 19px;}
.stap4-ondertitel { max-width: 720px; margin-left: auto; margin-right: auto; text-align: left; padding: 2rem 1rem; color: #333; }
.stap4-ondertitel .vet { font-weight: 700; color: #c55a11; }

/* ========== STAP 5 Ã¢â‚¬â€œ Vastgoedexpertise box + foto + Volg ons ========== */
.stap5 {padding: 0rem 0;background: #fff;padding-bottom: 250px;}
.stap5-inner { position: relative; min-height: 420px; }
/* Foto rechts, begint ongeveer op de helft; ruimte boven en onder */
.stap5-foto-wrap {
    position: absolute;
    right: 0;
    top: 2.5rem;
    width: 58%;
    max-width: 720px;
    height: 380px;
}
.stap5-foto { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Tekstblok: veel lager, iets naar rechts Ã¢â‚¬â€œ in de linkeronderhoek van de foto */
.stap5-box {
    position: absolute;
    left: 3%;
    bottom: -248px;
    background: #fff;
    border: 2px solid #c55a11;
    padding: 2.5rem;
    max-width: 575px;
    z-index: 2;
}
.stap5-box h2 { color: #c55a11; font-weight: 700; margin-bottom: 1rem; }
.stap5-box p { color: #333; line-height: 1.7; }
.stap5-box .cta { color: #c55a11; font-weight: 600; margin-top: 1rem; }
.stap5-cirkel {
    position: absolute;
    bottom: -84px;
    right: -20px;
    width: 170px;
    height: 170px;
    min-width: 140px;
    min-height: 140px;
    border-radius: 50%;
    background-image: url('versie2-materiaal/Textuur cortenstaal.jpg');
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.75rem;
    font-size: 0.9rem;
    line-height: 1.3;
    box-sizing: border-box;
    z-index: 3;
}
.stap5-cirkel i { font-size: 1.5rem; margin-bottom: 0.2rem; }

/* ========== STAP 6 Ã¢â‚¬â€œ Waarom vastgoedexpertise + Tips & Tricks ========== */
.stap6 { padding: 4rem 0; background: #fff; }
.stap6-titel {color: #c55a11;font-weight: 700;margin-bottom: 1.5rem;display: flex;align-items: center;gap: 0.5rem;font-size: 28px;}
.stap6-titel i { font-size: 1rem; }
.stap6-tekst { color: #333; line-height: 1.8; }
.stap6-kolommen .col-lg-6:first-child {border-right: 1px solid #444;padding-right: 3rem;}
.stap6-kolommen .col-lg-6:last-child {padding-left: 3rem;}
.stap6-lijst { list-style: none; padding: 0; }
.stap6-lijst li { margin-bottom: 1rem; display: flex; gap: 0.75rem; }
.stap6-lijst .check { color: #000; }
.stap6-lijst strong {display: block;margin-bottom: 0.75rem;color: #333;font-weight: 800;font-size: 19px;}
.stap6-download {text-align: center;margin-top: 0rem;padding-top: 2rem;}
.stap6-download .bruin { color: #c55a11; font-weight: 600; }
.btn-tips, .btn-cortenstaal {
    margin-top: 1rem;
}

/* ========== Contact sectie ========== */
.contact-section {
    padding: 4rem 0 0;
    background-color: #fff;
    background-image: url('../marmer-foto.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-book-button {
    background-image: url('versie2-materiaal/Textuur cortenstaal.jpg');
    background-size: cover;
    background-position: center;
    color: #fff !important;
    padding: 0.5rem 1.25rem;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 3rem;
    transition: filter 0.3s ease, box-shadow 0.3s ease;
}
.contact-book-button:hover {
    color: #fff !important;
    filter: brightness(1.12);
    box-shadow: 0 2px 12px rgba(0,0,0,0.2);
}
.contact-info-section {
    padding: 2rem 0;
    margin-bottom: 3rem;
}
.contact-info-item {
    text-align: center;
    padding: 1rem;
}
.contact-info-icon {
    font-size: 2rem;
    color: #c55a11;
    margin-bottom: 1rem;
}
.contact-info-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.contact-info-value {
    font-size: 1rem;
    color: #666;
}
.contact-social-link {
    color: #666;
    text-decoration: none;
}
.contact-social-link:hover {
    color: #c55a11;
}
.contact-form-section {
    padding: 4rem 0;
    background-color: transparent;
}
.contact-form-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}
.contact-form-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 2rem;
    text-align: center;
}
.contact-form-group {
    margin-bottom: 1.5rem;
}
.contact-form-label {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
    display: block;
}
.contact-form-input,
.contact-form-textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    background-color: #fff;
    font-family: 'Inter', sans-serif;
}
.contact-form-textarea {
    min-height: 150px;
    resize: vertical;
}
.contact-radio-group {
    margin-bottom: 2rem;
}
.contact-radio-title {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 1rem;
}
.contact-radio-option {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}
.contact-radio-option input[type="radio"] {
    margin-right: 0.5rem;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #c55a11;
}
.contact-radio-option label {
    font-size: 1rem;
    color: #333;
    cursor: pointer;
    margin: 0;
}
.contact-submit-button {
    background-image: url('versie2-materiaal/Textuur cortenstaal.jpg');
    background-size: cover;
    background-position: center;
    color: #fff !important;
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: filter 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 2rem auto 0;
}
.contact-submit-button:hover {
    color: #fff !important;
    filter: brightness(1.12);
    box-shadow: 0 2px 12px rgba(0,0,0,0.2);
}

/* ========== Stap5-section (carousel geveltexturen) ========== */
.stap5-section {
    padding: 6rem 0 0rem 0;
    background-color: #fff;
}
.stap5-carousel-section {
    padding: 3rem 0;
    background-color: #f5f5f0;
}
.stap5-carousel-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 6rem;
    position: relative;
}
.stap5-carousel-section .owl-carousel { padding: 1rem 0; }
.stap5-carousel-section .owl-item { display: flex; justify-content: center; align-items: center; padding: 0 !important; }
.stap5-carousel-section .owl-stage-outer { padding: 0 !important; }
.stap5-carousel-section .owl-stage { display: flex; align-items: center; }
.stap5-carousel-section .owl-stage .owl-item { position: relative; box-sizing: border-box; }
.stap5-carousel-section .owl-stage .owl-item:not(.cloned) {
    margin-right: 30px !important;
    width: auto !important;
    min-width: 300px !important;
    max-width: 300px !important;
}
.stap5-carousel-section .owl-stage .owl-item:not(.cloned):last-child { margin-right: 0 !important; }
.stap5-carousel-section .owl-stage .owl-item .stap5-carousel-item {
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    flex-shrink: 0 !important;
}
.stap5-carousel-item {
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.stap5-image-square {
    width: 300px;
    height: 300px;
    border: 2px solid #c55a11;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.stap5-carousel-item:hover .stap5-image-square { box-shadow: 0 6px 12px rgba(0,0,0,0.15); border-color: #6b3410; }
.stap5-image-circle {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 2px solid #c55a11;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.stap5-carousel-item:hover .stap5-image-circle { box-shadow: 0 6px 12px rgba(0,0,0,0.15); border-color: #6b3410; }
.stap5-image-square img, .stap5-image-circle img { width: 100%; height: 100%; object-fit: cover; }
.stap5-brand-name { color: #c55a11; font-size: 0.9rem; font-weight: 500; text-transform: uppercase; }
.stap5-carousel-section .owl-nav {
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 160px);
    left: -80px;
    padding: 0;
    pointer-events: none;
    z-index: 10;
}
.stap5-carousel-section .owl-theme .owl-nav .stap5-owl-prev,
.stap5-carousel-section .owl-theme .owl-nav .stap5-owl-next {
    pointer-events: auto !important;
    background: transparent !important;
    border: none !important;
    color: #c55a11 !important;
    font-size: 3rem !important;
    cursor: pointer !important;
    padding: 0.5rem 1rem !important;
    z-index: 10 !important;
    margin: 0 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: -69px;
}
.stap5-carousel-section .owl-theme .owl-nav .stap5-owl-prev:hover,
.stap5-carousel-section .owl-theme .owl-nav .stap5-owl-next:hover { color: #6b3410 !important; }
.stap5-carousel-section .owl-theme .owl-nav .stap5-owl-prev { left: 0 !important; position: absolute !important; }
.stap5-carousel-section .owl-theme .owl-nav .stap5-owl-next { right: 0 !important; left: auto !important; position: absolute !important; }
.stap5-carousel-section .owl-dots { text-align: center; margin-top: 2rem; }
.stap5-carousel-section .owl-theme .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #c55a11 !important;
    opacity: 0.4;
    margin: 0 5px;
}
.stap5-carousel-section .owl-theme .owl-dots .owl-dot:hover,
.stap5-carousel-section .owl-theme .owl-dots .owl-dot.active { opacity: 1 !important; transform: scale(1.2); }
.stap5-carousel-section .owl-theme .owl-dots .owl-dot span { background-color: transparent !important; }

/* Modal carousel */
.carousel-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}
.carousel-modal-content {
    background-color: #fff;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}
.carousel-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #c55a11;
    font-size: 3rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    line-height: 1;
}
.carousel-modal-close:hover { color: #6b3410; }
.carousel-modal-body {display: flex;gap: 3rem;padding: 3rem;background-color: #f5f5f0;}
.carousel-modal-left { flex: 1; min-width: 0; }
.carousel-modal-main-image {
    width: 100%;
    aspect-ratio: 1/1;
    border: 2px solid #c55a11;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.carousel-modal-main-image img { width: 100%; height: 100%; object-fit: cover; }
.carousel-modal-texture-label-main { position: absolute; color: #c55a11; font-weight: 600; font-size: 1.1rem; text-transform: uppercase; z-index: 10; }
.carousel-modal-left-text { margin-top: 1rem; }
.carousel-modal-left-text p { color: #c55a11; font-size: 1rem; margin: 0; }
.carousel-modal-right { flex: 1; display: flex; flex-direction: column; gap: 2rem; }
.carousel-modal-texts { display: flex; flex-direction: column; gap: 1.5rem; }
.carousel-modal-text { font-size: 1rem; line-height: 1.7; color: #333; margin: 0; }
.carousel-modal-bottom-images { position: relative; display: flex; align-items: center; gap: 1rem; height: 200px; }
.carousel-modal-image-square {
    width: 180px;
    height: 180px;
    border: 2px solid #c55a11;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.carousel-modal-image-square img { width: 100%; height: 100%; object-fit: cover; }
.carousel-modal-image-circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 2px solid #c55a11;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-left: -40px;
    z-index: 2;
}
.carousel-modal-image-circle img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.carousel-modal-texture-label { position: absolute; color: #c55a11; font-weight: 600; font-size: 0.9rem; text-transform: uppercase; z-index: 10; }
.carousel-modal-bottom-text p { color: #c55a11; font-size: 1rem; margin: 0; }

/* Modal Tips & Tricks */
#tips-modal .carousel-modal-content {
    background-image: url('../marmer-foto.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.tips-modal-body {
    padding: 3rem;
    background-color: transparent;
    max-width: 560px;
    margin: 0 auto;
}
.tips-modal-title {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    color: #c55a11;
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 1rem;
}
.tips-modal-intro {
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-weight: 500;
}
.tips-modal-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.tips-modal-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.tips-modal-checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 1rem;
    color: #333;
    font-weight: 500;
}
.tips-modal-checkbox input[type="checkbox"] {
    width: 1.1rem;
    height: 1.1rem;
    accent-color: #c55a11;
    flex-shrink: 0;
}
.tips-modal-field {
    margin-top: 0.25rem;
}

/* Footer */
.footer-section {
    background-size: cover;
    background-position: center;
    color: #141414;
    padding: 2rem 0;
    position: relative;
    background-color: #ffffff;
}
.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.3); */
    z-index: 0;
}
.footer-section > * { position: relative; z-index: 1; }
.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    align-items: start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.footer-content .footer-col {
    max-width: none;
    flex: none;
    width: 100%;
    box-sizing: border-box;
}

.footer-content a {
    color:white;
}

.footer-content a:hover {
    text-decoration:none;
}

.footer-col {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
    min-width: 0;
}
.footer-col p, .footer-col a{margin: 0 0 0.5rem 0;color: #141414;}
.footer-col p:last-child { margin-bottom: 0; }
.footer-col-left { text-align: left; }
.footer-col-center { text-align: center; }
.footer-col-right { text-align: right; }
.footer-link {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: underline;
}
.footer-link:hover { color: #fff; }

/* Responsive */
@media (max-width: 991px) {
    .stap1-left { min-height: 50vh; }
    .stap2-e { font-size: 4rem; }
    .stap4-foto-cirkel { width: 200px; height: 200px; margin-bottom: -15%; }
    .stap4-foto-cirkel-wrapper { margin-bottom: 0; }
    .stap5-carousel-container { padding: 0 5rem; }
    .stap5-carousel-section .owl-theme .owl-nav .stap5-owl-prev { left: -40px !important; }
    .stap5-carousel-section .owl-theme .owl-nav .stap5-owl-next { right: -40px !important; }
    .stap5-inner { min-height: auto; }
    .stap5-foto-wrap { position: relative; width: 100%; max-width: 100%; top: 0; margin-bottom: 2rem; }
    .stap5-box { position: relative; left: auto; bottom: auto; max-width: 100%; margin: 0 auto; }
    .stap5-cirkel { right: 10px; bottom: -20px; }
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center !important;
    }
    .footer-col-left, .footer-col-center, .footer-col-right { text-align: center !important; }
}
@media (max-width: 767px) {
    .nav-menu {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 1rem;
        width: 100%;
        padding: 1rem 0;
    }
    .nav-menu a { margin-left: 0; margin-bottom: 0.5rem; }
    .stap1-right .logo-home { max-width: 100%; width: 100%; }
    .stap2-e { font-size: 3rem; margin: 1rem 0; }
    .stap3-tekst { padding: 2rem; }
    .stap4-header { padding: 2rem 0; }
    .stap4-foto-cirkel { width: 180px; height: 180px; margin-bottom: -12%; }
    .stap4-stappen .col-md-6:first-child {border-right: none;/* border-bottom: 1px solid #444; */padding-right: 0;/* padding-bottom: 1.5rem; */padding-left: 12px;}
    .stap4-stappen .col-md-6:last-child { padding-left: 12px; padding-top: 1.5rem; }
    .stap5-foto-wrap { height: 300px; }
    .stap5-cirkel { width: 120px; height: 120px; min-width: 120px; min-height: 120px; right: 10px; bottom: -15px; font-size: 0.8rem; }
    .stap6-kolommen .col-lg-6:first-child { border-right: none; border-bottom: 1px solid #444; padding-right: 0; padding-bottom: 1.5rem; }
    .stap6-kolommen .col-lg-6:last-child { padding-left: 0; padding-top: 1.5rem; }
    .contact-book-button { font-size: 1rem; padding: 0.8rem 2rem; }
    .contact-form-section { padding: 3rem 0; }
    .contact-form-container { padding: 0 1rem; }
    .contact-info-item { margin-bottom: 1rem; }
    .contact-form-title { font-size: 1.3rem; }
    .stap5-carousel-container { padding: 0 3rem; }
    .stap5-carousel-section .owl-nav {
        width: 100% !important;
        left: 0 !important;
    }
    .stap5-carousel-section .owl-theme .owl-nav .stap5-owl-prev { left: 10px !important; font-size: 2rem !important; }
    .stap5-carousel-section .owl-theme .owl-nav .stap5-owl-next { right: 10px !important; font-size: 2rem !important; }
    .stap5-image-square, .stap5-image-circle { width: 250px; height: 250px; }
    .stap5-carousel-section .owl-stage .owl-item:not(.cloned) { min-width: 250px !important; max-width: 250px !important; }
    .stap5-carousel-section .owl-stage .owl-item .stap5-carousel-item { width: 250px !important; min-width: 250px !important; max-width: 250px !important; }
    .carousel-modal-body { flex-direction: column; padding: 2rem; }
    .carousel-modal-close { right: 10px; top: 10px; font-size: 2.5rem; }
    .carousel-modal-image-square, .carousel-modal-image-circle { width: 150px; height: 150px; }
    .carousel-modal-image-circle { margin-left: -30px; }
}

.fa-instagram{font-size: 22px;}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}





/* 4 kolommen Sectie - Diensten met 4 kolommen */
.kolommen4-section {
    padding: 6rem 0;
    background-color: white;
}

.kolommen4-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 4rem;
}

.kolommen4-service {
    margin-bottom: 3rem;
}

.kolommen4-service-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 1.5rem;
    background-color: #e0e0e0;
}

.kolommen4-service-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 1rem;
}

.kolommen4-service-text {
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
    text-align: center;
}

blockquote {
    border: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: -30px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote h3 {
    /* font-size:21px; */
}

/* Grote quotes voor .citaat-blockquote staan in .citaat-blockquote .citaat-tekst::before/::after (absoluut gepositioneerd) */

/* Grote quotes voor .citaat-blockquote staan in .citaat-blockquote .citaat-tekst::before/::after (absoluut gepositioneerd) */

/* ========== Instagram feed (3x3 grid) ========== */
.instagram-feed-section {
    padding: 4rem 0 3rem;
    background: #fff;
}
.instagram-feed-titel {
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: 400;
    font-size: 2rem;
    color: #b08d75;
    margin-bottom: 2.5rem;
}
.instagram-feed-titel a {
    color: #b08d75;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.instagram-feed-titel a:hover {
    color: #c55a11;
}
.instagram-feed-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 900px;
    margin: 0 auto;
}
.instagram-feed-item {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}
.instagram-feed-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, filter 0.3s ease;
}
.instagram-feed-item:hover img {
    transform: scale(1.04);
    filter: brightness(0.92);
}
@media (max-width: 767px) {
    .instagram-feed-titel { font-size: 1.5rem; margin-bottom: 1.5rem; }
    .instagram-feed-grid { gap: 8px; }
}
@media (max-width: 480px) {
    .instagram-feed-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ========== Zachte fade-in op foto's (scroll + hero bij laden) ========== */
img.img-fade-soft {
    opacity: 0;
    transform: translateY(14px);
}
img.img-fade-soft.is-visible {
    animation: img-fade-in 1.8s ease-out forwards;
}
@keyframes img-fade-in {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Verberg op mobiel/tablet (< 992px) */
@media (max-width: 991.98px) {
    .hide-on-mobile {
        display: none !important;
    }
}

.stap-nummer {
    color: #ce8250;
}