.bike-card {
    margin-bottom: 20px;
   border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    
}

.bike-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.bike-card .uk-card-media-top {
    position: relative;
}

.bike-card .bike-image-link img {
    min-height: 196px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.bike-card .bike-image-link:hover img {
    transform: scale(1.05);
}

.bike-card .uk-overlay-custom {
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 15px;
 
    transition: opacity 0.3s ease;
}

.bike-card:hover .uk-overlay-custom {
    opacity: 1;
}

.bike-card .uk-overlay-custom p {
    color: white;
    margin: 0;
    font-size: 0.9em;
}

.bike-card .uk-card-body {
    padding: 15px;
}

.bike-card .item-name {
    color: #333;
    font-weight: 600;
    font-size: 1.1em;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

.bike-card .item-name:hover {
    color: #e63946 !important;
}

.bike-card .item-rate {
    margin: 10px 0;
    color: #e63946;
    font-weight: 700;
    font-size: 1.2em;
}

.bike-card .item-dec {
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.bike-card .item-detl {
    flex: 1;
    text-align: center;
    padding: 0 5px;
}

.bike-card .item-detl.item-cc {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.bike-card .item-detl span[uk-icon] {
    color: #666;
}

.bike-card .item-detl span:not([uk-icon]) {
    min-width: 50px;
    line-height: 1.5;
    font-size: 0.9em;
    color: #666;
}

.bike-card .btn-viewSeller {
    width: 80%;
}

.bike-card .view-seller-detl {
    width: 100%;
  
  
    border: none;
    border-radius: 4px;
}

.bike-card .shortlist {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.bike-card .shortlist [uk-icon="heart"] {
    color: #e63946;
}


.bike-card {
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.bike-image-link:hover img {
    transform: scale(1.05);
}

.uk-overlay-custom {
    opacity: 1;
}

.spec-icon.driven {
    background-color: #dbeafe;
    color: #2563eb;
}

.spec-icon.engine {
    background-color: #fed7aa;
    color: #ea580c;
}

.spec-icon.location {
    background-color: #dcfce7;
    color: #16a34a;
}

.spec-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
}
