/* General */
.background-wrapper{
    height: 100vh;
    overflow: hidden;
}

.background-wrapper::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/team_bottom_right.jpg") no-repeat center center;
    background-size: cover;
    filter: blur(5px);
    transform: scale(1.05);
    z-index: -1;
}

/* About */
.am{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 2em;
}

/* Welkom.php */

.img-provider{
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.div-instructions{
    max-width: 600px;
    padding: 16px;
    margin-bottom: 24px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.15s ease;
    cursor: pointer;
}

.div-instructions:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.div-instructions h4{
    font-size: 18px;
    margin-bottom: 10px;
    color: #111827;
}

.div-instructions p{
    font-size: 13px;
    margin-bottom: 6px !important;
    color: #4b5563;
    line-height: 1.4;
}

/* VO-Kwaliteitzorg */
.breadcrumbs-custom {
    position: relative;
    overflow: hidden;
}

.breadcrumbs-custom::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    filter: blur(8px);
    transform: scale(1.1);
    z-index: -1;
}

/* Main paige index */
.tilted-img-last {
    object-fit: contain;
    /*transform: perspective(800px) rotateY(-8deg) rotateX(5deg) translate(-10%,0) scale(0.9) !important;*/
    image-rendering: auto;
    image-rendering: smooth;
    image-rendering: high-quality;
    -ms-interpolation-mode: bicubic;
    transform-style: preserve-3d;
    display: block;
    filter: drop-shadow(15px 15px 8px rgba(0,0,0,0.25));
}
.tilted-img {
    object-fit: contain;
    background-size: contain;
    background-position: center;
    transform: perspective(500px) rotateY(-10deg) rotateX(5deg) translate(-10%,0) scale(0.9);
    transform-origin: center;
    image-rendering: auto;
    image-rendering: smooth;
    image-rendering: high-quality;
    -ms-interpolation-mode: bicubic;
    transform-style: preserve-3d;
    display: block;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.25));
}

.rogp-circle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-right: 8px;
    vertical-align: middle;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: none;
}
.swiper{
    filter: drop-shadow(15px 15px 10px rgba(0,0,0,0.25));
}
.logos{
    height: 40px;
    border: 1px #00006666 solid;
    border-radius: 5px;
    margin-top: 5px;
    margin-right: 5px;
}

/* QA */
.bullet-list {
    list-style-position: outside !important;
    padding-left: 1.5em !important;
    margin: 2em 1em !important;
    display: block !important;
}

.bullet-list li {
    margin-top: 1em !important;
    display: list-item !important;

}
.qa{
    color:darkblue;
    vertical-align: top;
    font-weight: bold;
    padding-right: 10px;
}

/*Contacts */
input:-webkit-autofill {
    background-color: #fefefe !important;
    -webkit-box-shadow: 0 0 0 1000px #fefefe inset !important;
    -webkit-text-fill-color: #333 !important;
}
.grecaptcha-badge {
    bottom : 100px !important;
}

/* Footer */
.footer-links {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 1.0em;
    color: white;
}
.footer-links a{
    margin-top: 3px;
    margin-bottom: 3px;
    color: white;
}

.footer-links a:hover{
    color: lightgray;
}

/* Welkom */
.blocked-icon{
    color: #990033;
    font-size: 64px;
    text-shadow: 2px 2px 10px #00000066;
}
