.akg-testimonial-carousel {
    padding: 20px 0;
}

.akg-testi-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 40px 25px;
    text-align: center;
    transition: all 0.3s ease;
    margin: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Red border on hover or active slide */
.akg-testi-card:hover {
    border-color: #d32f2f;
}

.akg-testi-img img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    margin: 0 auto 20px;
    object-fit: cover;
}

.akg-testi-name {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #222;
}

.akg-testi-desig {
    color: #d32f2f; /* Red designation */
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.akg-testi-stars {
    color: #ffb400; /* Gold Stars */
    font-size: 18px;
    margin-bottom: 15px;
}

.akg-testi-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    font-style: italic;
}