body {
    font-family: "Noto" , sans-serif;
}

h1, h2 {
    font-family: "Noto Sans" , sans-serif;
    font-weight: bold;
}

.hero {
    position: relative;
    padding-top: 1em;
    padding-bottom: 5em;
}

.hero-image-wrapper {
    height: 350px;         /* Desktop height */
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; /* center by default */
}

.herozakelijk {
    position: relative;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 5em;
}

.herozakelijk img {
    width: 100%;
    height: auto;
}

.herozakelijk-bg {
    background-image: url("../images/zakelijk_big_reduced.jpg");
    background-size: cover;
    background-position: right center;
    width: 100%;
    height: 800px;
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.herolo {
    padding-bottom: 5em;
}

.herolo h1:first-child {
    color: rgb(108, 123, 170);
    text-align: right;
}

.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 h1:first-child {
    color: #7ebfcc;
    text-align: left;
    font-weight: bold;
}

.bg-light-green h1:first-child {
    color: #82bca3;
    text-align: left;
    font-weight: bold;
}

.bg-white h1:first-child {
    text-align: left;
    font-weight: bold;
    color: #7ebfcc;
    padding-bottom: 1em;
}

.bg-white h1: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: flex-start;    
    color: #555;
}

.image-placeholder-square {
    height: 200px;
    display: flex;
    justify-content: center;
    color: #555;
}

.image-placeholder-square-big {
    height: 300px;
    display: flex;
    justify-content: center;
    color: #555;
}

.image-placeholder-small {
    flex: 1 1 0;
    max-width: 33%;
    padding: 0 4px;
}

.image-placeholder-small img {
    width: 100%;
    height: auto;
    display: block;
}

.image-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 20px;
}

.image-placeholder-square img {
    border-radius: 0.5em;
}

.image-placeholder-square-big 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 .card-title,
.card-custom-kosten .card-title {
    color: rgb(108, 123, 170);
    font-weight: bold;
}

.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 {
    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;
}

.card-custom-zakelijk .card-title {
    color: rgb(108, 123, 170);
    font-weight: bold;
}

.testimonial-card {
    border-radius: 8px;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background: white;
    text-align: center;
}

.testimonial-card.stars i{
    color: #7ebfcc;
}

.faq {
    max-width: 800px;
    margin: 0 auto;
}

.header-title {
    color: rgb(108, 123, 170);
    font-size: 2em;
    margin-bottom: -20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    transition: color 0.3s ease;
}

.header-title:hover,
.header-title:focus,
.header-title:active {
    color: rgb(104, 91, 163); /* dark purple */
    outline: none;
}

.header-subtext {
    margin-top: 0.4em;
    font-size: 0.8em;
    font-style: italic;
    color: black;
}

/*navigation*/
.navbar {
    background-color: white !important;
}
.nav-link {
    color: black;
    transition: color 0.3s ease;
    text-decoration: none;
}

/* Hover (desktop) */
.nav-link:hover {
    color: #7ebfcc; 
}

/* Active (click/focus/tap on mobile) */
.nav-link:active,
.nav-link:focus {
    color: rgb(108, 123, 170);
    outline: none;
}

.navbar-nav {
    margin-top: 2.55em;
 }

/* Highlight the current page */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(108, 123, 170);
    font-weight: bold;
}

/* nav link footer */
.nav-link-footer {
    color: white;
    transition: color 0.3s ease;
    text-decoration: none;
}

/* Hover (desktop) */
.nav-link-footer:hover {
    color: #7ebfcc; 
}

/* Active (click/focus/tap on mobile) */
.nav-link-footer:active,
.nav-link-footer:focus {
    color: rgb(108, 123, 170);
    outline: none;
}

/*Navbar login button*/
.navbarlogin {
    margin-top: 0.70em;
}

/*caps for navbar menu items*/
.caps{
    font-weight: bold;
    text-transform: uppercase;
}

.textparagraph {
    margin: 25px 0 40px 0;
}

.quotespacer {
    margin: 25px 0 25px 0;
}

.picturespacer {
    margin-top: 4em;
}

.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; /* Add some spacing between icons */
}

.social-icons a {
    background-color: white;
    border-radius: 50%; /* Add rounded corners */
    display: inline-block;
    margin: 0 5px; /* Add margin between icons */
}
/* Carousel */
.carousel-caption {
    position: absolute;
    top: 70%;
    left: 5%;
    transform: translateY(-50%);
    color: white;
    text-align: left;
    background: none; /* Remove the background color */
}

.carousel-caption h1 {
    font-size: 3em;
    font-weight: bold;
}

.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: 0;

}

[class^="btn-cstm-"],
[class*=" btn-cstm-"] {
    font-family: "Noto Sans", sans-serif;
    letter-spacing: 0.05em;
    background-color: rgb(108, 123, 170);
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    transition: background-color 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

[class^="btn-cstm-"]:hover,
[class^="btn-cstm-"]:active,
[class^="btn-cstm-"]:focus,
[class*=" btn-cstm-"]:hover,
[class*=" btn-cstm-"]:active,
[class*=" btn-cstm-"]:focus  {
    background-color: rgb(104, 91, 163);
    color: white;
}


.align-left {
    float: left;
    text-align: left;
    margin-left: 0;
}

/*container*/
.container-wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
}

.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.pagewide {
    font-family: Noto Sans, sans-serif;
    font-weight: bold;
}

.custom-list li::before {
    font-family: "Font Awesome 5 Free"; /* or 5 if you're using FA5 */
    content: "\f00c"; /* Unicode for fa-check */
    font-weight: 900; /* Required for solid icons in FA6 */
    /*color: green;*/
    color: #82bca3;
    margin-right: 8px;
}

.custom-list-stars  {
    content: "\2B50";
    color: #7ebfcc;
    font-size: 1.2em;
    display: flex;
}

.captive {
    font-size: 1.2em;
    text-align: left;
    margin-top:1em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
}

.captive .left p{
    padding: 10px;
    margin: 0;
}

.captive.left {
    text-align: left;
}

.captive.left.black{
    color: black;
}

.captive.left.black:hover{
    color: black;
}

.captive.right {
    text-align: right;
}

.captive.right.black{
    color: black;
}

/*accordion*/
.accordion-button {
    background-color: rgb(108, 123, 170);
    color: black;
}

/* Stijl als de knop is ingeklapt */
.accordion-button.collapsed {
    background-color: #f7ffff; /* Lichtere paarse tint */
    color: black;
}

.accordion-button:not(.collapsed) {
    background-color: rgb(108, 123, 170) !important;
    color: white !important;
}

/* Border en hover-effect */
.accordion-button:hover {
    background-color: #82bca3;
}

/* Achtergrond en tekstkleur van de antwoorden */
.accordion-body {
    background-color: #f8f9fa; /* Lichtgrijze achtergrond */
    color: black; /* Donkere tekst */
}

.accordion-body p {
    text-align: justify;
}

/* Borderkleur van de accordeon items */
.accordion-item {
    border: 1px solid #f7ffff;
}

.accordion-button.collapsed {
    border-bottom: 1px solid black;
}

.accordion-collapse.show .accordion-body {
    border-bottom: 1px solid black;
    padding-bottom: 1rem; /* optional spacing */
}

/* Chevron when collapsed (green: #82bca3) */
.accordion-button.collapsed::after {
    filter: brightness(0) saturate(100%) invert(85%) sepia(11%) saturate(632%) hue-rotate(93deg) brightness(91%) contrast(88%);
}

/* Hover or expanded (black) */
.accordion-button:hover::after,
.accordion-button:not(.collapsed)::after {
    filter: none;
}

.accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

@media (max-width: 992px) {
    .carousel-caption {
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
    }
    .carousel-caption h1 {
        font-size: 2em;
    }
    
    .navbarlogin {
        margin-left: -15px;
    }
}

@media (max-width: 768px) {
    .testimonial-card,
    .card-custom-kosten {
        margin-top: 10%;
    }

    .hero-image-wrapper {
        height: 250px; /* Show more vertical space on mobile */
    }

    .hero-image {
        object-position: 40% center; /* Adjust to left, center, or right */
    }
    
    .card-custom {
        margin-bottom: 40px; /* Increase margin for smaller screens */
        }
        .card-custom-zakelijk {
            max-width: 75%;
            left: 35%;
            top: 60%;
            transform: translate(-40%, -60%);
        }

        .carousel-caption {
            top: 70%;
            left: 10%;
            transform: translateY(-50%);
            text-align: left;
        }
        .carousel-caption h1 {
            font-size: 1.0em;
            line-height: 1.2em;
        }
        .herozakelijk-bg {
            height: 700px; /* Shorter on mobile */
            background-position: 80% center; /* Adjust focus for mobile */
        }       
        
    }

.bootstrap-icon-style {
    background-color: white;  /* Light blue */
    color: #6d7baa;            /* White icon color */
    font-size: 1.5rem;          /* Adjust size */
    padding: 10px;              /* Space around the icon */
    border-radius: 50%;         /* Circular */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    transition: background-color 0.3s ease;
}

.bootstrap-icon-style:hover {
    background-color: #5a3791; /* Darker purple on hover */
}

/*font awesome 5.x*/
.fas .fa-check {
    color: #82bca3;
    font-size: 2em;
}

.fas .fa-star {
    color: #82bca3;
    font-size: 2em;
}

.linkStyle {
    color: black;
    text-decoration: none;
}

