.desktop-nav .CTA-btn {
    display: flex;
    width: 150px;
    height: 45.313px;
    padding: 11.946px 0px 10.71px 0px;
    justify-content: center;
    align-items: center;
    font-size: 14.844px;
    font-style: normal;
    font-weight: 800;
    transition: all 0.3s ease;
}


.CTA-btn {
    display: flex;
    width: 347px;
    height: 64px;
    padding: 15.291px 22px 19.709px 22px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #FF8E07;
    background: linear-gradient(180deg, #FFF4A3 0%, rgba(255, 244, 163, 0.00) 85%), #FF8E07;
    box-shadow: 0px 0px 10px 0px #FFF4A3 inset;
    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    text-shadow: 0px 1px 0px #FFEA93;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    text-shadow: 0px 0.781px 0px #FFEA93;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

@media (max-width: 767.98px) {
    .CTA-btn {
        width: 250px;
        padding: 15.291px 22px;
    }
}

.CTA-btn:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 10px 0px #72727238;
}



/* hero section  */
.hero {
    .badges {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25.54px;

        .badge {
            width: 90.367px;
            height: 89.486px;

            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
    }

    .hero-content h2 {
        color: #051168;
        text-align: center;
        font-family: "SF Pro Display";
        font-size: 18.57px;
        font-style: italic;
        font-weight: 500;
        line-height: normal;
    }

    .hero-img-mobile {
        display: none;
    }
}

@media (max-width: 640px) {
    .hero {
        .hero-img-mobile {
            display: block;
        }

        .hero-image {
            display: none;
        }

        .badges {
            .badge {
                width: 51.996px;
                height: 51.489px;
            }
        }

        .hero-cta-btn {
            width: 100%;

            .CTA-btn {
                width: 100%;
            }
        }
    }
}

/* secret-section  */
.secret-section {
    background: linear-gradient(to left, #4c94d0, #4c9cd1, #50a4d2, #57acd2, #60b3d2);
    /* background-blend-mode: darken, normal; */
    padding: 100px 0;

    @media (max-width: 1024px) {
        padding: 50px 16px;
    }

    .secret-wrapper {
        max-width: 1070px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 25px;

        .image-section {
            width: 447px;
            height: 539px;
            flex-shrink: 0;

            @media (max-width: 1024px) {
                display: flex;
                align-items: flex-start;
            }
        }

        .image-section img {
            width: 100%;
        }

        .main-title {
            text-align: left;
            font-size: 40px;
        }

        .image-section.mobile {
            display: none;
        }

        .text-content {
            color: #FFF;

            .description {
                p {
                    color: #FFF;
                    font-family: 'Inter';
                    font-size: 19px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: 27px;
                    letter-spacing: 0.04px;

                    span {
                        color: #FFF;
                        font-family: "SF Pro Display", sans-serif;
                        font-size: 19px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 27px;
                    }
                }

                .description-quote span {
                    color: #FFF;
                    font-family: "SF Pro Display", sans-serif;
                    font-size: 19px;
                    font-style: italic;
                    font-weight: 700;
                    line-height: 27px;
                }
            }

            button {
                margin-top: 17px;
            }
        }
    }
}

@media (max-width: 767.98px) {
    .secret-section {
        padding: 50px 16px 26px;

        .secret-wrapper {
            flex-direction: column;

            .image-section {
                display: none;
            }

            .subtitle {
                margin-bottom: 28px;
            }


            .image-section.mobile {
                display: block;
                width: 100%;
                height: 100%;
                max-width: 100%;
                margin-bottom: 28px;
            }

            .main-title {
                font-size: 31.365px;
                text-align: left;
            }

            .text-content {
                button {
                    width: 100%;
                }

                .final-tagline {
                    text-align: center;
                }
            }
        }
    }
}

/* Testimonials  */
.testimonials_section {
    background: #F2F2F2;
    padding: 90px 0;

    &.upsell_testimonials_section {
        background: #fff;

        .testimonials_reviews {
            background: #fff;
        }
    }

    @media (max-width: 767.98px) {
        padding: 42px 16px 36px;
    }

    @media (max-width: 424.98px) {
        .start_wrapper {
            display: flex;
            flex-direction: column;
        }
    }

    .mes2 {
        margin: 0 auto;
        gap: 0;

        .ratting_badge {
            display: flex;
            justify-content: flex-start;
            align-items: center;

            .star_image {
                max-width: 89px;
                width: 100%;
                height: 100%;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }

                @media (max-width: 767.98px) {
                    max-width: 56px;
                    width: 100%;
                }
            }

            .star_text {
                display: flex;
                flex-direction: column;
                gap: 9.64px;
                align-items: center;

                @media (max-width: 767.98px) {
                    gap: 6px;
                }

                .star_title {
                    color: #000;
                    text-align: center;
                    leading-trim: both;
                    text-edge: cap;
                    font-family: Inter;
                    font-size: 39.363px;
                    font-style: normal;
                    font-weight: 900;
                    text-transform: uppercase;
                    white-space: nowrap;

                    @media (max-width: 767.98px) {
                        font-size: 24.446px;
                    }
                }

                .start_icon {
                    display: inline-flex;
                    padding: 6.441px 26.049px 9.661px 17.999px;
                    align-items: center;
                    gap: 3px;
                    border-radius: 161.017px;
                    background: #FFF;

                    img {
                        width: 42.761px;
                        height: 40.667px;

                        @media (max-width: 767.98px) {
                            width: 26.555px;
                            height: 24.276px;
                        }
                    }
                }
            }
        }

        .review_count {
            margin: 36px 0 21px;
            color: #000;
            leading-trim: both;
            text-edge: cap;
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 25px;

            span {
                font-weight: 700;
            }

            @media (max-width: 767.98px) {
                display: none;
            }
        }

        .main_title {
            font-size: 48px;
            max-width: 985px;
            width: 100%;
            padding-bottom: 11px;

            @media (max-width: 767.98px) {
                margin-top: 22px;
                font-size: 31.365px;
            }
        }

        .main_subtitle {
            color: #242424;
            text-align: center;
            font-family: "SF Pro Display";
            font-size: 21px;
            font-style: normal;
            font-weight: 300;
            line-height: 21px;
            /* 100% */
        }
    }

    .testimonials_reviews {
        background: #F2F2F2;
        max-width: 1070px;
        margin: 30px auto 0;

        @media (max-width: 1024px) {
            padding: 0;
        }

        .customer_image {
            border: 5.658px solid #FFF;

            @media (max-width: 767.98px) {
                width: 70px;
                height: 70px;
            }
        }

        .mobile-Cta {
            display: none;

            @media (max-width: 640px) {
                text-align: center;
                display: flex;
                justify-content: center;
                flex-direction: column;
                gap: 18px;

                .CTA-btn {
                    width: 100%;
                }
            }

            .bottom-text {
                p {
                    color: #414042;
                    text-align: center;
                    font-family: "SF Pro Display";
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 21px;
                    /* 150% */
                }
            }
        }
    }
}

/* guarantee-section  */

.guarantee {
    background-image: url(../images/grntBg1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    height: 859px;
    margin: 0 auto;
    padding: 71px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;

    @media (max-width: 767.98px) {
        height: auto;
    }

    .guarantee-box {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;

        img {
            width: 456.282px;
            height: 100%;
            flex-shrink: 0;
            aspect-ratio: 456.28/684.00;
        }

        .guarantee-image-mobile {
            display: none;
        }

        @media (max-width: 767.98px) {
            .guarantee-image-desktop {
                display: none;
            }

            .guarantee-image-mobile {
                display: block;
            }
        }
    }
}

/* bonus-section  */
.bonus-section {
    padding: 83px 0 99px;
    background: #F2F2F2;

    @media (max-width: 767.98px) {
        padding: 42px 16px;
        background: transparent;
    }

    .bonuse-title {
        color: #0B0B0B;
        text-align: center;
        font-family: "SF Pro Display";
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;

        @media (max-width: 767.98px) {
            font-size: 31.365px;
            padding-bottom: 15px;
        }
    }

    .bonuse-subtitle {
        color: #414042;
        text-align: center;
        font-family: "SF Pro Display";
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        line-height: 29.704px;
        padding: 15px 0;
        max-width: 650px;
        margin: 0 auto;

        @media (max-width: 767.98px) {
            display: none;
        }
    }

    .red-banner {
        margin-bottom: 46px;
    }

    .bonuse-info {
        background: radial-gradient(382.07% 71.4% at 85.29% 105.09%, #65CEE9 0%, #3FAED2 31%, #39C 87%);
        padding: 14px 30px;

        h3 {
            color: #FFF;
            text-align: center;
            font-family: "SF Pro Display";
            font-size: 19px;
            font-style: normal;
            font-weight: 500;
            line-height: 21px;
            /* 110.526% */
        }
    }

    .bonuse-grid {
        padding-bottom: 32px;

        .price-section {
            padding: 14px 30px;
            background: linear-gradient(85deg, #009444 6.23%, #39B54A 77.16%);

            .price-text {
                color: #FFEE07;
                text-align: center;
                font-family: "SF Pro Display";
                font-size: 21px;
                font-style: normal;
                font-weight: 400;
                line-height: 21px;
                text-align: center;

                span {
                    color: #FFF;
                    font-weight: 800;
                }
            }
        }

        .description p {
            color: #414042;
            text-align: center;
            font-family: "SF Pro Display";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;

            span {
                color: #414042;
            }
        }
    }

    .orderNow-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;

        @media (max-width: 480px) {
            .CTA-btn {
                width: 100%;
            }
        }
    }

    .bottom-text {
        max-width: 246px;
        margin: 0 auto;

        p {
            color: #414042;
            text-align: center;
            font-family: Inter;
            font-size: 19px;
            font-style: italic;
            font-weight: 400;
            line-height: 26px;
            /* 136.842% */
        }
    }
}

/* banner-section  */
.banner-section {
    padding: 70px 0 121px;

    @media (max-width: 1024px) {
        padding: 39px 15px;
    }

    .banner-content {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 84px;
        max-width: 1070px;
        margin: 0 auto;

        @media (max-width: 767.98px) {
            flex-direction: column;
            gap: 20px;
        }

        .badge {
            width: 281px;
            height: 281px;

            @media (max-width: 767.98px) {
                width: 179.99px;
                height: 179.668px;
                flex-shrink: 0;
            }

            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }

        .banner-text {
            h2 {
                color: #FFF;
                font-family: "SF Pro Display";
                font-size: 53.383px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;

                @media (max-width: 767.98px) {
                    font-size: 23.57px;
                }
            }

            h3 {
                color: #051168;
                font-family: "SF Pro Display";
                font-size: 53.383px;
                font-style: italic;
                font-weight: 700;
                line-height: normal;

                @media (max-width: 767.98px) {
                    font-size: 23.57px;
                }
            }

            p:nth-child(3) {
                color: #FFF;
                font-family: "SF Pro Display";
                font-size: 21px;
                font-style: normal;
                font-weight: 300;
                line-height: 26px;
                padding: 24px 0;

                @media (max-width: 767.98px) {
                    font-size: 16px;
                    padding: 20px 0;
                }
            }

            p:nth-child(4) {
                color: #FFF;
                font-family: "SF Pro Display";
                font-size: 23.619px;
                font-style: italic;
                font-weight: 700;
                line-height: 31px;
                text-transform: capitalize;

                @media (max-width: 767.98px) {
                    font-size: 16px;
                }
            }
        }
    }
}

.banner-section2 {
    padding: 50px 0;
    background: linear-gradient(180deg, rgba(240, 240, 240, 0.20) 0%, rgba(102, 102, 102, 0.20) 100%);

    @media (max-width: 767.98px) {
        padding: 30px 15px;
    }

    p {
        color: #0B0B0B;
        text-align: center;
        font-family: "SF Pro Display";
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;

        @media (max-width: 767.98px) {
            font-size: 22.37px;
        }
    }
}

/* Scientific  */
.Scientific {
    padding: 46px 0 59px;
    background: #F2F2F2;

    .scientific-container {
        max-width: 1070px;
        margin: 0 auto;

        @media (max-width: 767.98px) {
            padding: 0 16px;
        }
    }

    @media (max-width: 1200.98px) {
        padding: 30px 15px;
    }

    .main-title {
        color: #000;
        text-align: center;
        font-family: "SF Pro Display";
        font-size: 41.82px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-bottom: 28px;
        margin-bottom: 0;
    }

    .image-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 63px;
        padding-bottom: 60px;

        @media (max-width: 767.98px) {
            gap: 15px;
        }

        @media (max-width: 640px) {
            gap: 20px;
            padding-bottom: 30px;
            grid-template-columns: repeat(2, 1fr);
        }

    }

    .ref-image {
        width: 100%;
        height: 85px;

        @media (max-width: 767.98px) {
            height: 60px;
        }

        @media (max-width: 640px) {
            height: 54px;
        }

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            background-blend-mode: multiply;
        }

        &:nth-child(1) img {
            object-fit: contain;
        }

        &:nth-child(2) img {
            object-fit: contain;
        }

        &:nth-child(4) img {
            object-fit: contain;
        }
    }

    .grid-links {
        a {
            color: #6B6B6B;
            font-family: "SF Pro Display";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            /* 122.222% */
        }
    }
}

/* Footer Menu Styles */
.footer-menu {
    background: #000;
    padding: 20px 0;
}

@media (max-width: 640px) {
    .footer-nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.footer-menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.footer-container {
    max-width:1314px;;
    padding: 34px 0 73px;
    margin: 0 auto;

    @media (max-width: 1024px) {
        padding: 30px 16px 40px;
    }

    .footer-text {
        color: #6B6B6B;
        text-align: center;
        font-family: "SF Pro Display";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        /* 146.667% */
    }
}

@media (max-width: 1100px) {
    .footer-menu-container {
        gap: 0 24px;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .footer-menu-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
        height: auto;
        padding: 16px 0;
    }

    .footer-menu-container li a {
        font-weight: 700;
    }

}

.footer-menu-container li a {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    transition: color 0.3s;
}

.footer-menu-container li a:hover {
    color: #FF8E07;
}

/* Product Label Popup Styles */
.product-label-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-label-popup-content {
    background: #23235B;
    color: #fff;
    max-width: 80%;
    height: auto;
    aspect-ratio: 569/212;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.product-label-popup-close {
    position: absolute;
    top: -25px;
    right: -25px;
    background: #00000064;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 51px;
    height: 51px;
    aspect-ratio: 1/1;
    font-size: 50px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .product-label-popup-close {
        width: 30px;
        height: 30px;
        top: -15px;
        right: -15px;
        font-size: 30px;
    }
}

.pricingPlan {
    background: #F2F2F2;
    padding: 50px 0 80px;

    .card {
        .Totalprice {
            color: #231F20;
            font-family: "SF Pro Display";
            font-size: 13.633px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-align: center;
        }

        .image-price {
            width: 100%;
        }

        .shipping-label {
            width: 100%;
        }

        .container-cover.relative {
            display: block;
            background: radial-gradient(circle, #ffffff, #d1d5db);
            height: 20px;
            width: 100%;
        }

        .price-card {
            border-bottom: 1px solid rgba(128, 128, 128, 0.334);
            padding-bottom: 10px;

            @media (max-width: 767.98px) {
                padding-bottom: 0;
                border-bottom: none;
            }
        }
    }

    .card1 {
        margin-bottom: -20px;

        @media (max-width: 1023.98px) {
            margin-bottom: 0;
        }

        .container-cover {
            padding-top: 0;
        }

        .pack-title {
            color: #231F20;
            font-family: "SF Pro Display";
            font-size: 20.845px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .pack-subtitle {
            color: #231F20;
            font-family: "SF Pro Display";
            font-size: 26.907px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .Pricing {
            h2 {
                color: #BCBEC0;
                font-family: Inter;
                font-size: 80.068px;
                font-style: normal;
                font-weight: 900;
                line-height: normal;

                @media (max-width: 767.98px) {
                    font-size: 68.434px;
                    color:black;
                }
            }

            h3 {
                color: #BCBEC0;
                font-family: Inter;
                font-size: 53.749px;
                font-style: normal;
                font-weight: 900;
                line-height: normal;

                @media (max-width: 767.98px) {
                    font-size: 40.735px;
                    color:black;
                }
            }
        }

        .price-text-per {
            color: #BCBEC0;
            font-family: "SF Pro Display";
            font-size: 14.082px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-top: -17px;
            @media (max-width: 767.98px) {
                color:black;
                text-transform: uppercase;
            }
        }

        .cta-section {
            margin-bottom: 32px;
            margin-top: 1rem;

            .CTA-btn {
                width: 257px;
                border-radius: 10px;
                background: linear-gradient(180deg, #8FE0FF 0%, #26A1D0 100%);
                color: white;
                border: none;
                box-shadow: none;
            }
        }
    }

    .card3 {
        margin-bottom: -20px;
        background: linear-gradient(0deg, rgba(228, 228, 228, 1) 0%, rgba(255, 255, 255, 1) 28%);

        @media (max-width: 1023.98px) {
            margin-bottom: 0;
        }
        @media (min-width: 1024px) {
            .startTitle.desktop{
                padding-bottom: 1.1rem;
            }
        }
        .container-cover {
            padding-top: 0;
        }

        .pack-title {
            color: #231F20;
            font-family: "SF Pro Display";
            font-size: 20.845px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .pack-subtitle {
            color: #231F20;
            font-family: "SF Pro Display";
            font-size: 26.907px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .Pricing {
            h2 {
                color: #231F20;
                font-family: Inter;
                font-size: 80.068px;
                font-style: normal;
                font-weight: 900;
                line-height: normal;

                @media (max-width: 767.98px) {
                    font-size: 68.434px;
                }
            }

            h3 {
                color: #231F20;
                font-family: Inter;
                font-size: 53.749px;
                font-style: normal;
                font-weight: 900;
                line-height: normal;

                @media (max-width: 767.98px) {
                    font-size: 40.735px;
                }
            }
        }

        .price-text-per {
            color: #231F20;
            font-family: "SF Pro Display";
            font-size: 14.082px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-top: -17px;
        }

        .cta-section {
            margin-bottom: 32px;
            margin-top: .8rem;

            .CTA-btn {
                width: 257px;
                border-radius: 10px;
                background: linear-gradient(180deg, #8FE0FF 0%, #26A1D0 100%);
                color: white;
                border: none;
                box-shadow: none;
            }
        }
    }

    .price-card-container {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 20px;

        @media (max-width:767.98px) {
            flex-direction: column;
        }

        .card:hover {
            transform: scale(1.05);
            transition: transform 0.3s ease;
        }

        .card2:hover {
            transform: scale(1.08);
            z-index: 9;
        }
    }

    .card2 {
        overflow: visible;
        padding-bottom: 1rem;
        background-color: #f0fdf4;

        .best-label {
            display: flex;
            justify-content: center;
            position: relative;

            .relative {
                width: 78%;
                top: -17px;
                position: absolute !important;
                display: flex;
                justify-content: center;
                align-items: center;
                height: 46px;

                img {
                    position: absolute;
                }

                .value-text {
                    z-index: 3;
                    position: relative;

                    h3 {
                        color: #FFF;
                        font-family: "SF Pro Display";
                        font-size: 27.619px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: normal;
                    }
                }
            }

        }

        .best-label::before {
            content: '';
            position: absolute;
            top: -18px;
            left: 50%;
            transform: translate(-50%);
            width: 87%;
            height: 17px;
            background: #003F09;
            border-top-right-radius: 20px;
            border-top-left-radius: 20px;
        }

        .startTitle {
            border-radius: 17px;
            padding: 33px 0 10px;

            .text-title {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 7px;

                p {
                    color: #231F20;
                    text-align: center;
                    font-family: "SF Pro Display";
                    font-size: 20.845px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                }

                h2 {
                    color: #231F20;
                    font-family: "SF Pro Display";
                    font-size: 29.012px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                }
            }
        }

        .Shipping-label {
            padding: 14px 0;
        }

        .product-image {
            position: relative;
            height: 120px;

            .free-ebooks {
                position: absolute;
                right: 10px;
                top: -46px;
                border-radius: 74.318px;
                background: #DCF4FA;
                padding: 7px 14px;

                span {
                    color: #231F20;
                    font-family: "SF Pro Display";
                    font-size: 11.635px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                }
            }

            .object-contain {
                width: 100%;
                max-width: 343px;
            }
        }

        .curve-section {
            position: absolute;
            bottom: 18px;
            left: 0;
            width: 100%;
            height: 0px;

            .container-cover3 {
                padding-bottom: 35px;
                background: #c2e6f3;
            }
        }

        .price-text {
            h2 {
                color: #007616;
                font-family: Inter;
                font-size: 87.648px;
                font-style: normal;
                font-weight: 900;
                line-height: normal;

                @media (max-width: 767.98px) {
                    font-size: 68.434px;
                }
            }

            h3 {
                color: #007616;
                font-family: Inter;
                font-size: 58.837px;
                font-style: normal;
                font-weight: 900;
                line-height: normal;

                @media (max-width: 767.98px) {
                    font-size: 40.735px;
                }
            }

        }

        .price-text-per {
            color: #231F20;
            font-family: "SF Pro Display";
            font-size: 15.415px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-top: -17px;
        }

        .price-box {
            background: #c2e6f3;
            padding-bottom: 47px;
        }

        .cta-section {
            margin-bottom: 20px;
            margin-top: -2rem;

            .CTA-btn {
                width: 257px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        }
    }
}

@media (max-width:767.98px) {

    .pricingPlan {
        padding: 0 0 50px;

        .card2 {
            order: 1;
            border-radius: 17px;
            border: 1px solid #006838;
            background: #F3FFE6;

            .startTitle.desktop {
                display: none;
            }

            .container-cover2 {
                background: transparent;
                width: 50%;
                display: flex;
                align-items: flex-end;
            }

            .startTitle.mobile {
                display: block;

                .title-wrapper {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                }

                .title-wrapper {
                    display: flex;
                    justify-content: space-between;
                    flex-direction: row;
                    align-items: center;
                    padding: 0 16px;
                }

                .text-title {
                    align-items: flex-start;

                    p {
                        font-size: 12px;
                    }

                    h2 {
                        font-size: 21.769px;
                    }
                }
            }

            .Shipping-label {
                padding: 6px 0;

                img {
                    width: 26px;
                }

                span {
                    font-size: 13px;
                }
            }

            .mobile-prouct-price {
                display: flex;
                justify-content: space-around;
                padding-bottom: 20px;

                .curve-section {
                    display: none;
                }
            }

            .mobile-total-price {
                color: #000;
                text-align: center;
                font-family: "SF Pro Display";
                font-size: 11.629px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
            }

            .price-box {
                background: transparent;
                padding-bottom: 0;
            }

            .price-text-per {
                font-size: 13.481px;
                font-weight: 600;
                line-height: normal;
                text-transform: uppercase;
                padding-top: 8px;
            }

            .free-ebooks {
                display: none;
            }

            .free-ebooks-mobile {
                border-radius: 95.595px;
                background: #DDEFC9;
                padding: 7px 14px;
                margin: 5px 0;

                span {
                    color: #231F20;
                    font-family: "SF Pro Display";
                    font-size: 11.635px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                }
            }

            .cta-section {
                margin-bottom: 10px;
                margin-top: 0;

                .CTA-btn {
                    width: 90%;
                }
            }

            .total-price-desktop {
                display: none;
            }

            .security-badges-desktop {
                display: none;
            }

            .security-badges-mobile {
                display: flex;
                justify-content: center;
                gap: 10px;
                align-items: center;
                padding: 0 10px 0;

                img {
                    width: 38px;
                }
            }
        }

        .card3 {
            order: 2;

            .startTitle.desktop {
                display: none;
            }

            .startTitle.mobile {
                display: flex;
                flex-direction: row-reverse;
                justify-content: space-between;
                align-items: center;
                padding: 30px 16px;
                width: 100%;

                .text-center {
                    text-align: left;

                    .pack-title {
                        font-size: 12px;
                    }

                    .pack-subtitle {
                        font-size: 21.769px;
                    }
                }
            }

            .shipping-label {
                background: #F1F2F2;

                span {
                    font-size: 13.916px;
                }

                img {
                    width: 26px;
                }
            }

            .image-price {
                display: flex;
                justify-content: space-around;
                align-items: center;
                padding: 0 20px;
            }

            .container-cover {
                background: transparent;
            }

            .price-text-per {
                font-weight: 600;
                font-size: 13.481px;
                text-transform: uppercase;
            }

            .total-price-mobile {
                padding: 10px 0;
            }

            .total-price-desktop {
                display: none;
            }

            .security-badges-desktop {
                display: none;
            }

            .security-badges-mobile {
                display: flex;
                justify-content: center;
                gap: 10px;
                align-items: center;
                padding: 0 10px 20px;

                img {
                    width: 38px;
                }
            }

            .cta-section {
                margin-bottom: 0;
                margin-top: 0;

                .CTA-btn {
                    width: 100%;
                }
            }

        }

        .card1 {
            order: 3;

            .startTitle.desktop {
                display: none;
            }

            .startTitle.mobile {
                display: flex;
                flex-direction: row-reverse;
                justify-content: space-between;
                padding: 30px 16px 0;
                padding-bottom: 0;
                align-items: center;
                width: 100%;

                .text-center {
                    text-align: left;
                }

                .pack-title {
                    font-size: 12px;
                }

                .pack-subtitle {
                    font-size: 21.769px;
                }
            }

            .image-price {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 16px;

                .container-cover {
                    width: 50%;
                }
            }

            .container-cover.relative {
                display: none;
            }

            .price-text-per {
                font-weight: 600;
            }

            .total-price-mobile {
                padding: 10px 0;

                p {
                    color: #000;
                    text-align: center;
                    font-family: "SF Pro Display";
                    font-size: 11.629px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                }
            }

            .total-price-desktop {
                display: none;
            }

            .security-badges-desktop {
                display: none;
            }

            .security-badges-mobile {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 10px;
                padding: 0 10px 20px;

                img {
                    width: 38px;
                }
            }

            .container-cover {
                padding-top: 0;
                background: transparent;
            }

            .cta-section {
                margin-bottom: 0;
                margin-top: 0;

                .CTA-btn {
                    width: 100%;
                }
            }
        }
    }
}

@media (min-width:768px) {
    .pricingPlan {
        .startTitle.mobile {
            display: none;
        }

        .startTitle.desktop {
            display: block;
            border-radius: 17px;
        }

        .free-ebooks-mobile {
            display: none;
        }

        .mobile-total-price {
            display: none;
        }

        .security-badges-desktop {
            display: block;
        }

        .security-badges-mobile {
            display: none;
        }

        .total-price-mobile {
            display: none;
        }
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .pricingPlan {
        padding: 0;

        .price-card-container {
            transform: scale(.8);
        }
    }
}

.ref-links {
    a:hover {
        color: blue;
    }
}