/* ===== Product Archive Page CSS Begin ===== */

/* Product Card Image Size */
.sft-products .arc_product_image {
    width: auto !important;
    height: 100px !important;
    margin-left: 0px !important;
}

/* Product Card Font Size */
.sft-products .sft-product-archive-card p {
    margin-top: -15px;
    font-size: clamp(14px, 2vw, 16px) !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sft-products .sft-product-archive-card p.sft-ellipse-line-5 {
    -webkit-line-clamp: 5;
}

/* Archive Page Call to Action */
.sft-product-archive-cta {
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: #202b4f;
    border-radius: 10px;
}

.sft-product-archive-cta>div:nth-child(2) {
    text-align: center;
    min-width: 265px;
}

.sft-product-archive-cta .sft-product-archive-icon-and-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.sft-product-archive-cta .sft-product-archive-icon-and-text .sft-product-archive-icon img {
    display: flex;
    min-width: 50px;
    height: 50px;
    margin: 0px !important;
}

.sft-product-archive-cta .sft-product-archive-icon-and-text div {
    padding: 0px !important;
    font-size: 20px !important;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.sft-product-archive-cta>div a {
    color: white;
    font-size: 16px;
    font-weight: 600;
    background: #1FBDA5;
    padding: 15px 38px;
    border-radius: 5px;
}

.sft-product-archive-cta>div a:hover {
    background: #40C7B2;
}

@media screen and (max-width: 1000px) {
    .sft-product-archive-cta {
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width: 690px) {
    .sft-product-archive-cta .sft-product-archive-icon-and-text {
        flex-direction: column;
    }
}

/* ===== Product Archive Page CSS Ends ===== */

/* ===== Individual Product Page CSS Begin ===== */

/* Product Heading */
h1.sft-product-heading {
    color: #333;
    font-size: clamp(30px, 3vw, 45px) !important;
}

/* Product Sub Heading */
h2.sft-product-sub-heading {
    color: #00988d !important;
    font-size: clamp(18px, 3vw, 24px) !important;
}

/* Products Requirements - Eg. Current Version */
.product-requirement-container>div.vc_column-inner {
    padding: 15px 5px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 7px #e1e1e1;
}

/* Product Features Listing Heading */
h3.product-feature-heading.vc_custom_heading {
    color: #434343 !important;
    font-size: clamp(24px, 2vw, 26px) !important;
}

/* Documentation and Support Section */
.sft-product-doc-card .vc_column-inner {
    background: white;
    box-shadow: 0px 0px 2px lightgray;
    border-radius: 5px;
}

/* Product Demo Section */
.sft-product-demo-container .vc_column-inner .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
}

.sft-product-demo-container .vc_column-inner .wpb_wrapper>p {
    padding: 0px !important;
    text-align: center !important;
    font-size: clamp(16px, 2vw, 22px) !important;
}

.sft-product-demo-container .vc_column-inner .wpb_wrapper>a {
    margin: 0px !important;
}

@media screen and (max-width: 820px) {
    .sft-product-demo-container .vc_column-inner .wpb_wrapper {
        justify-content: center;
    }
}

/* New Product Feature Tag */
.single-download p.sft-product-feature-heading-tag {
    line-height: 2;
    padding: 0px 12px !important;
    display: inline-block !important;
    background: #ff3535 !important;
    color: white !important;
    font-weight: bold !important;
    font-size: 12px !important;
    border-radius: 4px !important;
}

.single-download p.sft-product-feature-heading-tag.sft-coming-soon {
    background: #0b58d1 !important;
}

/* Money Back Guarantee Container */
.money-back-guarantee-outer-container {
    background-color: #FFF0CE;
    padding: 20px !important;
    border-radius: 10px;
    max-width: 1310px;
    margin: 40px auto !important;
}

.money-back-guarantee-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border: 2px dashed #b38b27;
    padding: 30px;
}

.money-back-guarantee-container .money-back-guarantee-image {
    max-width: 150px;
}

.money-back-guarantee-container .money-back-guarantee-image img {
    width: 100%;
    height: auto;
}

.money-back-guarantee-container .money-back-guarantee-content h3 {
    font-size: clamp(22px, 2.5vw, 35px);
}

.money-back-guarantee-container .money-back-guarantee-content p {
    padding: 0px !important;
}

@media screen and (max-width: 690px) {
    .money-back-guarantee-container {
        flex-direction: column;
        gap: 10px;
    }

    .money-back-guarantee-container .money-back-guarantee-image {
        max-width: 130px;
    }

    .money-back-guarantee-container .money-back-guarantee-content {
        text-align: center !important;
    }
}

/* ===== Individual Product Page CSS Ends ===== */

/* Product Compatibilty with Addons Grid */

/* For More than 6 Cards - Good for 8 Cards */
.sft-pc-img-grid.sft-pc-grid-eight > .vc_column-inner .wpb_wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px 20px;
}

@media screen and (max-width: 1000px) {
    .sft-pc-img-grid.sft-pc-grid-five-three-two > div.col {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
    }

    .sft-pc-img-grid.sft-pc-grid-six > div.col {
        justify-content: center;
    }

    .sft-pc-img-grid.sft-pc-grid-eight > .vc_column-inner .wpb_wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 690px) {
    .sft-pc-img-grid.sft-pc-grid-five-three-two > div.col {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .sft-pc-img-grid.sft-pc-grid-eight > .vc_column-inner .wpb_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}


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

.sft-green-strong-text-container strong {
    color: #00998E !important;
    font-size: clamp(20px, 2vw, 22px) !important;
}

.single-download p, .single-download .wpb_wrapper li {
    /* color: #363636; */
    font-size: clamp(16px, 2vw, 18px) !important;
}

/* Product Page Screenshots Text */
p.sft-product-screenshot-text {
    font-size: 16px !important;
    line-height: 1 !important;
}


/* Product Archive Page Ribbon Design */
/* HTML: <div class="ribbon">Your text content</div> */
.sft-product-archive-card {
    position: relative;
}

.sft-product-archive-sale-ribbon {
    --f: .5em;
    position: absolute;
    top: -2px;
    right: -2px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1.8;
    padding-inline: 1lh;
    padding-bottom: var(--f);
    border-image: conic-gradient(#0008 0 0) 51%/var(--f);
    clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
    transform-origin: 0% 100%;
    background-color: #DF252A;
}

/* .sft-product-archive-sale-ribbon-alt {
    --f: .5em;
    --r: .8em;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 10px;
    right: calc(-1.2*var(--f));
    padding-inline: .25em 10px;
    line-height: 1.8;
    background: #DF252A;
    border-bottom: var(--f) solid #0005;
    border-left: var(--r) solid #0000;
    clip-path:
        polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%,
            calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)),
            var(--r) calc(50% - var(--f)/2));
} */

/* .sft-product-archive-sale-ribbon-alt-two {
    text-wrap: wrap;
    --f: .5em;
    --r: .8em;
    font-size: 14px;
    max-width: 50px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 5px;
    top: calc(-1.2* var(--f));
    padding: 5px;
    background: #DF252A;
    border-right: var(--f) solid #0005;
    border-bottom: var(--r) solid #0000;
    clip-path: polygon(calc(100% - var(--f)) 0, 0 0, 0 100%, calc(50% - var(--f) / 2) calc(100% - var(--r)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) var(--f), 100% var(--f));
    line-height: 1.4;
    text-align: center !important;    
} */


.sft-product-archive-sale-img-banner {
    width: 100% !important;
    min-height: 135px;
    object-fit: cover;
}

/* Product Page Notice - Above Pricing Section */
.sft-pp-sale-above-pricing-notice {
    margin: 0 auto !important;
    padding: 10px;
    max-width: 1310px;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 0px 10px #9f9f9f;
    background: linear-gradient(to right, #bb223c, #2e1a9d) !important;
    background: url(https://sftlatest.staging33.com/wp-content/uploads/2024/11/BLACK-FRIDAY-6.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.sft-pp-sale-above-pricing-notice strong {
    color: #ffe200;
    text-shadow: 0px 0px 10px #6f6f6f;
}

.sft-product-archive-sale-disclaimer p {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

/* Carousel for Cards with Side Heading */
.sft-product-benifits-uses-carousel-container .vc_column-inner .nectar-flickity .flickity-slider .inner-wrap {
    border: 2px solid #00998E !important;
    box-shadow: 0px 0px 5px #c3c3c3 !important;
}

.sft-product-benifits-uses-carousel-container .vc_column-inner .nectar-carousel-fixed-content h3 {
    color: #434343 !important;
    font-size: clamp(24px, 2vw, 26px) !important;
}

.sft-product-benifits-uses-carousel-container .vc_column-inner .flickity-viewport {
    margin: 0px 0px 90px 0px !important;
}

.sft-product-features-carousel-card-content p {
    
}

.sft-product-benifits-uses-grid-layout-container .vc_column-inner .nectar-icon-list {
    width: calc(102%);
}

.sft-product-benifits-uses-grid-layout-container .vc_column-inner .nectar-icon-list .nectar-icon-list-item {
    background: white;
    padding: 20px 20px 20px 55px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ededed;
    width: calc(33.3% - 2%);
    margin: 0 2% 2% 0;
}

.sft-product-benifits-uses-grid-layout-container .vc_column-inner .nectar-icon-list .nectar-icon-list-item .list-icon-holder {
    top: 21px;
    left: 12px;
    width: 35px;
    height: 35px;
}

.sft-product-benifits-uses-grid-layout-container .vc_column-inner .nectar-icon-list .nectar-icon-list-item .list-icon-holder span {
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 20px;
}

.sft-product-benifits-uses-grid-layout-container .vc_column-inner .nectar-icon-list .nectar-icon-list-item h4 {
    color: #434343 !important;
    line-height: 1.5;
    font-size: clamp(24px, 2vw, 26px) !important;
}

.sft-product-benifits-uses-grid-layout-container .vc_column-inner .nectar-icon-list .nectar-icon-list-item .content {
    font-size: 17px !important;
    color: #333;
}


/* Important CSS */
.sft-product-benifits-uses-side-tabs-container ul.ui-tabs-nav {
    width: 35% !important;
}

.sft-product-benifits-uses-side-tabs-container .wpb_wrapper.tabbed > div {
    width: 65% !important;
}

.sft-plugin-benifits-accordion-with-numbers .vc_column-inner .accordion > div .toggle-title a {
    display: flex;
    align-items: center;
}

.sft-plugin-benifits-accordion-with-numbers .vc_column-inner .accordion > div .toggle-title span {
    margin-right: 20px;
    border: 2px solid;
    border-radius: 50%;
    line-height: 1;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sft-plugin-benifits-accordion-with-numbers .vc_column-inner .accordion > div .toggle-title i {
    border: none !important;
}

@media screen and (max-width: 1000px) {
    .sft-plugin-uses-section-main-container {
        display: none !important;
    }
}