/* --------- ≤ 991px --------- */
@media (max-width: 991px) {

    /* ========================================================= ALL SECTIONS HEADINGS */
    .section-heading {
        margin-bottom: 80px;
    }

    .section-title {
        font-size: 36px;
        max-width: 650px;
    }

    /* ======================================================================= NAVBAR */
    /*.omg-navbar {*/
    /*    padding: 10px 0;*/
    /*}*/

    /*.nav-logo {*/
    /*    height: 48px;*/
    /*}*/

    /*.navbar-collapse {*/
    /*    background: var(--brand-white);*/
    /*    margin-top: 15px;*/
    /*    padding: 20px;*/
    /*    border-radius: 16px;*/
    /*    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);*/
    /*}*/

    /*.navbar-nav {*/
    /*    gap: 10px !important;*/
    /*    align-items: flex-start !important;*/
    /*}*/

    /*.nav-link {*/
    /*    font-size: 16px;*/
    /*    width: 100%;*/
    /*    padding: 10px 0;*/
    /*}*/

    /*.nav-link::after {*/
    /*    display: none;*/
    /*}*/

    /*.nav-cta {*/
    /*    width: 100%;*/
    /*    margin-top: 15px;*/
    /*    justify-content: center;*/
    /*}*/

    /*.custom-dropdown .dropdown-menu {*/
    /*    position: static;*/
    /*    box-shadow: none;*/
    /*    border: none;*/
    /*    padding: 0;*/
    /*    margin-top: 5px;*/
    /*    background: transparent;*/

    /*    max-height: 0;*/
    /*    overflow: hidden;*/
    /*    opacity: 0;*/
    /*    transform: translateY(-5px);*/
    /*    transition:*/
    /*        max-height 0.4s ease,*/
    /*        opacity 0.3s ease,*/
    /*        transform 0.3s ease;*/
    /*}*/

    /*.custom-dropdown .dropdown-menu.show {*/
    /*    max-height: 500px;*/
    /*    opacity: 1;*/
    /*    transform: translateY(0);*/
    /*}*/

    /*.dropdown-item {*/
    /*    padding: 10px 12px;*/
    /*    margin-bottom: 6px;*/
    /*    background: rgba(63, 125, 92, 0.05);*/
    /*}*/

    /*.dropdown-item:hover {*/
    /*    transform: none;*/
    /*}*/



    .omg-navbar {
        padding: 10px 0;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(8px);
    }

    .nav-logo {
        height: 48px;
    }

    .navbar-collapse {
        background: linear-gradient(135deg,
                rgba(255, 255, 255, 0.98) 0%,
                rgba(245, 248, 244, 0.98) 100%);

        margin-top: 15px;
        padding: 28px 24px;
        border-radius: 22px;
        border: 1px solid var(--sage-pale);

        box-shadow:
            0 25px 60px rgba(15, 75, 52, 0.08),
            0 10px 25px rgba(0, 0, 0, 0.05);

        /* IMPORTANT: no max-height animation */
        opacity: 0;
        transform: translateY(-10px);

        transition:
            opacity 0.35s ease,
            transform 0.4s ease;
    }

    .navbar-collapse.show {
        opacity: 1;
        transform: translateY(0);
    }


    .navbar-nav {
        gap: 18px !important;
        align-items: flex-start !important;
    }

    .nav-link {
        font-size: 18px;
        font-weight: 500;
        padding: 12px 0;
        width: 100%;
        position: relative;
        color: var(--primary-green-dark);
        transition: all 0.3s ease;
    }

    .nav-link:hover {
        color: var(--accent-fresh);
        letter-spacing: 0.5px;
    }

    .nav-link::after {
        display: none;
    }

    .nav-btn-wrapper {
        width: 100%;
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }

    .custom-dropdown .dropdown-menu {
        position: static;
        box-shadow: none;
        border: none;
        padding: 8px 0 0;
        margin-top: 5px;
        background: transparent;

        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-6px);

        transition:
            max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
            opacity 0.35s ease,
            transform 0.35s ease;
    }

    .custom-dropdown .dropdown-menu.show {
        max-height: 600px;
        opacity: 1;
        transform: translateY(0);
    }

    .dropdown-item {
        padding: 12px 14px;
        margin-bottom: 10px;
        border-radius: 14px;
        background: rgba(63, 125, 92, 0.05);
        border-left: 3px solid transparent;
        transition: all 0.3s ease;
    }

    .dropdown-item:hover {
        background: rgba(63, 125, 92, 0.1);
        border-left-color: var(--primary-green);
        transform: translateX(6px);
    }



    .hero-buttons .cssbuttons-io-button {
        margin-top: 15px;
        width: 100%;
        justify-content: center;
    }

    /* ======================================================================= BUTTONS */
    .cssbuttons-io-button {
        font-size: 15px;
        padding: 0.55em 3em 0.55em 1.1em;
    }

    .cssbuttons-io-button .icon {
        height: 2em;
        width: 2em;
    }

    .animated-button {
        font-size: 15px;
        padding: 9px 30px;
    }

    /* ========================================================================= HERO SECTION */
    .hero-box {
        height: 75vh;
    }

    .hero-content {
        padding: 60px 30px;
        max-width: 520px;
    }

    .hero-title {
        font-size: 48px;
    }

    .hero-features {
        gap: 18px;
        font-size: 15px;
        flex-wrap: wrap;
    }

    .hero-thumbs {
        bottom: 25px;
        right: 30px;
    }

    .thumb {
        width: 65px;
        height: 65px;
    }

    /* ================================================================================ WHO WE ARE SECTION */
    .who-we-are-section {
        padding: 70px 0;
    }

    .who-we-are-title {
        font-size: 38px;
    }

    .pointer-list {
        margin-top: 40px;
    }

    .who-we-are-image-wrapper {
        max-width: 360px;
        height: 520px;
        margin: 40px auto;
    }

    .right-content {
        padding-left: 0;
        margin-top: 40px;
    }

    /* ======================================================================== PRODUCTS SECTION */
    .products-section {
        padding: 70px 0;
    }

    .products-heading {
        margin-bottom: 140px;
    }

    .products-title {
        font-size: 36px;
        max-width: 500px;
    }

    .products-section .col-md-6 {
        padding-bottom: 100px;
    }

    .products-section .col-md-6:nth-child(3) {
        padding-bottom: 0;
    }

    .products-section .col-md-6:nth-child(4) {
        padding-bottom: 0;
    }

    .product-img {
        top: -70px;
    }

    .product-img img {
        width: 85px;
    }

    .product-body {
        padding: 25px;
    }

    .product-desc {
        min-height: auto;
    }

    /* ================================================================================= WHY CHOOSE SECTION */
    .why-choose-section {
        padding: 70px 0 100px;
    }

    .feature-box {
        margin-bottom: 60px;
    }

    .feature-box h5 {
        font-size: 20px;
    }

    .feature-box p {
        font-size: 15px;
        max-width: 100%;
    }

    .center-image {
        width: 240px;
    }

    .flower-rotate img {
        max-width: 350px;
    }

    /* ======================================================================================= HOW TO USE SECTION */
    .how-to-use-section {
        padding: 70px 0;
    }

    .steps-wrapper {
        height: 380px;
        gap: 8px;
    }

    .step-card {
        padding: 25px;
    }

    .step-number {
        font-size: 28px;
    }

    .step-content h3 {
        font-size: 22px;
        width: 180px;
    }

    .step-content p {
        font-size: 14px;
        max-width: 200px;
    }

    .step-image img {
        width: 180px;
    }

    .step-image {
        right: 25px;
    }

    /* ======================================================================== STACKS SECTION */
    .stack-section {
        padding: 80px 0;
    }

    .stack-card {
        padding: 40px;
        max-height: none;
    }

    .stack-card-name {
        font-size: 34px;
    }

    .stack-card-desc {
        font-size: 16px;
    }

    .stack-card-content {
        padding-right: 20px;
    }

    /* ================================================================ BLOGS SECTION */
    .blog-wrapper {
        flex-direction: column;
        height: auto;
        gap: 25px;
    }

    .blog-card {
        flex: unset;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    }

    .blog-card.active {
        flex: unset;
    }

    .blog-body {
        position: relative;
        padding: 30px;
    }

    .blog-card.active .blog-body {
        padding-right: 30px;
    }

    .blog-image {
        position: relative;
        width: 100%;
        height: 260px;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
        transform: none;
        margin-top: 20px;
        border-radius: 16px;
    }

    .blog-image img {
        height: 100%;
    }

    /* ========================================================== TESTIMONIAL SECTION */
    .testimonial-card {
        padding: 80px 30px 60px;
    }

    .testimonial-title {
        font-size: 38px;
    }

    .left-highlight {
        margin-bottom: 40px;
    }

    .top-decoration {
        top: -50px;
        width: 120px;
    }

    .slider-nav {
        bottom: 15px;
        right: 15px;
    }

    /* ================================================================ FAQs SECTION */
    .faq-title {
        font-size: 38px;
        margin-bottom: 35px;
    }

    .faq-cta-card {
        padding: 30px;
    }

    .faq-cta-text {
        max-width: 100%;
    }

    .faq-item {
        padding: 22px 25px;
    }

    .faq-icon {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    /* ================================================================ FOOTER SECTION */
    .footer-section {
        padding: 60px 40px 30px;
    }

    .footer-logo-img {
        width: 200px;
    }

    .footer-phone {
        font-size: 22px;
    }

    .footer-links {
        gap: 50px;
        margin-top: 30px;
    }

    .newsletter-form {
        max-width: 100%;
    }

    /* =================================================================== BREADCRUMB SECTION */
    .breadcrumb-wrapper {
        padding: 80px 0 0;
    }

    .health-breadcrumb {
        padding: 140px 40px;
        border-radius: 22px;
    }

    .breadcrumb-title {
        font-size: 36px;
    }

    .custom-breadcrumb {
        font-size: 14px;
    }

    .health-breadcrumb::before {
        width: 200px;
        height: 200px;
        top: -60px;
        right: -60px;
    }

    /* ================================================================= WHO WE ARE ABOUT PAGE SECTION */
    .who-section {
        padding: 80px 0 50px;
    }

    .who-image img {
        width: 100%;
        height: 600px;
        border-radius: 200px;
    }

    .section-desc {
        font-size: 15px;
        max-width: 100%;
    }

    /* =========================================================== STATISTICS SECTION */
    .stats-container {
        padding: 40px 40px;
        gap: 30px;
    }

    .stat-icon {
        width: 65px;
        height: 65px;
    }

    .stat-number {
        font-size: 28px;
    }

    .stat-label {
        font-size: 13px;
    }

    /* ================================================================ BLOGS PAGE */
    .blog-details-section {
        padding: 120px 30px 70px;
    }

    .blog-details-meta {
        margin-bottom: 15px;
    }

    .blog-content {
        padding-right: 0;
    }

    .blog-details-title {
        font-size: 22px;
    }

    .blog-details-img-wrapper {
        width: 220px;
        height: 150px;
    }

    .blog-details-item:hover .blog-details-img-wrapper {
        width: 280px;
    }

    .contact-section {
        padding: 120px 30px 70px;
    }

    .form-card {
        padding: 35px;
    }

    .contact-info-card {
        padding: 40px 30px;
    }

    .social-bar {
        padding: 30px 25px 20px;
    }

    .rotating-flower {
        width: 180px;
        top: -70px;
    }











    .product-wrapper {
        padding: 60px 0;
    }

    .product-images {
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }

    .product-details {
        padding-left: 0;
    }

    .specs-icon {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        text-align: center;
    }

    .specs-item {
        flex: 0 0 45%;
    }

    .how-use-pro-wrapper {
        padding: 50px 30px;
    }
}


/* --------- ≤ 768px --------- */
@media (max-width: 768px) {

    /* ========================================================= ALL SECTIONS HEADINGS */
    .section-heading {
        margin-bottom: 60px;
    }

    .section-title {
        font-size: 30px;
        max-width: 90%;
    }

    .section-tag {
        font-size: 14px;
    }

    .section-tag img {
        width: 18px;
    }

    /* ======================================================================= NAVBAR */
    .nav-logo {
        height: 44px;
    }

    .navbar-collapse {
        padding: 18px;
    }

    .nav-link {
        font-size: 15px;
    }

    /* ======================================================================= BUTTONS */
    .cssbuttons-io-button {
        font-size: 14px;
        padding: 0.5em 2.8em 0.5em 1em;
    }

    .cssbuttons-io-button .icon {
        height: 1.9em;
        width: 1.9em;
        right: 0.25em;
    }

    .animated-button {
        font-size: 14px;
        padding: 8px 26px;
    }

    .animated-button svg {
        width: 20px;
    }

    /* ========================================================================= HERO SECTION */
    .hero-box {
        height: 70vh;
        border-radius: 20px;
    }

    .hero-content {
        padding: 50px 25px;
        max-width: 100%;
    }

    .hero-title {
        font-size: 40px;
        line-height: 1.2;
    }

    .hero-buttons {
        flex-wrap: wrap;
    }

    .hero-thumbs {
        bottom: 20px;
        right: 25px;
        gap: 12px;
    }

    .thumb {
        width: 55px;
        height: 55px;
    }

    /* ================================================================================ WHO WE ARE SECTION */
    .who-we-are-title {
        font-size: 32px;
    }

    .pointer-item {
        padding: 14px 0;
    }

    .pointer-icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .who-we-are-image-wrapper {
        max-width: 320px;
        height: 460px;
        border-radius: 180px 180px 18px 18px;
    }

    .right-content p {
        font-size: 15px;
    }

    /* ======================================================================== PRODUCTS SECTION */
    .products-section {
        padding: 60px 0;
    }

    .products-heading {
        margin-bottom: 120px !important;
    }

    .products-title {
        font-size: 30px;
    }

    .product-card {
        padding-top: 45px;
    }

    .products-section .col-md-6 {
        padding-bottom: 80px;
    }

    .products-section .col-md-6:nth-child(3) {
        padding-bottom: 80px !important;
    }

    .product-img {
        top: -60px;
    }

    .product-img img {
        width: 130px;
    }

    .product-body {
        padding: 20px;
    }

    .product-title {
        font-size: 18px;
        margin-top: 20px;
    }

    .product-desc {
        font-size: 13px;
    }

    .features li {
        font-size: 13px;
    }

    /* ================================================================================= WHY CHOOSE SECTION */
    .why-choose-section {
        padding: 60px 0 40px;
    }

    .why-left-content,
    .why-right-content {
        text-align: center;
    }

    .feature-box {
        margin-bottom: 40px;
    }

    .feature-box p {
        margin: 0 auto;
    }

    .center-wrapper {
        margin: 160px 0px 200px;
    }

    .center-image {
        width: 200px;
    }

    .flower-rotate img {
        max-width: 300px;
    }

    /* ======================================================================================= HOW TO USE SECTION */
    .steps-wrapper {
        flex-direction: column;
        height: auto;
        gap: 20px;
    }

    .step-card,
    .step-card.active {
        flex-grow: unset !important;
        background: rgba(255, 255, 255, 0.05);
        padding: 20px;
    }

    .step-card {
        cursor: default;
    }

    .step-image {
        position: relative;
        opacity: 1 !important;
        transform: none !important;
        top: unset;
        right: unset;
        margin-top: 15px;
    }

    .step-image img {
        width: 100%;
        max-width: 100%;
    }

    .step-number {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .step-content h3 {
        font-size: 18px;
        width: 100%;
    }

    .step-content p {
        font-size: 14px;
        max-width: 100%;
    }

    /* ======================================================================== STACKS SECTION */
    .stack-card {
        grid-template-columns: 1fr;
        padding: 35px;
        gap: 25px;
    }

    .stack-card-content {
        padding-right: 0;
    }

    .stack-card-name {
        font-size: 28px;
    }

    .stack-card-desc {
        font-size: 15px;
    }

    .stack-card-image {
        height: 280px;
        border-radius: 16px;
    }

    /* ================================================================ BLOGS SECTION */
    .blog-section {
        padding: 70px 0;
    }

    .blog-title {
        font-size: 20px;
    }

    .blog-desc {
        font-size: 14px;
    }

    .blog-image {
        height: 220px;
    }

    /* ========================================================== TESTIMONIAL SECTION */
    .testimonial-card {
        padding: 70px 25px 50px;
        border-radius: 22px;
    }

    .testimonial-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .left-highlight {
        padding: 25px;
        border-radius: 22px;
    }

    .quote {
        font-size: 18px;
    }

    .slider-nav {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 25px;
        justify-content: center;
    }

    /* ================================================================ FAQs SECTION */
    .faq-section {
        padding: 70px 0;
    }

    .faq-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .faq-cta-card {
        border-radius: 20px;
    }

    .faq-cta-text {
        max-width: 100%;
        font-size: 15px;
    }

    .faq-item {
        border-radius: 16px;
        padding: 20px;
    }

    .faq-question {
        font-size: 15px;
    }

    /* ================================================================ FOOTER SECTION */
    .footer-section {
        padding: 50px 30px 25px;
        border-radius: 22px 22px 0 0;
    }

    .footer-section .row>div {
        margin-bottom: 40px;
    }

    .footer-newsletter h4 {
        font-size: 20px;
    }

    .footer-links {
        gap: 40px;
        flex-wrap: wrap;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    /* =================================================================== BREADCRUMB SECTION */
    .breadcrumb-wrapper {
        padding: 80px 0 0;
    }

    .health-breadcrumb {
        padding: 140px 40px;
        border-radius: 22px;
    }

    .breadcrumb-title {
        font-size: 36px;
    }

    .custom-breadcrumb {
        font-size: 14px;
    }

    .health-breadcrumb::before {
        width: 200px;
        height: 200px;
        top: -60px;
        right: -60px;
    }

    /* ================================================================= WHO WE ARE ABOUT PAGE SECTION */
    .who-section {
        padding: 70px 0 40px;
    }

    .who-section .row {
        flex-direction: column;
    }

    .who-image {
        margin-bottom: 40px;
    }

    .who-image img {
        height: 450px;
        border-radius: 160px;
    }

    .who-we-are-title {
        font-size: 30px;
    }

    .section-desc {
        font-size: 14px;
        line-height: 1.7;
    }

    .who-features {
        gap: 12px;
    }

    /* =========================================================== STATISTICS SECTION */
    .stats-container {
        padding: 35px 30px;
        gap: 25px;
        justify-content: center;
    }

    .stat-item {
        flex: 0 0 48%;
        min-width: unset;
        gap: 18px;
    }

    .stat-icon {
        width: 55px;
        height: 55px;
    }

    .stat-number {
        font-size: 24px;
    }

    .stat-label {
        font-size: 13px;
    }

    /* ================================================================ BLOGS PAGE */
    .blog-details-section {
        padding: 100px 25px 60px;
    }

    .blog-details-item .row {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .blog-details-meta {
        margin-bottom: 15px;
    }

    .blog-content {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .blog-details-img-col {
        justify-content: flex-start;
        width: 100%;
    }

    .blog-details-img-wrapper {
        width: 100% !important;
        height: 220px;
    }

    .blog-details-item:hover .blog-details-img-wrapper {
        width: 100%;
    }

    .blog-details-item:hover .blog-details-img-wrapper img {
        transform: none;
    }

    .contact-section {
        padding: 100px 25px 60px;
    }

    .contact-content {
        gap: 40px;
    }

    .form-card {
        padding: 30px;
    }

    .contact-info-card {
        padding: 35px 25px;
    }

    .info-icon {
        width: 48px;
        height: 48px;
    }

    .info-icon i {
        font-size: 18px;
    }

    .social-bar {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding: 25px 20px;
    }

    .social-bar i {
        margin: 0 8px;
    }

    .rotating-flower {
        width: 150px;
        top: -60px;
    }











    .product-wrapper {
        padding: 50px 0;
    }

    .product-images {
        flex-direction: column;
    }

    .thumbnail-list {
        width: 100%;
        flex-direction: row !important;
        justify-content: center;
        margin-bottom: 20px;
    }

    .thumbnail-list img {
        width: 60px;
    }

    .pro-main-image {
        text-align: center;
    }

    .pro-main-image img {
        max-width: 100%;
        height: auto;
    }

    .specs-item {
        flex: 0 0 100%;
    }

    .how-use-pro-wrapper {
        padding: 40px 25px;
        border-radius: 20px;
    }

    .use-card {
        padding: 25px 20px;
    }
}


/* --------- ≤ 576px --------- */
@media (max-width: 576px) {

    /* ========================================================= ALL SECTIONS HEADINGS */
    .section-heading {
        margin-bottom: 40px;
    }

    .section-title {
        font-size: 24px;
        line-height: 1.3;
        max-width: 100%;
    }

    .section-tag {
        font-size: 12px;
        gap: 6px;
    }

    .section-tag img {
        width: 16px;
    }

    /* ======================================================================= NAVBAR */
    .nav-logo {
        height: 50px;
    }

    .navbar-collapse {
        padding: 15px;
        border-radius: 12px;
    }

    .nav-link {
        font-size: 14px;
    }

    .dropdown-item span {
        font-size: 14px;
    }

    .dropdown-item small {
        font-size: 12px;
    }

    /* ======================================================================= BUTTONS */
    .cssbuttons-io-button,
    .animated-button {
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }

    .cssbuttons-io-button {
        padding: 0.6em 3em 0.6em 1em;
        font-size: 14px;
    }

    .animated-button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .animated-button:hover .circle {
        width: 180px;
        height: 180px;
    }


    /* ================================================================================== HERO SECTION */
    .hero-wrapper {
        margin-top: 80px;
    }

    .hero-box {
        height: auto;
        /*min-height: 80vh;*/
        border-radius: 16px;
    }

    .hero-overlay {
        background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.7),
                rgba(0, 0, 0, 0.3));
    }

    .hero-content {
        padding: 60px 20px 120px 20px;
        text-align: center;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-small {
        font-size: 14px;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .hero-features {
        gap: 10px;
        font-size: 14px;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .hero-thumbs {
        position: absolute;
        bottom: 20px;
        right: 50%;
        transform: translateX(50%);
        gap: 10px;
    }

    .thumb {
        width: 48px;
        height: 48px;
    }

    /* ============================================================ WHO WE ARE HOME SECTION */
    .who-we-are-section {
        padding: 40px 0;
    }

    .who-we-are-section .who-divider {
        display: none;
    }

    .who-we-are-tag {
        font-size: 13px;
    }

    .who-we-are-title {
        font-size: 26px;
        line-height: 1.3;
    }

    .pointer-list {
        margin-top: 30px;
    }

    .pointer-item {
        gap: 12px;
        padding: 12px 0;
    }

    .pointer-icon {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .pointer-text {
        font-size: 14px;
    }

    .who-we-are-image-wrapper {
        max-width: 260px;
        height: 380px;
        border-radius: 140px 140px 16px 16px;
        margin: 35px auto;
    }

    .right-content {
        text-align: center;
        margin-top: 30px;
    }

    .right-content p {
        font-size: 14px;
    }

    .animated-button {
        width: 100%;
        justify-content: center;
        margin-top: 15px;
    }

    .who-divider {
        margin: 30px 0;
    }

    /* ============================================================== PRODUCTS SECTION */
    .products-section {
        padding: 50px 15px;
    }

    .products-heading {
        margin-bottom: 90px;
    }

    .products-title {
        font-size: 24px;
    }

    .products-tag {
        font-size: 13px;
    }

    .product-card {
        padding-top: 40px;
        border-radius: 16px;
    }

    .products-section .col-md-6 {
        padding-bottom: 60px;
    }

    .products-section .col-md-6:nth-child(3) {
        padding-bottom: 60px !important;
    }

    .products-section .col-md-6:nth-child(4) {
        padding-bottom: 0;
    }

    .all-products-page .col-md-6:nth-child(4) {
        padding-bottom: 60px !important;
    }

    .all-products-page .col-md-6:nth-child(9) {
        padding-bottom: 0px !important;
    }

    .product-img {
        top: -50px;
    }

    .product-img img {
        width: 85px;
    }

    .product-body {
        padding: 18px;
    }

    .product-title {
        font-size: 16px;
        margin-top: 20px;
    }

    .product-desc {
        font-size: 13px;
    }

    .small-text {
        font-size: 12px;
    }

    .features li {
        font-size: 12px;
    }

    /* ===================================================================== WHY CHOOSE SECTION */
    .why-choose-section {
        padding: 50px 15px 20px;
    }

    .section-title {
        font-size: 24px;
    }

    .section-tag {
        font-size: 13px;
    }

    .feature-box {
        margin-bottom: 30px;
    }

    .feature-box h5 {
        font-size: 17px;
    }

    .feature-box p {
        font-size: 14px;
    }

    .center-wrapper {
        margin: 140px 0px 170px;
    }

    .center-image {
        width: 160px;
    }

    .flower-rotate img {
        max-width: 230px;
    }

    .feature-icon {
        width: 16px;
    }

    /* ======================================================================================= HOW TO USE SECTION */
    .how-to-use-section {
        padding: 50px 15px;
    }

    .steps-wrapper {
        flex-direction: column;
        height: auto;
        gap: 20px;
    }

    .step-card,
    .step-card.active {
        flex: unset !important;
        padding: 20px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.06);
    }

    .step-card {
        cursor: default;
    }

    .step-image {
        position: relative;
        opacity: 1 !important;
        transform: none !important;
        top: unset;
        right: unset;
        margin-top: 15px;
        width: 100%;
    }

    .step-image img {
        width: 100%;
        max-width: 100%;
        border-radius: 12px;
    }

    .step-number {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .step-content h3 {
        font-size: 18px;
        width: 100%;
        margin-bottom: 8px;
    }

    .step-content p {
        font-size: 14px;
        max-width: 100%;
    }

    /* ======================================================================== STACKS SECTION */
    .stack-section {
        padding: 60px 15px;
    }

    .stack-card {
        grid-template-columns: 1fr;
        padding: 25px;
        margin-top: 25px;
        border-radius: 18px;
    }

    .stack-card-role {
        font-size: 12px;
        padding: 5px 14px;
    }

    .stack-card-name {
        font-size: 22px;
        line-height: 1.3;
    }

    .stack-card-desc {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .stack-card-image {
        height: 220px;
        border-radius: 14px;
    }

    .stack-card-image img {
        height: 100%;
        object-fit: cover;
    }

    /* ================================================================ BLOGS SECTION */
    .blog-section {
        padding: 60px 15px;
    }

    .blog-section .cssbuttons-io-button {
        display: none !important;
    }

    .blog-wrapper {
        gap: 20px;
    }

    .blog-card {
        border-radius: 18px;
    }

    .blog-body {
        padding: 20px;
    }

    .blog-meta {
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 18px;
    }

    .blog-title {
        font-size: 18px;
        line-height: 1.4;
    }

    .blog-desc {
        font-size: 13px;
        line-height: 1.6;
    }

    .blog-image {
        height: 200px;
        margin-top: 15px;
        padding: 15px;
    }

    .blog-image img {
        border-radius: 15px;
    }

    .blog-author {
        padding-top: 18px;
    }

    /* ========================================================== TESTIMONIAL SECTION */
    .testimonial-section {
        padding: 20px 0 0;
    }

    .testimonial-card {
        padding: 20px 18px 40px;
        border-radius: 18px;
    }

    .testimonial-card .animated-button {
        display: none;
    }

    .testimonial-card .small {
        margin-bottom: 40px;
    }

    .testimonial-title {
        font-size: 28px;
    }

    .left-highlight {
        display: none;
    }

    .highlight-text {
        font-size: 13px;
    }

    .quote {
        font-size: 16px;
        line-height: 1.6;
    }

    .client-info img {
        width: 38px;
        height: 38px;
    }

    .navigation-btn {
        width: 38px;
        height: 38px;
    }

    .navigation-btn i {
        font-size: 16px;
    }

    .top-decoration {
        display: none;
    }

    /* ================================================================ FAQs SECTION */
    .faq-section {
        padding: 50px 15px;
    }

    .faq-title {
        font-size: 26px;
    }

    .faq-cta-card {
        padding: 20px;
        border-radius: 16px;
    }

    .faq-cta-text {
        font-size: 14px;
        line-height: 1.6;
    }

    .faq-item {
        padding: 18px;
        margin-bottom: 15px;
    }

    .faq-question {
        font-size: 14px;
        gap: 10px;
    }

    .faq-icon {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .faq-answer p {
        font-size: 14px;
    }

    .faq-cta-card img {
        display: none;
    }

    /* ================================================================ FOOTER SECTION */
    .footer-section {
        padding: 40px 20px 20px;
        border-radius: 18px 18px 0 0;
    }

    .footer-logo-img {
        width: 170px;
    }

    .footer-contact {
        font-size: 14px;
    }

    .footer-phone {
        font-size: 18px;
    }

    .footer-newsletter {
        margin-bottom: 0px !important;
    }

    .footer-newsletter h4 {
        font-size: 18px;
        line-height: 1.4;
    }

    .newsletter-form {
        flex-direction: column;
        border-radius: 16px;
        padding: 10px;
        gap: 10px;
    }

    .newsletter-form input {
        padding: 10px 14px;
        font-size: 14px;
    }

    .newsletter-form button {
        width: 100%;
        padding: 10px;
    }

    .footer-links {
        flex-direction: row;
        gap: 90px;
        display: flex;
    }

    .footer-links a {
        font-size: 14px;
    }

    .footer-divider {
        margin: 0px 0px 30px;
    }

    .social-icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .footer-bottom {
        gap: 10px;
        font-size: 14px;
        align-items: center;
    }

    /* =================================================================== BREADCRUMB SECTION */
    .breadcrumb-wrapper {
        padding: 90px 0px 0px;
    }

    .health-breadcrumb {
        padding: 90px 20px;
        border-radius: 16px;
        text-align: center;
    }

    .breadcrumb-title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .custom-breadcrumb {
        justify-content: center;
        font-size: 12px;
        gap: 6px;
    }

    .custom-breadcrumb a {
        gap: 4px;
    }

    .breadcrumb-separator {
        display: inline-block;
    }

    .health-breadcrumb::before {
        display: none;
    }

    /* ================================================================= WHO WE ARE ABOUT PAGE SECTION */
    .who-section {
        padding: 50px 0px 10px;
    }

    .who-section .animated-button {
        display: none;
    }

    .who-image img {
        width: 100%;
        height: 320px;
        border-radius: 100px;
    }

    .who-we-are-title {
        font-size: 24px;
        line-height: 1.3;
    }

    .section-desc {
        font-size: 14px;
        margin: 18px 0 25px;
    }

    .who-feature-item {
        font-size: 12px;
    }

    .who-feature-icon img {
        width: 16px;
        height: 16px;
    }

    .who-features {
        display: flex;
        flex-direction: row;
        gap: 10px;
        margin-bottom: 30px;
    }

    /* =========================================================== STATISTICS SECTION */
    .stats-section {
        padding: 20px 0px 15px;
    }

    .stats-container {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 30px 20px;
    }

    .stat-item {
        flex: unset !important;
        min-width: unset !important;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .stat-icon {
        width: 45px;
        height: 45px;
    }

    .stat-number {
        font-size: 20px;
    }

    .stat-label {
        font-size: 12px;
    }

    /* ================================================================ BLOGS PAGE */
    .blog-details-section {
        padding: 120px 20px 10px;
        border-radius: 18px;
    }

    .blog-details-item {
        padding: 30px 0;
    }

    .blog-details-title {
        font-size: 18px;
        line-height: 1.4;
    }

    .blog-details-desc {
        font-size: 14px;
        max-width: 100%;
    }

    .blog-details-img-wrapper {
        width: 100% !important;
        height: 200px;
        border-radius: 14px;
    }

    .blog-details-item:hover .blog-details-img-wrapper {
        width: 100%;
    }

    .blog-details-item:hover .blog-details-img-wrapper img {
        transform: none;
    }

    .blog-details-item:hover .blog-details-title {
        color: var(--brand-green-darkest);
    }

    /*============================================================================= CONTACT WRAPPER */
    .contact-wrapper {
        padding: 70px 0 30px;
    }

    .contact-section {
        padding: 90px 20px 50px;
        border-radius: 18px;
    }

    .form-card {
        padding: 25px;
        border-radius: 18px;
    }

    .who-we-are-title {
        font-size: 22px;
        margin-bottom: 30px !important;
    }

    .form-control {
        padding: 10px 14px;
        font-size: 14px;
    }

    .contact-info-card {
        padding: 30px 20px;
        border-radius: 22px;
    }

    .contact-info-card .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .info-box h6 {
        font-size: 15px;
    }

    .info-box p {
        font-size: 13px;
    }

    .info-icon {
        width: 42px;
        height: 42px;
        margin-bottom: 15px;
    }

    .info-icon i {
        font-size: 16px;
    }

    .social-bar {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px 20px;
        border-radius: 0 0 22px 22px;
    }

    .social-bar span {
        font-size: 14px;
    }

    .social-bar i {
        margin: 0 6px;
    }

    .rotating-flower {
        width: 120px;
        top: -50px;
    }


    /*================================================================================== PRODUCT WRAPPER */
    .product-wrapper {
        padding: 30px 25px;
    }

    .product-details {
        padding: 0 10px !important;
        margin-top: 25px;
    }

    .who-we-are-title {
        font-size: 22px;
    }

    .product-images {
        flex-direction: column;
        gap: 18px;
    }

    .pro-main-image {
        order: 1;
        text-align: center;
    }

    .pro-main-image img {
        width: 100%;
        max-width: 100%;
        border-radius: 16px;
    }

    .thumbnail-list {
        order: 2;
        width: 100%;
        flex-direction: row !important;
        justify-content: center;
        gap: 10px;
        margin: 10px 0 0 0 !important;
    }

    .thumbnail-list img {
        width: 55px;
        height: 55px;
        object-fit: cover;
        border-radius: 8px;
    }

    .rating {
        font-size: 12px;
    }

    .product-description {
        font-size: 14px;
    }

    .size-btn {
        padding: 8px 18px;
        font-size: 13px;
    }

    .thumbnail-list img {
        width: 50px;
    }

    .specs-icon {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
        padding: 25px 15px;
        text-align: center;
    }

    .specs-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 13px;
    }

    .specs-item i {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .details-section h5 {
        font-size: 16px;
    }

    .details-section p {
        font-size: 14px;
    }

    .how-use-pro-wrapper {
        padding: 35px 20px;
    }

    .icon-box {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }

    .use-card h5 {
        font-size: 16px;
    }

    .use-card p {
        font-size: 13px;
    }
}


@media (max-width: 991px) {

    .article-body {
        padding: 40px 40px 60px;
    }

    .hero-image-wrap {
        height: 340px;
    }

    .two-col-section {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .two-col-image img {
        height: 260px;
    }

    .author-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .share-section {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {

    .article-hero {
        padding: 40px 0 0;
    }

    .article-body {
        padding: 30px 25px 50px;
    }

    .hero-image-wrap {
        height: 280px;
        border-radius: 18px;
    }

    .blog-details-head {
        font-size: 1.35rem;
    }

    .body-text {
        font-size: 0.92rem;
        line-height: 1.75;
    }

    .author-bar {
        padding: 18px 20px;
    }

    .share-label {
        display: none;
    }

    .card-post-img {
        height: 180px;
    }

    .card-post-title {
        font-size: 1rem;
    }
}


@media (max-width: 576px) {

    .article-meta-top {
        flex-wrap: wrap;
        gap: 8px;
    }

    .meta-date {
        font-size: 0.7rem;
    }

    .category-tag {
        font-size: 0.65rem;
        padding: 3px 10px;
    }

    .hero-image-wrap {
        height: 220px;
        margin-top: 25px;
        border-radius: 14px;
    }

    .article-body {
        padding: 25px 18px 45px;
    }

    .blog-details-head {
        font-size: 1.2rem;
    }

    .body-text {
        font-size: 0.88rem;
        line-height: 1.7;
    }

    .author-bar {
        padding: 16px;
        border-radius: 14px;
        justify-content: center;
        align-items: center;
    }

    .author-avatar-placeholder {
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }

    .author-name {
        font-size: 0.85rem;
    }

    .share-btn {
        width: 32px;
        height: 32px;
        font-size: 0.75rem;
    }

    .quote-block {
        padding: 24px 22px;
        border-radius: 16px;
    }

    .quote-text {
        font-size: 0.95rem;
    }

    .two-col-image img {
        height: 200px;
    }

    .card-post-img {
        height: 160px;
    }

    .card-post-body {
        padding: 16px;
    }

    .card-post-title {
        font-size: 0.95rem;
    }

    .related-section {
        padding: 40px 0;
    }
}