.customerreviews-sec{
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #4a311f 0%, #2f1e14 100%);
    padding: 80px 0;
}

.customerreviews-head{
    position: relative;
    text-align: center;
    margin-bottom: 34px;
}

.customerreviews-head .g-content{
    max-width: 760px;
    margin: 0 auto;
}

.customerreviews-head .tit-wdt,
.customerreviews-head .tit-wdt *{
    color: #fff;
}

.customerreviews-stars-head{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    color: #fcb900;
    font-size: 27px;
}

.customerreviews-slider-wrap{
    position: relative;
    margin-bottom: 40px;
}

.customerreviews-quote-bg{
    position: absolute;
    top: -28px;
    right: 70px;
    color: rgba(255,255,255,.07);
    font-size: 240px;
    line-height: 1;
    z-index: 0;
    pointer-events: none;
}

.customerreviews-navs{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    z-index: 3;
    pointer-events: none;
}

.customerreviews-navs .-YC-owl-Slides-prev,
.customerreviews-navs .-YC-owl-Slides-next{
    pointer-events: auto;
}

.customerreviews-navs .-custom-owl-Slides-prev{
    position: absolute;
    right: -18px;
}

.customerreviews-navs .-custom-owl-Slides-next{
    position: absolute;
    left: -18px;
}

.customerreviews-navs .-YC-owl-Slides-prev,
.customerreviews-navs .-YC-owl-Slides-next{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: #4a311f;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px #0000001a;
    transition: .3s ease;
}

.customerreviews-navs .-YC-owl-Slides-prev:hover,
.customerreviews-navs .-YC-owl-Slides-next:hover{
    background: var(--uicolor);
    color: #fff;
}

.customerreviews-items{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.customerreviews-card{
    flex: 1;
    min-width: 350px;
}

.-defualt-object--center .-single-features-step-item.customerreviews-card {
    padding: 0;
}
 
.customerreviews-card-inner{
    min-height: 230px;
    padding: 21px;
    background: rgb(255 255 255 / 9%);
    border-radius: var(--largeradius);
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: .35s ease;
}

.-defualt-object--center .customerreviews-card-inner {
    border: 1px solid rgb(var(--uicolor-code) / 10%);
    /* box-shadow: 0 18px 42px rgb(28 18 10 / 8%); */
    backdrop-filter: none;
    background: rgb(var(--uicolor-code) / 8%);
}

.customerreviews-card:hover .customerreviews-card-inner{
    transform: translateY(-6px);
    background: rgb(255 255 255 / 15%);
}

 
.-defualt-object--center .customerreviews-card .-P-Content,
.-defualt-object--center .customerreviews-user .custreviews-logos-context h3 {
    color: #3c2a1d;
}

.-defualt-object--center .customerreviews-work {
    color: var(--uicolor);
}

.-defualt-object--center .customerreviews-user .-custreviews-logos-Poster-UI {
    border-color: rgb(var(--uicolor-code) / 16%);
}

.-defualt-object--center .stars-avg-back {
    color: rgb(129 96 67 / 28%);
}

.-defualt-object--center .stars-avg-front {
    color: #c58a45;
    gap: 2px;
}

.customerreviews-card-content{
    width: 100%;
}

.customerreviews-card-quote{
    display: none;
}

.customerreviews-card .-P-Content{
    color: #ffffffed;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 26px;
    text-align: start;
}

.customerreviews-card:hover .customerreviews-card-inner .-P-Content {
    color: white;
}

.customerreviews-card .-P-Content p:last-child{
    margin-bottom: 0;
}

.customerreviews-user{
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
}

.customerreviews-user .-custreviews-logos-Poster-Image{
    position: relative;
}

.customerreviews-user .-custreviews-logos-Poster-UI{
    width: 57px;
    height: 57px;
    min-width: 57px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255,255,255,.3);
}

.customerreviews-user .-custreviews-logos-Poster-UI img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.customerreviews-user .twitter__link{
    position: absolute;
    left: -4px;
    bottom: -2px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customerreviews-user .twitter__link a{
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.customerreviews-user .custreviews-logos-context{
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.customerreviews-user .custreviews-logos-context h3{
    margin: 0;
    color: #fff;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 500;
}

.customerreviews-work{
    color: #b67d49;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

.stars-avg{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.stars-avg-back,
.stars-avg-front{
    display: flex;
    align-items: center;
}

.stars-avg-back{
    color: rgba(255,255,255,.22);
}

.stars-avg-front{
    color: #fcb900;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: var(--percent);
    white-space: nowrap;
    gap: 2px;
}


.stars-avg i{
    font-size: 14px;
    line-height: 1;
}

@media (max-width: 1199px){
    .customerreviews-quote-bg{
        font-size: 190px;
        right: 20px;
    }

    .customerreviews-card .-P-Content{
        font-size: 18px;
    }

    .customerreviews-user .custreviews-logos-context h3{
        font-size: 17px;
    }
}

@media (max-width: 991px){
    .customerreviews-sec{
        padding: 65px 0;
    }

    .customerreviews-quote-bg{
        font-size: 150px;
        top: -10px;
        right: 10px;
    }

    .customerreviews-navs{
        position: relative;
        top: auto;
        transform: none;
        display: flex;
        justify-content: center;
        margin-bottom: 18px;
        pointer-events: auto;
    }

    .customerreviews-navs .-custom-owl-Slides-prev,
    .customerreviews-navs .-custom-owl-Slides-next{
        position: static;
    }

    .customerreviews-navs{
        gap: 12px;
    }

    .customerreviews-card-inner{
        min-height: auto;
        padding: 28px 22px 24px;
        border-radius: 28px;
    }

    .customerreviews-card .-P-Content{
        font-size: 17px;
    }
}

@media (max-width: 767px){
    .customerreviews-sec{
        padding: 50px 0;
    }

    .customerreviews-head{
        margin-bottom: 26px;
    }

    .customerreviews-stars-head{
        font-size: 22px;
        gap: 6px;
    }

    .customerreviews-quote-bg{
        font-size: 110px;
        right: 0;
    }

    .customerreviews-navs .-YC-owl-Slides-prev,
    .customerreviews-navs .-YC-owl-Slides-next{
        width: 42px;
        height: 42px;
    }

    .customerreviews-card{
        padding: 6px;
    }

    .customerreviews-card-inner{
        padding: 24px 18px 20px;
        border-radius: 24px;
    }

    .customerreviews-card .-P-Content{
        font-size: 15px;
        line-height: 1.9;
        margin-bottom: 20px;
    }

    .customerreviews-user .-custreviews-logos-Poster-UI{
        width: 62px;
        height: 62px;
        min-width: 62px;
    }
 
    .customerreviews-work{
        font-size: 14px;
    }
}

@media (max-width: 575px){
    .customerreviews-card{
        width: 100%;
        min-width: 100%;
        padding: 4px 0;
    }

    .customerreviews-card-inner{
        padding: 20px 14px 18px;
    }

    .customerreviews-navs{
        margin-bottom: 14px;
    }

    .customerreviews-navs .-YC-owl-Slides-prev,
    .customerreviews-navs .-YC-owl-Slides-next{
        width: 38px;
        height: 38px;
    }

    .customerreviews-user{
        gap: 10px;
    }

    .customerreviews-user .-custreviews-logos-Poster-UI{
        width: 54px;
        height: 54px;
        min-width: 54px;
    }

    .customerreviews-user .custreviews-logos-context h3{
        font-size: 18px;
    }
}

@media (max-width: 420px){
    .customerreviews-quote-bg{
        font-size: 78px;
        top: 0;
    }

    .customerreviews-card .-P-Content{
        text-align: center;
    }

    .customerreviews-user{
        flex-direction: column;
        text-align: center;
    }

    .customerreviews-user .custreviews-logos-context{
        align-items: center;
    }
}

.-ycw-section.-ycwt-customerreviews {
    background: linear-gradient(326deg, var(--uicolor3) 0%, var(--uicolor2) 130%);
}

.-ycwt-customerreviews .betit-w {
    background: transparent;
    border: 1px solid #ffffff1f;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.-ycwt-customerreviews .con-wgt {
    color: rgba(255, 255, 255, .92);
    max-width: 760px;
    margin-bottom: 20px;
}

.-ycwt-customerreviews .-dURLArea a._url_2 {
    color: white;
    border-color: white;
}
