
    .client-reviews {
        width: 100%;
        padding: 60px 0;
    }

    .customer-service h2 {
        font-weight: 700;
    }

    .customer-service h3 {
        font-weight: 500;
    }

    .client-pic {
        width: 50%;
        padding-right: 10px;
        display: flex;
        align-items: center;
    }

    .box-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .review-section {
        width: 100%;
        padding: 15px 60px;
        position: relative;
    }

    .slider-wrap {
        overflow: hidden;
    }

    .slider-track {
        display: flex;
        transition: transform .7s ease;
        will-change: transform;
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
    }

    .slide-item {
        min-width: 33.333%;
        padding: 7px;
    }

    .review-box {
        background: #4b92c2;
        border-radius: 25px;
        padding: 14px;
        display: flex;
        align-items: stretch;
        color: #fff;
        height: 100%;
    }

    .client-pic .img-fluid {
        width: 100%;
        border-radius: 15px;
        margin-left: auto;
        max-width: 400px;
        margin-right: auto;
        display: block;
    }

    .review-content {
        text-align: center;
        width: 70%;
        display: flex;
        flex-direction: column;
    }

    .review-content h4 {
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 600;
    }

    .review-content h4 span {
        font-size: 16px;
    }

    .stars {
        margin-bottom: 5px;
    }

    .stars .img-fluid {
        max-width: 120px;
        width: 100%;
    }

    .review-content p {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 20px;
    }

    .review-section button:focus {
        outline: none;
    }

    /* arrows */

    .slider-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 45px;
        height: 55px;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #fff;
        font-size: 0;
        cursor: pointer;
        z-index: 10;
    }

    .left-arrow {
        left: 10px;
        background: url(/Images/focusbroadband/2026/6/support/slide/Left.png) no-repeat;
        background-size: 100%;
    }

    .right-arrow {
        right: 10px;
        background: url(/Images/focusbroadband/2026/6/support/slide/Right.png) no-repeat;
        background-size: 100%;
    }


    .left-arrow,
    .right-arrow {
        filter: brightness(0) saturate(100%) invert(88%);
        transition: filter .25s ease;
    }

    .left-arrow:hover,
    .left-arrow:focus,
    .right-arrow:hover,
    .right-arrow:focus {
        filter: brightness(0) saturate(100%) invert(60%);
    }

    button:focus {
        outline: none;
    }

    /* responsive css start */

    @media(min-width:1600px) {
        .review-content p {
            font-size: 18px;
            line-height: 22px;
        }

        .review-content h4 {
            line-height: 26px;
            font-size: 20px;
        }

        .review-content {
            width: 100%;
        }

        .review-content h4 span {
            font-size: 22px;
        }

        .stars .img-fluid {
            max-width: 136px;
        }
    }

    @media (min-width:768px) and (max-width:1200px) {
        .slide-item {
            min-width: 50%;
        }
    }



    /* mobile 1 */

    @media(max-width:767px) {
        .review-section {
            padding: 15px 15px;
        }

        .slide-item {
            min-width: 100%;
        }

        .review-box {
            height: auto;
            flex-direction: column;
            text-align: center;
        }

        .review-box img {
            margin: 0 0 10px 0;
        }

        .slider-arrow {
            width: 20px;
            height: 20px;
        }

        .review-content {
            width: 100%;
        }

        .client-pic {
            width: 100%;
            padding-right: 0;
        }

        .client-reviews {
            width: 100%;
            padding: 40px 0 30px;
        }

        .review-content p {
            margin-bottom: 15px;
        }

        .stars {
            margin-bottom: 0;
        }

        .client-pic .img-fluid {
            max-width: 200px;
        }

        .left-arrow {
            left: 0;
        }

        .right-arrow {
            right: 0;
        }
    }
