
.gb-testimonial-wrapper {
    background: #f5f5f5;
    padding: 60px 20px;
    border-radius: 12px;
    text-align: center;
    max-width: 1100px;
    margin: 40px auto;
}

.gb-testimonial-wrapper h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}

.gb-testimonial-slider {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.gb-testimonial-item {
    background: #fff;
    padding: 25px 20px;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    position: relative;
}

.gb-testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid #fff;
}

.gb-testimonial-content {
    font-size: 14px;
    color: #555;
    margin-top: 30px;
    line-height: 1.6;
}

.gb-testimonial-name {
    margin-top: 15px;
    font-weight: 600;
    color: #333;
}

@media (max-width: 768px) {
    .gb-testimonial-slider {
        flex-direction: column;
        align-items: center;
    }
}
