/*
Generated time: March 25, 2026 07:20
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.mb-trust-pilot {
    display: flex;
    flex-direction: column;
    padding: 45px 0 20px 0;
    gap: 38px;
    position: relative;
    overflow: hidden;
}

.mb-trust-pilot.page-width {
    max-width: 1200px;
    margin: 0 auto
}

.carousel-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 5px;
    z-index: 20
}

.carousel-header h2 {
    flex: 1;
    margin: 0;
    line-height: 100%;
    font-size: 28px;
    font-weight: 500;
    color: #000
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 10px
}

.carousel-fade-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    background: linear-gradient(to left, var(--carousel-bg, #fff), rgba(255, 255, 255, 0));
}

.carousel-controls button {
    height: 35px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid var(--bg-grey);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .1)
}

.carousel-controls button[aria-disable=true] {
    opacity: .5;
    box-shadow: none;
    cursor: default
}

.carousel-controls button:first-child img {
    rotate: 180deg
}

.carousel-controls button:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2)
}




@media (max-width:989px) {
    .carousel-header {
        flex-direction: column
    }

    .carousel-header h2 {
        font-size: 28px;
        margin-top: 24px;
        margin-bottom: 5px
    }

    .mb-trust-pilot {
        padding: var(--l);
        gap: var(--l)
    }

    /* .carousel-fade-right {
        width: 0;
        min-width: 0;
        max-width: 0;
        padding: 0;
    } */
}