/*!
Theme Name:  boostU child
Author:      boostU
Author URI:  https://boostu.be/
Description: PBF - boostU child theme
Version:     1.0.0
License:     GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Template:    page-builder-framework
Text Domain: page-builder-framework-child
*/

/* ------------------ Colors ------------------ */
:root {
    --black: #000000;
    --white: #ffffff;
    --red: #FE0000;
}

/* ------------------ Default ------------------ */
::selection {
    background: var(--black);
    color: var(--white);
}

.whitetext * {
    color: white;
}

body a:focus,
body button:focus,
body input:focus,
body textarea:focus {
    outline: none;
}

p:last-child {
    margin: 0;
}

#container {
    overflow: hidden;
}

#inner-content {
    width: 100%;
    max-width: unset;
    padding: 0 !important;
}

.rw-boostu-wrapper {
    position: relative;
}

.wpbf-container {
    position: relative;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

header {
    position: relative;
    z-index: 9999;
}

:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: inherit;
}

/* ------------------ Text ------------------ */
html {
    font-size: 16px;
}

@font-face {
    font-family: 'NexaLight';
    src: url(../fonts/NexaLight.woff2) format('woff2'),
        url(../fonts/NexaLight.woff) format('woff'),
        url(../fonts/NexaLight.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Nexa-Heavy';
    src: url(../fonts/Nexa-Heavy.woff2) format('woff2'),
        url(../fonts/Nexa-Heavy.woff) format('woff'),
        url(../fonts/Nexa-Heavy.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'HelveticaNeue-Light';
    src: url(../fonts/HelveticaNeue-Light.woff2) format('woff2'),
        url(../fonts/HelveticaNeue-Light.woff) format('woff'),
        url(../fonts/HelveticaNeue-Light.ttf) format('truetype');
    font-weight: normal;
}

body * {
    font-family: HelveticaNeue-Light, sans-serif;
}

p,
span,
li,
a {
    font-weight: 400;
    font-size: 1rem;
}

p a {
    font-family: 'Nexa-Heavy', sans-serif;
    color: var(--red);
}

h1 {
    font-size: 2.8rem;
    font-family: Nexa-Heavy, sans-serif;
}

h2 {
    color: var(--white);
    text-transform: uppercase;
    font-family: Nexa-Heavy, sans-serif;
    font-size: 1.6rem;
}

h3 {
    color: var(--red);
    font-family: NexaLight, sans-serif;
    font-size: 1.6rem;
}

.boostu-btn {
    background-color: var(--red);
    font-size: 1rem;
    border-radius: 40px;
    padding: 8px 16px;
    font-family: Nexa-Heavy, sans-serif;
    transition: 0.2s all ease;
}

.boostu-btn:hover {
    background-color: #700404;
    color: var(--white);
}

/* ------------------ Menu ------------------ */
header .wpbf-logo img {
    width: 200px;
}
.loaded header {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
  
}
header {
    opacity: 0;
    transform: translateY(-50px);
    transition: 0.45s all ease;
}
header .wpbf-mobile-menu-container {
    position: relative;
}
header .wpbf-navigation .wpbf-container .wpbf-grid .wpbf-3-4 ul li a {
    color: var(--black);
    font-family: Nexa-Heavy, sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
}

header .wpbf-navigation .wpbf-container .wpbf-grid .wpbf-3-4 ul li a:hover {
    color: var(--red);
}

header .wpbf-navigation {
    background-color: var(--white);
}

header .wpbf-container .wpbf-1-4 .wpbf-logo a {
    transform: translateY(15px);
    display: block;
}

header .wpbf-container {
    padding-bottom: 0;
    padding-top: 0
}
header .wpbf-menu-toggle-container #wpbf-mobile-menu-toggle span{
    text-indent: -9999px;
}
header .wpbf-menu li.locatie a,
header .wpbf-menu li.mail a,
header .wpbf-menu li.tel a,
header #menu-navigation-1 .locatie a,
header #menu-navigation-1 .mail a,
header #menu-navigation-1 .tel a {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    text-indent: -9999px;
}

header .wpbf-menu li.locatie a::before,
header .wpbf-menu li.mail a::before,
header .wpbf-menu li.tel a::before,
header #menu-navigation-1 .locatie::before,
header #menu-navigation-1 .mail::before,
header #menu-navigation-1 .tel::before {
    position: absolute;
    left: 0;
    content: '';
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 32px;
    width: 32px;
    margin-right: 8px;
    transition: background-image 0.2s ease;
}

header #menu-navigation-1 .locatie::before {
    padding: 10px 45px;
}

header #menu-navigation-1 .mail::before {
    padding: 10px 45px;
}

header #menu-navigation-1 .tel::before {
    padding: 10px 45px;
}

header .wpbf-menu li.locatie a::before,
header #menu-navigation-1 .locatie::before {
    background-image: url('https://abba.boostustaging.be/wp-content/uploads/2025/02/pin-location.svg');
    width: 25px;
    height: 25px;
}

header .wpbf-menu li.locatie a:hover::before,
header #menu-navigation-1 .locatie:hover::before {
    background-image: url('https://abba.boostustaging.be/wp-content/uploads/2025/02/pin-location-black.svg');
}

header .wpbf-menu li.mail a::before,
header #menu-navigation-1 .mail::before {
    background-image: url('https://abba.boostustaging.be/wp-content/uploads/2025/02/abba_mail_icon.svg');
    width: 25px;
    height: 25px;
}

header .wpbf-menu li.mail a:hover::before,
header #menu-navigation-1 .mail:hover::before {
    background-image: url('https://abba.boostustaging.be/wp-content/uploads/2025/02/mail-icon-black.svg');
}

header .wpbf-menu li.tel a::before,
header #menu-navigation-1 .tel::before {
    background-image: url('https://abba.boostustaging.be/wp-content/uploads/2025/02/phone-icon.svg');
    width: 25px;
    height: 25px;
}

header .wpbf-menu li.tel a:hover::before,
header #menu-navigation-1 .tel:hover::before {
    background-image: url('https://abba.boostustaging.be/wp-content/uploads/2025/02/phone-black.svg');
}

header #menu-navigation-1 li {
    border: none;
}

header #menu-navigation-1 .menu-item a {
    color: var(--black);
    font-family: Nexa-Heavy, sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    transition: 0.2s all ease;
    padding: 18px 35px;
}

header #menu-navigation-1 .menu-item a:hover {
    color: var(--red);
}

header .wpbf-navigation .wpbf-grid .wpbf-clearfix .wpbf-menu {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
}

/* ------------------ General ------------------ */
.rw-whitespace {
    height: 80px;
}

/* ------------------ Blocks ------------------ */
.rw-page-opener,
.rw-page-opener .page-opener-slider .page-opener-slider-slide {
    height: calc(95vh - 100px);
}

.rw-page-opener .page-opener-slider-slide-text p {
    font-size: 1.7rem;
    font-family: NexaLight, sans-serif;
    font-weight: 400;
    padding-bottom: 30px;

}

.rw-page-opener .page-opener-slider .page-opener-slider-slide {
    display: flex;
    align-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.rw-page-opener .page-opener-slider .page-opener-slider-slide::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.06);
}

.rw-page-opener .page-opener-slider-slide-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 15;
}

.rw-page-opener .page-opener-slider-slide {
    align-items: center;
    display: flex;
}

.rw-page-opener .page-opener-slider-slide slick-slide slick-current slick-active {
    display: flex;
}

.rw-page-opener .boostu-dots {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 12px;
    padding: 0;
}

.rw-page-opener .boostu-dots li {
    border: 2px solid var(--white);
    list-style: none;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    transition: 0.2s all ease;
    cursor: pointer;
}

.rw-page-opener .boostu-dots li.slick-active {
    background-color: var(--white);
}

.rw-page-opener .boostu-dots li button {
    display: none;
}

.rw-text-blocks .text-blocks-wrapper {
    opacity: 0;
    transform: translateY(50px);
    transition: 0.35s all ease;
}

.rw-text-blocks.scrolled .text-blocks-wrapper {
    opacity: 1;
    transform: translateY(0);
}

#diensten::before {
    position: absolute;
    right: 0;
    bottom: -200px;
    content: '';
    display: block;
    background-image: url('https://abba.boostustaging.be/wp-content/uploads/2025/02/abba-flame-1.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    width: 500px;
    opacity: 0.2;
}

#diensten .text-blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 1200px;
    margin: auto;
    margin-top: 150px;
    margin-bottom: 150px;
}

#diensten .text-blocks-block {
    width: 350px;
    background: var(--white);
    box-shadow: 0 4px 8px rgb(0 0 0 / 22%);
    padding: 25px;
    flex-grow: 0;
    flex-shrink: 0;
}

#diensten .text-blocks-block:first-child {
    width: 240px;
    background-color: var(--red);
    display: flex;
    justify-content: center;
}

#diensten .text-blocks-block:nth-child(2) {
    width: 460px;
}

#diensten .text-blocks-block:nth-child(4) {
    width: 300px;
}

#diensten .text-blocks-block:nth-child(5) {
    width: 300px;
}

#diensten .text-blocks-block:nth-child(6) {
    width: 450px;
}

#diensten .text-blocks-block p {
    color: var(--black);
    font-family: HelveticaNeue-Light, sans-serif;
    font-size: 1rem;
}

#producten::before {
    position: absolute;
    left: -150px;
    bottom: -200px;
    content: '';
    display: block;
    background-image: url('https://abba.boostustaging.be/wp-content/uploads/2025/02/abba-flame-1.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    width: 500px;
    opacity: 0.2;
}

#producten .text-blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 1200px;
    margin: auto;
    margin-top: 150px;
    margin-bottom: 150px;
}

#producten .text-blocks-block {
    width: 350px;
    background: var(--white);
    box-shadow: 0 4px 8px rgb(0 0 0 / 22%);
    padding: 25px;
    flex-grow: 0;
    flex-shrink: 0;
}

#producten .text-blocks-block:first-child {
    width: 240px;
    background-color: var(--red);
    display: flex;
    justify-content: center;
}

#producten .text-blocks-block:nth-child(2) {
    width: 460px;
}

#producten .text-blocks-block:nth-child(4) {
    width: 615px;
}

#producten .text-blocks-block:nth-child(5) {
    width: 450px;
}

#producten .text-blocks-block p {
    color: var(--black);
    font-family: HelveticaNeue-Light, sans-serif;
}




#projecten::before {
    position: absolute;
    left: -150px;
    bottom: -200px;
    content: '';
    display: block;
    background-image: url('https://abba.boostustaging.be/wp-content/uploads/2025/02/abba-flame-1.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    width: 500px;
    opacity: 0.2;
}

#projecten .text-blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 150px;
}

#projecten .text-blocks-block {
    width: 350px;
    background: var(--white);
    box-shadow: 0 4px 8px rgb(0 0 0 / 22%);
    padding: 25px;
    flex-grow: 0;
    flex-shrink: 0;
}

#projecten .text-blocks-block:first-child {
    width: 240px;
    background-color: var(--red);
    display: flex;
    justify-content: center;
}

#projecten .text-blocks-block:nth-child(2) {
    width: 460px;
}

#projecten .text-blocks-block:nth-child(4) {
    width: 315px;
}

#projecten .text-blocks-block:nth-child(5) {
    width: 350px;
}

#projecten .text-blocks-block p {
    color: var(--black);
    font-family: HelveticaNeue-Light, sans-serif;
}


.rw-boostu-wrapper img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.rw-image-text {
    display: flex;
    align-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: calc(95vh - 100px);
}

.rw-image-text::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.rw-image-text .image-text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 15;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.35s all ease;
}

.rw-image-text.scrolled .image-text-center {
    opacity: 1;
    transform: translateY(0);
}

.rw-image-text .image-text-center p {
    font-size: 1.5rem;
}

/* ------------------ Footer ------------------ */
footer #custom_html-2 {
    padding-left: 60px;
}

footer #custom_html-2 a {
    position: relative;
    padding: 0 0 0 24px;
}

footer #custom_html-2 a.loc::before {
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 40px;
    background-image: url('https://abba.boostustaging.be/wp-content/uploads/2025/02/pin-location-white.svg');
    width: 20px;
    height: 20px;
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 12.5px);
    left: 0;
}

footer #custom_html-2 a.tel::before {
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 40px;
    background-image: url('https://abba.boostustaging.be/wp-content/uploads/2025/02/phone-whie.svg');
    width: 15px;
    height: 15px;
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 7.5px);
    left: 0;
}

footer #custom_html-2 a.mail::before {
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 40px;
    background-image: url('https://abba.boostustaging.be/wp-content/uploads/2025/02/mail-icon-white.svg');
    width: 13px;
    height: 13px;
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 6.5px);
    left: 0;
}

footer #custom_html-2 p a {
    display: block;
}

footer.wpbf-page-footer {
    background-color: var(--black);
    color: var(--white);
}

footer .wpbf-widget-footer {
    background-color: var(--black);
    color: var(--white);
}

footer .wpbf-widget-footer .wpbf-inner-widget-footer .wpbf-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-left: 0px;
}

footer .wpbf-widget-footer .wpbf-grid-medium-1-3 .wpbf-footer-widget-3 {
    display: flex;
    justify-content: flex-end;
}

footer .wpbf-widget-footer .wpbf-grid-medium-1-3 .wpbf-footer-widget-1 {
    max-width: 300px;
}

footer .wpbf-widget-footer .wpbf-grid-medium-1-3 .wpbf-footer-widget-2 .widget_text .textwidget a {
    font-size: 1rem;
    color: var(--white);
    font-family: HelveticaNeue-Light, sans-serif;
}

footer .wpbf-widget-footer .wpbf-grid-medium-1-3 .wpbf-footer-widget-2 .widget_text .textwidget {
    margin-left: 70px;
}

footer .wpbf-widget-footer .wpbf-grid-medium-1-3 .wpbf-footer-widget-3 .boostu-btn {
    border: 2px solid white;
    color: var(--white);
    background-color: transparent;
    border-radius: 40px;
    font-size: 1rem;
    font-family: Nexa-Heavy, sans-serif;
    transition: 0.2s all ease;
}

footer .wpbf-widget-footer .wpbf-grid-medium-1-3 .wpbf-footer-widget-3 .boostu-btn:hover {
    border: 2px solid white;
    background-color: var(--white);
    color: var(--black);

}

footer .wpbf-widget-footer .wpbf-grid-medium-1-3 .wpbf-footer-widget-2 .textwidget .textwidget .loc::before {
    background-image: url('https://abba.boostustaging.be/wp-content/uploads/2025/02/pin-location.svg');
    width: 25px;
    height: 25px;
}

/* ------------------ Responsive ------------------ */
@media only screen and (max-width: 1024px) {
    h3 {
        font-size: 1.4rem;
    }
    header .wpbf-mobile-logo img {
        width: 150px;
    }

    #wpbf-mobile-menu-toggle {
        position: relative;
        height: 20px;
        width: 28px;
    }

    #wpbf-mobile-menu-toggle::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        display: block !important;
        height: 2px;
        width: 28px;
        background: var(--black);
        transition: all 0.3s ease;
    }

    #wpbf-mobile-menu-toggle::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        display: block !important;
        height: 2px;
        width: 28px;
        background: var(--black);
        transition: all 0.3s ease;
    }

    #wpbf-mobile-menu-toggle span {
        display: block;
        height: 2px;
        width: 28px;
        background: var(--black);
        margin: -1px 0 0 0;
        clip: unset;
        clip-path: unset;
        transition: all 0.3s ease;
    }

    #wpbf-mobile-menu-toggle.open::before {
        top: 9px;
        transform: rotate(45deg);
    }

    #wpbf-mobile-menu-toggle.open::after {
        bottom: 9px;
        transform: rotate(-45deg);
    }

    #wpbf-mobile-menu-toggle.open span {
        width: 0;
    }

    .rw-page-opener .page-opener-slider-slide-text h1 {
        font-size: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .rw-page-opener .page-opener-slider-slide-text p {
        font-size: 1.2rem;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .rw-image-text .image-text-center p {
        font-size: 1.2rem;
    }

    #diensten .text-blocks-block,
    #diensten .text-blocks-block:nth-child(2),
    #diensten .text-blocks-block:nth-child(4),
    #diensten .text-blocks-block:nth-child(5),
    #diensten .text-blocks-block:nth-child(6) {
        width: 100%;
    }

    #producten .text-blocks-block,
    #producten .text-blocks-block:nth-child(2),
    #producten .text-blocks-block:nth-child(4),
    #producten .text-blocks-block:nth-child(5) {
        width: 100%;
    }
    #projecten .text-blocks-block,
    #projecten .text-blocks-block:nth-child(2),
    #projecten .text-blocks-block:nth-child(4),
    #projecten .text-blocks-block:nth-child(5) {
        width: 100%;
    }

    #diensten .text-blocks-block:first-child {
        width: 100%;
    }

    #producten .text-blocks-block:first-child {
        width: 100%;
    }
    #projecten .text-blocks-block:first-child {
        width: 100%;
    }

    footer #custom_html-2 {
        display: flex;
        justify-content: center;
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 1.4rem;
        text-align: center;
    }
    h3 {
        font-size: 1.2rem;
    }
    .rw-page-opener .page-opener-slider-slide-text p {
        font-size: 1rem;
        flex-direction: column;
        display: inline-block;
    }

    .rw-page-opener .page-opener-slider-slide-text .boostu-btn {
        font-size: 0.8rem;
    }

    .rw-image-text .image-text-center p {
        font-size: 1rem;
    }

    footer .wpbf-widget-footer .wpbf-grid-medium-1-3 .wpbf-footer-widget-3 {
        display: flex;
        justify-content: center;
        padding: 0;
        margin-top: 30px;
    }

    footer .wpbf-widget-footer .wpbf-grid-medium-1-3 .wpbf-footer-widget-1 {
        padding: 0;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    footer .wpbf-grid>* {
        padding-left: 0;
    }

    footer .wpbf-widget-footer .wpbf-grid-medium-1-3 .wpbf-footer-widget-2 .widget_text .textwidget {
        margin-left: 0;
    }
    footer #media_image-2 {
        width: 200px;
    }
    footer .wpbf-footer-widget {
        justify-content: center;
        width: 100%;
        display: flex;
    }
}

@media only screen and (max-width: 480px) {
    #diensten .text-blocks-block {
        width: 100%;
    }

}