.aaqa-swiper {    
    width: 100%;
    padding: 10px 0 20px;
}


.swiper-slide{
  width:auto;  
}

.aaqa-swiper .swiper-slide{
    width:200px !important;
}

.aaqa-box {
    width: auto;
    height:40px;
    background: #fff;
    border-radius: 25px;
    padding: 12px 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #222;
    border: 1px solid #eee;
    transition: all .25s ease;
    box-shadow: 0 4px 18px rgba(0,0,0,.04);
}

.aaqa-box span {
    color: #000;
    font-size: 13px;
}

.aaqa-box strong {
    font-weight: 600;
    font-size: 13px;
    text-wrap: nowrap;
}

.aaqa-box:hover {
    transform: translateY(-2px);
    border-color: #ff8a00;
    box-shadow: 0 6px 22px rgba(0,0,0,.08);
}