@font-face {
    font-family: 'obviouslyregular';
    src: url('../fonts/obviouslyregular.woff2') format('woff2'),
        url('../fonts/obviouslyregular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'obviously_black';
    src: url('../fonts/obviously_black.woff2') format('woff2'),
        url('../fonts/obviously_black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'obviously_medium';
    src: url('../fonts/obviously_medium.woff2') format('woff2'),
        url('../fonts/obviously_medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'obviouslybold';
    src: url('../fonts/obviouslybold.woff2') format('woff2'),
        url('../fonts/obviouslybold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'obviously_light';
    src: url('../fonts/obviously_light.woff2') format('woff2'),
        url('../fonts/obviously_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --color-black: #000;
    --color-white: #fff;
    --color-yellow: #E6EFC0;
    --color-lightgreen: #7F9787;
    --color-themegreen: #E4E4E4;
    --bg-themegreen: #EEF5F8;
    --color-brown: #553B2C;
    --font-regular: "obviouslyregular", sans-serif;
    --font-black: "obviously_black", sans-serif;
    --font-bold: "obviouslybold", sans-serif;
    --font-medium: "obviously_medium", sans-serif;
    --font-light: "obviously_light", sans-serif;
    --font-normal-size: "1rem";
    --body-font: "Poppins", sans-serif;
}

body {
    font-family: var(--font-regular);
    color: var(--color-white);
}

a {
    text-decoration: none;
}

img{
    max-width: 100%;
}

.black-font {
    font-family: var(--font-black);
}

.light_font {
    font-family: var(--font-light);
}

.medium_font {
    font-family: var(--font-medium);
}

.bold_font {
    font-family: var(--font-bold);
}

.body-font {
    font-family: var(--body-font);
}

.bottom_15 {
    bottom: 15%;
}

.bg_yellow {
    background: var(--color-yellow);
}

.bg_themegreen {
    background-color: var(--bg-themegreen);
}

.txt_black {
    color: var(--color-black);
}

.txt_brown {
    color: var(--color-brown);
}

.txt_white {
    color: var(--color-white);
}

.txt_theme {
    color: var(--color-themegreen);
}
/* offer tag */
#programmee .offer-tag {
    position: absolute;
    bottom: 74px;
    left: 0px;
    padding: 6px 12px;
    width: 200px;
}
.course-price span{
    color: #A5684C;
    font-family: var(--font-bold) !important;
    font-size: 1.50rem;
}
/*  */
/* header */
.menu-lists{
    display: inline-block;
    list-style-type: none;
    margin: 0 1em 0 0;
    vertical-align: middle;
    padding-left: 0;
}
.menu-lists li{
    display: inline-block;
    margin: 0 5px;
}
.menu-lists li a{
    color: #fff;
    font-size: 15px;
}
.login-btn {
    display: inline-block;
    vertical-align: middle;
}
.login-btn img{
    width: 40px;
    filter: invert(1);
}
.header-section.sticky .menu-lists li a{
    color: #000;
}
.header-section.sticky .login-btn img{
    filter: invert(0);
}
/* inner page header */
.innerpage .site_logo img{
    filter: invert(1);
}
/* User Profile */
.user_profile_name{
    color: #2F2F2F;
}
.profile-card .avatar-wrapper img{
    width: 70px;
    border-radius: 50%;
}
.user-profile-card p{
    font-family: var(--font-light);
    color: #2F2F2F;
    font-size: 14px;
}
div#profileOffcanvas{
    height: 600px;
}
.user-profile-card .offcanvas{
    background: #EBF6F4 !important;
}
.user-profile-card .offcanvas-body{
    padding: 0 2rem 0 2rem;
}
.user-profile-card .offcanvas-hdr .btn-close{
    position: absolute;
    right: 5px;
    margin: 8px;
}
.user-profile-card .offcanvas{
    width: 490px !important;
}
.invoice-btn a{
    text-decoration: none;
    color: #2F2F2F;
}
.user-profile-card h4{
    font-size: 16px;
    font-family: var(--font-medium);
}
.btm-line{
    border-bottom:1px solid #ACC5C1;
}
.profile-detail{
    position: relative;
}
.profile-detail ::after{
    position: absolute;
    content: "";
    height: 23px;
    width: 1%;
    background-color: #ACC5C1;
    top: 8px;
    bottom: 0;
    right: 18px;
}
/* Login */
.login-wrapper {
    padding: 6em 0 0;
    background-image: url(/wp-content/uploads/2025/12/B6-Login-1.png) !important;
    height: 100vh;
    background-position-y: bottom;
    background-position-x: -100px;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 95%;
}

.login-form-section p a {
    color: #fff;
}
label.error {
    color: red;
    font-size: 12px;
    font-weight: 600;
}
.header-section{
     top: 0;
    left: 0;
    z-index: 9999;
}
.header-section.sticky {
    background-color: var(--color-white);
    position: fixed;
}

.header-section.sticky .site_logo img {
    filter: invert(1);
}

.hero-section {
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.hero-text p {
    font-size: var(--font-normal-size);
}
.hero-section h1{
    font-size: 2.35rem;
}

.banner_button {
    padding: 7px 10px;
    border-radius: 8px;
    color: var(--color-brown);
    display: inline-block;
}

.banner_button img {
    width: 16px;
    margin: 0 0 0 10px;
    position: relative;
    top: -2px;
}

.site_logo img {
    width: 275px;
}

.feature-list {
    gap: 1rem;
}

.feature-item {
    flex: 1 1 18%;
    min-width: 140px;
    max-width: 220px;
    padding: 1rem;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.feature-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 0.5rem;
}

.feature-text {
    display: block;
    max-width: 100%;
    font-size: 0.875rem;
}

.help_section {
    padding: 5em 0 3em 0;
}

.why_section {
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.ws_desc {
    font-size: var(--font-normal-size);
}

.rpt_inner p {
    font-size: 0.875rem;
}
.pop_btn{
     background: #12841d;
    color: var(--color-white);
    padding: 6px 40px;
    text-transform: uppercase;
    border-radius: 5px;
    width: auto;
    border: none;
}

.training_btn {
    background: #12841d;
    color: var(--color-white);
    padding: 7px 15px;
    text-transform: uppercase;
    border-radius: 5px;
    width: auto;
}

.training_btn img {
    width: 16px;
    margin: 0 0 0 10px;
    position: relative;
    top: -2px;
}

.training_btn input[type="submit"] {
    background: transparent;
    border: 0;
    color: #fff;
    padding: 0 0 5px;
}

.training_btn p {
    margin-bottom: 0;
}

.health-edit {
    position: relative;
    overflow: hidden;
    height: 100vh;
    /* padding: 6em 0;
    background-position: center;
    background-size: cover; */
}
.about-bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-bg-slider .bg-slide {
    height: 100vh; /* adjust if needed */
    background-size: cover;
    background-position: center;
}
.health-edit h2 span {
    color: #402c21;
    display: block;
}

.edit-counters span {
    color: #402c21;
}

.right-plan {
    background: #F6F5F8;
}
.right-plan p,
.right-plan ul li{
    font-family: 'obviously_light';
}
.moretext {
    display: none;
}
.moreless-button{
    color: #000;
    text-decoration: underline;
}

.plan-item {
    background-color: var(--color-white);
    border-radius: 10px;
    padding: 2em;
}

.plan-item h4 {
    letter-spacing: 1px;
}

.plan-item ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.plan-item ul li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 1.25em;
}

.plan-item li:before {
    position: absolute;
    content: "";
    background: #7F9787;
    width: 3px;
    height: 90%;
    border-radius: 10px;
    left: 0;
    top: 6px;
}

.plan-item h3 {
    color: #A5684C;
}

.video-item {
    cursor: pointer;
    padding: 0 10px;
}

.video-icon {
    width: 50px;
    left: 0;
    right: 0;
    margin: auto;
    top: 45%;
}

.video-thumb {
    width: 100%;
    border-radius: 10px;
}

.video-frame iframe {
    width: 100%;
    border-radius: 10px;
}

.podcasts-items .slick-dots {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 1em;
    z-index: 99;
    margin: 0;
    padding: 0;
    bottom: -1em;
}

 .podcasts-items .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
 .podcasts-items .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: #000;
    color: transparent;
    margin-top: 1em;
    opacity: .3;
}
.podcasts-items .slick-dots li.slick-active button {
    opacity: 1;
}


.footer-block {
    background-color: #7F9787;
}

#menu-quick-links {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#menu-quick-links li a {
    color: var(--color-themegreen);
    font-weight: 300;
    font-family: var(--body-font);
    display: block;
    transition: all 1s ease-in-out;
}
/* #menu-quick-links li a:hover{
    text-decoration: underline;
} */

.cform_inner .form-check-input:checked {
  background-color: #28ee28;
  border-color: #000;
}


.form-label {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    margin-bottom: 3px;
}

.form-control,
.form-select {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 12px 15px;
    font-size: 14px;
    color: #999;
}

.form-control::placeholder {
    color: #ccc;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    color: #212529;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    font-weight: 600;
}

/* Custom dropdown arrow styling */
.form-select {
    background-image: url("Polygon 1.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px 12px;
    padding-right: 45px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.input-group-text {
    background-color: #fff;
    border: 1px solid #ddd;
    border-right: none;
    font-size: 14px;
    color: #000;
}

.input-group .form-control {
    border-left: none;
}
/* popup video */
.video-thumb {
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.video-thumb:hover .video-icon {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

#videoModal .modal-body {
    background: #000;
}

#videoModal iframe {
    aspect-ratio: 16/9;
}

.btn-close.btn-custom-close {
    opacity: 1;
    width: 23px;
    height: 20px;
    background-size: 40%;
    filter: invert(0);
    color: #000 !important;
    background-color: #fff;
    top: 0px;
    top: -1px !important;
    right: -12px !important;
    border-radius: 50%;
    position: relative;
    z-index: 999;
}

.popup_video .modal-header {
    height: 0;
}
.course-banner {
    margin-bottom: 2.8rem;
    margin-top: 0.7rem;
}

.course_banner_inner {
    border-radius: 25px;
    background-size: cover;
    background-position: center;
    padding: 5rem;
}

.course_hdr h5 {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #3AA490;
    font-size: 8rem;
    margin-bottom: 0;
}

.course_hdr h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.course_hdr h4 {
    font-size: 18px;
    margin-bottom: 3px;
}

.intro-video-thumb .thumb {
    border-radius: 25px;
}

.intro-video-thumb h4 {
    top: 16px;
    font-size: 16px;
    left: 23px
}

.intro-video-thumb h5 {
    bottom: 38px;
    font-size: 16px;
    left: 23px;
    width: 50%;
    font-size: 19px
}

.video-play-button img {
    width: 49px;
    cursor: pointer;
}

.intro-video-section-right {
    margin-bottom: 2rem;
}

.intro-video-section-right:last-child {
    margin-bottom: 0;
}

.course-wrappers {
    margin-top: 1.75rem;
}

.intro-video-section p {
    font-size: 14px;
}

/* Module 1 Card Style */
.locked-popup {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.locked-popup-inner {
    background: #fff;
    padding: 42px 41px;
    width: 450px;
    margin: 15% auto;
    text-align: center;
    border-radius: 10px;
    color: #2F2F2F;
}

.locked-module {
    opacity: .5;
    cursor: not-allowed;
}

.module-card-1 a {
    color: #2F2F2F !important;
}

.module-card-1 {
    /* background-color: #f0fff4; */
    /* Very light green background */
    color: #1e1e1e;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    min-height: 150px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    padding: 15px 15px 15px 25px;
    border-radius: 25px;
}

.module-card-1 p {
    font-size: 13px;
}
.progress-green {
    border: 5px solid #00a896;
    color: #00a896;
}

/* Small text inside the circle */
.progress-text-small {
    position: absolute;
    font-size: 0.6rem;
    font-weight: normal;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

/* Icon styling placeholder */
.module-icon img {
    height: 30px;
    margin-bottom: 10px;

}

.module-card-1::before {
    content: "";
    position: absolute;
    top: 32%;
    left: 0;
    width: 6px;
    height: 34%;
    border-radius: 0px 8px 8px 0px;
}

.module-card-1.module-color-odd::before {
    background-color: #cc4452;
}

.module-card-1.module-color-even::before {
    background-color: #50959A;/
}

/* .course-wrapper { max-width:1100px; margin:20px auto; padding:0 16px; } */
.video-contents h2 {
    font-family: var(--font-medium);
    font-size: 18px;
}

.video-contents h3 {
    font-size: 16px;
    font-family: var(--font-light);
}
.video-contents ul {
    margin: 10px 0;
}
.video-contents ul li{
        font-size: 14px;
    font-family: var(--font-light);
    margin-bottom: 5px;
}
.video-contents p {
    font-size: 14px;
    font-family: var(--font-light);
}

.course_hdr h1 {
    font-size: 26px;
}

.course-title {
    font-size: 26px
}

.modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 18px;
}

.module-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.module-link {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.module-info {
    flex: 1;
}

.module-title {
    margin: 0 0 8px;
    font-size: 17px;
}

.module-counts {
    font-size: 13px;
    color: #666;
}

.module-counts .count {
    display: inline-block;
    margin-right: 12px;
}

.module-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.progress-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #333;
    background: conic-gradient(#4caf50 0deg, #ddd 0deg);
}

.progress-text {
    font-size: 14px;
}

.module-completed {
    font-size: 13px;
    text-align: center;
    color: #333;
}

.lms-item {
    position: relative;
    overflow: hidden;
}

.lms-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    /* border length */
    border-bottom: 1px solid #a7a7a778;
}

/* Locked style A: blur thumbnail, overlay lock icon, faded title */
.lms-item.locked {
    opacity: 0.8;
    pointer-events: none;
    position: relative;
}

.lms-item.locked .lms-thumb img {
    filter: blur(3px);
    transform: scale(1.02);
}
.lms-item.active {
    background: #f0f9ff;
    border-left: 4px solid #0073e6;
}

.lms-mark-btn[disabled] {
    opacity: 0.65;
    cursor: not-allowed;
}

.lms-toast {
    position: fixed;
    right: 18px;
    bottom: 18px;
    background: #000;
    color: #fff;
    padding: 10px 14px;
    border-radius: 6px;
    display: none;
    z-index: 9999;
}
.page-template-course-payment,.page-template-page-payment-success,.page-template-page-onboarding{background: var(--color-black);}

.proceedpay,.payment_success{padding: 5em 0;}
#payBtn{border:none;background: none;color: var(--color-white);}
.cform_inner label{margin-bottom:7px;}
.page-template-page-onboarding-php .innerpage .site_logo img{
        filter: none;
}
.proceedpay .pay_inner h2, h3{
 font-size: 1.55rem;
}
.page-template-page-onboarding-php .innerpage .sticky .site_logo img{
    filter: invert(1);
}
@media (max-width:900px) {
    .lms-module-layout {
        flex-direction: column;
    }

    .lms-sidebar {
        width: 100%;
        max-height: 300px;
        order: 2;
        border-left: none;
        border-top: 1px solid #eee;
        padding-top: 12px;
    }
}

/* Sidebar Locked Style A */
.lms-item.locked {
    opacity: 0.8;
    pointer-events: none;
    position: relative;
    filter: blur(0px);
}

.lms-item.locked .thumb img {
    filter: blur(0px);
}



.lms-item.locked .title {
    color: #999;
}

.lms-item.active {
    background: #e2f0ff;
    border-left: 4px solid #007bff;
}

/* Scrollable right side */
.lms-sidebar {
    max-height: 85vh;
    overflow-y: auto;
    padding-right: 10px;
}

.lms-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    color: #fff;
    padding: 12px 18px;
    border-radius: 6px;
    display: none;
    font-size: 14px;
    z-index: 9999;
}
.black_bg{background: var(--color-black);}
/* Admin Dashboard */
    .admin-dashboard {
        background-color: #000;
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
    .admin-dashboard .table-responsive {
        overflow-x: auto;

    }
    /* Pagination wrapper */
    .admin-dashboard .pagination {
        gap: 6px;
        margin-top: 4rem;
    }
    /* Default page link */
    .admin-dashboard .pagination .page-link {
        background-color: #000;
        color: #fff;
        border: 1px solid #fff;
        padding: 6px 14px;
        font-weight: 500;
        transition: all 0.25s ease;
    }
    /* Hover effect */
    .admin-dashboard .pagination .page-link:hover {
        background-color: #fff;
        color: #000;
        border-color: #fff;
    }
    /* Active page */
    .admin-dashboard .pagination .page-item.active .page-link {
        background-color: #fff;
        color: #000;
        border-color: #fff;
        font-weight: 600;
    }
    /* Disabled state */
    .admin-dashboard .pagination .page-item.disabled .page-link {
        background-color: #000;
        color: #777;
        border-color: #777;
        cursor: not-allowed;
    }
    /* Remove blue focus outline */
    .admin-dashboard .pagination .page-link:focus {
        box-shadow: none;
    }
    .table-hover>tbody>tr:hover>* {
    color: #12841d !important;
    font-weight: 900;
}
.page-template-page-policies-php .header-section .menu-lists li a {
    color: #000;
}
body.page-template-page-policies-php {
    color: #000;
}
.policy-pages {
    padding: 5em 0;
}
.policy-pages h1,.policy-pages h3{
    font-family: var(--font-bold);
}
.policy-pages h1{
    font-size: 2.35rem;
}
.policy-pages h3{
    font-size: 1.45rem;
}
.policy-pages p{
    font-family: 'obviously_light';
}
.policy-pages a{
    color: #000;
    text-decoration: underline;
}
.page-template-page-payment-success-php .site_logo img,
.page-template-course-payment-php .site_logo img{
    filter: none;
}
.page-template-page-payment-success-php .header-section.sticky .site_logo img,
.page-template-course-payment-php .header-section.sticky .site_logo img{
    filter: invert(1);
}
.user-profile-card .offcanvas{
    z-index: 9999;
}
.payment_success .backbtn{
    font-family: 'obviously_medium';
    text-decoration: underline;
    color: #fff;
}
.wpcf7-response-output{
          color: #000;
    width: 100%;
    text-align: center;
}
@media (min-width: 768px) and (max-width: 1025px) {
    .footer-block a{
        word-break: break-all;
    }
}
@media (max-width: 767.98px) {
    #programmee .offer-tag {
        width: 160px;
    }
    p{
        font-size: 15px;
    }
    .form-group{
        margin-bottom: 10px!important;
    }
    .form-control, .form-select{
        padding: 8px 15px;
        height: 40px;
    }
    label{
        margin-bottom: 10px !important;
        font-size: 14px;
        line-height: 1.3;
    }
    .training_btn{
        margin-top: 1em;
    }
    .health-edit h2{
        margin-bottom: 20px!important;
    }
    .ws_desc{
        font-size: 14px;
    }
    p br{
        display: none;
    }
    .why_section{
        align-items: start !important;
        padding-top: 3em!important;
    }
    .hero-section{
        background-image: url('/wp-content/uploads/2026/03/home-banner-mbl.jpeg')!important;
        height: 680px;
        padding: 5em 0;
    }
    .hero-section .hero-text{
        position: initial!important;
    }
    .hero-section h1{
        font-size: 1.65rem;
    }
    .hero-section br{
        display: none;
    }
    .slick-track .slick-slide:nth-child(1) .bg-slide{
        background-image: url('https://fitnessdemo.analyseddigital.in/wp-content/uploads/2026/04/abt-mbl-1.jpg.jpeg')!important;
    }
    .slick-track .slick-slide:nth-child(2) .bg-slide{
        background-image: url('/wp-content/uploads/2026/03/abt-mbl-2.jpg.jpeg')!important;
    }
    .policy-pages h1{
        font-size: 2rem;
    }
    .policy-pages h3{
        font-size: 1.125rem;
    }
    #menu-quick-links{
        margin-bottom: 1em;
    }
    .policy-pages{
        padding: 2em 0;
    }
    .menu-lists{
            margin: 0 10px 0 0;
    }
    .menu-lists li{
            margin: 0 3px;
    }
    .menu-lists li a{
            font-size: 12px;
    }
    .login-btn img{
            width: 25px;
    }
    .readmore-container{
        margin-top: 1em;
    }
.course_hdr h3 {
    font-size: 14px
}
    .locked-popup-inner {
    background: #fff;
    padding: 22px 16px;
    width: 280px;
    margin: 26% auto;
    text-align: center;
    border-radius: 10px;
    color: #2F2F2F;
    }
    .site_logo img {
        width: auto;
    }
    .humburg_menu {
        width: 21px;
    }
    .bottom_15 {
        bottom: 2em;
        padding: 0 1em 3em;
        width: 100%;
    }
    .banner_button {
        font-size: 14px;
    }
    .help_section {
        padding: 3em 0;
    }
    .why_section {
        background-image: url(/wp-content/uploads/2025/12/why-mob.jpg) !important;
        padding: 3em 0;
        align-items: start !important;
    }
    .course_banner_inner {
        background-image: url(/wp-content/uploads/2025/12/B7-Mob.jpg) !important;
        /* padding-bottom: 10rem; */
        padding-top: 1rem;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .module-card-1 {
        margin-bottom: 2rem;
    }

    .course_hdr h5 {
        font-size: 6rem;
    }

    .intro-video-thumb h4 {
        font-size: 12px;
    }

    .intro-video-thumb h5 {
        font-size: 15px;
    }

    .video-item{
        display: block;
        margin: auto;
    }

    .health-edit {
        /* background-image: url(/wp-content/uploads/2025/12/about-mob-bg.jpg) !important;*/
        padding: 2em 0; 
        height: 800px;
        align-items: start!important;
    }
    .about-bg-slider .bg-slide{
        height: 800px;
    }

    .plan-item {
        margin-bottom: 1em;
    }

    .video-item {
        margin-bottom: 1em;
    }

    .btn-close.btn-custom-close {
        top: 1em !important;
        right: 0 !important;
    }

    .training_btn {
        font-size: 14px;
    }

    .training_btn input[type="submit"] {
        font-size: 14px;
        padding: 0;
    }

    /* .contact-block .training_btn img{
        top: -6px;
    } */
    .training_btn p {
        position: relative;
        top: -4px;
    }

    .side-bar-playlist {
        margin: 2rem 0 2rem 0;
    }

    .login-wrapper {
        background-image: url(/wp-content/uploads/2026/03/login-mbl.jpeg)!important;
        background-position: center;
        padding: 4em 0 15em;
        height: auto;
    }
    .login-form-section {
    margin-bottom: 6em;
}
    .progress-circle {
    width: 65px;
    height: 65px;
    }
    .user-profile-card h4{
    font-size: 11px;
}

@media (min-width: 1200px) and (max-width:1366px) {
    .module-card-1 p{
        font-size: 12px;
    }

}
}