/** HOME FOLD 5 **/

.home-fold5 {
    padding: 60px 0px;
    background: var(--secondary-color1);
    color: #fff;
}

.home-fold5-title {
    margin-bottom: 40px;
    text-align: center;
}

@media (min-width: 1024px) {
    .home-fold5-list li {
        width: calc((100% / 4) - 16px);
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

    .home-fold5-list ul {
        display: flex !important;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.home-fold5-listitem-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    padding: 15px;
    background: #fff;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

.home-fold5-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.home-fold5-listitem:hover .home-fold5-listitem-img {
    transform: scale(1.1);
}

.home-fold5-listitem-img {
    transition: all 300ms ease;
}

.home-fold5-listitem-content::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    color: #000;
    font-size: 16px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-weight: 600;
}

.home-fold5-listitem-content * {
    margin: 0px;
    color: #000;
    text-transform: uppercase;
}

/** HOME FOLD 5 END **/


/** REVIEWS FOLD **/

.grw-row.grw-row-m {
    flex-direction: column;
    gap: 20px;
}

.grw-slider-dots {
    display: none;
}

.rplg .grw-row-m .grw-slider-header+.grw-slider-content {
    max-width: 100% !important;
}

.reviews-fold {
    padding: 60px 0px;
}

.rplg-row-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.reviews-fold .rplg .grw-row-m .grw-slider-header {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    width: 100%;
    background: whitesmoke;
}

.rplg .grw-row-m .grw-slider-review {
    max-width: 25% !important;
}

.rplg .grw-slider .wp-google-wr {
    margin-right: 0px !important;
    margin-top: 10px !important;
}

.rplg .grw-slider .grw-slider-header-inner {
    margin: 0px !important;
}

/** REVIEWS FOLD END **/

.home-fold5 .splide__pagination button {
    background: #fff;
}

.home-fold5 .splide__pagination button.is-active {
    background: var(--primary-color1);
}

.home-fold5 .splide__pagination {
    gap: 20px;
}