.review-card {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 40px 60px;
    width: auto;
}
.img-area {
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 25px;
}
.img-area img {
    height: 100%;
    aspect-ratio: 1;
}
.header-content {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.info h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
.info p {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.single-review p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
}
.rating {
    display: flex;
}
.rating span {
    color: #000;
    font-size: 24px;
}
.rating span.star-filled {
    color: #fbc02d;
}
.google-reviews .carousel-indicators [data-bs-target] {
    background-color: var(--bs-primary);
}

.google-reviews .carousel .carousel-content-inner {
    align-items: center;
}
.google-reviews .carousel .carousel-control {
    --carousel-control-width: 50px;
}
.google-reviews .carousel .item {
    height: auto;
}
.google-reviews .carousel-control-prev-icon, .google-reviews .carousel-control-next-icon {
    background-color: rgba(0,0,0,.9);
    width: 3rem;
    height: 3rem;
}