@font-face{font-family:'SuisseScreenTrial';src:url('../../custom/fonts/SuisseScreenTrial-Regular.otf') format('opentype');font-weight:normal;font-style:normal}
@font-face{font-family:'Satoshi_Regular';src:url('../../custom//fonts/Satoshi-Regular.otf') format('opentype');font-weight:normal;font-style:normal}
@font-face{font-family:'Roboto';src:url('../../custom/fonts/Roboto-VariableFont.ttf') format('truetype');font-weight:normal;font-style:normal}

/* Common styles */
/* Import Google Fonts */
* {
    margin: 0;
    padding: 0; 
    box-sizing: border-box;
}
:root {
    --font-card: 'SuisseScreenTrial';
    --font-Satoshi: 'Satoshi_Regular';
    --forest_Green : #1B3B13;
    --vibrant_Lime : #D5FA99;
    --dark_forest_Green : #142D0E;
    --Deep_Plum : #781945;
    --Green_BG : #D3D6BB;
    --airy_cream : #F0F1E9;
}
body {
    background-color: var(--airy_cream);
}
.blue_black {
    color:var(--forest_Green);
}
.Satoshi {
    font-family: var(--font-Satoshi);
}
.content_area {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}
h1,h2,h3,h4,h5,h6 {
    margin:0;
    font-weight:400;
    font-family: var(--font-card);
    font-size: 48px;
}
p { 
    font-size: 20px;
    font-weight:400;
    margin:0;
    font-family: var(--font-Satoshi);
}
.text_white {
    color:#fff;
}
.nutrition_modl .modal-dialog {
    margin:30px 0;
    display: flex;
    justify-content: end;
    max-width: 100%;
    width:100%;
}
.nutrition_modl .modal-content {
    max-width:1100px;
    width:100%;
}
.modal-content {
    background-color: #E6DDD6;
}
.white_btn {
    font-size: clamp(16px, 2vw, 18px);
    border-radius: 50px;
    border: 1px solid #E5E0E6;
    color:#3F0071;
    background:#fff ;
    padding: 15px 30px;
    font-weight: 700;
    max-width: 350px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    font-family: var(--font-montserrat);
    display: inline-block;
}
.white_btn:hover {
    background-color: #3F0071;
    color:#fff;
    border:1px solid #ffffff;
}
.white_btn:focus {
    border-radius: 50px;
}
@keyframes slide-left {
    
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Hero Section Styles Starts here */

.nutrionists_figures {
        display: flex;
        justify-content: space-between;
        max-width:1300px;
        width:100%;
        margin:0 auto;
        padding-top:60px;
    .nutritionist_count {
        .blue_text {
            font-size:56px;
            font-weight:700;
            margin:0;
            color:var(--dark_forest_Green);
            text-align: center;
        }
        p {
            font-size:24px;
            font-weight:500;
            max-width:300px;
            text-align: center;
            margin-top:10px;
            color: var(--dark_forest_Green);
        }
    }
}

/* Nutrition Team Styles Starts Here */
.nutritionist_team {
    .carosel_view {
        padding:60px 0 100px;
        .product_carousel_wrapper {
            max-width:80%;
        }
        .hover_image {
            height: 251px;
            object-fit: cover;
        }
        .hover_image:hover {
            transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
            transform: scale(1.1);
        }
        .owl-nav {
            position: absolute;
            top: 32%;
            transform: translatey(-50%);
            right:-60px;
        }
        #nutrionist_carousel .owl-prev{
            display: none;
        }
        #nutrionist_carousel .owl-next {
            img {
                width:45px;
                height:auto;
                object-fit: unset;
            }
            
        }
    }
    .nutritionist_team_text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding:30px 0 50px;
        border-bottom:2px solid #3F0071;
        h3 {
            font-size:30px;
            font-weight:700;
            padding:0;
            margin:0;
            max-width:450px;
        }
        
        .nutritionist_team_subtext p{
            font-size:22px;
            font-weight:500;
            margin:0;
            padding:0;
            max-width:800px;
        }
       
    }
    .nutrionist_details{
        padding-top:20px;
        h4 {
            font-size:20px;
            font-family: var(--font-montserrat);
        }
        button {
            border:none;
            outline:none;
            background:transparent
        }  
    } 
    .nutritionst_image  p {
            color:#9D9D9D;
            font-size: 18px;
            line-height:25px;
            padding-top:5px;
        }
        #nutri_btn {
            border:none;
            outline:none;
            background-color: transparent;
            padding:0;
        }
        #nutri_btn:focus, #nutri_btn:focus-visible {
            box-shadow :none;
        }
}

/* Modal Styles */
.modal-backdrop.show {
    opacity: 0!important;
}
.nutritionist_member_detail {
    padding: 30px;
    h4 {
        margin-bottom: 50px;
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        letter-spacing: 0%;
    }
    .member_content {
        display: grid;
        grid-template-columns: 30% auto;
        gap: 45px;
    }
    .member_name {
        h3 {
            font-weight: 700;
            font-size: 26px;
            letter-spacing: 0%;
            margin-bottom: 15px;
            }
        p {
            color: #A6A6A6;
            font-weight: 500;
            font-size: 26px;
            letter-spacing: 0%;
            margin-bottom: 25px;
        }
        img {
        width: 400px;
        height: auto;
        }
    }
    .nutritionist_background {
        max-width: 620px;
        p {
        font-weight: 500;
        font-size: 20px;
        padding-bottom: 20px;
        }
    }
    .education_experience {
        display: grid;
        grid-template-columns: 50% 50%;
        gap:40px;
        font-family:var(--font-montserrat);
        h6 {
            font-size:24px;
            padding-bottom:15px;
            font-weight:700;
            color: #666768;
        }
            ul 
            {
                padding-left:1rem;
                li {
                color:#666768; 
                padding-bottom:15px;
                font-family:var(--font-montserrat);
                padding-bottom:10px;
                list-style-type: disc;
            }
        }
    }
    .close-icon {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
    }
}

/* Customer Care Section Styles */

.customer_care_team {
    background-color: var(--Green_BG);
    padding: 80px 0px;
    .customercare_details {
        display: grid;
        grid-template-columns: 50% auto;
        gap: 80px;
        .customercare_content {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 32px;
        }
        .customercare_img {
            .cus_info {
                display: flex;
                gap: 12px;
                align-items: center;
                p {
                    color: var(--dark_forest_Green);
                    opacity: 50%;                
                }
                .cutomercare {
                    color: var(--dark_forest_Green);
                    font-family: "Roboto";
                    font-weight: 700;
                    font-size: 24px;
                    opacity: 100%;   
                }                
            }            
        }
    }
}

@media only screen and (max-width:767px) {
    .customercare_details {
        grid-template-columns: 100% !important;
        gap: 40px;
    }
    .customercare_content p {
        max-width: unset;
    }
    .cus_info {
        margin-top: 12px;
        justify-content: center;
        flex-direction: column;
        gap: 4px !important;
    }
    .customercare_content h3 {
        margin-bottom: 24px;
    }
}

/* Schedule Appointment Styles Starts Here  */
.schedule_appointment{
    .get_started_section {
        position: relative;
    }
    .get_started_details  {
        display: grid;
        grid-template-columns: 47% auto;
        gap: 80px;
        position: relative;
        padding-top: 80px;
        margin-bottom: 60px;
        align-items: center;
        .get_started_image {
            img {
                height: 630px;
                width: 100%;
                object-fit: cover;
                object-position: center;
                border-radius: 24px
            }
        }
        .get_started_text  {
            padding-top:30px;
        }
        .get_started_text {
            h4 {
                margin-bottom:24px;
            }
            p {
                margin-bottom: 32px;
            }
        }
    }
    .get_started_btn {
        margin-top: 0px;
        .primary-btn-default {
            font-size: clamp(16px, 2vw, 18px);
            border-radius: 50px;
            border: 1px solid var(--forest_Green);
            color: var(--vibrant_Lime);
            background: var(--forest_Green);
            padding: 8px 20px;
            font-size: 18px;
            text-decoration: none;
            text-align: center;
            font-family: var(--font-Satoshi);
            display: inline-block;
        }
    }
} 

@media only screen and (max-width:992px) {
    .schedule_appointment {
        .content_area {
            padding: 0 30px;
            .get_started_details {
                gap: 50px;
            }
        }
    }
    .get_started_image {
        img {
            height: 500px !important;
        }
    }
}
@media only screen and (max-width:767px) {
    .schedule_appointment {
        .content_area {
            padding: 40px 32px;
        }
    }
    .get_started_image {
        img {
            height: 100% !important;
            object-fit: contain !important;
        }
    }
}

/* Reach Out Section Styles Starts Here */
.reach_out {
    margin:0 auto;
    max-width:1250px;
    padding:80px 0 60px;
    .reach_out_content {
        display: grid;
        grid-template-columns: 50% auto;
        background-color: var(--Deep_Plum);
        border-radius: 24px;
        .reach_out_title {
            margin:0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 80px auto;
            max-width: 400px;
            h3 {
                color: var(--vibrant_Lime);
            }
            h4{
                font-size: 24px;
                line-height: 140%;
                margin: 0;
                color: var(--vibrant_Lime);
            }
        }
        .customer_care_timings {
            margin-bottom:70px;
            font-family: var(--font-montserrat);
        }
    }
}

.reachOut_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

@media only screen and (max-width:992px) {
    .reach_out {
        .content_area {
            padding: 30px;
            .reach_out_content {
                .reach_out_title {
                    margin: 80px 30px;
                    max-width: unset;
                }
            }
        }
    }
}
@media only screen and (max-width:767px) {
    .reach_out {
        .content_area {
            padding: 0 32px;
        }
    }
    .reachOut_img img {
        border-top-right-radius: 0;
        border-bottom-right-radius: 24px;
        border-bottom-left-radius: 24px;
    }
    .reach_out_title {
        margin: 80px 20px;
        max-width: unset;
    }
}
/* Media query for tabs */
@media only screen and (max-width:1200px) {
    .nutritionists_hero {
        .nutritionist_hero_section {
            .nutritionist_image {
                min-height:330px;
                img {
                    max-height:400px;
                }
            }
        }
    }
} 
@media only screen and (min-width:769px) and (max-width:991px) {
    .content_area {
        padding:0 20px;
    }
    .nutritionists_hero {
        .nutrionists_figures {
            .nutritionist_count {
                .blue_text {
                    font-size:60px;
                }
                p {
                    font-size:22px;
                }
            }
        }
    }
    .hover_image {
        max-height:312px!important;
    }
    .nutritionist_member_detail {
        .member_content, .education_experience {
            grid-template-columns: 100%;
        }
    }
    .schedule_appointment {
        .get_started_details {
            .get_started_text {
                padding-top: 5px;
          }
        }
    }
    .schedule_appointment {
        .get_started_details {
           .get_started_text {
            h4 {
              margin-bottom: 11px;
            }
            p {
                margin-bottom:10px;
            }
            h5 {
                font-size:20px;
            }
          }
        }
      }
}
@media only screen and (max-width:767px) {
     h1,h2,h3,h4 {
            font-size:36px;
        }
    .content_area {
        padding:0 32px;
    }
    .nutritionists_hero {
        padding: 50px 0 15px;
        .nutritionist_hero_section {
            flex-direction: column;
            .nutritionist_image {
                min-height:300px;
                img {
                    max-height:350px;
                }
            }

            .hero_text {
                max-width:100%;
                margin:0 auto;
                text-align: center;
                h2 {
                    margin-bottom:25px;
                    font-size:32px;
                    line-height:45px;
                }
                p {
                    font-size:26px;
                    line-height: 36px;
                }
            }
            .slider_animation_hero {
                max-width:100%;
            }
            .wrap {
                padding:0;
                gap:5px;
            }
        }
        
        .nutrionists_figures {
            padding-top: 35px;
            flex-direction: column;
            align-items: center;
            gap: 24px;
            .nutritionist_count {
                h4.blue_text {
                    font-size:40px;
                }
                p {
                    font-size:20px;
                }
            }
        }
    } 
    .nutritionist_member_detail {
        h4 {
            font-size:30px;
            margin:20px 0 30px 0;
        }
        .member_content {
            grid-template-columns: 100%;
        }
        .nutritionist_background p {
            font-size:16px;
        }
        .education_experience{
            grid-template-columns: 100%;
        }
        .member_name  p {
            font-size:20px;
        }
        .education_experience {
            gap:20px;
        }
    }
    .customer_care_team {
        .customercare_member_details {
            background-color: #E6DDD6;
        }
        
        .customer_care_mobile {
            padding-top:70px;
        }
        .customercare_team_text {
            flex-direction: column;
            h3 {
                font-size: 22px;
                line-height: 25px;
            }
            .customercare_team_subtext p {
                font-size:16px;
                padding-top:20px;
            }
        }
        .customercare_team_details #tabs{
            display: none;
        }
        .customercare_name, .customercare_designation_details {
            text-align: center;
        }
        .customercare_name {
            h2 {
                padding-bottom:15px;
            }
            p {
                font-size:18px;
            }
        }
        .customercare_designation_details p {
            padding-top:20px;
        }
        .customercare_member_photo, .customercare_member_details {
            flex-direction: column;
            padding:20px 20px 70px;
        }
        .customercare_member_photo {
            padding:20px;
        }
        .customercare_member_photo img {
            border:5px solid #3F0071;
            border-radius:50%;
        }
        #ccteam_carousel {
            position: relative;
        }
        #ccteam_carousel .owl-nav{
            position: absolute;
            top:50%;
            transform: translatey(-50%);
            right: -13px;
        }
        .owl-prev {
            display: none;
        }
    }
    .schedule_appointment {
        .get_started_details {
            grid-template-columns: 100%;
            margin-bottom:50px;
            padding-top:0;
            .get_started_text {
                padding-top:10px;
            }
        }
        p {
            font-size: 16px;
            line-height: 25px;
        }
    }   

    .reach_out {
        padding:0px 0 70px;
        .reach_out_content {
            grid-template-columns: 100%;
            .customer_care_timings {
                margin-bottom:10px;
            }
    }

    .nutritionist_team {
        .carosel_view {
            padding: 60px 0 0;
            .hover_image {
                height: 250px;
                object-fit: contain;
          }
        }
    }
    .nutrition_modl .modal-dialog {
        margin: 30px 15px;
        display: flex;
        justify-content: unset;
        max-width: unset;
        width: unset;
        padding: 0;
    }
}
}
@media only screen and (max-width:520px) {
    .nutritionist_hero_section {
            .nutritionist_image {
                min-height:210px!important;
                img {
                    max-height:300px;
                }
            }
            
        }
}


/* HEALTH JOURNEY SECTION */
.health-journey-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 80px 64px;
}

.health-journey-head h1 {
    font-family:var(--font-card);
    color: var(--vibrant_Lime);
    max-width: 540px;
}

.health-journey-content {
    color:var(--vibrant_Lime);
}

.health-journey-content p {
    font-family: 'Roboto';
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 150%;
    color: var(--vibrant_Lime);
}

.health-journey-content a {
    color: var(--vibrant_Lime);
    border: 1px solid var(--vibrant_Lime);
    padding: 12px 24px;
    font-family: var(--font-Satoshi);
    font-size: 18px;
    border-radius: 30px;
    text-decoration: none;
}

/* NUTRITIONIST TEAM SECTION */
.nutrition-team-head h1 {
    color:var(--dark_forest_Green);
    font-family: var(--font-card);
    max-width: 500px;
}

.nutrition-team-content p {
    font-family: var(--font-Satoshi);
    font-size: 20px;
    color: var(--dark_forest_Green);
}

.nutrition-team-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    padding: 30px 30px 80px;
}

.team-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}

.team-item img {
    width: 100%;
    height: 188px;
    max-width: 188px;
    display: block;
}

.nutritionist-team-carousel {
    text-align: center;
}

.team-item p:last-child {
    color: var(--forest_Green);
    opacity: 50%;
    font-size: 20px;
    font-family: var(--font-Satoshi);
}

.team-item p:first-of-type {
    color:var(--dark_forest_Green);
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: 700;
}

.nutrition-team-wrapper {
    padding: 80px 64px;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--forest_Green);
    opacity: 26%;
    margin: 0 5px;
    display: block;
}

.owl-dots .owl-dot.active span {
    background-color:var(--dark_forest_Green);
    opacity: 100%;
}

/* PERSONA BOX SECTION */
.persona-box-wrapper {
    background-image: url('../../custom/images/upadated_nutritionist/persona-box.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50px;
}

.persona-box {
    padding: 20px;
}

.persona-box-head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    left: 4%;
    top: 35%;
    color: #F0F1E9;
    max-width: 480px;
}

.persona-box-head h1 {
    font-family:var(--font-card);
    font-size: 46px;
    color: var(--airy_cream);
}
.blue_text{
    font-family:var(--font)!important; 
    font-weight:400!important;

}
.persona-box-head p {
    font-family: var(--font-card);
    font-size: 20px;
    margin: 0;
    font-weight: 400;
    color: var(--airy_cream);
}

.persona-box-mobile-wrapper img {
    width: 100%;
    max-width: 311px;
    height: 325px;
}

.persona-box-mobile-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--font-card);
    color:var(--dark_forest_Green);
}

.persona-box-mobile-wrapper h1 {
    text-align: center;
    margin: 0;

}

.persona-box-mobile {
    display: none !important;
}

.persona-box {
    display: block !important;
}

@media screen and (max-width: 992px) {
     .persona-box-wrapper {
        height: 500px;
    }
}

@media screen and (max-width: 767px) {
    .customerCare {
  display: flex;
  flex-direction: column-reverse;
}
    .health-journey-wrapper {
        grid-template-columns: 1fr;
        padding: 80px 32px;
    }

    .persona-box-mobile-wrapper img {
        margin-top: 40px;
    }

    .nutrition-team-inner {
        grid-template-columns: 1fr;
    }

    .persona-box-mobile {
        display: block !important;
    }

    .persona-box {
        display: none !important;
    }
    .health-journey-head h1{
        font-size:29px;
    }
    .health-journey-content{
        margin-bottom:40px;
    }
    .nutrition-team-wrapper{
        padding:0px;
        margin-bottom: 40px;
    }
    .nutrition-team-content p{
        margin:0;
    }
    .nutrition-team-head h1,.team-item p:last-child,.team-item p:first-of-type{
        margin:0;
    }
    .team-item p:first-of-type,.team-item p:last-child {
        margin-bottom:10px;
    }
    .team-item img{
        margin-bottom:20px;
    }
}