.slider-container {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.large-image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.thumbnail-images {
    display: flex;
    margin-top: 10px;
    border-radius: 50px;
}

.thumbnail {
    flex: 0 0 20%;
    cursor: pointer;
    border-radius: 50px;
}

.thumbnail img {
    width: 100%;
    /* border: 2px solid #008cba; */
    padding: 2px;
    height: auto;
}
.card {
    border: none;
    background-color: #f8f9fa;
}

.card-body {
    padding: 20px;
}

.card-title {
    font-size: 24px;
    font-weight: bold;
}

.card-text {
    font-size: 16px;
}

.card-link {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #007bff;
}
.car-details {
    background-color: #f8f9fa;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-top: 10px;
}

.car-image {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}