.kw-orange {
    color: #F66B06 !important;
    text-decoration: none;
}

/* Hero kentekenplaten */

.carousel-fade .carousel-item {
    transition: opacity 0.5s ease-in-out;
    background-color: white;
}

.img-thumbnail {
    cursor: pointer;
    width: 130px;
    height: 130px;
    object-fit: cover;
}

.thumbnail-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}

.thumbnail-container .col-4 {
    display: flex;
    justify-content: center;
    padding: 0;
}

.carousel-item .card-body {
    max-width: 100%;
}

@media screen and (max-width: 425px) {
    .img-thumbnail {
        width: auto !important;
        height: auto !important;
    }
    
}

.custom-offer-text {
    background-color: #ffc107; /* Bright yellow color */
    color: #333; /* Darker text for better contrast */
    padding: 12px 24px; /* More padding for better appearance */
    border-radius: 12px; /* Rounded corners */
    text-align: center; /* Center the text */
    font-size: 1.2rem; /* Slightly larger text */
    font-weight: bold; /* Bold text for emphasis */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    display: inline-block; /* Ensure it doesn't take the full width */
    margin-top: 10px; /* Add some spacing above */
    background-image: linear-gradient(to right, #ffcd38, #ffab00); /* Gradient background */
}