/* Custom Testimonial Container */
.cte-testimonial-wrapper {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.cte-swiper-container {
    padding-bottom: 45px !important;
}

/* Card Styling Matching the Image */
.cte-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 30px 25px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

/* Star Rating */
.cte-stars {
    color: #ffc107;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

/* Testimonial Text */
.cte-content {
    color: #555555;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
    font-family: inherit;
}

/* Footer Section */
.cte-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.cte-name {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
}

.cte-designation {
    margin: 3px 0 0 0;
    font-size: 12px;
    color: #888888;
}

/* Subtle Quote Icon Right Side */
.cte-quote-icon span {
    font-size: 28px;
    color: #eaeaea;
    font-family: sans-serif;
    line-height: 1;
}

/* Swiper Pagination Styling */
.cte-pagination .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.5;
}

.cte-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
    opacity: 1;
    width: 20px;
    border-radius: 5px;
}