/* Begin: Testimonial CSS */
.testimonialSec {
    background: var(--grey);
    border-radius: 2rem;
}

.testimonialSec .secTitle {
    margin-bottom: 1.5rem;
}

.testimonialSec .testimonialCarousel {
    margin-bottom: 0;
}

.testimonialSec .testimonialCarousel .slick-dots {
    margin-top: 0;
}

.testimonialSec>.left {
    position: absolute;
    top: -4rem;
    left: 0;
    width: 8rem;
}

.testimonialCarousel .item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: var(--dark);
    padding: 1.5rem;
    border-radius: 1rem;
}

.testimonialCarousel .item p {
    width: 70%;
    margin: 0;
    color: var(--white);
}

.testimonialCarousel .item .user {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 30%;
}

.testimonialCarousel .item .user h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--white);
}

.testimonialCarousel .item .user .stars {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    gap: 2px;
    color: gold;
}

.testimonialCarousel .item .user img {
    width: 5rem;
}

.testimonialSec .angleShape {
    left: auto;
    top: auto;
    bottom: 0;
    right: 3rem;
    width: 10rem;
}

/* END: Testimonial CSS */