@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body{
    font-family: 'Poppins', sans-serif !important;
    background: #eff3f8;
}


.main-content-card {
            background: linear-gradient(135deg, #007bb5 0%, #005a87 100%);
            border-radius: 1.5rem;
            padding: 2.5rem;
            height: 100%;
        }



/* Equalize left/right columns and keep pink counter bottom-aligned */
.equalize-columns {
    align-items: stretch; /* make columns match height */
}

.equalize-columns > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.equalize-columns > [class*="col-"] .main-content-card-link,
.equalize-columns > [class*="col-"] .row.h-100 {
    flex: 1 1 auto; /* fill available height */
    display: flex;
    flex-direction: column;
}

/* Push the bottom pink card to the bottom of the left column */
.equalize-columns .col-12 > .side-card.pink,
.equalize-columns .col-12 > .side-card.pink.d-flex {
    margin-top: auto;
}

.main-content-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 1.5rem;
}

.main-content-card-link:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.61);
}


        
.side-card {
            border-radius: 1.5rem;
            padding: 2rem;
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease, height 0.3s ease, overflow 0.3s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

.side-card:hover {
    height: auto;
    overflow: visible;
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    z-index: 100;
}

.side-card.pink {
    background-color: #e6007f;
}

/* Show card image on hover - fill entire card */
.side-card .card-img-top {
    opacity: 0;
    max-height: 0;
    transition: opacity 0.4s ease, max-height 0.4s ease;
    overflow: hidden;
    border-radius: 1rem;
}

.side-card:hover .card-img-top {
    opacity: 1;
    max-height: 600px;
}



.bg-light-blue {
    background-color: #dbeafe;
}


.counter__spacer-horizontal {
    background-color: whitesmoke;
    height: 2px;
}

@media (min-width: 768px) {
    .counter__spacer {
        width: 2px;
        height: 100px;
    }
    
    .counter__spacer-horizontal {
        display: none;
    }
}

.counter__amount {
    font-size: 4.78rem !important;
    font-weight: 800;
    line-height: 1em;
    letter-spacing: -1.2px;
    margin-bottom: 9px;
    font-family: "PP Monument Extended", sans-serif;
}

@media (min-width: 1200px) {
    .counter__amount {
        font-size: 120px;
    }
}
        
.btn-custom {
            background: white;
            border: none;
            color: #e6007e;
            padding: 0.75rem 2rem;
            border-radius: 2rem;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
.btn-custom:hover {
    background-color: #dbeafe;
    color: #59bce6;
}
        
.card-tag {
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    font-weight: 500;
    font-size: 0.875rem;
    padding: 2px 7px;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.card-tag.blue {
    border-color: #2563eb;
    color: #2563eb;
}

.card-tag.white {
    color: white;
}

.hero-section {
    position: relative;
    height:70vh;
    overflow: hidden;
    width: 100%;
    margin-top: 0 !important;
    padding-top: 0 !important;
    background-image: url('../images/heroBrug.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}

.hero-text {
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
    position: relative;
    z-index: 2;
}

.card {
    border-radius: 1rem;
    background-color: whitesmoke !important;
}

.card-title {
    background: #59bce6;
    background: linear-gradient(200deg, rgb(57, 167, 214) 30%, rgba(230, 0, 126, 1) 125%);
    color: white;
    padding: 1rem;
    border-radius: 1rem;
}

#klantReviewCarousel {
    min-height: 250px;
    position: relative;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(36%) sepia(97%) saturate(7476%) hue-rotate(312deg) brightness(95%) contrast(101%);
    /* Dit kleurt de standaard Bootstrap pijl magenta/roze */
    background-color: transparent; /* Geen witte bol, alleen de pijl */
    border-radius: 50%; /* Optioneel: laat staan voor ronde klikzone */
    width: 2.5rem;
    height: 2.5rem;
    background-size: 60% 60%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}


.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
}

.carousel-text {
    
    color: rgba(230, 0, 126, 1);
}

.carousel-text-title {
    color: rgb(57, 167, 214);
}

.link {
    color: #e6007e !important;
    text-decoration: none !important;
}

    .link:hover {
        color: #930051 !important;
    }

.onsTeamText
{
    background-color: rgb(57, 167, 214);
}


@media (max-width: 576px) {
    .hero-logo {
        height: 100px;
    }
}

/* ===== TEXT SIZES ===== */
.text-h36 {
    font-size: 2.1rem;
    line-height: 2.4rem;
}

.text-h48 {
    font-size: 2.8rem;
    line-height: 1;
}

.text-h28 {
    font-size: 1.6rem;
    line-height: 2.1rem;
}

.text-h40 {
    font-size: 2.3rem;
    line-height: 2.3rem;
}

.text-h20 {
    font-size: 1.15rem;
    line-height: 1.6rem;
}

/* Small heading utility used in bottom cards */
.text-h24 {
    font-size: 1.4rem;
    line-height: 2rem;
}

.card-img-top:hover {
    display: block;
    transform: scale(1.05);
    transition: transform 0.3s ease;
    
}
