/* ===== Service Page CSS Begin ===== */

/* Service Heading H1 */
.service-header-container h1.service-heading-title {
    margin: 0px;
    padding: 0px !important;
    font-size: clamp(30px, 4vw, 50px) !important;
}

/* How Development Works - Step Numbers */
.sft-how-it-works-number {
    color: #00998e;
    font-size: clamp(40px, 4vw, 65px) !important;
    font-weight: 600;
    text-align: right;
}

/* Why Choose SaffireTech Heading */
.ld-dev-agency-heading {
    margin-bottom: 5px !important;
}

.sft-why-choose-us-content>.row_col_wrap_12_inner.col.span_12.left {
    justify-content: flex-start;
}

/* Hiding the > Icon from Service - Landing Pages for Why Choose SaffireTech Section */
@media only screen and (max-width: 999px) {
    .vc_col-sm-2.wpb_column.column_container.vc_column_container.col.child_column.centered-text.no-extra-padding.inherit_tablet.inherit_phone {
        display: none !important;
    }

    .ld-dev-agency-heading {
        width: 100% !important;
    }
}

/* ===== Service Page CSS Ends ===== */

/* ===== Service Page Testimonial CSS Begin ===== */

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

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

/* Testimonial Arrow Color */
#sft-testimonial .testimonial_slider[data-style="minimal"] .testimonial-next-prev .prev:after,
#sft-testimonial .testimonial_slider[data-style="minimal"] .testimonial-next-prev .next:after,
#sft-testimonial .testimonial_slider[data-style="minimal"] .testimonial-next-prev .prev:before,
#sft-testimonial .testimonial_slider[data-style="minimal"] .testimonial-next-prev .next:before {
    color: #333;
}

#sft-testimonial .testimonial_slider .slides p {
    color: #333;
    font-size: clamp(16px, 2vw, 20px) !important;
}

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

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

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

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

/* ===== Service Page Testimonial CSS Ends ===== */

.sft-green-headings-main-container h3.sft-content-heading, 
.sft-green-headings-main-container h3.sft-content-heading.vc_custom_heading {
    color: #00998E !important;
}

/* ===== Service Page Testimonial CSS Ends ===== */

.sft-green-headings-main-container h3.sft-content-heading,
.sft-green-headings-main-container h3.sft-content-heading.vc_custom_heading {
    color: #00998E !important;
}


/* ============= SALES LANDING PAGE PRODUCT SLIDER STARTS ==============

/* Wrapper*/
.sft-slider-wrapper-sale-landing-page {
    position: relative;
    max-width: 1400px;
    margin: 60px auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Container */
.sft-slider-wrapper-sale-landing-page .sft-slider-container-sale-landing-page {
    padding: 0 30px;
}

/* Slider */
.sft-slider-container-sale-landing-page .sft-slider-sale-landing-page {
    display: flex;
    /* gap: 15px; */
    overflow: hidden;
    width: calc((220px * 5) + (15px * 4));
    overflow-y: hidden;
    padding: 10px 0;
}

/* Slide */
.sft-slider-sale-landing-page .sft-slide-sale-landing-page {
    flex: 0 0 220px;
    max-width: 220px;
    margin-right: 15px;
}


/* Card */
.sft-slider-sale-landing-page .sft-slide-sale-landing-page .sft-card-sale-landing-page {
    height: 360px;
    background: #fff;
    border: 1px solid #00998E;
    border-radius: 10px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}

.sft-slider-sale-landing-page .sft-slide-sale-landing-page .sft-card-sale-landing-page:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Image */
.sft-slide-sale-landing-page .sft-card-sale-landing-page .sft-card-image-sale-landing-page {
    height: 160px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    padding: 14px;
}

.sft-card-sale-landing-page .sft-card-image-sale-landing-page img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Body */
.sft-card-sale-landing-page .sft-card-body-sale-landing-page {
    padding: 14px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Title */
.sft-card-sale-landing-page .sft-card-body-sale-landing-page h3.sft-title-sale-landing-page {
    font-size: 18px !important;
    /* ↓ slightly smaller */
    font-weight: 600;
    line-height: 1.5 !important;
    margin-bottom: 8px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Rating */
.sft-card-sale-landing-page .sft-card-body-sale-landing-page .sft-rating-sale-landing-page {
    margin-top: auto;
    margin-bottom: 5px;
    font-size: 20px;
    color: #f5a623;
}

/* Price */
.sft-card-sale-landing-page .sft-card-body-sale-landing-page .sft-price-sale-landing-page {
    font-size: 13px;
    line-height: 1.5;
    color: #333;
}

/* Arrows */
.sft-slider-wrapper-sale-landing-page .sft-slider-arrow-sale-landing-page {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ddd;
    font-size: 22px;
    cursor: pointer;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background .2s ease, box-shadow .2s ease;
}

.sft-slider-wrapper-sale-landing-page .sft-slider-arrow-sale-landing-page:hover {
    background: #f8f8f8;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.sft-slider-wrapper-sale-landing-page .sft-slider-arrow-sale-landing-page.left {
    left: 5px;
}

.sft-slider-wrapper-sale-landing-page .sft-slider-arrow-sale-landing-page.right {
    right: 5px;
}

.sft-slider-wrapper-sale-landing-page .sft-slider-sale-landing-page {
    cursor: grab;
}

.sft-slider-wrapper-sale-landing-page .sft-slider-sale-landing-page.dragging {
    cursor: grabbing;
}

.sft-card-sale-landing-page .sft-card-body-sale-landing-page .product-price-sale{
    margin-left: 8px;
}

.sft-card-sale-landing-page .sft-card-body-sale-landing-page .product-price-actual{
    text-decoration: line-through;
}

/* ============= SALES LANDING PAGE PRODUCT SLIDER ENDS  ============== */