@import url("https://use.typekit.net/nbk5zbg.css");
@import url("https://cdn.momo.yoga/plugins/schedule-integration/schedule.css");

/* ========================================
   CFA TYPOGRAPHY - HEADINGS
======================================== */

h1,
h2,
h3,
h4 {
    font-family: "gill-sans-nova-inline", sans-serif !important;
    font-style: normal;
    line-height: 1.1;
}



h1 {
    font-size: clamp(34px, 3.2vw, 44px) !important;
    font-weight: 700 !important;
}

/* Kleinere headings - Inline Regular */
h2 {
    font-size: clamp(28px, 2.5vw, 34px) !important;
    font-weight: 400 !important;
}

h3 {
    font-size: clamp(22px, 2vw, 26px) !important;
    font-weight: 400 !important;
}

/* ========================================
   CFA BODY TYPOGRAPHY
======================================== */

body,
p,
a,
li,
span,
strong,
input,
textarea,
button,
.sppb-addon-content {
    font-family: 'Poppins', sans-serif !important;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.56;
}

/* ========================================
   CFA FOOTER TYPOGRAPHY
======================================== */

#sp-footer,
#sp-footer p,
#sp-footer a,
#sp-footer li,
#sp-footer span,
#sp-footer strong {
    font-family: 'Poppins', sans-serif !important;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.56;
}

/* ========================================
   CIRCUS FLOW ACADEMY
   FOOTER SOCIALS
======================================== */

.footer-socials {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;
    border-radius: 50%;

    color: #232551;
    font-size: 23px;

    border: 1px solid rgba(35, 37, 81, 0.28);
    background-color: transparent;

    transition:
        color 0.35s ease,
        background-color 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease;
}

.footer-socials a:hover {
    color: #f5f4e7;
    background-color: #d35c29;
    border-color: #d35c29;
    transform: translateY(-4px);
}

.footer-socials .fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
}

/* ========================================
   CFA FOOTER SOCIALS - DEFINITIEF
======================================== */

#sp-footer .footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;
    border-radius: 50%;

    color: #232551 !important;
    border: 1px solid rgba(35, 37, 81, 0.45) !important;
    background: transparent !important;

    font-size: 22px;
    line-height: 1;

    opacity: 1 !important;

    transition:
        color .35s ease,
        background-color .35s ease,
        border-color .35s ease,
        transform .35s ease;
}


/* Font Awesome icoon zelf */
#sp-footer .footer-socials a i,
#sp-footer .footer-socials a .fa-brands,
#sp-footer .footer-socials a .fab {
    color: #232551 !important;
    opacity: 1 !important;
}


/* Hover */
#sp-footer .footer-socials a:hover {
    color: #f5f4e7 !important;
    background-color: #d35c29 !important;
    border-color: #d35c29 !important;
    transform: translateY(-4px);
}

#sp-footer .footer-socials a:hover i,
#sp-footer .footer-socials a:hover .fa-brands,
#sp-footer .footer-socials a:hover .fab {
    color: #f5f4e7 !important;
}


/* Font Awesome font behouden */
#sp-footer .footer-socials .fa-brands,
#sp-footer .footer-socials .fab {
    font-family: "Font Awesome 6 Brands" !important;
}

/* ========================================
   CIRCUS FLOW ACADEMY
   IMAGE HOVER
======================================== */

.cfa-image {
    border-radius: 30px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);

    transition:
        transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.9s cubic-bezier(0.22, 1, 0.36, 1);

    will-change: transform;
}

.cfa-image .sppb-addon-content {
    border-radius: 30px;
    overflow: hidden;
}

.cfa-image img {
    border-radius: 30px !important;
    display: block;
    width: 100%;
    height: auto;
}


/* Hover */
.cfa-image:hover {
    transform: translateY(-12px);

    box-shadow:
        0 26px 55px rgba(0, 0, 0, 0.26);
}


/* Toegankelijkheid */
@media (prefers-reduced-motion: reduce) {

    .cfa-image {
        transition: none;
    }

    .cfa-image:hover {
        transform: none;
    }
}


/* ========================================
   CIRCUS FLOW ACADEMY
   GOUDEN / ORANJE OVERGANG
======================================== */


/* GOUDEN SECTIE */
.cfa-gold-section {
    position: relative !important;
    z-index: 20 !important;
    overflow: visible !important;
}


/* ALLE SP PAGE BUILDER WRAPPERS IN DE GOUDEN SECTIE
   mogen de trapeze niet afknippen */
.cfa-gold-section .sppb-row-container,
.cfa-gold-section .sppb-container-inner,
.cfa-gold-section .sppb-row,
.cfa-gold-section .sppb-column,
.cfa-gold-section .sppb-column-addons,
.cfa-gold-section .sppb-addon-wrapper,
.cfa-gold-section .sppb-addon,
.cfa-gold-section .sppb-addon-content,
.cfa-gold-section .sppb-addon-single-image-container {
    overflow: visible !important;
}


/* ORANJE SECTIE */
.cfa-kinderen {
    position: relative !important;
    z-index: 1 !important;
}


/* LIJNTEKENING */

.cfa-trapeze {
    position: absolute !important;

    right: 5%;
    bottom: -160px;

    width: 330px;
    max-width: 30vw;

    z-index: 9999 !important;
    overflow: visible !important;
    pointer-events: none;

    transform-origin: top center;
    animation: cfaTrapezeSwing 6s ease-in-out infinite;
    will-change: transform;
}

@keyframes cfaTrapezeSwing {
    0%,
    100% {
        transform: rotate(-1deg) translateY(0);
    }

    50% {
        transform: rotate(1.2deg) translateY(6px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .cfa-trapeze {
        animation: none;
    }
}


/* IMAGE WRAPPERS */
.cfa-trapeze .sppb-addon-content,
.cfa-trapeze .sppb-addon-single-image-container {
    overflow: visible !important;
}


/* AFBEELDING */
.cfa-trapeze img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none !important;
}


/* TABLET */
@media (max-width: 991px) {

    .cfa-trapeze {
        right: 3%;
        bottom: -140px;
        width: 250px;
        max-width: 32vw;
    }

}


/* MOBIEL */
@media (max-width: 767px) {

    .cfa-trapeze {
        right: 10px;
        bottom: -90px;
        width: 170px;
        max-width: 40vw;
    }

}
/* ========================================
   CFA SMART SLIDER HEADINGS
======================================== */

.cfa-slider-heading,
.cfa-slider-heading * {
    font-family: "gill-sans-nova-inline", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

/* ========================================
   CFA HEADER
======================================== */

#sp-header,
#sp-header.header-sticky {
    background-color: #02021d !important;
}

/* ========================================
   CFA MAIN MENU
======================================== */

#sp-header #sp-menu .sp-megamenu-parent > li > a,
#sp-header #sp-menu .sp-megamenu-parent > li > a span {
    font-family: "gill-sans-nova-inline", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
	font-size: 18px;
}

/* ========================================
   CFA HEADER RESPONSIVE
   Eerder overschakelen naar hamburger
======================================== */

@media (max-width: 1350px) {

    /* Desktop menu verbergen */
    #sp-menu .sp-megamenu-wrapper {
        display: none !important;
    }

    /* Hamburger zichtbaar houden */
    #sp-header .offcanvas-toggler {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    /* Menu-kolom niet laten verspringen */
    #sp-menu {
        position: static !important;
        transform: none !important;
    }
}

/* ========================================
   CFA BUTTON TYPOGRAPHY
======================================== */

.sppb-btn {
    font-family: "gill-sans-nova-inline", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

/* ========================================
   CFA MENU - BOEKEN BUTTON
======================================== */

#sp-menu .sp-megamenu-parent > li > a[href="/boeken"],
#sp-menu .sp-megamenu-parent > li > a[href$="/boeken"] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    min-width: 145px;
    height: 50px;
    padding: 0 28px !important;
    margin-left: 20px;

    border: 1px solid #ece191 !important;
    border-radius: 50px;

    background-color: transparent !important;
    color: #ece191 !important;

    font-family: "gill-sans-nova-inline", sans-serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;

    transition:
        background-color .35s ease,
        color .35s ease,
        border-color .35s ease,
        transform .35s ease;
}


/* HOVER */
#sp-menu .sp-megamenu-parent > li > a[href="/boeken"]:hover,
#sp-menu .sp-megamenu-parent > li > a[href$="/boeken"]:hover {
    background-color: #ece191 !important;
    color: #232551 !important;
    border-color: #ece191 !important;

    transform: translateY(-2px);
}

/* ========================================
   CFA HAMBURGER MENU
======================================== */

#sp-header .offcanvas-toggler,
#sp-header .offcanvas-toggler .burger-icon,
#sp-header .offcanvas-toggler .burger-icon > span {
    color: #ece191 !important;
    border-color: #ece191 !important;
    background-color: #ece191 !important;
}