.acnosoft-swiper {
    width: 100%;
    padding: 20px 10px;
}

.acnosoft-slide {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.acnosoft-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.acnosoft-title {
    font-size: 20px;
    margin: 10px 0;
}

.acnosoft-desc {
    font-size: 14px;
    color: #666;
}

.acnosoft-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 18px;
    background: #2b59ff;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}
/* CRITICAL SWIPER FIX */
.acnosoft-swiper .swiper-wrapper{
    align-items: stretch;
}

.acnosoft-swiper .swiper-slide{
    height: auto;
}

.acnosoft-slide{
    width:100%;
}

/* Mobile arrows visible */
.swiper-button-next,
.swiper-button-prev{
    width:34px;
    height:34px;
    background:#ffffff;
    border-radius:50%;
    box-shadow:0 2px 8px rgba(0,0,0,0.15);
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size:14px;
    color:#000;
}

/* Touch swipe smooth */
.swiper{
    touch-action: pan-y;
}

