.tc-swiper-b369f1d0 {
    width: 100%;
    padding: 40px 0 60px;
    overflow: hidden;
    position: relative;
}
.tc-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tc-content-wrap {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 12px;
    max-width: 700px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.tc-text {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 25px;
    color: #444;
    line-height: 1.6;
}
.tc-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.tc-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.tc-info {
    text-align: left;
}
.tc-name {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}
.tc-position {
    font-size: 14px;
    color: #666;
}
/* Ensure swiper arrows are visible */
.tc-swiper-b369f1d0 .swiper-button-next,
.tc-swiper-b369f1d0 .swiper-button-prev {
    color: #333;
}
.tc-swiper-b369f1d0 .swiper-pagination-bullet-active {
    background: #333;
}