/* Reset for clean layout */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Make the HTML and body take up the full height of the viewport */
html, body {
    height: 100%;
}

/* Wrapper covers the full height of the viewport */
.wrapper {
    display: flex;
    flex-direction: column; /* Stack children vertically */
    min-height: 100vh; /* Full viewport height */
}

/* Wrapper container ensures content fills available space */
.wrapper__container {
    display: flex;
    flex-direction: column;
    flex: 1; /* Allow it to stretch to fill space */
}

/* Content expands to fill available space */
.content {
    flex: 1; /* Pushes the footer to the bottom if content is short */
}

.section--main-5 .section__body > div:first-child form fieldset:not(:last-child) {
    margin-bottom: 16px !important;
}

.section--main-5 .section__body > div:first-child form fieldset:last-of-type label, .section--main-5 .section__body > div:first-child form fieldset:last-of-type input {
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 26px !important;
    color: white !important;
    white-space: nowrap;
}
.section--main .section__header {
    margin-bottom: 32px !important;
}

.membership {
    .section__body {
        max-width: 420px !important;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding: 2px 0 30px !important;
    }
}

.section--main-5 .section__body > div:first-child form fieldset > label {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 100% !important;
    color: black;
    margin-bottom: 8px !important;
}

.page--login .v-form {
    margin-top: 0 !important;
    max-width: 820px;
}

table.table tr th, table.table tr td, .page--blog-show .page__body table tr th, .page--blog-show .page__body table tr td {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 10px !important;
    border: 1px solid lightgrey;
}

.page--login h1, .page--register h1, .page--about h1, .page--contact h1, .page--membership h1, .page--terms h1, .page--policy h1 {
    font-size: 32px !important;
}


.header__header .container div a:not(:last-child) {
    min-width: max-content;
}

.section--main-5 .section__body > div:first-child .tab {
    margin-top: 16px;
    margin-bottom: 16px !important;
}

/* Footer styling */
.footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
}

h1, h2, h3, h4, h5, h6, span, p, li, div, button, a, label {
    font-family: 'Montserrat', 'sans-serif' !important;
}

.header__header .container div a {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

    color: black !important;
}

.header{
    min-height: 68px;
}

.header__header .container li.menu-item--active a {
    color: #515DEF !important;
    font-weight: 700 !important;
}


.login-menu-item {
    padding-right: 8px !important;
    margin-right: 0 !important;
    border-right: 1px solid white;
}

.register-menu-item {
    padding-left: 12px;
}

.overlay:nth-child(1)::before {
    content: "";
    position: absolute;
    inset: 0;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    z-index: 1;
}

.overlay > * {
    position: relative;
    z-index: 2;
}


.overlay-title {
    font-size: 58px !important;
    font-weight: 700 !important;
    text-transform: uppercase;

    @media (max-width: 768px) {
        font-size: 42px !important;
    }

    .overlay-title--word {
        color: #7EDAD2;
    }
}

.glider .overlay-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Three equal columns */
    grid-template-rows: repeat(3, auto); /* Two rows with height determined by content */
    grid-gap: 36px; /* Spacing between grid items */
    margin-bottom: 24px;
    padding: 16px;

    @media (max-width: 550px) {
        grid-gap: 12px;
        grid-template-columns: 1fr !important;
        grid-template-rows: auto;

        .overlay-grid__item{
            display: none;
        }
    }

    .overlay-grid__item{
        img{
            width: 32px;
            height: 32px;
        }
    }

}

/* Add responsiveness for smaller screens */
@media (max-width: 860px) {
    .glider .overlay-grid {
        grid-template-columns: repeat(2, 1fr); /* Single column for smaller screens */
        grid-template-rows: auto; /* Rows stack naturally */
    }
}

.overlay {
    background-repeat: no-repeat !important;
    background-size: cover;
}

.overlay-title {
    max-width: 900px !important;
}

.overlay-grid__item {
    img {
        width: 56px;
        height: 56px;
    }
}

#mainSlider .glider {
    max-width: 100%;
    width: 100%;
    height: 700px !important;
    max-height: 700px;
    overflow: hidden;
}

.button--main {
    background-color: #515DEF !important;
    border-radius: 0 !important;
    text-transform: none !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
}

.button--main:hover {
    background-color: #626DF1 !important;
    color: #FFFFFF !important;
}

.button--main.white {
    background-color: #FFFFFF !important;
    color: #515DEF !important;
}

.glider-dot {
    width: 8px !important;
    height: 8px !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.glider-dot.active {
    background-color: #FFFFFF !important;
}

.section--main-1 {
    /*background-color: #FAFAFA;*/

    h2 {
        font-size: 32px !important;
        text-transform: none !important;
        color: black !important;
    }

    h4 {
        font-size: 18px !important;
        font-weight: 600 !important;
        text-transform: none !important;
        line-height: 100% !important;
        color: black !important;
    }

    p {
        font-size: 18px !important;
        font-weight: 400 !important;
        color: black !important;
    }

    .number {
        margin: 0 auto;
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        /*box-shadow: 0px 0px 15px 0px #0000001A;*/
        padding: 16px;
        border-radius: 0;
        background-color: #515DEF;
        color: white;
    }

    img {
        width: 24px;
        height: 24px;

        position: absolute;
        right: -10px;
        top: 50%;

        @media screen and (max-width: 1200px) {
            display: none;
        }
    }

    .section__container {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .section-item {
        border: 1px solid #515DEF;
        padding: 24px 12px;
    }

    .section-item__container > p, .section-item__container > h4 {
        text-align: center !important;
    }
}

.section--main-1 .section__body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 20px !important;
}

.section--main-2 .section-item__container{
    border-radius: 0 !important;
    border: 2px solid #FAFAFA !important;
}

.section--main-2 {
    .section__body {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important;

        @media screen and (max-width: 1100px) {
            grid-template-columns: repeat(2, 1fr) !important;
        }

        @media screen and (max-width: 768px) {
            grid-template-columns: 1fr !important;
        }
    }

    .section-item__footer {
        /*max-height: 120px;*/
        overflow-y: auto;
        margin-top: 10px;
        padding-right: 8px;
        -ms-overflow-style: none;  /* Hide scrollbar in IE/Edge */
        scrollbar-width: none;     /* Hide scrollbar in Firefox */

        ol{
            opacity: 0;
        }
    }

    .section-item__footer::-webkit-scrollbar {
        display: none;             /* Hide scrollbar in WebKit */
    }


    .section-item {
        display: flex !important;
        flex-direction: column !important;
        height: 100%;
        border: 2px solid #FAFAFA;
        border-radius: 0;
        background: white;
        overflow: hidden;
    }

    .section-item:hover{
        ol{
            opacity: 100%;
        }
    }

    .section-item__container {
        display: flex !important;
        flex-direction: column !important;
        flex: 1;
        height: 100%;
    }

    .section-item__header {
        img {
            width: 100%;
            height: 260px;
            object-fit: cover;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }
    }

    .section-item__body {
        display: flex;
        flex-direction: column;
        flex: 1;
        padding: 16px 16px 40px !important;
    }

    .item__text {
        margin: 12px 0;
        font-size: 14px;
    }

    .section-item__footer {
        margin-top: auto;
        padding: 12px;
        background-color: #515DEF !important;
        color: white !important;
        /*border-bottom-left-radius: 24px;*/
        /*border-bottom-right-radius: 24px;*/

        ol {
            margin: 0;
            padding-left: 20px;

            li {
                list-style: decimal;
                margin-bottom: 6px;
                font-size: 13px;
            }
        }
    }

    h5 {
        font-size: 16px !important;
        font-weight: 700;
        margin-bottom: 8px;
    }

    h6 {
        font-size: 14px;
        font-weight: 600;
        margin: 6px 0;
    }

    .steps {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        gap: 4px;
    }
}



.section--main-3 {
    .section__container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 20px;
        background-color: #515DEF;
        margin: 0 !important;
    }

    .info {
        max-width: 426px;
        width: 100%;

        display: flex;
        flex-direction: column;

        padding: 16px;

        h2 {
            text-transform: none !important;
            color: #FFFFFF !important;
            text-align: left !important;
        }

        li {
            display: flex;
            gap: 10px;
            align-items: center;
            font-size: 18px !important;
            color: #FFFFFF;
        }

        img {
            width: 24px;
            height: 24px;
        }

        .price {
            width: 100%;
            color: #FFFFFF;


            .price-inner {
                margin: 32px 0;
            }

            .price-number {
                font-size: 24px !important;
                color: #FFFFFF !important;
            }

            .price-month {
                text-transform: none !important;
                font-size: 16px !important;
                font-weight: 400 !important;
            }

            div {
                span {
                    font-size: 18px;
                    font-weight: 700;
                    text-transform: uppercase;
                }
            }
        }
    }

    img {
        /*width: 724px;*/
        /*height: 400px;*/
        border-radius: 0;
        /*object-fit: cover;*/
    }
}

.features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Creates two equal columns */
    gap: 1rem; /* Adds spacing between items */
    padding: 0;
    list-style: none;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem; /* Space between icon and text */
}

.features-list img {
    width: 20px; /* Adjust based on your needs */
    height: 20px;
}

/* Responsive behavior - switch to single column on smaller screens */
@media (max-width: 768px) {
    .features-list {
        grid-template-columns: 1fr; /* Changes to single column */
    }
}


.section--main-4 .section__body {
    background-image: none !important;
    background-color: transparent !important;
    background-size: cover;
    background-position: center;

}

.section--main-4 .section__item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
;
    grid-template-columns: 100%;
    grid-auto-rows: min-content;
    grid-gap: 40px;
}

.section--main-4 {

    /*background-color: #FAFAFA;*/

    h2 {
        width: 100%;
        font-weight: 700;
        font-size: 36px !important;
        line-height: 48px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 24px;
    }

    .section__body {
        display: flex;
        align-items: stretch; /* ← Change this from 'center' to 'stretch' */
        justify-content: space-between;
        gap: 20px;

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

        .section__item {
            border: 1px solid #515DEF;
            /*border-radius: 24px;*/
            display: flex;
            flex-direction: column;
            padding: 16px !important;
            flex: 1; /* ← Allows the items to grow equally */
            margin: 0 auto !important;
        }
    }

    /*#secondSlider .section__item {*/
    /*    margin-right: 20px;*/
    /*    padding: 16px !important;*/
    /*    flex: 0 0 auto;*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    justify-content: flex-start;*/
    /*    !*width: 370px !important;*!*/
    /*    !*height: 219px !important;*!*/
    /*}*/

    /*#secondSlider .section__item {*/
    /*    flex: 0 0 auto; !* Prevent slides from stretching *!*/
    /*    width: calc(100% / 3); !* Divide the width based on slidesToShow *!*/
    /*    box-sizing: border-box; !* Include padding and border in the width calculation *!*/
    /*}*/

    /*!* Adjust for breakpoints *!*/
    /*@media (max-width: 1200px) {*/
    /*    #secondSlider .section__item {*/
    /*        width: calc(100% / 3); !* 3 slides for breakpoint 1200px *!*/
    /*    }*/
    /*}*/

    /*@media (max-width: 768px) {*/
    /*    #secondSlider .section__item {*/
    /*        width: calc(100% / 2); !* 2 slides for breakpoint 768px *!*/
    /*    }*/
    /*}*/

    /*@media (max-width: 480px) {*/
    /*    #secondSlider .section__item {*/
    /*        width: 100%; !* 1 slide for mobile *!*/
    /*    }*/
    /*}*/

    /*.glider-dot {*/
    /*    width: 8px !important;*/
    /*    height: 8px !important;*/
    /*    background-color: rgba(0, 0, 0, 0.2) !important;*/
    /*}*/

    /*.glider-contain .dots {*/
    /*    position: absolute;*/
    /*    bottom: -30px !important;*/
    /*    width: 100%;*/
    /*    left: 0;*/
    /*}*/

    /*.glider-dot.active {*/
    /*    background-color: black !important;*/
    /*}*/

    /*.section__item {*/
    /*    border: 1px solid #515DEF;*/
    /*}*/

    .text-review {
        font-size: 16px !important;
    }

    img {
        width: 90px !important;
        height: 17px !important;
        border-radius: 0 !important;
        margin-top: 5px;
        position: relative;
        left: -2px;
    }

    div {
        width: 100%;
    }

    .text-review {
        text-align: left !important;
    }

    h5 {
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        width: 100%;
        text-align: left;
    }

}

.v-table--default thead {
    background: #515DEF !important;
}

.v-table--default tbody tr:nth-child(odd) {
    background: white !important;
}

.input-box.focus .input-label, .input-box.fill .input-label, .input-box.active .input-label {
    color: #00AD31;
    top: -12px;
    background: #fff;
    font-size: 11px;
    transition: 250ms;
    display: none !important;
}

.fa {
    font-family: 'FontAwesome' !important;
}

.section--main-4 .section__item {
    display: grid;
    grid-template-columns: 100%;
    grid-auto-rows: min-content;
    grid-gap: 12px !important;
}

.footer {
    background-color: transparent !important;
    padding: 0 !important;
    margin-top: 16px !important;
}

.footer__body {
    background-color: black !important;

    li, a {
        color: white !important;
    }
}

.section--main-smoothies{
    h2{
        font-weight: 700;
        font-size: 36px !important;
        line-height: 48px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
        width: 100%;
        margin-bottom: 40px;
    }

    .smoothies{
        display: flex;
        align-items: center;
        gap: 20px;

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

        .smoothie{
            display: flex;
            align-items: flex-start;
            /*background-color: #FAFAFA;*/
            /*border-radius: 24px;*/
            border: 1px solid #515DEF;

            @media (max-width: 1000px) {
                height: auto;
                flex-direction: column;
            }

            img{
                min-width: 200px;
                height: 100%;
                max-height: 240px;
                /*border-top-left-radius: 24px;*/
                /*border-bottom-left-radius: 24px;*/
                object-fit: cover;

                @media (max-width: 1000px) {
                    min-width: 0;
                }
            }

            .info{
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                padding: 12px 12px 4px;

                h3{
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 100%;
                    letter-spacing: 0%;
                    color: #001921;
                    margin-bottom: 8px;
                }

                h4{
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 100%;
                    letter-spacing: 0%;
                    color: #001921;
                    margin-bottom: 4px;
                }

                p{
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 18px;
                    letter-spacing: 0%;
                    margin-bottom: 8px;
                }
            }
        }
    }
}

.section--main-5 {
    background-color: #515DEF;

    .section__container{
        margin-top: 0 !important;
    }

    .tab button{
        color: white;
    }

    .section__body {
        box-shadow: none !important;
    }

    label{
        color: white !important;
    }

    input:focus{
        outline: none !important;
    }

    input {
        color: white !important;
    }

    .input-1 {
        border-radius: 0 !important;
    }

    h2 {
        font-weight: 700 !important;
        font-size: 36px !important;
        line-height: 48px !important;
        letter-spacing: 0%;
        text-transform: capitalize;
        color: #FFFFFF !important;
    }

    .section__container {
        display: flex;
        align-items: center;

        img {
            /*min-width: 724px;*/
            /*height: 420px;*/
            /*object-fit: cover;*/
            /*border-radius: 24px;*/

            @media (max-width: 1000px) {
                min-width: 0;
            }
        }
    }

    .tab--calc button{
        border-bottom: 1px solid transparent;
    }

    .tab--calc button.active {
        font-weight: 600;
        border-bottom: 1px solid white !important;
    }

    .tab--calc button:hover {
        font-weight: 600;
        border-bottom: 1px solid white !important;
    }
}

.header__logo {
    display: block;
    object-fit: contain;
    overflow: hidden;
    padding: 24px 0 !important;
}


.button--outline {
    border: 2px solid #FFFFFF !important;
    color: #FFFFFF !important;
    text-transform: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}

.button--outline.blue{
    border: 2px solid #515DEF !important;
    color: #515DEF !important;
    border-radius: 0 !important;
}

.button--outline:hover {
    border: 2px solid #FFFFFF !important;
    background-color: transparent !important;
    color: #FFFFFF !important;
    opacity: 80%;
}

.input-1:focus{
    border: 1px solid #515DEF !important;
}

.section--membership{
    .section__body{
        @media screen and (max-width: 550px){
            padding-left: 30px !important;
            padding-right: 30px !important;
        }
    }
}

.date-placeholder {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #202124;
    pointer-events: none;
    font-size: 16px;
    z-index: 1;

    @media screen and (min-width: 768px){
        display: none;
    }
}

.input-1 {
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.button--outline.blue:hover{
    border: 2px solid #515DEF !important;
    color: #515DEF !important;
    border-radius: 0 !important;
}

.cards{
    @media screen and (max-width: 550px){
        flex-wrap: wrap;
    }
}

.read-more{
    position: relative;
    top: -16px;

    @media screen and (max-width: 400px){
        position: static;
    }
}

.button--text {
    color: black !important;

    svg {
        path {
            fill: black !important;
        }
    }
}

.section--main-videos{
    /*margin-top: 50px !important;*/
    margin-bottom: 50px !important;

    h2{
        font-weight: 700;
        font-size: 36px !important;
        line-height: 48px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
        width: 100%;
        margin-bottom: 12px;
    }

    p{
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
        margin: 0 auto 40px;
    }

    video{
        border-radius: 24px;
    }

    #secondSlider .section__item {
        margin-right: 20px;
        /*padding: 16px !important;*/
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /*width: 370px !important;*/
        /*height: 219px !important;*/
    }

    #secondSlider .section__item {
        flex: 0 0 auto; /* Prevent slides from stretching */
        width: calc(100% / 3); /* Divide the width based on slidesToShow */
        box-sizing: border-box; /* Include padding and border in the width calculation */
    }

    /* Adjust for breakpoints */
    @media (max-width: 1200px) {
        #secondSlider .section__item {
            width: calc(100% / 3); /* 3 slides for breakpoint 1200px */
        }
    }

    @media (max-width: 768px) {
        #secondSlider .section__item {
            width: calc(100% / 2); /* 2 slides for breakpoint 768px */
        }
    }

    @media (max-width: 480px) {
        #secondSlider .section__item {
            width: 100%; /* 1 slide for mobile */
        }
    }




    .glider-dot {
        width: 8px !important;
        height: 8px !important;
        background-color: rgba(0, 0, 0, 0.2) !important;
    }

    .glider-contain .dots {
        position: absolute;
        bottom: -30px !important;
        width: 100%;
        left: 0;
    }

    .glider-dot.active {
        background-color: black !important;
    }

}

.frozen-video {
    pointer-events: none; /* disable interaction */
    filter: brightness(0.7);
    border-radius: 0;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.video-preview {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    pointer-events: none;
}


.section--about {
    p {
        color: black !important;
        margin-bottom: 12px;
    }
}

.page--about {

    h1 {
        text-transform: none !important;
        font-weight: 700;
        font-size: 36px !important;
        line-height: 48px;
        letter-spacing: 0%;
        text-align: center;

    }

    .section {
        border: none !important;
    }

    .section__body {
        border: 1px solid #515DEF !important;
        border-radius: 0 !important;
    }
}

.membership {
    h1 {
        font-weight: 700;

        h1 {
            font-weight: 700;
            font-size: 36px !important;
            line-height: 48px;
            letter-spacing: 0%;
            text-align: center;
            text-transform: capitalize;
            color: black !important;
        }

        font-size: 36px;
        line-height: 48px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
        color: black !important;
    }

    .section__content {
        border: 1px solid #515DEF !important;
        border-radius: 0 !important;

        max-width: 614px;
    }

    .section__header {
        text-align: center;
        border-bottom: none;
    }

    .section__title {
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: black !important;
    }

    .section__price {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: #515DEF;
    }

    .section__body {
        max-width: 390px;
        margin: 0 auto;

        display: flex;
        flex-direction: column;

        .features-list{

            @media screen and (max-width: 500px){
                width: 100%;
            }
        }

        li {
            margin-bottom: 0 !important;
        }

        img {
            width: 24px !important;
            height: 24px !important;
            margin-right: 10px;
        }
    }

    .section__per {
        color: #000000;
    }
}

.input-box .input-1{
    border-radius: 0 !important;
    /*border: 1px solid white !important;*/
}

.contact-us {
    h1 {
        font-weight: 700;
        font-size: 36px !important;
        line-height: 48px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
        color: black !important;
    }

    .input-box input.input-1 {
        border-radius: 0 !important;
    }

    textarea{
        border-radius: 0 !important;
    }

    select.input-1 {
        border-radius: 0 !important;
    }

    .v-form__body {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        grid-template-rows: 1fr;
        grid-gap: 0 32px;
    }

    .v-form__container {
        border: 1px solid #515DEF !important;
        border-radius: 0 !important;
        max-width: 614px !important;
        margin: 0 auto;
        padding: 32px !important;

        @media screen and (max-width: 550px) {
            padding: 16px !important;
        }
    }

    .section--info-1 {
        h3 {
            font-weight: 700;
            font-size: 24px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
            text-transform: capitalize;
            color: black;
        }
    }

    .contact-cards {
        width: 100%;

        display: flex;
        align-items: stretch;
        justify-content: space-between;

        gap: 20px;

        @media screen and (max-width: 1335px) {
            flex-wrap: wrap;
        }

        .contact-card {
            width: 360px;
            border: 1px solid #515DEF;
            border-radius: 0;

            padding: 16px;

            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;

            @media screen and (max-width: 1335px) {
                width: 100%;
            }

            h4 {
                font-weight: 600;
                font-size: 18px;
                line-height: 100%;
                letter-spacing: 0%;
                color: black;
            }

            a {
                font-weight: 400;
                font-size: 18px;
                line-height: 100%;
                letter-spacing: 0%;
                text-align: center;
                color: black;
            }

            span{
                text-align: center;
            }
        }
    }
}

.menu__toggle {
    display: none !important;
    background: black;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: bold;
    max-width: 200px;
    width: 100%;
    text-align: center;
}

@media (max-width: 1199px) {
    .menu__toggle {
        display: block !important;
    }

    .menu__body {
        display: none !important;
    }

    .menu__body.menu__body--open {
        display: block !important;
    }
}

.calculator{
    .input-1{
        background: transparent !important;
        border-radius: 0 !important;
    }

    .input-box .input-1{
        border-radius: 0 !important;
        border: 1px solid white !important;
    }

    .button--text {
        color: white !important;

        svg {
            path {
                fill: white !important;
            }
        }
    }

    /*label{*/
    /*    background: #515DEF !important;*/
    /*}*/
}

@media (max-width: 1200px) {
    .section--main-5 .section__body > *:last-child {
        display: block !important;
        width: 100% !important;
    }

    .section--main-5 {
        .section__container {
            display: flex;
            flex-direction: column;
        }
    }

    .calculator {
        width: 100% !important;
    }
}

@media (max-width: 900px) {

    .section--main-3 {
        .section__container {
            display: flex;
            flex-direction: column;
        }
    }
}

.section--main-2 .section-item__body h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize !important;
    color: black;
}

.section--main .section__header h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px !important;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize !important;
    color: black;
}

.section--main-2 {
    .item__text {
        margin: 0 !important;
        font-size: 14px;
    }

    .step-block{
        border-radius: 0 !important;
    }
}

.section--main-2 .section-item__body h6 {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 24px;
    color: black;
    margin-bottom: 8px;
}


.layout--dashboard{

    th{
        background-color: #FAFAFA !important;
        font-family: Montserrat;
        font-weight: 600 !important;
        font-size: 12px !important;
        line-height: 150%;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: black !important;
        text-align: left !important;
    }

    .fa-stack {
        position: relative;
        display: inline-block;
         width: 0 !important;
        height: 2em;
        line-height: 2em;
        vertical-align: middle;
    }

    td{
        text-align: left !important;
        font-size: 12px !important;

        a{
            font-size: 12px !important;
        }
    }

    h6.title {
        margin: 8px 0 16px 0;
        background-color: transparent !important;
        color: black !important;
        border-bottom: none !important;
        padding: 0 !important;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 16px !important;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: left !important;
        text-transform: capitalize !important;
    }

    .page__header, .section__header{
        font-family: Montserrat;
        font-weight: 700;
        font-size: 36px;
        line-height: 48px;
        letter-spacing: 0%;
        text-transform: capitalize;

    }

    table{
        box-shadow: 0px 1px 2px -1px #0000001A;
        box-shadow: 0px 1px 2px 0px #0000001A;
        border-collapse: separate;
        border-spacing: 0;
        border: 1px solid #FFFFFF; /* Custom border color */
        border-radius: 0;
        overflow: hidden;
    }

    .section--recently-articles .section-item:nth-child(odd) {
        background: transparent;
    }

    .section--recently-articles .section-item__header img {
        border-radius: 0;
        height: 100px;
    }

    .section--recently-articles .section__body {
        display: grid
    ;
        grid-template-columns: 100%;
        grid-auto-rows: min-content;
        grid-gap: 24px !important;
    }

    .section--recently-articles .section-item__container {
        display: grid
    ;
        grid-template-columns: 160px auto;
        grid-auto-rows: 1fr;
        grid-gap: 8px;
        align-items: center !important;

        h4{
            font-family: Montserrat;
            font-weight: 500;
            font-size: 18px;
            line-height: 100%;
            letter-spacing: 0%;
            text-transform: capitalize;
            color: black;
        }
    }

    #chart{
        border-radius: 0;

        .title{
            border-radius: 0;
            color: black !important;
        }

        ul.legend {
            padding: 0 16px;
            list-style: none;
            margin: 0;

            li {
                display: flex;
                align-items: center;
                padding: 4px;
                text-align: center;
                font-size: 14px;
                font-weight: 600;

                background-color: transparent !important;

                div{
                    width: 8px;
                    height: 8px;
                    margin-right: 8px;
                    border-radius: 50%;
                }

                div.first {
                    background-color: #FF00E5;
                }

                div.second {
                    background-color: #EEFF00;
                }

                div.third {
                    background-color: #00FF2F;
                }
            }
        }
    }

    .calendar{
        font-family: Montserrat;
        font-weight: 500 !important;
        font-size: 12px !important;
        line-height: 150%;
        letter-spacing: 0%;

    }

    .calendar i {
        color: black !important;
    }
}

.page--mood-log{
    .input-box .input-label {
        z-index: 2;
        position: absolute;
        color: #49454F;
        font-size: 16px;
        font-weight: 400;
        max-width: calc(100% - (2 * 8px));
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 8px;
        top: calc(20% - 16px / 2) !important;
        padding: 0 8px;
        transition: 250ms;
        user-select: none;
        pointer-events: none;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        display: flex
    ;
        align-items: center;
        letter-spacing: 0.005em;
    }

    h6{
        margin-top: 24px !important;
    }

    .button--main{
        margin-top: 16px !important;
    }
}

.page:not(.page--home) {
    --offset: calc(38px + 60px);
    margin-top: 50px !important;
}

table.table tr:nth-child(even), .page--blog-show .page__body table tr:nth-child(even) {
    background: white !important;
}

.page--mood-log{
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border-radius: 50% !important;
    }

    td{
        text-align: center !important;

        img{
            margin: 0 auto;
        }
    }

    .my-color{
        i::before{
            display: block;
            width: 20px !important;
            height: 20px !important;
        }

        .fa-lg {
            font-size: 20px;
            /* line-height: .75em; */
            vertical-align: 20%;
        }
    }
}

.weight-goal{
    table{
        tr, td{
            border: none !important;
        }
    }

    #progressbar{
        width: 120px !important;
        margin: 0 auto !important;
    }
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
}

.pagination{
    @media screen and (max-width: 600px) {
        flex-wrap: wrap;
    }
}

/* Optional: Hide scrollbar but keep functionality */
.table-responsive::-webkit-scrollbar {
    display: none;
}

/* Optional: Ensure table takes full width of container */
.table-responsive table {
    min-width: 100%;
}

/* Optional: Add some padding to prevent content from touching edges */
.table-responsive td,
.table-responsive th {
    white-space: nowrap;
    padding: 8px;
}

/* Ensure mobile devices show scroll indicator */
@media screen and (max-width: 768px) {
    .table-responsive {
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;  /* IE and Edge */
    }
}

.anon-login{
    margin-left: 55px;

    @media screen and (max-width: 1200px){
        margin-left: 0;
    }
}

.header__header .container {
    margin-top: 0;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
}

.page--videos{
    .page__footer{
        display: none !important;
    }
}

.page--weight-log{
    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
    {
        border: 1px solid transparent !important;
        border-bottom: 1px solid #515DEF !important;
        background: transparent !important;
        font-weight: 500 !important;
        color: black !important;
    }

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: black !important;
        text-decoration: none;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        background: transparent !important;
        font-weight: 500 !important;
        color: black !important;
    }

    .ui-state-default{
        border: none !important;
    }

    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
        color: black !important;
        text-decoration: none;
    }
}

.page--articles, .blog-page{
    .button--main{
        font-family: Montserrat !important;
    }
    .section__header{
        font-family: Montserrat;
        font-weight: 600 !important;
        font-size: 18px !important;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 24px;
        text-transform: capitalize;
    }

    .section--tags{
        margin-bottom: 24px;
    }

    .section--social .section__body ul li {
        width: 48px;
        height: 48px;
        background: transparent !important;
        display: flex
    ;
        align-items: center;
        justify-content: center;
    }

    h4{
        font-family: Montserrat;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: capitalize;
        color: black;
    }

    p{
        font-family: Montserrat;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: capitalize;
        color: black;
    }

    .button.button--text{
        font-family: Montserrat;
        font-weight: 700;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0%;
        color: #515DEF !important;
        text-transform: capitalize !important;
    }

    .blog-entry .entry-thumb, .blog-entry .entry-thumb img {
        height: 100%;
        max-height: 300px !important;
        border-radius: 0;
        object-fit: cover;
    }
}

.page--calculator{
    h2{
        font-family: Montserrat;
        font-weight: 700;
        font-size: 36px;
        line-height: 48px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
        color: black;
        margin-bottom: 32px;
    }

    .v-form--calc .v-form__body {
        display: grid
    ;
        grid-template-columns: 100%;
        grid-auto-rows: min-content;
        grid-gap: 4px;
        align-items: center;
        justify-content: center;
        box-shadow: none !important;
        padding: 24px;
        border-radius: 16px;
        border: 1px solid #515DEF;
    }
}

.page--profile{

    .section__header{
        font-family: Montserrat;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 100% !important;
        letter-spacing: 0%;
    }

    .v-form--about .v-form__header, .v-form--email .v-form__header, .v-form--password .v-form__header {
        margin-bottom: 24px;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;

    }

    .section__body{
        font-family: Montserrat;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 100% !important;
        letter-spacing: 0% ;

        span{
            font-weight: 400 !important;
        }
    }
}

#food_search_results{
    input{
        width: 50px !important;
    }
}

.footer__body{
    color: white;
}

.entry-metadata{
    ul, ol{
        margin-left: 16px;
    }
}

body:has(.smoothies){
    .footer{
        margin-top: 0 !important;
    }
}
