.wpgr-slider {
    margin: 10px 0;
}
.owl-carousel .owl-item img {
    width: 20%;!important;
    height: auto;
}
.owl-next>.bi .bi-arrow-right {
    background: #FB561D!important;
    position: relative;
    left: 24px;
}
.review-card {
    padding: 56px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.review-card img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.bi-star-fill::before {
    content: "\f586";
    color: #ffd942!important;
}
i.bi.bi-chevron-right:before {
    color: #000;
    font-size: 14px;
    position: relative;
    top: 2px;
    left: 3px;
}
i.bi.bi-chevron-down:before {
    color: #000;
    font-size: 14px;
    position: relative;
    top: 3px;
    left: 3px;
}
.text-warning.mb-2 {
    margin-top: 8px;
}
.review-paragraph {
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-height: 164px;
    text-align: center;
}
.owl-prev, .owl-next {
    z-index: 100;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
button.owl-next.ol-right {
    background: #ddd!important;
    position: relative;
    left: 194%;
}
button.owl-next.ol-right:hover {
    background: #FB561D!important;
}
button.owl-prev.ol-left:hover{
	background: #FB561D!important;
}
button.owl-prev.ol-left{
	background: #ddd!important;
	position: relative;
	left: 10px;
}
button.owl-prev, button.owl-next {
    box-shadow: none;
}
button.owl-prev:hover, button.owl-next:hover {
    background: transparent!important;
}
.owl-nav {
    position: absolute;
    left: 0%!important;
}
.owl-prev {
    left: 0px;
}
.owl-next {
    right: 10px;
}
.owl-prev i, .owl-next i {
    font-size: 24px;
    color: #000;
}
.owl-item {
    padding: 10px;
    display: flex;
    justify-content: center;
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: 0%!important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
    margin-bottom: 27px;
}
button.btn.btn-link.p-0.read-more-toggle {
    display: flex;
    justify-content: center;
}
button.owl-next {
    background: #c30cf1;
    position: absolute;
    z-index: 100;
    left: 89%;
    top: 50%;
}
.review-paragraph.expanded {
    max-height: 1000px; /* arbitrary large height to allow full expansion */
}
.read-more-toggle {
    font-size: 14px;
    margin-top: 5px;
    display: inline-flex;
    align-items: center;
}
.owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-nav [class*='owl-'] {
    background: none;
    border: none;
    padding: 0;
}
@media screen and (max-width:767px) {
    .review-card {
        max-width: 100%;
        width: 100%;
        background: #fff;
        margin: 10px;
        padding: 20px;
    }
    button.btn.btn-link.p-0.read-more-toggle {
        top: 0px;
    }
    .owl-prev {
        left: 5px;
    }
    .owl-next {
        right: 5px;
    }
    .owl-item {
        padding: 5px;
    }
}