﻿body {
    font-family: 'Poppins', sans-serif;
    margin: 0px 0px;
}

.col_dsply {
    width: 100%;
    display: inline-block;
}

.display_no {
    display: none;
}

.banner-carousel {
    background-image: url('../../Img/bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-carousel1 {
    background-image: url('../../Img/bg1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-slider {
    position: relative;
    width: 100%;
}

.banner_amazon {
    position: absolute;
    width: 90px;
    right: 25%;
    top: 20px;
}

.banner {
    width: 100%;
    height: 75vh;
    display: none;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
}

    .banner.active {
        display: block;
        opacity: 1;
    }

.banner-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.4);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 8px 12px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

    .banner-arrow.left {
        left: 10px;
    }

    .banner-arrow.right {
        right: 10px;
    }

.nutrient-carousel-section {
    text-align: center;
    padding-left: 40px; /* ✅ fixed left spacing */
    max-width: 100%;
    margin: 40px 0px;
}

    .nutrient-carousel-section .green {
        color: #90C640;
        font-size: 28px;
        font-weight: 800;
        text-align: center;
    }

.nutrient-carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.carousel-window {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
}

.carousel-track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 15px;
    scrollbar-width: none; /* Firefox */
}

    .carousel-track::-webkit-scrollbar {
        display: none; /* Chrome */
    }

.nutrient-carousel {
    display: flex;
    gap: 55px;
    transition: transform 0.5s ease-in-out;
}

.nutrient-box {
    display: flex;
    align-items: center;
    padding: 10px 0px 10px 0px;
    width: 270px;
    min-width: 270px;
}

.circle-icon {
    background: #ECF6E1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 17px;
    float: left;
    z-index: 1000;
}

    .circle-icon img {
        width: 36px;
        height: 36px;
        border-radius: 25px;
    }

.nutrient-text {
    background-color: #F7FFEF;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #2b2b2b;
    float: right;
    width: 230px;
    padding: 10px 0px 10px 30px;
    text-align: left;
    margin-left: -26px;
}

.arrow {
    font-size: 24px;
    background: none;
    border: none;
    color: #4BAF47;
    cursor: pointer;
}

    .arrow img {
        width: 18px;
        margin-bottom: -2px;
        margin: 0px 30px -4px 30px;
    }

.dots1 {
    margin-top: 16px;
}

.dot {
    height: 9px;
    width: 9px;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 4px;
    border-radius: 50%;
    background-color: #d7eac5;
}

    .dot.active {
        background-color: #006837;
        border: 2px solid white;
        outline: 1px solid #006837;
    }


.product-range {
    background: #fffaf5;
    padding: 10px 10px 30px 10px;
    text-align: center;
    font-size: 18px;
}

    .product-range h3 span {
        color: #008b55;
        font-size: 21px;
    }

.product-container {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.product-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    width: 300px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-img {
    width: 120px;
    height: auto;
    margin-bottom: 12px;
}

.product-card h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 5px 0;
}

.product-card p {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.nutrition {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 10px;
}

    .nutrition div {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 13px;
        color: #444;
    }

    .nutrition img {
        width: 24px;
        height: 24px;
        margin-bottom: 4px;
    }

.product-card {
    width: 260px;
    background: #ffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 16px;
    font-family: 'Segoe UI', sans-serif;
}

/*.image-box {
    background: #fff6f3;
    border-radius: 12px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08);
    margin: 16px;
    padding: 10px;
    width: 86%;
    text-align: center;
    height: 32vh;
    position: relative;
    overflow: hidden;
    display: inline-block;
}*/


.sound-toggle {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 6px 6px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: none;
    z-index: 2;
}

.image-box:hover .sound-toggle,
.image-box.touch-active .sound-toggle {
    display: block;
}

.product-image,
.product-video {
    width: 100%;
    height: auto;
    display: block;
}

.product-video {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.image_color1 {
    background-color: #FFF8E6;
}

.image_color2 {
    background-color: #FFF9EF;
}

.image_color3 {
    background-color: #F3EEEC;
}

/*.image-box img {
    width: 100%;
    max-width: 200px;
    margin:13px 0px 0px 10px;
    cursor:pointer;
}*/

.product-info {
    width: 90%;
    text-align: center;
}

.title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .title-row h3 {
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        text-align: left;
        color: #333;
        line-height: 1.3;
        border: 1px solid;
    }

.more-toggle {
    display: none;
}

.info-icon {
}

    .info-icon img {
        width: 20px;
        cursor: pointer;
    }

.nutrition-strip {
    background: #dbf5c3;
    color: #333;
    font-weight: 600;
    border-radius: 8px;
    margin: 12px 0;
    padding: 6px 0;
    font-size: 18px;
}

.nutrition-box {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 17px;
    background-color: #F7FFEF;
    margin-top: -13px;
    padding: 16px 0px;
}

    .nutrition-box div {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 12px;
        font-weight: 500;
    }

    .nutrition-box img {
        width: 32px;
        height: 32px;
        margin-bottom: 4px;
    }

    .nutrition-box span {
        margin-top: 5px;
    }

.nutrition_span {
    margin-top: 6px;
    font-weight: bold;
}

.weight-pieces {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
    font-size: 14px;
    color: #444;
}

    .weight-pieces span {
        display: flex;
        align-items: center;
        gap: 6px;
        font-weight: 700;
    }

    .weight-pieces img {
        width: 16px;
        height: 16px;
    }

.shop-btn {
    background: #91C640;
    color: #006838;
    padding: 7px 29px;
    border: none;
    border-radius: 25px;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 90%;
    font-size: 15px;
}

    .shop-btn:hover {
        background: #91C640;
    }

/* CSS */
.video-section {
    text-align: center;
}

.video-box {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 600px;
    margin: 0 0 20px 0;
}

.video-thumbnail {
    position: relative;
    cursor: pointer;
}

.thumb {
    width: 100%;
    border-radius: 8px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: white;
    color: green;
    font-size: 32px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

    .play-button img {
        width: 36px;
        margin-top: 14px;
        margin-left: 4px;
    }

.video-wrapper {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}

.video-section h2 span {
    color: #8FC540;
    font-size: 26px;
}

.display_no {
    display: none;
}




.arrow {
    font-size: 24px;
    color: #4BAF47;
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.15s ease;
}

    .arrow:active {
        transform: scale(0.9);
    }

    .arrow.clicked {
        animation: bounce 0.3s ease;
    }

    .arrow.disabled {
        color: #CDE1D6;
        cursor: not-allowed;
        opacity: 0.6;
    }

@keyframes bounce {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0);
    }
}

.cta-section {
    background-image: url('../../Img/Group.webp');
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #e7f6e7;
    text-align: center;
    padding: 50px 20px;
}

.bottom_banner {
    width: 90px;
    position: absolute;
    left: 136px;
    top: 57%;
}

.bottom_banner1 {
    width: 90px;
    position: absolute;
    right: 90px;
    top: 20px;
}

.banner-arrow {
    background: none;
    cursor: pointer;
}

    .banner-arrow img {
        width: 30px;
    }

.banner_nav {
    width: 90%;
    margin: 0px auto;
}

.banner_logo {
    width: 55%;
    float: left;
    margin-left: 90px;
    margin-top: 30px;
}

    .banner_logo img {
        width: 150px;
    }

.available_letter {
    width: 110px;
    float: left;
    font-size: 14px;
    padding-top: 4px;
}

.amazon_logo {
    width: 90px;
    float: left;
}

    .amazon_logo img {
        width: 80px;
        cursor: pointer;
    }

.and_symbol {
    width: 28px;
    float: left;
    font-size: 15px;
    padding-left: 6px;
    padding-top: 3px;
}

.bigbasket_logo {
    width: 90px;
    float: left;
}

    .bigbasket_logo img {
        width: 80px;
        cursor: pointer;
    }

.banner_nav2 {
    width: 30%;
    margin-top: 40px;
    float: left;
}

.product_image img {
    width: 75%;
    margin-top: 30px;
    margin-left: 150px;
}

.product_image1 img {
    width: 57%;
    margin-top: 90px;
    margin-left: 300px;
}

.banner_bottom {
    text-align: center;
    font-size: 40px;
    color: #026935;
    margin-top: 10px;
}

.banner_bottom1 {
    text-align: center;
    font-size: 37px;
    color: #026935;
    margin-top: 10px;
}

.outer_container {
    width: 100%;
    margin: 0px auto;
}

.main_outer {
    width: 100%;
    margin: 0px auto;
}

.banner_span {
    color: #A6CE39;
}

.pro_top {
    width: 90%;
    margin: 0px auto;
    text-align: center;
    color: #026935;
    position: absolute;
    left: 5%;
    top: 17%;
    font-size: 36px;
}

/* features_section*/
.features_section {
    padding: 10px 20px;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.features_outer {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.features_box {
    background: #ffff;
    padding: 15px 0px;
    border-radius: 16px;
    flex: 1;
    min-width: 220px;
    max-width: 310px;
    position: relative;
}

.features_img {
    width: 25%;
    position: absolute;
    top: 0px;
    left: -28px;
    z-index: 1;
}

.features_leaf {
    width: 80%;
    border-radius: 8px;
    z-index: 2;
    position: relative;
}

.features_head {
    color: #0d5135;
    font-weight: 900;
    margin-top: 13px;
    text-align: left;
    margin-left: 33px;
}

.features_p {
    color: #333;
    font-size: 0.95rem;
    text-align: left;
    margin-left: 33px;
}

.features_box1 {
    background: #ffff;
    padding: 15px 0px;
    flex: 1;
    min-width: 220px;
    max-width: 300px;
    position: relative;
}

.features_img1 {
    width: 80%;
    border-radius: 8px;
    position: relative;
    z-index: 2;
}

.features_leaf1 {
    width: 25%;
    position: absolute;
    top: 130px;
    left: 84%;
    z-index: 1;
}

.features_head1 {
    color: #0d5135;
    font-weight: 900;
    margin-top: 13px;
    text-align: left;
    margin-left: 33px;
}

.features_p1 {
    color: #333;
    font-size: 0.95rem;
    text-align: left;
    margin-left: 33px;
}


.bottom_bannerp {
    font-size: 1.4rem;
    max-width: 800px;
    margin: auto;
    color: #2b2b2b;
    font-weight: 500;
}

.Sprout_box {
    width: 98%;
    margin: 0px auto;
    margin-top: 20px;
    position: relative;
}

    .Sprout_box img {
        width: 100%;
        height: 60vh;
    }

.Sprout_paragraph {
    position: absolute;
    top: 30px;
    right: 11%;
    font-size: 16.5px;
    line-height: 30px;
    word-spacing: 5px;
}

.order_button {
    background-color: #066A38;
    color: white;
    font-weight: 600;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    margin: 20px 0;
    cursor: pointer;
}

.amazon_img {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

    .amazon_img img {
        height: 40px;
    }

.shop_on {
    margin-top: 8px;
    font-weight: 900;
    font-size: 18px;
}

.show_amazon {
    margin-left: 10px;
}

.shopnow_amazon {
    width: 85px;
    float: left;
    cursor: pointer;
}

.shopnow_and {
    width: 45px;
    float: left;
    font-weight: 500;
    padding-top: 4px;
}



.tooltip-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.trending-tooltip {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    bottom: 140%;
    left: -400%;
    transform: translateX(-50%);
    background-color: #DBF5C3;
    color: black;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 10;
    font-weight: 500;
    /* Tooltip arrow */
    position: absolute;
}

    .trending-tooltip::after {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: #ff5722 transparent transparent transparent;
    }

.tooltip-wrapper:hover .trending-tooltip {
    visibility: visible;
    opacity: 1;
}



@media (max-width: 575px) {

    .outer_container {
        width: 100%;
        margin: 0px auto;
    }

    .main_outer {
        width: 100%;
        margin: 0px auto;
    }

    .mob_outer {
        width: 360px;
        margin: 0px auto;
    }

    .banner-carousel {
        background-image: url('../../Img/bg.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        width: 100%;
        height: 450px;
        overflow: hidden;
    }

    .banner_nav {
        width: 100%;
        margin-left: 10px;
    }

    .banner_logo {
        width: 32%;
        float: left;
        margin-top: 30px;
        margin-left: 6px;
    }

        .banner_logo img {
            width: 100px;
        }

    .available_letter {
        width: 90px;
        float: left;
        font-size: 13px;
        padding-top: 0px;
    }

    .amazon_logo {
        width: 50px;
        float: left;
    }

        .amazon_logo img {
            width: 50px;
            cursor: pointer;
        }

    .and_symbol {
        width: 13px;
        float: left;
        font-size: 12px;
        padding-left: 6px;
        padding-top: 0px;
    }

    .bigbasket_logo {
        width: 50px;
        float: left;
    }

        .bigbasket_logo img {
            width: 50px;
            cursor: pointer;
        }

    .banner_nav2 {
        width: 66%;
        margin-top: 45px;
        float: left;
    }

    .product_image img {
        width: 100%;
        margin-top: 60px;
        margin-left: 0px;
    }

    .product_image1 img {
        width: 100%;
        margin-top: 80px;
        margin-left: 0px;
    }

    .banner_bottom {
        text-align: center;
        font-size: 20px;
        color: #026935;
        margin-top: 40px;
    }

    .banner_bottom1 {
        text-align: center;
        font-size: 19px;
        color: #026935;
        margin-top: 0px;
    }

    .banner-arrow {
        background: none;
        cursor: pointer;
        border: 1px solid #0B522D;
        margin-top: 195px;
        padding: 5px 11px;
    }

        .banner-arrow img {
            width: 22px;
        }

    .banner-carousel1 {
        background-image: url('../../Img/bg1.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        width: 100%;
        height: 450px;
        overflow: hidden;
    }

    .pro_top {
        width: 90%;
        margin: 0px auto;
        text-align: center;
        color: #026935;
        position: absolute;
        left: 9%;
        top: 22%;
        font-size: 20px;
    }

    .carousel-window {
        overflow: hidden;
        width: calc(260px * 5 + 16px * 4); /* update if card width/margin changes */
        margin: auto;
    }

    .nutrient-box {
        width: 100%;
        min-width: 100%;
        justify-content: start;
    }

    .nutrient-carousel {
        gap: 0; /* remove horizontal spacing in mobile */
    }

    .nutrient-text {
        width: calc(100% - 50px); /* adjust for icon size */
    }


    .nutrient-carousel-section {
        text-align: center;
    }

    .green {
        color: #90C640;
        font-size: 18px;
        font-weight: 800;
        text-align: left;
    }

    .nutrient-carousel-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    /*.carousel-window {overflow: hidden;width: 280px;}*/
    /*.nutrient-carousel {display: flex;gap: 55px;transition: transform 0.5s ease-in-out;}*/
    /*.nutrient-box {display: flex;align-items: center;padding: 10px 0px 10px 0px;width: 270px;min-width: 270px;}*/
    .circle-icon {
        background: #ECF6E1;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 13px 17px;
        float: left;
        z-index: 1000;
    }

        .circle-icon img {
            width: 36px;
            height: 36px;
            border-radius: 25px;
        }
    /*.nutrient-text {background-color: #F7FFEF;border-radius: 30px;font-size: 14px;font-weight: 600;color: #2b2b2b;
                float: right;width: 230px;padding: 10px 0px 10px 30px;text-align: left;margin-left: -26px;}*/
    .arrow {
        font-size: 24px;
        background: none;
        border: none;
        color: #4BAF47;
        cursor: pointer;
    }

        .arrow img {
            width: 18px;
            margin-bottom: -2px;
            margin: 0px 30px -4px 30px;
        }

    .dots1 {
        margin-top: 16px;
    }

    .dot {
        height: 9px;
        width: 9px;
        display: inline-block;
        border-radius: 50%;
        margin: 0px 4px;
        border-radius: 50%;
        background-color: #d7eac5;
    }

        .dot.active {
            background-color: #006837;
            border: 2px solid white;
            outline: 1px solid #006837;
        }



    .product-range {
        background: #fffaf5;
        padding: 10px 10px 30px 10px;
        text-align: center;
        font-size: 18px;
    }

    .product-container {
        display: flex;
        justify-content: left;
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .product-card {
        width: 130px;
        background: #ffff;
        border-radius: 16px;
        overflow: hidden;
        display: flex;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        flex-direction: column;
        align-items: center;
        padding-bottom: 16px;
        font-family: 'Segoe UI', sans-serif;
    }

    .image-box {
        background: #fff6f3;
        border-radius: 12px;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08);
        margin: 0px 0px 10px 0px;
        padding: 10px;
        width: 82%;
        text-align: center;
        height: 122px;
        position: relative;
        overflow: hidden;cursor:pointer;
    }

        .image-box img {
            width: 123%;
            max-width: 200px;
            margin: 0px 0px 10px -10px;
        }

    .image_color1 {
        background-color: #FFF8E6;
    }

    .image_color2 {
        background-color: #FFF9EF;
    }

    .image_color3 {
        background-color: #F3EEEC;
    }

    .title-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .title-row h3 {
            font-size: 14px;
            font-weight: 700;
            margin: 0;
            text-align: left;
            color: #333;
            line-height: 1.3;
        }

        .title-row br {
            display: none;
        }

    .nutrition-strip {
        display: none;
    }

    .nutrition-box {
        display: none;
    }

    .info-icon img {
        width: 20px;
        cursor: pointer;
        display: none;
    }

    .weight-pieces {
        display: none;
    }
    /*.weight-pieces span {display: flex;align-items: center;gap:2px;font-weight: 700;text-align:left;}
.weight-pieces img {width: 13px;height: 13px;}*/
    .shop-btn {
        background: #91C640;
        color: #006838;
        padding: 6px 0px;
        border: none;
        border-radius: 15px;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.3s ease;
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
        text-align: center;
    }

    .clamp-text {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3.2em;
        transition: max-height 0.3s ease;
    }

        .clamp-text.expanded {
            -webkit-line-clamp: unset;
            max-height: none;
        }

    .more-toggle {
        color: #007BFF;
        cursor: pointer;
        font-size: 14px;
        display: inline-block;
        margin-top: 4px;
    }

    .show_amazon {
        width: 150px;
        margin: 10px 0px 0px -10px;
    }

    .shopnow_amazon {
        width: 60px;
        float: left;
        cursor: pointer;
        margin-top: 6px;
    }

    .shopnow_and {
        width: 20px;
        float: left;
        font-weight: 500;
        padding-top: 7px;
        font-size: 14px;
    }


    .video-section {
        text-align: center;
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 52px;
        height: 52px;
        background: white;
        color: green;
        font-size: 32px;
        line-height: 64px;
        text-align: center;
        border-radius: 50%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    }

        .play-button img {
            width: 34px;
            margin-top: 10px;
            margin-left: 4px;
        }

    .video-section h2 span {
        color: #008b55;
        font-size: 20px;
    }

    .video-section h2 strong {
        font-size: 20px;
    }


    .Sprout_box {
        margin: 10px 0px 35px -0px;
    }

        .Sprout_box img {
            width: 102%;
            height: 130px;
        }

    .Sprout_paragraph {
        font-size: 13px;
        background: #E1AF8E;
        border-radius: 4px;
        margin-top: 92px;
        margin-right: -46.4px;
        padding-left: 9px;
        width: 352px;
    }

        .Sprout_paragraph span {
            display: block;
        }

    br {
        display: none;
    }


    .features_section {
        padding: 10px 20px;
        width: 305px;
        text-align: center;
        margin-left: -0px;
        margin-top: 330px;
    }

    .features_img {
        width: 22%;
        position: absolute;
        top: 0px;
        left: -0px;
        z-index: 1;
    }

    .features_leaf {
        width: 60%;
        border-radius: 8px;
        z-index: 2;
        position: relative;
    }

    .features_head {
        color: #0d5135;
        font-weight: 900;
        margin-top: 13px;
        text-align: left;
        margin-left: 58px;
        font-size: 16px;
    }

    .features_p {
        color: #333;
        font-size: 0.95rem;
        text-align: left;
        margin-left: 58px;
        font-size: 14px;
    }


    .features_img1 {
        width: 60%;
        border-radius: 8px;
        position: relative;
        z-index: 2;
    }

    .features_leaf1 {
        width: 22%;
        position: absolute;
        top: 80px;
        left: 75%;
        z-index: 1;
    }

    .features_head1 {
        color: #0d5135;
        font-weight: 900;
        margin-top: 13px;
        text-align: left;
        margin-left: 58px;
        font-size: 16px;
    }

    .features_p1 {
        color: #333;
        font-size: 0.95rem;
        text-align: left;
        margin-left: 58px;
        font-size: 16px;
    }


    .cta-section {
        background-image: url('../../Img/Group.webp');
        background-color: #cccccc;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-color: #e7f6e7;
        text-align: center;
        padding: 50px 20px;
        width: 320px;
        margin-left: -0px;
    }

    .bottom_banner {
        width: 90px;
        position: absolute;
        left: 136px;
        top: 57%;
        display: none;
    }

    .bottom_banner1 {
        width: 90px;
        position: absolute;
        right: 90px;
        top: 20px;
        display: none;
    }

    .amazon_img img {
        height: 30px;
    }

    .shop_on {
        margin-top: 2px;
        font-weight: 900;
        font-size: 16px;
    }

    .order_button {
        background-color: #066A38;
        color: white;
        font-weight: 600;
        padding: 8px 26px;
        border: none;
        border-radius: 30px;
        font-size: 14px;
        margin: 20px 0;
        cursor: pointer;
    }


    .footer {
        background-color: #234b06;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        padding: 40px 20px 20px;
        width: 300px;
        margin-left: -0px;
        width: 320px;
    }

    .footer-logo img {
        max-width: 130px;
    }

    .footer-logo {
        margin-left: -15px;
    }

    .footer-socials a img {
        width: 15px;
        margin-right: 15px;
        transition: opacity 0.3s ease;
        margin-top: 15px;
    }

    .footer-contact,
    .footer-location {
        flex: 1;
        min-width: 240px;
        margin-left: 5px;
    }

        .footer-contact a {
            color: inherit;
            text-decoration: none;
        }

            .footer-contact a:visited {
                color: inherit;
            }

            .footer-contact a:hover,
            .footer-contact a:focus {
                color: inherit;
                text-decoration: none;
            }

    .sound-toggle {
        position: absolute;
        top: 5px;
        right: 6px;
        background: rgba(0, 0, 0, 0.6);
        color: white;
        padding: 6px 6px;
        border-radius: 50%;
        font-size: 16px;
        cursor: pointer;
        display: none;
        z-index: 2;
    }

    .image-box:hover .sound-toggle,
    .image-box.touch-active .sound-toggle {
        display: block;
    }
}

.top-info-bar {
    background-color: #075f2c;
    color: #fff;
    font-size: 12.5px;
    width: 100%;
    overflow: hidden;
    padding: 8px 0;
}

.scroll-wrapper {
    overflow: hidden;
    white-space: nowrap;
}

.info-scroll {
    display: inline-flex;
}

    .info-scroll span {
        display: inline-flex;
        align-items: center;
        margin-right: 50px;
        font-size: 14px;
        font-weight: 500;
        color: white;
    }

    .info-scroll img {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }

.prodetails_outer {
    width: 100%;
    margin: 0px auto;
    background-color: #FCFAF8;
}

.nav_oneouter {
    width: 90%;
    margin: 0px auto;
}

.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0px;
}

.nav-left {
    flex: 1;
}

.search-container {
    position: relative;
    width: 245px;
    height: 32px;
}

    .search-container input {
        width: 100%;
        height: 100%;
        padding-left: 32px;
        border: 1px solid #4BAF47;
        border-radius: 50px;
        outline: none;
        background: #fefbf9;
        font-size: 14px;
        color: #333;
    }

.search-icon {
    position: absolute;
    top: 55%;
    left: 10px;
    width: 19px;
    height: auto;
    transform: translateY(-50%);
    opacity: 0.7;
    font-family: 'Poppins';
}

.search-dropdown {
    position: absolute;
    width: 125%;
    top: 110%;
    left: 0;
    right:30%;
    padding: 10px;
    margin: 5px 0 0 0;
    max-height: 355px;
    overflow-y: auto;
    list-style: none;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    display: none;
    z-index: 99;
    font-family: 'Poppins';
}

    .search-dropdown::-webkit-scrollbar {
        width: 3px;
    }

    .search-dropdown::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 5px;
    }

    .search-dropdown li {
        display: flex;
        align-items: center;
        padding: 10px 14px;
        margin-bottom: 0px;
        border-radius: 10px;
        cursor: pointer;
        background: #fdfdfd;
        transition: all 0.2s ease;
        font-size: 0.9vw;
        font-weight: 500;
    }

        .search-dropdown li:last-child {
            margin-bottom: 0;
        }

        .search-dropdown li:hover {
            background: #ecffe6;
            border-color: #c5f3c3;
            color: #075F2C;
        }

.nav-logo {
    flex: 1;
    text-align: center;
}

    .nav-logo img {
        height: 45px;
        margin-top: 8px;
    }

.nav-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 22px;
}

.nav-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    cursor: pointer;
    display: block;
}
.nav-icon1 {
    width: 27.5px;
    height: 27.5px;
    object-fit: contain;
    cursor: pointer;
    display: block;
}

.icon-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-badge {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #8FC540;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    
.cart-wrapper {
    position: relative;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #4caf50;
    color: white;
    font-size: 11px;
    padding: 1px 5px;
    border-radius: 50%;
}

.category-tabs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 14px 0px;
}

    .category-tabs a {
        text-decoration: none;
        font-size: 0.9vw;
        color: #075F2C;
        font-weight: 600;
        white-space: nowrap;
    }

/*.banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-image: url('../Img/test banner 01 1920x1200.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 450px;
    width: 100%;
}*/


.banner {
    display: block;
    width: 100%;
}

    .banner img {
        width: 100%;
    }

.banner-left {
    width: 80%;
    margin-left: -15px;
}

    .banner-left h1 {
        font-size: 50px;
        color: #004d2b;
        font-weight: 700;
        line-height: 1;
    }

        .banner-left h1 span {
            color: #7ac943;
        }

    .banner-left p {
        margin-top: -14px;
        font-size: 20px;
        color: #056B38;
    }

    .banner-left button {
        margin-top: 10px;
        background-color: #056A38;
        color: white;
        border: none;
        padding: 12px 32px;
        font-size: 16px;
        border-radius: 25px;
        cursor: pointer;
        font-family: 'Poppins';
    }

.banner-right {
    width: 100%;
    position: relative;
    height: 450px;
}

    .banner-right .product {
        position: absolute;
        width: 85px;
    }

    .banner-right .product1 {
        position: absolute;
        width: 60px;
    }

    .banner-right .product img {
        width: 90%;
        height: auto;
    }

    .banner-right .top-left {
        top: 15%;
        left: 0%;
    }

    .banner-right .top-right {
        top: 15%;
        right: 10%;
    }

    .banner-right .center {
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    .banner-right .bottom-left {
        bottom: 25%;
        left: 0%;
    }

    .banner-right .bottom-right {
        bottom: 25%;
        right: 17%;
    }


.tags {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    height: 130px;
    margin: 12px 0px 15px 13px;
    width: 88%;
    margin: 5px auto;
}

    .tags span {
        background: #EBFFCD;
        color: #056B38;
        font-size: 11px;
        padding: 4px 8px;
        border-radius: 12px;text-align:left;
    }

.product_card1 {
    width: 285px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 16.29px 36.07px 0px #00000026;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 16px;
    font-family: 'Poppins';
    margin-right: 15px;
    height: 550px;
    flex: 0 0 auto;
    margin-bottom: 45px;
    margin-top: 25px;
}

.carousel-track5 > .product_card1:last-child {
    margin-right: 0 !important;
}

.carousel-track5 > .product_card1:first-child {
    margin-left: 0px !important;
}

.image-box {
    background: #fff6f3;
    border-radius: 8px;
    margin: 20px 10px 0px 10px;
    padding: 10px;
    width: 80%;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 240px;
    position: relative;cursor:pointer;
}

.image_color1 {
    background-color: #FFF8E6;
}

.image_color2 {
    background-color: #FFF9EF;
}

.image_color3 {
    background-color: #FFF6F2;
}

.image_color4 {
    background-color: #F3EDEC;
}

.image_color5 {
    background-color: #F3EDEC;
}

.image_color6 {
    background-color: #F7E2CF;
}

.image_color7 {
    background-color: #FFF9EF;
}

.Offer_img {
    position: absolute;
    top: 2%;
    left: 0px;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 2;
}

.Cricle_heart {
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

/*.popup {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #056B38;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    display: none;
    font-size: 14px;
    z-index: 9999;
}
.fav-badge {
    background: green;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
}*/

#fav-snackbar {
    visibility: hidden;
    min-width: 280px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 12px;
    position: fixed; /* 🔥 stays fixed on screen */
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 9999; /* 🔥 highest priority */
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease, bottom 0.3s ease;
}

    #fav-snackbar.show {
        visibility: visible;
        opacity: 1;
        bottom: 40px;
    }


.image-box .img_position1 {
    width: 100%;
    max-width: 200px;
    margin: 40px 0px 10px 20px;
}

.image-box .img_position {
    width: 100%;
    max-width: 400px;
    margin: 50px 0px 0px 0px;
}

.image-box .img_position2 {
    width: 100%;
    max-width: 370px;
    margin: 40px 0px 0px 0px;
}

.offer-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #D93838;
    color: #fff;
    font-size: 11.5px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    z-index: 5;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.Veg-badge {
    position: absolute;
    top: 8px;
    right: 5px;
    padding: 3px 8px;
    z-index: 5;
}

.Veg-badge img{
    width:17px;
}


.product_name2 {
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.4;
    padding-left: 0px;
    margin-top: 12px;
    width: 100%;
}

.product1_name {
    width: 145px;
    float: left;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
    margin-left: 18px;
}

    .product1_name p {
        font-size: 10px;
        padding-top: -8px;
    }

.pro_amount {
    width: 64px;
    float: right;
    font-weight: 600;
    font-size: 16px;
    padding-right: 10px;
    text-align: center;
}

.product_price2 {
    font-size: 12px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
    width: 64px;
    float: right;
    margin-right: 10px;
}

.prct_mrp2 {
    text-decoration: inherit;
    position: relative;
    font-size: 12px;
    font-weight: 300;
}

    .prct_mrp2:before {
        content: " ";
        display: block;
        width: 100%;
        border-top: 1px solid rgb(255 0 0);
        height: 12px;
        position: absolute;
        top: 7px;
        left: 0;
        transform: rotate(-11deg);
    }

.select-wrapper {
    width: 250px;
}

select.custom-select {
    width: 99%;
    padding: 9px 12px;
    font-size: 13px;
    border: none;
    border-radius: 8px;
    background-color: #F2F2F2;
    font-family: 'Poppins';
    font-weight: 700;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='black' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    margin: 13px 0px 10px 0px;
    cursor: pointer;
}

    /* Option dropdown styling (simulated) */
    select.custom-select option {
        background-color: white;
        padding: 10px;
        border: none;
        font-family: 'Poppins';
    }

        select.custom-select option:checked {
            background-color: #f1ffe9; /* light green bg */
        }

        select.custom-select option:hover {
            background-color: #f1ffe9; /* same light green on hover */
        }

.add-cart-btn2 {
    width: 88%;
    background: #00632b;
    color: white;
    padding: 9px 0;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'Poppins';
    margin-top: 8px;
    margin-bottom: 8px;
}

    .add-cart-btn2:hover {
        background: #007a36;
    }


.prct_pronameouter {
    width: 100%;
}

.prct_proname {
    width: 195px;
    float: left;
    text-align: left;
    padding-left: 18px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all 0.3s ease;
}

    /*.prct_proname.expanded {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }*/

.prct_proname1 {
    width: 150px;
    float: left;
    text-align: left;
    padding-left: 18px;
    font-size: 11px;
    clear: both;
    margin-top: 2px;
}

.prct_amount {
    width: 50px;
    float: left;
    font-size: 18px;
}

.sprouting-section {
    background-image: url('../Img/Sprouting_Process_Bckimg.png'); /* Your screenshot background */
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
    text-align: center;
    color: white;
    font-family: 'Poppins', sans-serif;
    background-color: #056B38;
}

    .sprouting-section h2 {
        font-size: 26px;
        margin-top: 0px;
        margin-bottom: 10px;
        font-weight: 600;
    }

.sprouting-row {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: nowrap;
}

.step {
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-wrap {
    height: 100px; /* Make height consistent */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 10px;
}

    .icon-wrap img {
        width: 110px;
        height: 110px;
        object-fit: contain;
        transform: translateY(10px); /* fine-tune if needed */
    }


.icon-wrap1 {
    height: 100px; /* Make height consistent */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 10px;
}

    .icon-wrap1 img {
        width: 110px;
        height: 110px;
        object-fit: contain;
        transform: translateY(60px); /* fine-tune if needed */
    }


.icon-wrap2 {
    height: 100px; /* Make height consistent */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 10px;
}

    .icon-wrap2 img {
        width: 126px;
        height: 126px;
        object-fit: contain;
        transform: translateY(28px); /* fine-tune if needed */
    }


.text-wrap {
    margin-top: 30px;
    width: auto;
}

    .text-wrap h3 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 15px;
        width: 320px;
    }

    .text-wrap p {
        font-size: 14px;
        margin-bottom: 4px;
        line-height: 1.4;
        color: #c2f3c2;
    }

    .text-wrap em {
        font-size: 13px;
        font-style: italic;
        color: #c2f3c2;
    }


.text-wrap1 {
    margin-top: 60px;
    width: auto;
}

    .text-wrap1 h3 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 8px;
        width: 350px;
    }

    .text-wrap1 p {
        font-size: 14px;
        margin-bottom: 4px;
        line-height: 1.4;
        color: #c2f3c2;
    }

    .text-wrap1 em {
        font-size: 13px;
        font-style: italic;
        color: #c2f3c2;
    }


.text-wrap2 {
    margin-top: 30px;
    width: auto;
}

    .text-wrap2 h3 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 15px;
        width: 350px;
    }

    .text-wrap2 p {
        font-size: 14px;
        margin-bottom: 4px;
        line-height: 1.4;
        color: #c2f3c2;
    }

    .text-wrap2 em {
        font-size: 13px;
        font-style: italic;
        color: #c2f3c2;
    }


.arrow-box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    .arrow-box img {
        width: 190px;
        height: auto;
        margin-bottom: 175px; /* Align arrow tip with icon bottom */
    }


.sprout-benefits-section {
    background-image: url('../Img/Fisrt_lef.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    width: 70%;
    position: relative;
    padding: 100px 100px 60px 100px;
}

.image-collage {
    position: relative;
    width: 300px;
    height: 300px;
}

.img-box {
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
}

    .img-box img {
        width: 240px;
        height: auto;
        border-radius: 16px;
        display: block;
    }

.img-box1 {
    position: absolute;
    border-radius: 16px;
    overflow: visible;
    z-index: 1;
}

    .img-box1 img {
        width: 160px;
        height: 170px;
        border-radius: 16px;
        display: block;
    }

.img-box2 {
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
}

    .img-box2 img {
        width: 240px;
        height: auto;
        border-radius: 16px;
        display: block;
    }

.img-box3 {
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
}

    .img-box3 img {
        width: 200px;
        height: auto;
        border-radius: 16px;
        display: block;
    }

.label1 {
    position: absolute;
    bottom: 6px;
    left: 53px;
    background-color: white;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    color: #056B38;
    font-weight: 700;
    text-align: center;
}

.label2 {
    position: absolute;
    bottom: 6px;
    left: 60px;
    background-color: white;
    font-size: 12px;
    padding: 6px 20px;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    color: #056B38;
    font-weight: 700;
    text-align: center;
}

.label3 {
    position: absolute;
    bottom: 20px;
    left: 35px;
    background-color: white;
    font-size: 12px;
    padding: 8px 8px;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    color: #056B38;
    font-weight: 700;
    text-align: center;
}

.label4 {
    position: absolute;
    top: 148px;
    left: 13px;
    background-color: white;
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    color: #056B38;
    font-weight: 700;
    text-align: center;
    word-wrap: break-word;
    width: 120px;
    white-space: normal;
    line-height: 1.3;
    z-index: 10;
}

/* Position each image individually */
.img1 {
    top: 30px;
    left: -20px;
}

.img2 {
    top: -110px;
    left: 150px;
    z-index: 1;
}

.img3 {
    top: 176px;
    left: 155px;
}

.img4 {
    top: 43px;
    left: 351px;
    z-index: 2;
}

.top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F0F9E7;
    padding-top: 60px;
}

.question-text h2 {
    font-size: 30px;
    color: #10753F;
    font-weight: 600;
}
.question-text {
    font-size: 20px;
    color: #10753F;
    font-weight: 600;
    width: 590px;
    margin-top: -16px;
    margin-right: 130px;
}


.sprout-promise-section {
    display: flex;
    background-image: url('../Img/Promise_backimg.png');
    padding: 0px 0;
    align-items: center;
    height: 420px;
}



.left-image {
    width: 460px;
    float: left;
}

    .left-image img {
        width: 100%;
        height: auto;
        margin-top: 7.5px;
    }



.right-image {
    width: 870px;
    float: left;
    margin-top: 80px;
}

    .right-image img {
        width: 122%;
        height: auto;
        margin-left: -200px;
    }

.Promise_head {
    font-weight: 700;
    color: #056B38;
    font-size: 32px;
    margin-top: -40px;
    margin-bottom: 10px;
    padding-left: 140px;
}


.testimonial-section {
    background-color: #056b38;
    background-image: url('../Img/Rating_backimg.png');
    padding: 40px 20px;
    color: white;
    text-align: center;
    margin-top: 15px;
}

.testimonial-bg h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.testimonial-bg p {
    font-size: 17px;
    margin-bottom: 30px;
    color: #cfeccc;
}

.carousel-track1 {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    flex-wrap: nowrap;
    overflow: hidden;
    margin-bottom: 20px;
}

.testimonial {
    background: white;
    color: #222;
    padding: 20px;
    border-radius: 10px;
    width: 370px;
    min-height: 220px;
    flex-shrink: 0;
    transform: scale(0.95);
    transition: transform 0.4s ease, opacity 0.4s ease;
    display: block;
}

    .testimonial:hover {
        transform: scale(1);
    }

    .testimonial .top-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

.user-details {
    text-align: left;
}

    .user-details h4 {
        font-size: 16px;
        margin: 0;
        color: #222;
    }

    .user-details span {
        font-size: 13px;
        color: gray;
    }

.top-info .stars {
    color: #ffa500;
    font-size: 20px;
    white-space: nowrap;
    margin: 0;
}

.testimonial h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 44px;
}

.testimonial p {
    font-size: 15px;
    line-height: 1.5;
    color: #444;
}

.dots_TS {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.codsply {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#dotsContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.arrow {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .arrow img {
        width: 24px;
        height: 24px;
        filter: brightness(0) invert(1);
    }

.dot_TS {
    height: 11px;
    width: 11px;
    display: inline-block;
    margin: 0px 5px;
    border-radius: 50%;
    background-color: #D5E8C3; /* normal green dot */
    position: relative;
    transition: all 0.3s ease;
}

    /* ✅ Active: outer white + inner green */
    .dot_TS.active3 {
        background-color: transparent;
        border: 2px solid #fff; /* outer ring */
    }

        /* ✅ inner small dot */
        .dot_TS.active3::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 8px;
            background-color: #fff; /* inner fill */
            border-radius: 50%;
            transform: translate(-50%, -50%);
        }


.instagram-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 700;
    font-size: 27px;
    margin: 25px auto;
    color: #056B38;
}

.instagram_homepage {
    width: 32px;
    height: auto;
}

.slider-container6 {
    width: 90%;
    margin: 0 auto 30px;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    padding-bottom: 15px; 
    background: #fff;
}

    .slider-container6::-webkit-scrollbar {
        height: 7px;
    }

    .slider-container6::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .slider-container6::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }

        .slider-container6::-webkit-scrollbar-thumb:hover {
            background: #ccc;
        }

.product-slider6 {
    display: flex;
    gap: 20px;
}

.product-card6 {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
    border-radius: 12px;
    overflow: hidden;
    
}

.product-image1 {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    background: #000;
}

    .product-image1 .main_img,
    .product-image1 video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .product-image1 video {
        display: none;
    }

.play-button1 {
    position: absolute;
    inset: auto 0 0 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 74px;
    height: 74px;
    cursor: pointer;
    z-index: 3;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,.25));
    transition: transform .15s ease;
}

    .play-button1:hover {
        transform: translate(-50%,-50%) scale(1.05);
    }

.video-controls {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 10px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-image1:hover .video-controls {
    opacity: 1;
}

.video-controls button {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 16px;
}

    .video-controls button:hover {
        background: rgba(0, 0, 0, 0.8);
    }



.closeBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
    width: 34px;
    height: 34px;
    border: none;
    outline: none;
    cursor: pointer;
    background: rgba(0,0,0,.6);
    color: #fff;
    border-radius: 6px;
    display: none;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    backdrop-filter: saturate(140%) blur(4px);
}

    .closeBtn:hover {
        background: rgba(0,0,0,.75);
    }

.product-image1::before,
.product-image1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 80px;
    pointer-events: none;
    z-index: 2;
}

.product-image1::before {
    top: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,0));
}

.product-image1::after {
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.18), rgba(0,0,0,0));
}


@media (max-width: 420px) {
    .product-slider6 {
        gap: 10px;
    }

    .product-card6 {
        flex-basis: 84vw;
    }

    .instagram-header {
        font-size: 22px;text-align:center;
    }
}


.product-info {
    position: absolute;
    bottom: 17px;
    left: 27px;
    background: #F2F9DB;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    width: 250px;
    height: 107px;
}

.pro_inimg {
    width: 26%;
    float: left;
    margin-top: 2px;
}

    .pro_inimg img {
        width: 57px;
    }

.pro_subname {
    width: 60%;
    font-size: 13px;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    margin-bottom: 5px;
}

.price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.price1 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.mrp {
    color: #828475;
    text-decoration: none;
    position: relative;
    font-size: 11px;
    font-weight: 300;
}

    .mrp:before {
        content: " ";
        display: block;
        width: 100%;
        border-top: 1px solid rgb(255 0 0);
        height: 12px;
        position: absolute;
        top: 7px;
        left: 0;
        transform: rotate(-7deg);
    }

.pro_addtocart {
    margin-top: 16px;
}

.cart-button {
    width: 73%;
    background-color: #0D6630;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 9px 16px;
    font-size: 12px;
    font-weight: 600;
    justify-content: space-between;
    cursor: pointer;
    float: left;
    font-family: 'Poppins';
}

.pro_cartimg {
    width: 10%;
    float: left;
    margin-left: 20px;
}

    .pro_cartimg img {
        width: 38px;
    }


.footer {
    background-color: #044826;
    color: white;
    font-family: 'Poppins', sans-serif;
    padding: 20px 0px 0;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.footer-column {
    flex: 1 1 200px;
    min-width: 200px;
}

.footer-logo {
    height: 75px;
    margin-top: 25px;
}

.tagline {
    font-size: 12px;
    margin-top: 4px;
    color: #d0f0c0;
}

.footer-contact p {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 20px;
}

.footer-contact .footer_icon {
    width: 16px;
    margin-right: 8px;
}

.footer-contact p {
    margin-left: 0px;
}

.footer-column h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 150px;
}

.footer-column p {
    font-size: 13px;
    color: #DEDEDE;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

    .footer-column ul li {
        margin-bottom: 8px;
    }

        .footer-column ul li a {
            color: #DEDEDE;
            font-size: 13px;
            text-decoration: none;
        }

            .footer-column ul li a:hover {
                text-decoration: underline;
            }
.footer-contact a {
    color: inherit;
    text-decoration: none;
}

    .footer-contact a:visited {
        color: inherit;
    }

    .footer-contact a:hover,
    .footer-contact a:focus {
        color: inherit;
        text-decoration: none;
    }
.footer-column strong {
    color: white;
}

.email-box {
    display: flex;
    margin-top: 26px;
}

    .email-box input {
        padding: 6px 8px;
        border-radius: 15px 0 0 15px;
        border: none;
        outline: none;
        flex: 1;
        font-size: 13px;
    }

.subscribe-btn {
    padding: 6px 14px;
    background-color: #007d46;
    border: none;
    color: white;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
    font-family: 'Poppins';
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

    .social-icons img {
        width: 22px;
        height: 22px;
        cursor: pointer;
    }


.footer-divider {
    border-top: 1px solid #4e8040;
    margin-bottom: 15px;
}

.footer-bottom {
    text-align: center;
    font-size: 13px;
    padding: 0px 0px 8px 0px;
    font-family: 'Poppins';
    margin-top: 20px;
    color: #e0e0e0;
    width: 100%;
}

.swal-custom-popup {
    border-radius: 15px !important;
    font-size: 16px !important;
}

.swal-title-small {
    font-size: 18px !important;
}

.swal-text-small {
    font-size: 17px !important;
}

.swal-btn-small {
    font-size: 15px !important;
    padding: 8px 48px !important;
    border-radius: 8px !important;
}

.swal2-icon {
    transform: scale(0.7) !important;
    margin: 0.3em auto !important;
}

.nutrition-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 0px;
    background-color: #F0F9E7;
}

.nutrition-left {
    width: 100%;
}

    .nutrition-left h2 {
        font-size: 30px;
        color: #10753f;
        font-weight: 700;
        margin-bottom: 12px;
        width: 500px;
        padding-left: 135px;
    }

    .nutrition-left p {
        font-size: 17px;
        line-height: 1.6;
        color: #333;
        padding-left: 135px;
    }

.hom_pluse{display:none;}

.leaf-wrapper {
    background-image: url('../Img/Second_lef.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    position: relative;
    padding: 80px 180px 60px 180px;
}

.leaf-content {
    position: relative;
    bottom: 50px;
    left: 180px;
    width: 100%;
    height: 100%;
}

.image-collage1 {
    position: relative;
    width: 100%;
    height: 300px;
}

.nutrition-card {
    position: absolute;
    background-color: #EBFFCD;
    border-radius: 60px 0 60px 0;
    width: 130px;
    height: 170px;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 4px 60px 5px #0000001A;
}

    .nutrition-card img {
        width: 80px;
        height: auto;
        margin-top: 25px;
        margin-bottom: 12px;
    }


.nutrition-card1 {
    position: absolute;
    background-color: #EBFFCD;
    border-radius: 60px 0 60px 0;
    width: 130px;
    height: 170px;
    padding: 12px;
    text-align: center;
    box-shadow: 0px 4px 60px 5px #0000001A;
}

    .nutrition-card1 img {
        width: 80px;
        height: auto;
        margin-top: 5px;
        margin-bottom: 8px;
    }

.nutrition-label {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}

    .nutrition-label span {
        display: block;
        font-size: 12px;
        color: #666;
        font-weight: 500;
        margin-top: 5px;
    }

.card1 {
    left: -285px;
    top: 92px;
}

.card2 {
    left: -110px;
    top: 92px;
}

.card3 {
    left: 70px;
    top: 92px;
}


.home_eggbackimg {
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    width: 260px;
    height: 270px;
}

.egg_img {
    width: 300px;
    height: auto;
    border-radius: 16px;
    position: absolute;
}

.egg_outer {
    position: absolute;
    top: 200px;
    left: 23px;
    width: 100px;
    background-color: #EBFFCD;
    font-weight: 700;
    text-align: center;
}

    .egg_outer img {
        width: 100px;
    }




.green-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #00662b;
    padding: 60px;
    color: white;
    position: relative;
    overflow: hidden;
    height: 450px;
}

.left-content {
    width: 50%;
    margin-top: -100px;
}

    .left-content h1 {
        font-size: 50px;
        line-height: 1.4;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .left-content .green {
        color: #90C640;
        font-size: 45px;
    }

    .left-content .white {
        color: #fff;
    }

    .left-content p {
        font-size: 19px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .left-content button {
        background-color: #fff;
        color: #056A38;
        padding: 12px 28px;
        border: none;
        border-radius: 25px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        font-family: 'Poppins';
    }

.right-content {
    width: 50%;
    position: relative;
    margin-top: 100px;
}

    .right-content .leaf-bg {
        position: relative;
        width: 85%;
        max-width: 460px;
        z-index: 1;
        left: 100px;
    }

    .right-content .lady-img {
        position: absolute;
        width: 100%;
        max-width: 450px;
        z-index: 2;
        margin-left: auto;
        left: 110px;
        bottom: 11px;
    }


.gut-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url('../Img/BG_4.png');
    padding: 60px;
    position: relative;
    overflow: hidden;
    height: 450px;
}

.gut-left {
    width: 50%;
}

    .gut-left h1 {
        font-size: 42px;
        font-weight: 700;
        color: #056B38;
        margin-bottom: 16px;
    }

        .gut-left h1 span {
            color: #90C640;
        }

    .gut-left p {
        font-size: 16px;
        color: #388D3B;
        margin-bottom: 20px;
    }

    .gut-left button {
        background: #056b38;
        color: white;
        padding: 12px 28px;
        font-size: 16px;
        border: none;
        border-radius: 25px;
        cursor: pointer;
        font-family: 'Poppins';
    }

.gut-right {
    width: 50%;
    position: relative;
    text-align: center;
}

.lady-product {
    width: 100%;
    position: relative;
    z-index: 2;
}

.arc-icons {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 320px;
    z-index: 1;
}

.icon {
    position: absolute;
    width: 60px;
}

.top-left {
    top: 0;
    left: 0;
}

.top-right {
    top: 0;
    right: 0;
}

.bottom-left {
    bottom: 0;
    left: 0;
}

.bottom-right {
    bottom: 0;
    right: 0;
}




.why-sproutmom-banner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #f1f9e5;
    padding: 60px;
    flex-wrap: wrap;
    height: 450px;
}

.why-left-content {
    width: 45%;
}

    .why-left-content h1 {
        font-size: 42px;
        line-height: 1.3;
        font-weight: bold;
        margin-bottom: 16px;
    }

.why-green {
    color: #90C640;
}

.why-dark {
    color: #056B38;
}

.why-left-content p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 24px;
}

.why-btn {
    background-color: #056b38;
    color: white;
    padding: 12px 28px;
    font-size: 16px;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    font-family: 'Poppins';
}

.why-product-grid {
    width: 30%;
}

.why-product-card {
    background: white;
    border-radius: 16px;
    padding: 12px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    position: relative;
}

    .why-product-card img {
        max-width: 100%;
        z-index: 2;
        position: relative;
    }

.why-leaf-icon {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    z-index: 1;
}

.why-product-card p {
    font-size: 13px;
    margin-top: 10px;
    color: #333;
    font-weight: 500;
}

.carousel-wrapper5 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.carousel-track5 {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    transition: transform 0.5s ease;
}

.carousel-container5 {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.carousel-align-box {
    width: 95%;
    margin-left: 0;
    margin-right: 0;
    max-width: 1350px;
}

.carousel-track5 > .product_card1:first-child {
    margin-left: 30px !important;
}

button.arrow:disabled img {
    opacity: 0.4;
    cursor: not-allowed;
}

.bottom-controls1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: -20px;
}

.arrow3 {
    font-size: 24px;
    background: none;
    border: none;
    color: #4BAF47;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

    .arrow3 img {
        width: 18px;
    }

    .arrow3:disabled img {
        opacity: 0.3;
        cursor: not-allowed;
    }

.dots1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.dot {
    height: 9px;
    width: 9px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
    background-color: #d7eac5;
}

    .dot.active {
        background-color: #006837;
        border: 2px solid white;
        outline: 1px solid #006837;
    }


.slideshow-container img {
    display: block;
    width: 100%;
    height: auto !important;
    max-height: none !important;
}

.slideshow-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.slideshow-track {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.7s ease-in-out;
    will-change: transform;
    align-items: stretch;
}
.slide {
    flex: 0 0 100%;
}

.dots-container {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dot2 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #90C640;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .dot2.active {
        background-color: transparent;
        border: 2px solid #90C640;
    }


        .dot2.active::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background-color: #056B38;
        }

.cart-container1 {
    width: 100%;
    margin: 30px 0px 0px 0px;
    font-weight: 800;
}

.quantitybody {
    margin: 0 auto;
    width: 120px;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.qtybtn {
    background-color: #1CA953;
    color: white;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    width: 30px;
    float: left;
    text-align: center;
    padding: 6px;
}

.qtynum {
    font-size: 18px;
    font-weight: bold;
    width: 50px;
    text-align: center;
    float: left;
    color: #000;
}

.display_no {
    display: none;
}

.global-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

@media (max-width: 575px) {
    .global-container {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-wrapper {
    position: relative;
    width: 90%;
    max-width: 800px;
}

    .video-wrapper video {
        width: 100%;
        height: auto;
        outline: none;
    }

.close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    width: 35px;
    height: 35px;
}

.heart-btn, .search-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    background: white;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.heart-btn {
    right: 60px;
}

.hidden {
    display: none !important;
}

.banner_SproutMomMix {
    width: 100%;
    border: 1px solid red;
    height: 450px;
}

.bg_4center {
    position: absolute;
    top: 30px;
    left: 435px;
}

.bg_3outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url('../Img/BG_3.png');
    padding: 60px;
    position: relative;
    overflow: hidden;
    height: 450px;
}

.slideshow-container{display:block;}
.mobile_banner{display:none;}
.clean_outer1 {
    display: none;
}
.mobile-menu {
    display: block; /* Change from none to block */
    position: fixed;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    padding: 20px;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
}

    .mobile-menu.open {
        transform: translateX(0);
    }

.mobile-menu-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

    .mobile-menu-overlay.open {
        display: block;
    }

.mobile-menu a {
    display: block;
    padding: 15px 0;
    color: #075F2C;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    font-size: 14.5px;
}

.mobile-menu .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ddd;
}

.mobile-search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:white;
    z-index: 1001;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

    /* Visible state */
    .mobile-search-overlay.open {
        opacity: 1;
        visibility: visible;
    }

.mobile-search-header {
    position: relative;
    display: flex;
    justify-content: center; /* Search input center la */
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin-top: 10px;
    
}

    /* Search box full width center */
    .mobile-search-header .search-container {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top:24px;
    }

/* Close button top right corner */
.mobile-search-overlay .close-btn {
    position: absolute;
    top: -26px;
    right: -16px;
    font-size: 20px;
    color: #333;
    background-color: #ddd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: background 0.2s;
}

    .mobile-search-overlay .close-btn:hover {
        background-color: #bbb;
    }

#mobileSearchResults {
    list-style: none;
    padding: 0;
    margin: 20px auto 0 auto;
    width: 100%;
    max-width: 500px;
    max-height: 70vh;
    overflow-y: auto;
}

    #mobileSearchResults li {
        padding: 12px 5px;
        border-bottom: 1px solid #eee;
        cursor: pointer;font-size:14.5px;
    }

        #mobileSearchResults li:hover {
            background-color: #f0f0f0;
        }



/* Desktop view la mobile elements-a maraippom */
.nav-left-mobile, .mobile-search-icon {
    display: none;
}

.mobile-footer {
    display: none;
}

.footer {
    display: block;
}

.view-btn {
    display: none;
}

@media only screen and (min-width:300px) and (max-width:575px) {
    body, .global-container {
        width: 100%;
        padding: 0;
        margin: 0;
        overflow-x: hidden;
    }

    .slideshow-container {
        display: none;
    }

    .mobile_banner {
        display: block;
    }

    .nav_oneouter, .main_outer, .mob_outer {
        width: 100%;
        margin: 0;
    }

    .nav-bar {
        padding: 20px 15px;
        flex-wrap: nowrap;
        justify-content: space-between;
        position: relative;
    }

    .nav-left, .nav-right img[alt*="User"], .nav-right img[alt*="Wishlist"] {
        display: none;
    }

    .nav-left-mobile {
        display: block;
    }

    .nav-logo {
        text-align: center;
        flex-grow: 0;
        position: absolute;
        left: 46.5%;
        transform: translateX(-50%);
    }

        .nav-logo img {
            height: 45px;
            margin-top: 0;
        }

    .nav-bar .nav-left-mobile, .nav-bar .nav-right {
        flex: 1;
    }

    .nav-bar .nav-right {
        justify-content: flex-end;
        gap: 15px;
    }

    .icon-wrapper {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .nav-icon {
        width: 26px;
        height: 26px;
        object-fit: contain;
        cursor: pointer;
        display: block;
    }
    .nav-icon1 {
        width: 26px;
        height: 26px;
        object-fit: contain;
        cursor: pointer;
        display: block;
    }

    /*.icon-wrapper:nth-of-type(1) { 
        display: none !important;
    }*/

    .hamburger-btn {
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }

        .hamburger-btn svg {
            width: 28px;
            height: 28px;
            color: #056B38;
        }

    .mobile-search-icon {
        width: 26px;
        height: 26px;
        object-fit: contain;
        cursor: pointer;
        display: block;
    }

    .category-tabs {
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
        padding: 12px 15px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        scrollbar-width: none;
        -ms-overflow-style: none;
        display: none;
    }

        .category-tabs::-webkit-scrollbar {
            display: none;
        }

        .category-tabs a {
            font-size: 14px;
            margin-right: 24px;
            flex-shrink: 0;
        }

    .slideshow-container, .slideshow-track, .slideshow-track1, .slide, .slide img {
        width: 100%;
    }

    .slideshow-track, .slideshow-track1 {
        display: flex;
        transition: transform 0.6s ease-in-out;
    }

    .slide {
        min-width: 100%;
    }

    .dots-container {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .dot2 {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #90C640;
        margin: 0 5px;
        cursor: pointer;
    }

        .dot2.active::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #056B38;
        }


    .nutrient-carousel-section {
        padding: 10px 0;
    }

        .nutrient-carousel-section h1 {
            font-size: 24px;
            padding: 0 15px;
            line-height: 1.3;
            margin: -17px 0px -8px 0px;
        }

    .clean_outer1 {
        display: block;
    }

    .green {
        color: #90C640;
        font-size: 22px;
        font-weight: 800;
        text-align: center;
    }

    .text_color {
        color: #056B38;
        font-size: 26px;
        font-weight: 800;
        text-align: center;
    }

    .carousel-align-box {
        width: 100%;
    }

    .carousel-container5 {
        width: 100%;
    }

    .carousel-track5 {
        padding: 0 8px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .product_card1 {
        flex: 1 1 calc(44% - 0px);
        max-width: calc(44% - 0px);
        margin-bottom: 8px;
        height: auto;
        font-size: 12px;
        padding: 10px;
        box-sizing: border-box;
    }

    .image-box {
        height: 160px;
        width: 85%;
        margin: 5px auto;
        padding: 5px;
        border-radius: 12px;
    }

        .image-box .img_position1 {
            width: 100%;
            max-width: 130px;
            margin: 30px 0px 10px 10px;
        }

        .image-box .img_position {
            width: 100%;
            max-width: 170px;
            margin: 30px 0px 10px 0px;
        }

        .image-box .img_position2 {
            width: 100%;
            max-width: 150px;
            margin: 30px 0px 10px 0;
        }

    .carousel-track5 > .product_card1:last-child {
        margin-bottom: 0px !important;
    }

    .carousel-track5 > .product_card1:first-child {
        margin-left: 0px !important;
    }

    .offer-badge {
        position: absolute;
        top: 8px;
        left: 6px;
        background: #D93838;
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        padding: 3px 8px;
        border-radius: 6px;
        z-index: 5;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }

    .Veg-badge {
        position: absolute;
        top: 7px;
        right: 5px;
        padding: 3px 8px;
        z-index: 5;
    }

        .Veg-badge img {
            width: 14px;
        }

    .Cricle_heart {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 100px;
        height: 100px;
        z-index: 3;
        display: none;
    }

    .product_name2 {
        padding: 0 5px;
    }

    .prct_pronameouter {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0;
        margin-bottom: 4px;
    }

    .prct_proname {
        font-size: 10.5px;
        font-weight: 600;
        color: #333;
        line-height: 1.2;
        width: 58%;
        margin-left: -12px;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;
        display: block;
    }

    .prct_proname1 {
        text-align: left;
        font-size: 8.5px;
        margin-top: 2px;
        margin-left: -12px;
    }

    .prct_amount {
        font-size: 12px;
        font-weight: bold;
        color: #000;
        text-align: right;
    }

    .prct_mrp2 {
        text-decoration: inherit;
        position: relative;
        font-size: 10px;
        font-weight: 300;
        color: #999;
    }

        .prct_mrp2:before {
            content: " ";
            display: block;
            width: 75%;
            border-top: 1px solid rgb(255 0 0);
            height: 12px;
            position: absolute;
            top: 7px;
            left: 18px;
            transform: rotate(-11deg);
        }

    .tags {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        margin: 8px 0;
        height: 155px;
        margin-left: -3px;
    }

        .tags span {
            background: #EBFFCD;
            color: #056B38;
            font-size: 7.5px;
            padding: 4px 10px;
            border-radius: 12px;
        }

    .tag1 {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        margin: 8px 0;
        height: 155px;
        margin-left: 10px;
    }

        .tag1 span {
            background: #EBFFCD;
            color: #056B38;
            font-size: 7.5px;
            padding: 4px 10px;
            border-radius: 12px;
        }

    .select-wrapper {
        width: 100%;
        margin: 2px 0;
    }

    select.custom-select {
        padding: 8px;
        font-size: 11px;
        width: 100%;
        border-radius: 6px;
    }

    .add-cart-btn2 {
        width: 100%;
        background: #056B38;
        color: white;
        border: none;
        padding: 10px 0;
        font-size: 10.5px;
        border-radius: 18px;
        font-weight: bold;
        margin: 0px 0px;
    }

    .hidden {
        display: none;
    }

    .hidden-mobile {
        display: none;
    }

    .bottom-controls1 {
        display: none;
    }

    .btn-container {
        width: 100%;
    }

    .view-btn {
        display: flex; /* or block depending on layout */
        justify-content: center;
        align-items: center;
    }

    .view-btn {
        padding: 10px 30px;
        background-color: #0c5c35;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        transition: all 0.3s ease;
        display: block;
        margin: 20px auto;
        width: fit-content;
        font-family: 'Poppins';
    }

    .carousel-wrapper-value {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }


    .sprouting-section {
        padding: 40px 15px;
        background-image: none;
        display: none;
    }

        .sprouting-section h1 {
            font-size: 24px;
            margin-bottom: 30px;
        }

    .sprouting-row {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .arrow-box {
        display: none;
    }

    .step {
        width: 100%;
        max-width: 300px;
    }

    .icon-wrap, .icon-wrap1, .icon-wrap2 {
        transform: none;
        margin-bottom: 10px;
        height: auto;
    }

        .icon-wrap img, .icon-wrap1 img, .icon-wrap2 img {
            transform: none;
            width: 100px;
            height: 100px;
        }

    .text-wrap, .text-wrap1, .text-wrap2 {
        margin-top: 10px;
    }

        .text-wrap h3, .text-wrap1 h3, .text-wrap2 h3 {
            width: 100%;
            font-size: 18px;
        }

    .top-section, .nutrition-section {
        flex-direction: column;
        padding: 0;
        height: auto;
        background-color: transparent;
    }

    .nutrition-section {
        flex-direction: column;
        padding: 0px 15px 20px 15px;
        height: auto;
        background-color: #F0F9E7;
        margin-top: -60px;
    }
    

    .colors{color:#90C640;}
    .nutrition-left {
        width: 100%;
        text-align: center;
    }

        .nutrition-left h2 {
            font-size: 25px;
            padding-left: 0;
            width: 100%;
        }

        .nutrition-left p {
            padding-left: 0;
            font-size: 16.5px;
        }

    .leaf-wrapper {
        width: 100%;
        background-image: none;
        padding: 20px 0 0 0;
    }

    .leaf-content {
        position: static;
        width: 100%;
        height: auto;
    }

    .image-collage1 {
        position: static;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        height: auto;
    }

    .hom_pluse{font-size:16px;display:block;padding:0px 6px;font-weight:700;}

    .nutrition-card {
        position: static;
        width: 25%;
        height: 115px;
        border-radius: 60px 0 60px 0;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

        .nutrition-card img {
            width: 50px;
            margin-top: 15px;
            margin-bottom: 8px;
        }

    .nutrition-card1 {
        position: static;
        width: 25%;
        height: 115px;
        border-radius: 60px 0 60px 0;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

        .nutrition-card1 img {
            width: 50px;
            margin-top: 10px;
            margin-bottom: 8px;
        }

    .nutrition-label {
        font-size: 12px;
    }

        .nutrition-label span {
            font-size: 11px;
        }

    /* --- Other Sections --- */
    .sprout-benefits-section {
        display: none;
    }

    .question-text {
        width: 90%;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(4px);
        border-radius: 12px;
        text-align: center;
        display: none;
    }

        .question-text h1 {
            font-size: 24px;
            margin-top: 0;
        }

    .image-collage {
        display: none;
    }


    .video-section {
        text-align: center;
        width: 80%;
        max-width: 600px;
        margin: 0px auto;
    }

    .video-box {
        position: relative;
        display: inline-block;
    }

    .video-thumbnail {
        position: relative;
        cursor: pointer;
    }

    .thumb {
        width: 100%;
        border-radius: 8px;
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 44px;
        height: 44px;
        background: white;
        color: green;
        font-size: 32px;
        line-height: 64px;
        text-align: center;
        border-radius: 50%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .play-button img {
            width: 25px;
            height: 25px;
            margin-top: -1px;
        }

    .video-wrapper {
        position: relative;
        padding-top: 56.25%; /* 16:9 Aspect Ratio */
        height: 0;
        overflow: hidden;
    }

        .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 8px;
        }

    .close-button {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 24px;
        color: white;
        background: rgba(0, 0, 0, 0.6);
        padding: 5px 10px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 2;
    }

    .video-section h2 span {
        color: #8FC540;
        font-size: 26px;
    }

    .display_no {
        display: none;
    }

    .sprout-promise-section {
        display: flex;
        background-image: url('../Img/Promise_backimg.png');
        padding: 0px 0;
        align-items: center;
        height: 420px;
        display: none;
    }

    .testimonial-section {
        background: #076835;
        padding: 40px 15px;
        text-align: center;
    }

    /* heading and subtext */
    .testimonial-bg h1 {
        font-size: 27px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
    }

    .testimonial-bg p {
        font-size: 19px;
        color: #e0f5e9;
        margin-bottom: 25px;
        line-height: 1.5;
        text-align: center;
    }

    /* slider */
    .carousel-track1 {
        display: flex;
        gap: 15px;
        padding-bottom: 10px;
        justify-content: center; /* important */
    }

    /* card */
    .testimonial-card {
        flex: 0 0 85%;
        scroll-snap-align: center;
        display: flex;
        justify-content: center;
    }

    .testimonial {
        background: #fff;
        border-radius: 12px;
        padding: 20px 15px;
        width: 80%;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        text-align: center; /* important */
    }

        /* force all to center */
        .user-details,
        
        .testimonial h3,
        .testimonial p {
            display: block;
            width: 100%;
            text-align: left;
        }

            /* user details */
            .user-details h4 {
                font-size: 16px;
                font-weight: 700;
                margin: 0;
                color: #000;
            }

            .user-details span {
                font-size: 13px;
                color: gray;
            }

    .top-info .stars {
        color: #ffa500;
        font-size: 25px;
        margin-top: 5px;
        
    }

    /* headline */
    .testimonial h3 {
        font-size: 16px;
        font-weight: bold;
        margin: 15px 0 10px;
        color: #000;
    }

    /* paragraph */
    .testimonial p {
        font-size: 14px;
        color: #444;
        line-height: 1.5;
        margin: 0;
    }

    /* dots and arrows */
    .dots1 {
        text-align: center;
        margin-top: 15px;
    }

        .dots1 .arrow img {
            width: 20px;
        }

    .dot1 {
        width: 6px;
        height: 6px;
        margin: 0 2px;
        background: #fff;
        border-radius: 50%;
        display: inline-block;
        opacity: 0.5;
    }

        .dot1.active3 {
            opacity: 1;
        }

    .codsply {
        justify-content: center;
        gap: 0;position:relative;
    }

    .arrow {
        position: absolute;
        top: 140%;
        transform: translateY(-50%);
    }

    #prev {
        left: -25%; 
        top:5px;
    }

    #next {
        right: -25%;top:5px;
    }

    #dotsContainer {
        flex: 1;
        justify-content: center;
    }

    .dots_TS {
        margin-top: 15px;
    }


    .mobile-footer {
        background: #0c5c35;
        color: #fff;
        font-family: 'Poppins';
        padding: 15px;
    }
    .footer {
        display: none;
    }
    .mobile-footer {
        display: block;
    }
    
    .footer-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
        padding: 12px 0;
        cursor: pointer;
        font-size: 14px;
    }

        .footer-title .icon {
            font-size: 18px;
        }

    .footer-links {
        list-style: none;
        padding-left: 0;
        margin: 0;
        display: none;
    }

    .footer-column .footer-links {
        display: none;
    }

    .footer-column.active .footer-links {
        display: block;
    }


    .footer-column.active .footer-title .icon {
        content: "−";
    }

    .footer-links li {
        padding: 6px 0;
        font-size: 13px;
    }

    .footer-contact {
        padding: 15px 0;
        font-size: 14px;
    }

        .footer-contact p {
            display: flex;
            align-items: center;
            margin: 8px 0;
        }
        .footer-contact a {
            color: inherit;
            text-decoration: none;
        }

            .footer-contact a:visited {
                color: inherit;
            }

            .footer-contact a:hover,
            .footer-contact a:focus {
                color: inherit;
                text-decoration: none;
            }
    .icon-img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .email-box {
        display: flex;
        margin-top: 26px;
    }

        .email-box input {
            padding: 6px 8px;
            border-radius: 15px 0 0 15px;
            border: none;
            outline: none;
            flex: 1;
            font-size: 13px;
        }

    .subscribe-btn {
        padding: 6px 14px;
        background-color: #007d46;
        border: none;
        color: white;
        font-size: 13px;
        font-weight: 500;
        border-radius: 0 15px 15px 0;
        cursor: pointer;
        font-family: 'Poppins';
    }

    .footer-bottom {
        text-align: center;
        font-size: 12px;
        opacity: 0.8;
        margin-top: 8px;padding-top:10px;
        border-top: 1px solid rgba(255,255,255,0.2);
    }


    .carousel-wrapper-value {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .product-slider6 {
        display: flex;
        gap: 15px;
        flex-wrap: nowrap;
    }

    .product-card6 {
        flex: 0 0 100%;
        max-width: 80%;
        border-radius: 16px;
        overflow: hidden;
        scroll-snap-align: start;
    }

    .product-image1 {
        position: relative;
        width: 100%;
        aspect-ratio: 1 / 1.25;
    }

        .product-image1 .main_img {
            width: 100%;
            object-fit: cover;
            display: block;
        }

    .play-button1 {
        width: 58px;
        height: 58px;
    }


}

@media (max-width: 320px) {
    .product_card1 {
        flex: 1 1 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
}

.floating-cart {
    position: fixed;
    right: 20px;
    bottom: 30px;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 9999;
}

    .floating-cart img {
        width: 30px;
        height: 30px;
    }

    .floating-cart #cart-count {
        position: absolute;
        top: 6px;
        right: 6px;
        background: #8FC540;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

