body {
    font-family: "Noto" , sans-serif;
    /* font-family: Arial, sans-serif; */
}

/* .hero { background: url('hero-image.jpg') center/cover no-repeat; padding: 150px 0; text-align: center; color: white; } */
.hero {
    position: relative;
    padding-top: 1em;
    padding-bottom: 5em;
}

.herozakelijk {
    position: relative;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 5em;
}

.herozakelijk img {
    width: 100%;
    height: auto;
}

.herolo {
    padding-bottom: 5em;
}

.herolo h2:first-child {
    color: rgb(108, 123, 170);
    text-align: right;
    text-emphasis: bold;
}

.section {
    padding: 60px 0;
}

/*background colors*/
.bg-white {
    background-color: white;
    position: relative;
}

.bg-green {
    padding-top: 2em;
    background-color: #82bca3;
    color: white;
    position: relative;
}

.bg-light-green {
    background-color: #f7ffff;
}

.bg-light-blue {
    background-color: #efffff;
}

.bg-light-blue h2:first-child {
    color: #7ebfcc;
    text-align: left;
    text-emphasis: bold;
    font-weight: bold;
}

.bg-light-green h2:first-child {
    color: #82bca3;
    text-align: left;
    text-emphasis: bold;
    font-weight: bold;
}

.bg-white h2:first-child {
    text-align: left;
    text-emphasis: bold;
    font-weight: bold;
    color: #7ebfcc;
    padding-bottom: 1em;
}

.bg-white h2:first-child .blue {
    color: #7ebfcc;
}

/*footer*/
.footer {
    background: #6d7baa;
    color: white;
    text-align: left;
    padding: 30px 0;
}

/*images*/
.image-placeholder {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
}

.image-placeholder-square {
    height: 200px;
    display: flex;
    align-items: top;
    justify-content: center;
    color: #555;
}

.image-placeholder-small {
    /* height: 150px;
    display: flex;
    align-items: top;
    justify-content: center;
    color: #555; */
    max-width: 100px;
    padding: 10px;
    text-align: left;
}

/* .image-placeholder .green {
    background: #f7ffff
}

.image-placeholder .blue {
    background: #efffff;
} */
.image-placeholder-square img {
    border-radius: 0.5em;
}

.image-placeholder img {
    border-radius: 0.5em;
}

.image-placeholder-small img {
    border-radius: 0.5em;
    display: block;
    margin: 0 auto;
}

/*Cards*/
.card-custom {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
    color : black;
    margin-bottom: -20em;
    position: relative;
    z-index: 1;
}

.card-custom-kosten {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.1);
    background-color: white;
    color : black;
    z-index: 1;
    vertical-align: bottom;
}

 /* Custom Card */
 .card-custom-zakelijk {
    /* top: -70%; */
    /* left: 50%; */
    /* position: relative;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 90%;
    text-align: left; */

    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
    color: black;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 350px;
    width: 90%;
    text-align: left;
  }

.testimonial-card {
    border-radius: 8px;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
    background: white;
    text-align: center;
}

.testimonial-card .stars {
    color: #7ebfcc;

}

.faq {
    max-width: 800px;
    margin: 0 auto;
}

.header-title {
    color: rgb(108, 123, 170);
    font-size: 2em;
    margin-bottom: -20px;
    font-style: bold normal;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.header-subtext {
    font-size: 0.8em;
    font-style: italic;
    color: black;
}

.navbar {
    background-color: white !important;
}

/*caps for navbar menu items*/
.caps{
    font-weight: bold;
    text-transform: uppercase;
}

.footer-text {    
    color: white;
}

.footer-text .small {
    font-size: 0.7em;
}

.footer-text .medium {
    font-size: 0.9em;
}

.social-icons img {
    width: 40px;
    height: 40px;
    margin: 0 10px; /* Optional: Add some spacing between icons */
}

.social-icons a {
    background-color: white;
    border-radius: 50%; /* Optional: Add rounded corners */
    display: inline-block;
    /* padding: 5px; Optional: Add padding around the icons */
    margin: 0 5px; /* Optional: Add margin between icons */
}
/* Carousel */
.carousel-caption {
    /*background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 8px; */
    position: absolute;
    top: 70%;
    left: 5%;
    transform: translateY(-50%);
    color: white;
    text-align: left;
    background: none; /* Remove the background color */
}

.carousel-container {
    display: flex;
    align-items: center;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: grey;
    border: none;
    opacity: 0.8;
}

.carousel-indicators button.active {
    background-color: white;
    opacity: 1;
}

.carousel {
    flex: 1;
}

/* Custom bootstrap */
.btn-cstm-blue {
    font-weight: 500;
    text-transform: uppercase;
    background-color: #7ebfcc;
    color: white;
}

.btn-cstm-purple {
    font-optical-sizing: auto;
    font-weight: 600;
    text-transform: uppercase;
    background-color: rgb(108, 123, 170);
    color: white;
}

.btn-cstm-darkpurple {
    font-optical-sizing: auto;
    font-weight: 600;
    text-transform: uppercase;
    background-color: rgb(104, 91, 163);
    color: white;
}

.btn-cstm-darkpurple.left {
    display: inline-block;
    text-align: left;
    margin-left: 0px;

}

.align-left {
    /* display: block; */
    float: left;
    text-align: left;
    margin-left: 0;
}


/*container*/
.container-wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
}

.container-left{
    align-content: right;
}

.custom-list {
    list-style: none; /* Remove default bullets */
    padding: 0;
}
.custom-list.left {
    text-align: left;
    font-weight: bold;
}

.custom-list.big {
    font-size: 1.2em;
    font-weight: bold;
}

.custom-list li::before {
    content: "\2713"; /* Unicode for checkmark */
    color: green;
    font-size: 1.2em; /* Adjust size if needed */
    margin-right: 8px; /* Add spacing between the checkmark and text */
    /* display: inline-block; */
}

.custom-list-stars  {
    content: "\2B50";
    color: #7ebfcc;
    font-size: 1.2em;
    display: flex;
}

.captive {
    text-align: left;
    margin-top:1em;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
}

.captive .left p{
    margin-left: auto;
    margin-right: auto;
}

.captive.left {
    text-align: left;
}

.captive.right {
    text-align: right;
}

/* #zakelijkeklant {
    background-image: url("../images/zakelijk.jpg");
    padding-top: 2em;
    padding-bottom: 2em;
} */

/*accordion*/
.accordion-button {
    background-color: #f7ffff; /* Paarse achtergrond */
    color: black; /* Witte tekst */
}

/* Stijl als de knop is ingeklapt */
.accordion-button.collapsed {
    background-color: #f7ffff; /* Lichtere paarse tint */
    color: black;
}

.accordion-button:not(.collapsed) {
    background-color: #5a3791 !important; /* Dark purple when opened */
    color: white !important; /* White text */
}

/* Border en hover-effect */
.accordion-button:hover {
    background-color: #82bca3; /* Donkerdere paarse tint */
}

/* Achtergrond en tekstkleur van de antwoorden */
.accordion-body {
    background-color: #f8f9fa; /* Lichtgrijze achtergrond */
    color: black; /* Donkere tekst */
}

/* Borderkleur van de accordeon items */
.accordion-item {
    border: 1px solid #f7ffff;
}


@media (max-width: 768px) {
    .card-custom {
        margin-bottom: 40px; /* Increase margin for smaller screens */
    }
    .card-custom-zakelijk {
        /* position: static;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin-top: -30px; */
        top: 60%;
        transform: translate(-40%, -60%);
    }
}