@font-face {
    font-family: 'Basics Serif Free';
    src: url('./assets/font/basics_serif/Basics\ Serif\ -\ Free.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* body {
    background: url(./assets/images/printed-bg.png);
} */

.banner-header {
    background: linear-gradient(to top, #FFFFFF 0%, #E4B0A0 74.04%, #DFA391 85.72%, #DA947F 100%);
    text-align: center;
    color: white;
    height: 300px;
}

.banner-head {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: 'Basics Serif Free';
}

.banner-header .banner-breadcrumb {
    display: flex;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
}

.banner-header .banner-breadcrumb a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.commitment-section {
    background: linear-gradient(to bottom, #FFFFFF 0%, #E4B0A0 74.04%, #DFA391 85.72%, #DA947F 100%);
    padding: 10% 0% 10% 0%;

}

.commitment-title {
    font-family: 'Basics Serif Free', serif;
    font-size: 32px;
    width: 70%;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
}

.commitment-divider {
    width: 2px;
    height: 120px;
    border-left: 2px dashed rgba(255, 255, 255, 0.5);
}

.commitment-text {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    width: 80%;
    font-weight: 400;
    color: #fff;
    line-height: 1.8;
    margin: 0;
}

.about-yoga {
    width: 100%;
}

.about-yoga img {
    width: 100%;
    height: auto;
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
}

@media (max-width: 992px) {
    .commitment-section {
        padding: 60px 0;
    }

    .commitment-title {
        font-size: 34px;
        text-align: left;
        margin-bottom: 30px;
    }

    .commitment-divider {
        height: 60px;
        margin-bottom: 30px;
    }

    .commitment-text {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .commitment-section {
        padding: 50px 0;
    }

    .commitment-title {
        font-size: 22px;
        width: 100%;
        text-align: left;
    }

    .commitment-text {
        font-size: 14px;
        width: 100%;
        text-align: left;
    }
}

.about-bio-section {
    background: #DA947F;
    padding: 80px 0;
}

.about-bio-text {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}

.about-bio-img {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    height: auto;
}

.about-bio-img img {
    width: 100%;
    height: 100%;

}

@media (max-width: 992px) {
    .about-bio-section {
        padding: 60px 0;
    }

    .about-bio-text {
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .about-bio-section {
        padding: 40px 0;
    }

    .about-bio-text {
        font-size: 18px;
    }
}


@media (min-width: 320) and (max-width: 768px) {
    .about-bio-img {
        height: 450px;
    }
}

@media (min-width: 1441px) and (max-width: 1640px) {
    .about-bio-img {
        height: 550px;
    }
}

@media (min-width: 1641px) and (max-width: 1920px) {
    .about-bio-img {
        height: 600px;
    }
}

@media (min-width: 1921px) and (max-width: 2560px) {
    .about-bio-img {
        height: 550px;
    }
}

@media (min-width: 2561px) {
    .about-bio-img {
        height: 600px;
    }
}

/*WE ARE HERE*/

.we-are-here {
    background-image: url(./assets/images/yogi-we-are-here.png);
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 40px 20px;
}

.we-are-here::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
}

.we-are-here::after {
    content: '';
    position: absolute;
    inset: 0;

    background: linear-gradient(to bottom,
            rgba(218, 148, 127, 0) 65%,
            /* no effect till bottom */
            rgba(218, 148, 127, 0.35) 90%,
            rgba(218, 148, 127, 1) 100%);

    z-index: 2;
    pointer-events: none;
}


.transform-container {
    max-width: 900px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.transform-content {
    display: grid;
    grid-template-rows: auto auto;
    gap: 24px;
}

.transform-title {
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    margin: 0;
    font-family: "Basics Serif Free", serif;
    text-align: right;
}

.transform-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.jump-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffb347 0%, #ffa500 100%);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.jump-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.trial-card {
    background-color: #5A303E;
    border-radius: 24px;
    padding: 48px 40px;
    color: white;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
}

.trial-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 24px;
    margin: 0 0 24px 0;
    font-family: "Basics Serif Free", serif;
    text-align: center;
}

.trial-description {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 32px;
    flex-grow: 1;
    text-align: center;
    font-family: "Inter", sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    font-weight: 400;
}

.trial-button {
    background-color: white;
    color: #5a3a3a;
    border: none;
    padding: 14px 36px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    font-family: "Inter", sans-serif;
    text-decoration: none;
}

.trial-button:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* Mobile - 200px to 320px */
@media (min-width: 200px) and (max-width: 320px) {
    .we-are-here {
        padding: 24px 16px;
        min-height: auto;
        justify-content: center;
    }

    .transform-container {
        max-width: 100%;
    }

    .transform-content {
        gap: 16px;
    }

    .transform-title {
        font-size: 24px;
        text-align: center;
    }

    .transform-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .jump-image-wrapper {
        min-height: 200px;
        height: 25rem;
        border-radius: 16px;
    }

    .trial-card {
        padding: 0 20px;
        min-height: auto;
        height: 25rem;
        border-radius: 16px;
    }

    .trial-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .trial-description {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .trial-button {
        padding: 10px 24px;
        font-size: 12px;
    }
}

/* Tablet Small - 321px to 767px */
@media (min-width: 321px) and (max-width: 767px) {
    .we-are-here {
        padding: 32px 20px;
        min-height: auto;
        justify-content: center;
    }

    .transform-container {
        max-width: 100%;
    }

    .transform-content {
        gap: 20px;
    }

    .transform-title {
        font-size: 28px;
        text-align: center;
    }

    .transform-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .jump-image-wrapper {
        /* min-height: 240px; */
        height: 30rem;
        border-radius: 16px;
    }

    .trial-card {
        padding: 0 24px;
        height: 30rem;
        min-height: auto;
        border-radius: 16px;
    }

    .trial-title {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .trial-description {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .trial-button {
        padding: 11px 28px;
        font-size: 13px;
    }
}

/* Tablet - 768px to 1200px */
@media (min-width: 768px) and (max-width: 1200px) {
    .we-are-here {
        padding: 40px 32px;
        min-height: 550px;
    }

    .transform-container {
        max-width: 700px;
    }

    .transform-content {
        gap: 20px;
    }

    .transform-title {
        font-size: 30px;
    }

    .transform-cards {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .jump-image-wrapper {
        min-height: 300px;
        border-radius: 20px;
    }

    .trial-card {
        padding: 32px 28px;
        min-height: 300px;
        border-radius: 20px;
    }

    .trial-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .trial-description {
        font-size: 13px;
        margin-bottom: 20px;
        width: 90%;
    }
}

/* Desktop - 1201px to 1440px */
@media (min-width: 1201px) and (max-width: 1440px) {
    .we-are-here {
        padding: 10% 40px 48px 40px;
        min-height: 520px;
    }

    .transform-container {
        max-width: 800px;
    }

    .transform-content {
        gap: 24px;
    }

    .transform-title {
        font-size: 32px;
    }

    .transform-cards {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .jump-image-wrapper {
        height: 30rem;
        border-radius: 22px;
    }

    .trial-card {
        padding: 0 32px;
        height: 30rem;
        border-radius: 22px;
    }

    .trial-title {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .trial-description {
        font-size: 16px;
        margin-bottom: 24px;
        width: 90%;
    }

    .trial-button {
        padding: 12px 32px;
        font-size: 16px;
    }
}

/* Desktop Large - 1441px to 1640px */
@media (min-width: 1441px) and (max-width: 1640px) {
    .we-are-here {
        padding: 10% 48px 56px 48px;
        min-height: 540px;
    }

    .transform-container {
        max-width: 880px;
    }

    .transform-content {
        gap: 28px;
    }

    .transform-title {
        font-size: 38px;
    }

    .transform-cards {
        gap: 28px;
    }

    .jump-image-wrapper {
        height: 32rem;
    }

    .trial-card {
        padding: 0 36px;
        height: 32rem;
    }

    .trial-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .trial-description {
        font-size: 15px;
        margin-bottom: 26px;
    }
}

/* Desktop XL - 1641px to 1920px */
@media (min-width: 1641px) and (max-width: 1920px) {
    .we-are-here {
        padding: 10% 80px 72px 80px;
        min-height: 560px;
    }

    .transform-container {
        max-width: 950px;
    }

    .transform-content {
        gap: 32px;
    }

    .transform-title {
        font-size: 40px;
    }

    .transform-cards {
        gap: 32px;
    }

    .jump-image-wrapper {
        height: 45rem;
    }

    .trial-card {
        padding: 0 40px;
        height: 45rem;
    }

    .trial-title {
        font-size: 30px;
        margin-bottom: 22px;
    }

    .trial-description {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .trial-button {
        padding: 13px 34px;
        font-size: 18px;
    }
}

/* Desktop 2K - 1921px to 2560px */
@media (min-width: 1921px) and (max-width: 2560px) {
    .we-are-here {
        padding: 10% 80px 72px 80px;
        min-height: 600px;
    }

    .transform-container {
        max-width: 1050px;
    }

    .transform-content {
        gap: 36px;
    }

    .transform-title {
        font-size: 42px;
    }

    .transform-cards {
        gap: 36px;
    }

    .jump-image-wrapper {
        height: 46rem;
    }

    .trial-card {
        padding: 0 44px;
        height: 46rem;
        /* min-height: 420px; */
    }

    .trial-title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .trial-description {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .trial-button {
        padding: 14px 36px;
        font-size: 16px;
    }
}

/* Desktop 4K and beyond - 2561px+ */
@media (min-width: 2561px) {
    .we-are-here {
        padding: 88px 100px;
        min-height: 660px;
    }

    .transform-container {
        max-width: 1150px;
    }

    .transform-content {
        gap: 40px;
    }

    .transform-title {
        font-size: 44px;
    }

    .transform-cards {
        gap: 40px;
    }

    .jump-image-wrapper {
        min-height: 480px;
        height: 48rem;
    }

    .trial-card {
        padding: 0 48px;
        min-height: 480px;
        height: 48rem;
    }

    .trial-title {
        font-size: 36px;
        margin-bottom: 28px;
    }

    .trial-description {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .trial-button {
        padding: 16px 40px;
        font-size: 18px;
    }
}



/* ACHIEVEMENTS SECTION */
.achievement-section {
    padding: 90px 0;
    background: url(./assets/images/printed-bg.png), linear-gradient(to bottom,
            #DA947F 0%,
            #ffffff 50%,
            #ffffff 100%);
    background-size: contain;

}

.achievement-title {
    width: 70%;
    font-family: "Basics Serif Free", serif;
    margin-bottom: 6%;
    font-size: 40px;
    line-height: 1.3;
    color: #000;
}

/* Card base styling */
.achieve-card {
    /* padding: 40px 40px; */
    border-radius: 20px;
    text-align: left;
    color: #fff;
    font-family: "Inter", sans-serif;
    height: 100%;
    background: #7b3450;
    transition: background 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem;
}

.achieve-card:hover {
    background: #c27390;
}

.achieve-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.achieve-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.achieve-heading {
    font-family: "Basics Serif Free", serif;
    font-size: 20px;
    margin-bottom: 6%;
    margin-top: 5%;
    font-weight: 400;
    color: #FCF8F5;
    text-align: left;
}

.achieve-paragraph {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.2px;
    color: #FCF8F5;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 200;
    margin-bottom: 0 !important;
    text-align: left;
}

@media (min-width: 200px) and (max-width: 320px) {
    .achievement-section {
        padding: 40px 0;
    }

    .achievement-title {
        width: 100%;
        font-size: 22px;
        margin-bottom: 30px;
        text-align: center;
    }

    .achieve-card {
        height: 24rem;
        border-radius: 15px;
    }


}

@media (min-width: 321px) and (max-width: 767px) {
    .achievement-section {
        padding: 50px 0;
    }

    .achievement-title {
        width: 100%;
        font-size: 28px;
        margin-bottom: 40px;
        text-align: center;
    }

    .achieve-card {
        height: 25rem;
        border-radius: 15px;
    }

    .achieve-icon {
        width: 4rem;
        height: 4rem;
        margin-bottom: 2rem;
    }

    .meditation-icon {
        height: 100% !important;
        height: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .achievement-section {
        padding: 70px 0;
    }

    .achievement-title {
        width: 80%;
        font-size: 36px;
        margin-bottom: 50px;
    }

    .achieve-card {
        height: 30rem;
        border-radius: 15px;
    }

    .achieve-icon {
        width: 4rem;
        height: 4rem;
        margin-bottom: 2rem;
    }

    .meditation-icon {
        height: 100% !important;
        height: 100% !important;
    }
}

@media (min-width: 1201px) and (max-width: 1440px) {
    .achievement-section {
        padding: 80px 0;
    }

    .achievement-title {
        width: 75%;
        font-size: 38px;
        margin-bottom: 55px;
    }

    .achieve-icon {
        height: 4rem;
        width: 4rem;
        margin-bottom: 28px;
    }

    .meditation-icon {
        height: 100% !important;
        height: 100% !important;
    }

    .achieve-card {
        height: 25rem;
        padding: 2rem 1rem;
    }

    .achieve-paragraph {
        width: 90%;
    }
}

@media (min-width: 1441px) and (max-width: 1640px) {
    .achievement-section {
        padding: 90px 0;
    }

    .achievement-title {
        width: 70%;
        font-size: 40px;
        margin-bottom: 60px;
    }

    .achieve-icon {
        width: 20%;
        margin-bottom: 30px;
    }

    .meditation-icon {
        height: 100% !important;
        height: 100% !important;
    }

    .achieve-card {
        height: 25rem;
    }

    .achieve-paragraph {
        width: 90%;
    }
}

@media (min-width: 1641px) and (max-width: 1920px) {
    .achievement-section {
        padding: 100px 0;
    }

    .achievement-title {
        width: 65%;
        font-size: 44px;
        margin-bottom: 65px;
    }

    .achieve-icon {
        width: 4rem;
        height: 4rem;
        margin-bottom: 30px;
    }

    .meditation-icon {
        height: 100% !important;
        height: 100% !important;
    }

    .achieve-card {
        height: 25rem;
    }

    .achieve-paragraph {
        width: 90%;
    }
}

@media (min-width: 1921px) and (max-width: 2560px) {
    .achievement-section {
        padding: 120px 0;
    }

    .achievement-title {
        width: 60%;
        font-size: 48px;
        margin-bottom: 75px;
    }

    .achieve-icon {
        width: 4rem;
        height: 4rem;
        margin-bottom: 40px;
    }

    .meditation-icon {
        height: 100% !important;
        height: 100% !important;
    }

    .achieve-card {
        height: 30rem;
    }

    .achieve-paragraph {
        width: 90%;
    }
}

@media (min-width: 2561px) {
    .achievement-section {
        padding: 140px 0;
    }

    .achievement-title {
        width: 55%;
        font-size: 52px;
        margin-bottom: 85px;
    }

    .achieve-icon {
        width: 4rem;
        height: 4rem;
        margin-bottom: 45px;
    }

    .meditation-icon {
        height: 100% !important;
        height: 100% !important;
    }

    .achieve-card {
        height: 30rem;
    }

    .achieve-paragraph {
        width: 90%;
    }
}


/* Well Being */

.wellness-section {
    background: url(./assets/images/printed-bg.png);
    background-position: center;
    background-size: contain;
}

/*
.wellness-container {
    max-width: 1400px;
    margin: 0 auto;
} */

.wellness-label {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.wellness-title {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-family: "Basics Serif Free", serif;
}

.wellness-description {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 40px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.stats-group {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.stat-item {
    flex: 0 1 auto;
}

.stat-number {
    font-size: 36px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: #666;
}

.image-wrapper {
    position: relative;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #ffd89b 0%, #fff5e6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    position: absolute;
    bottom: -1.5rem;
    left: 1.5rem;
    border-bottom-right-radius: unset;
}

.wellness-flex1 {
    flex: 0 0 45%;
    margin-right: auto;
}

.wellness-flex2 {
    flex: 0 0 50%;
    margin-left: auto;
    margin-right: auto;
}

/* Mobile - 200px to 320px */
@media (min-width: 200px) and (max-width: 320px) {
    .wellness-section {
        padding: 24px 16px 0px 0px;
    }

    .wellness-title {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .wellness-flex1 {
        flex: 0 0 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .wellness-flex2 {
        flex: 0 0 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .wellness-label {
        font-size: 12px;
    }

    .wellness-description {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .stats-group {
        gap: 24px;
    }

    .stat-number {
        font-size: 24px;
    }

    .stat-label {
        font-size: 12px;
    }

    .image-wrapper {
        min-height: 200px;
        margin-bottom: 24px;
    }
}

/* Tablet Small - 321px to 767px */
@media (min-width: 321px) and (max-width: 767px) {
    .wellness-section {
        padding: 32px 20px 0px 0px;
    }

    .wellness-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .wellness-flex1 {
        flex: 0 0 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .wellness-flex2 {
        flex: 0 0 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .wellness-label {
        font-size: 12px;
    }

    .wellness-description {
        font-size: 15px;
        margin-bottom: 32px;
    }

    .stats-group {
        gap: 32px;
    }

    .stat-number {
        font-size: 28px;
    }

    .stat-label {
        font-size: 13px;
    }

    .image-wrapper {
        min-height: 250px;
        margin-bottom: 24px;
    }
}

/* Tablet - 768px to 1200px */
@media (min-width: 768px) and (max-width: 1200px) {
    .wellness-section {
        padding: 48px 32px;
    }

    .wellness-title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .wellness-description {
        font-size: 15px;
        margin-bottom: 36px;
    }

    .stats-group {
        gap: 36px;
    }

    .stat-number {
        font-size: 32px;
    }

    .image-wrapper {
        min-height: 320px;
    }
}

/* Desktop - 1201px to 1440px */
@media (min-width: 1201px) and (max-width: 1440px) {
    .wellness-section {
        padding: 60px 40px;
    }

    .wellness-title {
        font-size: 34px;
        margin-bottom: 24px;
    }

    .wellness-description {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .stats-group {
        gap: 40px;
    }

    .image-wrapper {
        min-height: 330px;
    }
}

/* Desktop Large - 1441px to 1640px */
@media (min-width: 1441px) and (max-width: 1640px) {
    .wellness-section {
        padding: 64px 48px;
    }

    .wellness-title {
        font-size: 38px;
    }

    .image-wrapper {
        min-height: 400px;
    }
}

/* Desktop XL - 1641px to 1920px */
@media (min-width: 1641px) and (max-width: 1920px) {
    .wellness-section {
        padding: 72px 60px;
    }

    .wellness-title {
        font-size: 42px;
    }

    .image-wrapper {
        min-height: 420px;
    }
}

/* Desktop 2K - 1921px to 2560px */
@media (min-width: 1921px) and (max-width: 2560px) {
    .wellness-section {
        padding: 80px 80px;
    }

    .wellness-title {
        font-size: 46px;
    }

    .wellness-description {
        font-size: 18px;
    }

    .stat-number {
        font-size: 42px;
    }

    .image-wrapper {
        min-height: 480px;
    }
}

/* Desktop 4K and beyond - 2561px+ */
@media (min-width: 2561px) {
    .wellness-section {
        padding: 96px 100px;
    }

    .wellness-title {
        font-size: 54px;
    }

    .wellness-description {
        font-size: 20px;
    }

    .stat-number {
        font-size: 48px;
    }

    .stat-label {
        font-size: 16px;
    }

    .image-wrapper {
        min-height: 550px;
    }
}


/* YOGI-SAYINGS */

.yogi-sayings {
    margin: 0;
    background: url('./assets/images/printed-bg.png'), linear-gradient(to bottom,
            transparent 40%,
            #FFEFC5 95%);
    background-size: contain;
}

.yogi-container {
    padding: 40px 20px 0px 0px;
    margin: 0 auto;
}

.yogi-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}

.yogi-image-wrapper {
    flex: 0 0 auto;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-top: auto;
    margin-left: -3rem;
}

.yogi-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.yogi-quote-content {
    flex: 1;
    margin-top: 10%;
}

.yogi-quote-text {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-family: 'Basics Serif Free', serif;
}

.yogi-quote-author {
    font-size: 24px;
    color: #555;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.yogi-quote-author::before {
    content: "- ";
}

.quote-divider {
    height: 3px;
    background: linear-gradient(90deg, #8b7355 0%, #c9a961 50%, #8b7355 100%);
    width: 60px;
    margin-top: 24px;
}

/* Mobile - 200px to 320px */
@media (min-width: 200px) and (max-width: 320px) {
    .yogi-container {
        padding: 0px 0px 0px 0px;
        margin: 0 auto;
    }

    .yogi-sayings {
        padding: 20px 16px;
    }

    .yogi-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .yogi-image-wrapper {
        width: 100%;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .yogi-quote-text {
        font-size: 16px;
        margin-bottom: 12px;
        line-height: 1.5;
    }

    .yogi-quote-author {
        font-size: 16px;
    }

    .quote-divider {
        margin-top: 16px;
        width: 40px;
    }

    .banner-header {
        background: linear-gradient(to top, #FFFFFF 0%, #E4B0A0 74.04%, #DFA391 85.72%, #DA947F 100%);
        text-align: center;
        color: white;
        height: 250px;
    }

    .banner-head {
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: 700;
        line-height: 1.7;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        font-family: 'Basics Serif Free';
    }
}

/* Tablet Small - 321px to 767px */
@media (min-width: 321px) and (max-width: 767px) {
    .yogi-container {
        padding: 0px 0px 0px 0px;
        margin: 0 auto;
    }

    .yogi-sayings {
        padding: 28px 20px;
    }

    .yogi-wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .yogi-image-wrapper {
        width: 100%;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .yogi-quote-text {
        font-size: 18px;
        margin-bottom: 14px;
        line-height: 1.5;
        text-align: center;
    }

    .yogi-quote-author {
        font-size: 18px;
        text-align: center;
    }

    .quote-divider {
        margin-top: 18px;
        width: 50px;
    }

    .banner-header {
        background: linear-gradient(to top, #FFFFFF 0%, #E4B0A0 74.04%, #DFA391 85.72%, #DA947F 100%);
        text-align: center;
        color: white;
        height: 250px;
    }

    .banner-head {
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: 700;
        line-height: 1.7;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        font-family: 'Basics Serif Free';
    }
}

/* Tablet - 768px to 1200px */
@media (min-width: 768px) and (max-width: 1200px) {
    .yogi-sayings {
        padding: 40px 32px 0 0;
    }

    .banner-header {
        background: linear-gradient(to top, #FFFFFF 0%, #E4B0A0 74.04%, #DFA391 85.72%, #DA947F 100%);
        text-align: center;
        color: white;
        height: 350px;
    }

    .banner-head {
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: 700;
        line-height: 1.7;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        font-family: 'Basics Serif Free';
    }

    .yogi-wrapper {
        flex-direction: row;
        gap: 32px;
        align-items: center;
    }

    .yogi-image-wrapper {
        width: 300px;
        min-width: 300px;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .yogi-quote-text {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .yogi-quote-author {
        font-size: 14px;
    }

    .quote-divider {
        margin-top: 20px;
        width: 55px;
    }
}

/* Desktop - 1201px to 1440px */
@media (min-width: 1201px) and (max-width: 1440px) {
    .yogi-sayings {
        padding: 48px 40px 0 0;
    }

    .yogi-wrapper {
        gap: 40px;
    }

    .yogi-image-wrapper {
        width: 340px;
        min-width: 340px;
        height: 100%;
    }

    .yogi-quote-text {
        font-size: 18px;
        margin-bottom: 18px;
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }

    .yogi-quote-author {
        font-size: 24px;
        margin-left: 15%;
    }

    .quote-divider {
        margin-top: 24px;
        width: 60px;
    }
}

/* Desktop Large - 1441px to 1640px */
@media (min-width: 1441px) and (max-width: 1640px) {
    .yogi-sayings {
        padding: 56px 48px 0 0;
    }

    .yogi-wrapper {
        gap: 48px;
    }

    .yogi-image-wrapper {
        width: 380px;
        min-width: 380px;
        height: 100%;
    }

    .yogi-quote-text {
        font-size: 20px;
        width: 60%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .yogi-quote-author {
        font-size: 24px;
        margin-left: 20%;
    }

    .quote-divider {
        margin-top: 24px;
        width: 65px;
    }
}

/* Desktop XL - 1641px to 1920px */
@media (min-width: 1641px) and (max-width: 1920px) {
    .yogi-sayings {
        padding: 64px 60px 0 0;
    }

    .yogi-wrapper {
        gap: 56px;
    }

    .yogi-image-wrapper {
        width: 420px;
        min-width: 420px;
        height: 100%;
    }

    .yogi-quote-text {
        font-size: 22px;
        margin-bottom: 22px;
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }

    .yogi-quote-author {
        font-size: 26px;
        margin-left: 15%;
    }

    .quote-divider {
        margin-top: 26px;
        width: 70px;
    }
}

/* Desktop 2K - 1921px to 2560px */
@media (min-width: 1921px) and (max-width: 2560px) {
    .yogi-sayings {
        padding: 72px 80px 0 0;
    }

    .yogi-wrapper {
        gap: 64px;
    }

    .yogi-image-wrapper {
        width: 480px;
        min-width: 480px;
        height: 100%;
    }

    .yogi-quote-text {
        font-size: 24px;
        margin-bottom: 24px;
        width: 80%;
        margin-right: auto;
    }

    .yogi-quote-author {
        font-size: 28px;
        margin-left: 20%;
    }

    .quote-divider {
        margin-top: 28px;
        width: 75px;
    }
}

/* Desktop 4K and beyond - 2561px+ */
@media (min-width: 2561px) {
    .yogi-sayings {
        padding: 88px 100px 0 0;
    }

    .yogi-wrapper {
        gap: 80px;
    }

    .yogi-image-wrapper {
        width: 540px;
        min-width: 540px;
        height: 100%;
    }

    .yogi-quote-text {
        font-size: 24px;
        margin-bottom: 24px;
        width: 80%;
        margin-right: auto;
        line-height: 1.7;
    }

    .yogi-quote-author {
        font-size: 30px;
        margin-left: 20%;
    }

    .quote-divider {
        margin-top: 32px;
        width: 80px;
    }
}


/*Video Player*/

.av-sound-video-section {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
    background: url(./assets/images/printed-bg.png);
    background-position: center;
    background-size: contain;
}

.av-sound-video-el {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Controls wrapper */
.av-sound-controls {
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    gap: 12px;
    z-index: 20;
}

/* Buttons */
.av-play-toggle-btn,
.av-sound-toggle-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 18px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

.av-play-toggle-btn:hover,
.av-sound-toggle-btn:hover {
    background: rgba(0, 0, 0, 0.85);
}

.av-sound-video-el {
    cursor: pointer;
}