
.container {
    width: 75vw;
}


img.img-cardetails {
     width: auto;
}



a#button-contact {
    padding: 9px 30px 9px 30px;
    background-color: #c72230;
    border: 0px solid #c72230;
    border-radius: 50px 50px 50px 50px;
    color: white;
}

a#button-contact {
    padding: 9px 30px 9px 30px;
    background-color: #c72230;
    border: 0px solid #c72230;
    border-radius: 50px 50px 50px 50px;
    color: white;
}



a#button-contact:hover {
    background-color: black;
}
a#nav-item-contact:hover {
    background-color: black;
}


/* 



'Fjalla One',sans-serif,sans-serif
'Open Sans',sans-serif,sans-serif normale text 

*/
@font-face {
    font-family: 'Codystar';
    src: url('/assets/fonts/Codystar/Codystar-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Codystar';
    src: url('/assets/fonts/Codystar/Codystar-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

header {
 box-shadow: 0 2px 4px #41414114;
    display: inline-table;
}
.nav-items {
    background-color: white;
    height: inherit;
}
.txt-title {
 font-family: 'Varela Round';
}

.txt-desc {
    font-family: 'Open Sans', sans-serif, sans-serif;
    margin-bottom: 0px;
}
.car-box .carousel {
    position: relative;
    background-color: #f1f1f1;
    font-family: 'Open Sans';
}
   /* Algemeen stijl voor de indeling met drie kolommen */
.container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #f9f9f9;
}
#nav-contact:hover {
    background-color: black;
    border: 0px solid black;
}
#nav-contact {
	padding: 9px 30px 9px 30px;
	background-color: #c72230;
	border: 0px solid #c72230;
	border-radius: 50px 50px 50px 50px;
	color: white;
}
html, body {
    height: 100%;
    margin: 0;
    display: flex
;
    flex-direction: column;
    background-image: url(../assets/img/background.png);
    background-size: cover;
    font-family: 'Fjalla One',sans-serif,sans-serif;
}




        /* Zoekbalk sectie bovenaan */
.search-bar {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    background-color: #f4f4f4;
}

        .search-bar input {
            padding: 8px;
            width: 70%;
            font-size: 16px;
            border: 1px solid #ccc;
        }

        /* Container voor de drie kolommen */
        .columns {
            display: flex;
            gap: 20px;
            width: inherit;
            justify-content: center;
        }

        /* Linker kolom: filteren op automerk */
        .left-column {
            width: 20%;
            background-color: #ffffff;
            padding: 0px;
            box-shadow: 0 0 10px rgb(255 255 255 / 10%);
            border-bottom: 1px solid #ffffff;
            bottom: 0;
        }

        .left-column table {
            width: 100%;
            border-collapse: collapse;
        }

        .left-column td {
            padding: 10px;
            text-align: left;
        }

        /* Rechter kolom: lijst van auto's */
        .right-column {
            width: 75%;
        }
.car-box:hover {
    background-color: #f9f9f9;
}
.car-box {
    display: flex;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
    cursor: pointer;
    height: 250px;
    overflow: hidden;
    transition: 0.05s;
    margin-top: 20px;
}

        .sold {
            opacity: 0.5;
            background-color: #f4f4f4;
        }

        .status-label {
            color: red;
            font-weight: bold;
        }

        /* Carousel */
        .carousel {
            width: 100%;
            max-width: 450px; /* Zelfde breedte als je afbeelding */
            
        }

        .carousel-item img {
            width: 100%;
            height: auto;
            width: 450px;
        }

        /* Paginering */
        .pagination {
            margin-top: 0px;
            text-align: center;
        }

.pagination a {
    padding: 5px 10px;
    margin: 0 5px;
    text-decoration: none;
    background-color: #007BFF;
    color: white;
    border-radius: 50px;
    padding: 0px 10px;
}

        .pagination a.active {
            background-color: #0056b3;
        }
		/* Stijl voor wanneer er geen afbeelding beschikbaar is */
.no-image-text {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #555;
    height: 100%;
}
.car-details {
    margin-left: 20px;
    text-align: left;
}a.car-link {
    color: black;
    text-decoration: solid;
    font-family: sans-serif;
}

/* Global styles */
html, body {
    height: 100%; /* Zorg ervoor dat de body 100% van de hoogte van het scherm inneemt */
    margin: 0; /* Verwijder de standaard marges */
    display: flex; /* Flexbox voor de body */
    flex-direction: column; /* Zet de inhoud in een kolom */
    background-image: url(../assets/img/background.png);
    background-size: cover;
    font-family: 'Poppins', sans-serif;
}
        .dark-grey-background {
            background-color: #2c2c2c;
            color: white;
        }
.url {
    color: unset;
    text-decoration: revert;
    font-weight: 600;
	
}
p.maintenance-infobar {
    margin: 0;
    background: linear-gradient(90deg, #ff8f00ad 10%, #ffffff00 43%);
    border-radius: 0px 8px 8px 0px;
    font-size: 9px;
    padding: 3px;
    left: 0;
	z-index: 99999;
    border: 0;
    position: fixed;
    position-area: x-end;
    margin-top: auto;
    right: 0;
    width: -webkit-fill-available;
}

.box:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}
img#car_img {
    height: 120px;
    margin-right: 10px;
    width: 120px;
    border-radius: 20px;
}

/* Content area to fill space between header and footer */
#content {
    flex: 1; /* Laat de content de beschikbare ruimte vullen */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #ffffff; /* Optioneel: Stel een achtergrondkleur in voor de inhoud */
}

/* Header styles */
header {
    background-color: #ffffff; /* Achtergrondkleur */
    box-sizing: border-box; /* Zorg ervoor dat padding wordt meegerekend in de breedte/hoogte */
    height: 110px;
}

/* Flexbox layout for the nav */
nav {
    display: flex; /* Zet de navigatie in flexbox */
    justify-content: space-between; /* Plaats ruimte tussen de navbar en social icons */
    align-items: center; /* Centreer items verticaal */
    /* margin-left: 450px; */
    justify-self: center;
    height: inherit;
    overflow: hidden;
}

/* Navbar styles */
.navbar {
    list-style-type: none; /* Verwijder de opsommingstekens */
    margin: 0 auto; /* Centreer de navbar binnen de nav-container */
    padding: 0; /* Zet standaard padding op nul */
    display: flex; /* Flex layout voor nav-items */
    flex-grow: 1; /* Laat de navbar de beschikbare ruimte innemen */
    margin-left: 100px;
    gap: 40px;
}

/* Navbar links */
.nav-link {
    text-decoration: none; /* Verwijder onderstreping */
    color: #c72230; /* Tekstkleur */
    font-size: 18px; /* Lettergrootte */
     /* Maak de tekst vet */
    transition: all 0.22s ease 0s; /* Zachte overgang voor hover */
    font-family: "Varela Round", sans-serif;
    font-weight: bold;
    font-style: normal;
}
.social-icons:hover {
    color: black;
}
/* Social icons container */
.social-icons {
    list-style-type: none; /* Verwijder de opsommingstekens */
    margin: 0; /* Zet standaard marges op nul */
    padding: 0; /* Zet standaard padding op nul */
    display: flex; /* Flex layout voor social media iconen */
    gap: 15px; /* Ruimte tussen de iconen */
    /* position: absolute;*/
    left: 0;
    right: 0;
    margin: 0px;
    align-items: flex-start;
    justify-content: end;
    padding-right: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, #fff 30%, #f8f8f8 100%);
}

/* Social icons links */
.social-link {
    text-decoration: none;
    color: #3b3b3b; /* Pas de kleur aan naar behoefte */
    font-size: 20px; /* Grootte van de iconen */
}

/* Footer styling */
#footer {
    background-color: #111111; /* Donkere achtergrondkleur */
    color: #fff; /* Witte tekst */
    padding: 20px 0; /* Voeg wat padding rondom de footer toe */
    text-align: center; /* Centreer de tekst */
    width: 100%; /* Maak de footer 100% breed */
    flex-shrink: 0; /* Voorkom dat de footer krimpt */
    margin-top: auto; /* Zorg ervoor dat de footer onderaan komt, zelfs bij korte inhoud */
}

/* Footer content */
#footer-content p {
    margin: 0; /* Verwijder de standaard marge */
    font-size: 14px; /* Zet de lettergrootte */
}

/* Links styling */
#footer-content a {
    color: #fff; /* Witte kleur voor de link */
    text-decoration: none; /* Verwijder de onderstreping */
}

#footer-content a:hover {
    text-decoration: underline; /* Onderstreep bij hover */
}

/* Links hover voor navbar */
.nav-link:hover {
    color: #000000; /* Verander de kleur bij hover */
}

/* Styles for the container and boxes */
.container {
    width: 100%;
    max-width: 1250px;
    background: #ffffff;
    padding: 20px 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    align-self: center;
    margin: 130px 0px;
    border-radius: 4px;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 10px;
    align-items: self-start;
}
.telnumb {
    align-self: anchor-center;
    color: #3b3b3b;
    font-size: small;
    font-family: inherit;
    text-decoration: none;
}
/* Styling for boxes */
.box {
    height: 100px;
    margin: 10px 0;
    background-color: #ffffff;
    color: #3d3d3d;
    display: flex;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: 0.05s;
   /* Algemeen stijl voor de indeling met drie kolommen */
}   
   
.container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #f9f9f9;
}
html, body {
    height: 100%;
    margin: 0;
    display: flex
;
    flex-direction: column;
    background-image: url(../assets/img/background.png);
    background-size: cover;
    font-family: 'Poppins', sans-serif;
}

        /* Zoekbalk sectie bovenaan */
.search-bar {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    background-color: #f4f4f4;
}

        .search-bar input {
            padding: 8px;
            width: 70%;
            font-size: 16px;
            border: 1px solid #ccc;
        }

        /* Container voor de drie kolommen */
        .columns {
            display: flex;
            gap: 20px;
            width: inherit;
            justify-content: center;
        }

        /* Linker kolom: filteren op automerk */
        .left-column {
            width: 20%;
            background-color: #ffffff;
            padding: 0px;
            box-shadow: 0 0 10px rgb(255 255 255 / 10%);
            border-bottom: 1px solid #ffffff;
            bottom: 0;
            margin-top: 20px;
        }

        .left-column table {
            width: 100%;
            border-collapse: collapse;
        }

        .left-column td {
            padding: 10px;
            text-align: left;
        }

        /* Rechter kolom: lijst van auto's */
        .right-column {
            width: 75%;
        }
.car-box:hover {
    background-color: #f9f9f9;
}

.car-box {
    display: flex;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
    cursor: pointer;
    height: 300px;
    overflow: hidden;
    transition: 0.05s;
    margin-top: 20px;
}

        .sold {
            opacity: 0.5;
            background-color: #f4f4f4;
        }

        .status-label {
            color: red;
            font-weight: bold;
        }

        /* Carousel */
        .carousel {
            width: 100%;
            max-width: 530px; /* Zelfde breedte als je afbeelding */
        }

        .carousel-item img {
            width: 100%;
            height: auto;
        }

        /* Paginering */
        .pagination {
            margin-top: 0px;
            text-align: center;
        }

.pagination a {
    padding: 5px 10px;
    margin: 0 5px;
    text-decoration: none;
    background-color: #007BFF;
    color: white;
    border-radius: 50px;
    padding: 0px 10px;
}

        .pagination a.active {
            background-color: #0056b3;
        }
		/* Stijl voor wanneer er geen afbeelding beschikbaar is */
.no-image-text {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #555;
    height: 100%;
}
.car-details {
    margin-left: 20px;
}a.car-link {
    color: black;
    text-decoration: solid;
    font-family: sans-serif;
}

/* Global styles */
html, body {
    height: 100%; /* Zorg ervoor dat de body 100% van de hoogte van het scherm inneemt */
    margin: 0; /* Verwijder de standaard marges */
    display: flex; /* Flexbox voor de body */
    flex-direction: column; /* Zet de inhoud in een kolom */
    background-image: url(../assets/img/background.png);
    background-size: cover;
    font-family: 'Poppins', sans-serif;
}
        .dark-grey-background {
            background-color: #2c2c2c;
            color: white;
        }
		


.box:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}
img#car_img {
    height: 120px;
    margin-right: 10px;
    width: 120px;
    border-radius: 20px;
}

/* Content area to fill space between header and footer */
#content {
    flex: 1; /* Laat de content de beschikbare ruimte vullen */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #ffffff; /* Optioneel: Stel een achtergrondkleur in voor de inhoud */
}

/* Header styles */
header {
    background-color: #ffffff; /* Achtergrondkleur */
    box-sizing: border-box; /* Zorg ervoor dat padding wordt meegerekend in de breedte/hoogte */
    margin-bottom: 100px;
}

/* Flexbox layout for the nav */
nav {
    display: flex; /* Zet de navigatie in flexbox */
    justify-content: space-between; /* Plaats ruimte tussen de navbar en social icons */
    align-items: center; /* Centreer items verticaal */
    /* margin-left: 450px; */
    justify-self: center;
}

/* Navbar styles */
.navbar {
    list-style-type: none; /* Verwijder de opsommingstekens */
    margin: 0 auto; /* Centreer de navbar binnen de nav-container */
    padding: 0; /* Zet standaard padding op nul */
    display: flex; /* Flex layout voor nav-items */
    flex-grow: 1; /* Laat de navbar de beschikbare ruimte innemen */
    margin-left: 100px;
    gap: 40px;
} 

/* Navbar links */
.nav-link {
    text-decoration: none; /* Verwijder onderstreping */
    color: #c72230; /* Tekstkleur */
    font-size: 18px; /* Lettergrootte */
    font-weight: 700; /* Maak de tekst vet */
    transition: 0.2s; /* Zachte overgang voor hover */
}

/* Social icons container */
.social-icons {
    list-style-type: none; /* Verwijder de opsommingstekens */
    margin: 0; /* Zet standaard marges op nul */
    padding: 0; /* Zet standaard padding op nul */
    display: flex; /* Flex layout voor social media iconen */
    gap: 15px; /* Ruimte tussen de iconen */
    /* position: absolute; */
    background-color: #c72230;
    left: 0;
    right: 0;
    margin: 0px;
    align-items: flex-start;
    justify-content: end;
    padding-right: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Social icons links */
.social-link {
    text-decoration: none;
    color: #ffffff; /* Pas de kleur aan naar behoefte */
    font-size: 20px; /* Grootte van de iconen */
}

/* Footer styling */
#footer {
    background-color: #111111; /* Donkere achtergrondkleur */
    color: #fff; /* Witte tekst */
    padding: 0px 0; /* Voeg wat padding rondom de footer toe */
    text-align: center; /* Centreer de tekst */
    width: 100%; /* Maak de footer 100% breed */
    flex-shrink: 0; /* Voorkom dat de footer krimpt */
    margin-top: auto; /* Zorg ervoor dat de footer onderaan komt, zelfs bij korte inhoud */
}

/* Footer content */
#footer-content p {
    margin: 0; /* Verwijder de standaard marge */
    font-size: 14px; /* Zet de lettergrootte */
}

/* Links styling */
#footer-content a {
    color: #fff; /* Witte kleur voor de link */
    text-decoration: none; /* Verwijder de onderstreping */
}

#footer-content a:hover {
    text-decoration: underline; /* Onderstreep bij hover */
}

/* Links hover voor navbar */
.nav-link:hover {
    color: #000000; /* Verander de kleur bij hover */
}

/* Styles for the container and boxes */
.container {
    background: #ffffff;
    padding: 20px 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    align-self: center;
    margin: 0px;
    border-radius: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 10px 40px 35px 40px;
    text-align: left;
    margin-bottom: 80px;
    max-width: fit-content;
    min-width: 75vw;
}
i.fab.fa-facebook:hover {
    color: #c72230;
}
.fa-brands,.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    color: #3d3d3d;
    transition: 0.3s;
}
.telnumb:hover {
    color: #c72230;
    cursor: pointer;
}
.logo{
	max-block-size: -webkit-fill-available;
	margin-top: -23px;
}
ul.social-icons:hover {
    color: #c72230;
}

i.fab.fa-whatsapp:hover {
    color: #c72230;
}
/* Styling for boxes */
.box {
    height: 100px;
    margin: 10px 0;
    background-color: #ffffff;
    color: #3d3d3d;
    display: flex;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: 0.05s;
}


/* Zorg ervoor dat de footer altijd onderaan blijft */
body {
    display: flex;
    flex-direction: column;
}


/* Flexbox layout ensures the content fills the space between header and footer */
html, body {
    height: revert-layer; /* Zorg ervoor dat de body de volledige hoogte van het scherm inneemt */
    margin: 0; /* Verwijder de standaard marges */
}

#footer {
    margin-top: auto; /* Zorg ervoor dat de footer onderaan komt, zelfs bij korte inhoud */
    margin-top: 100px;
}
social-icons {
    align-items: center !important;
}
/* Modern hover effect for the WhatsApp icon */
.custom-whatsapp-link:hover {
    transform: scale(1.15);  /* Slightly scale the icon up */
    background-color: #128C7E;  /* Darker WhatsApp green on hover */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);  /* Add a soft shadow for a 3D effect */
	color:white !important;
}
a#button:hover {
    background-color:black;
    scale: 0.95;
}

a#button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #c72230;
    color: white;
    text-decoration: none;
    border-radius: 15px;
    margin: 20px 0px;
	transition:0.2s;
}
/* Smooth animation for the icon */
.custom-whatsapp-link i {
    transition: transform 0.3s ease-in-out;
	color:white !important;
}

select {
    border: 0px;
    max-width: 120px;
    padding: 5px;
    background-color: #f0f0f0;
    width: -webkit-fill-available;
}





/* Modern Footer Styles */

.footer {
    background-color: #1f1f1f;
    color: #fff;
    padding: 40px 20px;
    font-family: 'Open Sans', sans-serif;
}

.footer-content {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer-left p {
    margin: 0;
    font-size: 14px;
}

.footer-right a {
    color: #ccc;
    margin-left: 20px;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-right a:hover {
    color: #fff;
}



/* Enhanced Footer Styles */
.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.footer-left {
    flex: 1 1 200px;
}

.footer-pages {
    flex: 1 1 150px;
}

.footer-pages h4,
.footer-map h4 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}

.footer-pages ul {
    list-style: none;
    padding: 0;
}

.footer-pages li {
    margin-bottom: 6px;
}

.footer-pages a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
}

.footer-pages a:hover {
    color: #fff;
}

.footer-map {
    flex: 1 1 300px;
}


/* Modern index styles */

/* Hero section */
.hero {
    background: linear-gradient(to right, #232526, #414345);
    color: white;
    padding: 80px 20px;
    text-align: center;
}
.hero-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
}
.hero-content p {
    font-size: 20px;
    margin-bottom: 30px;
}
.btn-primary {
    padding: 12px 24px;
    background-color: #ff6b35;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.3s ease;
}
.btn-primary:hover {
    background-color: #e85d2a;
}

/* Features section */
.features {
    display: flex;
    justify-content: space-around;
    padding: 60px 20px;
    background: #f5f5f5;
    text-align: center;
}
/*.container {
    width: fit-content;	
}*/
.feature {
    flex: 1;
    margin: 0 15px;
}
.feature h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.feature p {
    font-size: 16px;
    color: #444;
}


/* Styles pour page index modernisÃƒÂ©e */

/* Hero section */
.hero {
    background: linear-gradient(to right, #232526, #414345);
    color: white;
    padding: 80px 20px;
    text-align: center;
}
.hero-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
}
.hero-content p {
    font-size: 20px;
    margin-bottom: 30px;
}
.btn-primary {
    padding: 12px 24px;
    background-color: #ff6b35;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.3s ease;
}
.btn-primary:hover {
    background-color: #e85d2a;
}

/* Features section */
.features {
    display: flex;
    justify-content: space-around;
    padding: 60px 20px;
    background: #f5f5f5;
    text-align: center;
    flex-wrap: wrap;
}
.feature {
    flex: 1;
    margin: 0 15px;
}
.feature i {
    font-size: 40px;
    margin-bottom: 10px;
    color: #ff6b35;
}
.feature h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.feature p {
    font-size: 16px;
    color: #444;
}

/* Map section */
.map-section {
    padding: 60px 20px;
    background: #fff;
    text-align: center;
}
.map-section h2 {
    margin-bottom: 20px;
    font-size: 28px;
}


/* Footer custom styling */

.clean-footer {
  background-color: #fff;
  color: #000;
  padding: 40px 0 20px;
  font-family: 'Segoe UI', sans-serif;
  border-top: 1px solid #eee;
}
.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
  text-align: center;
}
.footer-col h4 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}
.footer-col ul {
  list-style: none;
  padding: 0;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul li a,
.footer-col a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
}
.footer-col ul li a:hover,
.footer-col a:hover {
  color: #c72230;
  text-decoration: underline;
}
.footer-bottom {
  text-align: center;
  padding-top: 30px;
  font-size: 14px;
  color: #555;
  border-top: 1px solid #eee;
  margin-top: 40px;
}
.footer-bottom .credit {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #999;
}


/* ===== PATCH POUR SLIDER ESTHÃƒâ€°TIQUE AVEC PEU DE VOITURES ===== */
.voertuig-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 10px;
}

.voertuig-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.voertuig-card {
  flex: 0 0 230px;
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.voertuig-card:hover {
  transform: translateY(-5px);
}

.voertuig-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.voertuig-card h3 {
  font-size: 1.1rem;
  margin: 10px 0;
  text-align: center;
}

.voertuig-card p {
  font-size: 0.9rem;
  margin: 4px 12px;
}

.bekijk-btn {
  background-color: #c62828;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-align: center;
  margin: 30px auto;
  display: block;
  width: fit-content;
}

/* Responsive */
@media (max-width: 768px) {
  .voertuig-card {
    flex: 1 1 100%;
    max-width: 90%;
  }
}


/* === PATCH pour stabilitÃƒÂ© visuelle des cartes vÃƒÂ©hicules === */
.voertuig-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.voertuig-card {
  width: 250px;
  height: 420px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.voertuig-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.voertuig-card h3 {
  font-size: 1.1rem;
  margin: 10px 0;
  text-align: center;
}

.voertuig-card p {
  font-size: 0.9rem;
  margin: 4px 12px;
}

.voertuig-card:hover {
  transform: translateY(-5px);
}

.bekijk-btn {
  background-color: #c62828;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-align: center;
  margin: 30px auto;
  display: block;
  width: fit-content;
}

@media (max-width: 768px) {
  .voertuig-card {
    width: 90%;
  }
}


/* === Correction alignement vertical du contenu des cartes === */
.voertuig-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
}

.voertuig-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 12px;
}

.voertuig-card-content p:last-child {
  margin-top: auto;
}
div#body-contents {
    background: linear-gradient(180deg, hsl(0deg 0% 100% / 0%) 50%, hsl(0deg 0% 100%) 100%);
    text-align: -webkit-center;
}


<!-- CAR style test -->


.columns {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.left-column {
  flex: 0 0 275px;
}
.right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}


.filter-box {
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 15px;
  border-bottom: solid;
  border-width: 1px;
  border-color: gainsboro;
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 9%);
  background: linear-gradient(-5deg, rgb(255 255 255) -32%, rgb(235 235 235) 10%, rgb(249 249 249) 100%);
  border-radius: 5px;
}
.filter-box .txt-title {
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

#brand-filter label input {
  margin-right: 8px;
}
.filter-item label {
  flex: 1;
}
.filter-item input,
.filter-item select {
  margin-left: 8px;
}


.sort-container {
  padding: 10px 15px;
}
.pagination {
  display: flex;
  justify-content: center;

}
.pagination .page-number {
  padding: 6px 12px;
  margin: 0 4px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #ddd;
  user-select: none;
}
.pagination .active {
  background: #c72230;
  color: #fff;
  border-color: #d2212e;
  transition-duration: 0.2s;
}


#car-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.car-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}
.car-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.car-price {
  padding: 10px;
  font-size: 1.2em;
  font-weight: bold;
  background: #3b3b3b80;
}
.carousel img {
  width: 101%;
  height: auto;
  object-fit: cover;
}
.car-details {
  padding: 12px;
}
.car-details-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0;
  background-color: #f3f3f3;
  padding: 15px;
  border-radius: 13px;
  text-decoration: unset;
}
.maintenance-infobar {
    padding: 10px 9vw !important;
    text-align: center !important;
}

div#maintenanceBanner {
    padding: 10px 1vw !important;
}
.car-columdiv#maintenanceBanner {
    padding: 10px 1vw !important;
}n {
  display: flex;
  align-items: center;
  font-size: 0.9em;
}
.car-column i {
  margin-right: 4px;
}
.status-label {
  padding: 6px 12px;
  display: inline-block;
  border-radius: 4px;
  font-weight: bold;
  margin-top: 8px;
}
.verkocht .status-label {
  background: #dc3545;
  color: #fff;
}
.car-box:not(.verkocht) .status-label { 
  background: #28a745;
  color: #fff;
}

div#maintenanceBanner {
    padding: 10px 8vw !important;
}
<!-- Car test end -->