

        .contact-section {
            padding: 14px 0 72px;
        }

        .main-title {
            font-size: 29px;
            font-weight: 900;
            line-height: 1.1;
            text-align: center;
            margin-bottom: 25px;
        }

        .main-subtitle {
            font-size: 14px;
            font-weight: 500;
            text-align: center;
            letter-spacing: .1px;
            margin-bottom: 32px;
        }

        .contact-card {
            min-height: 132px;
            background: #f5f5f5;
            border-radius: 8px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 18px 15px;
        }

        .contact-icon {
            color: #475e28;
            font-size: 43px;
            line-height: 1;
            margin-bottom: 13px;
        }

        .contact-card h5 {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .contact-card p {
            margin: 0;
            font-size: 13px;
            font-weight: 500;
            color: #333;
        }

        .testimonial-section {
            padding-top: 8px;
        }

        .testimonial-wrapper {
            max-width: 680px;
            margin: 0 auto;
            display: flex;
            align-items: center;
        }

        .review-heading {
            width: 190px;
            flex-shrink: 0;
            text-align: center;
            padding-right: 15px;
        }

        .review-heading h2 {
            font-size: 25px;
            font-weight: 900;
            line-height: .96;
            margin: 0 0 8px;
        }

        .review-stars {
            color: #475e28 !important;
            font-size: 13px;
            letter-spacing: -2px;
            margin-bottom: 5px;
        }

        .review-count {
            font-size: 10px;
            color: #111;
        }

        .reviews-container {
            width: calc(100% - 190px);
            position: relative;
            overflow: hidden;
        }

        .reviews-slider {
            width: 100%;
            overflow: hidden;
        }

        .reviews-track {
            display: flex;
            transition: transform .55s ease-in-out;
            will-change: transform;
        }

        .review-card {
            flex: 0 0 33.333333%;
            width: 33.333333%;
            min-width: 0;
            padding: 0 14px;
        }

        .review-card .stars {
            color: #475e28;
            font-size: 14px;
            letter-spacing: -2px;
            line-height: 1;
            margin-bottom: 7px;
        }

        .review-card h6 {
            font-size: 12px;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 1px;
        }

        .review-card p {
            font-size: 11px;
            line-height: 1.35;
            font-weight: 400;
            color: #111;
            margin: 0;
        }

        .reviewer {
            color: black;
            font-size: 12px;
            font-weight: 500;
        }

        .reviewer-exprience, .reviewer-date {
            font-size: 11px;
            font-weight: 500;
        }

        .review-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            height: 50px;
            border: 0;
            background: transparent;
            color: #e1e1e1;
            font-size: 28px;
            z-index: 20;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: color .25s ease;
        }

        .review-arrow:hover {
            color: #475e28;
        }

        .review-arrow:focus {
            outline: none;
        }

        .arrow-left {
            left: -3px;
        }

        .arrow-right {
            right: -3px;
        }

        @media (max-width: 991px) {
            .contact-section {
                padding-left: 20px;
                padding-right: 20px;
            }

            .testimonial-wrapper {
                max-width: 90%;
            }

            .review-heading {
                width: 160px;
            }

            .reviews-container {
                width: calc(100% - 160px);
            }

            .review-card {
                padding: 0 10px;
            }
        }

        @media (max-width: 767px) {
            .contact-section {
                padding: 20px 20px 50px;
            }

            .main-title {
                font-size: 26px;
            }

            .main-subtitle {
                font-size: 13px;
                padding: 0 10px;
                margin-bottom: 25px;
            }

            .contact-card {
                min-height: 125px;
                margin-bottom: 15px;
            }

            .testimonial-section {
                padding-top: 20px;
            }

            .testimonial-wrapper {
                display: block;
                max-width: 100%;
            }

            .review-heading {
                width: 100%;
                padding: 0;
                margin-bottom: 30px;
            }

            .review-heading h2 {
                font-size: 28px;
                line-height: 1;
            }

            .reviews-container {
                width: 100%;
                padding: 0 30px;
            }

            .review-card {
                flex: 0 0 100%;
                width: 100%;
                padding: 0 15px;
                text-align: center;
            }

            .review-card p {
                max-width: 400px;
                margin: 0 auto;
            }

            .reviewer {
                margin-top: 15px;
            }

            .arrow-left {
                left: 0;
            }

            .arrow-right {
                right: 0;
            }
        }

        @media (max-width: 400px) {
            .main-title {
                font-size: 24px;
            }

            .contact-card {
                min-height: 120px;
            }

            .contact-icon {
                font-size: 38px;
            }
        }