.feronix-slider{
    padding:10px 10px 60px;
}

.ss-card{

    background:#fff;

    border-radius:22px;

    padding:20px;

    height:100%;

    transition:.35s ease;

    box-shadow:
    0 10px 35px rgba(0,0,0,0.06);
}

.ss-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 18px 50px rgba(0,0,0,0.10);
}

.ss-top{

    display:flex;

    gap:18px;

    align-items:flex-start;
}

.ss-top img{

    width:120px;
    height:120px;

    border-radius:18px;

    object-fit:cover;

    flex-shrink:0;
}

.ss-review{

    flex:1;

    display:flex;

    flex-direction:column;
}

.ss-quote{

    color:var(--accent);

    font-size:28px;

    line-height:1;

    margin-bottom:8px;

    font-weight:700;
}

.ss-review p{

    font-size:15px;

    line-height:1.9;

    color:#4d4d4d;

    margin:0 0 18px;
}

.ss-review h4{

    margin:0;

    color:#111;

    font-size:22px;

    font-weight:700;

    line-height:1.2;
}

.ss-review span{

    margin-top:4px;

    color:var(--accent);

    font-size:14px;

    font-weight:500;
}

.swiper-pagination{

    margin-top:35px;

    position:relative !important;
}

.swiper-pagination-bullet{

    width:10px;
    height:10px;

    background:#d0d0d0;

    opacity:1;
}

.swiper-pagination-bullet-active{

    background:var(--accent) !important;
}

@media(max-width:767px){

.ss-top{

    flex-direction:column;
}

.ss-top img{

    width:100%;
    height:220px;
}

.ss-review h4{

    font-size:20px;
}

}