﻿:root {
    --middernacht-mysterie: #280032;
    --orakel-paars: #460050;
    --betoverend-violet: #7869eb;
    --gouden-vondst: #ffc800;
    --paarsnevel: #5a32aa;
    --lila-maanlicht: #beb4f5;
    --lila-soft-glow: #f0f0ff;
    --ijskristal: #cdebff;
    --diepzee: #000096;
    --blauwe-mist-ontwaking: #0046ff;
    --blauwe-mist-poort: #0096ff;
    --blauwe-mist-diepte: #3ce6ff;
    --roodborstje-vonk: #f03200;
    --roodborstje-gloed: #ff6400;
    --roodborstje-horizon: #ff8700;
    --roodborstje-portaal: #801f37;
    --hoehetwerkt-paars: #694d6f;
}

@font-face {
    font-family: 'Fraunces';
    src: url('/fonts/Fraunces72pt-Regular.woff2') format('woff2'), url('/fonts/Fraunces72pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FrauncesBold';
    src: url('/fonts/Fraunces72pt-Bold.woff2') format('woff2'), url('/fonts/Fraunces72pt-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSerif';
    src: url('/fonts/NotoSerifBengaliCondensed-Regular.woff2') format('woff2'), url('/fonts/NotoSerifBengaliCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Regular.woff2') format('woff2'), url('/fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html,
body {
    position: relative;
    height: 100%;
    font-family: 'Inter', Arial;
    font-size: clamp(1rem, 2vw, 1.2rem);
    background-color: #000;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    line-height: 1.2;
}

.padding-top {
    padding-top:10vh;
}

@media (min-width: 1600px) {
  .padding-top {
    padding-top:40vh;
}
}

.mobile-hide {
    display: block;
}

.text-left {
    text-align: left !important;
}

.text-expand-left {
    padding: 30px;
    text-align: left !important;
}

/*buttons*/
.btnHeight {
    height: 40px;
}

.wit {
    color: #fff;
}

.zwart {
    color: #000;
}

.middernacht-mysterie {
    color: #280032;
}

.orakel-paars {
    color: #460050;
}

.betoverend-violet {
    color: #7869eb;
}

.gouden-vondst {
    color: #ffc800;
}

.paarsnevel {
    color: #5a32aa;
}

.lila-maanlicht {
    color: #beb4f5;
}

.lila-soft-glow {
    color: #f0f0ff;
}

.ijskristal {
    color: #cdebff;
}

.diepzee {
    color: #000096;
}

.blauwe-mist-ontwaking {
    color: #0046ff;
}

.blauwe-mist-poort {
    color: #0096ff;
}

.blauwe-mist-diepte {
    color: #3ce6ff;
}

.roodborstje-vonk {
    color: #f03200;
}

.roodborstje-gloed {
    color: #ff6400;
}

.roodborstje-horizon {
    color: #ff8700;
}

.roodborstje-portaal {
    color: #801f37;
}

.hoehetwerkt-paars {
    color: #694d6f;
}

.font-fraunces {
    font-family: 'FrauncesBold' !important;
    font-weight: bold !important;
    line-height: 1 !important;
}

.font-notoserif {
    font-family: 'NotoSerif' !important;
    font-weight: normal !important;
    line-height: 1.0 !important;
}

.font-inter {
    font-family: 'Inter';
    font-weight: normal;
    line-height: 1.2;
}

.font-size-71 {
    font-size: clamp(2.6rem, 6vw, 4.44rem);
    line-height: 1;
}

.font-size-45 {
    font-size: clamp(2rem, 4vw, 2.81rem);
}

.font-size-28 {
    font-size: clamp(1.3rem, 2.5vw, 1.75rem);
}

.font-size-21 {
    font-size: clamp(1.1rem, 2vw, 1.31rem);
}

.font-size-17 {
    font-size: clamp(1rem, 1.6vw, 1.06rem);
    line-height: 1.5 !important;
}

.font-size-15 {
    font-size: clamp(0.875rem, 1.5vw, 0.94rem);
    line-height: 1.5 !important;
}

.font-size-14 {
    font-size: clamp(0.8rem, 1.4vw, 0.875rem);
    line-height: 1.5 !important;
}

/* Sidebar*/
/* Sidebar */
.download-app {
    position: fixed;
    top: 80%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
    display: block;
}

    .download-app img {
        width: 50px; /* Adjust as needed */
        height: auto;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        display: block;
    }

/* Make the container relatively positioned to allow overlay links */
.download-app {
    position: fixed;
    right: 0;
    top: 80%;
    transform: translateY(-50%);
    z-index: 1000;
}

    .download-app a {
        position: absolute;
        width: 26px; /* clickable circle size */
        height: 26px;
        left: 12px; /* horizontal offset inside image */
    }

        /* Adjust these based on your image proportions */
        .download-app a.android {
            top: 120px; /* Y-position of Android icon */
        }

        .download-app a.apple {
            top: 170px; /* Y-position of Apple icon */
        }


.fade-section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    transition: opacity 1s ease-out, transform s ease-out;
}

    .fade-section.visible {
        opacity: 1;
        transform: translateY(0);
    }

/* Main Navbar (default) */
.navbar-main {
    background-color: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    font-family: Inter, Arial;
}

/* Scrolled Navbar (fixed and hidden initially) */
.navbar-scrolled {
    display: none;
    position: fixed;
    top: 0;
    height: 100px;
    width: 100%;
    z-index: 1000;
    background-color: var(--middernacht-mysterie); /* Or any solid bg for contrast */
    border-bottom: 1px solid var(--betoverend-violet);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

    .navbar-scrolled .logo-img {
        max-width: 100px;
        margin-top: 0;
    }

/* Shared Navbar Styles */
.navbar .nav-link {
    color: white !important;
    font-weight: 500;
}

.nav-link:hover {
    color: var(--roodborstje-gloed) !important;
}

.navbar .navbar-brand {
    font-family: 'Fantasy', cursive;
    color: yellow !important;
}

.logo-img {
    margin-top: 50px;
    width: 30vw;
    max-width: 260px;
    min-width: 150px;
    height: auto;
}

.appstore-button {
    max-width: 200px;
    margin-right: 20px;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
}

    .appstore-button:hover {
        max-width: 200px;
        margin-right: 20px;
        text-decoration: none;
        animation: float 1s ease-in-out infinite;
    }

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

footer .appstore-button {
    max-width:150px !important;
}


/* Social Icons */
.social-icons a {
    color: #000;
    background: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    text-decoration: none;
}

    .social-icons a:hover {
        background: var(--betoverend-violet);
        color: white;
    }

/* Hamburger */

.hamburger {
    display: block;
    z-index: 1000;
}

    .hamburger:hover {
        color: var(--betoverend-violet) !important;
    }

/* Offcanvas Menu */

#offcanvasMenu {
    background-color: var(--orakel-paars) !important;
}

    #offcanvasMenu .adventure-button {
        width: 300px;
    }

    #offcanvasMenu .footer-logo {
        margin-top: 40px;
        max-width: 240px;
    }

.offcanvas-end {
    background-color: rgba(0, 0, 0, 0.95);
    color: white;
}


.offcanvas a {
    color: white;
    margin-bottom: 1rem;
    text-decoration: none;
}

    .offcanvas a:hover {
        color: var(--gouden-vondst);
    }

.offcanvas .fab {
    color: var(--lila-maanlicht);
    font-size: 24px;
}

    .offcanvas .fab:hover {
        color: #fff;
    }

.swiper-container {
    width: 100%;
    overflow: visible;
    position: relative;
}

.swiper {
    padding: 0; /* Don't add padding that affects layout */

    margin: 0 auto;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* Ensure slide content doesn't stretch weirdly */
    overflow: hidden;
}

    .swiper-slide img {
        max-width: 70%;
        max-height: 70%;
        object-fit: contain;
    }

.swiper-button-next,
.swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 10;
    width: 58px !important; /* Adjust as needed */
    height: 58px !important;
    background: none; /* Remove default background */
    cursor: pointer;
}

    .swiper-button-next::after,
    .swiper-button-prev::after {
        display: none !important;
        content: none !important;
    }

.step {
    transition: color 0.3s;
}

    .step.active {
        color: var(--roodborstje-gloed); /* or use #ff6400 */
        font-weight: bold;
    }

.hero-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4000 / 1950;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    color: white;
    background-color: var(--middernacht-mysterie);
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    transition: opacity 1s ease-in-out;
    z-index: 0;
    opacity: 0;
}

    .hero-bg.active {
        opacity: 1;
        z-index: 1;
    }

.hero-text {
    position: relative;
    z-index: 2; /* ← Belangrijk: hoger dan de achtergrondlaag */
    margin-top: 20vh;
    padding: 40px;
    color: white;
}

.hero-text-col-1 {
    color: var(--hoehetwerkt-paars);
    padding: 20px 0 20px 0;
    line-height: 1;
}

.hoehetwerkt-section {
    background-color: var(--middernacht-mysterie);
}

.intro-hoehetwerkt {
    margin-top: 0vh;
    color: var(--lila-maanlicht);
}

.hoewerkthet {
    margin-top: 60px;
}


    .hoewerkthet .hoe {
        font-family: Fraunces, Arial;
        font-weight: bold;
        color: var(--lila-maanlicht);
    }

    .hoewerkthet .werkthet {
        font-family: Fraunces, Arial;
        font-weight: bold;
        color: var(--betoverend-violet);
    }


.hoehetwerktslide-section {
    background-image: url('/img/bg-hoehetwerkt-slide.jpg');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: var(--middernacht-mysterie);
    width: 100%;
    aspect-ratio: 1600 / 600;
    position: relative;
    color: white;
    background-color: var(--middernacht-mysterie);
    padding-bottom: 40px;
}


.hero-text h1 {
    font-family: Fraunces, Arial;
    font-weight: bold;
    color: #fff;
}

.small-intro {
    margin-bottom: 1rem;
    color: white;
}


.how-it-works {
    background-color: #1C0023;
    min-height: 1400px;
    color: #fff;
}

    .how-it-works img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        margin-top: -200px; /* keep this if you want to move it upward */
        z-index: 15;
    }


.how-it-works-col-1-orange {
    color: var(--roodborstje-gloed);
}

.adventure-button {
    background: var(--betoverend-violet);
    color: white;
    font-weight: bold;
    border: none;
    padding: 12px 24px;
    border-radius: 999px; /* pill shape */
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    opacity: 0.80; /* opacity effect */
    transition: opacity 0.3s ease;
    text-decoration: none;
}

    .adventure-button:hover {
        opacity: 1;
    }

.arrow {
    transition: transform 0.3s ease;
}

.adventure-button:hover .arrow {
    transform: translateX(5px);
}

.download-button {
    background: transparent;
    color: white;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 6px 24px;
    border-radius: 999px; /* pill shape */
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    opacity: 0.80; /* opacity effect */
    transition: opacity 0.3s ease;
    text-decoration: none;
    z-index: 10;
}

    .download-button:hover {
        opacity: 1;
    }

.arrow {
    transition: transform 0.3s ease;
}

.download-button:hover .arrow {
    transform: translateX(5px);
}

.section-home-wathoewie {
    background-color: #E3F4FF;
}

.wathoewie-top {
    padding: 40px 0 40px 0;
}

.wathoewie-db {
    color: var(--diepzee);
    font-family: Fraunces, Arial;
    font-weight: bold;
}

.wathoewie-mb {
    color: var(--blauwe-mist-poort);
    font-family: Fraunces, Arial;
    font-weight: bold;
}

.wathoewie-lb {
    color: var(--blauwe-mist-diepte);
    font-family: Fraunces, Arial;
    font-weight: bold;
}

.wathoewie-intro {
    color: var(--blauwe-mist-diepte);
    font-family: Inter, Arial;
    color: var(--orakel-paars);
}

.wathoewie-titel {
    display: block;
    padding-left: 30px;
    font-family: Fraunces, Arial;
    color: var(--orakel-paars);
    text-align: left;
}

.wathoewie-text {
    display: block;
    padding-left: 0s;
    /*padding-left: 30px;*/
    font-family: Inter, Arial;
    text-align: left;
}

.expand-h1, .expand-h2, .expand-h3, .expand-h4, .expand-h5, .expand-h6 {
    padding: 30px 0 30px 0;
}

.expand-1, .expand-2, .expand-3, .expand-4 {
    display: none;
    display: block;
    padding-top: 20px;
    padding-left: 50px;
    font-family: Inter, Arial;
    text-align: left;
}

.wathoewie-button {
    display: inline-flex;
    justify-content: space-between; /* Add this line */
    width: 260px;
    height: 40px;
    align-items: center;
    background: url('/img/btn-bg-cloud2.png') no-repeat right center;
    background-color: #5a31aa;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-left: 50px;
}

    .wathoewie-button:hover {
        background-position: left center; /* Moves the cloud to the left */
        color: var(--gouden-vondst);
    }

    .wathoewie-button .plus-icon {
        font-weight: bold;
    }

.section-home-zoeken {
    background-image: url('/img/home-zoeken.jpg');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: var(--middernacht-mysterie);
    width: 100%;
    aspect-ratio: 1600 / 850;
    position: relative;
    color: white;
}

#postcodeForm {
    display: flex;
    flex-direction: column; /* Zorgt dat label boven blijft */
    gap: 10px;
    max-width: 450px; /* optioneel, voor nette layout */
}

.input-button-group {
    display: flex;
    gap: 10px; /* Ruimte tussen input en knop */
}

.input-postcode {
    color: var(--middernacht-mysterie);
    border: none;
    border-radius: 999px;
    padding: 6px 16px;
    font-weight: bold;
    width: 140px;
    box-sizing: border-box;
    outline: none;
}

.postcode-button {
    width: 300px;
    align-items: center;
    background: url('/img/buttons/ButtonCheck.svg');
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    cursor: pointer;
}





.result-container {
    display: none;
    margin-top: 40px;
    scroll-margin-top: 80px;
}

.result-message {
    display: flex;
    align-items: center; /* vertical alignment */
    gap: 12px; /* spacing between icon and text */
}

.marker-icon {
    width: 60px;
    height: auto;
    flex-shrink: 0;
}


.section-home-avontuur {
    background-image: url('/img/home-avontuur.jpg');
   /* background-position: center top;
    background-size: cover;*/
     background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: var(--middernacht-mysterie);
    width: 100%;
    aspect-ratio: 1600 / 1310;
    position: relative;
    color: white;
}

.app-button {
    margin: 10px;
}

.spacer {
    width: 100%;
    height: 30px;
}


/* Container setup */
.swiper.mySwiper2 {
    width: 100%;
    /*max-width: 1400px;*/ /* Optional: constrain width */
    height: auto;
    margin: 0 auto;
    position: relative;
}

.mySwiper2 .swiper-wrapper {
    padding: 80px 0; /* adds vertical space for the scaled-up slide */
}


.mySwiper2 .swiper-slide {
    position: relative;
    width: 100%;
    height: 900px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

    /* Centered slide scaling */
    .mySwiper2 .swiper-slide.swiper-slide-active {
        transform: scale(1.3);
        z-index: 2;
    }

    /* Image fills the entire slide */
    .mySwiper2 .swiper-slide img {
        display: block;
        min-width: 100%;
        height: 100%;
        object-fit:contain;
        border-radius: 12px;
    }

.badge {
    position: absolute;
    top: 150px;
    left: 10px;
    padding: 6px 12px;
    font-weight: 600;
    color: white;
    border-radius: 4px;
    z-index: 10;
}

.slide-description {
    width: 400px; /* same width as active slide */
    margin: -100px auto 0 auto;
    color: white;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    font-family: Inter, Arial;
}


    .slide-description h3 {
    }

    .slide-description .highlight {
        font-weight: bold;
        color: var(--gouden-vondst);
    }

.badge-blue {
    background-color: #0069ed;
}


/* Centering the swiper inside the page */
.mySwiper2 .swiper {
    margin-left: auto;
    margin-right: auto;
}

.custom-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 60px;
    height: 120px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
}

.swiper-button-prev-2 {
    left: 0;
    border-radius: 0 16px 16px 0;
    background-color: var(--blauwe-mist-ontwaking);
}

    .swiper-button-prev-2:hover {
        background-color: var(--gouden-vondst);
    }

.swiper-button-next-2 {
    right: 0;
    border-radius: 16px 0 0 16px;
    background-color: var(--gouden-vondst);
}

    .swiper-button-next-2:hover {
        background-color: var(--blauwe-mist-ontwaking);
    }


.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    box-sizing: border-box;
}

.overlay-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    max-width: 700px;
    text-align: left;
}

    .overlay-content h1 {
        margin: 0 0 1rem;
    }

    .overlay-content p {
        margin: 0;
    }

.play-button {
    background: transparent;
    color: black;
    border: none;
    transition: background 0.3s;
    flex-shrink: 0;
}

    .play-button:hover {
        filter: invert(1);
    }

.section-home-samenwerken {
    background-color: #F0EFFF;
    padding: 40px 0 0 0;
}

.samenwerken-button {
    display: inline-flex;
    justify-content: space-between; /* Add this line */
    width: 300px;
    height: 40px;
    align-items: center;
    background: url('/img/btn-bg-cloud2.png') no-repeat right center;
    background-color: #5a31aa;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-left: 0;
}

    .samenwerken-button:hover {
        background-position: left center; /* Moves the cloud to the left */
        color: var(--gouden-vondst);
    }

    .samenwerken-button .arrow {
        font-weight: bold;
    }

#samenwerken-header {
    background-color: #F1F0FF;
}

.samenwerken-header {
    background-image: url('/img/samenwerken-visual.jpg');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: var(--middernacht-mysterie);
    width: 100%;
    aspect-ratio: 1600 / 1771;
    position: relative;
    color: white;
}


    .samenwerken-header .col-vw {
        width: 35vw;
    }

.samenwerken-text {
    margin-top: 30vh;
    padding: 40px;
    color: white;
}

.intro-samenwerken {
    margin-top: 35vh;
    color: var(--orakel-paars);
    line-height: 1.2;
}

.intro2-samenwerken {
    color: #000;
}

.samenwerken-three-column-section {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.samenwerken-column {
    background: #F1F0FF;
    border-radius: 20px;
    padding: 1rem;
    max-width: 300px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: left;
    color: #000;
}

.column-image {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 1rem;
}

.samenwerken-column h3 {
    color: var(--roodborstje-gloed); /* Orange highlight like in your image */
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.samenwerken-plus {
    font-size: 4rem;
    color: var(--betoverend-violet);
    align-self: center;
}

.samenwerken-werkwijze {
    background: linear-gradient(to bottom, #F1F0FF, #fff);
}

.samenwerken-werkwijze-container {
    background-color: var(--middernacht-mysterie);
    border-radius: 40px;
    z-index: 10;
}

.leesmeer-button {
    display: inline-flex;
    justify-content: space-between; /* Add this line */
    width: 260px;
    height: 40px;
    align-items: center;
    background: url('/img/btn-bg-cloud2.png') no-repeat right center;
    background-color: #5a31aa;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

    .leesmeer-button:hover {
        background-position: left center; /* Moves the cloud to the left */
        color: var(--gouden-vondst);
    }

    .leesmeer-button .plus-icon {
        font-weight: bold;
    }

.meldjeaan-button {
    background: var(--gouden-vondst);
    color: var(--orakel-paars);
    font-weight: bold;
    border: none;
    padding: 12px 24px;
    border-radius: 999px; /* pill shape */
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 25vw;
    opacity: 0.80; /* opacity effect */
    transition: opacity 0.3s ease;
    text-decoration: none;
}

    .meldjeaan-button:hover {
        opacity: 1;
    }

.ingoedgezelschap {
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 100px;
}



.mySwiper3 .swiper-wrapper {
    align-items: center; /* optional: vertical alignment */
}

.swiper-div {
    background-color: var(--lila-soft-glow);
    padding: 40px;
    border-radius: 40px;
    max-width: 50vw;
    margin: 0 auto;
}

.swiper-button-prev-3,
.swiper-button-next-3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: var(--middernacht-mysterie);
}

.swiper-button-prev-3 {
    left: 0;
}

.swiper-button-next-3 {
    right: 0;
}

    .swiper-button-prev-3:hover,
    .swiper-button-next-3:hover {
        color: var(--blauwe-mist-ontwaking);
    }


.expand-5, .expand-6, .expand-7, .expand-8 {
    display: none;
    display: block;
    padding-top: 20px;
    font-family: Inter, Arial;
    text-align: left;
}







#overmagictrailz-header {
    background-color: #fff;
}

.overmagictrailz-header {
    background-image: url('/img/over-visual.jpg');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 100%;
    aspect-ratio: 1600 / 780;
    position: relative;
    color: white;
}

.overmagictrailz-text {
    margin-top: 24vh;
    padding: 40px;
    color: white;
}

.overmagictrailz-header .col-vw {
    width: 35vw;
}

.intro-overmagictrailz {
    margin-top: 30vh;
    color: var(--orakel-paars);
    padding-left: 40px;
}

intro-overmagictrailz img {
    margin-top: initial;
}

.intro2-overmagictrailz {
    color: #000;
    padding-left: 40px;
}

#overmagictrailz-avontuur {
    background-color: #fff;
}

.overmagictrailz-avontuur {
    background-image: url('/img/over-visual2.jpg');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 100%;
    aspect-ratio: 1600 / 1862;
    position: relative;
    color: white;
}

.row {
    display: flex;
    align-items: center; /* Zorgt dat inhoud in kolommen verticaal gecentreerd wordt */
}

.overmagictrailz-avontuur .col-md-4 img {
    display: block;
    margin: 0 auto;
}

.overmagictrailz-team {
    background-color: var(--lila-soft-glow);
}

.contact-intro {
    margin-top: 30vh;
}

.contactformulier-button {
    display: inline-flex;
    justify-content: space-between; /* Add this line */
    width: 360px;
    height: 40px;
    align-items: center;
    background: url('/img/btn-bg-cloud2.png') no-repeat right center;
    background-color: #5a31aa;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-left: 0;
    text-decoration: none;
}

    .contactformulier-button:hover {
        background-position: left center; /* Moves the cloud to the left */
        color: var(--gouden-vondst);
    }

    .contactformulier-button .arrow {
        font-weight: bold;
    }

.mySwiper4 .swiper-pagination {
    margin-top: 20px;
    text-align: center;
    position: relative !important;
}



/* Basis: images schalen netjes */
#overmagictrailz-avontuur img {
    max-width: 100%;
    height: auto;
}

.spin-on-hover {
    cursor: pointer;
    border-radius: 50%; /* Make it circular */
    transition: transform 0.3s ease-in-out;
}

    .spin-on-hover:hover {
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



#klantenservice-header {
    background-color: #fff;
}

.klantenservice-header {
    background-image: url('/img/klantenservice-visual.jpg');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 100%;
    aspect-ratio: 1600 / 780;
    position: relative;
    color: white;
}

.klantenservice-text {
    margin-top: 24vh;
    padding: 40px;
    color: white;
}

.card-dark {
    background: var(--middernacht-mysterie);
    color: white;
    border-radius: 15px;
    padding: 20px;
}

.faq-card {
    background: var(--lila-maanlicht);
    border-radius: 15px;
    padding: 20px;
    color: var(--paarsnevel);
}

.newsletter-card {
    background: var(--ijskristal);
    border-radius: 15px;
    padding: 20px;
    color: var(--middernacht-mysterie);
}

.direct-contact {
    background: var(--gouden-vondst);
    border-radius: 15px;
    padding: 20px;
    color: var(--middernacht-mysterie);
}

    .direct-contact ul li {
        margin-bottom: 10px;
    }

        .direct-contact ul li span {
            width: 40px;
            ;
        }

    .direct-contact button {
        margin-left: 10px;
    }

.review-card {
    background: var(--betoverend-violet);
    color: white;
    border-radius: 15px;
    padding: 20px;
}

.review-box {
    background: var(--middernacht-mysterie);
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
    text-align: left;
    font-size: 15px;
}



.input-contact {
    border-radius: 10px;
    padding: 10px;
    border: none;
    width: 100%;
    background-color: var(--lila-maanlicht);
}

    .input-contact::placeholder {
        color: var(--middernacht-mysterie);
    }

.input-nieuwsbrief {
    border-radius: 10px;
    padding: 10px;
    border: none;
    width: 100%;
    background-color: var(--lila-soft-glow);
}

    .input-nieuwsbrief::placeholder {
        color: var(--paarsnevel);
    }


.accordionFaq {
    max-width: 600px;
    margin: 0 auto;
}

.accordionFaq-item {
    background: white;
    border-radius: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

    .accordionFaq-item input {
        display: none;
    }

.accordionFaq-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    font-weight: bold;
    color: #290B59;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 17px;
}

    .accordionFaq-label:hover {
        background: #f1f1f9;
    }

.accordionFaq-icon {
    font-size: 24px;
    color: #ff5a00;
    transition: transform 0.3s;
}

.accordionFaq-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    color: #444;
    background: #fdfdff;
    transition: max-height 0.4s ease;
    font-size: 15px;
}

.accordionFaq-item input:checked ~ .accordionFaq-content {
    max-height: 200px;
    padding: 15px 20px;
}

.accordionFaq-item input:checked ~ .accordionFaq-label .accordionFaq-icon {
    transform: rotate(45deg);
}



.swiper-button-prev-5,
.swiper-button-next-5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: var(--lila-soft-glow);
}

.swiper-button-prev-5 {
    left: 0;
}

.swiper-button-next-5 {
    right: 0;
}

    .swiper-button-prev-5:hover,
    .swiper-button-next-5:hover {
        color: var(--blauwe-mist-ontwaking);
    }

footer {
    padding: 40px 0 40px 0;
    background-color: var(--orakel-paars);
    color: #fff;
    text-decoration: none;
    line-height: 2;
}

    footer .font-size-15 {
        line-height:2.0 !important;
    }


    footer a {
        color: #fff;
        text-decoration: none;
    }

        footer a:hover {
            color: var(--gouden-vondst);
            text-decoration: none;
        }

.footer-privacy a {
    margin-right: 10px;
    color: #fff; /* optional styling */
    text-decoration: none;
}

    .footer-privacy a:last-child {
        margin-right: 0;
    }

.footer-logo {
    max-width: 400px;
}
