@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;
}

.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);
}

/* Login */
.login-wrapper {
    background-size: cover;
    background-position: center;
    padding: 8em 0;
    background-image: url(/wp-content/uploads/2025/12/B6-Login-1.png) !important;
    /* height: 100vh; */
}

.login-form-section p a {
    color: #fff;
}

.header-section {
    top: 0;
    left: 0;
    z-index: 9999;
}

.header-section.sticky {
    background-color: var(--color-white);
}

.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);
}

.banner_button {
    padding: 7px 10px;
    border-radius: 8px;
    color: var(--color-brown);
}

.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 {
    padding: 6em 0;
    background-position: center;
    background-size: cover;
}

.health-edit h2 span {
    color: #7F9787;
    display: block;
}

.edit-counters span {
    color: #768C7D;
}

.right-plan {
    background: #F6F5F8;
}

.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;
}

.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;
}

.footer-block {
    background-color: #7F9787;
}

/* form */
/* .form-container {
    background-color: #e8e8e8;
    padding: 30px;
    border-radius: 8px;
} */

.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;
}

/* .contact-block .training_btn{
    width: 200px;
} */

/* 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;
}

.innerpage .header-section .site_logo img {
    filter: invert(1);
}

.course-banner {
    margin-bottom: 2.8rem;
}

.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
}

.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 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.locked::after {
    content: "🔒";
    position:absolute;
    left:45%;
    top:32%;
    font-size:20px;
    pointer-events:none;
} */
.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;
}

@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::after {
    content: "🔒";
    position: absolute;
    top: 40%;
    left: 45%;
    font-size: 24px;
    font-weight: bold;
    color: #d10000;
} */

.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;
}

@media (max-width: 767.98px) {
    .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: 200px;
    }

    .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;
    }

    .course_banner_inner {
        background-image: url(/wp-content/uploads/2025/12/B7-Mob.jpg) !important;
        /* padding-bottom: 10rem; */
        padding-top: 1rem;
        text-align: center;
        /* padding-left: 5rem; */
    }

    .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;
    }

    .health-edit {
        background-image: url(/wp-content/uploads/2025/12/about-mob-bg.jpg) !important;
        padding: 3em 0;
    }

    .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-position: left;
    }
    .progress-circle {
    width: 65px;
    height: 65px;
    }
@media (min-width: 1200px) and (max-width:1366px) {
    .module-card-1 p{
        font-size: 12px;
    }

}
}