/* ===== Home Page CSS Begins ===== */

/* Home Services Section - With Button */
.sft-home-page-services-section-new .vc_column-inner {
    padding: 25px 20px 10px 20px !important;
}

/* Services Section Paragraph Font */
.sft-home-page-services-section-new .vc_column-inner p {
    font-size: 16px !important;
    line-height: 1.8;
}

/* Home Page Service Cards */
h3.sft-content-heading.home-services {
    color: #444 !important;
    font-size: clamp(18px, 1.5vw, 24px) !important;
}

/* Home Page Testimonial CSS */

/* Home Testimonial Image */
.sft-home-page-testimonial .testimonial_slider .slides .image-icon {
    width: 125px;
    height: 125px;
}

/* Home Testimonial Controls Hide */
.sft-home-page-testimonial .testimonial_slider .controls {
    display: none !important;
}

/* Home Testimonial Arrows Colors */
.sft-home-page-testimonial .testimonial_slider[data-style="minimal"] .testimonial-next-prev .prev:after,
.sft-home-page-testimonial .testimonial_slider[data-style="minimal"] .testimonial-next-prev .next:after,
.sft-home-page-testimonial .testimonial_slider[data-style="minimal"] .testimonial-next-prev .prev:before,
.sft-home-page-testimonial .testimonial_slider[data-style="minimal"] .testimonial-next-prev .next:before {
    color: #FFF;
}

/* Home Testimonial Review Font */
.sft-home-page-testimonial .testimonial_slider .slides p {
    color: #FFF;
    font-size: clamp(16px, 2vw, 20px) !important;
}

/* Testimonial Reviewer Name */
.sft-home-page-testimonial .testimonial_slider[data-style="minimal"] blockquote .testimonial-name {
    color: #FFF;
    font-size: 16px;
    transform: scale(1);
}

/* Testimonial Reviewer Position */
.sft-home-page-testimonial .testimonial_slider[data-style="minimal"] blockquote .title {
    opacity: 1;
    margin-top: 5px;
    font-size: 20px;
    color: #FFF;
}

@media screen and (max-width: 690px) {
    /* Testimonial Reviewer Name */
    .sft-home-page-testimonial .testimonial_slider[data-style="minimal"] blockquote .testimonial-name {
        font-size: 20px;
    }

    /* Testimonial Reviewer Position */
    .sft-home-page-testimonial .testimonial_slider[data-style="minimal"] blockquote .title {
        font-size: 14px;
        font-weight: 600;
    }
}

/* ===== Home Page CSS Ends ===== */