/* Add these styles to your existing Home.css */

/* New layout styles */
.main-card {
    background: linear-gradient(135deg, #007bb5 0%, #005a87 100%);
    border-radius: 1.5rem;
    padding: 2rem 1.5rem;
    position: relative;
    overflow: hidden;
}

.main-card .card-image {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 239px;
    height: auto;
}

@media (min-width: 768px) {
    .main-card .card-image {
        max-width: 485px;
    }
}

@media (min-width: 992px) {
    .main-card .card-image {
        max-width: 405px;
    }
}

.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);
}

.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;
}

.card-link {
    display: inline-flex;
    align-items: center;
    transition: all 0.2s;
    font-weight: 500;
    gap: 4px;
}

.card-link:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
}

.btn-custom {
    transition: all 0.15s;
    border-radius: 1.5rem;
    font-weight: 600;
    height: 3rem;
    padding: 0 2rem;
    background-color: white;
    color: #e92892;
}

.btn-custom:hover {
    background-color: #dbeafe;
    color: #59bce6;
}

.card-small {
    border-radius: 1rem;
    padding: 1.5rem;
}

@media (min-width: 992px) {
    .card-small {
        border-radius: 1.5rem;
        padding: 2rem;
    }
}

.card-small img {
    max-width: 112px;
    max-height: 112px;
}

@media (min-width: 992px) {
    .card-small img {
        max-width: 200px;
        max-height: 200px;
    }
}

/* ===== 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;
}

@media (min-width: 768px) {
    .text-h36 {
        font-size: 3rem;
        line-height: 1;
    }
    
    .text-h28 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    
    .text-h20 {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }
}

.bg-light-blue {
    background-color: #dbeafe;
}

.bg-neutral-900 {
    background-color: #e6007e;
}

.text-primary-blue {
    color: #2563eb;
}

.text-neutral-900 {
    color: #111827;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.hero-section {
    position: relative;
    height:70vh;
    overflow: hidden;
    width: 100%;
    margin-top: 0 !important;
    padding-top: 0 !important;
    background-image: url('../images/heroBanner.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;
}

.card.hoverable {
    cursor: pointer;
    transition: box-shadow 0.2s, transform 0.2s;
}

    .card.hoverable:hover {
        box-shadow: 0 4px 20px rgba(0,0,0,0.15);
        transform: translateY(-2px) scale(1.02);
    }

#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);
}

.partners
{
    color: #59bce6 !important;
}

@media (max-width: 576px) {
    .hero-logo {
        height: 100px;
    }
}


