/* bootstrap
   xs<576px - sm≥576px - md≥768px - lg≥992px - xl≥1200px - xxl≥1400px
 */

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poetsen One";
    src: url("../font/PoetsenOne-Regular.ttf") format("truetype");
}


:root {
  --body-bg-color: #000;
  --main-bg-color: #F5F5F5;
  --main-fg-color: #000000;
  --main-nav-color: #F5F5F5;
  --main-txt-color: #214060;
  --footer-bg-color: #005479;
  --footer-fg-color: #FFFFFF;
  --footer-border-color: #5f9eb9;
  --intro-bg-color: #005479;
  --intro-fg-color: #FFFFFF;
  --h2-fg-color: #FF7F27;
  --h2-span-fg-color: #00A8F3;
  --h4-fg-color: #FF7F27;
  --intro-highlight-fg-color: #FF7F27;
  --intro-highlight-2nd-fg-color: #00A8F3;
  --btn-highlight-bg-color: #FF7F27;
  --btn-highlight-fg-color: #FFFFFF;
  --btn-highlight-hover-bg-color: #0029F4;
  --btn-highlight-hover-fg-color: #FFFFFF;
  --btn-whatsapp-bg-color: #00B050;
  --btn-whatsapp-fg-color: #FFF;
  --actie-header-bg-color: #9F5F2E;
  --actie-header-border-color: #FB8928;
  --cross-fg-color: #d50000;
  --check-fg-color: #00c853;
  --tarief-border-top-bg-color: #00A8F3;
  --tarief-name-bg-color: #d7f0ff;
  --tarief-highlight-bg-color: #0291d1;
  --tarief-tussen-border-color: #e6eef7;
  --font-family: "Poppins", sans-serif;
  --font-main-size: 1.15rem;
  --home-font-family: "Poppins", sans-serif;
  --poetsen-one-font: "Poetsen One", "Open Sans", Arial, sans-serif;
  --bs-body-font-family: "Poppins", sans-serif;
  --navbar-font-family: "Poetsen One", "Open Sans", Arial, sans-serif;
}

.text-orange {
  color: var(--main-txt-color) !important;
}


.visually-hidden-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 1rem 0;
  padding: .5rem 1rem;
  background: #ffc107;
  color: #000;
  z-index: 1000;
  text-decoration: underline;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.logo-img {
    max-height: 85px;
    width: auto;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  background-color: var(--main-bg-color);
}
.main {
  background-color: var(--main-bg-color);
  color: var(--main-fg-color);
  font-family: var(--home-font-family), serif;
  font-size: var(--font-main-size);
  line-height: 30px;
  margin-bottom: 60px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: var(--home-font-family), serif;
}
h1 {
    font-size: 2.5rem;
    font-weight: 700;
}
h2 {
  font-size: 2rem;
  font-weight: 700;
}

h3 {
    font-size: 1.75rem;
}

.centre-text {
    text-align: center;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.navbar {
    font-family: var(--navbar-font-family), serif;
    
}
.navbar-custom {
  background-color: var(--main-nav-color);
  text-transform: uppercase;
  font-weight: 700;
}

.btn-highlight {
  background-color: var(--btn-highlight-bg-color);
  color: var(--btn-highlight-fg-color);
  border: none;
  font-weight: 600;
}

.btn-highlight:hover {
    background-color: var(--btn-highlight-hover-bg-color);
    color: var(--btn-highlight-hover-fg-color);
    border: none;
}

.list-unstyled > li {
  padding-bottom: 0.5rem;
}

/* price-strikethrough - sales - start */
.price-strikethrough {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 1.3rem;
}

.price-strikethrough::after {
    content: '';
    position: absolute;
    top: 65%;
    left: -20%;
    width: 140%;
    height: 3px;
    background: var(--intro-highlight-fg-color);
    transform: rotate(-20deg);
    transform-origin: left center;
}
/* price-strikethrough - sales - end */

/* footer - start */
.footer {
    font-family: var(--home-font-family), serif;
    font-size: var(--font-main-size);
    background-color: var(--intro-bg-color);
    color: var(--intro-fg-color);
    line-height: 45px;
    text-align: center;

    .footer-top {
        padding-top: 4rem;
        padding-bottom: 1rem;
    }

    .section-footer {
        padding-bottom: 2rem;
    }
    h4 {
        color: var(--h4-fg-color);
       padding-bottom: 1rem; 
    }
    .footer-main {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .footer-bottom {
        border-top: 1px solid var(--footer-border-color);
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: center;
        line-height: 25px;
        
        .nav-link {
            display: inline-block;
            text-decoration: underline; 
        }
        .footer-footer {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4px;
            text-align: center;
        }

        .footer-footer span::after,
        .footer-footer a::after {
            content: "";
        }
    }

    ul {
        list-style: none;
        padding-left: 0;

        li.btn {
            margin-left: -25px;
        }
    }

}

@media (min-width: 576px) {
    .footer {
        text-align: start;

        .footer-top {
            padding: 4rem 2rem 1rem;
        }
        
        .footer-main {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 2rem;
        }
    }
}

@media (min-width: 768px) {
    .footer {
        .footer-bottom {
            .footer-footer {
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
                gap: 8px;
            }

            .footer-footer span::after,
            .footer-footer a::after {
                content: " -";
            }

            .footer-footer span:last-of-type::after,
            .footer-footer a:last-of-type::after {
                content: "";
            }
        }
    }
}
/* footer - end */

section .container,
footer .container{
    padding-left: 20px;
    padding-right: 20px;
}

/* 2 column layout on wide screen and 1 on small screen - start*/

/* Mobile-first: één kolom */
.two-col-wide-screen {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    margin: 60px 0;

    img {
        height: auto;
        display: block;
        border-radius: 8px;
    }
}

/* Brede schermen: twee kolommen met grid */
@media (min-width: 768px) {
    .two-col-wide-screen {
        display: grid;
        grid-template-columns: 1fr 1fr; /* exact 50% / 50% */
        gap: 5rem;
        align-items: stretch;
        margin-bottom: 90px;

        .col-one {
            align-self: flex-start;
        }

        & > .col-one {
            grid-area: text;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        & > .col-two {
            grid-area: image;
            display: flex;
        }

        & > .col-two img {
            max-width: 300px;
            margin-left: auto;
            max-height: 400px;
            object-fit: cover;
        }

        /* Om-en-om wisselen van volgorde */
        &:nth-of-type(odd) {
            grid-template-areas: "text image";
        }

        &:nth-of-type(even) {
            grid-template-areas: "image text";
            text-align: right;

            img {
                margin-left: 0;
            }
        }
    }
}

@media (min-width: 1200px) {
    .two-col-wide-screen {
        display: grid;
        grid-template-columns: 1fr 1fr; /* exact 50% / 50% */
        gap: 10rem;
    }
}

/* 2 column layout on wide screen and 1 on small screen - end*/

.main-container {
  padding: 0;
}

.text-highlight {
  color: var(--intro-highlight-fg-color);
}

.text-highlight-2nd {
    color: var(--intro-highlight-2nd-fg-color);
}

.home-intro {
    /*background-image: url("../images/flowdrive-home.png");*/
    /*!*background-size: 100% 100%;*!*/
    /*!*background-repeat: no-repeat;*!*/
    /*background-position: left center;*/
    /*background-blend-mode: overlay;*/
    /*height: 575px;*/
    /*position: relative;*/
    /*margin-top: -125px;*/
    /*border: 2px solid red;*/
    /*!*z-index: 2000;*!*/
}
.section.intro {
    background-color: var(--intro-bg-color);
    color: var(--intro-fg-color);
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.section.intro {
  h1 {
    padding-bottom: 20px;
  }
  .lead {
    padding-bottom: 5px;
  }
}

.intro-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;

    .actie-header {
        background-color: var(--actie-header-bg-color);
        border: 2px solid var(--actie-header-border-color);
        padding: 1rem;
        text-align: center;
        font-weight: bold;
    }
    .actie-img {
        margin: 0 auto;
        width: 175px;
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

}
@media (min-width: 768px) {
    .intro-main {
        .actie-header {
            padding-left: 25px;
            padding-right: 25px;
            margin-top: -60px;
        }
        .actie-img {
            padding-top: 2rem;
            padding-bottom: 3rem;
        }
    }
}

header {
  padding-bottom: 110px;
}

.section {
    padding-bottom: 60px;

    h2 {
        padding-bottom: 25px;
        color: var(--h2-fg-color);
        text-transform: uppercase;
    }

    h2 span {
        color: var(--h2-span-fg-color);
        display: block;
    }

    .h2-color {
        color: var(--h2-fg-color);
        font-weight: 700;
    }

    .h2-span-color {
        color: var(--h2-span-fg-color);
        font-weight: 700;
    }
}

.section.smaller {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 576px) {
    .section.smaller{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 576px) {
  header {
    padding-bottom: 79px;
  }
}
@media (min-width: 768px) {
    header {
        padding-bottom: 105px;
    }

    .section.intro {
        padding-top: 80px;
        padding-bottom: 80px;

        h1 {
            padding-bottom: 40px;
        }

        .lead {
            padding-bottom: 20px;
        }
    }
}

@media (min-width: 992px) {
    header {
        padding-bottom: 112px;
    }

    .section.intro {
        padding-top: 150px;
        padding-bottom: 150px;

        .intro-body {
            max-width: 350px;
        }

    }
}

@media (min-width: 1200px) {
    .section.intro {
        padding-top: 150px;
        padding-bottom: 150px;

        .intro-body {
            max-width: 475px;
        }
    }
    .section.xsmall .container {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .main .container {
        max-width: 1200px;
    }
}

/* section proefles-tile - start */
.usp-body {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .usp-body {
        grid-template-columns: 1fr 1fr;
        gap: 10rem;
        align-items: start;
    }
}

.proefles-tile {
    padding: 1rem;
    
    .proefles-form {
        text-align: left;

        .form-label {
            margin-bottom: 0;
            margin-left: 2px;
        }
    }
    
}

@media (min-width: 768px) {
    .proefles-tile {
        /*padding: 1rem;*/
        margin-top: -130px;
        border: 4px solid var(--btn-highlight-bg-color);
        border-radius: 0.375rem;
        padding: 3rem;
    }
}
@media (min-width: 992px) {
    .proefles-tile {
        margin-top: -200px;
    }
}

@media (min-width: 1200px) {
    .proefles-tile {
        max-width: 600px;
    }
}

.usp-col {
}

.proefles-2by2 {
    display: grid;
    grid-template-columns: 1.3fr 1fr; /* 2/3 vs 1/3 widths */
    gap: 10rem;
    
    h3 {
        margin-top: 40px;
    }
    .d {
        padding-top: 70px;
    }
}

.col-left,
.col-right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.box {
}

@media (min-width: 1200px) {
    .proefles-2by2 {
        .d {
            padding-top: 70px;
            margin: 30px;
        }
    }    
}

@media (max-width: 768px) {
    .proefles-2by2 {
        display: flex;
        flex-direction: column;

        .a {
            order: 1;
        }

        .c {
            order: 2;
        }

        .d {
            order: 3;
        }

        .b {
            order: 4;
        }

        /* Remove internal column gaps for mobile */

        .col-left,
        .col-right {
            display: contents; /* flatten children for flex ordering */
        }
    }
}

/* section proefles - end */

/* section kwaliteit - start */
.review-body {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
    gap: 1rem;
}

.review-item {
    border: 3px solid var(--btn-highlight-bg-color);
    padding: 2rem 0.5rem;
    border-radius: 8px;
    text-align: center;

    .review-icon {
        margin-bottom: 2rem;

        &.review-check {
            font-size: 40px;
            color: #00B050;
        }

        &.review-star {
            font-size: 75px;
            color: #FFB801;
        }

        &.review-thumbs-up {
            font-size: 40px;
            color: #FFB801;
        }
    }

    .review-mark {
        font-size: 2.3rem;
        font-weight: 500;
    }

    .review-name {
        font-size: 1.5rem;
        margin-top: 2rem;
    }
}

@media (min-width: 768px) {
    .review-body {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        max-width: none;
    }

    .review-item {
        padding: 0.5rem;
        min-width: 150px;
        max-width: 280px;

        .review-icon {
            margin-bottom: 2rem;

            &.review-check {
                font-size: 40px;
            }

            &.review-star {
                font-size: 75px;
            }

            &.review-thumbs-up {
                font-size: 40px;
            }
        }

        .review-mark {
            padding: 1rem;
            font-weight: 500;
        }

        .review-name {
            font-size: 1.5rem;
            margin-top: 2rem;
        }
    }    
}

@media (min-width: 768px) {
  .review-body {
    justify-content: space-around;
  }
  .review-item {
    padding: 1.5rem;
    min-width: 200px;
    max-width: 280px;
  }

  .review-main {
    flex: 1.15;
    padding: 2.5rem;
  }
}
/* section kwaliteit - end */

/* section regio - start */

.pre-icon{
    display: inline-block;
    width: 25px;
}

/* section regio - end */

/* section wall-of-fame - start */

.gallery{
    display: grid;
    justify-items: center;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .gallery {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
    }
}

/* section wall-of-fame - end */

/* section app - start */
img.flowdrive-app{
    max-width: 300px;
}

.section.app {
    .app-body {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 1rem;
    }
}

@media (min-width: 768px) {
    .section.app {
        .app-body {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
            
            .app-logo {
                margin-top: 0;
                img {
                    display: inline-block;
                }
            }
            .app-pitch {
                margin-top: -300px;
                text-align: left;
            }
        }
    }
}

/* section app - end */

/* section tarieven / pakketten - start */
.pricing-table {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: center;
    width: 100%;
    margin: 0 auto;


    .plan {
        background: white;
        border-radius: 8px;
        box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1);
        text-align: center;
        overflow: hidden;
        border-top: 6px solid var(--tarief-border-top-bg-color);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .plan:hover {
        transform: scale(1.03);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }

    .plan-name {
        font-family: var(--home-font-family), serif;
        font-size: 1.5rem;
        font-weight: 700;
        text-transform: uppercase;
        background: var(--tarief-name-bg-color);
        color: var(--h2-fg-color);
        margin: 0;
        padding: 20px 0 20px;
    }

    .plan-name span {
        color: var(--h2-span-fg-color);
        display: block;
    }

    .plan ul {
        list-style: none;
        padding: 20px;
        margin: 0;
        text-align: left;
        font-size: 0.95rem;
        flex-grow: 1;
    }

    .plan ul li {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        border-bottom: 1px solid var(--tarief-tussen-border-color);
    }

    .check {
        color: var(--check-fg-color);
        font-weight: bold;
    }

    .cross {
        color: var(--cross-fg-color);
        font-weight: bold;
    }

    .value {
        font-weight: 600;
    }

    .price {
        background: var(--btn-highlight-bg-color);
        color: var(--btn-highlight-fg-color);
        font-size: 1.2rem;
        padding: 12px 0;
        font-weight: bold;
        border-radius: 6px;
        margin: 20px auto;
        width: 80%;
    }

    .highlighted {
        border-top-color: var(--tarief-highlight-bg-color);
    }
}

@media (min-width: 992px) {
    .pricing-table {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.pakket-omschrijving {
    display:grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

/* section tarieven / pakketten - end */

/* section neem-contact-bij-vragen - start */

.section.neem-contact {
    background-color: var(--intro-bg-color);
    color: var(--intro-fg-color);
    padding: 20px;
    margin-bottom: 60px;
}

.neem-contact-bij-vragen {
    font-size: 1.75rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;

    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;

    .btn-whatsapp {
        background-color: var(--btn-whatsapp-bg-color);
        color: var(--btn-whatsapp-fg-color);
    }
    
    .btn-lg {
        width: 150px;
    }
}

@media (min-width: 576px) {
    .neem-contact-bij-vragen {
        text-align: start;
        
        display: grid;
        grid-template-columns: 1.7fr 1fr 1fr;
        gap: 2rem;

        .btn-lg {
            width: 100%;
        }
        
    }
}
/* section neem-contact-bij-vragen - end */

/* section google-reviews - start */

.section.google-reviews {
    background-color: var(--intro-bg-color);
    padding: 20px;
    margin-bottom: 40px;
}

.google-reviews-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.google-reviews-card {
    border-radius: 4%;
    box-shadow: 5px 10px rgba(0,0,0,0.3);
}

@media (min-width: 992px) {
    .google-reviews-grid {
        grid-template-columns: repeat(3, minmax(300px, 450px)); /* 3 columns */
        gap: 1.5rem;
        justify-content: center;
    }

    .grid-wrapper {
        padding-bottom: 2rem;
    }
}

.google-reviews-card {
    border-radius: 4%;
    box-shadow: 5px 10px rgba(0,0,0,0.3);
}

.google-reviews-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
}

.google-reviews-avatar .avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.google-reviews-avatar .avatar-initial {
    text-transform: uppercase;
}

.google-reviews-title {
    font-weight: 600;
}

.google-reviews-star {
    color: #FFB801; 
}

.google-reviews-url {
    color: var(--main-txt-color);
    font-weight: 600;
}

/* section google-reviews - end */

/* section google-reviews - start */

.section.google-reviews {
    background-color: var(--intro-bg-color);
    padding: 20px;
    margin-bottom: 40px;
}

.google-reviews-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.google-reviews-card {
    border-radius: 4%;
    box-shadow: 5px 10px rgba(0,0,0,0.3);
}

@media (min-width: 992px) {
    .google-reviews-grid {
        grid-template-columns: repeat(3, minmax(300px, 450px)); /* 3 columns */
        gap: 1.5rem;
        justify-content: center;
    }

    .grid-wrapper {
        padding-bottom: 2rem;
    }
}

.google-reviews-card {
    border-radius: 4%;
    box-shadow: 5px 10px rgba(0,0,0,0.3);
}

.google-reviews-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
}

.google-reviews-avatar .avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.google-reviews-avatar .avatar-initial {
    text-transform: uppercase;
}

.google-reviews-title {
    font-weight: 600;
}

.google-reviews-star {
    color: #FFB801; 
}

.google-reviews-url {
    color: var(--main-txt-color);
    font-weight: 600;
}

/* section google-reviews - end */

/* section rijles-stad - start */
.rijles-routes {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px 1rem;
}
@media (min-width: 768px) {
    .rijles-stad .two-col-wide-screen {
        display: grid;
        grid-template-columns: 2fr 1fr; /* exact 50% / 50% */
    }
}
.rijles-stad .two-col-wide-screen {
    padding-bottom: 30px;
    margin-bottom: 0;
}

/* section rijles-stad - end */

/* slider - start */
.swiper-slide img {
    border-radius: 10px;
}
/* slider - end */