/* HEADER */
html {
    scroll-behavior: smooth !important;
}
html, body {
    overflow-x: hidden;
}

.header-bg {
    background: linear-gradient(to bottom left, #76b7ff, #a9d2ff 70%) !important;
    text-align: center;
    padding: 8px 0;
    font-weight: 600;
}

.header-bg img {
    height: 20px
}

#logo img {
    height: 86px;
    border-radius: 10px;
}

/*.modal-contact {
    background: linear-gradient(to bottom left, rgba(255, 224, 54, 1) -50%, rgba(216, 220, 232, 1));
}

.modal-contact .modal-header,
.modal-contact .modal-footer {
    border: none;
}*/

.contact-option img {
    height: 44px;
    margin-bottom: 8px
}

.contact-option p {
    font-weight: 500;
}

.contact-option .bi-telephone {
    font-size: 2.1rem;
}

.btn-accent:hover {
    background-color: #7442ed !important;
    color: white !important;
}

/* HERO */
@media screen and (min-width: 991.98px) and (max-width: 1200px) {
    .hero-img-align {
        text-align: right !important;
    }

    .hero-img-align img {
        max-width: 90%;
    }
}

/* HOMEPAGE */
.form-sent-modal {
    --bs-gutter-x: 60px;
}

.form-sent-modal .card {
    background: linear-gradient(to bottom left, rgba(255, 224, 54, .6), rgba(216, 220, 232, .8) 70%);
}

@media screen and (max-width: 576px) {
    .col-padding {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media screen and (max-width: 400px) {
    .col-padding {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

input {
    display: none
}

label {
    color: white;
    margin-bottom: 0.25rem;
}

form .form-group {
    margin-bottom: 0.75rem;
}

.form-option {
    transition: 0.2s;
}
.form-icon {
    padding: 12px;
}

label[for^="vocht"] span {
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}
.required label::after,
label.required::after
{
    content: '*';
    color: #ffe036;
    font-weight: bold;
    margin-left: 4px;
}
form small.text-validation {
    color: #ffe036 !important;
    margin-bottom: -1rem;
}
.alert-warning-light {
    --bs-alert-color: #664d03;
    --bs-alert-bg: #fff3cd;
    --bs-alert-border-color: #ffe69c;
    --bs-alert-link-color: #664d03;
}

.label-disabled {
    pointer-events: none;
    opacity: 0.6;
    animation: none !important;
    cursor: default;
    position: relative;
}

label[for^="vocht"] i {
    font-size: 3rem;
}

label[for^="vocht"]:hover {
    transform: scale(1.05);
}

label[for^="vocht"] {
    position: relative;
    display: block;
    text-align: center;
    width: 80px;
    height: 80px;
    margin-bottom: 2rem;
    background: lightskyblue;
    border: 4px solid transparent;
    user-select: none;
    cursor: pointer;
}

#vocht1:checked ~ label[for="vocht1"],
#vocht2:checked ~ label[for="vocht2"],
#vocht3:checked ~ label[for="vocht3"] {
    background: #f7d934;
    border: 4px solid white;
}

@media screen and (min-width: 991.98px) {
    .roadmap-text {
        padding-left: 3rem;
    }
}

.feature-box-border-vertical .feature-box {
    position: relative;
}

.feature-box-border-vertical .feature-box:not(.noborder)::before,
.feature-box-border-vertical .fbox-active.feature-box:not(.noborder)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 35px;
    width: 3px;
    height: 100%;
    background-color: var(--bs-gray-200);
}

.feature-box-border-vertical .fbox-icon i,
.feature-box-border-vertical .fbox-border.fbox-light .fbox-icon i {
    position: relative;
    z-index: 5;
    text-align: center;
    box-shadow: 0 0 0 6px #FFF;
    background-color: #FFF !important;
}

.feature-box-border-vertical .fbox-active.feature-box .fbox-icon i,
.feature-box-border-vertical .fbox-active.feature-box .fbox-border.fbox-light .fbox-icon i,
.feature-box-border-vertical .fbox-active.feature-box:not(.noborder)::after {
    background-color: var(--bs-primary) !important;
    color: #FFF;
}

.roadmap {
    padding-bottom: 1.5rem !important;
}

.toggle-content p:last-child {
    margin: 0;
}

.gradient-bg-1 {
    background: linear-gradient(to bottom left, rgba(255, 224, 54, .3), rgba(216, 220, 232, .5) 70%);
}

.gradient-bg-1 h2 {
    font-size: 44px;
}

#maak-een-afspraak {
    background: linear-gradient(to bottom left, #76b7ff 70%, #a9d2ff); /*#76b7ff*/
}

@media screen and (min-width: 991.98px) {
    #maak-een-afspraak .form-widget {
        max-width: 55rem;
    }
}

.fb-callout {
    background-color: #1877f3;
}
.fb-callout .fb-bg-logo {
    position: absolute;
    right: -60px;
    top: 70%;
    transform: translateY(-50%);
    opacity: 0.08;
    z-index: 0;
}
.fb-callout .ms-md-4 img {
    max-height: 300px;
}

/* FOOTER */
#footer img {
    height: 86px;
    border-radius: 10px;
}
