:root {
    --red: #e5374e;
    --black: #000;
    --white: #fff;
    --grey: #F7F7F7;
}

body {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.heading {
    font-size: 70px;
    color: var(--black);
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.xs_heading {
    font-size: 25px;
}

.sm_heading {
    font-size: 30px;
}

.md_heading {
    font-size: 35px;
}

.lg_heading {
    font-size: 40px;
}

.xl_heading {
    font-size: 50px;
    font-weight: 800;
}

.xxl_heading {
    font-size: 80px;
}

.btn_custom {
    background: var(--black);
    font-size: 16px;
    color: var(--white);
    padding: 10px 15px;
    border-radius: 30px;
    text-decoration: none;
    min-width: 154px;
    text-align: center;
    display: inline-block;
}

.btn_border {
    border: 2px solid var(--black);
    background: transparent;
    color: var(--black);
}

.btn_custom:hover,
.btn_custom:focus {
    background: var(--red);
    color: var(--white);
}

.btn_border:hover,
.btn_border:focus {
    color: var(--red);
    border-color: var(--red);
    background: transparent;
}

/*---nenu----*/
.menu_full {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--black);
    z-index: 100;
    display: none;
}

.menu_full.active {
    width: 100%;
}

.header_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.menu_full ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.menu_full ul li a {
    text-decoration: none;
    color: var(--white);
    font-size: 40px;
    line-height: normal;
    padding: 8px 15px;
    display: block;
    text-transform: uppercase;
}

.menu_full ul li a:hover,
.menu_full ul li a:focus {
    color: var(--red);
}

.menu_close {
    color: var(--white);
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 28px;
    text-decoration: none;
}

.menu_close:hover,
.menu_close:focus {
    color: var(--red);
}

.menu_btn i {
    font-size: 32px;
}

/*---slider global----*/
.center_slider .owl-item .item {
    transform: scale(0.9);
    transform-origin: center;
    transition: all ease-in-out 0.3s;
}

.center_slider .owl-item.center .item {
    transform: scale(1);
}

.center_slider .owl-nav button.owl-prev,
.center_slider .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 34px;
    height: 34px;
    background: var(--black);
    z-index: 4;
    color: var(--white);
    font-size: 30px;
    line-height: 1;
    border-radius: 50%;
}

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

.center_slider h2 {
    margin-top: 20px;
}

/*---banner----*/
.banner small {
    font-size: 30px;
}

.banner .banner_inner {
    bottom: 100px;
}

/*-----*/
.free_trail {
    background: var(--red);
    padding: 15px 0;
    margin-top: -7px;
}

.ft_inner p,
.ft_inner a {
    color: var(--white);
    text-decoration: none;
    margin: 0;
}

.free_trail a {
    margin-left: 10px;
    padding: 6px 26px;
    min-width: 100px;
    font-size: 16px;
    border-color: #fff;
}

.free_trail a:hover,
.free_trail a:focus {
    color: var(--black);
    border-color: var(--black);
}

/*---classes---*/
.classes .owl-item .item {
    transform: scale(0.9);
    transform-origin: center;
    transition: all ease-in-out 0.1s;
    position: relative;
}

.classes .owl-item.active_left .item {
    transform: scale(1);
}

.center_slider.classes .owl-item.center .item {
    transform: scale(0.9);
}

.classes .owl-item .item:after {
    content: "";
    position: absolute;
    left: 0;
    right: -2px;
    top: 0;
    bottom: 0;
    background: #FFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 74%, rgba(255, 255, 255, 1) 100%);
    z-index: 5;
}

.corporate_classes_bg .classes .owl-item .item:after {
    content: "";
    position: absolute;
    left: 0;
    right: -2px;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(247, 247, 247, 0.8) 0%, rgba(247, 247, 247, 1) 74%, rgba(247, 247, 247, 1) 100%);
    z-index: 5;
}

.classes .owl-item.center .item:after,
.classes .owl-item.active_left .item:after {
    display: none;
}

.classes .owl-item.active.center {
    right: -6px;
}

.center_slider.classes .owl-nav button.owl-prev,
.center_slider.classes .owl-nav button.owl-next {
    left: -50px;
}

.center_slider.classes .owl-nav button.owl-next {
    right: 50px;
    left: auto;
}

.classes_section {
    padding: 70px 0 70px;
}

/*---category--*/
.category_section {
    padding: 70px 0 30px;
}

.category_section .owl-item .item {
    border: 1px solid transparent;
}

.category_section .owl-item.center .item {
    border: 1px solid var(--black);
}

.category_section .owl-item .item {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.category_section .owl-item .item {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 20px;
    text-align: center;
}

.category_section .owl-item .item p {
    display: -webkit-box;                  /* Required for -webkit-line-clamp */
    display: box;                          /* Legacy fallback (low support) */
    -webkit-box-orient: vertical;
    box-orient: vertical;                  /* Legacy */
    
    -webkit-line-clamp: 3;                 /* For Chrome, Safari */
    line-clamp: 3;                         /* Standard (future support) */
    
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
    max-height: calc(1.5em * 3);           /* Fallback in case clamp is unsupported */
    transition: all 0.3s ease;
    margin-bottom: 5px;
}

.category_section .owl-item .item p.expanded {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    max-height: none;
}

.category_section .owl-item .item .read-toggle {
    color: var(--black); /* or a specific color like #000 */
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}


.category_section .owl-stage-outer {
    padding: 20px 0;
}

.category_section .owl-carousel .owl-item img {
    width: auto;
}

.cat_img {
    height: 154px;
    width: 154px;
    background: #F4F4F4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin: 0 auto 30px;
    justify-content: center;
}

.category_section .owl-dots button.owl-dot {
    width: 20px;
    height: 20px;
    border: 1px solid #DFDFDF;
    border-radius: 50%;
}

.category_section .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.category_section .owl-dots button.owl-dot.active {
    background-color: var(--black);
    border-color: var(--black);
}

/*---programs----*/
.programs.center_slider .owl-item .item {
    transform: scale(1);
    opacity: .4;
}

.programs.center_slider .owl-item.center {
    z-index: 9;
    top: 72px;
}

.programs.center_slider .owl-item.center .item {
    transform: scale(1.2);
    opacity: 1;
}

.program_section .owl-carousel .owl-stage-outer {
    padding-bottom: 100px;
}

.program_section {
    padding: 80px 0 10px;
}

.pg_inner a {
    margin-top: 20px;
}

/*---coaches_section--*/
.coaches_section {
    padding: 70px 0;
}

.cat_arrow {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.cat_arrow a {
    width: 30px;
    height: 30px;
    border: 1px solid var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    text-decoration: none;
    border-radius: 50%;
}

/*---coaches_section--*/

/* price section */
.price_section {
    background-color: var(--black);
    margin-top: 80px;
    margin-bottom: 80px;
}

.text_content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.price_card_wrap {
    position: absolute;
    right: 0;
}

.price_card {
    background-color: var(--white);
    border: 10px solid var(--black);
    padding: 60px 15px;
    text-align: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    width: 80%;
}

.price_card p {
    font-weight: 500;
    font-size: 25px;
    line-height: 55px;
}

.price_card h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 55px;
    text-transform: uppercase;
    padding-top: 20px;
}

.monthly_price {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 4px;
}

.monthly_price .heading {
    color: var(--red);
    margin-bottom: 0;
}

.monthly_price span {
    color: var(--black);
    font-size: 30px;
    font-weight: 500;
    margin-left: 4px;
}

.price_card span {
    font-size: 25px;
    color: var(--black);
    font-weight: 500;
}

.price_card .price_btn {
    margin-top: 35px;
}

/* Our Corporate partners sec  */
.our_corporate_sec {
    padding: 50px 0;
}

.our_corporate_sec .our_corporate_logo_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding-top: 10px;
}

/* testimonial sec */

.testimonial_sec {
    padding: 70px 0;
}

.testimonial_content_wrapper span {
    font-weight: 400;
    line-height: 33px;
    font-size: 20px;
}

.testimonial_content_wrapper .heading {
    width: 90%;
}

.testimonial_content_wrapper p {
    width: 75%;
}

.appstore_playstor_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 30px;
}

.star_icon_wrap {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 0;
}

.appstore_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.star_icon_wrap i {
    color: #facc15;
    font-size: 16px;
}

.testimonial_sec .btn_custom {
    width: 209px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial_box_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.testimonial_box_1 {
    padding-top: 77px;
}

.image_box {
    position: relative;
}

.image_box .black_dot_1 {
    position: absolute;
    left: 0;
    bottom: -32px;
}

.image_box .black_dot_2 {
    position: absolute;
    left: 0;
    top: -32px;
}

.profile_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 15px;
    gap: 7px;
}

.profile_wrap span {
    font-weight: 700;
}

.testimonial_box_2 p {
    padding-top: 10px;
}

.testimonial_box_2 .profile_wrap {
    padding-bottom: 15px;
}

/* workout_anytime_sec */

.workout_anytime_sec {
    background-color: var(--black);
    padding-bottom: 50px;
}

.workout_anytime_sec .workout_anytime_img {
    margin: -58px 0 0 auto;
}

/* accordion_sec */
.accordion_sec {
    padding: 70px 0;
}

.accordion_sec .accordion-button:focus {
    border-color: #fff;
    box-shadow: none;
}

.accordion_sec .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
}

.accordion_sec .accordion-button::after {
    display: none;
}

.accordion_sec .accordion-button .icon {
    transition: transform 0.3s ease;
    font-weight: 400;
    font-size: 25px;
}

.accordion_sec .accordion {
    --bs-accordion-border-width: 0;
}

.accordion_sec .accordion-item {
    border-top: 1px solid #787878;
}

.accordion_sec .accordion-item:last-child {
    border-bottom: 1px solid #787878;
}

.accordion_sec .accordion-button:not(.collapsed) .icon {
    content: "+";
}

.accordion_sec .accordion-button.collapsed .icon::before {
    content: "+";
}

.accordion_sec .accordion-button:not(.collapsed) .icon::before {
    content: "-";
}

/* support_section */
.support_section {
    padding: 50px 0;
}

.support_section form,
.corporate_sec form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.support_section form label,
.corporate_sec form label {
    font-weight: 600;
    padding-bottom: 3px;
}

button.btn.btn-warning.cmn-buttn.pac-buttn {
    min-width: 260px;
    max-width: 300px;
    height: 54px;
    border-radius: 27px;
    text-align: center;
    padding: 15px;
    text-transform: unset;
    background-color: #e6374b;
    color: #fff;
    margin: 15px;
}

button.btn.btn-warning.cmn-buttn.pac-buttn.reg-btn:hover {
    background-color: #000;
}

/* corporate */
.corporate_sec {
    padding: 50px 0;
}

.trainer_avatar {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 50%;
}

.corporate_sec .xs_heading {
    font-weight: 700;
}

.corporate_sec img {
    padding-bottom: 25px;
}

.shop_banner {
    position: relative;
}

.shop_banner_inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop_banner_inner h2 {
    font-weight: 900;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #fff;
    font-style: italic;
    font-size: 48px;
    line-height: 48px;
    text-shadow: 0 0 10px rgb(0 0 0 / 70%);
}

.corporate_banner .shop_banner_inner {
    max-width: 1170px;
    margin: auto;
    text-align: center;
    padding: 0 15px;
}

/* footer sec */
footer {
    background-color: var(--black);
}

footer .row {
    border-top: 1px solid #FFFFFF61;
    padding: 40px 0 20px;
}

footer ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer ul li a,
.all_right a {
    text-decoration: none;
    color: var(--white);
}

footer ul li a:hover,
.all_right a:hover {
    color: var(--red);
}

.footer_img_wrap {
    display: flex;
    gap: 7px;
}

.all_right {
    padding: 10px;
    border-top: 1px solid #FFFFFF61;
}

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

.corp_lst.owl-carousel .owl-item img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

header {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

._textlogo a {
    text-transform: uppercase;
    color: var(--red);
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
}

._textlogo a span {
    color: var(--black);
}

.header_sec { transition: all ease-in-out .9s; position: fixed; width: 100%; top: 0; z-index: 99; }

.js-cookie-consent.cookie-consent{
    background-color: #e5374e;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: 2;
    padding: 0 !important;
}

.js-cookie-consent.cookie-consent .rounded-lg.bg-yellow-100{
    padding: 0 !important;
    margin: 10px 0 !important;
}
 
.js-cookie-consent.cookie-consent .flex.items-center.justify-between.flex-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.js-cookie-consent.cookie-consent .flex.items-center.justify-between.flex-wrap .flex-shrink-0{
    margin: 0 !important;
}
 
.js-cookie-consent.cookie-consent p{
    margin-bottom: 0;
    color: #fff !important;
}
 
.js-cookie-consent-agree.cookie-consent__agree{
    border-radius: 50px;
    padding: 5px 12px !important;
    background: transparent;
    color: #fff;
    border-color: #fff;
}


/* ----program modal---- */
.modal_program {
    background-color: rgba(255, 255, 255, 0.95);
}

.modal_program .modal-content {
    border: none;
    background: transparent;
}

.modal_program .modal-dialog {
    width: 380px;
}

.phone_frame_img {
    position: relative;
    z-index: 2;
}

.pop_slide {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
    z-index: 1;
}

.modal_program .modal-body {
    padding: 0;
    overflow: hidden;
    border-radius: 30px;
}

.p_frame_arrow a {
    width: 30px;
    height: 30px;
    border: 1px solid var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--red);
    text-decoration: none;
    border-radius: 50%;
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    color: #fff;
}

.p_frame_arrow a.next_btn {
    left: auto;
    right: 18px;
}

.modal_program .close {
    background: transparent;
    margin: 0 0 0 auto;
    border: 2px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 25px;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: -16px;
    top: 1px;
    z-index: 4;
}

.program_section .image-wrapper,
.data_driven_sec .image-wrapper,
.price_card,
.coaches_section .image-wrapper,
.classes_section .image-wrapper{
    position: relative;
    display: inline-block;
}

.program_section .image-wrapper::after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background-image: url('../assets/images/both-shadow.webp'); 
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: -1;
}
.price_card::after{
    content: "";
    position: absolute;
    bottom: -43px;
    width: 100%;
    height: 40px;
    background-image: url('../assets/images/both-shadow.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: -1;
    left: 0;
    right: 0;
}
.data_driven_sec .image-wrapper::after {
    content: "";
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background-image: url('../assets/images/both-shadow.webp'); 
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: -1;
}
.coaches_section .image-wrapper::after,
.classes_section .image-wrapper::after{
    content: "";
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background-image: url('../assets/images/Ellipse-shadow.webp'); 
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: -1;
}


@media (max-width: 1366px) {
    .modal_program .modal-dialog { width: 280px; }

    .modal_program .close {
        right: -25px;
    }

}
@media (max-width: 767px) {
    .modal_program .close { width: 26px; height: 26px;  font-size: 24px;right: -15px; top: 0px;}
    .modal_program .modal-dialog {margin: 5px auto;}
}
/* ----/program modal---- */

/* corporate page start */

.corporate_banner .banner_inner{
    bottom: 0 !important;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}
.corporate_banner .sm_heading{
    font-weight: 400;
    Letter-spacing: 4px;
}
.corporate_banner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 0; 
    box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.5); 
}

 /* lets_face_sec */
.lets_face_sec{
    padding: 70px 0 50px;
    background: var(--black);
    color: var(--white);
}
.lets_face_sec h2{
    color: var(--white);
}

.lets_face_sec .lets_face_wrapper{
    width: 70%;
    margin: 0 auto;
}
.corporate_training_work{
    padding-top: 70px;
}
.corporate_classes_bg{
    background: var(--grey);
}

.btn_red_bg{
    background-color: var(--red);
}
.btn_red_bg:hover{
    background-color: var(--black);
}

/*  */
.our_corporate_sec_bg{
    background-color: var(--grey);
}
/* flexibility_sec */
.flexibility_sec{
    padding: 70px 0;
}
/* .flexibility_wrap_1{
    width: 90%;
} */
.flexibility_wrap_2{
    /* width: 90%; */
    padding-top: 30%;
}
.coaches_section.coaches_section_border{
    border-bottom: 1px solid #C4C4C4;
    border-top: 1px solid #C4C4C4;
}
.mental_sec{
    padding: 70px 0;
}
.mental_sec .mental_wrapper{
    width: 75%;
    margin: 0 auto;
}

.mental_sec .modern_text{
    font-weight: 600;
    font-style: italic;
    padding-top: 25px;
    padding-left: 5%;
}
.mental_sec .modern_write{
    color: #e6374b;
}
.mental_sec .white_dot_bg{
    z-index: -1;
}
/* data_driven_sec */
.data_driven_sec{
    padding: 70px 0 50px;
}
.data_driven_sec .row{
    margin-bottom: -110px;
}
/* corporate_form */
.corporate_form .form-group{
    padding-top: 15px;
}
.corporate_form .form-group label{
    font-weight: 600;
    padding-bottom: 5px;
}
.corporate_form .form-group input, 
.corporate_form .form-group .form-select{
    border: 0;
    border-bottom: 1px solid #CFCFCF;
    padding: 0.375rem 2px;
    border-radius: 0;
}
.corporate_form .form-control:focus,
.corporate_form .form-select:focus {
    border-bottom:1px solid #86b7fe !important;
    box-shadow: none !important;
}
.check_btn_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
.so_you_wanna{
    padding-top: 22%;
    padding-left: 10%;
}
.corporate_form form .btn_custom{
    border: none;
}
.want_to_lavel_sec{
    padding: 80px 0 100px;
}

/* end corporate page */

/* responsive */

@media (max-width: 1366px) {

    .heading {
        font-size: 60px;
    }

    .price_card p {
        font-size: 20px;
    }

    .price_card h3 {
        font-size: 30px;
        padding-top: 10px;
    }

    .monthly_price span {
        font-size: 24px;
    }

    .price_card span {
        font-size: 20px;
    }

    .price_card {
        width: 70%;
    }

    .xl_heading {
        font-size: 40px;
    }

    .xs_heading {
        font-size: 20px;
    }

    .lg_heading {
        font-size: 30px;
    }

    .sm_heading{
        font-size: 26px;
    }
    .corporate_form .form-group label {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {

    .heading {
        font-size: 36px;
        line-height: 1.1;
    }

    .xl_heading {
        font-size: 36px;
    }

    .lg_heading {
        font-size: 26px;
    }

    .xs_heading {
        font-size: 20px;
    }

    .workout_anytime_sec .workout_anytime_img {
        margin: -48px 0 0 auto;
    }

    .price_card h3 {
        font-size: 28px;
        padding-top: 0;
        line-height: 1.1;
    }

    .price_card p {
        font-size: 20px;
        line-height: 1.2;
    }

    .price_card {
        width: 80%;
    }

    .program_section {
        padding: 70px 0 0;
    }

    .accordion_sec {
        padding: 30px 0;
    }

    .price_card {
        padding: 40px 15px;
    }

    .menu_full ul li a {
        font-size: 22px;
        padding: 5px 15px;
    }

    .btn_custom {
        font-size: 15px;
        padding: 8px 15px;
        min-width: 130px;
    }

    ._textlogo a {
        font-size: 28px;
    }

    .btn_custom {
        font-size: 15px;
        padding: 8px 15px;
        min-width: 130px;
    }

    ._textlogo a {
        font-size: 28px;
    }
    .sm_heading{
        font-size: 24px;
    }
    
    .mental_sec,
    .lets_face_sec,
    .flexibility_sec,
    .want_to_lavel_sec {
        padding: 50px 0;
    }

}

@media (max-width: 991px) {
    .heading {
        font-size: 30px;
        line-height: 1.2;
    }

    .xl_heading {
        font-size: 30px;
    }

    .xs_heading {
        font-size: 18px;
    }

    .workout_anytime_sec .workout_anytime_img {
        margin: -35px 0 0 auto;
    }

    .price_card {
        width: 100%;
    }

    a.btn_custom {
        font-size: 14px;
        min-width: 134px;
    }

    .banner .banner_inner {
        bottom: 40px;
    }

    .banner small {
        font-size: 18px;
    }

    .lg_heading {
        font-size: 26px;
    }

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

    .center_slider.classes .owl-nav button.owl-prev {
        left: -15px;
    }

    a.btn_custom {
        font-size: 14px;
        min-width: 105px;
    }

    .category_section {
        padding: 40px 0;
    }

    .menu_full ul li a {
        font-size: 20px;
        padding: 5px 15px;
    }

    .price_card h3 {
        font-size: 22px;
    }

    .shop_banner_inner h2 {
        font-size: 35px;
    }

    .menu_btn i {
        font-size: 30px;
    }

    ._textlogo a {
        font-size: 18px;
    }

    .shop_banner_inner h2 {
        font-size: 35px;
    }

    .menu_btn i {
        font-size: 30px;
    }

    ._textlogo a {
        font-size: 18px;
    }
    .sm_heading{
        font-size: 20px;
    }
    .data_driven_sec .row {
        margin-bottom: 0;
    }
    .so_you_wanna {
        padding-left: 5%;
    }
    .flexibility_wrap_2 {
        padding-top: 12%;
    }
}

@media (max-width: 767px) {

    .heading {
        font-size: 30px;
    }

    .xs_heading {
        font-size: 18px;
    }

    .monthly_price span {
        font-size: 20px;
    }

    .price_card span {
        font-size: 16px;
    }

    .xl_heading {
        font-size: 24px;
        line-height: 40px;
    }

    .workout_anytime_sec .workout_anytime_img {
        margin: -35px auto 40px;
        width: 100%;
    }

    .price_card_wrap {
        position: relative;
    }

    .price_section {
        padding-bottom: 50px;
    }

    footer .row {
        padding: 40px 0;
    }

    footer .d-flex.gap-4 {
        justify-content: center;
    }

    .all_right .container {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .testimonial_content_wrapper .heading,
    .testimonial_content_wrapper p {
        width: 100%;
        text-align: center;
    }

    .price_section {
        margin-bottom: 0;
        margin-top: 40px;
    }

    .testimonial_sec .btn_custom {
        margin: 0 auto;
    }

    .pg_inner {
        padding-bottom: 25px;
    }

    .price_section .heading,
    .price_section p,
    .program_section .pg_inner .heading,
    .program_section .pg_inner p,
    .coaches_section .trainers_inner .heading,
    .coaches_section .trainers_inner p {
        text-align: center;
    }

    .text_content {
        padding-bottom: 10px;
    }

    .classes_section {
        padding: 25px 0;
    }

    .program_section {
        padding: 50px 0 20px;
    }

    .program_section .pg_inner .btn_custom {
        width: 155px;
        justify-content: center;
        display: flex;
        margin: 0 auto;
    }

    .accordion_sec {
        border-top: 1px solid #ccc;
        margin-top: 10px;
    }

    .coaches_section {
        padding: 20px 0 30px;
    }

    .testimonial_box_1 {
        padding-top: 5px;
    }

    .testimonial_content_wrapper span {
        font-size: 16px;
        display: flex;
        justify-content: center;
    }

    .workout_anytime_sec {
        padding-bottom: 25px;
    }

    .menu_full ul li a {
        font-size: 16px;
        padding: 5px 15px;
    }

    .price_card h3 {
        font-size: 20px;
    }

    .shop_banner_inner h2 {
        font-size: 24px;
        line-height: normal;
        text-align: center;
    }

    .menu_btn i {
        font-size: 26px;
    }

    .menu_btn {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .start_free {
        background-color: #e5374e;
    }

    ._mobile_logo {
        width: 150px;
    }

    .shop_banner_inner h2 {
        font-size: 24px;
        line-height: normal;
        text-align: center;
    }

    .menu_btn i {
        font-size: 26px;
    }

    .menu_btn {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .start_free {
        background-color: #e5374e;
    }

    ._mobile_logo {
        width: 150px;
    }
    .sm_heading{
        font-size: 18px;
    }
    .so_you_wanna {
        padding-top: 50px;
        padding-left: 0;
    }
    .data_driven_sec .row {
      gap: 15px;
    }
    .mental_sec .mental_wrapper,
    .lets_face_sec .lets_face_wrapper,
    .flexibility_wrap_1,
    .flexibility_wrap_2 {
        width: 100%;
    }
    .trainers_inner{
        padding-top: 40px;
    }
    .mental_sec,
    .coaches_section.coaches_section_border,
    .lets_face_sec,
    .flexibility_sec {
        padding: 40px 0;
    }
    .flexibility_wrap_2 {
        width: 100%;
        padding-top: 30px;
    }
}

@media (max-width: 575px) {
    .lg_heading {
        font-size: 24px;
    }

    .cat_img {
        width: 100px;
        height: 100px;
    }

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

    .classes .owl-item.active.center {
        right: 0;
    }

    .heading {
        font-size: 26px;
    }

    .xl_heading {
        line-height: 1.1;
        font-size: 22px;
    }

    .xs_heading {
        font-size: 18px;
    }

    .text_content {
        padding-top: 30px;
    }

    .price_section {
        padding-bottom: 30px;
    }

    .menu_full ul li a {
        font-size: 20px;
        padding: 6px 15px;
    }

    .header_menu .btn_custom {
        color: #fff;
        border-color: #fff;
        margin-top: 16px;
        padding: 8px;
        min-width: 150px;
    }

    .header_menu .login_btn {
        margin-top: 25px;
    }

    a.btn_custom {
        font-size: 14px;
        min-width: 105px;
        padding: 7px 12px;
    }
    .sm_heading {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .check_btn_wrap{
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
}

@media (max-width: 400px) {
    .footer_img_wrap {
        display: flex;
        gap: 2px;
    }

    .testimonial_box_inner {
        grid-template-columns: 1fr;
    }

    .testimonial_box_inner img.image-full {
        width: 100%;
        object-fit: cover;
    }

    .appstore_playstor_wrap {
        flex-direction: column;
    }

    .corporate_banner .heading {
        font-size: 15px;
    }

    .shop_banner.corporate_banner h2 {
        font-size: 15px;
    }
        
    .sm_heading{
        font-size: 14px;
    }
}