/* ==========================================================================
    TABLE OF CONTENTS
    =========================================================================

    GENERAL STYLING
    HERO 1 STYLING
    HERO 2 STYLING
    TEXT 1 STYLING
    TEXT 2 STYLING
    TEXT IMAGE 1 STYLING
    TEXT IMAGE 2 STYLING
    TEXT IMAGE 3 STYLING
    TEXT IMAGE 4 STYLING
    TEXT IMAGE 5 STYLING
    TEXT IMAGE 6 STYLING
    CTA 1 STYLING
    CTA 2 STYLING
    CTA 3 STYLING
    CTA 4 STYLING
    GRID 1 STYLING
    TESTIMONIAL SLIDER 1 STYLING
    CASES OVERVIEW 1 STYLING
    FEATURED CASES 1 STYLING
    CASES DETAIL 1 STYLING
    SERVICES OVERVIEW 1 STYLING
    SERVICES OVERVIEW 2 STYLING
    TEAM MEMBERS 1 STYLING
    PARTNERS 1 STYLING
    GALLERY DETAIL 1 STYLING
    FOOTER 1 STYLING
========================================================================== */


/* ==========================================================================
    GENERAL STYLING
   ========================================================================== */

    body {
        font-family: 'Roboto', sans-serif;
    }

    :root {
        --brand-orange: #D66044;
        --service-bg-color: #D66044;
        --service-text-color: #ffffff;
        --service-btn-color: #2b323f;
    }

    p {
        font-weight: 300;
        margin-bottom: 0;
        line-height: 1.4;
    }

    p strong, p b {
        font-weight: 500;
    }

    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: 'Perfect Harmony', 'Georgia', serif;
        margin-bottom: 0 !important;
        text-transform: none;
        line-height: 0.9;
    }

    h1 b, .h1 b, h1 strong, .h1 strong,
    h2 b, .h2 b, h2 strong, .h2 strong,
    h3 b, .h3 b, h3 strong, .h3 strong,
    h4 b, .h4 b, h4 strong, .h4 strong,
    h5 b, .h5 b, h5 strong, .h5 strong,
    h6 b, .h6 b, h6 strong, .h6 strong {
        font-family: 'DrukWide', Impact, sans-serif !important;
        font-weight: 900 !important;
        text-transform: uppercase !important;
        font-size: 0.7em !important;
        letter-spacing: 1px !important;
    }

    h1 u, h2 u, h3 u, h4 u, h5 u, h6 u,
    .h1 u, .h2 u, .h3 u, .h4 u, .h5 u, .h6 u,
    h1 span[style*="underline"], .h1 span[style*="underline"],
    h2 span[style*="underline"], .h2 span[style*="underline"],
    h3 span[style*="underline"], .h3 span[style*="underline"],
    h4 span[style*="underline"], .h4 span[style*="underline"],
    h5 span[style*="underline"], .h5 span[style*="underline"],
    h6 span[style*="underline"], .h6 span[style*="underline"] {
        text-decoration: none !important;
        border-bottom: 2px solid var(--panel-bg, var(--brand-orange)) !important;
        padding-bottom: 0;
        display: inline-block;
        line-height: 0.75;
        margin-bottom: 5px;
    }

    .display-4 {
        line-height: 1 !important;
    }

    .font-black {
        font-family: 'DrukWide', Impact, sans-serif !important;
        text-transform: uppercase !important;
    }

    .font-serif {
        font-family: 'Perfect Harmony', 'Georgia', serif;
        text-transform: none;
        line-height: 0.9;
    }

    .navbar-brand {
        font-family: 'DrukWide', Impact, sans-serif !important;
        text-transform: uppercase !important;
    }

    .btn {
        padding: 8px 32px !important;
    }

    .back-button {
        font-family: 'DrukWide', Impact, sans-serif !important;
    }

    .text-brand-orange {
        color: var(--brand-orange);
    }

    .bg-brand-orange {
        background-color: var(--brand-orange) !important;
    }

    .border-brand-orange {
        border-color: var(--brand-orange) !important;
    }

    .btn-brand-orange {
        background-color: var(--brand-orange);
        color: #ffffff;
        border: none;
        transition: background-color 0.3s ease;
    }

    .btn-brand-orange:hover,
    .btn-brand-orange:focus {
        background-color: var(--brand-orange);
        color: #ffffff;
    }

    .btn-brand-dark {
        background-color: #2b323f;
        color: #ffffff;
        border: none;
        transition: background-color 0.3s ease;
    }

    .btn-brand-dark:hover {
        background-color: #1a1e26;
        color: #ffffff;
    }

    .min-h-300 {
        min-height: 300px;
    }

    .min-h-400 {
        min-height: 400px;
    }

    .sidebar-hero {
        width: 80px;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 2rem;
        transition: background-color 0.4s ease;
    }

    .logo-container {
        width: 50px;
        height: auto;
    }


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

    @media (min-width: 992px) {
        .huge-title {
            font-size: 6rem;
            line-height: 0.9;
        }
    }

    @media (max-width: 991px) {
        .sidebar-hero {
            display: none !important;
        }

        .huge-title {
            font-size: 5rem;
            line-height: 0.85;
        }
    }

    @media (max-width: 768px) {
        nav:has(.navbar-toggler[aria-expanded="true"]) {
            background-color: rgba(0, 0, 0, 0.70) !important;
        }

        .navbar-collapse {
            padding-top: 1.5rem;
            padding-bottom: 0.5rem;
        }

        .huge-title {
            font-size: 4rem;
            line-height: 0.85;
            word-break: break-all;
        }
    }



/* ==========================================================================
    HERO 1 STYLING
   ========================================================================== */

    .hero-1 nav {
        transition: background-color 0.3s ease;
    }





/* ==========================================================================
    HERO 2 STYLING
    ========================================================================== */



    /* Service links */
    .hero-2 .service-link {
        font-family: 'DrukWide', Impact, sans-serif !important;
        font-size: 1.1em !important;
        color: #ffffff;
        transition: color 0.3s ease;
        text-decoration: none;
        text-transform: uppercase !important;
    }


/* ==========================================================================
    TEXT 1 STYLING
    ========================================================================== */

    #text-1.quote-large {
        font-size: 2rem;
        line-height: 1.4;
    }

    /* Iets grotere tekst op desktop voor extra impact */
    @media (min-width: 992px) {
        #text-1.quote-large {
            font-size: 2.5rem;
        }
    }



/* ==========================================================================
    TEXT 2 STYLING
    ========================================================================== */

    .text-2 .title-mixed {
        font-size: 3.2rem;
    }

    @media (max-width: 991px) {
        .text-2 .title-mixed {
            font-size: 2.2rem;
        }
    }

/* ==========================================================================
    TEXT IMAGE 1 STYLING
    ========================================================================== */





/* ==========================================================================
    TEXT IMAGE 2 STYLING
    ========================================================================== */

    .text-image-2 .title-large {
        font-size: 2.5rem;
        line-height: 1.1;
    }

    .text-image-2 .text-link {
        text-decoration: none;
        transition: opacity 0.3s ease;
        letter-spacing: 1px;
        font-size: 0.85rem;
    }

    .text-image-2 .text-link:hover {
        opacity: 0.6;
    }

    .text-image-2 .content-body {
        font-size: 1.05rem;
        line-height: 1.3;
    }

    @media (min-width: 992px) {
        .text-image-2 .title-large {
            font-size: 3.5rem;
        }
    }



/* ==========================================================================
    TEXT IMAGE 3 STYLING
    ========================================================================== */

    .text-image-3 .card-link {
        text-decoration: none;
        transition: opacity 0.3s ease;
        letter-spacing: 1px;
        font-size: 0.75rem;
    }
    .text-image-3 .card-link:hover {
        opacity: 0.7;
    }

    .text-image-3 .card-radius {
        border-radius: 1.5rem;
    }


/* ==========================================================================
    TEXT IMAGE 4 STYLING
    ========================================================================== */
    .text-image-4 .img-rounded {
        border-radius: 1.5rem;
    }

    .text-image-4 .overlap-card {
        z-index: 2;
    }

    @media (min-width: 992px) {
        .text-image-4 .title-large {
            font-size: 4rem;
        }

        .text-image-4 .overlap-card {
            position: absolute;
            right: 33%;
            width: calc(100% - 30px);
        }
    }





/* ==========================================================================
    TEXT IMAGE 5 STYLING
    ========================================================================== */

    .text-image-5 .rounded-xl {
        border-radius: 1.5rem;
    }

    .text-image-5 .quote-text {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .text-image-5 .quote-overlap-card {
        z-index: 2;
    }

    @media (max-width: 991px) {
        .text-image-5 .quote-overlap-card {
            margin-top: 2rem;
        }
    }

    @media (min-width: 992px) {
        .text-image-5 .quote-overlap-card {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 41.666667%;
        }

        .text-image-5 .card-right {
            right: 15px;
        }

        .text-image-5 .card-left {
            left: 15px;
        }
    }



/* ==========================================================================
    TEXT IMAGE 6 STYLING
    ========================================================================== */

    .text-image-6 .rounded-xl {
        border-radius: 1.5rem;
    }

    .text-image-6 .section-title {
        font-family: 'Arial Black', Impact, sans-serif;
        font-size: 2.25rem;
        line-height: 1.2;
    }

    .text-image-6 .content-body {
        font-size: 1.05rem;
        line-height: 1.3;
    }



/* ==========================================================================
    CTA 1 STYLING
    ========================================================================== */

    .cta-1 {
        background-color: var(--brand-orange);
        min-height: 300px;
        display: flex;
        align-items: center;
        color: #ffffff;
    }

    .cta-1 .btn-custom-cta {
        color: #ffffff;
        padding: 8px 48px;
        transition: background-color 0.3s ease;
        border: none;
    }

    .cta-1 .btn-custom-cta:hover,
    .cta-1 .btn-custom-cta:focus {
        color: #ffffff;
    }



/* ==========================================================================
    CTA 2 STYLING
    ========================================================================== */

    .cta-2 .cta-bento-wrapper {
        border-radius: 2rem;
    }

    .cta-2 .cta-card-talk,
    .cta-2 .cta-card-jobs {
        border-radius: 1.5rem;
        min-height: 380px;
    }

    @media (min-width: 992px) {
        .cta-2 .title-huge {
            font-size: 4.5rem;
            line-height: 0.9;
        }

        .cta-2 .title-large {
            font-size: 3.5rem;
        }
    }
    @media (max-width: 991px) {
        .cta-2 .title-huge {
            font-size: 3rem;
            line-height: 0.85;
        }

        .cta-2 .title-large {
            font-size: 2.5rem;
        }
    }



/* ==========================================================================
    CTA 3 STYLING
    ========================================================================== */

    .cta-3 .min-h-500 {
        min-height: 500px;
    }

    .cta-3 .min-h-250 {
        min-height: 250px;
    }


/* ==========================================================================
    CTA 4 STYLING
    ========================================================================== */

    .cta-4 .split-col {
        min-height: 400px;
    }

    .cta-4 .bg-image-container {
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .cta-4 .overlay-dark {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1;
    }

    .cta-4 .content-front {
        z-index: 2;
    }

    .cta-4 .left-title-top {
        font-size: 3rem;
        line-height: 0.9;
        letter-spacing: -1px;
    }

    .cta-4 .left-title-bottom {
        font-size: 3.2rem;
        line-height: 0.9;
    }

    @media (max-width: 768px) {
        .cta-4 .left-title-top {
            font-size: 2.2rem;
        }

        .cta-4 .left-title-bottom {
            font-size: 2.4rem;
        }

        .cta-4 .split-col {
            min-height: 350px;
        }
    }



/* ==========================================================================
    GRID 1 STYLING
    ========================================================================== */

    .grid-1 .feature-card {
        border-radius: 1.5rem;
        overflow: hidden;
        border: none;
        transition: transform 0.3s ease;
    }

    .grid-1 .feature-card:hover {
        transform: translateY(-5px);
    }

    .grid-1 .card-img-area {
        position: relative;
    }

    .card-overlay {
        position: absolute;
        top: 40%;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60%;
        background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
        z-index: 1;
    }

    .grid-1 .card-title {
        font-size: 1.8rem;
        z-index: 2;
    }

    .grid-1 .card-link {
        text-decoration: none;
        font-size: 0.6rem;
        letter-spacing: 1px;
        transition: opacity 0.3s ease;
    }
    .grid-1 .card-link:hover {
        opacity: 0.6;
    }



/* ==========================================================================
    TESTIMONIAL SLIDER 1 STYLING
    ========================================================================== */

    .testimonial-slider-1 .splide__slide {
        display: flex;
        height: auto;
    }

    .testimonial-slider-1 .slider-card {
        border-radius: 1rem;
        width: 100%;
        min-height: 200px;
        flex-grow: 1;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .testimonial-slider-1 .testimonial-card {
        background-color: #E7E7E9;
        padding: 3rem;
        text-align: center;
        color: #555555;
    }

    .testimonial-slider-1 .quote-text {
        font-size: 1.6rem;
        line-height: 1.3;
        font-family: 'Perfect Harmony', 'Georgia', serif;
        margin-bottom: 2rem;
        color: #6C7079;
    }

    .testimonial-slider-1 .quote-author {
        font-size: 0.85rem;
        letter-spacing: 2px;
        color: #6C7079;
        text-transform: uppercase;
    }

    .testimonial-slider-1 .image-card {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .testimonial-slider-1 .splide__track {
        overflow: visible;
    }



/* ==========================================================================
    CASES OVERVIEW 1 STYLING
    ========================================================================== */

    #portfolio .section-title {
        font-size: 3rem;
        letter-spacing: 2px;
    }

    #portfolio .filter-btn {
        opacity: 1;
        transition: all 0.3s ease;
        font-size: 0.8rem;
        letter-spacing: 1px;
        border: none;
        position: relative;
    }

    #portfolio .filter-btn.active {
        outline: 1px solid var(--tag-color);
        outline-offset: 4px;
    }

    #portfolio .filter-btn:hover {
        transform: scale(1.05);
    }

    #portfolio .case-card {
        border-radius: 1.5rem;
        height: 350px;
        display: block;
        transition: transform 0.3s ease;
    }

    #portfolio .case-card:hover {
        transform: translateY(-5px);
    }

    #portfolio .case-bg {
        background-size: cover;
        background-position: center;
        transition: transform 0.5s ease;
    }

    #portfolio .case-card:hover .case-bg {
        transform: scale(1.05);
    }

    #portfolio .case-overlay {
        background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 100%);
    }

    #portfolio .case-title {
        font-size: 1.8rem;
        line-height: 1.1;
    }

    #portfolio .badge-pill {
        padding: 0.45em 0.9em;
        font-weight: 700;
        font-size: 0.7rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    #portfolio .negative-logo-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 120px;
        text-align: center;
        z-index: 2;
        opacity: 0.8 !important;
    }

    #portfolio .negative-logo {
        max-width: 100%;
        max-height: 80px;
        opacity: 0.9;
    }



/* ==========================================================================
    FEATURED CASES 1 STYLING
    ========================================================================== */

    .featured-cases-1 .section-title {
        font-size: 3.5rem;
        line-height: 0.85;
        letter-spacing: 1px;
    }

    @media (max-width: 991px) {
        .featured-cases-1 .section-title {
            font-size: 2.2rem;
        }
    }

    .featured-cases-1 .featured-card {
        border-radius: 1.5rem;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 480px;
        transition: transform 0.3s ease;
        background-color: var(--card-bg);
    }

    .featured-cases-1 .featured-card:hover {
        transform: translateY(-8px);
    }

    .featured-cases-1 .card-top {
        padding: 2.5rem 2rem;
        color: var(--card-text);
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .featured-cases-1 .card-bottom {
        height: 250px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .featured-cases-1 .tag-pill {
        color: var(--card-bg);
        padding: 0.45em 1em;
        font-weight: 900;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border-radius: 1rem !important;
    }

    .featured-cases-1 .card-title {
        font-size: 1.8rem;
        line-height: 0.85;
        margin-bottom: 0.75rem !important;
        color: inherit;
    }

    .featured-cases-1 .card-text {
        font-size: 0.95rem;
        line-height: 1.3;
        margin-bottom: 0;
        color: inherit;
    }

    .featured-cases-1 .fallback-text {
        font-size: 1.5rem;
        text-transform: uppercase;
        opacity: 0.5;
        font-family: 'Arial Black', Impact, sans-serif;
    }




/* ==========================================================================
    CASES DETAIL 1 STYLING
    ========================================================================== */

    .case-detail-1 .sidebar-hero {
        width: 80px;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 2rem;
    }

    .case-detail-1 .logo-container {
        width: 50px;
        height: auto;
    }

    .case-detail-1 .hero-section {
        height: 100vh;
        min-height: 500px;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .case-detail-1 .nav-logo {
        max-height: 40px;
        width: auto;
    }

    .case-detail-1 .case-title {
        font-size: 3.5rem;
        letter-spacing: -1px;
        line-height: 0.85;
        margin-bottom: 0;
    }

    .case-detail-1 .tag-pill {
        padding: 0.45em 1em;
        font-weight: 900;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .case-detail-1 .negative-logo-box {
        background-color: var(--brand-orange);
        border-radius: 0.5rem;
        padding: 1rem;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .case-detail-1 .negative-logo-box img {
        max-width: 100%;
        max-height: 100%;
        filter: brightness(0) invert(1);
    }

    .case-detail-1 .rounded-img {
        border-radius: 1.5rem !important;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .case-detail-1 .intro-text-block {
        font-size: 1.1rem;
        line-height: 1.6;
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
    }

    .case-detail-1 .testimonial-text {
        font-size: 2.75rem;
        line-height: 1.3;
        color: var(--brand-orange);
        margin-bottom: 1rem;
    }

    .case-detail-1 .testimonial-author {
        font-size: 0.9rem;
        letter-spacing: 2px;
        color: var(--brand-orange);
    }

    .case-detail-1 .featured-card {
        border-radius: 1.5rem;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 480px;
        transition: transform 0.3s ease;
        background-color: var(--card-bg);
    }

    .case-detail-1 .featured-card:hover {
        transform: translateY(-8px);
    }

    .case-detail-1 .card-top {
        padding: 2.5rem 2rem;
        color: var(--card-text);
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .case-detail-1 .card-bottom {
        height: 250px;
        background-size: cover;
        background-position: center;
    }

    .case-detail-1 .card-title {
        font-size: 1.8rem;
        line-height: 0.85;
        margin-bottom: 1rem !important;
        color: inherit;
    }

    .case-detail-1 .splide__slide {
        height: auto;
    }

    .case-detail .splide-gallery {
        aspect-ratio: 16 / 9;
        width: 100%;
    }

    .case-detail-1 .splide-gallery .splide__slide {
        width: auto !important;
        flex-shrink: 0;
    }

    .case-detail-1 .splide-gallery .splide__slide img {
        height: 500px; /* fixed height */
        width: auto;
        display: block;
        object-fit: contain;
    }

    @media (max-width: 991px) {
        .case-detail-1 .sidebar-hero {
            display: none !important;
        }

        .case-detail-1 .case-title {
            font-size: 2.5rem;
        }

        .case-detail-1 .testimonial-text {
            font-size: 2rem;
        }
    }


    @media (max-width: 787px) {
        .case-detail-1 .case-title {
            font-size: 2.25rem;
        }

        .case-detail-1 .testimonial-text {
            font-size: 1.75rem;
        }
    }



/* ==========================================================================
    SERVICES OVERVIEW 1 STYLING
    ========================================================================== */

    .services-overview-1 .font-black {
        font-size: 0.9em !important;
    }

    .services-overview-1 .service-panel {
        --offset-x: -12.5px;
        --offset-y: 0px;
        display: flex;
        flex-direction: column;
    }

    .services-overview-1 .service-panel.active ~ .service-panel {
        --offset-x: 12.5px;
        --offset-y: 0px;
    }

    .services-overview-1 .service-panel.active {
        --offset-x: 0px;
        --offset-y: 0px;
    }

    .services-overview-1 .services-accordion {
        display: flex;
        flex-direction: row;
        width: 100%;
        min-height: 250px;
        align-items: stretch;
        background-color: #fff;
    }

    .services-overview-1 .service-panel {
        position: relative;
        cursor: pointer;
        transition: flex-grow 0.5s cubic-bezier(0.25, 1, 0.5, 1), width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
        flex-grow: 0;
        width: 10%;
        min-width: 70px;
        border-radius: 1rem;
        overflow: hidden;
    }

    .services-overview-1 .service-panel:not(:first-child) {
        margin-left: -25px;
    }

    .services-overview-1 .service-panel.active {
        flex-grow: 1;
        width: 70%;
        cursor: default;
    }

    .services-overview-1 .service-panel:not(.active):hover .panel-content {
        filter: brightness(1.1);
    }

    .services-overview-1 .panel-inner {
        display: flex;
        flex-grow: 1;
        width: 100%;
        height: 100%;
    }

    .services-overview-1 .panel-image {
        width: 0;
        opacity: 0;
        background-size: cover;
        background-position: center;
        transition: width 0.5s ease, opacity 0.4s ease;
    }

    .services-overview-1 .service-panel.active .panel-image {
        width: 100%;
        opacity: 1;
    }

    .services-overview-1 .panel-content {
        flex-grow: 1;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.3s;
        min-width: 70px;
        color: var(--panel-text-color) !important;
        width: 95%;
    }

    .services-overview-1 .expanded-details {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        padding-right: 80px;
        transition: opacity 0.3s 0.2s;
    }

    .services-overview-1 .service-panel.active .expanded-details {
        opacity: 1;
        visibility: visible;
        position: relative;
    }

    .services-overview-1 .collapsed-title {
        opacity: 1;
        visibility: visible;
        width: 100%;
        padding-bottom: 90px;
        transform: translate(var(--offset-x), var(--offset-y));
        transition: opacity 0.2s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .services-overview-1 .service-panel.active .collapsed-title {
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }

    .services-overview-1 .vertical-text {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        letter-spacing: 2px;
    }

    .services-overview-1 .big-number {
        font-family: 'DrukWide', Impact, sans-serif !important;
        left: calc(50% + var(--offset-x));
        transform: translateX(-50%);
        transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
        color: var(--panel-text-color) !important;
        font-size: 3em !important;
        text-transform: uppercase !important;
    }

    .services-overview-1 .service-panel.active .big-number {
        left: calc(100% - 60px);
        transform: none;
    }

    .services-overview-1 .btn-custom {
        background-color: var(--panel-btn-color) !important;
        color: #ffffff !important;
        border: none;
    }
    .services-overview-1 .btn-custom:hover {
        filter: brightness(0.85) !important;
    }

    @media (max-width: 991px) {

        .services-overview-1 .services-accordion {
            flex-direction: column !important;
            height: auto !important;
            min-height: auto !important;
        }

        .services-overview-1 .service-panel {
            --offset-x: 0px !important;
            --offset-y: -12.5px !important;

            width: 100% !important;
            min-width: 100% !important;
            height: 80px;
            margin-left: 0 !important;
        }

        .services-overview-1 .service-panel.active ~ .service-panel {
            --offset-x: 0px !important;
            --offset-y: 12.5px !important;
        }

        .services-overview-1 .service-panel.active {
            --offset-x: 0px !important;
            --offset-y: 0px !important;

            height: auto !important;
            min-height: auto !important;
        }

        .services-overview-1 .service-panel:not(:first-child) {
            margin-left: 0 !important;
            margin-top: -25px !important;
        }

        .services-overview-1 .panel-inner {
            flex-direction: column !important;
        }

        .services-overview-1 .panel-image {
            width: 100% !important;
            height: 0 !important;
            min-height: 0 !important;
            opacity: 0;
            display: none !important;
        }

        .services-overview-1 .service-panel.active .panel-image {
            display: block !important;
            height: 250px !important;
            opacity: 1;
        }

        .services-overview-1 .panel-content {
            width: 100% !important;
            height: 80px !important;
            min-height: 80px !important;
            flex-direction: row !important;
            justify-content: space-between !important;
            align-items: center !important;
            padding: 0 1.5rem !important;
        }

        .services-overview-1 .service-panel.active .panel-content {
            flex-grow: 1;
            height: auto !important;
            flex-direction: column !important;
            justify-content: flex-start !important;
            align-items: flex-start !important;
            padding: 4.5rem 1.5rem 2rem 1.5rem !important;
        }

        .services-overview-1 .expanded-details {
            position: relative !important;
            padding: 0 !important;
            height: auto !important;
            display: none !important;
        }

        .services-overview-1 .service-panel.active .expanded-details {
            display: flex !important;
        }

        .services-overview-1 .service-panel.active .expanded-details h3 {
            display: none !important;
        }

        .services-overview-1 .vertical-text {
            writing-mode: horizontal-tb !important;
            transform: none !important;
            letter-spacing: 1px !important;
            font-size: 1.5rem !important;
        }

        .services-overview-1 .collapsed-title {
            width: auto !important;
            height: auto !important;
            padding-bottom: 0 !important;
            align-items: center !important;
            transform: translateY(var(--offset-y)) !important;
        }

        .services-overview-1 .service-panel.active .collapsed-title {
            display: flex !important;
            opacity: 1 !important;
            visibility: visible !important;
            position: absolute !important;
            top: 1.5rem !important;
            left: 1.5rem !important;
            z-index: 10;
            transform: none !important;
        }

        .services-overview-1 .big-number {
            position: static !important;
            display: flex !important;
            align-items: center !important;
            height: auto !important;
            padding: 0 !important;
            margin: 0 !important;
            transform: translateY(var(--offset-y)) !important;
            font-size: 3rem !important;
            left: auto !important;
            right: auto !important;
        }

        .services-overview-1 .service-panel.active .big-number {
            position: absolute !important;
            top: 1.5rem !important;
            right: 1.5rem !important;
            bottom: auto !important;
            left: auto !important;
            transform: none !important;
            z-index: 10;
        }
    }



/* ==========================================================================
    SERVICES OVERVIEW 2 STYLING
    ========================================================================== */

    .services-overview-2 .service-card {
        border-radius: 1.5rem;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background-color: var(--service-bg, #d15d3e);
        color: var(--service-text, #ffffff);
        height: 100%;
    }

    .services-overview-2 .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
    }

    .services-overview-2 .card-image-top {
        position: relative;
    }

    .services-overview-2 .card-image-top .img-overlay {
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        z-index: 1;
    }

    .services-overview-2 .card-body-bottom {
        padding: 2.5rem;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .services-overview-2 .service-title {
        font-size: 1.4rem;
        letter-spacing: 1px;
        margin-bottom: 1rem;
        color: inherit;
    }

    .services-overview-2 .service-description {
        font-size: 0.95rem;
        line-height: 1.6;
        flex-grow: 1;
        color: inherit;
    }

    .services-overview-2 .service-description b,
    .services-overview-2 .service-description strong {
        font-weight: 900;
    }

    .services-overview-2 .btn-discover {
        background-color: var(--btn-bg, #333333);
        color: #ffffff;
        border-radius: 2rem;
        font-size: 0.9rem;
        align-self: flex-start;
        text-decoration: none;
        transition: opacity 0.3s ease;
    }

    .services-overview-2 .btn-discover:hover {
        opacity: 0.85;
        color: #ffffff;
    }



/* ==========================================================================
    TEAM MEMBERS 1 STYLING
    ========================================================================== */

    .team-members-1 .section-intro {
        max-width: 800px;
        margin: 0 auto;
        line-height: 1.3;
        font-size: 1rem;
    }

    .team-members-1 .grid-card {
        height: 100%;
        border-radius: 1.5rem;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .team-members-1 .profile-card {
        background-color: var(--card-bg, #2F333E);
        color: #ffffff;
        transition: transform 0.3s ease;
    }

    .team-members-1 .profile-card:hover {
        transform: translateY(-8px);
    }

    .team-members-1 .profile-content {
        padding: 1.5rem;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .team-members-1 .profile-name {
        font-size: 1.2rem;
        margin-bottom: 0.2rem;
        line-height: 1.1;
    }

    .team-members-1 .profile-function {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        opacity: 0.9;
    }

    .team-members-1 .profile-desc {
        font-size: 1rem;
        line-height: 1.3;
        opacity: 0.8;
        margin-bottom: 0;
    }

    .team-members-1 .quote-card {
        display: flex;
        flex-direction: column;
        justify-content: start;
        padding: 2.5rem;
    }

    .team-members-1 .quote-text {
        font-size: 2.75rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }

    .team-members-1 .quote-author {
        font-size: 0.85rem;
        letter-spacing: 1px;
    }

    @media (max-width: 991px) {
        .team-members-1 .quote-text {
            font-size: 2rem;
        }
        .team-members-1 .quote-card {
            text-align: center !important;
            align-items: center !important;
        }
    }

    @media (max-width: 787px) {
        .team-members-1 .quote-text {
            font-size: 1.75rem;
        }
    }



/* ==========================================================================
    PARTNERS 1 STYLING
    ========================================================================== */

    .partners-1 .section-title {
        font-size: 3rem;
        letter-spacing: 1px;
    }

    .partners-1 .partners-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 3rem;
    }

    .partners-1 .partner-logo-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease, opacity 0.3s ease;
        text-decoration: none;
    }

    .partners-1 a.partner-logo-wrapper:hover {
        transform: scale(1.05);
        opacity: 0.8;
    }

    .partners-1 .partner-logo {
        max-width: 140px;
        max-height: 70px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    @media (max-width: 767px) {
        .partners-1 .partners-container { gap: 2rem; }
        .partners-1 .partner-logo { max-width: 100px; max-height: 50px; }
        .partners-1 .section-title { font-size: 2rem; }
    }



/* ==========================================================================
    GALLERY DETAIL 1 STYLING
    ========================================================================== */

    .gallery-detail-1 .gallery-card-wrapper {
        display: block;
        height: 320px;
        border-radius: 1rem;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .gallery-detail-1 .gallery-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .gallery-detail-1 .gallery-card-wrapper:hover .gallery-image {
        transform: scale(1.05);
    }

    .gallery-detail-1 .gallery-card-wrapper::after {
        content: '';
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0, 0, 0, 0);
        transition: background 0.3s ease;
        pointer-events: none;
    }

    .gallery-detail-1 .gallery-card-wrapper:hover::after {
        background: rgba(0, 0, 0, 0.15);
    }

    .modal:has(.carousel) .modal-content,
    .modal:has(.carousel) .carousel-inner {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }

    @media (max-width: 991px) {
        .gallery-detail-1 .gallery-card-wrapper {
            height: 250px;
        }
    }



/* ==========================================================================
    FOOTER 1 STYLING
    ========================================================================== */

    .footer-1 {
        background-color: #e6e5e5;
        color: #8c8c8c;
        font-size: 0.95rem;
    }

    .footer-1 a {
        color: inherit;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .footer-1 a:hover {
        color: #5a5a5a;
    }

    .footer-1 .social-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transition: filter 0.3s ease;
        color: #ffffff !important; /* Iconen altijd wit */
    }

    .footer-1 .social-icon:hover {
        filter: brightness(0.85);
    }

    .footer-1 .social-icon i {
        font-size: 1.2rem;
    }

    .footer-1 .contact-text p {
        margin-bottom: 0.25rem;
    }
