.testimonial-container {
    display: flex;
    justify-content: center;
    height: 500px !important;
    margin-top: 30px;
    padding: 0% 10%;
    overflow: visible !important;
    margin-bottom: 100px !important;
}

.testimonial-background {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    opacity: 0.8;
}

.testimonial-card {
    max-width: 35%;
    min-width: 35%;
}

.testimonial-image {
    width: 100%;
    border-radius: 10px !important;
    box-shadow: rgba(147, 151, 155, 0.2) 0px 8px 24px !important;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-top: -30px;
    margin-bottom: -30px;
    height: calc(100% + 60px) !important;
}

.testimonial-content {
    max-width: 35%;
    min-width: 35%;
    margin-left: 7.5%;
    margin-top: 7.5%;
    margin-bottom: 7.5%;
    border-left: 5px solid #298CF5;
    padding-left: 30px;
}
.testimonial-logo {
    min-width: 100px !important;
    max-width: 100px !important;
    margin-bottom: 10px;
}
.testimonial-quote {
    font-size: 24px;
    color: #020615;
    line-height: 36px;
    font-weight: 500;
}
.testimonial-quote::before {
    content: "\201C";
}
.testimonial-quote::after {
    content: "\201D";
}
.testimonial-name {
    margin-top: 20px;
    font-size: 20px;
    color: #020615;
    font-weight: 700;
}
.testimonial-title {
    margin-top: 10px;
    font-size: 16px;
    color: #767781;
    font-weight: 300;
}

@media screen and (max-width: 450px) {
    .advanced-testimonial-container{
        margin-bottom: 0 !important;
        padding: 10px;
    }
    .testimonial-container {
        display: block;
        height: auto !important;
        padding: 0;
        padding-left: 10px;
        overflow: hidden;
    }
    .testimonial-background {
        background-image: none !important;
    }
    .testimonial-content {
        max-width: calc(100% - 20px);
        min-width: calc(100% - 20px);
        margin: 0;
        margin-top: 20px;
    }
    .testimonial-card {
        max-width: calc(100% - 20px);
        min-width: calc(100% - 20px);
    }
    .testimonial-image {
        margin: 0;
    }
    .testimonial-quote {
        font-size: 20px;
    }
}

/* Slider css*/
.elementor-widget-advanced-testimonial-carousel .swiper-pagination-bullet{
    background: #288cf4 !important;
}

@media screen and (min-width: 1200px) {
    .elementor-widget-advanced-testimonial-carousel .swiper-wrapper {
        display: flex !important;
        flex-wrap: inherit;
    }
    
    .elementor-widget-advanced-testimonial-carousel .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 0px !important;
    }
    
    .elementor-widget-advanced-testimonial-carousel .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px 3px !important;
    }
    
    .elementor-widget-advanced-testimonial-carousel .swiper-pagination-bullet{
        width:60px !important;
        height:5px !important;
        border-radius: 0px !important;
    }
}
