@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
}
:root {
    --theme: #5070fe;
    --secTheme: #43c3e1;
}

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Poppins", sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    overflow-x: hidden;
    color: #0d1227;
}

ul,
li {
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

/* primary class */
.bg_soft {
    background-color: #e6ebfe !important;
}
.sec_theme_btn {
    color: #fff;
    background-color: var(--secTheme);
    padding: 16px 24px;
    border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.3%;
    text-decoration: none;
    border: none;
}
.fs24 {
    font-size: 24px;
}
.fs54 {
    font-size: 54px;
}
.fs62 {
    font-size: 62px;
}
.fw-semibod {
    font-weight: 600;
}

/* primary class */

/* header secion */
/* header css start */
#header-fixed {
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
    transition: all 0.3s;
}

nav {
    position: relative;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    padding: 20px 0;
}

.header_link {
    font-size: 16px;
    font-weight: 500;
    padding: 0px 20px;
    color: #333333 !important;
}

.header_button {
    font-size: 16px;
    background: var(--secTheme);
    font-weight: 600;
    color: #fff !important;
    padding: 16px 39px;
    border-radius: 20px;
}

.header-section {
    border-bottom: 2px solid #d1d6ec;
    background-color: #fff;
    /* background: url(../images/navbg.png) no-repeat center / cover; */
}

.header-section .logo img {
    width: 12.5rem;
}

#nav-toggle {
    position: absolute;
    top: -100px;
}

nav .icon-burger {
    display: none;
    /* position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%); */
}

nav .icon-burger .line {
    width: 30px;
    height: 5px;
    background-color: #000;
    margin: 5px;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
}

.bg_layer {
    background: url(../images/background_img.png) no-repeat center / cover;
}

.banner_section {
    background: url(../images/background_img.png) no-repeat top center / cover;
    min-height: 80vh;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 0;
}

.banner_section .banner_section_left {
    padding: 0px 0 0;
}

/* header section end */

/* banner section start */

.banner_heading {
    font-size: clamp(40px, 5vw, 90px);
    font-weight: 800;
    color: #0d1227;
}

.banner_img_right {
    width: 100%;
    display: block;
}

.banner_section::before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 10px;
    background: url(../images/banner_lines.png) no-repeat center bottom /
        contain;
    width: 50%;
    height: 80%;
    z-index: -1;
}

.banner_img {
    width: 100%;
}

.banner_para {
    color: #4f4f4f;
    font-size: clamp(20px, 3vw, 28px);
    max-width: 516px;
}
.banner_button {
    background: var(--secTheme);
    padding: 16px 27px;
    border-radius: 20px;
    color: #fff !important;
    margin-top: 40px;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    width: fit-content;
}

/* brighter section start */
.brighter_list {
    padding: 0px 0px 0px 25px;
}

.listing_text {
    list-style: disc;
    line-height: 25px;
    padding-bottom: 12px;
    font-size: 16px;
}

.brighter_section {
    padding: 110px 0px;
}

.brigh_img01 {
    width: 100%;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}

.brigh_img02 {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: 100%;
}

.brig_text_area {
    background-color: #f7bf46;
    padding: 27px 25px;
    border-radius: 0 20px 20px 0;
    margin-top: 30px;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.3%;
    color: #fff;
    text-align: center;
}

.brighter_content_area {
    padding-left: 90px;
}

.main_heading {
    font-size: 55px;
    color: #0d1227;
    font-weight: 500;
    line-height: 71px;
}

.main_para {
    color: #4f4f4f;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.right_side_insight .main_para {
    height: 250px;
}

.best_you {
    width: 100%;
}

.dropdown_img {
    box-shadow: 0px 4px 20px 0px #5070fe1f;
    background: #fff;
    border: 1px solid #dce2ff;
    border-radius: 16px;
    padding: 6px 25px 6px 6px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    display: flex;
    align-items: center;
    outline: none;
}

.dropdown_img:hover {
    background-color: #fff !important;
    border: 1px solid #dce2ff;
    color: #333333;
}

.dropdown_img img {
    width: 41px;
    height: 41px;
    border-radius: 10px;
    object-fit: cover;
}

.nav_dropmenu {
    background: #fff;
    border: none;
    box-shadow: 0px 4px 20px 0px #5070fe29;
    width: 90vw;
    max-width: 220px;
    border-radius: 15px;
    top: 15px !important;
}

.nav_dropmenu .dropdown-item {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 14px 0 !important;
    cursor: pointer;
}

.nav_dropmenu .dropdown-item:hover,
.nav_dropmenu .dropdown-item:active,
.nav_dropmenu .dropdown-item:focus {
    background: #fff;
}

.border-bottom {
    border-bottom: 1px solid #d1d6ec;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #333;
    background-color: #fff;
    border-color: #dce2ff;
    box-shadow: none !important;
}

/* feature section */
.feature_section {
    background: #e6ebfe;
    padding: 100px 0px 150px 0px;
    clip-path: polygon(100% 0, 100% 95%, 18% 100%, 0 100%, 0 0);
}

.feature_img_area {
    text-align: end;
}

.feature_buttons {
    margin-top: 40px;
}

.profile_birthday {
    box-shadow: 0px 4px 20px 0px #5070fe14;
    width: fit-content;
    border-radius: 18px;
}

/* wellness section css */
.wellness_text_area {
    text-align: center;
}

.wellness_section_area {
    padding: 50px 0px 40px 0px;
}

.main_wellness_card {
    margin: 40px 0px;
    text-align: center;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}

.wellness_card_heading {
    margin-top: 30px;
    font-size: 26px;
    font-weight: 600;
    color: #000;
}

.wellness_card_para {
    font-size: 14px;
    color: #828282;
    font-weight: 400;
}

/* elevate section */
.elevate_section {
    background: #e7ebff;
}

.eleavte_main {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding-left: 48px;
    justify-content: center;
}

.element_img {
    width: fit-content;
}

.elevate_img_area {
    text-align: end;
    width: 100%;
}

/* pepole say about */
.get_your_system {
    padding: 210px 0px;
}

.stay_about_section {
    background: #f7f7f7;
    padding: 120px 0px;
}

/* mobile get your system */
.main_sytem_bg {
    background: url(../images/mobile_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 399px;
}

.mobile_img_area {
    margin-top: -132px;
    margin-left: -82px;
}

.white_color {
    color: #fff;
}

.mobile_system_content {
    margin-top: 90px;
}

/* personalized css */
.personalized_insights {
    margin-top: 90px;
}

.main_insight_img {
    margin-top: 122px;
}

.personalized_img {
    margin-right: 21px;
    margin-bottom: 20px;
}

.padding_left {
    margin-bottom: 50px;
}

.insight_top_img {
    width: 100%;
    object-fit: unset;
    border-radius: 15px;
    margin-bottom: 16px;
    height: 142px;
}

.right_side_insight {
    padding-left: 30px;
}

.hember_img {
    width: 100%;
    border-radius: 15px;
    height: 324px;
}

/* .goal_img {
    padding-top: 103px;
} */
/* footer section css start */
.footer_section {
    background: #0d1227;
    padding: 45px 37px 28px;
    position: relative;
    margin-top: auto;
    z-index: 0;
}

.footer_content:after {
    position: absolute;
    content: "";
    background: #ffffff0a;
    width: 100%;
    box-shadow: 0px 9px 21px 0px #00000026;
    height: 180px;
    max-width: 38%;
    left: 0;
    top: 0;
    z-index: -1;
}

.footer_para {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-top: 22px;
    line-height: 21px;
}

.footer_links_area {
    padding: 0px 0 0 100px;
}

.footer_list {
    margin-top: 10px;
}

.footer_heading {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #ffffff;
    opacity: 40%;
}

.footer_link {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff !important;
    line-height: 29px;
}

.footer_shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: top;
    z-index: -1;
}

img.footer_logo {
    width: 210px;
}

.footer_bottom_area {
    background: #0d1227;
    border-top: 1px solid #ffffff1f;
}

.footer_bottom_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 31px 0px;
}

.social_icon_list {
    display: flex;
    gap: 6px;
    margin: 0;
}

.copyright_text {
    font-size: 14px;
    color: #ffffff;
    opacity: 40%;
    margin: 0;
}

.social_icons {
    background: #ffffff2b;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    line-height: 40px;
    justify-content: center;
}

/* profile css */
.profile_main_heading {
    font-size: 24px;
    font-weight: 500;
    color: #0d1227;
    line-height: 36px;
    padding-top: 24px;
}

.profile_main_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile_trial_box {
    box-shadow: 0px 4px 20px 0px #5070fe1f;
    padding: 24px;
    border: 2px solid #dce2ff;
    border-radius: 16px;
    margin-bottom: 16px;
}

.profile_img_text {
    display: flex;
    align-items: center;
}

.profile_img {
    border: 2px solid var(--theme);
    border-radius: 0.625rem;
    width: 74px;
    min-width: 74px;
    height: 74px;
}

.profile_img > img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.profile_text {
    padding-left: 25px;
}

.profile_name {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    margin: 0;
}

.joind_mail {
    font-size: 14px;
    font-weight: 400;
    color: #828282;
    margin: 0;
}

.profile_login_Img {
    position: absolute;
    right: -29px;
    bottom: -25px;
}

.joind_profile {
    border-left: 1px solid #dce2ff;
    padding-left: 16px;
    margin-left: 16px;
}

.profile_btn {
    background: var(--theme);
    padding: 16px 22px;
    color: #fff !important;
    border-radius: 20px;
    width: max-content;
    border: 2px solid var(--theme);
    font-size: 16px;
    font-weight: 600;
}

.color-tomatar {
    background: #ef4525;
    border-color: #ef4525;
    padding: 16px 40px;
}

.light_blue {
    background: #e7ebff;
    color: #8d9de5 !important;
}

.camera_img {
    position: absolute;
    left: 0;
    box-shadow: 0px 5.25px 5.32px 0px #00000040;
    background: #00000042;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 10px;
    margin: 0px auto;
    top: 0;
    padding-top: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.camera_img i {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--theme);
    box-shadow: 0px 5.25px 5.32px 0px #00000040;
    border-radius: 50%;
}

.camera_img i img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.discard_btn {
    background: transparent;
    border: 2px solid var(--theme);
    color: var(--theme) !important;
    margin-right: 16px;
    display: inline-block;
}

.profile_input {
    padding-top: 20px;
}

.input_box_profile {
    width: 100%;
    border: 2px solid #bdc2d7;
    border-radius: 20px;
    padding: 16px 48px 16px 50px;
    margin-top: 10px;
    outline: none;
}

.profile_edit_img {
    position: absolute;
    left: 18px;
    top: 50px;
}

.profile_label {
    color: #4f4f4f;
    font-size: 14px;
    padding-left: 6px;
    font-weight: 500;
}

.runing_img {
    filter: brightness(0.6);
}

.input_eye {
    position: absolute;
    right: 17px;
    top: 50px;
}

.cancel_btn {
    border: 2px solid #e0e0e0;
    padding: 16px 37px;
    color: #4f4f4f !important;
    border-radius: 20px;
    width: max-content;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: #fff;
}

.modal_heading {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}

.modal_para {
    font-size: 14px;
    font-weight: 400;
    color: #828282;
}

.delete_content {
    border-radius: 30px !important;
    padding: 0px 20px 20px 20px;
}

.profile_list {
    padding: 30px;
    background: #e7ebff;
    border-radius: 12px;
    margin-top: 17px;
}

.profile_list li:last-child .profile_list_link .profile_counting::after {
    display: none;
}

.profile_counting {
    background: #c4cdfb;
    width: 32px;
    height: 32px;
    display: inline-block;
    color: #fff !important;
    text-align: center;
    margin-bottom: 10px;
    line-height: 32px;
    border-radius: 50px;
    margin-right: 16px;
    position: relative;
}

.profile_list_link.active .profile_counting {
    background: var(--theme);
}

.profile_list_link {
    font-size: 16px;
    font-weight: 500;
    color: #333333 !important;
    padding: 15px 0px;
    display: inline-block;
}

.profile_list_link .profile_counting:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 24px;
    background: #c4cdfb;
    top: 38px;
    left: 14px;
}

.profile_list_link.active .profile_counting:after {
    background: var(--theme);
}

.profile_right_side {
    margin-top: 85px;
    padding-left: 60px;
}

.main_profile_btn {
    margin-top: 40px !important;
    display: flex;
    gap: 16px;
}

.countinue_button {
    background: var(--theme);
    padding: 16px 35px;
    display: flex;
    margin-top: 40px;
    border-radius: 20px;
    width: fit-content;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
    align-items: center;
    gap: 7px;
    border: none;
    outline: none;
}

.previous_btn {
    background: transparent;
    border: 2px solid var(--theme);
    color: var(--theme) !important;
}

/* gender card area */
.gender-card-area {
    border: 2px solid #dce2ff;
    border-radius: 16px;
    box-shadow: 0px 4px 20px 0px #5070fe1f;
    /* width: 248px; */
    padding: 37px 26px;
    flex-basis: 300px;
    /* flex-grow: 1; */
}

.input_para_div {
    padding-left: 15px;
}

label.gender-card-area {
    cursor: pointer;
}

.gender-card-area .input-text {
    font-size: 16px;
    display: inline-block;
    margin: 0;
}

.gender-card-area:has(input:checked) {
    border-color: var(--theme);
}

.gender-card-area img.gender-img {
    width: 45px;
    margin-right: 15px;
    filter: grayscale(60%);
}

.gender-card-area:has(input:checked) img.gender-img {
    filter: grayscale(0%);
}

input.gender_input[type="radio"] {
    border: 1px solid #727fb680;
    border-radius: 5px;
    padding: 0.5em;
    -webkit-appearance: none;
    border: 1px solid var(--theme);
    cursor: pointer;
}

input.gender_input[type="radio"]:checked {
    background: url("../images/input-dot.png") no-repeat center center;
    background-size: 8px 8px;
}

input.gender_input[type="radio"]:focus {
    outline-color: var(--theme);
}

.main_gender_section {
    margin-top: 40px;
    gap: 20px;
}

.fitness_card {
    width: 325px;
    min-height: 100%;
}

.main_fitness_div {
    flex-wrap: wrap;
    gap: 20px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.pepople_card {
    background: #727acc;
    border-radius: 185px;
    padding: 43px;
    min-height: 518px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pepople_icon {
    text-align: center;
    background: #fff;
    width: 93px;
    height: 93px;
    border-radius: 100px;
    line-height: 93px;
    margin: 0px auto;
    margin-bottom: 25px;
}

.usna_text {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.icon_img {
    max-width: 40px;
    height: 40px;
    line-height: 40px;
    object-fit: contain;
    margin: 0px auto;
    display: inline-block !important;
}

.yellow_card {
    background-color: #f7bf46;
}

.blue_card {
    background-color: #42c3e1;
}

.pepole_about_slider {
    margin-top: 90px;
}

.owl-dots {
    padding-top: 49px;
}

.owl-dots.disabled {
    display: block !important;
}

.owl-dots button.owl-dot.active {
    background-color: var(--theme);
    width: 65px;
}

.owl-dots button.owl-dot {
    background: transparent;
    border: 1px solid var(--theme);
    width: 36px;
    height: 13px;
    border-radius: 35px;
}

/* about us page */
.faq_background {
    background: url(../images/faq_img.png) no-repeat center right / cover;
    min-height: 200px;
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.about_us_section {
    background: #d2d9f3;
    height: 200px;
    display: flex;
    align-items: center;
}

.about_heading {
    font-size: 48px;
    font-weight: 600;
    color: #0d1227;
    line-height: 72px;
    margin: 0;
}

.about_content_section {
    padding: 40px 0px;
}

.cms_area p {
    font-size: 16px;
    font-weight: 400;
    color: #4f4f4f;
    line-height: 26px;
}

.cms_area h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cms_area > ul {
    padding-left: 30px;
    list-style-type: disc;
}

.cms_area > ul li {
    font-size: 16px;
    font-weight: 400;
    color: #4f4f4f;
    line-height: 26px;
    list-style-type: disc;
    margin-bottom: 10px;
}

.privacy_section {
    background: #e7ebff;
    height: 200px;
    display: flex;
    align-items: center;
}

.profile_list_link:last-child.profile_counting:after {
    display: none;
}

/* faq page css */
.accordion-item {
    border: none !important;
}

.accordion-item {
    box-shadow: 0px 4px 20px 0px #5070fe1f;
    margin-bottom: 20px;
    border-radius: 12px;
    padding: 24px 32px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none !important;
}

.accordion-body {
    padding: 0px 20px;
}

.accordion_heading {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    margin: 0;
}

.accodion_text {
    font-size: 16px;
    font-weight: 400;
    color: #828282;
    line-height: 24px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("../images/fillArrowTop.svg");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/fillArrow.svg");
    transform: rotate(360deg);
}

.main_line_remove::after {
    display: none;
}

/* subscription modal css */
.plan_img {
    width: 100%;
}

.modal-content {
    box-shadow: 0px 4px 20px 0px #5070fe14;
    border-radius: 20px;
    padding: 20px;
}

.plan_heading {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #333333;
}

.short_text {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #4f4f4f;
    margin-top: 20px;
}

.modal-dialog {
    max-width: 500px;
}

/* height weight page css */

.mian_height_div {
    border: 1px solid #bdc2d7;
    width: 100%;
    border-radius: 20px;
    padding: 16px 24px;
}

.height_weight_section {
    padding: 30px;
    margin: 0px auto;
    width: 100%;
    max-width: 800px;
}

.input_box_height {
    border: none;
    outline: none;
    width: 100%;
}

.padding-right {
    border-right: 1px solid #bdc2d7;
    padding-right: 20px;
    margin-right: 20px;
}

.height_label {
    font-size: 14px;
    font-weight: 500;
    color: #4f4f4f;
    padding-bottom: 10px;
}

.weight_input {
    border: 1px solid #bdc2d7;
    width: 100%;
    border-radius: 20px;
    padding: 16px 24px;
}

.wight_kg {
    position: absolute;
    right: 20px;
    top: 49px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* calendar css */
.calender_main_section {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 4px 20px 0px #5070fe14;
    width: 500px;
    margin: 0px auto;
    text-align: center;
    padding: 30px;
    border-radius: 20px;
    margin-top: 70px;
}

.calendar_heading {
    font-size: 13px;
    color: #828282;
    font-weight: 700;
    text-transform: uppercase;
}

.calender_list {
    font-size: 15px;
    color: #333333;
    line-height: 28px;
    padding-bottom: 25px;
    font-weight: 600;
    opacity: 15%;
}

.calender_list.active {
    border: 1px solid #dce2ff;
    box-shadow: 0px 4px 20px 0px #5070fe1f;
    font-size: 22px;
    color: #333333;
    opacity: inherit;
    padding: 20px 25px;
    border-radius: 16px;
    width: 124px;
    margin-bottom: 25px;
}

.days_list {
    margin-top: 20px;
}

.check_goal {
    max-width: 159px;
    width: 100%;
    height: 139px;
    border-radius: 24px;
    position: relative;
}

.check_goal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.check_ico {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background: #0d122780;
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    cursor: pointer;
}

.check_goal:has(input:checked) .check_ico {
    opacity: 1;
}

.check_ico i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--theme);
    font-size: 16px;
}

.check_goal .check_ico i img {
    width: 14px;
    height: auto;
    object-fit: contain;
}

.time_show_input {
    position: relative;
    width: 100%;
}

.time_show_input input {
    border: 1px solid #bdc2d7;
    height: 56px;
    width: 100%;
    padding: 16px 24px 16px 24px;
    border-radius: 20px;
    outline: none;
    font-size: 16px;
    background-color: #fff;
}

.time_show_input .intLicon {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 52px;
    width: 50px;
    background-color: #fff;
    z-index: 2;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.time_show_input input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: -3px;
    top: 6px;
    cursor: pointer;
}

.time_show_input .intLicon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.time_show_input:has(.intLicon) input {
    padding-left: 60px;
}

.close_modal {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.close_modal img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

/* Choose your plan */

.plan_bf_list {
    list-style-type: none;
}

.p_bf_item {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.25rem;
}

.p_bf_item img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.p_bf_item span {
    font-size: 0.875rem;
    color: #333333;
}

.plan_bf_list h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.plan_radio {
    box-shadow: 0px 4px 20px 0px #5070fe1f;
    border: 2px solid #dce2ff;
    background: #ffffff;
    padding: 14px 24px;
    border-radius: 16px;
    width: 100%;
    cursor: pointer;
}

.plan_radio .off_label {
    top: 0;
    right: 20px;
    border-radius: 6px;
    background: var(--theme);
    font-weight: 800;
    color: #fff;
    padding: 4px 9px;
    transform: translateY(-35%);
    font-size: 12px;
    z-index: 2;
}

.plan_radio h6 {
    font-size: 14px;
    font-weight: 500;
}

.plan_radio h6 span {
    font-size: 11px;
    font-weight: 500;
    color: #727fb6;
}

.plan_radio h4 {
    font-size: 34px;
    font-weight: 600;
}

.plan_radio h4 span {
    font-size: 12px;
    font-weight: 600;
    color: #727fb6;
}

.plan_radio .pr_s_show {
    position: absolute;
    top: 50%;
    right: 20px;
    background-color: #fff;
    transform: translateY(-50%);
    border: 4px solid #fff;
    outline: 1px solid #727fb680;
    outline-offset: 0px;
    border-radius: 6px;
    width: 18px;
    height: 18px;
    z-index: 2;
}

.plan_radio:has(input:checked) {
    border-color: var(--theme);
}

.plan_radio:has(input:checked) .pr_s_show {
    outline-color: var(--theme);
    background-color: var(--theme);
}

/* \ Choose your plan */

/* eye icon style */
.eye_ico {
    position: absolute;
    top: 51px;
    right: 20px;
    z-index: 2;
    cursor: pointer;
    color: #888;
}

/* \ eye icon style */

/* topbar style */
.topbar {
    background-color: #0d1227;
    padding: 10px 0;
    color: #fff;
    display: block;
    text-decoration: none;
}

.topbar img {
    width: 37px;
    filter: brightness(20);
}

.topbar p {
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
}

.topbar a {
    border: 2px solid var(--theme);
    font-size: 14px;
    padding: 3px 19px;
    border-radius: 6px;
    display: inline-block;
    color: var(--theme);
    white-space: nowrap;
}

/* \ topbar style */

/* screenshort slider */
.screenshort {
    width: 100%;
    position: relative;
    z-index: 0;
    padding-block: 52px;
}

/* .screenshort::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../images/How_Fitster_Helps.svg) no-repeat center top / contain;
    height: 149px;
    z-index: -1;
} */

.sshort_card {
    width: 100%;
    text-align: center;
}

.sshort_card img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    display: block;
    margin-bottom: 15px;
}

.sshort_card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sshort_card p {
    color: #4f4f4f;
    font-size: 14px;
    margin-bottom: 0;
}

/* \ screenshort slider */

/* profile heading show on mobile */

.ps_heading_mobi {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    margin-bottom: 20px;
}

.ps_heading_mobi span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--theme);
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.ps_heading_mobi h4 {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-weight: 500;
}

/* \ profile heading show on mobile */

/* gender option */

.extra_gander {
    padding: 25px 0;
}
.extra_gander_label {
    padding: 15px 16px;
    width: 100%;
    text-align: center;
    background-color: #e7ebff;
    border-radius: 7px;
    margin-bottom: 10px;
    font-size: 16px;
    transition: all 0.2s linear;
    cursor: pointer;
}
.extra_gander input:checked + label {
    background-color: var(--theme);
    color: #fff;
}
.extra_gander textarea {
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    height: 100px;
    resize: none;
    outline: none;
    background-color: #fff;
    border: 2px solid var(--theme);
    padding: 15px;
}
/* \ gender option */

/* about_content_area */
.about_content_area ul {
    padding-left: 2rem;
    list-style-type: disc;
    margin-bottom: 40px;
}
.about_content_area ul li {
    list-style-type: disc;
}
.about_content_area ol li {
    list-style: auto;
}
.about_content_area a {
    color: #ef4525;
}
/* \ about_content_area */
.loading-state {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.animLoaderImg {
    width: 100%;
    max-width: 80px;
    height: 80px;
}
/* mood section style */
.mood_section {
    position: relative;
    padding: 50px 0;
    z-index: 0;
    overflow: hidden;
    perspective: 1000px; /* Adds depth for 3D effect */
}
.mood_circle_01,
.mood_circle_02,
.mood_circle_03 {
    position: absolute;
    z-index: -1;
    width: 389px;
    top: 0;
    left: 0;
}
.mood_circle_02 {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-100%);
}
.mood_circle_03 {
    left: 50%;
}
.mood_section h3 {
    font-size: 40px;
    letter-spacing: -1.2%;
    margin-bottom: 40px;
    color: #0d1227;
}
.mood_section h2 {
    font-size: 64px;
    letter-spacing: -1.2%;
    /* margin-bottom: 64px; */
    font-weight: 600;
    color: #0d1227;
}

.animation_area_slide {
    height: 90px;
    margin: 60px 0;
}

.animation_area_slide .swiper-slide:is(.swiper-slide-next, .swiper-slide-prev) {
    transform: scale(0.9);
    transition: all 0.8s ease-out;
}
/* \ mood section style */
/* half mobile screen box style */
.half_mobi_box {
    box-shadow: 0px 4px 94.6px 0px #5070fe1a;
    border-radius: 40px;
    background-color: #fff;
    padding: 35px 35px 0 35px;
    text-align: center;
    min-height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: start;
    align-items: stretch;
}
.half_mobi_box h4 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 13px;
}
.half_mobi_box p {
    color: #585858;
    font-size: 24px;
    letter-spacing: -0.3%;
}
.half_mobi_box img {
    width: 200px;
    display: block;
    margin: auto auto 0;
}
/* \ half mobile screen box style */
/* eating section style */
.eating_section h4 {
    font-size: 62px;
    font-weight: 700;
    letter-spacing: -1.2%;
    margin-bottom: 50px;
}
.eating_section p {
    font-size: 20px;
    font-weight: 400;
    color: #4f4f4f;
    margin-bottom: 30px;
    line-height: 29px;
    letter-spacing: -0.3%;
}

.image_group {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.image_group img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.img_g_1 {
    grid-area: 1 / 1 / 2 / 3;
}
.img_g_2 {
    grid-area: 2 / 1 / 3 / 3;
}
.img_g_3 {
    grid-area: 1 / 3 / 3 / 6;
}
/* / eating section style */
/* cta style */
.cta {
    background: url("../images/bgGroup.jpeg") no-repeat center/cover;
    background-attachment: fixed;
    min-height: 494px;
    padding: 50px 0;
    display: flex;
    align-items: start;
    position: relative;
    z-index: 0;
    &::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.6) 1.84%,
            rgba(102, 102, 102, 0.3) 100%
        );
    }
}
/* \ cta style */
/* one app screen */
.one_app_section {
    position: relative;
    padding: 89px 0;
    z-index: 0;
}
.oa_top_shap {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(25%);
    z-index: -1;
    width: 408px;
}
.one_app_section h2 {
    font-size: 62px;
    font-weight: 600;
    margin-bottom: 117px;
}
.one_app_section h4 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 27px;
}
/* \ one app screen */
/* subscription screen */

/* \ subscription screen */

/* ============================================
   PRICING PAGE STYLES
   ============================================ */

/* Page Wrapper */
.pricing-page-wrapper {
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    padding: 39px 0;
    background: linear-gradient(135deg, #f5f7ff 0%, #ffffff 100%);
}

.pricing-row {
    min-height: 70vh;
}

/* Left Content Section */
.pricing-left-content {
    padding-right: 50px;
}

.pricing-main-heading {
    font-size: clamp(48px, 6vw, 80px);
    font-weight: 600;
    color: #0d1227;
    line-height: 1.1;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.pricing-description {
    font-size: 20px;
    color: #4f4f4f;
    max-width: 480px;
    font-weight: 400;
}

/* Pricing Card Wrapper */
.pricing-card-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Pricing Card */
.pricing-card {
    border: 2px solid #5070fe;
    border-radius: 32px;
    padding: 40px 35px;
    max-width: 450px;
    width: 100%;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(
        0deg,
        rgba(80, 112, 254, 0.08),
        rgba(80, 112, 254, 0.08)
    );
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(80, 112, 254, 0.2);
}

/* Card Header */
.pricing-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.pricing-title {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin: 0;
}

/* Toggle Buttons */
.pricing-toggle {
    display: flex;
    gap: 8px;
    background: transparent;
    border-radius: 100px;
    border: 1px solid #dce2ff;
    padding: 4px;
}

.toggle-btn {
    padding: 8px 18px;
    border: none;
    background: transparent;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.toggle-btn.active {
    background: var(--theme);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(80, 112, 254, 0.3);
}

.toggle-btn:not(.active):hover {
    background: #e6ebfe;
    color: #5070fe;
}

/* Save Badge */
.save-badge {
    text-align: right;
    margin-bottom: 24px;
}

.save-badge span {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

/* Price Display */
.price-display {
    display: flex;
    align-items: baseline;
    margin-bottom: 35px;
}

.currency {
    font-size: clamp(20px, 3.2vw, 40px);
    font-weight: 400;
    color: #333333;
    margin-right: 5px;
    align-self: start;
}

.price {
    font-size: clamp(40px, 9vw, 110px);
    font-weight: 400;
    color: #333333;
    line-height: 1;
    letter-spacing: -3px;
}

.period {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin-left: 8px;
}

/* Features List */
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: transform 0.2s ease;
}

.feature-item:hover {
    transform: translateX(5px);
}

.feature-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: all 0.3s ease;
    background: #5070fe33;
    color: #5070fe;
}

.feature-item:hover .feature-icon {
    transform: scale(1.1);
}

/* CTA Button */
.pricing-cta-btn {
    width: 100%;
    background: var(--theme);
    color: #ffffff;
    padding: 18px 30px;
    border: none;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(80, 112, 254, 0.3);
    margin-bottom: 20px;
}

.pricing-cta-btn:hover {
    background: #3d5cef;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(80, 112, 254, 0.4);
}

.pricing-cta-btn:active {
    transform: translateY(0);
}

.pricing-cta-btn svg {
    transition: transform 0.3s ease;
}

.pricing-cta-btn:hover svg {
    transform: translateX(4px);
}

/* Fine Print */
.pricing-fine-print {
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin: 0;
    line-height: 1.6;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

@media (max-width: 991px) {
    .pricing-left-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 50px;
    }

    .pricing-description {
        max-width: 100%;
        margin: 0 auto;
    }

    .pricing-card {
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .pricing-description {
        font-size: 16px;
    }

    .pricing-card {
        padding: 30px 25px;
    }

    .pricing-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .price {
        font-size: 70px;
    }

    .currency {
        font-size: 32px;
    }

    .feature-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .feature-text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .pricing-main-heading {
        font-size: 40px;
    }

    .pricing-card {
        padding: 25px 20px;
        border-radius: 24px;
    }

    .price {
        font-size: 60px;
    }

    .currency {
        font-size: 28px;
    }

    .period {
        font-size: 16px;
    }

    .toggle-btn {
        padding: 7px 14px;
        font-size: 13px;
    }

    .feature-item {
        margin-bottom: 16px;
    }

    .pricing-cta-btn {
        padding: 16px 24px;
        font-size: 15px;
    }
}
