
.header-content .large-text, .header-content h1, .header-content .light-text, .plan, .Modern h2, .Modern p {
    font-family: Be Vietnam Pro, sans-serif !important;
}

.MainHeader {
    color: #fff;
    width: 100%;
    height: 100vh ;
    min-height: 100vh;
    background-image: url(../images/main-bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-color: #000;
    position: relative;
    padding-top: 6.5rem;
    padding-bottom: 12rem;
    z-index: 1;
}
/* .MainHeader {
    position: relative;
    height: calc(100vh - 6.5rem);
    overflow: hidden;
}

.MainHeader .bg-lcp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

@media (max-width: 768px) {
    .MainHeader .bg-lcp {
        object-position: right top !important;
    }
    .MainHeader {
        height: 80vh;
    }
} */

.header-content {
    position: absolute;
    bottom: 20%;
    left: 1.875rem;
    transform: translate(0, 20%);
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    text-align: left;
    display: table;
    z-index: 20000;
    margin-left: 0.9375rem;
    color: #e7e8e9
}

.header-content .large-text {
    font-size: 4.375rem;
    line-height: 1;
    margin-bottom: 0;
    /* text-shadow: 0.3125rem 0.1875rem 0 #3f3f3f; */
    font-weight: 800;
    display: flex;
    margin-top: 1.25rem;
    color: #aac86b;
}

.header-content h1 {
    font-size: 2.375rem;
    position: relative;
    display: inline;
    letter-spacing: normal;
    line-height: 1;
    font-weight: 800;
    display: block;
}

.header-content {
    font-weight: 800
}

.graycolor {
    color: #7f7f7f;
}

.graycolor2 {
    color: #595959;
}

.greencolor {
    color: #aac86b;
}

.d-flex {
    display: flex;
}

.header-content .light-text {
    font-size: 1.75rem;
    font-weight: 200;
    position: relative;
    letter-spacing: normal;
    line-height: 1.2;
    margin: 1.25rem 0 0 0;
}

.header-content .text-pos {
    text-align: right;
    margin-top: -0.3125rem;
    margin-bottom: 0
}

.R-scrolldown {
    height: 4.375rem;
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
    margin: 0 auto;
    overflow: hidden
}

.R-scrolldown .R-line {
    width: 0.0625rem;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, #aac86b 50%, rgba(255, 255, 255, 0) 50%);
    background-position: 0 -4.375rem;
    background-size: 100% 200%;
    animation: scrolldown 2.2s cubic-bezier(.76, 0, .3, 1) forwards infinite;
    float: left
}

.c-contents h2 {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto
}

.c-contents h2::before {
    margin-right: 0.625rem
}

.c-contents h2::after {
    margin-left: 0.625rem
}

@keyframes scrolldown {
    0% {
        background-position: 0 -4.375rem
    }

    75% {
        background-position: 0 0
    }

    100% {
        background-position: 0 4.375rem
    }
}

.R-scrolldown .more {
    margin-top: 3.125rem;
    float: left;
    margin-left: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    font-weight: 300;
    font-size: 1rem
}

.section {
    position: relative;
    height: 100vh
}

.section-HW {
    padding: 5.625rem 0;
    background-color: #f8f8f8;
    overflow: hidden;
    height: calc(100vh - 6.5rem) ;
}

.section-HW.Modern {
    margin-top: 3rem;
}

/* Fix for iPad Mini */
@media (min-width: 768px) and (max-width: 1024px) {
    .section-HW.Modern {
        overflow: visible !important;
        height: auto !important;
        min-height: auto !important;
    }
}

.section-HW h1 {
    font-size: 3.4375rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 1.5625rem;
    position: relative;
    padding-left: 3.75rem
}

.section-HW h1 span {
    position: absolute;
    left: -0.9375rem;
    bottom: 0;
    transform: translate3d(0, 100%, 0) rotate(-90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    color: #c2c2c2;
    font-size: 3.75rem
}

.section-HW h1 span b {
    color: #0038ba
}


.section-HW ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left
}

.section-HW p {
    font-weight: 400;
    font-size: 1.125rem;
    margin-bottom: 1.875rem
}


.section-HW ul li {
    margin-bottom: 0.625rem;
    padding-left: 2.1875rem;
    position: relative;
    font-size: 1.5rem;
    font-weight: 500
}


.section-HW ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.1875rem;
    height: 0.0625rem;
    width: 0.9375rem;
    background: #0038ba
}



.section-HW .Set_img {
    max-width: 40.625rem;
    float: right
}

.section-HW .Set_img-L {
    max-width: 40.625rem;
    float: left
}
.Modern{background-color: #fff !important;}

.Modern .headLight {
    font-weight: 800;
    font-size: 4.6875rem;
    margin-bottom: 0.9375rem;
    padding: 0;
    line-height: 1;
    color: #e7e8e9;
    letter-spacing: -0.0625rem !important
}

.Modern h2, .Personal-Coaching h3 {
    font-weight: 800 !important;
    font-size: 2rem;
    letter-spacing: normal;
    margin-bottom: 1.875rem
}

.Modern .text {
    font-weight: 600 !important;
    color: #5e5e5e;
    font-size: 1.875rem;
    letter-spacing: normal;
    margin-bottom: 1.875rem
}

.Modern .text span {
    color: #e7e8e9
}

.Modern strong {
    font-weight: 600;
    text-transform: uppercase;
    color: #9e9e9e
}



.Modern p {
    font-weight: 300;
    letter-spacing: 0.0938rem;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 0.9375rem;
}

.plan .lg-text {
    font-size: 8.75rem;
    font-weight: 900;
    line-height: 1;
}

.plan .sm-text {
    font-size: 2.8125rem;
    font-weight: 800;
    line-height: 1;
}

.plan .yp-text {
    background-color: #aac86b;
    padding: 0.3125rem 1.875rem;
    font-size: 1.75rem;
    display: inline-block;
    letter-spacing: 0.3125rem;
    font-weight: 800;
    line-height: 1;
}

.Personal-Coaching{
    padding: 0;
    height:auto;
}
.Personal-Coaching h2{
    font-size: 2.75rem;
    position: relative;
    display: inline;
    letter-spacing: normal;
    line-height: 1;
    font-weight: 800;
    display: block;
    font-family: Be Vietnam Pro, sans-serif;
    margin-bottom: 1.25rem;
}
.Personal-Coaching h2 span{color: #aac86b;}
.Personal-Coaching p{
    font-size: 1.125rem; opacity: 0.8;
}
.Personal-Coaching .pc-leftimg img{
    text-align: right;
    float: right;
}
.Personal-Coaching .pc-leftimg img{
    width: auto;
    height: 39.375rem;
}
.Personal-Coaching .paycard {
    position: relative;

}
.Personal-Coaching .paycard  p{
    margin: 0; letter-spacing: normal; font-size: 0.875rem; opacity: 1;
}
.Personal-Coaching .btn-primary{
    width: fit-content;
    text-align: center;
    color: #101010;
    background-color: #a2c95c;
    border-radius: 0;
    font-size: 1rem;
    line-height: 1;
    padding: 0.625rem 1.125rem;
    display: block;
    margin: 0;
    margin-top: 0.625rem;
    height: auto !important;
}
.Personal-Coaching .btn-primary:hover,
.Personal-Coaching .btn-primary:focus {
    color: #fff;
    background-color: #101010 !important;
}
.Personal-Coaching .pay-op-card{
    box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.2);
    padding: 0.9375rem;
    color: #000;
    background-color: #fff;
    font-size: 0.875rem;
    height: 100%;
}
.Personal-Coaching .pay-op-card .btn-primary{
    width: 100%;
}
.Personal-Coaching .paycard .pay-op-card span{
    font-family: Be Vietnam Pro, sans-serif;
    font-size: 1.5625rem; font-weight: 800; display: block;
}

.right-s-img{height: auto; width: 100%;}

.Business-Coaching{
    padding: 7.5rem 0;
    background-image: url(../images/pc-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
}
.Personal-Coaching h3{text-align: center; margin-bottom: 0.9375rem; font-size: 1.75rem;}
.Personal-Coaching .pc-sm-head{font-size:28px; margin-bottom: 0.625rem;}


.Personal-Coaching .paycard .pay-op-card small{font-weight: 800;}
.line-bar {
    height: 0.0625rem;
    width: 2.5rem;
    border: solid 0.0625rem #e7e8e9;
    display: block;
    margin: 1.25rem auto;
    background-color: #e7e8e9
}

.line-bar-lg {
    height: 0.3125rem;
    width: 4.375rem;
    border: solid 0.0625rem #e7e8e9;
    display: block;
    margin: 0.625rem 0 1.25rem 0.3125rem;
    margin-left: 0;
    margin-right: auto;
    background-color: #e7e8e9
}

.line-bar-d {
    border: solid 0.0625rem #282828;
    background-color: #282828
}
.d-flex-col {
    display: flex;
}

.btn-plan{
    padding: 8px 25px; line-height: 1; height: auto; width: auto; margin-top: 25px;
    background-color: #fff;
}
.mb-8{margin-bottom: 0.5rem !important;}

@media (max-width:1440px) {
    .Personal-Coaching .pc-leftimg img {
        height: 39rem;
    }
    .Business-Coaching {
        padding: 5rem 0;
    }
    .section-HW h1 {
        font-size: 3.125rem;
        padding-left: 3.4375rem
    }

    .section-HW h1 span {
        font-size: 3.4375rem
    }

}


@media (max-width:1366px) {
    .Personal-Coaching .pc-leftimg img {
        height: 580px;
    }
    .section-HW ul li {
        font-size: 1.375rem
    }

    .section-HW p {
        font-size: 1rem
    }

    .section-HW ul li:before {
        top: 1.0625rem
    }
}

@media (max-width:1280px) {
    .Business-Coaching {
        padding: 3.75rem 0;
    }
    .header-content h1 {
        font-size: 2.25rem;
    }

    .header-content .light-text {
        font-size: 1.625rem;
    }

    .header-content .large-text {
        font-size: 3.625rem;
        margin-top: 0.625rem;
    }
}


@media (max-width:1024px) {
    .Personal-Coaching h2{font-size: 2rem;}
    .header-content h1 {
        font-size: 2rem;
    }

    .header-content .light-text {
        font-size: 1.375rem;
    }

    .header-content .large-text {
        font-size: 3rem;
        margin-top: 0.625rem;
    }

    .section-HW p {
        font-size: 0.875rem;
    }

    .Modern h2 {
        font-size: 1.75rem;
    }

    .plan .sm-text {
        font-size: 2.5rem;
    }

    .plan .lg-text {
        font-size: 6.875rem;
    }

    .plan .yp-text {
        padding: 0.3125rem 1.1875rem;
        font-size: 1.375rem;
    }

}

@media (max-width:800px) {
    .Personal-Coaching .paycard .pay-op-card span {
        font-size: 1.25rem;
    }
    .Personal-Coaching .pc-leftimg img{display: none;}
    .Personal-Coaching{padding: 4.375rem 0;}
    .section-HW h1 span {
        font-size: 3.125rem
    }

    .section-HW h1 {
        font-size: 2.8125rem;
        padding-left: 2.8125rem
    }

    .section-HW ul li {
        font-size: 1.25rem
    }

    .section-HW ul li:before {
        top: 1rem
    }

    .Modern p {
        width: 100%
    }

    .d-flex-col {
        display: block;
    }

    .plan {
        margin: auto;
        display: block;
        text-align: center;
        margin-bottom: 1.875rem;
        width: 13.4375rem;
    }

    .plan .sm-text {
        font-size: 2.5rem;
        text-align: left;
        display: block;
    }

}




@media (max-width:768px) {

    .R-scrolldown {
        height: 3.125rem
    }

    .R-scrolldown .R-line {
        background-position: 0 -3.125rem
    }
}

@media (max-width:767px) {

    .MainHeader {
        min-height: 26.875rem
    }

    .section-HW h1 span {
        font-size: 2.8125rem
    }

    .section-HW h1 {
        font-size: 2.5rem;
        padding-left: 2.8125rem
    }

    .section-HW {
        height: auto;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem
    }

    .section-HW ul li {
        padding-left: 1.875rem;
        font-size: 1.125rem
    }

    .section-HW ul li:before {
        top: 0.875rem
    }

    .Modern p {
        width: 90%
    }

    .Modern {
        font-size: 2.5rem
    }

    .Modern .text {
        font-size: 1.25rem
    }
    .plan .yp-text {
        display: block;
    }
    .Personal-Coaching h2 {
        font-size: 1.75rem
    }
    .Personal-Coaching h3 {
        font-size: 1.5625rem;
    }

    .paycard .col-md-4{padding-bottom: 1.875rem;}
    .h-sm-s{display: none;}
}


@media (max-width:480px) {

    .line-bar {
        width: 1.875rem;
    }
    .Personal-Coaching h3 {
        font-size: 1.625rem;
    }
    .MainHeader {
        height: calc(100vh - 3rem) ;
    }


    .header-content h1 {
        font-size: 1.5rem;
    }

    .header-content .light-text {
        font-size: 1.125rem;
        margin: 0.9375rem 0 0 0;
    }

    .header-content .large-text {
        font-size: 2.375rem;
    }

    .header-content {
        left: 1.25rem;
    }

    .Modern p {
        width: 100%
    }

    .Modern h2 {
        font-size: 1.5625rem;
    }

    .plan .lg-text {
        font-size: 5.625rem;
    }

    .plan .sm-text {
        font-size: 2rem;
    }

    .plan {
        width: 11.0625rem;
    }

    .plan .yp-text {
        padding: 0.3125rem 0.625rem;
        font-size: 1.125rem;
    }
    .line-bar-lg {
        width: 2.1875rem;
        height: 0.1875rem;
        margin: 0.625rem 0 0.625rem 0.3125rem
    }

}

@media (max-width:425px) {
    .R-scrolldown {
        bottom: 1.875rem;
        right: 1.5625rem;
    }

    .header-content {
        left: 0
    }

    .header-content h1::before {
        left: -4.6875rem
    }

    .section-HW h1 {
        font-size: 2.1875rem;
        padding-left: 2.5rem
    }

    .section-HW h1 span {
        font-size: 2.5rem
    }

    .section-HW p {
        font-size: 0.9375rem
    }

    .Modern .headLight {
        font-size: 2.1875rem
    }

    .Modern h2 {
        font-size: 1.625rem;
        padding-top: 0.3125rem
    }

    .Modern p {
        font-size: 0.9375rem;
        width: 100%
    }

}


@media (max-width:375px) {
    .header-content h1 {
        font-size: 1.375rem;
    }

    .header-content .light-text {
        font-size: 1rem;
        margin: 0.9375rem 0 0 0;
    }

    .header-content .large-text {
        font-size: 2.125rem;
    }

    .Modern .headLight {
        font-size: 2rem
    }

    .Modern h2, .Personal-Coaching h3 {
        font-size: 1.375rem;
    }
    .Personal-Coaching h2 {
        font-size: 1.625rem;
    }
    .plan .sm-text {
        font-size: 1.75rem;
    }

    .plan .lg-text {
        font-size: 5.3125rem;
    }

    .plan .yp-text {
        font-size: 1rem;
    }

    .plan {
        width: 10.375rem;
    }


}

@media (max-width:320px) {


    .header-content h1 {
        font-size: 1.25rem;
    }

    .header-content .light-text {
        font-size: 0.875rem;
    }

    .header-content .large-text {
        font-size: 1.875rem;
    }

    .section-HW p {
        font-size: 0.875rem;
    }

    .Modern h2 {
        font-size: 1.1875rem;
    }
}

.uppercase {
    text-transform: uppercase;
}

/* === STICKY FOOTER FIX === */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Critical: ensures full height */
    overflow-x: hidden; /* Prevent horizontal scroll on small devices */
}

.body-page {
    flex: 1 0 auto; /* This makes the main content grow and push footer down */
    display: flex;
    flex-direction: column;
}

.body-page > .content-wrapper { /* If you have .content-wrapper inside .body-page */
    flex: 1 0 auto;
}

/* Ensure footer doesn't shrink and stays at bottom */
footer {
    flex-shrink: 0;
    width: 100%;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Blog page specific tweaks - reduces gaps */
.container-fullscreen {
    margin-bottom: 0 !important;
}

.blog-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Remove white space below footer globally */
html {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Ensure welcome page sections are always visible and not affected by overflow rules */
.section-HW,
.section-HW.Modern,
.Personal-Coaching,
.MainHeader,
.RC_sec {
    overflow: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Ensure content-wrapper doesn't restrict welcome page sections */
.content-wrapper:not(.blogs-page) {
    overflow-x: visible !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Ensure body-page flex doesn't break welcome page */
.body-page {
    overflow-x: visible !important;
}

/* Only apply overflow-x hidden to blogs page */
.blogs-page.content-wrapper,
.blogs-page .content-wrapper,
.blogs-page .container-fullscreen {
    overflow-x: hidden !important;
}

/* Ensure flexbox doesn't hide welcome page content */
.body-page > .content-wrapper:not(.blogs-page) {
    flex: 1 0 auto;
    overflow: visible !important;
    min-height: auto !important;
}

footer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Ensure no container padding causes overflow */
@media (min-width: 760px) and (max-width: 1260px) {
    .container {
        max-width: 100% !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}
