body { font-family: 'Inter', sans-serif; background-color: #f8f9fa; }
.navbar-brand-container { display: flex; align-items: center; }
.navbar-brand-img { max-height: 18px; vertical-align: middle; }
.hero-section {
    position: relative;
    overflow: hidden;
    background: #111827;
    color: white;
    padding: 6rem 0;
}
.decoration-shape-1 {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    z-index: 1;
}
.decoration-shape-2 {
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 400px;
    height: 400px;
    background: linear-gradient(45deg, rgba(13, 110, 253, 0.1), rgba(13, 110, 253, 0.01));
    border-radius: 50%;
    z-index: 1;
}
.hero-section > .container {
        position: relative;
        z-index: 2;
}
.hero-section h1 { font-size: 3.5rem; font-weight: 800; letter-spacing: -0.05em; }
.hero-section p { font-size: 1.25rem; color: #9ca3af; }
.search-box { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); padding: 2rem; border-radius: 1rem; margin-top: 3rem; }
.search-box .input-group { align-items: stretch; }
.nav-pills .nav-link { color: #d1d5db; font-weight: 500; padding: 0.75rem 1.5rem; }
.nav-pills .nav-link.active { background-color: #0d6efd; color: white; border-radius: 0.75rem; }
.license-plate-style-input { background-color: #fecb00 !important; color: black !important; border: none !important; text-align: center !important; font-weight: 700 !important; font-size: 1.5rem !important; letter-spacing: 0.2rem !important; text-transform: uppercase !important; }
.license-plate-icon { padding: 0; border: none; background: transparent; display: flex; align-items: center; height: 49px; }
.license-plate-icon img { height: 100%; object-fit: cover; border-radius: 0.25rem 0 0 0.25rem; }
.section-title { font-weight: 800; font-size: 2.5rem; letter-spacing: -0.04em; margin-bottom: 3rem; }
.supported-brands { padding: 4rem 0; background-color: #f8f9fa; }
.brand-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 2rem; }
.carbrand-logo img { height: 40px; filter: grayscale(100%); transition: filter 0.3s ease; opacity: 0.6; }
.carbrand-logo:hover img { filter: grayscale(0%); opacity: 1; }
.counter-section { background: #f8f9fa; padding: 4rem 0; }
.counter-box { text-align: center; }
.counter-box .counter { font-size: 3rem; font-weight: 700; color: #0d6efd; }
.counter-box p { font-size: 1.1rem; color: #6c757d; } 

/* --- DESKTOP: Standaard (inline input-group stijl) --- */
#responsive-search-wrapper {
    display: flex;
    align-items: stretch;
}

#responsive-search-wrapper > #mileage-input {
    /* border-top-left-radius: 0;
    border-bottom-left-radius: 0; */
    border-radius: 0;
    border-left: 0;
}

#responsive-search-wrapper > #checkCarValue-button,
#addItem-checkCarValue-button,
#mainSearchBtn {
    white-space: nowrap;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem !important; 
    border-bottom-right-radius: 0.25rem !important; 
}

#license-plate-group {
    flex-grow: 1; /* Zorgt dat de kentekengroep de meeste ruimte pakt */
}

#add_media_index_ai {
    border-radius: 0;
}


/* --- MOBIEL: Grid layout (gestapeld) --- */
/* We gebruiken een media query voor schermen smaller dan 768px */
@media (max-width: 767.98px) {
    #responsive-search-wrapper {
        display: grid;
        grid-template-columns: 1fr; /* Eén kolom */
        gap: 0.75rem; /* Ruimte tussen de rijen */
    }

    #responsive-search-wrapper > #mileage-input,
    #responsive-search-wrapper > #checkCarValue-button {
        /* Herstel de afgeronde hoeken die op desktop weggehaald waren */
        border-radius: 0.25rem !important; 
    }

    #add_media_index_ai {
        border-top-right-radius: 0.25rem !important; 
        border-bottom-right-radius: 0.25rem !important; 
    }
    
    #checkCarValue-button {
        width: 100%;
    }
}


 
 /* #landingCoverVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
} */

/* Make it a marquee */
/* .marquee {
    margin: 0 auto;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 50px;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 120s linear infinite;
}

.marquee img {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    max-height: 50px;
    width: auto;
    margin-right: 10rem;
}

/* Make it move */
/* @keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}  */

#autocomplete-input {
    height: calc(2.1875rem + 9px);
}

/* .landingpage-bg-image-overlay {
    background: linear-gradient(180deg, rgb(34 46 60 / 50%), rgb(34 46 60 / 60%) 50%, rgb(34 46 60) 100%);
}

.section-overlay {
    background-image: linear-gradient(15deg, #37393d 0%, #c5c5c5 100%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

.custom-block {
    border-radius: var(--bs-border-radius-xl);
    position: relative;
    overflow: hidden;
    padding: 30px;
    transition: all 0.3s ease;
} */

/* .custom-block-overlay {
    height: 100%;
    background: url(../../assets/images/screenzy-markettracker.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    max-height: 250px;
    padding: 0;
}

.custom-block-overlay .custom-block-image {
    border-radius: var(--bs-border-radius-xl);
    display: block;
    height: 100%;
    margin-top: 0;
}

.custom-block-overlay-text {
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    padding: 30px;
} */

/* .custom-btn {
    background: var(--logo-color);
    border: 2px solid transparent;
    border-radius: 100px;
    color: var(--bs-white);
    line-height: normal;
    transition: all 0.3s;
    padding: 10px 20px;
}

.social-share {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 20px 35px;
}

.social-icon {
    margin: 0;
    padding: 0;
}

.social-icon-item {
    list-style: none;
    display: inline-block;
    vertical-align: top;
} */

/* .custom-block .rounded-pill {
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 20px;
} */

/* .badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
} */

.bg-design {
    background-color: var(--bs-dark);
}

.bg-finance {
    background-color: #fff!important;
    color: var(--bs-dark)!important;
}

.custom-block-image {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-top: 35px;
}