.cet-testimonial-widget {
    background-color: #0f0f0f;
    color: #ffffff;
    padding: 60px 40px;
    border-radius: 20px;
    font-family: 'Arial', sans-serif;
    position: relative;
    overflow: hidden;
}

.cet-testimonial-widget .swiper-wrapper {
    display: flex;
    align-items: center;
}

.cet-testimonial-widget .swiper-slide {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-direction: row;
    justify-content: center;
}

.cet-testimonial-widget .cet-image img {
    width: 220px;
    height: 260px;
    object-fit: cover;
    border-radius: 12px;
}

.cet-content {
    max-width: 600px;
    position: relative;
}

.cet-quote {
    font-size: 50px;
    color: #e0e0e0;
    line-height: 1;
    margin-bottom: 10px;
}

.cet-text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #dddddd;
}

.cet-name {
    font-weight: 600;
    font-size: 18px;
}

.cet-role {
    font-size: 14px;
    color: #aaa;
}

.cet-arrows {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: flex;
    gap: 12px;
}

.cet-arrows .swiper-button-prev,
.cet-arrows .swiper-button-next {
    background-color: #f6f6d9;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cet-arrows .swiper-button-prev::after,
.cet-arrows .swiper-button-next::after {
    content: '';
}

.cet-arrows .swiper-button-prev::before {
    content: '←';
}

.cet-arrows .swiper-button-next::before {
    content: '→';
}
