/* Navbar starts */
.img_1{
    margin-top:132px;
    margin-left:76px;
}
.nav_ul{
    width:100%;
    height:100px;
    top:0;
    left:0;
    right:0;
    z-index:300;
}
.navbar-nav{
    margin-left: 314px;
    margin-top: 5px;
    color:white;
}
.navbar-nav a{
    color:black;
}
.nav_1{
    height:100px;
    margin-left: 100px;
}
.nav_12{
    margin-left: -2px;
    width: 100%;
    margin-top:-8px;
}
.img_2{
    width:44px;
    height:44px;
    margin-left:100px;
}
.img_3{
    width:44px;
    height:44px;
    margin-top:-33px;
}
.active{
    color:#ffcc00!important;
}
.btn_1{
    margin-left:50px;
}
    /* Navbar Ends */
/* Banner starts */
.fn_1{
    font-size:48px;
    margin-top: -171px;
    margin-left: -629px;
}
.para_1{
    font-size:48px;
    margin-left: -631px;
}
.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../Images/vistara_banner.png') no-repeat center center;
    background-size: cover;
    height:448px;
    color: white;
    text-align: left;
    width:1600px;
    width:100%;
    margin-top: -9px;
}
/* Banner Ends */
/* search bar stars */
.search_0{
    bottom:-327px;
    right:200px;
    left:182px;
    top:484px;
}
/* search bar ends */
/* Filter slide bar starts */
.filter-section{
    margin-top:157px;
    margin-left: 100px;
}
.car-listings{
    margin-top:168px;
    margin-left:-1px;
}
:root {
    --primary-color: #ff6b6b;
    --secondary-color: #4ecdc4;
    --text-color: #2d3436;
    --light-gray: #f8f9fa;
}

body {
    background-color: #fff5f5;
    color: var(--text-color);
}

/* Filter Sidebar */
.filter-sidebar {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.filter-group {
    margin-bottom: 20px;
}

.filter-group h6 {
    margin-bottom: 10px;
    color: #666;
}

/* Car Card Styling */
.car-card {
    height: 100%;
}

.car-card .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

/* .car-card .card:hover {
    transform: translateY(-5px);
} */

.card-header {
    background: none;
    border-bottom: none;
    padding-bottom: 0;
}

.available-badge {
    background-color: #4ade80;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
}

.btn-favorite {
    background: none;
    border: none;
    color: var(--primary-color);
}

.card-img-top {
    padding: 10px;
    height: 200px;
    object-fit: contain;
}

.car-features, .car-info {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 0.9rem;
    color: #666;
}

.car-features span, .car-info span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.price {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--primary-color);
}

.btn-primary {
    background-color: var(--primary-color);
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    color:#000;
}
.btn-primary:hover {
    background-color: darken(var(--primary-color), 10%);
    color:#000;
    border-color: #000;
} 
/* Pagination Styling */
.pagination {
    margin-top: 2rem;
    gap: 5px;
}
.pagination .page-link {
    color: var(--text-color);
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.pagination .page-link:hover:not(.active) {
    background-color: #ffe5e5;
    color: var(--primary-color);
}

.pagination .page-item.disabled .page-link {
    background-color: #f8f9fa;
    color: #6c757d;
}

/* Responsive Design */
@media (max-width: 768px) {
    .filter-sidebar {
        margin-bottom: 20px;
    }
    
    .car-features, .car-info {
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width: 326px) {
    .card-title {
        font-size: 1.1rem;
    }
    
    .price-section {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .car-features span, .car-info span {
        font-size: 0.8rem;
    }
    
    .price {
        font-size: 1rem;
    }
    
    .btn-primary {
        width: 100%;
    }
}

/* Responsive Pagination */
@media (max-width: 576px) {
    .pagination {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .pagination .page-link {
        padding: 6px 12px;
        font-size: 0.9rem;
    }
}
/* Form section starts */
.rect_3{
    margin-top:62px;
    padding-left:296px;
}
.heading_quest{
    left:550px;
    right:100px;
    top:116px;
}
.name_1{
    left:426px;
    top:109px;
    width:268px;
}
.name_2{
    left:156px;
    top:187px;
    width:268px;
}
.name_3{
    width:268px;
    height:94px;
    left:426px;
    top:209px;
}
.para_36{
    margin-left:125px;
    top:150px;
    font-size:24px;
}
.s_8{
    padding-left:-31px;
    top:139px;
    left:129px;
    font-size:18px;
}
.img_568{
    margin-left:-10px;
    left:-166px;
    top:276px;
}
.img_231{
    width:691px;
    height:138px;
    left:-531px;
    top:437px;
    margin-left:50px;
}
.btn_6{
    left:154px;
    top:306px;
}
.img_67{
    height:90px;
}
/* form section ends */
/* footer section starts */
.footer {
    background-color: #000;
    color: #fff;
    padding: 40px 0;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .social-icons a {
    margin-right: 15px;
    color: #FFAE00;
    padding-right:10px;
}
.footer .subscribe input[type="email"] {
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
}
.footer .subscribe button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #ffcc00;
    color: #000;
}
.img_2{
    width:308px;
    height:308px;
    margin-top:319px;
    background-color: black;
    margin-left:-18px;
}
.para_91{
    margin-top:-87px;
    margin-left:18px;
}
.heading-68{
    margin-top:466px;
    margin-left:50px;
}
.li_9{
    margin-top:19px;
    margin-left:50px;
}
.heading-78{
    margin-top:470px;
    margin-left:50px;
}
.li_10{
    margin-top:19px;
    margin-left:50px;
}
.sub_10{
    margin-top:-210px;
    margin-left:916px;
}
.f_1{
    width:1691px;
    height:725px;
    margin-left:0px;
}
.s_2{
    margin-left:17px;
}
.f_8{
    margin-top:-25px;
}
.f_9{
    margin-top:-25px;
}
/* Footer ends */