/*!
Theme Name:  boostU child - Renisol Badkamer
Author:      boostU
Description: Renisol Badkamerrenovatie - Exact Figma Design
Version:     2.0.0
Template:    page-builder-framework
*/

/* ------------------ Design Tokens ------------------ */
:root{
    /* Colors from Figma */
    --renisol-primary: #093c56;
    --renisol-primary-rgb: 9, 60, 86;
    --renisol-accent: #ffa100;
    --renisol-accent-rgb: 255, 161, 0;
    --renisol-bg-light: #eeeeee;
    --renisol-bg-white: #ffffff;
    --renisol-text-dark: #000000;
    --renisol-text-light: #ffffff;
    
    /* Fonts */
    --font-heading: 'Owners Narrow', sans-serif;
    --font-body: 'Funnel Sans', sans-serif;
    
    /* Spacing */
    --section-padding: 100px;
    --container-max: 1500px;
}

/* ------------------ Fonts ------------------ */
@font-face {
    font-family: 'Owners Narrow';
    src: url(../fonts/OwnersNarrow-Medium.woff2) format('woff2'),
         url(../fonts/OwnersNarrow-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Funnel Sans';
    src: url(../fonts/FunnelSans-Regular.woff2) format('woff2'),
         url(../fonts/FunnelSans-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Funnel Sans';
    src: url(../fonts/FunnelSans-Medium.woff2) format('woff2'),
         url(../fonts/FunnelSans-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}

/* ------------------ Base ------------------ */
body {
    font-family: var(--font-body);
    color: var(--renisol-text-dark);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 500;
    color: var(--renisol-primary);
}

/* ------------------ Layout ------------------ */
/* Verwijder overbodige WordPress containers - alles full width */
#inner-content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.wpbf-grid.wpbf-main-grid {
    display: block !important;
    width: 100% !important;
}
.wpbf-main.wpbf-single-content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}
.entry-content {
    padding: 0 !important;
    margin: 0 !important;
}
.boostu-blocks > .column {
    padding: 0 !important;
    margin: 0 !important;
}

.rw-boostu-wrapper {
    position: relative;
    width: 100%;
}

/* Container enkel op renisol-block niveau - max-width 1500px */
.wpbf-container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 35px;
}

/* ------------------ Hero Banner ------------------ */
.rw-hero-banner {
    background: var(--renisol-bg-light);
    padding: 140px 0 100px;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.rw-hero-banner .hero-banner-title {
    font-family: var(--font-heading);
    font-size: 90px;
    line-height: 1.1;
    color: var(--renisol-accent);
    margin-bottom: 25px;
    max-width: 900px;
}

.rw-hero-banner .hero-banner-subtitle {
    font-family: var(--font-body);
    font-size: 20px;
    color: var(--renisol-primary);
    margin-bottom: 40px;
    max-width: 600px;
}

.rw-hero-banner .hero-banner-cta {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: var(--renisol-accent);
    color: var(--renisol-primary);
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 11px 10px 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.rw-hero-banner .hero-banner-cta:hover {
    background: var(--renisol-primary);
    color: var(--renisol-text-light);
}

.rw-hero-banner .hero-banner-cta::after {
    content: '';
    width: 37px;
    height: 35px;
    background: var(--renisol-primary);
    display: inline-block;
}

/* ------------------ USPs ------------------ */
.rw-usps {
    background: var(--renisol-bg-white);
    padding: var(--section-padding) 0;
}

.rw-usps .usps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.rw-usps .usps-item {
    background: var(--renisol-bg-light);
    padding: 60px 40px;
    text-align: center;
}

.rw-usps .usps-item h2 {
    font-family: var(--font-heading);
    font-size: 50px;
    color: var(--renisol-accent);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.rw-usps .usps-item p {
    font-family: var(--font-body);
    font-size: 20px;
    color: var(--renisol-primary);
    line-height: 1.4;
}

/* ------------------ Image + Text (About) ------------------ */
.rw-image-text {
    background: var(--renisol-bg-white);
    padding: var(--section-padding) 0;
}

.rw-image-text .image-text-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.rw-image-text h2 {
    font-family: var(--font-heading);
    font-size: 50px;
    line-height: 1.1;
    color: var(--renisol-primary);
    margin-bottom: 30px;
}

.rw-image-text p {
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.4;
    color: var(--renisol-text-dark);
    margin-bottom: 20px;
}

.rw-image-text p strong {
    font-weight: 600;
}

.rw-image-text .image-text-button {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: var(--renisol-accent);
    color: var(--renisol-primary);
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 11px 5px 18px;
    text-decoration: none;
    margin-top: 20px;
}

/* ------------------ Gallery ------------------ */
.rw-gallery {
    background: var(--renisol-bg-white);
    padding: var(--section-padding) 0;
}

.rw-gallery .gallery-section-title {
    font-family: var(--font-heading);
    font-size: 60px;
    line-height: 1.05;
    color: var(--renisol-primary);
    margin-bottom: 15px;
}

.rw-gallery .gallery-subtitle {
    font-family: var(--font-heading);
    font-size: 40px;
    color: var(--renisol-primary);
    text-align: center;
    margin-bottom: 50px;
}

.rw-gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.rw-gallery .gallery-item {
    aspect-ratio: 1;
    overflow: hidden;
}

.rw-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ------------------ Process (5 Steps) ------------------ */
.rw-process {
    background: var(--renisol-primary);
    padding: var(--section-padding) 0;
}

.rw-process .process-section-title {
    font-family: var(--font-heading);
    font-size: 50px;
    line-height: 1.1;
    color: var(--renisol-text-light);
    margin-bottom: 60px;
}

.rw-process .process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
}

.rw-process .process-steps::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--renisol-accent);
}

.rw-process .process-step {
    position: relative;
    padding-top: 40px;
}

.rw-process .step-number {
    font-family: var(--font-heading);
    font-size: 30px;
    color: var(--renisol-accent);
    margin-bottom: 10px;
}

.rw-process .step-title {
    font-family: var(--font-heading);
    font-size: 30px;
    line-height: 1.1;
    color: var(--renisol-accent);
    margin-bottom: 15px;
}

.rw-process .step-description {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.4;
    color: var(--renisol-text-light);
}

/* ── TEAM SECTIE ─────────────────────────────────────────────────── */
.theme-team {
    padding: 0;
    position: relative;
    padding-bottom: 3rem; 
}

/* ── HEADER LAYOUT (Titel/Knop Links, Tekst Rechts) ── */
.team-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding: 3rem 0 2rem; 
    max-width: 1500px;
    margin: 0 auto;
    flex-direction: column; /* Op mobiel onder elkaar */
    text-align: left;
}
@media (max-width: 768px) {
    .team-header {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 80px;
    }
}
.header-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem; /* Ruimte tussen titel en knop */
}

.team-title {
    font-family: var(--h);
    font-size: 2.5rem; 
    line-height: 1.1;
    color: var(--white);
    margin: 0;
    white-space: pre-line;
}

/* Oranje Button */
.team-actions .theme-btn {
    display: inline-block;
    padding: 1rem 2rem;
    background: #ffa617; 
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.team-actions .theme-btn:hover {
    background: #e69515; 
}

/* Tekst rechts */
.header-right {
    max-width: 100%;
}

.team-intro {
    font-family: var(--b);
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--white);
    margin: 0 !important;
}
.team-intro p { margin-bottom: 1rem; }
.team-intro p:last-child { margin-bottom: 0; }

/* ── SLIDER WRAPPER ── */
.theme-team .team-slider-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab; 
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-left: max(1.5rem, calc((100vw - 1500px) / 2 + 1.5rem)); 
    padding-right: 1.5rem; 
    padding-bottom: 3rem; 
}
.theme-team .team-slider-wrapper::-webkit-scrollbar { display: none; }
.theme-team .team-slider-wrapper.is-dragging { cursor: grabbing; } 

/* Track: Gebruikt 'gap' in plaats van padding op kaarten */
.team-track {
    display: flex;
    gap: 1.5rem; /* Tussenruimte mobiel */
    width: max-content; 
    padding-bottom: 0;
    overflow: visible;
    position: relative; 
}

/* ── TEAM KAARTEN (AANGEPASTE BREEDTE) ── */
.team-card {
    width: 80vw; /* Mobiel: Iets smaller gemaakt (was 85vw) */
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden; 
    background: transparent;
}

.member-photo-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4; /* Hoog portret formaat */
    overflow: hidden;
}

.member-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1); /* Zeer soepele zoom */
}

/* Blauwe overlay balk */
.member-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(9, 60, 86, 0.95); 
    padding: 1.5rem;
    box-sizing: border-box;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); 
    transform: translateY(calc(100% - 5.5rem)); /* Verbergt de tekst, laat enkel naam+rol zien */
}
@media (max-width: 768px) {
    .member-overlay {
        bottom: 30px;
    }
}
.overlay-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    text-align: left;
}
.content-text { flex: 1; }

.member-name {
    font-family: var(--h);
    font-size: 1.5rem;
    color: #ffa617;
    margin: 0 0 0.25rem;
    text-transform: uppercase;
}

.member-role {
    font-family: var(--b);
    font-size: 1rem !important;
    color: #ffa617; 
    margin: 0;
    font-weight: 400;
    line-height: 1.2;
}

.member-hover-description {
    font-family: var(--b);
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--white);
    margin-top: 1.25rem;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
}
.member-hover-description p { margin: 0; }

.member-plus-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: flex-start; 
    margin-top: 0.25rem; 
}
.plus-svg {
    stroke: var(--white);
    stroke-width: 2.5;
}

/* ── MEDIA QUERIES (TABLET & DESKTOP) ───────────────────────── */

@media (min-width: 768px) {
    .team-header {
        flex-direction: row; 
        gap: 3rem;
    }
    .header-left { flex: 1; max-width: 50%; }
    
    .team-title { font-size: 3rem; }
    .team-track { gap: 2rem; }
    
    /* TABLET BREEDTE */
    .team-card { width: 340px; } /* Was 380px */
}

@media (min-width: 1024px) {
    .theme-team { padding-bottom: 5rem; }
    .team-header { padding: 5rem 0 4rem; }
    
    .team-title { font-size: 3.5rem; }
    
    .header-right-team {
        display: flex;
        justify-content: flex-end; 
    }
    .team-intro { max-width: 34rem; }

    .theme-team .team-slider-wrapper {
        padding-left: max(2.5rem, calc((100vw - 1500px) / 2 + 2.5rem)); 
        padding-right: 0; 
    }
    
    /* DESKTOP BREEDTE & VERHOUDING */
    .team-card {
        width: 400px; /* Was 450px, net wat slanker */
        aspect-ratio: 5 / 7; 
    }
    
    .member-overlay {
        padding: 2rem;
        transform: translateY(calc(100% - 6.5rem)); /* Compensatie voor grotere desktop-tekst */
    }
    .member-name { font-size: 1.75rem; }
    .member-role { font-size: 1rem; }
    .member-hover-description { font-size: 1rem; }
}

/* ── HOVER ANIMATIES ───────────────────────── */
@media (hover: hover) {
    /* Balk schuift omhoog */
    .team-card:hover .member-overlay {
        transform: translateY(0);
    }
    
    /* Intro-tekst vervaagt soepel in beeld */
    .team-card:hover .member-hover-description {
        opacity: 1;
        transform: translateY(0);
    }
    
    /* Roterende 'plus' naar 'kruis' */
    .team-card:hover .member-plus-icon {
        transform: rotate(45deg); 
    }
    
    /* Lichte zoom op de portretfoto */
    .team-card:hover .member-photo {
        transform: scale(1.05);
    }
}
/* ------------------ Contact Sectie ------------------ */
.renisol-contact {
    /* Lichte achtergrondkleur zoals in design. Pas aan naar jouw specifieke variabele indien nodig */
    background: #f2f4f5; 
}

.contact-info-section .renisol-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 2rem;
}
.hsfc-Step__Content {
    padding: 0 !important;
}
/* De Grid Layout */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr; /* Mobiel standaard: 1 kolom */
    gap: 4rem;
}

/* --- Linker Kolom --- */
.contact-left {
    display: flex;
    flex-direction: column;
}

.contact-title {
    font-family: var(--h);
    font-size: 3rem !important; /* Lekker groot */
    line-height: 1.1;
    color: #093c56; /* Donker teal-blauw van renisol */
    margin: 0 0 2.5rem 0;
    max-width: 500px;
}

.contact-photo {
    margin-bottom: 2rem;
    width: 80%;
}
@media (max-width: 768px) {
    .contact-photo {
        width: 100%;
    }
}

.contact-photo img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.contact-details {
    display: flex;
    flex-direction: column;
}

.showroom-title {
    font-family: var(--h);
    font-size: 1.75rem;
    color: #093c56;
    margin: 0;
}

.contact-text {
    font-family: var(--b);
    font-size: 1rem;
    line-height: 1.6;
    color: #1a1a1a;
    font-weight: 600; /* Maakt de tekst steviger, zoals in je screenshot */
}

.contact-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.contact-link {
    font-family: var(--b);
    font-size: 1rem;
    color: #1a1a1a;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #ffa617; /* Oranje hover effect */
}

/* --- Rechter Kolom (HubSpot Form) --- */
.contact-right {
    width: 100%;
}

.hubspot-wrapper {
    width: 100%;
    /* Zorgt dat het formulier iets meer body krijgt als het laadt */
    min-height: 400px; 
}


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

/* Vanaf Tablet/Laptop */
@media (min-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr 1fr; /* 2 kolommen */
        gap: 6rem; /* Ruime afstand tussen tekst en formulier */
        align-items: start;
    }

}

/* ==========================================================================
   1. HEADER BASIS (Zwevend 'Floating' Effect)
   ========================================================================== */
   .theme-header.sticky-nav {
    background-color: transparent;
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%;
    z-index: 999;
    padding: 15px 20px 0 20px; /* Zwevende marges */
    pointer-events: none; /* Zorgt dat content naast de balk klikbaar blijft */
}

/* Duw de content van de website naar onder zodat deze niet achter de header verdwijnt */
body { 
    padding-top: 45px; 
} 

.header-container {
    background-color: #093c56; /* Renisol Donkerblauw */
    max-width: 100%; 
    width: 100%; 
    height: 58px;
    margin: 0 auto; 
    padding: 0 2rem;
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    pointer-events: auto; /* Balk zelf is weer klikbaar */
}

.header-logo img { 
    height: 25px; 
    width: auto; 
}

/* ==========================================================================
   2. DESKTOP NAVIGATIE MENU
   ========================================================================== */
.header-right { 
    display: flex; 
    align-items: center; 
    gap: 1rem; 
}

.nav-list { 
    display: flex; 
    list-style: none; 
    margin: 0; 
    padding: 0; 
    gap: 2rem; 
}

.nav-list > li { 
    position: relative; 
    height: 90px; 
    display: flex; 
    align-items: center; 
}

/* Wrapper voor link + dropdown pijltje */
.menu-item-wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-list a {
    color: #ffffff; 
    text-decoration: none; 
    font-size: 1.1rem;
    transition: color 0.3s ease; 
    font-weight: 300;
}

/* Badkamers (eerste item) altijd bold */
.nav-list > li:first-child .menu-item-wrap > a { 
    font-weight: 700 !important; 
}

.nav-list a:hover { 
    color: #ffa617; 
}

/* --- Losse Pijl voor Submenu's --- */
.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px; 
    height: 100%; /* Volledige hoogte klikbaar op desktop */
    cursor: pointer;
    margin-left: 2px;
}

.dropdown-toggle::after {
    content: ''; 
    width: 18px; 
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-size: contain; 
    background-repeat: no-repeat; 
    transition: transform 0.3s ease;
    margin-top: 2px;
}

/* Pijl draaien bij hover (desktop) of open (mobiel) */
.menu-item-has-children:hover .dropdown-toggle::after,
.menu-item-has-children.open .dropdown-toggle::after {
    transform: rotate(180deg);
}

/* ==========================================================================
   3. SUBMENU (DROPDOWN) DESKTOP
   ========================================================================== */
.sub-menu {
    position: absolute; 
    top: 80%; 
    left: 0; 
    background: #093c56;
    list-style: none !important; 
    margin: 0 !important; 
    padding: 0.5rem 0 !important;
    min-width: 190px; 
    opacity: 0; 
    visibility: hidden; 
    transform: translateY(10px); 
    transition: all 0.3s ease;
}

.menu-item-has-children:hover .sub-menu { 
    opacity: 1; 
    visibility: visible; 
    transform: translateY(0); 
}

.sub-menu li { 
    list-style: none !important; 
    margin: 0; 
    padding: 0; 
    display: block; 
}

.sub-menu li a { 
    padding: 8px 20px; 
    display: block; 
    font-weight: 400; 
    transition: color 0.2s ease, padding-left 0.2s ease, background-color 0.2s ease; 
}

.sub-menu li a:hover { 
    color: #ffa617; 
    background-color: rgba(255, 255, 255, 0.05); 
}

/* ==========================================================================
   4. ORANJE CTA KNOP
   ========================================================================== */
.header-cta { 
    color: #ffa617; 
    font-weight: 300; 
    text-decoration: none; 
    text-transform: uppercase; 
    font-size: 1.1rem; 
    transition: opacity 0.3s ease;
}

.header-cta:hover {
    color: #ffa617; 
}

/* ==========================================================================
   5. HAMBURGER ICOON (MOBIEL)
   ========================================================================== */
.mobile-menu-toggle {
    display: none; 
    background: transparent; 
    border: none; 
    cursor: pointer;
    width: 32px; 
    height: 24px; 
    position: relative; 
    padding: 0;
    pointer-events: auto !important; 
    z-index: 9999 !important;
}

.hamburger-line { 
    display: block; 
    width: 100%; 
    height: 2px; 
    background-color: #ffffff; 
    position: absolute; 
    left: 0; 
    transition: all 0.3s ease; 
}

.hamburger-line:nth-child(1) { top: 0; }
.hamburger-line:nth-child(2) { top: 50%; transform: translateY(-50%); }
.hamburger-line:nth-child(3) { bottom: 0; }

.mobile-menu-toggle.is-active .hamburger-line:nth-child(1) { top: 50%; transform: translateY(-50%) rotate(45deg); }
.mobile-menu-toggle.is-active .hamburger-line:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.is-active .hamburger-line:nth-child(3) { top: 50%; transform: translateY(-50%) rotate(-45deg); }

/* ==========================================================================
   6. RESPONSIVE DESIGN (Breekpunt <= 1110px)
   ========================================================================== */
@media (max-width: 1110px) {
    .theme-header.sticky-nav { 
        padding: 15px 15px 0 15px; 
    } 
    
    .header-container { 
        padding: 0 1.5rem; 
        position: relative; 
        height: 60px; 
    }
    
    .header-logo img { 
        height: 28px; 
    }
    
    .mobile-menu-toggle { 
        display: block; 
    }
    
    .header-logo { 
        position: relative; 
        z-index: 1001; 
    }

    /* Floating mobiel menu overlay */
    .header-right {
        position: absolute; 
        top: 100%; 
        left: 0; 
        width: 100%; 
        height: auto;
        background-color: #093c56; 
        flex-direction: column; 
        justify-content: flex-start; 
        align-items: center;
        padding: 2rem 0 3rem 0; 
        gap: 1.5rem;
        opacity: 0; 
        visibility: hidden; 
        transform: translateY(-10px);
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
        z-index: 1000; 
        box-shadow: 0 15px 30px rgba(0,0,0,0.15); 
        pointer-events: none;
    }

    .theme-header.menu-open .header-right {
        opacity: 1; 
        visibility: visible; 
        transform: translateY(0); 
        pointer-events: auto;
    }

    .nav-list { 
        flex-direction: column; 
        align-items: center; 
        gap: 1.5rem; 
        width: 100%;
    }
    
    .nav-list > li { 
        height: auto; 
        width: 100%;
        flex-direction: column;
    }

    .menu-item-wrap {
        justify-content: center;
        width: 100%;
    }

    .nav-list a { 
        font-size: 1.5rem; 
        font-weight: 500; 
    }
    
    .dropdown-toggle {
        width: 40px; /* Groter op mobiel voor makkelijk klikken */
        height: 40px;
    }
    
    /* Submenu schuift open in de flow op mobiel */
    .sub-menu {
        position: static; 
        display: none; 
        text-align: center; 
        padding-top: 1rem !important;
        opacity: 1; 
        visibility: visible; 
        transform: none; 
        box-shadow: none; 
        min-width: 100%;
    }
    
    .menu-item-has-children.open .sub-menu { 
        display: block; 
    }
    
    .sub-menu li a { 
        font-size: 1.2rem; 
        padding: 10px 0; 
    }
    
    .header-cta { 
        margin-top: 1rem; 
        font-size: 1.3rem; 
    }
}


/* ------------------ Footer ------------------ */
.theme-footer {
    background-color: #FFA100; /* Het specifieke oranje uit je screenshot */
    padding: 6rem 0 5rem 0; /* Ruime padding boven en onder */
}

.footer-container {
    max-width: 1500px; /* Matcht met je andere secties */
    margin: 0 auto;
    padding: 0 2.5rem;
}

/* --- BOVENSTE GEDEELTE --- */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5rem;
    gap: 4rem;
}

.footer-logo-wrapper {
    flex: 1 1 115%; /* Neemt het grootste deel van de breedte in */
    max-width: 1000px;
}

/* Zorgt dat een eventuele <img> tag zich goed gedraagt */
.footer-logo-placeholder img {
    width: 100%;
    height: auto;
    display: block;
}

.footer-cta-wrapper {
    flex: 1 1 -19%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1rem; /* Lijnt uit met de bovenkant van het logo */
}

.footer-tagline {
    font-family: var(--h);
    font-size: 2.25rem;
    line-height: 0.6 !important; /* Verlaag dit getal (was 1.2). 1.05 of 1.1 maakt het strakker */
    color: #093c56; 
    margin: 0 0 1.5rem 0;
}

.footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #093c56; /* Teal blauw */
    color: white;
    font-family: var(--b);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.8rem 1rem 0.8rem 1.5rem;
    transition: background-color 0.3s ease;
    gap: 1.5rem;
}

.footer-btn:hover {
    background-color: #062b3d; /* Iets donkerder blauw op hover */
}

/* --- ONDERSTE GEDEELTE (Grid) --- */
/* Update voor de social icons om clipping te voorkomen */
.footer-social-icon {
    display: inline-flex;
    /* We voegen 2px padding toe aan de onderkant zodat de SVG niet kan afsnijden */
    padding-bottom: 2px; 
    
    /* Behoud de bestaande hover-transities */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.footer-social-icon:hover {
    opacity: 0.75;
    /* De hover-animatie blijft gewoon werken */
    transform: translateY(-2px);
}
.footer-bottom {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr; /* 4 Kolommen: De eerste (tekst) is breder */
    gap: 3rem;
}

.footer-description {
    font-family: var(--b);
    font-size: 1.05rem;
    line-height: 1.5;
    color: #093c56; /* Teal blauw */
    margin: 0;
    padding-right: 2rem; /* Voorkomt dat tekst tegen volgende kolom plakt */
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.footer-link {
    font-family: var(--b);
    font-size: 1rem;
    color: #093c56; /* Teal blauw */
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    transition: font-weight 0.2s ease;
}

.footer-link:hover,
.footer-link.active {
    font-weight: 700; /* Vetgedrukt op hover/actief, zoals in de console foto te zien was */
}

/* --- SOCIALS --- */
.footer-col-social {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Drukt de socials naar de onderkant van de grid box */
}

.footer-social-group {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.footer-social-icon-placeholder {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #093c56; /* De icons zijn teal blauw in het design */
    transition: opacity 0.3s ease;
}

.footer-social-icon-placeholder:hover {
    opacity: 0.7;
}

/* Zet hier je social SVG's in via mask, of vervang de <a> in PHP door inline SVG's */
.icon-instagram { mask: url('JOUW_INSTA_URL') no-repeat center / contain; -webkit-mask: url('JOUW_INSTA_URL') no-repeat center / contain;}
.icon-facebook { mask: url('JOUW_FB_URL') no-repeat center / contain; -webkit-mask: url('JOUW_FB_URL') no-repeat center / contain;}
.icon-tiktok { mask: url('JOUW_TIKTOK_URL') no-repeat center / contain; -webkit-mask: url('JOUW_TIKTOK_URL') no-repeat center / contain;}
.icon-linkedin { mask: url('JOUW_LINKEDIN_URL') no-repeat center / contain; -webkit-mask: url('JOUW_LINKEDIN_URL') no-repeat center / contain;}
.icon-pinterest { mask: url('JOUW_PINTEREST_URL') no-repeat center / contain; -webkit-mask: url('JOUW_PINTEREST_URL') no-repeat center / contain;}



/* ── LIVE GOOGLE REVIEWS SECTIE (Met Badge) ────────────────────────────────── */
.renisol-reviews-live {
    padding: 4rem 0 9rem 0;
}

.renisol-reviews-live .renisol-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 2rem;
}

.reviews-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.reviews-score-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
@media (max-width: 768px) {
    .reviews-score-wrap {
        gap: 0;
    }
}
.review-stars {
    display: flex;
    gap: 2px;
}

.reviews-score-number {
    font-family: var(--h, sans-serif);
    font-size: 1.4rem;
    font-weight: 500;
    color: #202124;
    margin-left: 5px;
}

.reviews-total-count {
    color: #70757a;
    font-size: 1rem;
}

.reviews-widget-wrapper {
    width: 100%;
}

/* Responsief op mobiel */
@media (max-width: 991px) {
    .reviews-header {
        flex-direction: column;
        text-align: center;
    }
}
/* ------------------ Media Queries ------------------ */

/* Tablet Layout */
@media (max-width: 1024px) {
    .footer-top {
        flex-direction: column;
        gap: 2rem;
    }
    .footer-logo-wrapper, .footer-cta-wrapper {
        width: 100%;
        max-width: 100%;
        flex: none;
    }
    .footer-bottom {
        grid-template-columns: 1fr 1fr; /* 2x2 grid op tablet */
        gap: 3rem 2rem;
    }
    .footer-description {
        padding-right: 0;
    }
}

/* Mobiele Layout */
@media (max-width: 767px) {
    .theme-footer {
        padding: 4rem 0;
    }
    .footer-container {
        padding: 0 1.5rem;
    }
    .footer-bottom {
        grid-template-columns: 1fr; /* Alles onder elkaar op mobiel */
        gap: 2.5rem;
    }
    .footer-tagline {
        font-size: 1.75rem;
    }
    .footer-logo-placeholder {
        height: 60px; /* Kleiner logo op mobiel */
    }
    .footer-col-social {
        justify-content: flex-start;
    }
    .footer-social-group {
        margin-top: 1.5rem;
    }
}
/* ------------------ Responsive ------------------ */
@media only screen and (max-width: 1024px){
    :root {
        --section-padding: 60px;
    }
    
    .rw-hero-banner .hero-banner-title {
        font-size: 60px;
    }
    
    .rw-usps .usps-grid,
    .rw-process .process-steps,
    .rw-team .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .rw-gallery .gallery-grid,
    .rw-image-text .image-text-row,
    .rw-contact .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 768px){
    .rw-hero-banner .hero-banner-title {
        font-size: 40px;
    }
    
    .rw-usps .usps-grid,
    .rw-process .process-steps,
    .rw-team .team-grid {
        grid-template-columns: 1fr;
    }
    
    .rw-process .process-steps::before {
        display: none;
    }
}
