/*
Theme Name: MN Sports V2
Theme URI: https://mnsports.nl
Author: Brandon Nass Nasslabs
Author URI: https://nasslabs.nl
Description: MN Sports thema V2 — met lesrooster op homepage en werknemer-cards voor trainers.
Version: 2.9
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: MN Sports
*/


@import url('assets/css/reset.css');
@import url('assets/css/preset.css');
@import url('assets/css/cta-button.css');
@import url('assets/css/animations.css');

@import url('assets/css/alignment.css');
@import url('assets/css/banner.css');
@import url('assets/css/contact-page.css');
@import url('assets/css/form.css');
@import url('assets/css/quote-cta.css');
@import url('assets/css/tekst-foto.css');
@import url('assets/css/titel-lijn.css');
@import url('assets/css/ticker.css');
@import url('assets/css/carousel.css');
@import url('assets/css/foto-carousel.css');
@import url('assets/css/review-card.css');
@import url('assets/css/cards-turn.css');
@import url('assets/css/cards.css');
@import url('assets/css/employee-card.css');
@import url('assets/css/verplicht.css');
@import url('assets/css/blog.css');
@import url('assets/css/lesrooster.css');
@import url('assets/css/trainers-home.css');
@import url('assets/css/header.css');
@import url('assets/css/footer.css');

/* #### Generated By: http://font.download #### */

:root {
    color-scheme: light;
}

@font-face {
    font-family: 'Rushford Printed Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Rushford Printed Regular'), url('RushfordPrinted-MVnDe.woff') format('woff');
}

/* ===== Scrollbar basis ===== */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: var(--white) !important;
    margin: 0;
}

::-webkit-scrollbar-thumb {
    background: var(--dark-red);
    border-radius: 32px;
}


.parallax-bg {
    position: fixed;
    inset: 0;
    z-index: -13;
    background-color: var(--white);
    background-image: radial-gradient(circle,
            rgba(111, 28, 35, 0.15) 1px,
            /* dotkleur met transparantie */
            transparent 1px);
    background-size: 20px 20px;
    will-change: background-position;
    pointer-events: none;
}

.button-fixed {
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    z-index: 999;
    background-color: var(--white) !important;
}


/* ====================================================
   Home page
==================================================== */

.head {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: 799px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    flex-direction: column;
    text-align: center;
}

/* Overlay en ticker bovenop video */
.overlay-tekst,
.ticker-possition {
    position: relative;
    z-index: 2;
}

/* De rest blijft zoals je het had */

.overlay-tekst {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    align-items: center;
    justify-content: center;
}

.change {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.overlay-tekst h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 900;
    color: var(--white);
    font-size: 5rem;
    line-height: 0.8;
}

.overlay-tekst h2 {
    font-family: 'Rushford Printed Regular', sans-serif;
    font-weight: normal;
    color: var(--white);
    font-size: 12rem;
    line-height: 1.1;
}

.overlay-tekst h5 {
    width: 50%;
    color: var(--white);
    font-size: 2rem;
    text-align: center;
    line-height: 1;
    font-weight: 300;
    margin-top: -5rem;
}

.overlay-tekst .cta-menu-button {
    width: 30%;
}

.logo-head {
    position: absolute;
    height: 175px;
    bottom: -70px;
    right: 5%;
    transform-origin: center;
}

.header-img {
    border-radius: 0px 0px 8px 8px;
}

.rotating-word {
    display: inline-block;
    transition: all 0.2s ease;
    color: var(--white);
}

.rotating-word::after {
    content: '';
    animation: blink 1s infinite;
    margin-left: 4px;
}

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}


@media (max-width: 1049px) {

    .head {
        max-height: 549px;
    }

    .overlay-tekst {
        row-gap: 2rem;
    }

    .overlay-tekst h3 {
        font-size: 3rem;
    }

    .overlay-tekst h2 {
        font-size: 9rem;
    }

    .overlay-tekst h5 {
        font-size: 1.5rem;
        width: 70%;
    }

    .overlay-tekst .cta-menu-button {
        width: 40%;
    }

    .logo-head {
        height: 140px;
        bottom: -60px
    }

}

@media (max-width: 770px) {
    .logo-head {
        height: 120px;
        bottom: -50px;
    }
}

@media (max-width: 425px) {

    .head {
        min-height: 449px;
    }

    .overlay-tekst h3 {
        font-size: 2rem;
    }

    .overlay-tekst h2 {
        font-size: 5rem;
    }

    .overlay-tekst h5 {
        font-size: 1rem;
        margin-top: -3.5rem;
        width: 80%;
    }

    .overlay-tekst .cta-menu-button {
        width: 40%;
    }

    .logo-head {
        height: 75px;
        bottom: -20px;
    }

}

/* ====================================================
   contact-home
==================================================== */

.contact-section-home {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 4vh 30%;
    height: 100%;
    background-color: var(--dark-blue);
    color: var(--white);
    gap: 50px;
    margin-top: 6rem;
}

.form-container-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}


.form-container-home form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0.3rem;
    flex-grow: 1;
}

.form-container-home p {
    color: var(--white);
    margin: 1rem 0;
}

.map-container-home {
    border-radius: 16px;
    overflow: hidden;
}

.map-container-home iframe {
    height: 100%;
}


@media (max-width: 2750px) {
    .contact-section-home {
        padding: 4vh 25%;
    }
}

@media (max-width: 2250px) {
    .contact-section-home {
        padding: 4vh 20%;
    }
}

@media (max-width: 1850px) {
    .contact-section-home {
        padding: 4vh 15%;
    }
}

@media (max-width: 1600px) {
    .contact-section-home {
        padding: 4vh 10%;
    }
}

@media (max-width: 1400px) {
    .contact-section-home {
        padding: 4vh 5%;
    }
}

@media (max-width: 750px) {

    .contact-section-home {
        grid-template-columns: 1fr;
    }
}


/* ========== animations ============= */

.tekst-fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

.tekst-fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.overlay-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.9s ease-out, transform 0.9s ease;
    transition-delay: 0.6s;
}

.tekst-fade-in.visible .overlay-button {
    opacity: 1;
    transform: translateY(0);
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.appear {
    opacity: 1;
    transform: translateY(0);
}

#page-transition {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--white);
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

#page-transition.show {
    opacity: 1;
    pointer-events: all;
}

#page-transition .slogan {
    display: none;
}

#page-transition .slogan.show {
    display: block;
    opacity: 1;
}

.fade-in-slogan {
    animation: fadeIn 1.2s ease forwards;
    opacity: 0;
}


@keyframes fadeInSlogan {
    to {
        opacity: 1;
    }
}

.loader-animation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    gap: 2rem;
}

.loader-animation img {
    animation: pulse 1.5s infinite ease-in-out;
}

.loader-animation img {
    width: 80px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    25% {
        transform: scale(1.1);
        opacity: 0.8;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    75% {
        transform: scale(1.1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }

}


.typewriter {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

@keyframes pulse-loop {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
        box-shadow: 0 0 0 12px rgba(254, 98, 29, 0);
    }

    50% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(254, 98, 29, 0);
    }

    75% {
        transform: scale(1.1);
        box-shadow: 0 0 0 12px rgba(254, 98, 29, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(254, 98, 29, 0);
    }
}

.pulse-loop {
    animation-play-state: paused;
}

.pulse-loop {
    animation: pulse-loop 3s ease-in-out 5;
}

.box {
    display: flex;
    flex-direction: column;
    margin: 0 3rem;
    margin-top: 3rem;
    margin-bottom: 10rem;
    gap: 10rem;
}

.ontstaan {
    width: 100%;

    align-items: center;
    gap: 3rem;
}

.ontstaan p {
    width: 70%;
    justify-self: start;
    font-weight: 200;
    font-size: 1rem;
}

.ontstaan .button-ontstaan {
    justify-self: end;
}

.button-ontstaan {
    width: 250px;
    height: 50px;
    border: 2px solid var(--dark-red);
    padding: 0 1.5rem;
    background-color: transparent;
    border-radius: 8px;
    align-items: center;
    transition: transform 0.3s ease;
    gap: 1rem;
    cursor: pointer;
}

.button-ontstaan p {
    width: 100%;
    font-size: 1.2rem;
    color: var(--dark-red);
}

.button-ontstaan svg {
    height: 24px;
    width: 24px;
    fill: var(--dark-red);
    transition: transform 0.3s ease;
}

.button-ontstaan:hover svg {
    transform: rotate(45deg);
}

.button-ontstaan:hover {
    transform: scale(1.05) rotate(-2deg) translateY(2px);
}

.line-ontstaan {
    width: 100%;
    height: 2px;
    background-color: var(--dark-red);
    border-radius: 8px;
}

.explore {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    gap: 0.6rem;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@keyframes exploreFadeIn {
    from { opacity: 0; transform: translateX(-50%) translateY(0); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.explore p {
    color: var(--white);
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.6;
    animation: bounce 3s infinite ease-in-out;
}

@keyframes bounce {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, 20px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}


.accordion-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 1.5rem;
    height: auto;
}

.accordion {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 550px;
    gap: 8px;
    border-radius: 16px;
    overflow: hidden;
}

@media(max-width:1024px) {

    .accordion {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        border-radius: 12px;
    }

    .ontstaan p {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .grid2-a-center {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 2rem;
    }

    .ontstaan p {
        text-align: center;
    }

    .ontstaan .button-ontstaan {
        justify-self: center;
    }

}


/* ===================
   accordeon
=================== */

.column {
    width: 20%;
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
}

/* Subtiele overlay op alle kolommen */
.column::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
    z-index: 0;
    transition: background 0.5s ease;
}

.column:hover::before {
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.15) 50%, transparent 100%);
}

.column:nth-child(1) {
    background-image: url('https://www.mnsports.nl/wp-content/uploads/2025/11/pads.png');
}

.column:nth-child(2) {
    background-image: url('https://www.mnsports.nl/wp-content/uploads/2025/11/bokshandshoenen.png');
}

.column:nth-child(3) {
    background-image: url('https://www.mnsports.nl/wp-content/uploads/2025/11/eng-gezicht-transformed-scaled.png');
}

.column:nth-child(4) {
    background-image: url('https://www.mnsports.nl/wp-content/uploads/2025/11/HIIT_2.png');
}

.column:nth-child(5) {
    background-image: url('https://www.mnsports.nl/wp-content/uploads/2025/11/high-five.png');
}

@media screen and (min-width: 1025px) {
    .expanded {
        width: 200% !important;
    }
}

/* Donkere overlay op expanded */
.expanded::after {
    content: '';
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.1) 100%);
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    animation: overlayFadeIn 0.4s ease forwards;
}

@keyframes overlayFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Inner content */
.inner-element {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0s, transform 0s;
    z-index: 2;
    padding: 2rem;
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.inner-element h2 {
    color: var(--white);
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 1.1;
}

.inner-element p {
    color: var(--white);
    font-size: 0.9rem;
    font-weight: 300;
    opacity: 0.85;
    line-height: 1.4;
    max-width: 420px;
}

.inner-element.active {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.25s,
        transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
}

/* Button in inner element */
.inner-element .button-ontstaan-white {
    width: fit-content;
    margin-top: 0.25rem;
}

/* Vertical labels */
.icons {
    position: absolute;
    width: 500px;
    margin-left: -1rem;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%) rotate(270deg);
    z-index: 2;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    letter-spacing: 0.15rem;
}

.icons h2 {
    color: var(--white);
    opacity: 0.95;
    line-height: 0;
    font-size: 1.8rem;
    text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

.column.expanded .icons {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(270deg) translateX(-20px) scale(0.85);
}

@media (max-width: 1024px) {

    .box {
        margin: 6rem 1rem;
        gap: 6rem;
    }

    .button-fixed {
        right: 1rem;
        bottom: 1rem;
    }

    .column {
        width: 100%;
        transition: height 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        height: 100px;
    }

    .expanded {
        height: 350px !important;
    }

    .icons {
        width: 100%;
        transform: translate(-50%, -50%) rotate(0deg);
        left: 55%;
    }

    .icons h2 {
        font-size: 1.4rem;
    }

    .column.expanded .icons {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(0deg) scale(0.85);
    }

    .accordion {
        gap: 6px;
    }

    .inner-element {
        padding: 1.5rem;
    }

    .inner-element h2 {
        font-size: 1.3rem;
    }

    .inner-element p {
        font-size: 0.85rem;
    }
}


/* ===================
   train met ons
=================== */

.container-bedrijven-1 {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(4,1fr);
    gap: 1rem;
    row-gap: 3rem;
}

.container-bedrijven-1 button {
    justify-self: end;
}

.bedrijven-section {
    height: auto;
    gap: 0.5rem;
}

.container-bedrijven-nieuw {
    display: flex;
    gap: 2rem;
}


.content-bedrijven .button-ontstaan {
    width: auto;
}

.content-bedrijven {
    width: 100%;
    gap: 1rem;
}

.content-bedrijven div:first-child {
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
}

.gedrag-2 {
    height: 500px;
}

.gedrag-1 {
    height: 350px;
}

.gedrag {
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.gedrag h3 {
    font-family: 'Rushford Printed Regular', sans-serif;
    color: var(--white);
}

.gedrag h2 {
    color: var(--white);
}

.button-ontstaan-white {
    background: rgba(255, 249, 235, 0.3);
    border: 2px solid var(--white);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.3px);
    -webkit-backdrop-filter: blur(5.3px);
}

.button-ontstaan-white p {
    font-size: 1rem;
    color: var(--white);
}

.button-ontstaan-white svg {
    fill: var(--white);
}

/* Desktop: ongewijzigd */
.tekst-home {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.tekst-home h2 { justify-self: end; line-height: 1.2; }
.tekst-home p { width: 75%; }

/* Mobiel: titel verticaal naast de tekst */
@media (max-width: 600px) {
  .tekst-home {
    grid-template-columns: auto 1fr; /* smalle kolom voor verticale titel */
    gap: 1.5rem;
    align-items: start;
  }

  .tekst-home h2 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin: 0;
    justify-self: start;
    margin-top: 0.5rem;
  }

  .tekst-home p { width: 100%; }

  /* Fallback als writing-mode niet ondersteund wordt */
  @supports not (writing-mode: vertical-rl) {
    .tekst-home h2 {
      transform: rotate(90deg);
      transform-origin: top left;
    }
  }
}

@media (max-width: 1000px) {
    .container-bedrijven-1 {
        grid-template-columns: repeat(2,1fr);
    }


}

@media (max-width: 600px) {
    .container-bedrijven-1 {
        grid-template-columns: repeat(1,1fr);
    }

    .content-bedrijven div:first-child {
    height: 350px;
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
}


}

@media (max-width: 800px) {
    .container-bedrijven-nieuw {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
}

/* ===================
   reviews
=================== */


.review-section {
    position: relative;
    margin: 8rem 3rem;
    padding: 0 4rem;
    overflow: hidden;
    border-top: 3px solid var(--dark-red);
    border-bottom: 3px solid var(--dark-red);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    height: 600px;
}

.wraptastic {
    position: absolute;
    background: url('assets/logo/bokshandscoen.png') center/contain no-repeat;
    height: 700px;
    width: 100%;
    top: -15%;
    left: 7rem;
    opacity: 0.5;
    transform: rotate(15deg);
}

.review-left h2 {
    color: var(--dark-red);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2.8rem;
}

.review-right {
    position: relative;
    width: 500px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* maakt middenpositie */
    gap: 3rem
}

.review-carous {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    /* zorgt dat de track verticaal gecentreerd kan worden */
    gap: 1rem;
}

.review-carous {
    user-select: none;
    cursor: grab;
    touch-action: none;
}

.review-carous:active {
    cursor: grabbing;
}

.review-track {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.8s ease-in-out;
    gap: 1.5rem;
}

.review-card {
    display: flex;
    flex-direction: column;
    background-color: var(--light-purple);
    color: var(--white);
    border-radius: 8px;
    padding: 3rem;
    min-height: 250px;
    gap: 0.5rem;
}

.review-card {
    opacity: 0.7;
    transform: scale(1);
    transition: transform 0.35s ease, opacity 0.35s ease;
    will-change: transform, opacity;
}

.review-card.is-center {
    opacity: 0.95;
    transform: scale(1.1);
}

.review-name {
    color: var(--dark-red);
    margin: 0;
}

.review-role {
    color: var(--white);
}

.review-text {
    color: var(--white);
    opacity: 0.5;
    width: 70%;
}

.carousel-dots {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.dot {
    width: 10px;
    height: 10px;
    background: var(--dark-blue);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
    opacity: 0.5;
}

.dot.active {
    background: var(--orange);
    opacity: 1;
    border-radius: 8px;
    height: 16px;
}

.review-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 0.5rem;
}

.review-stars img {
    width: 18px;
    height: 18px;
    object-fit: contain;

}

.review-stars img:last-child {
    filter: brightness(0) saturate(100%) invert(70%) sepia(10%) hue-rotate(350deg);
    /* optioneel tint */
}



.am-fs-sb__step-heading, .am-fs-sb__step-selection {
    color: #FFF9EB !important; /* zet hier jouw gewenste kleur */
}






.mn-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}

.mn-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mn-popup {
  background: var(--white);
  color: var(--white);
  max-width: 450px;
  width: 90%;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  border-radius: 32px;
  border: 2px solid var(--dark-red);
	display: flex;
	flex-direction: column;
	gap: 2rem;
	align-items: center;
	justify-content: center;
}

.mn-popup h2 {
  font-size: 38px;
  letter-spacing: 2px;
  color: var(--dark-red);
}

.mn-popup p {
  color: var(--dark-blue);
  font-size: 1rem;
  line-height: 1.5;
}

.mn-popup-logo {
  width: 60px;
  height: auto;
}

.mn-popup-btn {
  width: 100%;
  justify-content: center;
}

.mn-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  color: var(--dark-red);
  font-size: 28px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.mn-popup-close:hover {
  transform: scale(1.2);
}

.mn-trainer h5 {
	font-family: 'Rushford Printed Regular', sans-serif;
}

.main-trainers {
	overflow-x: hidden;
	padding-top: 10%;

}

.tablet-trainers {
	display: none;
}

.mobile-trainers {
	display: none;
}

@media (max-width: 1400px) {
	.desktop-trainers {
		display: none;
	}
	
	.tablet-trainers {
	display: block;
}
}

@media (max-width: 1024px) {
	
	.tablet-trainers {
	display: none;
}
	.mobile-trainers {
		display: block;
	}
}

.cta-bigger {
	width: 300px;
}


/* ====================================================
   Inschrijven pagina
==================================================== */

.mn-inschrijf-intro {
    align-items: center;
    text-align: center;
    gap: 2rem;
}

.mn-inschrijf-intro p {
    width: 70%;
    font-weight: 200;
    font-size: 1rem;
}

.mn-inschrijf-steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.mn-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.mn-step {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 2rem;
    border: 2px solid var(--dark-red);
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.mn-step:hover {
    transform: translateY(-4px);
}

.mn-step-nr {
    font-family: 'Rushford Printed Regular', sans-serif;
    font-size: 3rem;
    color: var(--dark-red);
    opacity: 0.3;
    line-height: 1;
}

.mn-step h3 {
    font-size: 1.4rem;
}

.mn-step p {
    font-weight: 200;
    line-height: 1.5;
}

.mn-reserveren-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
    background-color: var(--dark-blue);
    padding: 4rem 3rem;
    border-radius: 16px;
}

.mn-reserveren-block h2 {
    color: var(--white);
}

.mn-reserveren-block > p {
    color: var(--white);
    opacity: 0.7;
    width: 70%;
    font-weight: 200;
}

.mn-reserveren-block .button-ontstaan {
    border-color: var(--white);
}

.mn-reserveren-block .button-ontstaan p {
    color: var(--white);
}

.mn-reserveren-block .button-ontstaan svg {
    fill: var(--white);
}

@media (max-width: 800px) {
    .mn-steps-grid {
        grid-template-columns: 1fr;
    }

    .mn-inschrijf-intro p {
        width: 100%;
    }

    .mn-reserveren-block p {
        width: 100%;
    }
}