.section-testmonials {
    font-family: Poppins;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
    align-items: center;
    padding: 2% 0px;
    color: #000;
}


.column-testmonials {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
    width: 20%;
    background-color: rgb(223, 185, 185);
    width: 100%;
}

.section-details {
    border-left: 10px solid #FFCB00;
    padding-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.name-section {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    color: #650061 !important;
    line-height: 1.2em;
    margin: 0;
}

.title-section b {
    color: #650061;
}

.title-section {
    color: #000 !important;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.navigation-testmonials {
    display: flex;
    gap: 10px;
}


.review_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 2% 0% ;
}

.review_img {
    width: 80px;
    height: 80px;
    background: #650061;
    color: white;
    font-size: 2.4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-slide {
    width: 100%;
    position: relative;
}

.heart_mark {
    position: absolute;
    right: 5%;
    top: 5%;
    font-size: 1.4rem;
    color: rgb(215, 40, 84);
    display: grid;
    grid-template-columns: 1fr;
}

.heart_mark img {
    width: 40px !important;
}

.google_review_img {
    display: flex;
    justify-content: center;
}

.google_review_img img {
    width: 200px;
}

.rating span {
    color: #FFCB00;
}

@media (max-width: 768px) {
    .section-testmonials {
        flex-direction: column;
        align-items: flex-start;
    }

    .swiper-testmonials {
        width: 100%;
    }
}

.swiper-testmonials .review_slide {
    border-radius: 10px;
    background: rgb(255, 255, 255,.2);
    /* background: linear-gradient(118deg, #7C1A78 10.88%, #43044A 83.88%); */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    transform: scale(0.9) !important;
    /* filter: blur(1px) grayscale(0.5); */
    transition: 0.2s;
    box-shadow: 8px 4px 20px rgba(0 0 0/.2);
    color: #000;
}

.swiper-testmonials .review_slide * {
    margin: 0;
}

.swiper-testmonials .swiper-slide-active {
    /* transform: scale(1) !important; */
}

.card-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 2rem;
}

.head-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-slide {
    display: flex;
    align-items: center;
    gap: 20px
}

.title-slide h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.title-slide h6 {
    color: #FFCB00;
    font-size: 14px;
    font-weight: 500;
}

.text-slide {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.swiper-button-testmonials-next,
.swiper-button-testmonials-prev {
    cursor: pointer;
}


@media (max-width: 768px) {
    .header-slide svg {
        width: 50px;
    }

    .title-slide h4 {
        font-size: 14px;
    }

    .swiper-testmonials .review_slide {
        /* padding: 20px; */
    }
}