@charset "utf-8";

a,
input,
button,
textarea {
    outline: none !important;
}

article section {
    padding: 1.25rem 2rem;
    border-radius: 1.5rem;
}

main > .container {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
}

/*========== Common Style Start ==========*/

.bg-orange shadowed-circle {
    background-color: white;
}

.orange_title {
    font-family: 'Titillium Web';
    color: #f8991d;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
    .orange_title p {
        margin: 0;
    }

.main_title {
    font-family: 'Titillium Web';
    color: #000;
    margin-bottom: 14px;
    letter-spacing: -0.3px;
}


.button-with-logo-container {
    display: inline-flex;
    gap: 4px;
}
.btn {
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #fff;

    padding: 15px 15px;

    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    box-shadow: none !important;
}
    .btn.btn-transparent,
    .btn.btn-transparent:visited {
        border: 2px solid #fff;
        color: white;

        padding: 15px 15px;
    }

    .btn.btn-transparent:hover {
            color: #23ace3;
            background-color: #fff;
        }
    .btn.btn-green {
        color: white !important;
        background-color: #94ca52;
        padding: 17px 27px 17px 26px;
    }
    .btn.btn-orange {
        color: white !important;
        background-color: #f8991d;
        padding: 17px 27px 17px 26px;
    }
        .btn.btn-orange:active:focus {
            background-color: #94ca52;
        }
@media (any-hover: hover) {
    .btn.btn-orange:hover {
        background-color: #94ca52;
    }
}

.small_text {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
}

.common_detail {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
}

    .common_detail p {
        font-size: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        margin: 0;
    }

ul {
    padding-left: 0;
    margin-bottom: 0;
}

    ul li, ol li {
        font-size: 18px;
        line-height: 20.312px;
    }

.carousel li {
    display: flex;
    justify-content: center;
}

shadowed-circle {
    display: flex;
    height: 100px;
    width: 100px;
    box-shadow: 0px 4px 4px rgba(0,0,0,.3);
    box-shadow: 0px 3px 8px 0px #8a8888;
    margin-top: 2px;
    margin-bottom: 8px;
    border-radius: 50%;
    padding: 10px;
    overflow: hidden;
    justify-content: center;
}
    shadowed-circle img {
        object-fit: scale-down;
        max-width: 100%;
    }
.small-logo {
    width: 50px;
    height: 50px;
}

/*========== Common Style End ==========*/

/*========== Form Section Start ==========*/
form.container {
    padding: 0;
}
.form-control {
    color: #212529;
    background-color: #fff;
    border-color: #00b0f0;
    border-width: 2px;
    outline: 0;
}
    .form-control:focus {
        color: #212529;
        background-color: #fff;
        border-color: #00b0f0;
        outline: 0;
        box-shadow: 0 0 1rem 0.25rem #9ad8ef;
        box-shadow: 0 0 1rem 0.25rem rgba(0, 176, 240, 0.25);
    }

    .form-control.reversed-colors {
        background-color: #00b0f0;
        color: #ffffff;
    }

    .download_section div.choices__inner:has(.form-control.error),
    .top-banner div.choices:has(.form-control.error) {
        border-color: #F01849;
        border-width: 2px;
    }
    .form-control.error {
        border-color: #F01849;
        border-width: 2px;
    }

    .form-control.error:focus {
        box-shadow: 0 0 1rem 0.25rem #f5acbd;
        box-shadow: 0 0 1rem 0.25rem rgba(240, 24, 73, 0.25);
    }

/* Top Banner */
.top-banner {
    position: relative;
    /* background-color: #00b0f0; */
    color: white;
}
    .top-banner .banner_content {
        padding: 3rem 0 4rem 0;
    }
    .top-banner .main_title, .banner_content .small_text {
        color: inherit;
    }
        .top-banner .main_title h1 {
            font-size: 2.25rem;
            font-weight: bold;
            line-height: 2.4rem;
        }
    .top-banner .btn {
        width: 265px;
    }
    .top-banner .form-sent-container {
        display: none;
    }
        .top-banner .form-sent-container.visible {
            display: inline-flex;
            margin-top: 96px;
        }

    .top-banner .banner_bg {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        overflow: hidden
    }
        .top-banner .banner_bg img {
            /* width: 100%; */
            height: 100%;
            vertical-align: top;
        }
        .top-banner .banner_bg .banner-img {
            height: 115%; /* To make lady slightly bigger */
        }
    .top-banner .contact_buddy {
        position: absolute;
        right: 0;
        top: 50%;
        transform: rotate(-90deg);
        transform-origin: 60% -25%;
        font-size: 1.1rem;
        font-weight: bold;
        background-color: white;
        padding: 0.5rem 1rem;
        border-radius: 10px 10px 0 0;
        color: #00b0f0;
    }
        .top-banner .contact_buddy .whatsapp {
            transform: rotate(90deg);
            color: #1a9d10;
            width: 1.5rem;
            margin-top: -3px;
            margin-right: 2px;
        }
    .top-banner .how-it-works {
        position: absolute;
        bottom: 0;
        right: 0;
        line-height: 1rem;
        font-weight: bold;
        color: white;
    }
        .top-banner .how-it-works svg {
            width: 2rem;
            transform: scaleY(-1);
        }

    .top-banner .choices {
        text-align: inherit;
        color: #212529;
        font-size: 1rem;
        border: 2px solid #00b0f0;
        border-radius: 4px;
        font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    }

    .top-banner .choices__list--single {
        padding: 0px 0px 0px 0px;
    }

    .top-banner .choices__inner {
        min-height: inherit;
        border: none;
        /* border-color: #00b0f0; */
        /* border-radius: 4px; */
        font-size: 1rem;
        line-height: 1.4rem;
    }
    .top-banner .choices__placeholder {
        color: #6c757d;
        opacity: 1;
    }
    
.download_section .common_form .form-control {
    border-color: #0093c9;
}

.download_section .choices {
    color: #212529;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    height: inherit;
    border: 2px solid #0093c9;
    border-radius: 4px;
}

    .download_section .choices__item {
        padding: 0px 0px 0px 0px;
    }

    .download_section .choices__inner {
        min-height: inherit;
        font-size: 1rem;
        line-height: 1.3rem;
        border: none;
    }

    .download_section .choices__placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .download_section .choices__list--single {
        width: 100%;
        padding: 0px 0px 0px 4px;
        margin: auto;
        vertical-align: middle;
        font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    }

    .choices .choices__list--dropdown, .choices .choices__list[aria-expanded] {
        width: 250px;
        z-index: 10;
    }
/* Top Banner End */
.unknown-error-block {
    display: none;
}
    .unknown-error-block.error {
        display: block;
        color: #F01849;
    }

/*========== Form Section End ==========*/
/*========== Features Start ==========*/
.feature_block {
    padding: 23px 27px;
    height: 100%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    position: relative;
    z-index: 1;
    color: #fff;
}

    .feature_block h4 {
        font-size: 18px;
        line-height: 20px;
        color: white;
        margin-bottom: 27px;
        max-width: 180px;
    }

    .feature_block img {
        position: absolute;
        right: 20px;
        top: 48px;
    }

    .feature_block .common_detail p {
        padding-bottom: 14px;
    }

    .feature_section [class*=col-] {
        padding: 0 37px;
    }

    .feature_section .row {
        margin: 0 -37px;
    }
/*========== Features End ==========*/

/*========== About Start ==========*/
.about_img img {
    width: 100%;
}

ul.check li {
    list-style-type: none;
    position: relative;
    padding-left: 21px;
}

    ul.check li::after {
        content: "";
        background-image: url("../images/signup-page/about_checked.svg");
        background-repeat: no-repeat;
        background-size: 11px;
        position: absolute;
        left: 0;
        top: 5px;
        width: 11px;
        height: 11px;
    }
/*========== About End ==========*/

/*========== Benefits Start ==========*/
.benefits_wrp ol li {
    padding-left: 0.5rem;
}
/*========== Benefits End ==========*/

/* Statistics */
.statistics .row {
    margin: 0px -17px;
}

.statistics [class*="col-"] {
    padding: 0px 17px;
}

.statistics .card {
    height: 100%;
    padding: 15px;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
    .statistics .card img {
        height: 5rem;
        object-fit: scale-down;
    }
    .statistics .card .card-title {
        font-size: 54px;
        line-height: 58px;
        color: #ffffff;
        display: inline-block;
        font-family: 'Titillium Web';
    }
    .statistics .card .card-text {
        color: #ffffff;
        font-family: 'Titillium Web';
        font-weight: bold;
        font-size: 18px;
        line-height: 20px;
    }
/* Statistics end */

/*========== Download App Start ==========*/
.download_section {
    height: 430px;
    padding: 29px 25px 15px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    position: relative;
}

    .download_section h2 {
        color: #1f295c;
        margin-bottom: .5rem
    }

.video_content .small_text {
    margin-bottom: 17px;
}

.video-img {
    position: relative;
}

.video_block {
    position: absolute;
    left: -50px;
    top: -40px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.video_block a {
    display: block;
}

.video_content .main_title {
    color: #fff;
}

.video_content .small_text {
    color: #fff;
}

/*========== Download App End ==========*/

/*========== Contact Buddy Start ==========*/
.contact_buddy .banner_btn .btn {
    margin-right: 0.5rem;
}

.contact_buddy .banner_img {
    background-color: #23ace3;
    border-radius: 50%;
    padding: 40px 49px 0px 90px;
}

.contact_buddy .banner_img img {
        width: 100%;
    }
/*========== Contact Buddy End ==========*/

/* partners */
.partners shadowed-circle {
    background-color: white;
}
/* partners end */

/* feedback */
.feedback .row {
    margin: 0px -42px;
}

.feedback [class*="col-"] {
    padding: 0px 42px;
}

.feedback .gemeente {
    color: white;
    background-color: #f8971d;
    padding: 13px 17px 13px 36px;
    margin-bottom: 10px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

    .feedback .gemeente .img-logo img {
        height: 60px;
    }

.feedback .grote-text {
    margin-top: 23px;
}

.feedback .gemeente .row {
    margin: 0px -12px;
}

.feedback .gemeente [class*="col-"] {
    padding: 0px 12px;
}

.feedback .gemeente .profile {
        margin-bottom: 5px;
        text-align: center;
    }

    .feedback .gemeente .profile .image img {
        margin-bottom: 5px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

.feedback .gemeente q {
    display: inline-block;
    margin-top: 15px;
    font-family: 'Titillium Web';
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}
.feedback .gemeente h3 {
        font-family: 'Titillium Web';
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
    }
/* feedback end */

/* Download App start */
.download_wrp {
    margin-top: 2rem;
    margin-bottom: 3rem;
}
    .download_wrp .form-control.reversed-colors {
        background-color: #d9d9d9;
    }
    .download_wrp .btn {
        width: 265px;
    }
    .download_wrp .form-sent-container {
        display: none;
    }

    .download_wrp .form-sent-container.visible {
        display: inline-flex;
        margin-top: 104px;
    }
/* Download App end */
/* media */
.media {
    margin-bottom: 3rem;
}
.media .simple-bg {
    border-radius: 25px;
}

.media shadowed-circle {
    background-color: white;
}

.media .simple-bg .bottom-image img {
    margin-bottom: -50px;
}

/* media end */

/* buddy-part */
.buddy-part .all-part {
    padding: 1rem 2rem;
    border-radius: 25px;
}

    .buddy-part .all-part .text span {
        font-family: 'Titillium Web';
        font-weight: bold;
        display: inline-block;
        font-size: 14px;
        line-height: 16px;
        color: #ffffff;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.buddy-part .owl-carousel .owl-dots {
    display: none;
}

.buddy-part .owl-carousel .owl-item {
    text-align: center;
    margin: 0 auto;
}

.buddy-part .owl-carousel .image {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px !important;
    height: 100px;
    box-shadow: 0px 3px 8px 0px #8a8888;
    margin: 15px 21px !important;
    padding: 10px;
    object-fit: cover;
    font-family: "object-fit: cover";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.buddy-part .swiper-slide img {
    max-height: 100%;
}
/* buddy-part end */

/* municipalities */

.municipalities .all-part .text span {
    color: #f8971d;
}

.municipalities shadowed-circle {
    background-color: white;
}
/* municipalities end */

/* Supported banks */
.supported-banks shadowed-circle {
    width: 110px;
    height: 110px;
    padding: 0;
}

/* Supported banks end */

/* About Company start */

    .fin-social .all-text {
        padding-left: 43px;
    }

    .fin-social .over-payment {
        background-color: #f8f9fb;
        padding: 36px 0px 24px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

        .fin-social .over-payment .orange_title p {
            margin-bottom: 0;
        }

        .fin-social .over-payment p {
            margin-bottom: 30px;
        }

        .fin-social .over-payment .btn-orange {
            padding: 8px 27px 9px 26px;
        }

            .fin-social .over-payment .btn-orange span {
                font-size: 15px;
                line-height: 16px;
            }

/* About Company end */

/* team */
.team .carousel li {
    padding: 0px 20px;
}
.team h4 {
    font-size: 18px;
    margin: 0;
}

.team .team-block {
    padding: 10px 10px;
    background-color: #f8f9fb;
    box-shadow: 0px 4px 5px 0px #848282;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

    .team .team-block .image {
        text-align: center;
    }

        .team .team-block .image img {
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            -ms-border-radius: 25px;
            -o-border-radius: 25px;
        }

    .team .team-block .head {
        color: #000000;
        margin-top: 15px;
        text-align: center;
    }

        .team .team-block .head span {
            font-family: 'Titillium Web';
            color: #006bb5;
            text-decoration: none;
            font-weight: bold;
            font-size: 18px;
            line-height: 20px;
        }

            .team .team-block .head a:hover {
                color: #000000;
            }

.team .orange_title, .team .main_title, .team .small_text {
    text-align: center;
    margin-bottom: 0;
}

.team .all-block {
    margin-top: 40px;
}

    .team .all-block .row {
        margin: 0px -17px;
    }

    .team .all-block [class*="col-"] {
        padding: 0px 17px;
    }
/* team end */

/* what-buddy */
.what-buddy .bg-blue {
    color: white;
}
.what-buddy h4 {
    font-size: 18px;
    line-height: 20px;
}

.what-buddy .image-text {
    height: 100%;
    padding: 18px 16px 21px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

    .what-buddy .image-text .image {
        text-align: center;
    }

.what-buddy .row {
    margin: 0px -40px;
}

.what-buddy [class*="col-"] {
    padding: 0px 40px;
}

.what-buddy .image-text .image img {
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.what-buddy .image-text .image .r-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}

.what-buddy .image-text .head {
    margin: 18px 0px;
}

.what-buddy .whatsapp a {
    font-size: 18px;
}

.what-buddy .image-text .email,
.what-buddy .image-text .email a {
    font-size: 14px;
    line-height: 15px;
    color: #0e5fad;
    font-family: 'Titillium Web';
    margin-bottom: 18px;
}

    .what-buddy .image-text .email a:hover {
        color: #ffffff;
    }

.what-buddy .image-text .kvk {
    font-size: 14px;
    line-height: 15px;
}

.what-buddy .image-text.right_img .head {
    margin-bottom: 0;
}

.what-buddy .image-text.right_img .common_detail {
    color: #fff;
    margin-bottom: 14px;
}

/* what-buddy end*/

/* Work at Buddy */
.work-at-buddy card {
    display: inline-block;
    width: 200px;
    padding: 0.7rem;
    border-radius: 1.25rem;
}
    .work-at-buddy h3 {
        font-size: 1.1rem;
        color: #006bb5;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 0;
        padding: 0 0.5rem;
    }
/* Work at Buddy end */

.modal-content iframe {
    width: 560px;
    height: 315px;
}

.modal-content .modal-header {
    border-bottom: none;
    padding: 1rem 2rem;
}

.modal-content {
    background-color: transparent;
    border: none;
}

    .modal-content .btn-close {
        background: transparent url("../images/cancel.html") center/1em auto no-repeat;
        opacity: 1;
    }

        .modal-content .btn-close:focus {
            box-shadow: none;
        }
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


.team-slider .team-block {
    margin: 15px 0;
}

.new-about-wrpper {
    padding: 60px 0;
}

article.management-statement shadowed-circle {
    width: 120px;
    height: 120px;
}