﻿
.bg-wit-beige {
    background: linear-gradient( to bottom, white 30%, #EBEBE7 30% /* your gray color */
    );
}

.img-radius {
    border-top-right-radius:40px;
}



/* Set a fixed height for the title container */
.title-wrap {
    min-height: 90px; /* adjust until all titles align like in your example */
    display: flex;
    align-items: flex-end; /* bottom-align text */
}

    /* Keep title readable inside the fixed block */
    .title-wrap h2 {
        margin: 0;
        line-height: 1.1;
    }

/* Image starts at same height everywhere */
.swiper-slide img {
    margin-top: 10px;
}

.review-box {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #7a888f;
    border-radius: 12px;
    color: white;
}

.review-row {
    display: flex;
    justify-content: space-between;
    align-items: center; /* ensures vertical alignment */
    padding: 6px 0;
    color: #fff;
}

/* STAR CONTAINER */
.star-row {
    display: flex;
    gap: 4px; /* spacing between stars */
}

/* EACH STAR IS FIXED WIDTH → PERFECT ALIGNMENT */
.star {
    width: 18px; /* must match design */
    text-align: center;
    font-size: 18px;
    display: inline-block;
}

    /* COLORS */
    .star.filled {
        color: #ff009f; /* your pink */
    }

    .star.empty {
        color: #fff; /* gray like screenshot */
    }


/* Desktop */
@media (min-width: 900px) {

    /* Algemene stijl */
    html {
        font-size: 20px;
        color: #0F0519;
    }

    .only-mobile {
        display: none;
    }

    h1 {
        font-family: 'Bungee', Arial;
        font-size: 2.5rem;
    }

    h2 {
        font-family: 'Bungee', Arial;
        font-size: 2.0rem;
    }

    h3 {
        font-family: 'Bebas Neue', Arial;
        font-size: 1.8rem;
    }



    h2 {
        font-weight: bold;
    }

    body {
        font-family: "bebas Neue", Arial, sans-serif;
    }

    .half-purple {
        background: linear-gradient(to bottom, white 30%, #DBDDF1 30%);
    }

    .half-beige {
        background: linear-gradient(to bottom, white 25%, #ebebe7 25%);
    }


    .fa.fa-circle-arrow-down {
        vertical-align: middle;
        font-size: 1em !important;
    }

    .header-image {
        display: block;
    }

    .mailbox-mobile {
        padding: 0;
    }

    #news img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    #page-news img {
        max-width: 100%;
    }

    /* Remove Swiper style and force larger button size */
    .swiper-button-prev,
    .swiper-button-next {
        all: unset;
        width: 80px !important; /* Increase here */
        height: 80px !important; /* Increase here */
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        /* Make the image fill the entire button */
        .swiper-button-prev::after,
        .swiper-button-next::after {
            content: "" !important;
            width: 100% !important; /* Fill the 80x80 button */
            height: 100% !important;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        /* Your images */
        .swiper-button-prev::after {
            background-image: url("/img/arrow-left.svg");
        }

        .swiper-button-next::after {
            background-image: url("/img/arrow-right.svg");
        }

    .col-logistics {
        position: relative;
        margin-top: -60px;
        margin-bottom: -120px;
    }

    .text-black {
        color: #0E0719;
    }

    footer .fab:hover {
        color: #fff !important;
    }

    footer .fa-envelope:hover {
        color: #fff !important;
    }

    div.text-white.font-small {
        display: block;
    }

    .font-small {
        font-size:1.2rem;
        line-height:1.4rem !important;
    }

    .font-small a {
        font-size: 1.0em !important;
        font-weight: normal;
        text-decoration: none;
    }

    .text-white {
        color: #FFF;
    }

    .desktop {
        padding: 100px 0 100px 0;
    }

    .desktop-blank {
        padding: 100px 0 100px 0;
    }

    .desktop-vv {
        padding: 40px 0 40px 0;
    }

    .desktop-lr {
        padding: 50px 0 50px 0;
    }

    .desktop-vac-top {
        padding: 100px 0 40px 0;
    }

    .desktop-vac {
        padding: 40px 0 0 0;
    }

    .padding-left-80 {
        padding-left: 80px;
    }

    .padding-right-80 {
        padding-right: 80px;
    }

    .desktop-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 2rem 1rem 2rem 1rem;
    }

    .logo {
        width: 250px;
    }

    #home-service .btn {
        max-width: 300px;
        padding: 0.1rem 1.0rem;
        margin-bottom: 10px;
    }

    main {
        padding: 2rem;
    }

    .navbar-brand {
        margin-left: 0px;
    }


    #hamburgerToggle {
        display: none;
    }

    /* The navbar must always be 100% wide */
    .navbar {
        width: 100%;
        background: transparent;
        transition: background-color 0.3s ease;
    }

        /* Scrolled state */
        .navbar.scrolled {
            background: #0E0719 !important;
            opacity: 0.9 !important;
        }

        /* Limit and center ONLY the inner content */
        .navbar .container-fluid {
            max-width: 2560px; /* whatever width you want */
            margin: 0 auto; /* centering */
            padding-left: 2rem;
            padding-right: 2rem;
        }


    .nav-link {
        /*font-size: clamp(1rem, 1vw, 1.2rem);*/
        font-size: 0.9rem;
    }

    

    .navbar-nav .nav-item:last-child .nav-link {
        background: #e60096; /* magenta background */
        color: #fff;
        border-radius: 999px;
        font-weight: 700;
        padding: 2px 20px;
        transition: all 0.25s ease;
    }

        .navbar-nav .nav-item:last-child .nav-link:hover {
            box-shadow: 0 0 0 2px #fff;
        }

    .submenu {
        position: absolute;
        margin-top:4px;
        background-color: #0F0519;
        width: 200px;
        padding: 20px 10px 20px 10px;
        box-shadow: rgba(35, 63, 75, 0.15) 0px 3px 3px 0px;
        border-radius:10px;
    }

    header {
        min-height: 125vh;
        padding: 0 80px 0 80px;
    }

        header a {
            text-decoration:none;
        }

        /*header h1 {
            margin-left:-16px;
        }

        header h2 {
            margin-left: -16px;
        }

        header h3 {
            margin-left: -16px;
        }
        header h4 {
            margin-left: -16px;
        }
        header h5 {
            margin-left: -16px;
        }*/

    .header-content {
        padding-bottom: 20px;
        justify-content: flex-end;
    }

    .header-image {
        position: relative;
        margin-top: -320px;
        margin-left: 0;
        width: 100%;
        transform: translateY(120px);
        border-top-right-radius: 40px;
    }

    .blank-page-col-2 {
        padding:40px;
    }

    .desktop-blank a {
        text-decoration:none;
    }

    
    /* Make the header area allow overhangs */
    header.bg-black {
        position: relative;
        overflow: visible; /* image can extend below the header */
    }

    /* Homepage only (recommended) */
    /*.home #home-service {
        position: relative;
    }

    #home-service .home-service-inner {
        position: absolute;
        color: #fff;
        top: 300px;  
        left: 0;
        right: 0;
        padding: 0 140px 0 140px !important;
        z-index: 10;
    }*/

    /*Keep your container alignment */
       /* #home-service .container-fluid.custom-wide {
            position: relative;
        }


        #home-service h2 span {
            color: #fff !important;
        }*/

    .swiperAssortiment {
        max-width: 100%;
        margin: 0 auto;
    }

    .swiperTeamSchijndel, .swiperTeamOss, .swiperTeamTilburg, .swiperTeamWandstyling {
        max-width: 1600px;
        margin: 0 auto;
    }

    .swiper-slide {
        width: 25% !important; /* 5 slides across */
    }

    .usp-title {
        display: inline-block;
    }

    .usp-sub {
        display: inline-block;
    }

    #page-faq h1 {
        
    }

    .Faq-block {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; /* push everything to bottom */
        padding-bottom: 60px;
    }

    footer {
        background: url("/img/kringel.png") no-repeat right top;
        background-size: contain;
        background-color: #0F0519;
    }



        footer h2 {
            margin-top: 0;
            font-size: 1em;
            font-family: Bungee;
        }

    .footer-link {
        margin-right: 20px;
    }

    footer .fab {
        margin-right: 20px;
    }

    .flyer-block {
        min-height: 100vh; /* full viewport height */
        display: flex;
        flex-direction: column; /* stack vertically */
        padding-top: 40px;
    }

    .footer-socials {
        display: flex;
        flex-direction: column; /* onder elkaar */
        gap: 10px; /* afstand tussen icoontjes */
        align-items: center; /* eventueel centreren */
    }

        .footer-socials a {
            display: inline-block;
            text-decoration: none;
        }

    #page-locatie img {
        max-width: 100%;
    }

    #page-advantages img {
        max-width: 100%;
    }

    .service-col {
        padding:0 40px 0 40px;
        border-right:1px solid #EBEBE7;
    }

    .service-col:last-child {
        border-right: none;
    }

}

/* Large Desktop */
@media (min-width: 1600px) {


    html {
        font-size: 20px;
        color: #0F0519;
    }

    .desktop-vv {
        padding: 120px 0 40px 0;
    }

        .desktop-vv .col-4 {
            padding: 40px;
            background-color: #ebebe7;
        }

        .desktop-vv .col-5 {
           
        }

        .desktop-vv .col-6 {
          
           
        }


    .half-purple {
        background: linear-gradient(to bottom, white 36%, #DBDDF1 36%);
    }


    .half-beige {
        background: linear-gradient(to bottom, white 30%, #ebebe7 30%);
    }


    .col-logistics {
        position: relative;
        margin-top: -60px;
        margin-bottom: -120px;
    }

    .col-logistics:last-child {
        border-top-right-radius:40px;
    }

    #page-logistics ~ #page-gallery.half-purple {
        background: #0F0519 !important;
    }

    header {
        min-height: 100vh;
        padding: 0 80px 0 80px;
    }

    .header-content {
        padding-bottom: 100px;
        justify-content: flex-end; /* align bottom */
    }



    .header-image {
        position: relative;
        margin-top: -200px;
        margin-left: 0;
        width: 100%;
        transform: translateY(160px);
        border-top-right-radius: 40px;
    }

    .navbar-nav {
        padding-right: 100px;
    }

    .navbar-brand {
        margin-left: 160px;
    }
    .nav-link {
        font-size: clamp(1rem, 1vw, 1.2rem);
        
    }
    
}


/* 4k Desktop */
@media (min-width: 2500px) {
    .desktop-blank {
        padding: 100px 0 100px 0;
    }

}