.bdl-home-testimonials {
    width: 100%;
}

/* The .bookory-carousel is Bootstrap .row (display:flex). Slick's local build measures
   $list.width() for slide widths, so .slick-list must fill the full row width. */
.bdl-home-testimonials .bookory-carousel .slick-list {
    flex: 0 0 100%;
    min-width: 0;
}

.bdl-home-testimonials .elementor-testimonial-item-wrapper .inner {
    min-height: 440px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    border-radius: 25px;
    background-color: #ffffff;
    text-align: center;
}

.bdl-home-testimonials .elementor-testimonial-item-wrapper .content {
    color: var(--accent);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}

.bdl-home-testimonials .elementor-testimonial-item-wrapper .name,
.bdl-home-testimonials .elementor-testimonial-item-wrapper .job {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.bdl-home-testimonials .elementor-testimonial-item-wrapper .name {
    color: var(--accent);
}

.bdl-home-testimonials .elementor-testimonial-item-wrapper .job {
    color: #999999;
}

.bdl-home-testimonials .elementor-testimonial-item-wrapper .elementor-testimonial-image {
    margin-bottom: 30px;
}

.bdl-home-testimonials .elementor-testimonial-item-wrapper .elementor-testimonial-image img,
.bdl-home-testimonials .bdl-testimonial-initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.bdl-home-testimonials .bdl-testimonial-initials {
    background-color: #faf5f3;
    color: #d11e47;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.bdl-home-testimonials .elementor-testimonial-item-wrapper .details {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px 0;
}

.bdl-home-testimonials .elementor-testimonial-item-wrapper .details:after {
    color: #eeeeee;
}

.bdl-home-testimonials .slick-dots {
    bottom: 0;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .bdl-home-testimonials .elementor-testimonial-item-wrapper .inner {
        padding: 30px;
    }

    .bdl-home-testimonials .elementor-testimonial-item-wrapper .content {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    .bdl-home-testimonials .elementor-testimonial-item-wrapper .inner {
        min-height: 320px;
    }

    .bdl-home-testimonials .elementor-testimonial-item-wrapper .content {
        font-size: 16px;
    }
}
