*{
margin: 0;
padding: 0;
}
img{
    max-width: 100%;
    display:block;
}
body{
font-family: Montserrat, sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #000;
background: #fff;
min-height: 100%;
}

.heading{
max-width: 995px;
margin: 0 auto;
display: flex;
flex-direction: column;
row-gap: 20px;
text-align: center;
}
.heading h2{
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 50px; /* 131.25% */
}
.container{
max-width: 1440px;
padding: 0 20px;
margin: 0 auto;
}

.reviews{
    padding: 60px 0;
    background-color: #ffffff;
    background-image: linear-gradient(180deg, rgba(206, 239, 199, 1), rgba(255, 255, 255, 1) 100%);
    overflow: hidden;
}

.heading-reviews{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 24px;
    flex-wrap: wrap;
}
.heading-rate-col{
    display: flex;
    gap: 10px;
    align-items: center;
}
.heading-rate-col b{
    font-size: 30px;
}
.heading-rate-col span{
    font-weight: bold;
}
.heading p{
    font-size: 20px;
}
.heading p span{
    font-weight: bold;
    text-decoration: underline;
}
.heading-stars{
    display: flex;
    gap: 5px;
}
.review-info{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.review-info h3{
        font-size: 24px;
        line-height: 34px;
}
.reviews-slider{
    margin: 50px 0 0;
    overflow: visible !important;
}
.review-item,
.reviews-slider .swiper-slide{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 15px;
    padding: 32px 40px;
    border-radius: 16px;
    border: 0px solid #000000;
    background-color: #ffffff;
    box-sizing: border-box !important;
    height: auto !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 182, 122, 0.2);
}
.review-stars-row{
    display: flex;
    justify-content: center;
    gap: 5px;
}
.reviews-btn-next svg,
.reviews-btn-prev svg{
    width: 28px;
    height: 28px;
}
.review-info p,
.review-author{
    font-size: 14px;
    line-height: 24px;
}
.reviews-slider-wrapper{
    margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 80%;
}
.reviews-btn-prev{
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0px solid #ffffff;
    border-radius: 50%;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
            left: -25.0px !important;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
}
.reviews-btn-next svg{
        transform: rotate(180deg);
}
.reviews-pagination{
    display: none;
    justify-content: center;
    margin: 30px 0 0;
}
.reviews-slider .swiper-pagination-bullet-active{
    background: #000;
}
.reviews-btn-next{
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0px solid #ffffff;
    border-radius: 50%;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: ;
    justify-content: center;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
    right: -25.0px !important;
}
.reviews-slider .swiper-slide{
    opacity: .5;
}
.reviews-slider .swiper-slide-active,
.reviews-slider .swiper-slide-prev,
.reviews-slider .swiper-slide-next{
    opacity: 1;
}

.reviews-cta{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.btn-primary{
        padding: 20px 16px;
        font-size: 16px;
        background: #000;
        color: #fff;
        text-align: center;
        border-radius: 10px;
        font-weight: bold;
        text-decoration: none;
}

@media (max-width: 992px){
.reviews-btn-next,
.reviews-btn-prev{
    display: none !important;
}
.reviews-pagination{
    display: flex;
}
.reviews-slider .swiper-slide-prev,
.reviews-slider .swiper-slide-next{
    opacity: .5;
}
}

@media (max-width: 768px){
.reviews{
    padding: 40px 0;
}
.review-item{
    padding: 30px 20px;
}
.heading h2{
    font-size: 24px;
    line-height: 34px;
}
.heading-reviews{
    flex-wrap: wrap;
}
}
