body {
    font-family: Arial, sans-serif;
}
.navbar-brand img {
    max-height: 70px;
}
.sticky-top{
    background-color: #FFFFFF !important;

}
.sidebar {
            width: 250px;
            background-color: #f8f9fa;
            padding: 20px;
            min-width: 250px;
        }
        .sidebar a {
            display: block;
            padding: 10px;
            color: #000;
            text-decoration: none;
        }
        .sidebar a:hover {
            background-color: #ddd;
        }
.navbar-nav .nav-link {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin-left: 20px;
}
.navbar-nav .nav-link:hover {
    color: #FF6D08 !important;
}
.navbar-nav .nav-link i {
    font-size: 1.3rem;
    color: #333;
}
.navbar-nav .nav-link i:hover {
    color: #FF6D08 !important;
}
.card {
    border-radius: 15px;
    max-width: 500px;
    width: 100%;
    background: white;
}

h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

.form-control {
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #ced4da;
}

.form-control:focus {
    border-color: #FF6D08;
    box-shadow: 0 0 0 0.2rem rgba(255, 109, 8, 0.25);
}

button {
    background-color: #FF6D08 !important;
    border: none;
    border-radius: 8px;
    padding: 12px 0;
    font-weight: bold;
    font-size: 1.1rem;
}

button:hover {
    background-color: #FF6D00;
}
h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
}

button {
    background-color: #ffd700;
    border: 1px solid #333;
    color: #333;
    font-weight: bold;
}

button:hover {
    background-color: #ffcc00;
}

p {
    font-size: 1.2rem;
    color: #555;
}

body {
    font-family: Arial, sans-serif;
}

#sidebar {
    width: 300px;
    min-width: 300px;
    height: 100vh;
    position: -webkit-sticky;
    position: fixed;
    top: 133px; /* Adjusted to ensure it does not overlap the navbar */
    padding: 20px; /* Added padding for better appearance */
    border-right: 1px solid #ddd; /* Added a border for separation */
    background-color: #ffffff;
}

.sidebar .nav-link {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    padding: 10px 0; /* Added padding for spacing */
}

.sidebar .nav-link:hover {
    color: #FF6D08;
}

.sidebar .nav-link i {
    margin-left: auto; /* Aligns the arrow to the right */
}

.sidebar .sidebar-heading {
    font-size: 1.2rem;
    font-weight: bold;
}

.sidebar-heading {
    border-bottom: 1px linen;
}

.sidebar {
    border-radius: 20px;
}

.card {
    border: none;
    transition: transform 0.2s;
}

.card:hover {
    transform: scale(1.05);
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.card-text {
    font-size: 0.9rem;
    color: #666;
}

.btn-warning {
    background-color: #ffd700;
    border-color: #ffd700;
    color: #333;
    font-weight: bold;
}

.btn-warning:hover {
    background-color: #ffcc00;
    border-color: #ffcc00;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.dot-separator::before {
    content: '•';
    margin: 0 5px;
    color: #666;
}
.cars-container{
    margin-left: 320px;
}







.main-container{
    /*border: 3px solid #FF6D08;*/
    padding: 50px;
    border-radius: 10px;
}
.cars-card{
    display: inline-block;
    width: 400px;
    margin: 10px;
    text-align: left;
}

@media screen and (max-width: 768px){
    #sidebar {
        width: 0;
        min-width: auto;
        position: absolute;
        top: 0; /* Adjusted to ensure it does not overlap the navbar */
        padding: 0; /* Added padding for better appearance */
        left: 0;
        transition: all 0.3s;
        overflow: hidden;
    }
    .cars-container{
        margin-left: 0;
    }
    .cars-card{
        width: 100%;
    }

    #sidebar.active-sidebar {
        width: 300px;
        padding: 20px; /* Added padding for better appearance */
    }
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.position-relative .overlay {
    display: none;
}

.position-relative:hover .overlay {
    display: flex;
}

.list-inline-item {
    margin-right: 10px;
}

.card-title {
    font-weight: bold;
}

.card-body input,
.card-body textarea {
    margin-bottom: 15px;
}
.vertical-line {
    border-left: 1px solid #ccc;
    height: 100%;
    margin: 0 15px;
}
@media (max-width: 768px) {
    .position-relative .overlay {
        position: static;
        background: none;
        color: black;
    }
}
