#header-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    background-image: url("/pix/headerDoBling_20250514_194501.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    font-family: var(--title-font);

    font-size: 50px;
    font-weight: 450;
    user-select: none;

    color: white;
    text-shadow: 2px 5px 6px rgba(0, 0, 0, 0.486)
}

#introductie-ofzo .content-container {
    display: flex;
    gap: var(--section-padding);
}

#introductie-ofzo img {
    max-height: 300px;
}

h1 {
    color: var(--blue-shade);
    font-weight: 500;
    font-size: 28px;
    margin: 0;
}

p {
    font-weight: 350;
}

#voordelen {
    background-color: var(--blue-shade);
    color: white;
}
#voordelen h1 {
    color: white;
}

#behandel-buttons {
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;

    gap: var(--side-padding);

    overflow: hidden;
    object-fit: contain;
}

#behandel-buttons a {
    aspect-ratio: 1 / 1;
    
    max-height: 100%;
    min-height: 0;

    max-width: 100%;
    min-width: 0;

    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    
    border-radius: 20px;
    color: white;

    padding: 10px;

    background-size: auto 100%;
    background-position: center;

    transition: background-size ease-in-out 250ms;
    
    font-family: var(--title-font);
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.822);
    font-size: 30px;
}

#behandel-buttons a:hover {
    background-size: auto 120%;
}

#sportmassage {
    background-image: url('/pix/massage.png');
}

#taping {
    background-image: url("/pix/taping.png");
}

#infraroodtherapie {
    background-image: url("/pix/infrared.png");
}

#cupping {
    background-image: url("/pix/cupping.png");

}


@media screen and (max-width: 800px) {
    #introductie-ofzo .content-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

#tarieven-container {
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;

    margin-top: var(--side-padding);
    gap: var(--side-padding);

    overflow: visible;
}

.tarief {
    background-color: white;
    padding: 22px 27px;
    
    border-radius: 15px;
    border: 1.55px solid #e0e0e0;
    border-bottom-color: #cecece;
    border-top-color: #f0f0f0;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    font-family: var(--title-font);

    box-shadow: var(--block-shadow);
}

.tarief .name {
    margin-top: 0;
    margin-bottom: var(--side-padding);

    font-size: 20px;
    font-weight: 450;
}

.tarief hr {
    margin: 0;
    border: none;
    border-top: 1.55px solid #bebebe;
}

.tarief .price {
    color:  var(--green);
    
    font-size: 36px;
    font-weight: 500;

    text-align: center;

    margin: 10px 0;
}

.tarief .price .small {
    font-size: 16px;
}

.tariefinfo {
    color:  #6d6d6d;
    
    font-size: 16px;
    font-family: var(--body-font);

    margin-top: var(--side-padding);

    text-align: left;
}

.small-tarief {
    color:  #6d6d6d;
    font-size: 13px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
}

hr {
    width: 100%;
}

#recensies {
    /* border: solid 2px pink; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#testimonials {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
}

.testimonial {
    display: flex;
    background-color: lightgrey;
    padding: 80px 50px 50px 50px;
    border-radius: 15px;
    flex-direction: column;
}

swiper-container {
    max-width: 1000px;
    --swiper-navigation-size: 20px;
    --swiper-theme-color: var(--blue-shade);
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}

swiper-slide img {
    border-radius: 50%;
    width: 100px;
    margin-bottom: -50px;
    z-index: 2;
    border: solid 6px white;
}

.name {
    color: var(--blue-shade);
    display: block;
    margin-top: 20px;
}

.social {
    color: var(--green)
}

footer {
    background-color: var(--footer-bg);
    height: 200px;
    width: 100%;
}

#contacts-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

    text-align: center;

    list-style: none;
    padding: 0;
    margin: 0;
}

#contacts-list .icon-container {
    width: 85px;
    height: 85px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50%;

    background-color: var(--green-light);

    margin-bottom: 2px;
}


#contacts-list li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#contacts-list svg {
    width: 60px;
    fill: var(--green);
    stroke: var(--green);

    transition: width ease-in-out 150ms, height ease-in-out 150ms;
}

#contacts-list a.contact-type {
    text-decoration: none;
    margin-bottom: 2px;
    color: var(--green-shade);
    
    font-family: var(--title-font);
    font-size: 18px;
}

#contacts-list a.value {
    text-decoration: underline;
    color: var(--blue-shade);
}

#contacts-list svg {
    width: 60px;
    fill: var(--green);
    stroke: var(--green);

    transition: 
        fill linear 150ms, 
        stroke linear 150ms, 
        width ease-in-out 150ms, 
        height ease-in-out 150ms;
}

#contacts-list .icon-container:not(:disabled):hover svg {
    width: 64px;
    fill: var(--green-shade);
    stroke: var(--green-shade);
}

@media screen and (max-width: 500px) {
    #header-img {
        height: 250px;
        font-size: 40px;
        font-weight: 500;
    }
    #behandel-buttons a {
        font-size: 25px;
        font-weight: 500;
    }
}

@media screen and (max-width: 800px) {
    .content-container {
        text-align: center;
    }

    #introductie-ofzo .content-container {
        flex-direction: column;
        align-items: center;
    }

    #behandel-buttons {
        grid-template-columns: 1fr 1fr;
        max-height: 100%;
        height: auto;
    }

    #tarieven-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 540px) {
    #tarieven-container {
        grid-template-columns: 1fr;
    }
}
