.custom-client-testimonials .items { 
    display: flex;
    background-color: #071615;
    border-radius: 20px;
    padding: 20px;
    border: 1px rgb(255 255 255 / 10%) solid;
    gap: 20px;
    margin-top: 50px; 
}
.custom-client-testimonials .carousel-image {
    width: 60 0px;
}
.custom-client-testimonials .items::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url('/wp-content/plugins/universal-custom-widgets-for-elementor/assets/images/testimonials.png');
    background-position: center;
    background-repeat: no-repeat;
    top: -50px;
    z-index: 9999;
    right: 30px;
}
.custom-client-testimonials .carousel-image img {
    width: 100%;
    height: 187px;
    object-fit: cover;
    border-radius: 15px;
}
.custom-client-testimonials .Carousel-Text h3 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Mulish", Sans-serif;
    line-height: 22px;
    margin: 0px;
}
.custom-client-testimonials .Carousel-Text h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Mulish", Sans-serif;
    line-height: 22px;
    margin: 0px;
    padding-bottom: 20px;
}
.custom-client-testimonials .Carousel-Text p {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-family: "Mulish", Sans-serif;
    line-height: 22px;
    color: rgb(255 255 255 / 80%);
}
.custom-client-testimonials .custom-client-testimonialss {
    padding-left: calc((100% - 1273px) / 2);
}
.custom-client-testimonialss .title-button h2.cec-main-title {
    font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 56px;
    color: var(--e-global-color-text);
}
.custom-client-testimonialss .title-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}
.custom-client-testimonialss a.cec-btn {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.1) inset;
    border-style: solid;
    border-radius: 15px;
    padding: 15px 40px;
    color: #fff;
    background-color: #FFFFFF10;
    border-width: 1px;
    border-color: #FFFFFF10;
    transition: 0.5s;
}
.custom-client-testimonials a.cec-btn:hover {
    background-color: #fff;
    color: #000;
}
.custom-client-testimonialss span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 65px !important;
    height: 11px !important;
    border-radius: 100px !important;
    background: #fff !important;
}
.custom-client-testimonialss span.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: rgb(255 255 255 / 11%) !important;
    border-radius: 100px;
    opacity: 1;
}
.custom-client-testimonialss .swiper-pagination {
    padding-top: 70px;
    position: relative;
    left: -100px;
}
.custom-client-testimonialss .swiper-button-prev,
.custom-client-testimonialss .swiper-button-next {
    display: none;
}

/* Responsive Styles */
@media only screen and (max-width: 767px) {
    .custom-client-testimonials .items {
        display: block;
    }
    .custom-client-testimonials .carousel-image {
        width: 100%;
    }
    .custom-client-testimonials .carousel-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
        object-position: left;
    }
    .custom-client-testimonials .items::after {
        width: 80px;
        height: 80px;
        top: -51px;
    }
    .custom-client-testimonials .Carousel-Text {
        padding-top: 20px;
    }
    .custom-client-testimonials .title-button {
        display: block;
        width: 100%;
    }
    .custom-client-testimonials .title-button h2.cec-main-title {
        font-size: 32px !important;
        line-height: 40px;
    }
    .custom-client-testimonials .custom-client-testimonialss {
        padding: 0 20px;
    }
    .custom-client-testimonials  a.cec-btn {
        font-size: 16px;
        padding: 15px 25px;
    }
    .custom-client-testimonialss .swiper-pagination {
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .custom-client-testimonials .title-button h2.cec-main-title {
        font-size: 40px;
    }
    .custom-client-testimonialss .swiper-pagination {
        left: 0;
    }
}
