.we4umart-slider {
    width: 100%; /* Full width */
    overflow: hidden;
    position: relative;
}

.we4umart-slider .swiper-wrapper {
    width: 100%;
    height: auto;
    display: flex;
}

.we4umart-slider .swiper-slide {
    width: 100%;
    flex-shrink: 0;
}

.we4umart-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    border-radius:10px;
}

.we4umart-slider .swiper-button-prev,
.we4umart-slider .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background-color: #fff;
    color: #000 !important;
    border-radius: 5px;
    display: none; /* Initially hidden */
    align-items: center;
    justify-content: center;
    font-size: 1.2rem !important;
    transition: opacity 0.3s ease;
}

.we4umart-slider .swiper-button-prev::after,
.we4umart-slider .swiper-button-next::after {
    color: #000 !important;
    font-size: 1.2rem !important;
}
.we4umart-slider:hover .swiper-button-prev,
.we4umart-slider:hover .swiper-button-next {
    display: flex; /* Show on hover */
}

.we4umart-slider .swiper-pagination{
    left: 50% !important;
    background: #fff !important;
    padding: 2px 5px !important;
    border-radius: 30px !important;
    transform: translateX(-50%) !important;
    width:auto !important;
}

.we4umart-slider .swiper-button-prev {
    left: 10px;
}

.we4umart-slider .swiper-button-next {
    right: 10px;
}

.we4umart-slider .swiper-button-prev::after,
.we4umart-slider .swiper-button-next::after {
    font-size: 1.5em;
    color: #fff;
}

.we4umart-slider .swiper-button-prev svg{
    rotate: 180deg !important;
} 

.we4umart-slider .swiper-button-prev svg,
.we4umart-slider .swiper-button-next svg{
    width: 16px !important;
    height: 16px !important;
}

.we4umart-slider .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: var(--swiper-pagination-bottom, 16px) !important;
}