.pqcew-testimonial.pqcew-style-1 {
    background-color: #1e1e1e; /* Dark background */
    padding: 30px;
    border-radius: 10px;
    color: #ffffff;
    position: relative;
}

.pqcew-testimonial.pqcew-style-1 .pqcew-testimonial-rating {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    display: flex;
    gap: 8px;
}

.pqcew-testimonial.pqcew-style-1 .pqcew-testimonial-rating li i {
    color: #ff6600; /* Orange stars */
    font-size: 18px;
}

.pqcew-testimonial.pqcew-style-1 .pqcew-testimonial-description {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 45px;
}

.pqcew-testimonial.pqcew-style-1 .pqcew-testimonial-author .pqcew-author-designation {
    color: #ff6600; /* Orange designation text */
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

.pqcew-testimonial.pqcew-style-1 .pqcew-testimonial-author .pqcew-author-name {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.pqcew-testimonial.pqcew-style-1 .pqcew-testimonial-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 48px;
    color: rgba(255, 255, 255, 0.1);
}
