.nepalevs-upcoming-evs, .nepalevs-upcoming-evs-carousel {
    padding: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.nepalevs-upcoming-evs .filters-wrapper {
    margin-bottom: 40px;
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nepalevs-upcoming-evs .filters-wrapper h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #222;
    font-weight: 600;
}

.nepalevs-upcoming-evs .filter-toggle {
    display: none;
    font-size: 16px;
    color: #1a73e8;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 500;
}

.nepalevs-upcoming-evs #upcoming-evs-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: flex-end;
}

.nepalevs-upcoming-evs .filter-group {
    flex: 1;
    min-width: 220px;
}

.nepalevs-upcoming-evs .filter-group label {
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
}

.nepalevs-upcoming-evs .filter-group select {
    width: 100%;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 15px;
    background: #fff;
    transition: border-color 0.3s ease;
}

.nepalevs-upcoming-evs .filter-group select:focus {
    border-color: #1a73e8;
    outline: none;
}

.nepalevs-upcoming-evs .filter-buttons {
    display: flex;
    gap: 15px;
}

.nepalevs-upcoming-evs .filter-button,
.nepalevs-upcoming-evs .reset-button {
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.nepalevs-upcoming-evs .filter-button {
    background: #1a73e8;
    color: #fff;
}

.nepalevs-upcoming-evs .filter-button:hover {
    background: #1557b0;
}

.nepalevs-upcoming-evs .reset-button {
    background: #6c757d;
    color: #fff;
}

.nepalevs-upcoming-evs .reset-button:hover {
    background: #5a6268;
}

.nepalevs-upcoming-evs .upcoming-evs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
}

.nepalevs-upcoming-evs .ev-card, .nepalevs-upcoming-evs-carousel .ev-card {
    background: #fff;
    border: 1px solid #e8ecef;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    min-width: 300px;
}

.nepalevs-upcoming-evs .ev-card:hover, .nepalevs-upcoming-evs-carousel .ev-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.nepalevs-upcoming-evs .ev-image, .nepalevs-upcoming-evs-carousel .ev-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.nepalevs-upcoming-evs .ev-image img, .nepalevs-upcoming-evs-carousel .ev-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}

.nepalevs-upcoming-evs .ev-card:hover .ev-image img, .nepalevs-upcoming-evs-carousel .ev-card:hover .ev-image img {
    transform: scale(1.05);
}

.nepalevs-upcoming-evs .ev-image .no-image, .nepalevs-upcoming-evs-carousel .ev-image .no-image {
    width: 100%;
    height: 180px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 15px;
    font-weight: 500;
}

.nepalevs-upcoming-evs .ev-expected-date, .nepalevs-upcoming-evs-carousel .ev-expected-date {
    position: absolute;
    top: 10px;
    left: 10px;
    right: auto;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    white-space: nowrap;
}

.nepalevs-upcoming-evs .ev-title, .nepalevs-upcoming-evs-carousel .ev-title {
    font-size: 18px;
    font-weight: 600;
    background: #1a73e8;
    color: #fff;
    padding: 12px 15px;
    text-align: center;
    width: 100%;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nepalevs-upcoming-evs .ev-details, .nepalevs-upcoming-evs-carousel .ev-details {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.nepalevs-upcoming-evs .ev-price-wrapper, .nepalevs-upcoming-evs-carousel .ev-price-wrapper {
    margin-bottom: 15px;
}

.nepalevs-upcoming-evs .ev-price, .nepalevs-upcoming-evs-carousel .ev-price {
    font-size: 15px;
    font-weight: 600;
    color: #1a73e8;
    margin: 0;
}

.nepalevs-upcoming-evs .ev-specs, .nepalevs-upcoming-evs-carousel .ev-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.nepalevs-upcoming-evs .spec-item, .nepalevs-upcoming-evs-carousel .spec-item {
    flex: 1;
    min-width: 110px;
    background: #e9f1ff;
    padding: 10px;
    border-radius: 6px;
    font-size: 13px;
    text-align: center;
}

.nepalevs-upcoming-evs .spec-item .value-suffix, .nepalevs-upcoming-evs-carousel .spec-item .value-suffix {
    font-weight: 500;
}

.nepalevs-upcoming-evs .pagination {
    margin-top: 40px;
    text-align: center;
}

.nepalevs-upcoming-evs .pagination a,
.nepalevs-upcoming-evs .pagination span {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 8px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 15px;
}

.nepalevs-upcoming-evs .pagination a:hover {
    background: #1a73e8;
    color: #fff;
    border-color: #1a73e8;
}

.nepalevs-upcoming-evs .pagination .current {
    background: #1a73e8;
    color: #fff;
    border-color: #1a73e8;
}

/* Swiper Carousel Styles */
.nepalevs-upcoming-evs-carousel .swiper-container {
    width: 100%;
    padding-bottom: 60px;
}

.nepalevs-upcoming-evs-carousel .swiper-slide {
    display: flex;
    justify-content: center;
    height: auto;
    width: 300px;
}

.nepalevs-upcoming-evs-carousel .swiper-pagination-bullet {
    background: #1a73e8;
    opacity: 0.5;
}

.nepalevs-upcoming-evs-carousel .swiper-pagination-bullet-active {
    opacity: 1;
}

.nepalevs-upcoming-evs-carousel .swiper-button-prev,
.nepalevs-upcoming-evs-carousel .swiper-button-next {
    color: #1a73e8;
}

@media (max-width: 767px) {
    .nepalevs-upcoming-evs .filters-wrapper {
        padding: 20px;
    }

    .nepalevs-upcoming-evs .filter-toggle {
        display: block;
    }

    .nepalevs-upcoming-evs #upcoming-evs-filter {
        display: none;
        flex-direction: column;
    }

    .nepalevs-upcoming-evs #upcoming-evs-filter.active {
        display: flex;
    }

    .nepalevs-upcoming-evs .filter-group {
        min-width: 100%;
    }

    .nepalevs-upcoming-evs .upcoming-evs-grid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }

    .nepalevs-upcoming-evs .ev-card, .nepalevs-upcoming-evs-carousel .ev-card {
        min-width: 260px;
    }

    .nepalevs-upcoming-evs .ev-image img, .nepalevs-upcoming-evs-carousel .ev-image img,
    .nepalevs-upcoming-evs .ev-image .no-image, .nepalevs-upcoming-evs-carousel .ev-image .no-image {
        height: 140px;
    }

    .nepalevs-upcoming-evs .ev-expected-date, .nepalevs-upcoming-evs-carousel .ev-expected-date {
        font-size: 11px;
        padding: 5px 10px;
    }

    .nepalevs-upcoming-evs .ev-title, .nepalevs-upcoming-evs-carousel .ev-title {
        font-size: 16px;
        padding: 10px 15px;
    }

    .nepalevs-upcoming-evs .ev-price, .nepalevs-upcoming-evs-carousel .ev-price {
        font-size: 12px;
        color: #000;
    }

    .nepalevs-upcoming-evs .ev-specs, .nepalevs-upcoming-evs-carousel .ev-specs {
        flex-direction: row;
        gap: 8px;
    }

    .nepalevs-upcoming-evs .spec-item, .nepalevs-upcoming-evs-carousel .spec-item {
        flex: 1;
        min-width: 0;
        font-size: 12px;
        padding: 8px;
    }

    .nepalevs-upcoming-evs-carousel .swiper-slide {
        width: 260px;
    }
}