/*
Theme Name: Lef Creative
Theme URI: https://lefcreative.nl/
Author: Lef Creative
Author URI: https://lefcreative.nl
Description: 2025 thema voor Lef Creative website
Version: 1.0.0
License: /
License URI: /
Template: leflite
*/

.wp-block-custom-section-block-col ol li, .wp-block-custom-section-block-col ul li {
    font-size: var(--p-size);
    line-height: var(--p-line-height);
    font-weight: var(--p-font-weight);
    color: var(--primary-content);
}

body {
    background-color: var(--quaternary);
    color: var(--quaternary-content);
    font-weight: var(--p-font-weight);
}

@media only screen and (min-width: 992px) {
    body {
        overflow-x: unset;
    }

    body {
        background-image: url('/app/themes/lefcreative/dist/img/grid.svg');
        background-repeat: repeat-y;
        background-position: center;
    }
}

@media only screen and (max-width: 991px) {

    p,
    .wp-block-custom-section-block-col ul li {
        font-size: var(--p-size-mobile);
    }
}

body::after {
    content: "";
    position: fixed;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    width: 200%;
    height: 200vh;
    background: transparent url(/app/themes/lefcreative/dist/img/noise-transparent.png) repeat 0 0;
    background-repeat: repeat;
    animation: bg-animation .5s infinite;
    opacity: .9;
    visibility: visible;
    pointer-events: none;
}

@media only screen and (max-width: 991px) {
    body::after {
        opacity: .3;
    }
}

b, strong {
    font-weight: 900;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 700;
}

h1.large-heading, h2.large-heading, h3.large-heading, h4.large-heading, h5.large-heading, h6.large-heading {
    font-size: 96px;
    line-height: 100%;
    margin-bottom: unset;
}

.navigation .navigation-inner.navigation-inner-main {
    padding: var(--padding-inner-navigation-y) var(--padding-inner-navigation-x);
}

@media only screen and (max-width: 991px) {
    .navigation .navigation-inner {
        justify-content: space-between;
    }
}

footer {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(3px);
}

footer p, footer a, footer li, footer strong {
    font-size: 20px;
}

footer .footer-inner {
    padding: 166px 136px 173px 136px;
}

footer .footer-inner .widget-menu ul {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

footer .footer-inner .content-wrapper.large-text p,
footer .footer-inner .content-wrapper.large-text a {
    font-size: var(--p-size);
}

footer .row-gap {
    grid-row-gap: 50px;
}

@media only screen and (min-width: 992px) {
    footer .container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1599px) {
    footer .footer-inner {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media only screen and (max-width: 1499px) {
    footer .footer-inner {
        padding-left: 75px;
        padding-right: 75px;
    }
}

@media only screen and (max-width: 1399px) {
    footer .footer-inner {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 1299px) {
    footer .footer-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 991px) {
    footer .footer-inner {
        padding: 50px 30px;
    }

    footer p, footer a, footer li, footer p strong {
        font-size: var(--p-size-mobile) !important;
        line-height: 1.4em;
    }
}

.logo-and-reviews-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo-and-reviews-holder .reviews-outer {
    margin-left: 40px;
}

.reviews-outer {
    color: var(--white);
}

.reviews-outer .star-count {
    margin-right: 3px;
}

.reviews-outer .star-count .icon {
    display: inline-block;
    font-size: 15px;
    width: 15px;
    margin-right: 4px;
    color: var(--yellow);
}

.reviews-outer .rating {
    font-weight: 900;
    margin-right: 5px;
}

@media only screen and (max-width: 991px) {
    .reviews-outer {
        display: none;
    }

    .navigation .logo {
        max-height: 25px;
    }

    .logo-and-reviews-holder {
        margin-left: unset !important;
    }
}

.menu-and-hamburger-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.menu-and-hamburger-holder .whatsapp-button {
    position: relative;
}

.menu-and-hamburger-holder .whatsapp-button .open-status {
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    background: var(--succes);
    border-radius: 13px;
}

.menu-and-hamburger-holder .whatsapp-button .open-status::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 100px;
    border: 1px solid var(--succes);
    -webkit-animation-name: stretch;
    animation-name: stretch;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.menu-and-hamburger-holder .whatsapp-button img {
    width: 51px;
    height: 51px;
    border-radius: 51px;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 991px) {
    .menu-and-hamburger-holder {
        gap: 21px;
    }

    .menu-and-hamburger-holder .whatsapp-button img {
        width: 45px;
        height: 45px;
    }
}

.menu-item-has-button a .menu-item-button {
    padding: 12px 42px;
    font-size: 16px;
    border-radius: 70px;
    font-weight: 900;
}

.mobile-menu-toggle-position {
    display: block;
}

.mobile-menu-toggle {
    width: unset;
    height: unset;
}

.mobile-menu-toggle .hamburger {
    display: flex;
    width: unset;
    height: unset;
    gap: 20px;
}

.mobile-menu-toggle .hamburger .hamburger-icon {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    width: 33px;
}

.mobile-menu-toggle .hamburger .hamburger-icon span {
    background: var(--white);
}

header .mobile-menu-toggle .hamburger .hamburger-icon span:nth-child(2) {
    width: 27px;
}

header .mobile-menu-toggle .hamburger .hamburger-icon span:nth-child(3) {
    width: 21px;
}

header .mobile-menu-toggle .hamburger .hamburger-icon span+span {
    margin-top: 10px;
}

@media only screen and (max-width: 991px) {
    .menu-and-hamburger-holder .mobile-menu-toggle .hamburger .hamburger-text {
        display: none;
    }
}

header.scrolled-to-menu,
header.scrolled {
    background: rgba(25, 26, 30, .5);
    backdrop-filter: blur(10px);
}

header .notification {
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .notification.bg-primary,
header .notification.bg-secondary,
header .notification.bg-tertiary,
header .notification.bg-white {
    color: var(--white);
    font-size: 18px;
    line-height: 1.6em;
}

header .notification p {
    font-size: 18px;
    line-height: 1.6em;
}

header.scrolled .notification,
header.scrolled-to-menu .notification {
    opacity: 0;
}

.lef-section.section-has-top-margin {
    margin-top: calc(var(--section-top-margin, 93px));
    transition: margin-top 0.3s ease;
}

.mobile-menu-toggle .hamburger .hamburger-text {
    color: var(--white);
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 700;
    text-transform: lowercase;
}

body nav.mobile-navigation {
    max-width: 1045px;
    width: 1045px;
    transform: translateX(100%);
    background: rgba(33, 36, 42, .8);
    backdrop-filter: blur(30px);
    padding: 120px 95px;
    overflow-y: auto;
}

@media only screen and (max-width: 1045px) {
    body nav.mobile-navigation {
        max-width: 100vw;
        width: 100vw;
    }
}

.menu-open nav.mobile-navigation {
    animation: fadeInMobile .3s forwards;
    pointer-events: all;
    transform: translateX(0);
}

.menu-closed nav.mobile-navigation {
    animation: fadeOut .3s forwards;
    transform: translateX(100%);
}

.overlay-menu {
    background-color: var(--quaternary);
    cursor: pointer;
    height: 100vh;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: .6s;
    width: 100vw;
    z-index: 10;
}

.menu-open .overlay-menu {
    opacity: .5;
    pointer-events: all;
}

body nav.mobile-navigation .mobile-menu-toggle-position {
    position: relative;
    top: unset;
    right: unset;
}

body nav.mobile-navigation .menu-and-hamburger-holder {
    position: absolute;
    top: 20px;
    right: 15px;
}

body.admin-bar nav.mobile-navigation .menu-and-hamburger-holder {
    top: 52px;
}

body nav.mobile-navigation .menu-and-hamburger-holder .menu-item-has-button a {
    padding-top: unset;
    padding-bottom: unset;
}

body nav.mobile-navigation .menu-and-hamburger-holder .hamburger-icon span {
    background: var(--white);
}

@media only screen and (max-width: 991px) {
    body nav.mobile-navigation {
        max-width: 100vw;
        width: 100vw;
        padding: 80px 30px;
    }

    body nav.mobile-navigation .menu-and-hamburger-holder {
        right: 31px;
    }
}

nav .side-menus .side-top-menu-container li a {
    padding: 10px;
    padding-left: unset;
    padding-top: unset;
}

nav .side-menus .side-top-menu-container li a .menu-title,
.featured-page-titles .featured-page .featured-page-title {
    display: block;
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: var(--h1-size);
    line-height: var(--h-line-height);

    color: transparent;
    -webkit-text-stroke-width: 1px;
    /* Stroke thickness */
    -webkit-text-stroke-color: white;
    /* Stroke color */
    opacity: .5;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav .side-menus .side-top-menu-container li a .menu-title {
    font-size: 40px;
}

@media only screen and (max-width: 991px) {
    .featured-page-titles .featured-page .featured-page-title {
        font-size: 40px;
    }

    nav .side-menus .side-top-menu-container li a .menu-title {
        font-size: 30px;
    }

    body .featured-page-titles .featured-page .featured-page-subtitle {
        display: none;
    }
}

nav .side-menus .side-top-menu-container li:hover a .menu-title,
nav .side-menus .side-top-menu-container li.current_page_item a .menu-title {
    color: var(--white);
    opacity: 1;
    -webkit-text-stroke-color: transparent;
    /* Stroke color */
}

.featured-page-titles .featured-page:hover .featured-page-title {
    opacity: 1;
    color: rgba(255, 246, 237, .1);
}

nav .side-menus .side-top-menu-container li a .menu-subtitle,
.featured-page-titles .featured-page .featured-page-subtitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.6em;
    color: var(--white);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav .side-menus .side-top-menu-container li a .menu-subtitle {
    font-size: 16px;
}

nav .side-menus .side-top-menu-container li a .menu-subtitle span,
.featured-page-titles .featured-page .featured-page-subtitle span {
    opacity: .7;
}

nav .side-menus .side-top-menu-container li a .menu-subtitle::before,
.featured-page-titles .featured-page .featured-page-subtitle::before {
    content: '';
    background: var(--secondary);
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin-right: 10px;
}

nav .side-menus .side-top-menu-container li:hover a .menu-subtitle,
nav .side-menus .side-top-menu-container li.current_page_item a .menu-subtitle,
.featured-page-titles .featured-page:hover .featured-page-subtitle {
    opacity: 1;
}

nav .side-menus .side-bottom-menu-container {
    margin-top: 16px;
    padding-top: 38px;
    position: relative;
}

nav .side-menus .side-bottom-menu-container::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 261px;
    background: var(--white);
    content: '';
}

nav .side-menus .side-bottom-menu-container li a {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: var(--h4-size);
    line-height: var(--h-line-height);

    color: var(--white);
    padding: 7.5px 10px 7.5px 0;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav .side-menus .side-bottom-menu-container li:hover a {
    padding: 7.5px 10px 7.5px 10px;
}

nav .side-menus .side-bottom-menu-container li.current-menu-item a {
    color: var(--secondary);
}

@media only screen and (max-width: 991px) {
    nav .side-menus .side-top-menu-container li a .menu-title {
        color: var(--white);
        -webkit-text-stroke-color: unset;
        -webkit-text-stroke-width: unset;
        opacity: 1;
    }

    nav .side-menus .side-top-menu-container li:hover a .menu-title,
    nav .side-menus .side-top-menu-container li.current_page_item a .menu-title {
        color: var(--secondary);
    }

    nav .side-menus .side-top-menu-container li a .menu-subtitle {
        display: none;
    }
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary strong,
.bg-primary li,
.bg-primary blockquote,
.bg-primary .usp-number,
.bg-primary .usp-title,
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6,
.bg-secondary strong,
.bg-secondary li,
.bg-secondary blockquote,
.bg-secondary .usp-number,
.bg-secondary .usp-title,
.bg-tertiary h1,
.bg-tertiary h2,
.bg-tertiary h3,
.bg-tertiary h4,
.bg-tertiary h5,
.bg-tertiary h6,
.bg-tertiary strong,
.bg-tertiary li,
.bg-tertiary blockquote,
.bg-tertiary .usp-number,
.bg-tertiary .usp-title,
.bg-quaternary h1,
.bg-quaternary h2,
.bg-quaternary h3,
.bg-quaternary h4,
.bg-quaternary h5,
.bg-quaternary h6,
.bg-quaternary strong,
.bg-quaternary li,
.bg-quaternary blockquote,
.bg-quaternary .usp-number,
.bg-quaternary .usp-title,
.bg-transparent h1,
.bg-transparent h2,
.bg-transparent h3,
.bg-transparent h4,
.bg-transparent h5,
.bg-transparent h6,
.bg-transparent strong,
.bg-transparent li,
.bg-transparent blockquote,
.bg-transparent .usp-number,
.bg-transparent .usp-title {
    color: var(--white);
}

p strong {
    font-weight: 900;
}

.btn {
    font-family: var(--btn-font);
    line-height: 100%;
}

.btn::before {
    width: 5px;
    height: 5px;
    background: var(--secondary);
    content: '';
    border-radius: 5px;
    margin-right: 10px;
}

h6 {
    border: 1px solid var(--white);
    width: fit-content;
    padding: 9.5px 15px;
    line-height: 1.7em;
    border-radius: 110px;
    font-weight: 400;
    background: rgba(255, 246, 237, .1);
}

.btn.bg-secondary {
    color: var(--white);
}

.btn.bg-secondary:hover {
    color: var(--white);
}

.btn.bg-secondary::before {
    background: var(--white);
}

.rotate-horizontal-text-slider {
    transform: rotate(-1.92deg);
}

/* TEXT WORD CAROUSEL BLOCK */
.word-carousel-wrapper {
    height: 1.2em;
    overflow: hidden;
    position: relative;
    text-align: left;
    display: inline-flex;
}

.word-carousel {
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    height: 1.2em;
    line-height: 1.2em;
}

/* HORIZONTAL TEXT SLIDER BLOCK */
.horizontal-text-slider {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
}

.horizontal-text-slider .text {
    font-family: var(--heading-font);
    font-weight: 700;
    line-height: 100%;
    font-size: 128px;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    opacity: .5;
    text-transform: uppercase;

    display: inline-block;
    white-space: nowrap;
    transform: translateX(0);
    will-change: transform;
    padding: 0 20px;
    box-sizing: content-box;
}

.horizontal-text-slider .text span {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.horizontal-text-slider[data-center-if-short="true"] .text.short {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    transform: translateX(0) !important;
}

.horizontal-text-slider .text--centered {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* horizontal-text-slider.css - minimal styles to make this behave */
/*  */



@media only screen and (max-width: 991px) {
    .horizontal-text-slider {
        height: 100%;
    }

    .horizontal-text-slider .text {
        font-size: 36px;
        -webkit-text-stroke-width: 1px;
    }
}

/* FEATURED PAGE TITLE BLOCK */
.featured-page-titles {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.featured-page-titles a.featured-page {
    text-decoration: none !important;
}

.featured-page-titles a.featured-page .featured-page-title {
    margin-bottom: unset;
}

/* CLIENTS SLIDER BLOCK */
.clients-slider .client-image {
    aspect-ratio: 1/1;
    background: rgba(25, 26, 30, .5);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.clients-slider .client-image img {
    filter: grayscale(1);
    object-fit: contain;
    max-height: 74px;
    width: auto;
}

.marquee-viewport {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.marquee-track {
    display: flex;
    align-items: center;
    gap: 24px;
}

.marquee-track {
    will-change: transform;
    animation-name: marquee_left_to_right;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 40s;
    animation-play-state: running;
}

/* wrapper to hold the three tracks as one continuous strip */
.marquee-wrapper {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-wrap: nowrap;
    width: max-content;
    will-change: transform;
}

/* ensure your nth-child(2) selector still works when tracks are inside the wrapper */
.marquee-wrapper .marquee-track:nth-child(2),
.marquee-track:nth-child(2),
.marquee-track:nth-child(3) {
    margin-left: 30px;
    /* keep your existing rule (example) */
}


.marquee-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12vw;
}

.marquee-item .client-image img {
    display: block;
    height: auto;
    max-width: 70%;
    width: 70%;
    width: auto;
    object-fit: contain;
}

@media only screen and (max-width: 1399px) {
    .marquee-item {
        width: 15vw;
    }
}

@media only screen and (max-width: 1099px) {
    .marquee-item {
        width: 17vw;
    }
}

@media only screen and (max-width: 991px) {
    .marquee-item {
        width: 23vw;
    }
}

@media only screen and (max-width: 767px) {
    .marquee-item {
        width: 27vw;
    }
}

@media only screen and (max-width: 599px) {
    .marquee-item {
        width: 31vw;
    }

    .marquee-item .client-image img {
        max-width: 140px;
    }
}

@media only screen and (max-width: 499px) {
    .marquee-item {
        width: 35vw;
    }
}

@media only screen and (max-width: 399px) {
    .marquee-item {
        width: 39vw;
    }
}

@media only screen and (max-width: 349px) {
    .marquee-item {
        width: 43vw;
    }
}

/* Keyframes: move from -trackWidth to 0 (left → right) */
/* Note: JS will set the transform start via CSS variable, but declare default here */
@keyframes marquee_left_to_right {
    0% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(-99.2%);
    }
}


.lef-section:has(.clients-slider[data-component="clients-slider"]) {
    overflow: hidden;
}

/* FEATURED TEAM MEMBER BLOCK */
.featured-team-member .team-member {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 30px;
    align-items: center;
}

.featured-team-member .team-member .team-member-image {
    width: 137px;
    height: 137px;
    object-fit: cover;
    object-position: center;
}

.featured-team-member .team-member .team-member-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: flex-end;
}

.featured-team-member .team-member .team-member-info .team-member-name {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.featured-team-member .team-member .team-member-info .team-member-name::after {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--secondary);
    border-radius: 6px;
    margin-left: 10px;
}

.featured-team-member .team-member .team-member-info .team-member-name span {
    font-size: 20px;
    line-height: 1.6em;
    opacity: .7;
    font-weight: 900;
    color: var(--white);
}

.featured-team-member .team-member .team-member-info a.team-member-email {
    text-decoration: none !important;
    font-size: 20px;
    line-height: 1.6em;
    opacity: .7;
    color: var(--white);
    margin-top: 3px;
    display: block;
}

@media only screen and (max-width: 991px) {
    .featured-team-member .team-member {
        flex-wrap: wrap;
        justify-content: center;
    }

    .featured-team-member .team-member .team-member-info {
        align-items: center;
    }

    .featured-team-member .content-wrapper {
        margin-bottom: 34px;
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .featured-team-member .team-member .team-member-image {
        width: 87px;
        height: 87px;
    }
}

/* USPS BLOCK */
.usps {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.usps .usp {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
}

.usps .usp:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 246, 237, .3);
}

.usps .usp .usp-number {
    width: 76px;
    height: 76px;
    border: 1px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 32px;
    font-style: italic;
}

.usps .usp .usp-info .usp-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.37em;
}

@media only screen and (max-width: 991px) {
    .usps {
        margin-top: 20px;
    }

    .usps .usp .usp-number {
        width: 50px;
        min-width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .usps .usp .usp-info .usp-title {
        font-size: 20px;
    }
}

/* CARD PORTFOLIO, CARD DIENSTEN & CARD PAKKETTEN */
body .col-card.card {
    padding: var(--card-padding);
    border-radius: var(--card-border-radius);
}

body .col-card.card {
    background: rgba(25, 26, 30, .5);
}

body .card-diensten,
body .card-pakketten {
    background: rgba(25, 26, 30, .5);
    border: unset;
    border-radius: unset;
    color: var(--primary-content);
}

body .card-pakketten {
    background: rgba(25, 26, 30, .5);
    backdrop-filter: blur(50px);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body .card-pakketten:hover {
    background: var(--primary);
}

body .card-portfolio {
    background: var(--transparent);
    border: unset;
    border-radius: unset;
    color: var(--transparent-content);
}

body .card-portfolio .image-outer .image-holder {
    padding-bottom: 110%;
    overflow: hidden;
}

body .card-diensten .image-outer .image-holder {
    padding-bottom: 50.5%;
    overflow: hidden;
}

body .card-portfolio .image-outer .image-holder img,
body .card-diensten .image-outer .image-holder img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body .card-portfolio:hover .image-outer .image-holder img,
body .card-diensten:hover .image-outer .image-holder img {
    transform: scale(1.3) rotate(4deg);
}

body .card-portfolio .content-outer {
    position: relative;
    background: var(--transparent);
    padding: 11px 0 0 0;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    flex-wrap: wrap;
}

body .card-diensten .content-outer,
body .card-pakketten .content-outer {
    padding: 30px;
}

body .card-portfolio .content-outer h4 {
    font-weight: 400;
    margin-bottom: unset;
}

body .card-diensten .content-outer h4,
body .card-pakketten .content-outer h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4em;
    /* color: rgba(255, 246, 237, .1);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white); */
    margin-bottom: unset;
}

body .card-pakketten .content-outer h4 {
    font-size: 22px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

@media only screen and (max-width: 991px) {

    body .card-diensten .content-outer h4,
    body .card-pakketten .content-outer h4 {
        font-size: var(--h4-size-mobile);
    }
}

body .card-pakketten .content-outer h4 .package-icon {
    height: 28px;
}

body .card-pakketten .content-outer h4 .package-icon .icon {
    font-size: 26px;
}

body .card-diensten .excerpt-holder {
    margin-bottom: 16px;
    font-size: var(--p-size);
}

@media only screen and (max-width: 991px) {
    body .card-diensten .excerpt-holder {
        font-size: var(--p-size-mobile);
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}

body .card-portfolio .content-outer .horizontal-list li {
    background: rgba(255, 246, 237, .1);
    padding: 5px 16px;
    font-weight: 400;
    border-radius: 40px;
    font-size: 14px;
    line-height: 1.6em;
}

body .card-portfolio .content-outer .buttons-holder {
    display: none;
}

body .card-pakketten .package-pricing-outer {
    margin-top: 15px;
}

body .card-pakketten .package-pricing-outer .package-pricing {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

body .card-pakketten .package-pricing-outer .package-pricing .package-price {
    font-size: 40px;
    line-height: 1em;
    font-weight: 700;
    color: var(--white);
    font-family: var(--heading-font);
}

@media only screen and (max-width: 991px) {
    body .card-pakketten .package-pricing-outer .package-pricing .package-price {
        font-size: 32px;
    }
}

body .card-pakketten .package-pricing-outer .package-pricing .package-price-frequency {
    margin-left: 8px;
    color: var(--white);
    font-size: var(--p-size);
}

body .card-pakketten .package-pricing-outer .package-startup-costs {
    font-size: 18px;
    line-height: 1.4em;
    margin-top: 6px;
    display: block;
}

body .card-pakketten .package-usps {
    margin: 30px 0;
    color: var(--white);
}

body .card-pakketten .package-usps ul li {
    color: var(--white);
    font-size: 20px;
}

body .card-pakketten .buttons-holder .btn {
    width: calc(100% - 15px);
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    body .card-pakketten .package-usps ul li {
        font-size: var(--p-size-mobile);
    }
}

@media only screen and (min-width: 992px) {
    body .second-card-jump-up .wp-block-custom-section-block-col:nth-child(2) .card-pakketten {
        margin-top: -35px;
    }
}

body .card-diensten.in-row-with-1 .image-outer,
body .card-pakketten.in-row-with-1 .image-outer {
    height: 100%;
}

body .card-diensten.in-row-with-1 .image-outer .image-holder,
body .card-pakketten.in-row-with-1 .image-outer .image-holder {
    height: 100%;
    padding-bottom: unset;
}

body .card-diensten.in-row-with-1 .image-outer .image-holder img,
body .card-pakketten.in-row-with-1 .image-outer .image-holder img {
    position: relative;
}


body .wp-block-custom-section-block-col.sticky-column {
    position: sticky;
    top: 120px;
}

body.admin-bar .wp-block-custom-section-block-col.sticky-column {
    top: 150px;
}

/* BREADCRUMBS */
#breadcrumbs {
    margin-bottom: 25px;
    display: block;
    font-size: 16px;
    line-height: 1.6em;
}

#breadcrumbs a {
    text-decoration: none !important;
}

#breadcrumbs .icon-house {
    margin-right: 10px;
}

#breadcrumbs .icon-arrow-right-long {
    margin: 0px 10px;
}

#breadcrumbs .breadcrumb_last {
    color: var(--white);
    font-weight: 900;
}

/* LIST BLOCK */
.lef-section .clean-list:not(.horizontal-list) {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lef-section .clean-list .icon {
    color: var(--succes);
    width: unset;
}

@media only screen and (max-width: 991px) {
    .lef-section .clean-list {
        font-size: 16px;
    }
}

/* QUOTE BLOCK */
body .block-quote-outer {
    padding: unset;
    border: unset;
}

.block-quote-outer blockquote {
    padding: unset;
    margin: unset;
    border: unset;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.4em;
    font-style: italic;
    position: relative;
}

.block-quote-outer blockquote::before {
    content: '‘’';
    position: absolute;
    top: 0;
    left: -22px;
}

.block-quote-outer blockquote::after {
    content: '‘’';
    position: absolute;
    bottom: -1.1em;
    right: 0px;
}

@media only screen and (max-width: 991px) {
    .block-quote-outer blockquote {
        font-size: 24px;
    }

    .block-quote-outer blockquote::before {
        left: -13px;
        font-size: 25px;
    }
}

.socket * {
    font-size: 14px;
    color: white !important;
    opacity: 0.9;
}

#socket-menu-ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 20px;
}

.socket .socket-inner .socket-half #socket-menu-ul a {
    font-size: 14px !important;
   	line-height: 1.4em;
}

@media only screen and (max-width: 991px) {
  	.socket .socket-inner {
      	align-items: flex-start;
  	}
  
    .socket .socket-inner .socket-half #socket-menu-ul {
        flex-direction: column;
        gap: 4px;
    }
}

/* CUSTOM SECTION STYLING */
.lef-section.full-background-overlay .background-image-wrapper img {
    opacity: .3;
}

.lef-section.eight-column-overlay-four-column-background .background-image-wrapper {
    justify-content: flex-end;
}

.lef-section.eight-column-overlay-four-column-background .background-image-wrapper img {
    width: 37.85%;
}

@media only screen and (max-width: 1679px) {
    .lef-section.eight-column-overlay-four-column-background .background-image-wrapper img {
        width: 36.1%;
    }
}

@media only screen and (max-width: 1469px) {
    .lef-section.eight-column-overlay-four-column-background .background-image-wrapper img {
        width: 34.1%;
    }
}

@media only screen and (max-width: 1289px) {
    .lef-section.eight-column-overlay-four-column-background .background-image-wrapper img {
        width: 31.9%;
    }
}

.lef-section.five-column-background-seven-column-overlay .background-image-wrapper img {
    width: 43.6%;
}

@media only screen and (max-width: 1489px) {
    .lef-section.five-column-background-seven-column-overlay .background-image-wrapper img {
        width: 41.7%;
    }
}

@media only screen and (max-width: 1289px) {
    .lef-section.five-column-background-seven-column-overlay .background-image-wrapper img {
        width: 40.3%;
    }
}

.lef-section.seven-column-background-five-column-overlay .background-image-wrapper img {
    width: 55%;
}

@media only screen and (max-width: 991px) {
    section {
        padding: 60px 0;
    }

    .lef-section.eight-column-overlay-four-column-background .background-image-wrapper,
    .lef-section.five-column-background-seven-column-overlay .background-image-wrapper,
    .lef-section.seven-column-background-five-column-overlay .background-image-wrapper {
        position: relative;
        margin-bottom: calc(60px * -1);
        margin-top: 60px;
    }


    .lef-section.eight-column-overlay-four-column-background .background-image-wrapper img,
    .lef-section.five-column-background-seven-column-overlay .background-image-wrapper img,
    .lef-section.seven-column-background-five-column-overlay .background-image-wrapper img {
        width: 100%;
        left: 0%;
    }

}

.lef-section.to-edges {
    margin-left: -15px;
    margin-right: -15px;
}

.lef-section.margin-from-sides {
    margin: 0 172px;
}

@media only screen and (max-width: 1849px) {
    .lef-section.margin-from-sides {
        margin: 0 150px;
    }
}

@media only screen and (max-width: 1799px) {
    .lef-section.margin-from-sides {
        margin: 0 100px;
    }
}

@media only screen and (max-width: 1669px) {
    .lef-section.margin-from-sides {
        margin: 0 50px;
    }
}

@media only screen and (max-width: 1559px) {
    .lef-section.margin-from-sides {
        margin: 0 25px;
    }
}

@media only screen and (max-width: 1484px) {
    .lef-section.margin-from-sides {
        margin: 0;
    }
}

@media only screen and (min-width: 1500px) {
    .lef-section.larger-container .container {
        max-width: 1440px;
    }
}


/* ANIMATIONS */
@keyframes bg-animation {
    0% {
        transform: translate(0)
    }

    10% {
        transform: translate(-5%, -5%)
    }

    20% {
        transform: translate(-10%, 5%)
    }

    30% {
        transform: translate(5%, -10%)
    }

    40% {
        transform: translate(-5%, 15%)
    }

    50% {
        transform: translate(-10%, 5%)
    }

    60% {
        transform: translate(15%)
    }

    70% {
        transform: translateY(10%)
    }

    80% {
        transform: translate(-15%)
    }

    90% {
        transform: translate(10%, 5%)
    }

    to {
        transform: translate(5%)
    }
}

@-webkit-keyframes stretch {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: .1
    }
}

@keyframes stretch {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: .1
    }
}

.blur {
    filter: blur(100px);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.gradient-mask {
    border-radius: 99999px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vw;
    min-width: 1000px;
    height: 100vh;
    transform: translate(-50%, -50%) scale(0.7);
    overflow: hidden;
}

.spinning-gradient {
    opacity: 0.2;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 130vw;
    height: 130vw;
    transform: translate(-50%, -50%);
    background: conic-gradient(from 0deg,
            #BD3737,
            #e74c3c,
            #ff8e1d,
            #FFF6ED);
    animation: swoosh 10s ease-in-out infinite;
    filter: blur(80px);
    mix-blend-mode: screen;
}

@keyframes swoosh {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) scale(1.4);
    }

    15% {
        transform: translate(-47%, -53%) rotate(60deg) scale(1.6);
    }

    35% {
        transform: translate(-52%, -48%) rotate(140deg) scale(1.3);
    }

    55% {
        transform: translate(-49%, -54%) rotate(210deg) scale(1.8);
    }

    75% {
        transform: translate(-54%, -46%) rotate(300deg) scale(1.5);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg) scale(1.4);
    }
}

/* KENNISBANK */
.archive-kennisbank {
    padding: 70px 0;
}

.archive-kennisbank .kennisbank .search {
    margin-bottom: 30px;
}

.archive-kennisbank .kennisbank .search form {
    margin-bottom: unset;
}

.archive-kennisbank .kennisbank .search form input {
    border-radius: 0px;
}

.archive-kennisbank .kennisbank .filters {
    margin-bottom: 30px;
    padding: 30px;
    background: rgba(25, 26, 30, .4);
    backdrop-filter: blur(10px);
}

.archive-kennisbank .kennisbank .filters .buttons-holder {
    margin-top: unset;
}

.archive-kennisbank .kennisbank .kennisbank-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.archive-kennisbank .kennisbank .kennisbank-items .kennisbank-item .btn {
    margin: unset;
    width: 100%;
    justify-content: space-between;
}

.archive-kennisbank .kennisbank .kennisbank-items .kennisbank-item .btn::before {
    all: unset;
}

.archive-kennisbank .kennisbank .kennisbank-items .kennisbank-item .btn .icon {
    margin-left: auto;
    width: 30px;
    height: 30px;
    min-width: 30px;
    background-color: var(--secondary);
    color: var(--white);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-left: 8px;
}

@media only screen and (max-width: 991px) {
    .archive-kennisbank {
        padding-top: 20px;
    }

    .archive-kennisbank .kennisbank .search input {
        font-size: var(--p-size-mobile);
    }

    .archive-kennisbank .kennisbank .filters .btn::before {
        all: unset;
    }
}

/* DEFAULT PAGINATION */
.pagination-holder {
    margin-top: 30px;
}

.pagination-holder .page-navigation {
    gap: 10px;
}

.pagination-holder .page-navigation .btn {
    margin: unset;
}

.pagination-holder .page-navigation .btn::before {
    all: unset;
}

.pagination-holder .page-navigation .clean-list a {
    font-size: 18px;
    font-weight: 900;
    text-decoration: none !important;
    display: block;
}

.pagination-holder .page-navigation .clean-list .active a {
    background: var(--white);
    color: var(--white-content);
}

/* GOOGLE TRANSLATE MENU ITEM */
.menu-item-has-translate,
.menu-item-has-translate .gtranslate_wrapper #gt_float_wrapper {
    height: 51px;
}

.menu-item-has-translate .gtranslate_wrapper .gt_float_switcher,
.menu-item-has-translate .gtranslate_wrapper .gt_float_switcher .gt-selected {
    background: var(--white);
    color: var(--white-content);
    box-shadow: unset;
    border-radius: 26px;
}

.menu-item-has-translate .gtranslate_wrapper .gt_float_switcher {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-item-has-translate .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 13.5px 14px;
    color: var(--white-content);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu-item-has-translate .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang img {
    margin-right: 9px;
    border-radius: 24px;
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.menu-item-has-translate .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang .gt-lang-code {
    font-family: var(--body-font);
    font-size: 18px;
    line-height: 1em;
    font-weight: 900;
    top: unset;
    display: block;
    margin-right: 4px;
}

.menu-item-has-translate .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23333'/></svg>");
    transform: rotate(0deg);
    margin-left: auto;
}

.menu-item-has-translate .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(180deg);
}

.menu-item-has-translate .gtranslate_wrapper .gt_float_switcher .gt_options {
    background: var(--white);
}

.menu-item-has-translate .gtranslate_wrapper .gt_float_switcher .gt_options a {
    padding: 10px 14px;
    color: var(--white-content);
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 900;
    line-height: 1em;
    text-transform: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-item-has-translate .gtranslate_wrapper .gt_float_switcher .gt_options a:hover {
    background: var(--secondary);
    color: var(--white);
}

.menu-item-has-translate .gtranslate_wrapper .gt_float_switcher .gt_options a img {
    border-radius: 24px;
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.mobile-navigation .menu-item-has-translate {
    display: none !important;
}

.mobile-navigation .nav-holder-primary-1:not(:has(li:not(.menu-item-has-translate))) {
    display: none;
}

/* ACCORDION */
.accordions .accordion {
    border: unset;
    background: rgba(25, 26, 30, .5);
    color: var(--primary-content);
    border-radius: unset;
}

.accordions .accordion .accordion-title,
.accordions .accordion .accordion-content {
    padding: 20px 25px;
}

.accordions .accordion .accordion-content {
    border-color: var(--gray);
}

.accordions .accordion .accordion-title .title {
    font-family: var(--heading-font);
    font-size: var(--p-size);
    color: var(--white);
    font-weight: 700;
}

.accordions .accordion .accordion-toggle .icon {
    margin-left: auto;
    width: 30px;
    height: 30px;
    background-color: var(--secondary);
    color: var(--white);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.accordions .accordion.opened .accordion-title .accordion-toggle .hide {
    display: flex;
}

/* TOOLTIPS */
.tooltip-holder {
    position: relative;
}

.tooltip-holder .tooltip-icon {
    color: var(--secondary);
    font-size: 19px;
    display: inline-block;
    position: absolute;
    margin-left: -10px;
    margin-top: -3px;
    margin-right: unset;
}

.tooltip-holder .tooltip-content {
    position: absolute;
    background: var(--white);
    padding: 10px;
    font-size: 14px;
    color: var(--white-content);
    font-family: var(--body-font);
    width: 350px;
    left: -178.5px;
    bottom: calc(100% + 16px);
    line-height: 1.6em;
    visibility: hidden;
    pointer-events: none;
}

.tooltip-holder:hover .tooltip-content,
.tooltip-icon:hover+.tooltip-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.tooltip-holder .tooltip-content::after {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    background: var(--white);
    transform: rotate(45deg) translateX(-50%);
}

.tooltip-holder .tooltip-content * {
    font-size: 14px;
    font-weight: 300;
    color: var(--white-content);
    line-height: 1.6em;
}

.tooltip-holder .tooltip-content strong,
.tooltip-holder .tooltip-content b {
    font-weight: 900;
}

.tooltip-holder .tooltip-content span * {
    line-height: 1.6em;
}

.tooltip-holder .tooltip-content span.paragraph {
    display: block;
}

.tooltip-holder .tooltip-content span.paragraph:not(:last-child) {
    margin-bottom: 9px;
}

span.vacature-counter {
    font-size: 16px;
    width: 22px;
    height: 22px;
    background: var(--secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
    position: relative;
    top: -10px;
    font-weight: 600;
    margin-left: 4px;
    color: var(--white);
}

@media only screen and (max-width: 991px) {
    .buttons-holder .btn.btn-medium {
        padding: var(--btn-medium-padding-mobile);
        font-size: var(--btn-medium-font-size-mobile);
    }
}

/* FIREWORKS */
.lef-fireworks {
    position: fixed;
    top: 0;
    left: 0;
    opacity: .6;
}

/* SNOWFLAKES */
.snowflake {
    position: fixed;
    top: -10px;
    color: inherit !important;
    font-size: 10px;
    opacity: 0.7;
    animation: fall linear infinite;
    pointer-events: none;
}

@keyframes fall {
    to {
        transform: translateY(100vh);
    }
}