@media screen and (max-width: 767px) {

    /* fontsize */
    .font-48-32 {
        font-size: 2rem;
    }

    .font-48-28 {
        font-size: 1.75rem;
    }

    .font-48-24 {
        font-size: 1.5rem;
    }

    .font-36-20 {
        font-size: 1.25rem;
    }

    .font-28-24 {
        font-size: 1.5rem;
    }

    .font-28-20 {
        font-size: 1.25rem;
    }

    .font-24-20 {
        font-size: 1.25rem;
    }

    .font-24-16 {
        font-size: 1rem;
    }

    .font-24-14 {
        font-size: 0.875rem;
    }

    .font-20-14 {
        font-size: 0.875rem;
    }

    .font-18-14 {
        font-size: 0.875rem;
    }

    .font-16-12 {
        font-size: 0.75rem;
    }

    /* End fontsize */
    .section-margin-bottom {
        margin-bottom: 2.5rem;
    }

    .section-margin-top {
        margin-top: 2.5rem;
    }

    .hero-bg {
        min-height: 550px;
    }



    .hero-content {
        gap: 18rem;
        padding-top: 1.5rem !important;
        p{
            max-width: 80%;
        }
    }

    .subtitle {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .subpara {
        font-size: 0.9rem;
        line-height: 1.2rem;

    }

    .why-carousel {}

    .riskSection img {
        width: 100px !important;
        height: 100px !important;
    }

    .btn-main-primary,
    .btn-main-primary-white {
        font-size: 1rem;
    }

    .font-48 {
        font-size: 1.5rem;
    }

    .font-28 {
        font-size: 1.25rem;
    }

    .normalpara {
        font-size: 0.9rem;
    }

    .ready-to-start {
        .card-body {
            min-height: 80px;
            padding: 1rem;
        }
    }

    .border-24 {
        border-radius: 12px;
    }

    .ready-to-start {
        .card-text {
            max-width: 70%;
            font-size: 1rem;
            line-height: 1.1rem;
        }
    }

    .ready-to-start {
        .card-bottom-pattern {

            width: 20%;
        }
    }

    .font-24-16 {
        font-size: 1rem;
        line-height: 1.1rem;
    }

    .bmi-section {
        .value {
            font-size: 0.9rem;
        }

        .desc {
            font-size: 0.9rem;

        }
    }

    .font-20-12 {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .fact-title {
        font-size: 1.25rem;
    }

    .treatment-section {
        .contentBlock {
            margin-top: 2rem;
        }
    }

    .pr-c {
        padding-right: 0;
    }

    .accordion-button:not(.collapsed),
    .accordion-button {
        font-size: 2.2rem;
    }

    .accordion-body {
        background-color: #f6f6f6;
        border-radius: 1rem;
        padding: 1.5rem 1rem;
    }

    .accordion-body {
        ol li {
            font-size: 0.9rem;
        }
    }

    .hero-section {
        sup {
            font-weight: 400;
            font-size: 1rem;
            top: -0.5em;
        }
    }

    .pattern-1 {
        transform: translate(0px, 150px);
        max-width: 150px;
        z-index: -1;
    }

    .z-10 {
        z-index: 10;
    }

    .z-1 {
        z-index: 1;
    }

    .pattern-2 {
        transform: translate(0px, -176px);
        max-width: 150px;
    }

    .pattern-4 {
        max-width: 100px;
    }

    .pattern-5 {
        transform: translate(0px, 70px);
        max-width: 150px;
    }

    .owl-theme .owl-dots .owl-dot.active span {
        width: 18px;
    }

    .custom-navigation {

        .custom-prev {
            transform: translateX(-25px);

            svg {
                fill: #bebebb;
            }
        }

        .custom-next {
            transform: translateX(25px);

            svg {
                fill: #bebebb;
            }
        }
    }

    .nav {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        gap: 1rem;
        /* optional: spacing between items */
        padding: 0;
        margin: 0;
        list-style: none;
        scrollbar-width: none;
        /* Firefox */
        scroll-behavior: smooth;
    }

    .nav::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }

    .nav-item {
        flex: 0 0 auto;
        /* prevent shrinking */
    }

    .nav-link {
        display: inline-block;
        padding: 0.5rem 1rem;
        white-space: nowrap;
    }

    .horizontal-scroll {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .main-nav .nav-link {
        padding: 10px 20px;
    }

    .main-nav .nav-item.active .nav-link {
        background-color: #121414;
        text-align: center;
        border-radius: 30px;
        color: #fff;
    }

    .main-nav .nav-item .nav-link {
        border: 1px solid #121414;
        text-align: center;
        border-radius: 30px;
        color: #121414;
    }

    .mobileFooter {
        background: linear-gradient(0deg, #F4FCFE 3.29%, rgba(255, 255, 255, 0.00) 100%);

        h2 {
            color: #d9d9d7;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 32px;
            line-height: 44px;
        }

        .crafted {
            font-size: 14px;
            color: #bebebb;
            font-family: 'Inter', sans-serif;

            span {
                color: #F545AF;
                font-size: 16px;
            }
        }

        .powered {
            font-size: 12px;
            color: #bebebb;
            font-family: 'Inter', sans-serif;
        }
    }

    /* Expandable text for mobile view */
    .expandable-text .expandable-content {
        display: none !important;
    }

    .expandable-text.expanded .expandable-content {
        display: block !important;
    }

    .show-more-container {
        display: block;
    }

    .show-more-toggle {
        color: #E1251B;
        font-size: 0.85rem;
        text-decoration: none;
        font-weight: 600;
    }

    .expandable-text.expanded .show-more-toggle i {
        transform: rotate(180deg) !important;
        display: inline-block;
    }

    /* .show-more-container {
        display: none;
    } */

    /* .expandable-text .expandable-content {
        display: block !important;
    } */

    /* Disclaimer */
    .disclaimer-section {
        background-color: #11302E;
        padding: 60px 0 60px;

        .text-content {
            p {
                font-size: 24px;
                font-weight: 500;
                letter-spacing: 3px;
                margin-bottom: 10px;
            }

            h3 {
                font-size: 50px;
                font-weight: 700;
                letter-spacing: -2px;
                /* margin-bottom: 40px; */
                line-height: 50px;
            }
        }

        .logo-bottom {
            margin-top: 40px;

            img {
                width: 100px;
                height: auto;
            }
        }
    }

    .bmi-result {
        font-size: 20px;
    }
    .pp-code-desktop {
        display: none;
    }

    .pp-code-mobile {
        display: block;
        text-align: end;
        font-size: 10px;
        font-weight: 500;
        line-height: 14px;
        margin-top: 25px;
    }
}


/* Desktop styles for expandable text */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    /* fontsize */
    .font-48-32 {
        font-size: 2.5rem;
    }

    .font-48-28 {
        font-size: 2.5rem;
    }

    .font-48-24 {
        font-size: 1.75rem;
    }

    .font-36-20 {
        font-size: 1.5rem;
    }

    .font-28-24 {
        font-size: 1.5rem;
    }

    .font-28-20 {
        font-size: 1.4rem;
    }

    .font-24-20 {
        font-size: 1.4rem;
    }

    .font-24-16 {
        font-size: 1.25rem;
    }

    .font-24-14 {
        font-size: 1rem;
    }

    .font-20-14 {
        font-size: 1rem;
    }

    .font-18-14 {
        font-size: 1rem;
    }

    .font-16-12 {
        font-size: 0.8rem;
    }

    /* End fontsize */


    /* Navigation */
    .nav {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        gap: 1rem;
        /* optional: spacing between items */
        padding: 0;
        margin: 0;
        list-style: none;
        scrollbar-width: none;
        /* Firefox */
        scroll-behavior: smooth;
    }

    .nav::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }

    .nav-item {
        flex: 0 0 auto;
        /* prevent shrinking */
    }

    .nav-link {
        display: inline-block;
        padding: 0.5rem 1rem;
        white-space: nowrap;
    }

    .horizontal-scroll {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .main-nav .nav-link {
        padding: 10px 20px;
    }

    .main-nav .nav-item.active .nav-link {
        background-color: #121414;
        text-align: center;
        border-radius: 30px;
        color: #fff;
    }

    .main-nav .nav-item .nav-link {
        border: 1px solid #121414;
        text-align: center;
        border-radius: 30px;
        color: #121414;
    }

    /* End Navigation */

    /* Page styles */
    .hero-content {
        gap: 20rem;

        
    }

    .show-more-container {
        display: none;
    }

    .pattern-1 {
        max-width: 180px;
    }

}

@media screen and (min-width: 768px) {
    .show-more-container {
        display: none;
    }

    .disclaimer-section {
        background-color: #11302E;
        padding: 70px 0 70px;

        .text-content {
            p {
                font-size: 36px;
                font-weight: 500;
                letter-spacing: 5px;
                margin-bottom: 12px;
            }

            h3 {
                font-size: 75px;
                font-weight: 700;
                letter-spacing: -2px;
                /* margin-bottom: 40px; */
                line-height: 75px;
            }
        }

        .logo-bottom {
            margin-top: 80px;

            img {
                width: 200px;
                height: auto;
            }
        }
    }
}