/* Eerste letter van 'Aanbod' in het linkermenu in BreakingRoad font */
.menu-aanbod-a {
    font-family: 'BreakingRoad', sans-serif !important;
    font-size: 1.25em;
    letter-spacing: 0.01em;
    color: #2a2a2a;
    display: inline;
}
/* Eerste letter van 'Services' in het linkermenu in BreakingRoad font */
.menu-services-s {
    font-family: 'BreakingRoad', sans-serif !important;
    font-size: 1.25em;
    letter-spacing: 0.01em;
    color: #2a2a2a;
    display: inline;
}

@media (max-width: 900px) {
    #section6 .blog-article-card p {
        font-size: 0.98em;
    }
    .side-nav {
        position: fixed !important;
        z-index: 9999 !important;
        top: 0;
        left: 0;
        width: 100vw;
        height: auto;
        box-shadow: 0 2px 16px 0 rgba(0,0,0,0.08);
        background: rgba(255,255,255,0.98);
        transition: box-shadow 0.2s;
    }
            #section7 {
                scroll-margin-top: 60px !important;
            }
}
@media (max-width: 900px) {
    .section-title {
        font-size: 1.1rem !important;
    }
}
@media (max-width: 900px) {
    #site-credit {
        margin-left: 0 !important;
        width: 100vw;
        text-align: center;
    }
}
/* =========================
   7. FOOTER CREDIT
   ========================= */
#site-credit {
    width: 100vw;
    text-align: center;
    margin: 2em 0 0 0;
    font-size: 1em;
    color: #2a2a2a;
    font-family: 'Fauna One', Arial, sans-serif;
    background: rgba(255,255,255,0.10);
    padding: 1.2em 0 1.2em 0;
    letter-spacing: 0.01em;
    margin-left: 120px;
}
#site-credit-link {
    color: #50A3B9;
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.2s;
}
#site-credit-link:hover {
    color: #2a2a2a;
}
/* =========================
   5. UTILITIES & ANIMATIES
   ========================= */
@keyframes frostdrop {
    from {
        border-radius: 38% 62% 46% 54% / 46% 51% 49% 54%;
    }
    to {
        border-radius: 50%;
    }
}
/* ...andere utility classes, animaties, helpers... */

/* =========================
   6. MEDIA QUERIES
   ========================= */
/* ...alle @media (max-width: ...) en responsive overrides... */
/* =========================
   4. COMPONENTEN: CARDS, ABOUT, FAQ, CONTACT
   ========================= */
/* Contact cards layout */
#section6 .section-title {
    margin-top: 3.5em !important;
}
#section6 .blog-articles-outer {
    display: flex;
    flex-direction: row;
    gap: 48px;
    justify-content: center;
    align-items: stretch;
    margin: 32px auto 64px auto;
    max-width: calc(100vw - 140px);
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    overflow-x: visible;
}
#section6 .blog-article-card {
    flex: 1 1 650px;
    min-width: 320px;
    max-width: 820px;
    box-sizing: border-box;
    min-height: 440px;
    z-index: 300;
    background: rgba(255,255,255,0.18);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    -webkit-backdrop-filter: blur(12px) saturate(1.2);
    backdrop-filter: blur(12px) saturate(1.2);
    border: 1.5px solid rgba(255,255,255,0.28);
    border-radius: 0 !important;
    font-family: 'Fauna One', Arial, sans-serif;
    color: #1a2330;
    padding: 24px 28px 24px 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    transition: box-shadow 0.3s, background 0.3s;
    overflow: visible;
    position: relative;
}
#section6 .blog-article-card h3 {
    font-family: 'BreakingRoad', sans-serif;
    font-size: 2.2em;
    margin-bottom: 0.7em;
    color: #2a2a2a;
    text-align: center;
    width: 100%;
}
#section6 .blog-article-card p {
    font-size: 1.15em;
    color: #1a2330;
    margin: 0 0 0.7em 0;
}
@media (max-width: 1200px) {
    #section6 .blog-articles-outer {
        gap: 24px;
        max-width: 98vw;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #section6 .blog-article-card {
        min-width: 160px;
        max-width: 99vw;
        min-height: 320px;
        padding: 18px 10px 18px 10px;
    }
}
@media (max-width: 900px) {
    #section6 .blog-articles-outer {
        flex-direction: column;
        gap: 32px;
        max-width: 100vw;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #section6 .blog-article-card {
        width: 90vw;
        min-width: 0;
        max-width: 94vw;
        min-height: 120px;
        margin: 0 auto 1.2em auto;
        padding: 8px 4px 12px 4px;
        box-sizing: border-box;
    }
}
#section8 .section-title {
    margin-top: 4.5em !important;
}
.contact-cards-outer {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    align-items: stretch;
    margin: 18px auto 64px auto;
    max-width: 1100px;
}
.contact-card {
    flex: 1 1 340px;
    min-width: 300px;
    max-width: 900px;
    min-height: 180px;
    background: rgba(255,255,255,0.18);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    -webkit-backdrop-filter: blur(12px) saturate(1.2);
    backdrop-filter: blur(12px) saturate(1.2);
    border: 1.5px solid rgba(255,255,255,0.28);
    border-radius: 0 !important;
    font-family: 'Fauna One', Arial, sans-serif;
    color: #1a2330;
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    transition: box-shadow 0.3s, background 0.3s;
    overflow: visible;
    position: relative;
}
.contact-map-card {
    position: relative;
    overflow: visible;
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.contact-map-embed {
    position: relative;
    width: 100%;
    height: 220px;
}
.contact-map-embed .map-icon-label {
    display: block;
    position: absolute;
    left: calc(50% + 4px);
    top: 27%;
    transform: translate(-50%, -50%);
    width: 110px;
    max-width: 160px;
    height: auto;
    aspect-ratio: 1 / 1;
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    object-fit: contain;
    transition: transform 0.3s cubic-bezier(.4,2,.3,1), opacity 0.18s cubic-bezier(.4,2,.3,1);
}
.contact-map-card:hover .map-icon-label,
.contact-map-card.hover .map-icon-label {
    transform: translate(-185%, -50%);
    opacity: 1;
}
.contact-map-card:hover,
.contact-map-card.hover {
    background: linear-gradient(135deg, rgba(194,223,255,0.55) 0%, rgba(255,255,255,0.32) 100%);
    border-color: #aee2ff;
    box-shadow: 0 8px 32px 0 rgba(80, 180, 255, 0.22);
}
.contact-card h3 {
    font-family: 'BreakingRoad', sans-serif;
    font-size: 2em;
    margin-bottom: 0.7em;
    color: #2a2a2a;
    text-align: center;
    width: 100%;
}
.contact-card a {
    color: #1a2330;
    text-decoration: underline;
    word-break: break-all;
}
.contact-map-embed iframe {
    width: 100%;
    height: 220px;
    border: 0;
    border-radius: 12px;
    margin-top: 0;
    filter: blur(4px) grayscale(0.2);
    transition: filter 0.4s cubic-bezier(.4,2,.3,1);
}
.contact-map-card:hover .contact-map-embed iframe,
.contact-map-card.hover .contact-map-embed iframe {
    filter: none;
}
/* FAQ en cards volgen hieronder, ... */
/* =========================
   3. NAVIGATIE, MENU, TAAL, SOCIALS
   ========================= */
/* Navigatiebalk, menu, logo, socials, taalkeuze, hamburger, side-nav, fixed-menu, menu-wrapper, menu-links, menu-bottom, enz. */
.side-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    height: 100vh;
    background: linear-gradient(180deg, #e7ecef 0%, #cfd8dc 100%);
    box-shadow: 2px 0 10px rgba(60,60,60,0.08);
    display: flex;
    flex-direction: column;
    z-index: 200;
}
.navbar-logo {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 20px 0;
    color: #333;
}
.navbar-logo img {
    width: 110px;
    display: block;
    margin: 30px auto 20px auto;
    transition: transform 0.3s;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.22)) drop-shadow(0 0 0 #fff) drop-shadow(0 0 6px rgba(0,0,0,0.18));
}
.logo-link:hover img {
    transform: scale(1.04);
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.22)) drop-shadow(0 0 0 #fff) drop-shadow(0 0 6px rgba(0,0,0,0.18)) drop-shadow(0 0 18px rgba(0,255,255,0.25));
}
.navbar-menu {
    list-style: none;
    padding: 0 20px;
    flex: 1;
    display: none;
}
.navbar-menu li {
    margin-bottom: 18px;
}
.navbar-menu a {
    color: #222;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 8px 12px;
    border-radius: 6px;
    transition: background 0.2s;
    display: block;
}
.navbar-menu a:hover {
    background: #b1ffe5;
}
.side-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    z-index: 100;
    height: 100vh;
}
.fixed-menu {
    width: 150px;
    background: #b1ffe5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    height: 100vh;
    position: relative;
    z-index: 2;
}
.menu-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 260px;
    background: linear-gradient(180deg, #f5f7fa 0%, #e2e6ea 100%);
    box-shadow: 2px 0 10px rgba(60,60,60,0.08);
    z-index: 90;
    display: flex;
    flex-direction: column;
    padding: 30px 20px 20px 20px;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.98);
    transition: left 0.4s cubic-bezier(.4,0,.2,1), opacity 0.4s cubic-bezier(.4,0,.2,1), transform 0.4s cubic-bezier(.4,0,.2,1);
}
.menu-bar.open {
    left: 220px;
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}
.menu-toggle {
    position: relative;
    width: 40px;
    height: 72px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    margin-top: 200px;
    font-size: 2rem;
}
.menu-icon,
.menu-icon::before,
.menu-icon::after {
    content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 4px;
    background: #222;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(.4,2,.3,1);
}
.menu-icon {
    position: relative;
    z-index: 2;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
}
.menu-icon::before {
    top: -10px;
    left: 0;
}
.menu-icon::after {
    top: 10px;
    left: 0;
}
.menu-toggle.open .menu-icon {
    background: transparent;
}
.menu-toggle.open .menu-icon::before {
    top: 0;
    transform: rotate(45deg);
}
.menu-toggle.open .menu-icon::after {
    top: 0;
    transform: rotate(-45deg);
}
.menu-label {
    position: absolute;
    top: 235px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.1em;
    color: var(--accent);
    letter-spacing: 0.04em;
    text-align: center;
    font-family: 'BreakingRoad', sans-serif;
    -webkit-user-select: none;
    user-select: none;
    line-height: 1;
    margin: 0;
    z-index: 1;
    pointer-events: auto;
}
.menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}
.menu-links li {
    margin-bottom: 18px;
}
.menu-links a {
    color: #2a2a2a;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 8px 12px;
    border-radius: 6px;
    transition: background 0.2s;
    display: block;
}
.menu-links a:hover {
    background: linear-gradient(90deg, #e0e7ef 0%, #cfd8dc 70%, rgba(207,216,220,0) 100%);
    box-shadow: 0 2px 8px rgba(60,60,60,0.08);
    color: #1a1a1a;
    transform: translateY(-2px) scale(1.04);
    transition: background 0.3s, box-shadow 0.3s, color 0.3s, transform 0.3s;
}
.menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    background: transparent;
    border: none;
    cursor: pointer;
}
.menu-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 2;
    margin: 0 !important;
    padding: 0 !important;
}
.logo {
    display: block;
    max-width: calc(90% + 20px);
    max-height: 100px;
    margin: 24px auto 16px auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(163,185,163,0.08));
}
.socials {
    list-style: none;
    padding: 0 0 32px 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.social-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin: 0 0 12px 0;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.10));
    transition: transform 0.2s;
}
.social-icon:hover {
    transform: scale(1.12);
}
.lang-select-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #e0e7ef;
    color: #2a2a2a;
    border: none;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(60,60,60,0.08);
    cursor: pointer;
    transition: background 0.2s;
    width: 120px;
    height: 38px;
    margin: 18px auto 0 auto;
    font-size: 1.08em;
}
.lang-select-btn img {
    width: 26px;
    height: 26px;
    margin-right: 4px;
}
.lang-select-btn span {
    font-size: 1.08em;
    font-family: inherit;
    color: #2a2a2a;
}
.lang-select-btn:hover {
    background: #cfd8dc;
}
.lang-popup {
    display: none;
    justify-content: center;
    margin-top: 8px;
}
.lang-popup.open {
    display: flex;
}
.lang-popup-content {
    background: #f5f7fa;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(60,60,60,0.06);
}
.lang-option {
    background: #e0e7ef;
    color: #2a2a2a;
    border: none;
    border-radius: 14px;
    font-size: 0.85em;
    padding: 6px 16px;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(60,60,60,0.04);
    transition: background 0.2s, box-shadow 0.2s;
}
.lang-option:hover {
    background: #dbe3ea;
    color: #222;
    box-shadow: 0 2px 8px rgba(60,60,60,0.10);
}
/* ...rest van de CSS volgt... */
/* =========================
   1. RESET, FONTS, IMPORTS
   ========================= */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Fauna+One');

@font-face {
    font-family: 'BreakingRoad';
    src: url('assets/font/breaking_road/Breaking Road.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body, *, *::before, *::after {
    box-sizing: border-box;
}

:root {
    --white: #fafaf9;
    --black: #222;
    --menu-color: #f4f5f3;
    --fixed-menu-color: #e6e7e5;
    --accent: #50A3B9;
    --link-hover: #6d7c6d;
    --section-bg: #f7f7f6;
}

/* =========================
   2. ALGEMENE LAYOUT
   ========================= */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    background: var(--section-bg);
}

h1 {
    color: #333;
    text-align: center;
    margin-top: 40px;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    padding: 20px;
}

.main-content {
    padding-left: 140px;
    margin-left: 220px;
    padding: 0;
    overflow-x: hidden;
}

section {
    min-height: 100vh;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: unset;
    margin: 0 auto;
    width: 60vw;
    max-width: 700px;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* =========================
   2. REST VAN DE CSS (volgende blokken volgen)
   ========================= */
/* Eerste letter van links in het linkermenu in BreakingRoad font */
.menu-articles-a {
    font-family: 'BreakingRoad', sans-serif !important;
    font-size: 1.25em;
    letter-spacing: 0.01em;
    color: #2a2a2a;
    display: inline;
}
.menu-links a::first-letter {
    font-family: 'BreakingRoad', sans-serif;
    font-size: 1.25em;
    letter-spacing: 0.01em;
    color: #2a2a2a;
}
/* Contact sectietitel lager op desktop */
#section8 .section-title {
    margin-top: 4.5em !important;
}
/* --- Contact cards layout --- */
.contact-cards-outer {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    align-items: stretch;
    margin: 18px auto 64px auto;
    max-width: 1100px;
}
.contact-card {
    flex: 1 1 340px;
    min-width: 300px;
    max-width: 900px;
    min-height: 180px;
    background: rgba(255,255,255,0.18);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    -webkit-backdrop-filter: blur(12px) saturate(1.2);
    backdrop-filter: blur(12px) saturate(1.2);
    border: 1.5px solid rgba(255,255,255,0.28);
    border-radius: 0 !important;
    font-family: 'Fauna One', Arial, sans-serif;
    color: #1a2330;
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    transition: box-shadow 0.3s, background 0.3s;
    overflow: visible;
    position: relative;
}
.contact-map-card {
    position: relative;
    overflow: visible;
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.contact-map-embed {
    position: relative;
    width: 100%;
    height: 220px;
}
.contact-map-embed .map-icon-label {
    display: block;
    position: absolute;
    left: calc(50% + 4px);
    top: 27%;
    transform: translate(-50%, -50%);
    width: 110px;
    max-width: 160px;
    height: auto;
    aspect-ratio: 1 / 1;
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    object-fit: contain;
    transition: transform 0.3s cubic-bezier(.4,2,.3,1), opacity 0.18s cubic-bezier(.4,2,.3,1);
}
/* Schuif het map-icoon naar links bij hover, maar laat het zichtbaar */
.contact-map-card:hover .map-icon-label,
.contact-map-card.hover .map-icon-label {
    transform: translate(-185%, -50%);
    opacity: 1;
}
.contact-map-card:hover,
.contact-map-card.hover {
    background: linear-gradient(135deg, rgba(194,223,255,0.55) 0%, rgba(255,255,255,0.32) 100%);
    border-color: #aee2ff;
    box-shadow: 0 8px 32px 0 rgba(80, 180, 255, 0.22);
}
.contact-card h3 {
    font-family: 'BreakingRoad', sans-serif;
    font-size: 2em;
    margin-bottom: 0.7em;
    color: #2a2a2a;
    text-align: center;
    width: 100%;
}
.contact-card a {
    color: #1a2330;
    text-decoration: underline;
    word-break: break-all;
}
.contact-map-embed iframe {
    width: 100%;
    height: 220px;
    border: 0;
    border-radius: 12px;
    margin-top: 0;
    filter: blur(4px) grayscale(0.2);
    transition: filter 0.4s cubic-bezier(.4,2,.3,1);
}
.contact-map-card:hover .contact-map-embed iframe,
.contact-map-card.hover .contact-map-embed iframe {
    filter: none;
}
@media (max-width: 900px) {
    .contact-cards-outer {
        flex-direction: column;
        gap: 24px;
        max-width: 98vw;
        margin: 24px auto 32px auto;
    }
    .contact-card {
        max-width: 98vw;
        min-width: 0;
        width: 100%;
        padding: 18px 8px 22px 8px;
        margin: 0 auto;
    }
}
/* FAQ eerste letter in BreakingRoad font via HTML span */
.faq-first-letter {
    font-family: 'BreakingRoad', sans-serif !important;
    font-size: 1.25em;
    letter-spacing: 0.01em;
    color: #2a2a2a;
}
.faq li {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.45s cubic-bezier(.4,2,.3,1), opacity 0.35s cubic-bezier(.4,2,.3,1);
    will-change: max-height, opacity;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-left: 0.1em;
}
.faq li.open .faq-answer {
    max-height: 300px;
    opacity: 1;
    transition: max-height 0.45s cubic-bezier(.4,2,.3,1), opacity 0.35s cubic-bezier(.4,2,.3,1);
}
.faq li strong::after {
    content: '\25BC';
    display: inline-block;
    margin-left: 0.5em;
    font-size: 0.7em;
    transition: transform 0.3s;
}
.faq li.open strong::after {
    transform: rotate(180deg);
}
/* FAQ sectietitel altijd centreren */
section#section7 .section-title {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: -2.2em !important;
    margin-top: 6em !important;
    display: block;
}
section#section7 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px auto;
    padding: 0 0 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: none;
    box-sizing: border-box;
    overflow: visible;
}
.faq {
    width: 100%;
    max-width: 900px;
    min-width: 0;
    margin: 0 auto;
    padding: 32px 0 32px 32px;
    background: rgba(255,255,255,0.18);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    -webkit-backdrop-filter: blur(12px) saturate(1.2);
    backdrop-filter: blur(12px) saturate(1.2);
    border: 1.5px solid rgba(255,255,255,0.28);
    border-radius: 0 !important;
    list-style: none;
    font-family: inherit;
    font-size: 1.08em;
    color: #1a2330;
    animation: frostdrop 2.2s infinite alternate ease-in-out;
    transition: box-shadow 0.3s, background 0.3s;
    box-sizing: border-box;
    overflow: visible;
}
@media (max-width: 900px) {
    #section3 .section-title {
        margin-top: 4.5em !important;
    }
    /* Alleen de nieuwste, correcte mobiele FAQ-styling behouden */
    .faq {
        max-width: 99vw;
        padding: 14px 2vw 14px 12px;
        font-size: 0.95em;
        border-radius: 0 !important;
        max-height: none;
        overflow-y: visible;
        text-align: left;
        margin-top: 2.5em;
    }
    section#section7 .section-title {
        margin-top: 1em !important;
        margin-bottom: 0em !important;
    }
    .faq li strong {
.faq li strong::first-letter {
    font-family: 'BreakingRoad', sans-serif;
    font-size: 1.25em;
    letter-spacing: 0.01em;
    color: #2a2a2a;
}
        font-size: 1em;
        text-align: left;
    }
    .faq li {
        padding-right: 2vw;
    }
    section#section7 .section-title {
        margin-top: 3.5em !important;
    }
    .side-nav, .fixed-menu {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100vw;
        z-index: 200;
    }
    section#section2 .about-card {
        margin-top: 0.5em !important;
    }
}
/* Forceer links uitlijnen van sectie en cards-wrapper op desktop, centraal op mobiel */
/* Zorg dat de cards niet afgesneden worden */
.cards-outer-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 24px 0;
    box-sizing: border-box;
    background: none;
}

section#section3 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    background: none;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.card-stack-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}
.card-element {
    flex: 1 1 340px;
    min-width: 300px;
    max-width: 360px;
    min-height: 320px;
    font-size: 19px;
    padding: 28px 22px 28px 22px;
    border-radius: 0 !important;
}
@media (max-width: 900px) {
    .card-stack-container {
        flex-direction: column;
        gap: 18px;
        align-items: center;
        flex-wrap: nowrap;
    }
    .card-element {
        max-width: 78vw;
        min-width: 78vw;
        min-height: 200px;
        font-size: 15px;
        padding: 18px 8px 22px 8px;
        border-radius: 0 !important;
        word-break: break-word;
        box-sizing: border-box;
        margin: 0 auto 18px auto;
    }
    .card-element figcaption {
        padding: 12px 0 12px 10px;
    }
    .card-element h2, .card-element p {
        font-size: 1em;
        word-break: break-word;
        line-height: 1.3;
    }
    .card-element img {
        max-width: 60px;
    }
}
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Fauna+One');

/* --- Card-elementen voor Therapies & Services --- */

/* --- FAQ Styling (zelfde look als cards/about) --- */
.faq li {
    margin-bottom: 1.7em;
    padding-bottom: 1.1em;
    border-bottom: 1px solid rgba(44, 62, 80, 0.08);
    position: relative;
    line-height: 1.6;
    background: none;
    transition: background 0.3s;
}
.faq li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.faq li strong {
    display: block;
    font-family: inherit;
    font-size: 1.08em;
    font-weight: bold;
    color: #2a2a2a;
    margin-bottom: 0.25em;
    letter-spacing: 0.01em;
}
.faq li:hover {
    background: linear-gradient(90deg, rgba(194,223,255,0.13) 0%, rgba(255,255,255,0.10) 100%);
}
@media (max-width: 900px) {
    .faq {
        max-width: 98vw;
        padding: 18px 4vw 18px 4vw;
        font-size: 0.98em;
        border-radius: 18px;
    }
    section#section7 {
        max-width: 100vw;
        padding: 0 0 18px 0;
    }
}
.card-element {
    font-family: 'Fauna One', Arial, sans-serif;
    position: relative;
    margin: 10px 20px;
    width: 100%;
    color: #1a2330;
    text-align: left;
    line-height: 1.4em;
    background: rgba(255,255,255,0.18);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    -webkit-backdrop-filter: blur(12px) saturate(1.2);
    backdrop-filter: blur(12px) saturate(1.2);
    border: 1.5px solid rgba(255,255,255,0.28);
    animation: frostdrop 2.2s infinite alternate ease-in-out;
@keyframes frostdrop {
    from {
        border-radius: 38% 62% 46% 54% / 46% 51% 49% 54%;
    }
    to {
        border-radius: 50%;
    }
}
/* Frost hover kleuren voor buitenste cards */
.card-element:first-child:hover,
.card-element:last-child:hover {
    background: linear-gradient(135deg, rgba(194,223,255,0.55) 0%, rgba(255,255,255,0.32) 100%);
    border-color: #aee2ff;
    box-shadow: 0 8px 32px 0 rgba(80, 180, 255, 0.22);
}
.card-element:first-child,
.card-element:last-child {
    border-radius: 0 !important;
    transition: border-radius 0.5s, background 0.3s, box-shadow 0.3s;
}
    overflow: visible;
}
.card-element * {
    box-sizing: border-box;
    transition: all 0.35s ease;
}
.card-element img {
    position: absolute;
    right: 36%;
    top: 50%;
    opacity: 1;
    width: 48%;
    max-width: 90px;
    background: transparent;
    border-radius: 0;
    transform: translate(0%, -50%);
}
.card-element figcaption {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 20px 0 20px 20px;
}
.card-element h2,
.card-element p {
    margin: 0;
    width: 100%;
    transform: translateX(20px);
    opacity: 0;
}
.card-element h2 {
    font-family: 'BreakingRoad', sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #2a2a2a;
  margin: 0 0 0.5em 0;
  letter-spacing: 0.01em;
  text-transform: none;
}
.card-element p {
    font-size: 0.85em;
}
.card-element a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.card-element:hover img,
.card-element.hover img {
    width: 55%;
    right: -10%;
}
.card-element:hover figcaption h2,
.card-element.hover figcaption h2,
.card-element:hover figcaption p,
.card-element.hover figcaption p {
    transform: translateX(0px);
    opacity: 1;
}
.card-icon-label {
  display: block;
  position: absolute;
  left: 50%;
  top: 16%;
  transform: translate(-50%, 0);
    font-family: 'BreakingRoad', sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #2a2a2a;
  background: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
  letter-spacing: 0.01em;
  text-align: center;
  opacity: 1;
  pointer-events: none;
                transition: opacity 0.18s cubic-bezier(.4,2,.3,1), transform 0.04s cubic-bezier(.4,2,.3,1);
  z-index: 2;
}
.card-element:hover .card-icon-label,
.card-element.hover .card-icon-label {
    opacity: 0;
    transform: translate(-200%, 0);
}
.card-element:hover .card-icon-label {
    opacity: 0;
    transform: translate(-200%, 0);
}
@media (max-width: 900px) {
    .side-nav {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100vw;
        height: 60px;
        z-index: 200;
    }
    .fixed-menu {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100vw;
        height: 60px;
        z-index: 201;
    }
}
@media (max-width: 900px) {
    .menu-toggle {
        margin-left: 18px !important;
    }
    .socials .social-icon:last-child {
        margin-right: 18px !important;
    }
}
@media (max-width: 900px) {
    .logo {
        display: none !important;
    }
}
@font-face {
    font-family: 'BreakingRoad';
    src: url('assets/font/breaking_road/Breaking Road.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.section-title {
    font-family: 'BreakingRoad', sans-serif;
    font-size: 2.2rem !important;
    color: #2a2a2a;
    margin: 0 auto 0.7em auto;
    text-align: center;
    line-height: 1.1;
    position: relative;
    top: -3.5em;
    word-break: break-word;
    max-width: 90vw;
    overflow-wrap: break-word;
}
@media (max-width: 600px) {
    .section-title {
        font-size: 1.25rem;
        margin-left: 0.5em;
        margin-right: 0;
        margin-top: 1.2em;
        margin-bottom: 0.7em;
        top: 0;
        max-width: 92vw;
        text-align: left;
        word-break: break-word;
        overflow-wrap: break-word;
    }
}
/* Home sectie logo zelfde als navbar */
.home-logo {
    overflow-x: hidden;
}
.home-logo img {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 50px auto 40px auto;
    transition: transform 0.3s;
    filter:
        drop-shadow(0 4px 24px rgba(0,0,0,0.32))
        drop-shadow(0 0 0 #fff)
        drop-shadow(0 0 18px rgba(0,255,255,0.25))
        drop-shadow(0 0 38px rgba(0,255,255,0.18));
}
.home-logo img:hover {
    transform: scale(1.07);
    filter:
        drop-shadow(0 4px 32px rgba(0,0,0,0.38))
        drop-shadow(0 0 0 #fff)
        drop-shadow(0 0 28px rgba(0,255,255,0.32))
        drop-shadow(0 0 48px rgba(0,255,255,0.22));
}
/* Menu-balk naast navbar */
.menu-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 260px;
    background: linear-gradient(180deg, #f5f7fa 0%, #e2e6ea 100%);
    box-shadow: 2px 0 10px rgba(60,60,60,0.08);
    z-index: 90;
    display: flex;
    flex-direction: column;
    padding: 30px 20px 20px 20px;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.98);
    transition: left 0.4s cubic-bezier(.4,0,.2,1), opacity 0.4s cubic-bezier(.4,0,.2,1), transform 0.4s cubic-bezier(.4,0,.2,1);
}
.menu-bar.open {
    left: 220px;
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}
.menu-links {
    list-style: none;
    padding: 0;
}
.menu-links li {
    margin-bottom: 18px;
}
.menu-links a {
    color: #2a2a2a;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 8px 12px;
    border-radius: 6px;
    transition: background 0.2s;
    display: block;
}
.menu-links a:hover {
    background: linear-gradient(90deg, #e0e7ef 0%, #cfd8dc 70%, rgba(207,216,220,0) 100%);
    box-shadow: 0 2px 8px rgba(60,60,60,0.08);
    color: #1a1a1a;
    transform: translateY(-2px) scale(1.04);
    transition: background 0.3s, box-shadow 0.3s, color 0.3s, transform 0.3s;
}
/* Logo bovenaan navbar */
.navbar-logo img {
    width: 110px;
    display: block;
    margin: 30px auto 20px auto;
    transition: transform 0.3s;
    filter:
        drop-shadow(0 2px 8px rgba(0,0,0,0.22))
        drop-shadow(0 0 0 #fff)
        drop-shadow(0 0 6px rgba(0,0,0,0.18));
}
.logo-link:hover img {
    transform: scale(1.04);
    filter:
        drop-shadow(0 2px 8px rgba(0,0,0,0.22))
        drop-shadow(0 0 0 #fff)
        drop-shadow(0 0 6px rgba(0,0,0,0.18))
        drop-shadow(0 0 18px rgba(0,255,255,0.25));
}

/* Hamburger menu knop */
.menu-toggle {
    position: relative;
    width: 40px;
    height: 72px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    margin-top: 200px;
}
.menu-icon,
.menu-icon::before,
.menu-icon::after {
    content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 4px;
    background: #222;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(.4,2,.3,1);
}
.menu-icon {
    position: relative;
    z-index: 2;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
}
.menu-icon::before {
    top: -10px;
    left: 0;
}
.menu-icon::after {
    top: 10px;
    left: 0;
}
.menu-toggle.open .menu-icon {
    background: transparent;
}
.menu-toggle.open .menu-icon::before {
    top: 0;
    transform: rotate(45deg);
}
.menu-toggle.open .menu-icon::after {
    top: 0;
    transform: rotate(-45deg);
}
.menu-label {
    position: absolute;
    top: 235px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.1em;
    color: var(--accent);
    letter-spacing: 0.04em;
    text-align: center;
    font-family: 'BreakingRoad', sans-serif;
    -webkit-user-select: none;
    user-select: none;
    line-height: 1;
    margin: 0;
    z-index: 1;
    pointer-events: auto;
}
@media (max-width: 900px) {
    .menu-label {
        font-size: 0.85em;
    }
}
@media (max-width: 600px) {
    .menu-label {
        font-size: 0.78em;
    }
}

/* Social icons onderaan navbar */
.navbar-socials {
    position: absolute;
    bottom: 110px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    z-index: 102;
}
.navbar-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-socials img {
    width: 32px;
    height: 32px;
    margin: 0;
    filter:
        drop-shadow(0 2px 8px rgba(0,0,0,0.22))
        drop-shadow(0 0 0 #fff)
        drop-shadow(0 0 6px rgba(0,0,0,0.18));
    transition: transform 0.3s, filter 0.3s;
}

.social-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin: 0 0 12px 0;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.10));
    transition: transform 0.2s;
}
.social-icon:hover {
    transform: scale(1.12);
}

.navbar-menu {
    display: none;
}
/* Navbar aan de linkerkant */
.side-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    height: 100vh;
    background: linear-gradient(180deg, #e7ecef 0%, #cfd8dc 100%);
    box-shadow: 2px 0 10px rgba(60,60,60,0.08);
    display: flex;
    flex-direction: column;
    z-index: 200;
}
.navbar-logo {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 20px 0;
    color: #333;
}
.navbar-menu {
    list-style: none;
    padding: 0 20px;
    flex: 1;
}
.navbar-menu li {
    margin-bottom: 18px;
}
.navbar-menu a {
    color: #222;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 8px 12px;
    border-radius: 6px;
    transition: background 0.2s;
    display: block;
}
.navbar-menu a:hover {
    background: #b1ffe5;
}

.main-content {
    margin-left: 220px;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    /* Geen achtergrondfoto meer */
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
}
h1 {
    color: #333;
    text-align: center;
    margin-top: 40px;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    padding: 20px;
}
section {
    min-height: 100vh;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: unset;
    margin: 0 auto;
    width: 60vw;
    max-width: 700px;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* Hide butterfly animations on mobile devices */
@media (max-width: 768px) {
  canvas {
    display: none;
  }
}

/* =========================
   2. REST VAN DE CSS (volgende blokken volgen)
   ========================= */
/* Eerste letter van links in het linkermenu in BreakingRoad font */
.menu-articles-a {
    font-family: 'BreakingRoad', sans-serif !important;
    font-size: 1.25em;
    letter-spacing: 0.01em;
    color: #2a2a2a;
    display: inline;
}
.menu-links a::first-letter {
    font-family: 'BreakingRoad', sans-serif;
    font-size: 1.25em;
    letter-spacing: 0.01em;
    color: #2a2a2a;
}
/* Contact sectietitel lager op desktop */
#section8 .section-title {
    margin-top: 4.5em !important;
}
/* --- Contact cards layout --- */
.contact-cards-outer {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    align-items: stretch;
    margin: 18px auto 64px auto;
    max-width: 1100px;
}
.contact-card {
    flex: 1 1 340px;
    min-width: 300px;
    max-width: 900px;
    min-height: 180px;
    background: rgba(255,255,255,0.18);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    -webkit-backdrop-filter: blur(12px) saturate(1.2);
    backdrop-filter: blur(12px) saturate(1.2);
    border: 1.5px solid rgba(255,255,255,0.28);
    border-radius: 0 !important;
    font-family: 'Fauna One', Arial, sans-serif;
    color: #1a2330;
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    transition: box-shadow 0.3s, background 0.3s;
    overflow: visible;
    position: relative;
}
.contact-map-card {
    position: relative;
    overflow: visible;
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.contact-map-embed {
    position: relative;
    width: 100%;
    height: 220px;
}
.contact-map-embed .map-icon-label {
    display: block;
    position: absolute;
    left: calc(50% + 4px);
    top: 27%;
    transform: translate(-50%, -50%);
    width: 110px;
    max-width: 160px;
    height: auto;
    aspect-ratio: 1 / 1;
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    object-fit: contain;
    transition: transform 0.3s cubic-bezier(.4,2,.3,1), opacity 0.18s cubic-bezier(.4,2,.3,1);
}
/* Schuif het map-icoon naar links bij hover, maar laat het zichtbaar */
.contact-map-card:hover .map-icon-label,
.contact-map-card.hover .map-icon-label {
    transform: translate(-185%, -50%);
    opacity: 1;
}
.contact-map-card:hover,
.contact-map-card.hover {
    background: linear-gradient(135deg, rgba(194,223,255,0.55) 0%, rgba(255,255,255,0.32) 100%);
    border-color: #aee2ff;
    box-shadow: 0 8px 32px 0 rgba(80, 180, 255, 0.22);
}
.contact-card h3 {
    font-family: 'BreakingRoad', sans-serif;
    font-size: 2em;
    margin-bottom: 0.7em;
    color: #2a2a2a;
    text-align: center;
    width: 100%;
}
.contact-card a {
    color: #1a2330;
    text-decoration: underline;
    word-break: break-all;
}
.contact-map-embed iframe {
    width: 100%;
    height: 220px;
    border: 0;
    border-radius: 12px;
    margin-top: 0;
    filter: blur(4px) grayscale(0.2);
    transition: filter 0.4s cubic-bezier(.4,2,.3,1);
}
.contact-map-card:hover .contact-map-embed iframe,
.contact-map-card.hover .contact-map-embed iframe {
    filter: none;
}
@media (max-width: 900px) {
    .contact-cards-outer {
        flex-direction: column;
        gap: 24px;
        max-width: 98vw;
        margin: 24px auto 32px auto;
    }
    .contact-card {
        max-width: 98vw;
        min-width: 0;
        width: 100%;
        padding: 18px 8px 22px 8px;
        margin: 0 auto;
    }
}
/* FAQ eerste letter in BreakingRoad font via HTML span */
.faq-first-letter {
    font-family: 'BreakingRoad', sans-serif !important;
    font-size: 1.25em;
    letter-spacing: 0.01em;
    color: #2a2a2a;
}
.faq li {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.45s cubic-bezier(.4,2,.3,1), opacity 0.35s cubic-bezier(.4,2,.3,1);
    will-change: max-height, opacity;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-left: 0.1em;
}
.faq li.open .faq-answer {
    max-height: 300px;
    opacity: 1;
    transition: max-height 0.45s cubic-bezier(.4,2,.3,1), opacity 0.35s cubic-bezier(.4,2,.3,1);
}
.faq li strong::after {
    content: '\25BC';
    display: inline-block;
    margin-left: 0.5em;
    font-size: 0.7em;
    transition: transform 0.3s;
}
.faq li.open strong::after {
    transform: rotate(180deg);
}
/* FAQ sectietitel altijd centreren */
section#section7 .section-title {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: -2.2em !important;
    margin-top: 6em !important;
    display: block;
}
section#section7 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px auto;
    padding: 0 0 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: none;
    box-sizing: border-box;
    overflow: visible;
}
.faq {
    width: 100%;
    max-width: 900px;
    min-width: 0;
    margin: 0 auto;
    padding: 32px 0 32px 32px;
    background: rgba(255,255,255,0.18);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    -webkit-backdrop-filter: blur(12px) saturate(1.2);
    backdrop-filter: blur(12px) saturate(1.2);
    border: 1.5px solid rgba(255,255,255,0.28);
    border-radius: 0 !important;
    list-style: none;
    font-family: inherit;
    font-size: 1.08em;
    color: #1a2330;
    animation: frostdrop 2.2s infinite alternate ease-in-out;
    transition: box-shadow 0.3s, background 0.3s;
    box-sizing: border-box;
    overflow: visible;
}
@media (max-width: 900px) {
    #section3 .section-title {
        margin-top: 4.5em !important;
    }
    /* Alleen de nieuwste, correcte mobiele FAQ-styling behouden */
    .faq {
        max-width: 99vw;
        padding: 14px 2vw 14px 12px;
        font-size: 0.95em;
        border-radius: 0 !important;
        max-height: none;
        overflow-y: visible;
        text-align: left;
        margin-top: 2.5em;
    }
    section#section7 .section-title {
        margin-top: 1em !important;
        margin-bottom: 0em !important;
    }
    .faq li strong {
        font-size: 1em;
        text-align: left;
    }
    .faq li {
        padding-right: 2vw;
    }
    section#section7 .section-title {
        margin-top: 3.5em !important;
    }
    .side-nav, .fixed-menu {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100vw;
        z-index: 200;
    }
    section#section2 .about-card {
        margin-top: 0.5em !important;
    }
}
/* Forceer links uitlijnen van sectie en cards-wrapper op desktop, centraal op mobiel */
/* Zorg dat de cards niet afgesneden worden */
.cards-outer-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 24px 0;
    box-sizing: border-box;
    background: none;
}

section#section3 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    background: none;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.card-stack-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}
.card-element {
    flex: 1 1 340px;
    min-width: 300px;
    max-width: 360px;
    min-height: 320px;
    font-size: 19px;
    padding: 28px 22px 28px 22px;
    border-radius: 0 !important;
}
@media (max-width: 900px) {
    .card-stack-container {
        flex-direction: column;
        gap: 18px;
        align-items: center;
        flex-wrap: nowrap;
    }
    .card-element {
        max-width: 78vw;
        min-width: 78vw;
        min-height: 200px;
        font-size: 15px;
        padding: 18px 8px 22px 8px;
        border-radius: 0 !important;
        word-break: break-word;
        box-sizing: border-box;
        margin: 0 auto 18px auto;
    }
    .card-element figcaption {
        padding: 12px 0 12px 10px;
    }
    .card-element h2, .card-element p {
        font-size: 1em;
        word-break: break-word;
        line-height: 1.3;
    }
    .card-element img {
        max-width: 60px;
    }
}
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Fauna+One');

/* --- Card-elementen voor Therapies & Services --- */

/* --- FAQ Styling (zelfde look als cards/about) --- */
.faq li {
    margin-bottom: 1.7em;
    padding-bottom: 1.1em;
    border-bottom: 1px solid rgba(44, 62, 80, 0.08);
    position: relative;
    line-height: 1.6;
    background: none;
    transition: background 0.3s;
}
.faq li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.faq li strong {
    display: block;
    font-family: inherit;
    font-size: 1.08em;
    font-weight: bold;
    color: #2a2a2a;
    margin-bottom: 0.25em;
    letter-spacing: 0.01em;
}
.faq li:hover {
    background: linear-gradient(90deg, rgba(194,223,255,0.13) 0%, rgba(255,255,255,0.10) 100%);
}
@media (max-width: 900px) {
    .faq {
        max-width: 98vw;
        padding: 18px 4vw 18px 4vw;
        font-size: 0.98em;
        border-radius: 18px;
    }
    section#section7 {
        max-width: 100vw;
        padding: 0 0 18px 0;
    }
}
.card-element {
    font-family: 'Fauna One', Arial, sans-serif;
    position: relative;
    margin: 10px 20px;
    width: 100%;
    color: #1a2330;
    text-align: left;
    line-height: 1.4em;
    background: rgba(255,255,255,0.18);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    -webkit-backdrop-filter: blur(12px) saturate(1.2);
    backdrop-filter: blur(12px) saturate(1.2);
    border: 1.5px solid rgba(255,255,255,0.28);
    animation: frostdrop 2.2s infinite alternate ease-in-out;
@keyframes frostdrop {
    from {
        border-radius: 38% 62% 46% 54% / 46% 51% 49% 54%;
    }
    to {
        border-radius: 50%;
    }
}
/* Frost hover kleuren voor buitenste cards */
.card-element:first-child:hover,
.card-element:last-child:hover {
    background: linear-gradient(135deg, rgba(194,223,255,0.55) 0%, rgba(255,255,255,0.32) 100%);
    border-color: #aee2ff;
    box-shadow: 0 8px 32px 0 rgba(80, 180, 255, 0.22);
}
.card-element:first-child,
.card-element:last-child {
    border-radius: 0 !important;
    transition: border-radius 0.5s, background 0.3s, box-shadow 0.3s;
}
    overflow: visible;
}
.card-element * {
    box-sizing: border-box;
    transition: all 0.35s ease;
}
.card-element img {
    position: absolute;
    right: 36%;
    top: 50%;
    opacity: 1;
    width: 48%;
    max-width: 90px;
    background: transparent;
    border-radius: 0;
    transform: translate(0%, -50%);
}
.card-element figcaption {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 20px 0 20px 20px;
}
.card-element h2,
.card-element p {
    margin: 0;
    width: 100%;
    transform: translateX(20px);
    opacity: 0;
}
.card-element h2 {
    font-family: 'BreakingRoad', sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #2a2a2a;
  margin: 0 0 0.5em 0;
  letter-spacing: 0.01em;
  text-transform: none;
}
.card-element p {
    font-size: 0.85em;
}
.card-element a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.card-element:hover img,
.card-element.hover img {
    width: 55%;
    right: -10%;
}
.card-element:hover figcaption h2,
.card-element.hover figcaption h2,
.card-element:hover figcaption p,
.card-element.hover figcaption p {
    transform: translateX(0px);
    opacity: 1;
}
.card-icon-label {
  display: block;
  position: absolute;
  left: 50%;
  top: 16%;
  transform: translate(-50%, 0);
    font-family: 'BreakingRoad', sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #2a2a2a;
  background: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
  letter-spacing: 0.01em;
  text-align: center;
  opacity: 1;
  pointer-events: none;
                transition: opacity 0.18s cubic-bezier(.4,2,.3,1), transform 0.04s cubic-bezier(.4,2,.3,1);
  z-index: 2;
}
.card-element:hover .card-icon-label,
.card-element.hover .card-icon-label {
    opacity: 0;
    transform: translate(-200%, 0);
}
.card-element:hover .card-icon-label {
    opacity: 0;
    transform: translate(-200%, 0);
}
@media (max-width: 900px) {
    .side-nav {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100vw;
        height: 60px;
        z-index: 200;
    }
    .fixed-menu {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100vw;
        height: 60px;
        z-index: 201;
    }
}
@media (max-width: 900px) {
    .menu-toggle {
        margin-left: 18px !important;
    }
    .socials .social-icon:last-child {
        margin-right: 18px !important;
    }
}
@media (max-width: 900px) {
    .logo {
        display: none !important;
    }
}
@font-face {
    font-family: 'BreakingRoad';
    src: url('assets/font/breaking_road/Breaking Road.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.section-title {
    font-family: 'BreakingRoad', sans-serif;
    font-size: 2.2rem !important;
    color: #2a2a2a;
    margin: 0 auto 0.7em auto;
    text-align: center;
    line-height: 1.1;
    position: relative;
    top: -3.5em;
    word-break: break-word;
    max-width: 90vw;
    overflow-wrap: break-word;
}
@media (max-width: 600px) {
    .section-title {
        font-size: 1.25rem;
        margin-left: 0.5em;
        margin-right: 0;
        margin-top: 1.2em;
        margin-bottom: 0.7em;
        top: 0;
        max-width: 92vw;
        text-align: left;
        word-break: break-word;
        overflow-wrap: break-word;
    }
}
/* Home sectie logo zelfde als navbar */
.home-logo {
    overflow-x: hidden;
}
.home-logo img {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 50px auto 40px auto;
    transition: transform 0.3s;
    filter:
        drop-shadow(0 4px 24px rgba(0,0,0,0.32))
        drop-shadow(0 0 0 0 #fff)
        drop-shadow(0 0 6px rgba(0,0,0,0.18));
}
.home-logo img:hover {
    transform: scale(1.07);
    filter:
        drop-shadow(0 4px 32px rgba(0,0,0,0.38))
        drop-shadow(0 0 0 #fff)
        drop-shadow(0 0 28px rgba(0,255,255,0.32))
        drop-shadow(0 0 48px rgba(0,255,255,0.22));
}
/* Menu-balk naast navbar */
.menu-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 260px;
    background: linear-gradient(180deg, #f5f7fa 0%, #e2e6ea 100%);
    box-shadow: 2px 0 10px rgba(60,60,60,0.08);
    z-index: 90;
    display: flex;
    flex-direction: column;
    padding: 30px 20px 20px 20px;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.98);
    transition: left 0.4s cubic-bezier(.4,0,.2,1), opacity 0.4s cubic-bezier(.4,0,.2,1), transform 0.4s cubic-bezier(.4,0,.2,1);
}
.menu-bar.open {
    left: 220px;
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}
.menu-links {
    list-style: none;
    padding: 0;
}
.menu-links li {
    margin-bottom: 18px;
}
.menu-links a {
    color: #2a2a2a;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 8px 12px;
    border-radius: 6px;
    transition: background 0.2s;
    display: block;
}
.menu-links a:hover {
    background: linear-gradient(90deg, #e0e7ef 0%, #cfd8dc 70%, rgba(207,216,220,0) 100%);
    box-shadow: 0 2px 8px rgba(60,60,60,0.08);
    color: #1a1a1a;
    transform: translateY(-2px) scale(1.04);
    transition: background 0.3s, box-shadow 0.3s, color 0.3s, transform 0.3s;
}
/* Logo bovenaan navbar */
.navbar-logo img {
    width: 110px;
    display: block;
    margin: 30px auto 20px auto;
    transition: transform 0.3s;
    filter:
        drop-shadow(0 2px 8px rgba(0,0,0,0.22))
        drop-shadow(0 0 0 #fff)
        drop-shadow(0 0 6px rgba(0,0,0,0.18));
}
.logo-link:hover img {
    transform: scale(1.04);
    filter:
        drop-shadow(0 2px 8px rgba(0,0,0,0.22))
        drop-shadow(0 0 0 #fff)
        drop-shadow(0 0 6px rgba(0,0,0,0.18))
        drop-shadow(0 0 18px rgba(0,255,255,0.25));
}

/* Hamburger menu knop */
.menu-toggle {
    position: relative;
    width: 40px;
    height: 72px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    margin-top: 200px;
}
.menu-icon,
.menu-icon::before,
.menu-icon::after {
    content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 4px;
    background: #222;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(.4,2,.3,1);
}
.menu-icon {
    position: relative;
    z-index: 2;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
}
.menu-icon::before {
    top: -10px;
    left: 0;
}
.menu-icon::after {
    top: 10px;
    left: 0;
}
.menu-toggle.open .menu-icon {
    background: transparent;
}
.menu-toggle.open .menu-icon::before {
    top: 0;
    transform: rotate(45deg);
}
.menu-toggle.open .menu-icon::after {
    top: 0;
    transform: rotate(-45deg);
}
.menu-label {
    position: absolute;
    top: 235px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.1em;
    color: var(--accent);
    letter-spacing: 0.04em;
    text-align: center;
    font-family: 'BreakingRoad', sans-serif;
    -webkit-user-select: none;
    user-select: none;
    line-height: 1;
    margin: 0;
    z-index: 1;
    pointer-events: auto;
}
@media (max-width: 900px) {
    .menu-label {
        font-size: 0.85em;
    }
}
@media (max-width: 600px) {
    .menu-label {
        font-size: 0.78em;
    }
}

/* Social icons onderaan navbar */
.navbar-socials {
    position: absolute;
    bottom: 110px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    z-index: 102;
}
.navbar-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-socials img {
    width: 32px;
    height: 32px;
    margin: 0;
    filter:
        drop-shadow(0 2px 8px rgba(0,0,0,0.22))
        drop-shadow(0 0 0 #fff)
        drop-shadow(0 0 6px rgba(0,0,0,0.18));
    transition: transform 0.3s, filter 0.3s;
}

.social-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin: 0 0 12px 0;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.10));
    transition: transform 0.2s;
}
.social-icon:hover {
    transform: scale(1.12);
}

.navbar-menu {
    display: none;
}
/* Navbar aan de linkerkant */
.side-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    height: 100vh;
    background: linear-gradient(180deg, #e7ecef 0%, #cfd8dc 100%);
    box-shadow: 2px 0 10px rgba(60,60,60,0.08);
    display: flex;
    flex-direction: column;
    z-index: 200;
}
.navbar-logo {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 20px 0;
    color: #333;
}
.navbar-menu {
    list-style: none;
    padding: 0 20px;
    flex: 1;
}
.navbar-menu li {
    margin-bottom: 18px;
}
.navbar-menu a {
    color: #222;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 8px 12px;
    border-radius: 6px;
    transition: background 0.2s;
    display: block;
}
.navbar-menu a:hover {
    background: #b1ffe5;
}

.main-content {
    margin-left: 220px;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    /* Geen achtergrondfoto meer */
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
}
h1 {
    color: #333;
    text-align: center;
    margin-top: 40px;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    padding: 20px;
}
section {
    min-height: 100vh;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: unset;
    margin: 0 auto;
    width: 60vw;
    max-width: 700px;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section#section7 .section-title {
    margin-left: 1.8em;
}
.lang-select-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #e0e7ef;
    color: #2a2a2a;
    border: none;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(60,60,60,0.08);
    cursor: pointer;
    transition: background 0.2s;
    width: 120px;
    height: 38px;
    margin: 18px auto 0 auto;
    font-size: 1.08em;
}
.lang-select-btn img {
    width: 26px;
    height: 26px;
    margin-right: 4px;
}
.lang-select-btn span {
    font-size: 1.08em;
    font-family: inherit;
    color: #2a2a2a;
}
.lang-select-btn:hover {
    background: #cfd8dc;
}
.lang-popup {
    display: none;
    justify-content: center;
    margin-top: 8px;
}
.lang-popup.open {
    display: flex;
}
.lang-popup-content {
    background: #f5f7fa;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(60,60,60,0.06);
}
.lang-option {
    background: #e0e7ef;
    color: #2a2a2a;
    border: none;
    border-radius: 14px;
    font-size: 0.85em;
    padding: 6px 16px;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(60,60,60,0.04);
    transition: background 0.2s, box-shadow 0.2s;
}
.lang-option:hover {
    background: #dbe3ea;
    color: #222;
    box-shadow: 0 2px 8px rgba(60,60,60,0.10);
}
.menu-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 64px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 2;
}
.side-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    z-index: 100;
    height: 100vh;
}
.fixed-menu {
    width: 150px;
    background: #b1ffe5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    height: 100vh;
    position: relative;
    z-index: 2;
}
.menu-toggle {
    font-size: 2rem;
    margin: 30px 0 auto;
    width: 28px;
    background: transparent;
    border: none;
    cursor: pointer;
}
.menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 350px;
    background: #e6f7f2;
    box-shadow: 3px 0 10px rgba(0,0,0,0.15);
    padding: 40px 20px 20px 20px;
    transform: translateX(-200px);
    transition: transform 0.7s;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.menu-wrapper.open {
    transform: translateX(150px);
}
.menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}
.menu-links li {
    margin-bottom: 18px;
}
.menu-links a {
    font-size: 1.2rem;
    color: #222;
    text-decoration: none;
    transition: color 0.3s;
}
.menu-links a:hover {
    color: #009688;
}
.menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    background: transparent;
    border: none;
    cursor: pointer;
}
.menu-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 2;
}
.logo {
    display: block;
    max-width: calc(90% + 20px);
    max-height: 100px;
    margin: 24px auto 16px auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(163,185,163,0.08));
}
.socials {
    list-style: none;
    padding: 0 0 32px 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

:root {
    --white: #fafaf9;
    --black: #222;
    --menu-color: #f4f5f3;
    --fixed-menu-color: #e6e7e5;
    --accent: #50A3B9;
    --link-hover: #6d7c6d;
    --section-bg: #f7f7f6;
}
.fixed-menu {
    background: var(--fixed-menu-color);
}
.menu-wrapper {
    background: var(--menu-color);
    box-shadow: 3px 0 10px rgba(34,34,34,0.06);
}
.menu-links a {
    color: var(--black);
}
.menu-links a:hover {
    color: var(--link-hover);
}
body {
    background: var(--section-bg);
}
.menu-toggle .menu-icon,
.menu-toggle .menu-icon::before,
.menu-toggle .menu-icon::after {
    background: var(--accent);
}
.logo {
    filter: drop-shadow(0 2px 8px rgba(163,185,163,0.08));
}
.social-icon {
    filter: drop-shadow(0 2px 6px rgba(163,185,163,0.08));
}
.menu-bottom {
    background: transparent;
}
.lang-popup {
    background: #f4f5f3;
    box-shadow: 0 2px 12px rgba(34,34,34,0.07);
    border-radius: 10px;
}
.lang-option {
    color: #222;
    background: transparent;
    font-size: 0.95em;
    padding: 6px 18px;
    border-radius: 6px;
    transition: background 0.2s;
}
.lang-option:hover {
    background: #e6e7e5;
}
html, body, *, *::before, *::after {
    box-sizing: border-box;
}
@media (max-width: 900px) {
    html, body {
        width: 100vw;
        min-width: 0;
        max-width: 100vw;
        height: 100vh;
        min-height: 0;
        max-height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .main-content {
        margin-left: 0;
        margin-top: 60px;
        width: 100vw;
        max-width: 100vw;
        min-width: 0;
        height: auto;
        padding: 0;
    }
    section {
        width: 100vw;
        max-width: 100vw;
        min-width: 0;
        margin: 0 auto;
        min-height: calc(100vh - 80px);
        max-height: none;
        height: auto;
        padding: 8px 0;
        background: transparent;
        overflow-x: hidden;
    }
    .menu-wrapper {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 60px);
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        padding-bottom: 60px;
        box-sizing: border-box;
    }
    .menu-bottom {
        margin-bottom: 48px;
    }
}
@media (max-width: 600px) {
    html, body {
        width: 100vw;
        min-width: 0;
        max-width: 100vw;
        height: 100vh;
        min-height: 0;
        max-height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .main-content {
        margin-top: 48px;
        width: 100vw;
        max-width: 100vw;
        min-width: 0;
        height: auto;
        padding: 0;
    }
    section {
        width: 100vw;
        max-width: 100vw;
        min-width: 0;
        margin: 0 auto;
        min-height: calc(100vh - 60px);
        height: auto;
        padding: 4px 0;
        overflow-x: hidden;
    }
    .menu-wrapper {
        top: 48px;
        height: calc(100vh - 48px);
        max-height: calc(100vh - 48px);
        overflow-y: auto;
        padding-bottom: 0;
        box-sizing: border-box;
    }
    .menu-bottom {
        margin-bottom: 32px;
    }
}
@media (max-width: 900px) {
    .side-nav {
        flex-direction: row;
        height: 60px;
        width: 100vw;
        position: fixed;
        z-index: 100;
    }
    .fixed-menu {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: 60px;
        padding: 0 16px;
        background: var(--fixed-menu-color);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
    }
    .logo {
        max-width: 140px;
        max-height: 48px;
        margin: 0 12px 0 0;
    }
    .menu-toggle {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        height: 40px;
        position: static;
        margin: 0 8px 0 0;
        padding: 0 8px;
    }
    .menu-icon {
        position: static;
        margin: 0 6px 0 0;
    }
    .menu-label {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        font-size: 1em;
        margin: 0;
        z-index: auto;
        pointer-events: auto;
        font-family: 'BreakingRoad', cursive, sans-serif;
        color: var(--accent);
        letter-spacing: 0.04em;
        line-height: 1;
    }
    .socials {
        flex-direction: row;
        align-items: center;
        padding: 0;
        margin-left: auto;
        margin-right: 8px;
    }
    .social-icon {
        width: 28px;
        height: 28px;
        margin: 0 8px 0 0;
    }
    .menu-wrapper {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 60px);
        transform: translateY(-100%);
        transition: transform 0.7s;
        box-shadow: 0 4px 16px rgba(34,34,34,0.08);
        padding: 32px 12px 12px 12px;
        z-index: 100;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .menu-wrapper.open {
        transform: translateY(0);
    }
    .menu-links {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .menu-links li {
        margin-bottom: 16px;
    }
    .menu-bottom {
        position: static;
        margin-top: 8px;
        margin-bottom: 0;
        align-items: flex-start;
        order: 1;
    }
    /* Zorg dat de taalkeuze niet het menu naar beneden duwt */
    .menu-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .menu-links {
        flex: 0 0 auto;
    }
    .menu-bottom {
        flex: 0 0 auto;
    }
    .lang-popup {
        left: 0;
        right: auto;
        min-width: 120px;
    }
}
@media (max-width: 600px) {
    .logo {
        max-width: 110px;
        max-height: 38px;
    }
    .fixed-menu {
        height: 48px;
        padding: 0 8px;
    }
    section#section7 .section-title {
        margin-top: 3.5em !important;
    }
    .menu-toggle {
        height: 32px;
        padding: 0 6px;
    }
    .social-icon {
        width: 22px;
        height: 22px;
        margin: 0 6px 0 0;
    }
    .menu-wrapper {
        top: 48px;
        height: calc(100vh - 48px);
        max-height: calc(100vh - 48px);
        overflow-y: auto;
        padding-bottom: 60px;
        box-sizing: border-box;
    }
    .menu-links li {
        margin-bottom: 12px;
    }
    .menu-bottom {
        margin-bottom: 0;
        margin-top: 8px;
        order: 1;
    }
    .lang-popup {
        min-width: 90px;
    }
}
@media (max-width: 900px) {
    .menu-bottom {
        position: static;
        margin-top: 40px;
        margin-bottom: 0;
        align-items: center;
        text-align: center;
        order: 2;
    }
}
@media (max-width: 600px) {
    .menu-bottom {
        position: static;
        margin-top: 40px;
        margin-bottom: 0;
        align-items: center;
        text-align: center;
        order: 2;
    }
}
.main-content, section, .home-logo {
    overflow-x: hidden;
    box-sizing: border-box;
}
@media (min-width: 901px) {
    .faq {
        max-width: 98vw;
        min-width: 0;
        padding: 10px 2vw 10px 2vw;
        font-size: 0.93em;
        border-radius: 0 !important;
        max-height: none;
        overflow-y: visible;
        text-align: left;
        margin-top: 6em;
        box-sizing: border-box;
    }
    .faq li strong {
        font-size: 1em;
        text-align: left;
    }
    .faq li {
        padding-right: 2vw;
    }
  .card-element {
    width: 340px;
    min-width: 340px;
    max-width: 340px;
    flex: 0 0 340px;
    margin: 0;
  }
}

/* Make Services card titles smaller on mobile so they sit better with the text */
@media (max-width: 900px) {
    .card-element h2 {
        font-size: 1.55rem !important;
        line-height: 1.15;
    }
}
@media (max-width: 600px) {
    .card-element h2 {
        font-size: 1.35rem !important;
        line-height: 1.12;
    }
}

/* --- About sectie --- */
.about-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
  margin: 48px auto 64px auto;
  padding: 48px 40px;
  max-width: 1100px;
  background: rgba(255,255,255,0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  backdrop-filter: blur(12px) saturate(1.2);
  border: 2px solid rgba(255,255,255,0.28);
  border-radius: 0 !important;
  animation: frostdrop 2.2s infinite alternate ease-in-out;
  position: relative;
  overflow: visible;
  padding-left: 140px;
}
.about-card {
  max-width: 1700px;
  padding-left: 260px;
}
.about-content {
  width: 100%;
  padding-right: 40px;
  box-sizing: border-box;
}
@media (max-width: 900px) {
    /* ...existing code... */
    #section7 {
        scroll-margin-top: 0px !important;
    }
    #section8 {
        scroll-margin-top: 0px !important;
    }
    /* ...existing code... */
  .about-card {
    max-width: 98vw;
    padding-left: 8vw;
  }
}
@media (max-width: 900px) {
  .about-card {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px 8px;
  }
  .about-img-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    transform: none !important;
  }
  .about-img {
    max-width: 90vw;
    height: auto;
  }
  .about-content {
    position: static;
    width: 100%;
    padding: 0;
    text-align: center;
    align-items: center;
    font-size: 1em;
    transform: none !important;
    opacity: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .about-content h3 {
    text-align: center;
    width: 100%;
  }
}
.about-img-wrapper, .about-content {
  transition: all 0.5s cubic-bezier(.4,2,.3,1);
}
.about-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: none;
  padding: 0 0 0 40px;
  transform: translateX(40px);
  opacity: 0;
  transition: all 0.35s cubic-bezier(.4,2,.3,1);
  z-index: 2;
}
.about-card:hover .about-content,
.about-card:focus-within .about-content {
  transform: translateX(0);
  opacity: 1;
}
.about-img-wrapper {
  position: relative;
  z-index: 10;
  transition: all 0.5s cubic-bezier(.4,2,.3,1);
  transform: translateX(-38%);
}
.about-card:hover .about-img-wrapper,
.about-card:focus-within .about-img-wrapper {
  transform: translateX(55%);
}
@media (max-width: 900px) {
  .about-content {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 900px) {
  .about-card {
    overflow: visible;
  }
  .about-img-wrapper {
    transform: none !important;
  }
}
.about-content {
  flex: 1 1 0;
  min-width: 0;
  color: #1a2330;
  font-size: 1.1em;
  line-height: 1.5;
  font-family: 'Fauna One', Arial, sans-serif;
  padding: 0 0 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-content h3 {
    font-family: 'BreakingRoad', sans-serif;
  font-size: 2.1em;
  letter-spacing: 0.01em;
  margin-bottom: 0.5em;
  color: #1a2330;
}
@media (max-width: 900px) {
  .about_card {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px 8px;
  }
  .about-img-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    transform: none !important;
  }
  .about-img {
    max-width: 90vw;
    height: auto;
  }
  .about-content {
    position: static;
    width: 100%;
    padding: 0;
    text-align: center;
    align-items: center;
    font-size: 1em;
    transform: none !important;
    opacity: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .about-content h3 {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .about-card {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px 8px;
  }
  .about-img-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    transform: none !important;
  }
  .about-img {
    max-width: 90vw;
    height: auto;
  }
  .about-content {
    position: static;
    width: 100%;
    padding: 0;
    text-align: center;
    align-items: center;
    font-size: 1em;
    transform: none !important;
    opacity: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .about-content h3 {
    text-align: center;
    width: 100%;
  }
}
/* About-card breder bij hover */
 .about-card {
    transition: width 0.4s cubic-bezier(.4,2,.3,1), max-width 0.4s cubic-bezier(.4,2,.3,1);
}
.about-card:hover,
.about-card:focus-within {
    max-width: 1600px;
    width: 100%;
}
@media (max-width: 1200px) {
    .about-card:hover,
    .about-card:focus-within {
        max-width: 98vw;
    }
}

/* Titel lager in about-sectie */
#section2 .section-title {
  margin-top: 2.5em;
  margin-bottom: 1.2em;
  position: static;
}
#section2 {
  position: relative;
  overflow: visible !important;
}
