@import url("https://fonts.googleapis.com/css2?family=Boldonse&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Figtree:ital,wght@0,300..900;1,300..900&family=Handlee&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=League+Spartan:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Merienda:wght@300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Tamil:wght@100..900&family=Onest:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oregano:ital@0;1&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poetsen+One&family=Quicksand:wght@300..700&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Sora:wght@100..800&family=Spline+Sans:wght@300..700&family=Wix+Madefor+Display:wght@400..800&display=swap");

:root {
    --primary: #0c7b09;
    --secondary: #f07c00;
    --heading: #032802;
    --text-color: #3c3c3c;
    --white-color: #ffffff;
    --border-color: #e5e5e5;
    --font-main: "Onest", sans-serif;
}
html {
    overflow-x: hidden;
}
.primary-color {
    color: var(--primary) !important;
}
.space-x {
    padding: 0px 60px;
}
.space-y {
    padding: 60px 0px;
}
.space {
    padding: 60px 60px;
}
body.tamil-font h1 {
    font-size: 42px !important;
    font-weight: 700;
}
body.tamil-font h2 {
    font-size: 36px !important;
}
body.tamil-font h3 {
    font-size: 30px !important;
}
body.tamil-font h4 {
    font-size: 20px !important;
}
body.tamil-font h5 {
    font-size: 17px !important;
}
body.tamil-font h6 {
    font-size: 16px !important;
}

body.tamil-font .our-products-container {
    height: 350px !important;
}
body.tamil-font .all-essentials .essentials-container .heading {
    font-size: 12px !important;
    width: 110px !important;
}

body.tamil-font .farm-fresh-cta .cta-title {
    font-size: 60px !important;
}
body.tamil-font .prod-details-sec .pro-orange-badge,
body.tamil-font .frequent-sec .pro-orange-badge {
    padding: 5px 10px !important;
}
body.tamil-font p,
body.tamil-font li {
    font-size: 16px !important;
    /* line-height: 1.8 !important; */
}
.footer-main.footer-wrapper {
    padding: 52px 50px 28px 70px;
}
.desc.comp-desc {
    width: 305px !important;
}
.social-list .icon-contain {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c2e3c1;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.social-list .icon-contain::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    border-radius: 10px;
    transform: scale(0);
    transform-origin: bottom right;
    transition: transform 0.4s ease;
    z-index: -1;
}

.social-list .icon-contain:hover::before {
    transform: scale(1);
}

.social-list .icon-contain img {
    transition: filter 0.4s ease;
}

.social-list .icon-contain:hover img {
    filter: brightness(0) invert(1);
}

.social-list li a img {
    width: 22px !important;
}
.cate-page,
.prod-details-sec,
.my-cart-page,
.profile-page {
    margin-top: 140px !important;
    margin-bottom: 50px;
}
#mobile::-webkit-outer-spin-button,
#mobile::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#mobile {
    -moz-appearance: textfield;
    appearance: textfield;
}
.home-banner {
    padding: 60px 50px;
    margin-top: 130px;
    /* height: 100vh; */
    background: url(../images/home/banner-bg.webp) no-repeat;
    background-size: cover;
}

.home-banner .title {
    font-size: 54px;
    font-weight: 700;
    color: var(--heading);
    margin-bottom: 15px;
    line-height: 60px;
}
.home-banner p {
    max-width: 630px;
}
.home-banner .title span {
    color: var(--primary);
}
.btn-orange,
.btn-orange-sec {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: var(--secondary);
    color: var(--white-color);
    padding: 12px 45px;
    border-radius: 8px;
    font-weight: 500;
    z-index: 1;
    text-decoration: none;
    transition: 0.35s ease;
}
.btn-orange-sec {
    padding: 8px 25px 2px !important;
    height: 44px;
}
.btn-orange-sec .btn-text {
    position: relative;
    z-index: 2;
    transition: transform 0.35s ease;
    display: inline-block;
}

.btn-orange-sec .btn-arrow {
    position: absolute;
    bottom: 14px;
    right: 20px;
    opacity: 0;
    transform: translateX(-16px);
    transition: all 0.35s ease;
    z-index: 1;
    display: flex;
    align-items: center;
}

.btn-orange-sec:hover .btn-text {
    transform: translateX(-12px);
}
.play-outline {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-size: 14px;
}
.btn-orange-sec:hover .btn-arrow {
    opacity: 1;
    transform: translateX(8px);
}
/* Circle layer */
.btn-orange::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background-color: var(--primary); /* hover color */
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 2s ease;
    z-index: -1;
}

/* Hover effect */
.btn-orange:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

/* Keep text color visible */
.btn-orange:hover {
    color: #fff;
}
.btn-orange-sec:hover {
    background-color: var(--secondary);
    color: #fff;
}

/* .health-made-card .btn-group {
    display: flex;
    gap: 10px;
    align-items: center;
} */
.home-banner .img-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-banner .img-container img {
    width: 460px;
}

/* Explore our products css starts */
.explore-our-products {
    /* padding: 70px 0; */
}

.title-container .section-title {
    font-size: 32px;
    font-weight: 600;
    color: #032802;
}
.explore-our-products .title-container .section-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #032802;
}
.saalad-plan .title-container .section-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    color: #032802;
    margin-bottom: 10px;
}
.saalad-plan .title-container {
    margin-left: -30px !important;
}
.saalad-plan p {
    color: #606060 !important;
}
.our-products-container {
    padding: 45px 0px 20px 0px;
    background: linear-gradient(180deg, #ffffff 30%, #ffe5bd 70%);
    border-radius: 30px;
    overflow: hidden;
    height: 300px;
    width: 215px;
    transition: 0.3s linear;
}

.our-products-container .product-img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    width: 140px;
    height: 110px;
    margin: 10px auto 30px;
    /* margin-bottom: 30px;
    margin-left: 18px; */
    border-radius: 50%;
    box-shadow: 0px 13px 70px 0px rgba(0, 0, 0, 0.35);
}

.our-products-container .product-img-wrapper::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-60%, -50%);
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    z-index: -1;
}
.custom-toast-wrap-1 {
    position: fixed;
    bottom: 90px !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 9999;
    top: auto !important;
}
.custom-toast-wrap-1 .toast-title {
    color: #e8f5e8;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.our-products-container .product-img-wrapper::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -95%;
    width: 50%;
    height: 170%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(25deg);
    transition: all 0.6s ease;
    z-index: 2;
}

/* on hover → move shine */
.our-products-container:hover .product-img-wrapper::after {
    left: 200%;
}

/* animation */
@keyframes shineMove {
    0% {
        left: -75%;
    }

    100% {
        left: 130%;
    }
}

.our-products-container .product-img-wrapper img {
    width: 100%;
    height: 150px;
    z-index: 1;
    margin-top: -20px;
    transition: transform 0.3s ease;
    object-fit: cover;
}
.spina-img {
    width: 160px !important;
    height: 170px !important;
    object-fit: cover !important;
    margin-bottom: 20px !important;
}
.spina-wrapper {
    width: 158px !important;
    height: 128px !important;
}
.our-products-container:hover .product-img-wrapper img {
    transform: scale(1.07) rotate(-5deg);
}
.product-content-wrapper {
    padding: 0px 10px 0px 20px;
}
.our-products-container .heading {
    font-size: 20px;
    color: #5c2d00;
    font-weight: bold;
}

.our-products-container .sub-heading {
    font-size: 14px;
    color: #a48167;
}

.productSwiper {
    padding: 10px 0;
}

.swiper-slide {
    height: auto;
}

.products-slider-wrapper {
    position: relative;
    padding: 0px 0px 0px 0px;
}
.explore-our-products .products-slider-wrapper {
    padding: 0px 0px 0px 60px;
}
.productSwiper .swiper-wrapper {
    padding-left: 20px;
}

.productSwiper {
    /* margin-right: -80px; */
}
.explore-our-products .title-container {
    padding-left: 60px;
}

.slider-nav {
    position: absolute;
    top: -70px;
    right: 80px;
    display: flex;
    gap: 10px;
    z-index: 10;
}
.all-essentials .slider-nav {
    right: 0px !important;
}
/* .slider-nav .prev,
.slider-nav .prev-1,
.slider-nav .next,
.slider-nav .next-1 {
    width: 40px;
    height: 40px;
    background: #e5e5e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.slider-nav .next,
.slider-nav .next-1 {
    background: var(--primary);
    color: #fff;
} */
.slider-nav .prev,
.slider-nav .prev-1,
.slider-nav .next,
.slider-nav .next-1 {
    width: 40px;
    height: 40px;
    background: #e5e5e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: 0.3s ease;
}

.slider-nav .active-nav {
    background: var(--primary);
    color: #fff;
}

.slider-nav .prev svg,
.slider-nav .next svg,
.slider-nav .prev-1 svg,
.slider-nav .next-1 svg {
    width: 18px;
    height: 18px;
}

.slider-nav .prev svg path,
.slider-nav .next svg path,
.slider-nav .prev-1 svg path,
.slider-nav .next-1 svg path {
    fill: #999;
    transition: 0.3s ease;
}

/* active button */
.slider-nav .active-nav svg path {
    fill: #fff;
}
/* Explore our products css ends */

/* essentials css starts */
.all-essentials {
    /* padding: 60px 0; */
}

.all-essentials .essentials-container .product-img-wrapper {
    width: 115px;
    height: 115px;
    object-fit: contain;
    border-radius: 8px;
    background-color: #f5f5f5;
    border: 1px solid #ececec;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-essentials .essentials-container .product-img-wrapper img {
    width: 110px;
    height: 90px;
    object-fit: contain;
}

.all-essentials .essentials-container .heading {
    color: var(--heading);
    font-size: 15px;
    font-weight: 500;
    width: 124px;
    /* text-align: start; */
}
.all-essentials .swiper-wrapper {
    height: 45%;
}
.all-essentials .swiper-slide {
    height: 100px;
}
.all-essentials .swiper-grid > .swiper-wrapper {
    flex-wrap: nowrap;
}
.all-essentials {
    padding: 0px 60px;
}
/* essentials css ends */
.category-products .navi-link i,
.health-made .navi-link i,
.fresh-products .navi-link i,
.our-vlogs-section .navi-link i {
    color: #0aa537 !important;
}
.grocery-cate-sec .navi-link i,
.grocery-sec .navi-link i {
    color: #878400 !important;
}
.category-products .navi-link,
.health-made .navi-link,
.fresh-products .navi-link,
.our-vlogs-section .navi-link {
    font-size: 18px !important;
    font-weight: 600 !important;
}
.text-light-green {
    color: #0aa537 !important;
}
/* farm-fresh-cta css starts */
.farm-fresh-cta {
    margin: 10px 0 60px;
    position: relative;
    padding: 0px 40px 0px;
    background: conic-gradient(
        from 90deg at 50% 50%,
        #c0da32 0deg,
        #4f8c14 360deg
    );
    height: 395px;
}
.fresh-desc-content {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    gap: 10px;
}

.farm-fresh-cta .cta-title {
    font-family: "League Spartan", sans-serif;
    font-size: 110px;
    font-weight: bold;
    line-height: 80px;
    color: var(--white-color);
    margin-top: 30px;
    /* margin-bottom: 30px !important; */
    margin-bottom: 0px !important;
}

.farm-fresh-cta h4 {
    font-family: "League Spartan", sans-serif;
    margin-top: 0px;
    font-size: 37px;
    letter-spacing: 12px;
    font-weight: 600;
    color: var(--heading);
}

.farm-fresh-cta .primary-images {
    position: relative;
}

.farm-fresh-cta .primary-images img:first-child {
    width: 210px;
    object-fit: cover;
    margin-bottom: -76px;
    margin-top: 35px;
}

.farm-fresh-cta .primary-images img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 210px;
    transform: translate(70px, 110px);
}

.farm-fresh-cta .cta-products-list {
    display: flex !important;
    flex-direction: column;
    gap: 50px;
}

.farm-fresh-cta .cta-products-list:first-child {
    padding-top: 40px !important;
    padding-right: 45px !important;
}

.farm-fresh-cta .cta-products-list.products-2 {
    padding-top: 40px !important;
    padding-left: 45px !important;
}

.farm-fresh-cta .cta-products-list .product-card:first-child {
    transform: rotate(-5deg);
}

.farm-fresh-cta .cta-products-list .product-card:nth-child(2) {
    transform: rotate(5deg);
}

.farm-fresh-cta .cta-products-list.products-2 .product-card:first-child {
    transform: rotate(5deg);
}

.farm-fresh-cta .cta-products-list.products-2 .product-card:nth-child(2) {
    transform: rotate(-5deg);
}

.cta-products-list.product-section .product-card .img-area {
    height: 45px;
}
.cta-products-list.product-section .product-card-sec .img-area {
    height: 56px;
}

.cta-products-list.product-section .product-card .img-area img {
    height: 55px;
}

.cta-products-list.product-section .pro-orange-badge {
    font-size: 5px;
    padding: 3px 7px;
}
.product-section .product-card .info {
    padding: 0px 2px 0px;
}
.cta-products-list.product-section .product-card .prod-name {
    font-size: 7px;
    margin: 4px 0px;
}

.cta-products-list.product-section .product-card .price-now {
    font-size: 10px;
}

.cta-products-list.product-section .product-card .price-old {
    font-size: 8px;
}

.cta-products-list.product-section .product-card .prod-qty {
    font-size: 8px;
}
.prod-qty {
    color: #7c7c7c !important;
}
.cta-products-list.product-section .product-card {
    border-radius: 5px;
    width: 108px;
    height: 85px;
    padding: 3px;
    display: inline-block;
}
.cta-products-list.product-section .product-card-sec {
    height: 95px;
    width: 80% !important;
}
.cta-products-list.product-section .product-card .cart-btn {
    height: 20px;
    width: 20px;
}

.cta-products-list.product-section .product-card .cart-btn svg {
    width: 10px;
}

.cta-products-list.product-section .product-card .cart-btn.expanded {
    width: 90px;
}

.cta-products-list.product-section .product-card .plus-icon {
    width: 12px !important;
    height: 12px !important;
    right: 2px !important;
    top: 2px !important;
}

.cta-products-list.product-section .product-card .wishlist-btn {
    top: 0px;
}

.cta-products-list.product-section .product-card .heart {
    width: 14px;
}

.cta-products-list.product-section .product-card .prod-qty svg {
    width: 10px;
    height: 10px;
    margin-top: 0px;
}

.fresh-description {
    font-size: 18px;
    padding-top: 25px;
    color: #000000;
    font-weight: 500;
}

.cta-play-store-btn img {
    width: 180px;
}

.category-grid-products .product-card {
    width: 100%;
}

.category-grid-products {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    /* gap: 20px; */
    /* optional spacing */
}

.hurry-time {
    background: #ffefdd;
    color: #f07c00;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    /* max-width: 110px; */
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    padding: 4px 10px;
}

.hurry-badge-container {
    position: relative;
    width: 100px;
    height: 28px;
    background-color: #ffefdd;
    border-radius: 50px;
    overflow: hidden;
    font-family: sans-serif;
    font-weight: bold;
}

/* Base layer: Orange Text */
.hurry-badge-container .text-base {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f07c00;
    font-size: 12px;
    z-index: 1;
}

/* Animated Overlay Layer */
.hurry-badge-container .mask-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%; /* Initial width */
    height: 100%;
    background-color: #f07c00;
    border-radius: 0 50px 50px 0; /* Curved edge */
    z-index: 2;
    overflow: hidden;
    /* Animation: grow then shrink back */
    animation: slideMask 4s ease-in-out infinite;
}

/* White Text inside the Mask */
.hurry-badge-container .text-white {
    position: absolute;
    width: 90px; /* Must match container width to prevent text shifting */
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 12px;
}

/* Animation Logic */
@keyframes slideMask {
    0% {
        width: 0%;
        border-radius: 0 80% 20% 0; /* Extreme curve while starting */
    }
    40%,
    60% {
        width: 100%;
        border-radius: 0 0 0 0; /* Fill completely */
    }
    100% {
        width: 0%;
        border-radius: 0 80% 20% 0; /* Curve while returning */
    }
}

/* Icon styling */
.hurry-badge-container .icon {
    margin-right: 6px;
    font-size: 12px;
}

/* Optional second soft layer */

.grocery-sec .hurry-time::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 5px;
    width: 45px;
    height: 45px;
    background: rgba(240, 124, 0, 0.1);
    border-radius: 50%;
    animation: waveMove2 4s ease-in-out infinite;
    z-index: -1;
}

@keyframes waveMove {
    0% {
        transform: translateX(0) translateY(0) rotate(-20deg);
    }
    50% {
        transform: translateX(-6px) translateY(4px) rotate(-15deg);
    }
    100% {
        transform: translateX(0) translateY(0) rotate(-20deg);
    }
}

@keyframes waveMove2 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-4px);
    }
    100% {
        transform: translateX(0);
    }
}
/* farm-fresh-cta css ends */

/* trending-offer cta's */
.fresh-health-contain img {
    background-size: cover;
}

.health-made-card {
    border-radius: 30px;
    overflow: visible;
}

/* .top-banner:first-child {
    margin-bottom: 100px;
} */

/* COMMON */
.top-banner,
.bottom-banner {
    background: #ffd9a0;
    padding: 60px;
    position: relative;
    overflow: visible;
}

/* ANGLED DIVIDER */
.top-banner {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 102%);
    padding: 30px 60px 100px 30px;
    width: 90%;
    border-radius: 25px;
}

.bottom-banner {
    clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
    width: 90%;
    padding: 100px 20px 60px;
    border-radius: 25px;
    margin: -185px 0 0 80px;
}

/* CONTENT */
.health-made-card .title {
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 70px;
    font-weight: 800;
    color: #5c2d00;
}

.health-made-card .title span {
    color: #c46200;
}

.bottom-banner .desc,
.bottom-banner .title {
    text-align: end;
}
.health-made-card .desc {
    max-width: 460px;
    color: #4c290f;
    font-size: 16px;
    margin: 15px 0;
    font-weight: 400;
}

/* IMAGE */
.health-made-card .img-box {
    position: relative;
    margin-left: auto;
}

.health-made-card .img-box img {
    width: 140px;
}

/* LEFT IMAGE */
.img-box.left {
    margin-right: auto;
}

/* BADGE */
.badge-circle {
    position: absolute;
    top: 40%;
    left: -20px;
    color: #fff;
    padding: 15px;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
}

.top-banner-container .badge-circle img {
    width: 145px !important;
}
.top-banner-container .badge-circle .bottom-cir-img {
    width: 145px !important;
}
/* BUTTONS */
.btn-orange {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 180px;
    padding: 14px 48px;
    height: 52px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #f07c00;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
}
.btn-orange::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #0c7b09;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.8s ease 0.15s;
    z-index: 0;
}
.btn-orange .text {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}
.btn-orange:hover::before {
    transform: translate(-50%, -50%) scale(6);
}
.btn-orange:hover {
    background-color: #f07c00;
}
.btn-orange-outline {
    border: 1px solid #f07c00;
    color: #f07c00;
    border-radius: 8px !important;
    width: 180px;
    padding: 14px 48px;
    height: 52px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    background-color: transparent;
    transition: all 0.3s ease;
}
.btn-orange-outline:hover {
    border: 1px solid #f07c00;
    color: #f07c00;
}
.top-banner-container .img-box,
.bottom-banner-container .img-box {
    position: relative;
    flex: 1;
}

.top-banner-container .img-box {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(6%, -6%);
    z-index: 5;
}

.top-banner-container .img-box img {
    position: relative;
    width: 520px;
    /* height: 340px; */
}

.bottom-banner-container .img-box {
    position: absolute;
    top: 96px;
    left: 0;
    bottom: 0;
    transform: translate(-8%, 58%);
    z-index: 5;
}

.bottom-banner-container .img-box .bottom-main-img {
    position: relative;
    width: 492px;
}

.bottom-banner-container .left-space {
    width: 55%;
}

.bottom-banner-container .badge-circle {
    position: absolute;
    top: 13%;
    right: -50px;
    left: unset;
    color: #fff;
    padding: 15px;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
}

/* saalad plan css starts */
/* CARD */
.saalad-plan .plan-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    margin: 10px;
    height: 100%;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.3s;
}

/* PREMIUM */
.saalad-plan .plan-card.premium {
    background: url(../images/home/preminum-plan.png) no-repeat;
    background-size: cover;
    color: #fff;
    /* transform: scale(1.05); */
    box-shadow: 0px 8px 80px 0px rgba(5, 121, 107, 0.32);
}
.saalad-plan .plan-card.premium p,
.saalad-plan .plan-card.premium li {
    color: #fff !important;
}
/* PLAN TYPE */
.saalad-plan .plan-type {
    font-size: 14px;
    font-weight: 600;
    color: #05796b;
}

.saalad-plan .plan-card.premium .plan-type {
    color: #fff;
}

/* PRICE */
.saalad-plan .price {
    font-size: 64px;
    font-weight: 700;
    margin: 15px 0;
}
.saalad-plan .plan-card.premium .price span {
    color: #fff !important;
}
.saalad-plan .price span {
    font-size: 14px;
    font-weight: 400;
    /* margin-left: 5px; */
    color: #606060 !important;
}

/* DESC */
.saalad-plan .desc {
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 100%;
}

/* FEATURES */
.saalad-plan .features {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.saalad-plan .features li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    color: #606060 !important;
}

.saalad-plan .features li::before {
    content: "✓";
    position: absolute;
    left: -5px;
    top: 3px;
    color: #ffffff;
    font-size: 10px;
    width: 20px;
    height: 20px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.saalad-plan .premium .features li::before {
    color: var(--primary) !important;
    background: #ffffff;
}

.saalad-plan .plan-card.premium .features li::before {
    color: #fff;
}

/* BUTTONS */
.saalad-plan .btn-light {
    background: #ffffff;
    border: 1px solid #8593a352;
    padding: 15px;
    border-radius: 10px;
    color: #606060 !important;
    font-weight: 500;
}

.saalad-plan .btn-white {
    background: #fff;
    color: var(--primary);
    padding: 15px;
    border-radius: 10px;
}

/* BADGE */
.saalad-plan .badge-popular {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f07c00;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
}

.plan-small-image img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    margin-top: -26px;
}

/* saalad plan css ends */

.reel-card {
    cursor: pointer;
}

.video-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

/* Video */
.reel-video {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 10px;
}

/* Play button */
.play-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 28px;
    height: 28px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* Title */
.reel-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 3px;
}

.fresh-healthy-card {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 300px;
    height: 123px;
    padding: 8px;
    border-radius: 16px;
    margin-bottom: 0px !important;
    background: #fff;
    border: 1px solid #efefef;
    position: relative;
    transition: 0.3s ease;
}

/* Offer badge */
.fresh-healthy-card__offer {
    position: absolute;
    top: 0;
    left: 0;
    background: #f07c00;
    color: #fff;
    font-size: 11px;
    padding: 4px 16px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 12px;
}

/* Image */
.fresh-healthy-card__img {
    width: 100px;
    height: 100px;
    background: #fff0e4;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fresh-healthy-card__img img {
    width: 75px;
    height: auto;
}

/* Content */
.fresh-healthy-card__content {
    flex: 1;
}

.fresh-healthy-card__title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #131313;
    width: 173px;
}

.fresh-healthy-card__weight {
    font-size: 13px;
    color: #606060;
    margin-bottom: 10px;
}

/* Bottom row */
.fresh-healthy-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Price */
.fresh-healthy-card__new {
    font-size: 16px;
    font-weight: 700;
    color: #0aa537;
    margin-right: 8px;
}

.fresh-healthy-card__old {
    font-size: 13px;
    color: #606060;
    text-decoration: line-through;
}

/* Button */
.fresh-healthy-card__btn {
    background: #0aa537;
    color: #fff;
    border: none;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.fresh-healthy-card__btn:hover {
    background: var(--primary);
}
/* --------------- */
.mic-btn {
    border: none !important;
    background-color: #fff;
}
/* ---------- */
/* language translate css */
.language-dropdown button {
    background-color: #ffffff00;
    width: max-content;
    border-radius: 5px;
    color: white;
    padding: 1px 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    justify-content: space-evenly;
    width: 130px;
}

.language-dropdown button,
.language-dropdown .dropdown-content li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    visibility: visible;
}

.language-dropdown .dropdown-content {
    margin: 1px 0 0 0;
    padding: 0;
    background-color: #f5f5f5;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow-y: scroll;
    max-height: 315px;
}

.language-dropdown button img {
    margin: 0 5px 0 0;
    width: 25px;
}

.dropdown-menu.dropdown-content.show a {
    color: #000000;
}

.dropdown-menu.dropdown-content.show a img {
    width: 25px;
}

.new-language-translate a img {
    width: 25px;
}

.new-language-translate a {
    color: #000000;
}

.new-language-translate {
    display: block !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Hide Google Translate top bar */
.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate {
    visibility: visible;
    display: none;
}

body {
    top: 0 !important;
}

.VIpgJd-ZVi9od-ORHb {
    background: unset;
    display: none;
}
/* -------------- */
.main-header {
    padding: 2px 24px 10px;
    height: 65px;
}
.nav-bar {
    padding: 4px 35px 2px !important;
}
.play-store-btn img {
    margin-right: 15px !important;
}
.nav-link-item {
    padding: 11px 20px !important;
}
.search-bar {
    border-radius: 8px !important;
}
.phone-block .ph-sub span {
    width: 120px;
}
.product-section .product-card .cart-btn.expanded {
    width: 128px !important;
    max-width: 149px !important;
}
/* .video-box {
    width: 300px;       
    height: 533px;       
    overflow: hidden;
    border-radius: 12px;
}

.video-box iframe {
    width: 100%;
    height: 100%;
} */
.video-box {
    position: relative;
    overflow: hidden;
    height: 362px;
    border-radius: 0px !important;
}

.reel-title {
    color: #111827 !important;
    font-size: 18px;
    font-weight: 600;
}
.reel-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.our-vlogs-section {
    overflow: hidden;
    /* margin-bottom: 60px; */
}
.fresh-cta-span {
    bottom: 0;
    right: 30% !important;
}

@media (max-width: 1300px) {
    .our-products-container .product-img-wrapper {
        margin-left: 30px !important;
    }
    .health-banner .bowl-stage {
        left: -41px !important;
    }

    .our-products-container {
        width: 190px !important;
    }
    .our-products-container .heading {
        font-size: 19px !important;
    }
    .fresh-healthy-card {
        width: 274px !important;
    }

    .grocery-cta .banner-title {
        font-size: 37px !important;
    }
    .gro-bestseller-section .heading-text h2 {
        font-size: 35px !important;
    }
    .grocery-banner .banner-title {
        font-size: 52px !important;
        line-height: 62px !important;
    }
    .grocery-cta .banner-sub {
        font-size: 16px !important;
    }
    .health-banner .bowl {
        width: 642px !important;
        height: 360px !important;
    }
    .health-banner h1 {
        font-size: 53px !important;
    }
    .health-banner .thumb {
        width: 120px !important;
    }
    .health-banner {
        background-size: contain !important;
    }
    .brush-box {
        margin-bottom: 30px;
    }
    .fresh-cta-span {
        right: 185px !important;
    }
}
@media (min-width: 1440px) {
    .contact-page .cta-img-bg img {
        width: 455px !important;
    }
    .grocery-cta {
        max-width: 810px !important;
    }
    .health-cta .banner-container {
        height: 380px !important;
        background-size: cover !important;
    }
    .health-banner .bowl-stage {
        left: 60px;
    }
    .health-banner .bowl {
        width: 500px;
        height: 500px;
    }
    .health-banner .scene {
        margin-top: 20px;
    }
    .health-banner {
        min-height: 650px !important;
    }
    .fresh-cta-span {
        right: 40% !important;
    }
    .fresh-cta-img-wrapper {
        width: 430px !important;
        margin-left: 100px;
    }
    .eat-freshimg-center {
        align-items: center !important;
    }
    .bottom-banner {
        padding: 100px 60px 60px !important;
        justify-content: end !important;
    }
    .fresh-cta {
        height: 520px !important;
    }
    .fresh_and_healthy_cards .row,
    .fresh-pro-img {
        height: 400px !important;
    }

    .delivery-banner {
        min-height: 540px !important;
    }
    .youtubeSwiper .swiper-wrapper {
        height: 70% !important;
    }
    .fresh-healthy-card {
        width: unset !important;
        height:unset !important;
        margin-bottom: 50px;
    }
    .saalad-plan .title-container {
        margin-left: 0px !important;
    }
    .grocery-cta {
        background-size: cover !important;
    }
    .product-section .product-card .cart-btn.expanded,
    .frequent-sec .product-card .cart-btn.expanded {
        width: 142px !important;
        background: var(--primary);
    }
}
@media (max-width: 1200px) {
    .grocery-cta .banner-title {
        font-size: 28px !important;
        padding-top: 50px;
    }
    .grocery-cta .banner-sub {
        margin: 10px 0 10px !important;
    }
    .grocery-cta .btn-shop {
        margin-bottom: 50px;
    }
    .fresh-desc-content {
        gap: 0px;
    }
    .health-banner h1 {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
    .contact-page-banner {
        margin-top: 85px !important;
    }
    .contact-page .add-card {
        height: 160px !important;
    }
    .fresh-cta-title {
        font-size: 68px !important;
        margin-left: 65px !important;
    }
    .fresh-cta-text {
        margin-left: 60px;
    }
    .eat-freshimg-center h1 {
        font-size: 75px !important;
    }
    .fresh-description {
        padding: 0px;
    }
    .farm-fresh-cta .primary-images img:first-child {
        margin-top: 130px !important;
    }
    .cta-products-list.product-section .product-card-sec {
        height: 110px;
    }
    .farm-fresh-cta .cta-products-list:first-child,
    .farm-fresh-cta .cta-products-list.products-2 {
        padding-top: 90px !important;
    }
    .farm-fresh-cta .cta-products-list.products-2 {
        padding-top: 75px;
    }
    .farm-fresh-cta h4 {
        font-size: 32px;
    }
    .fresh-healthy-card {
        width: 220px !important;
    }
    .top-banner-container .img-box img {
        position: relative;
        width: 470px;
    }
    .bottom-banner-container .img-box .bottom-main-img {
        position: relative;
        width: 465px;
    }
    .fresh-cta .hero-content {
        margin-left: auto;
        max-width: 535px;
    }
    .farm-fresh-cta .cta-title {
        font-size: 90px;
    }
    .product-section .product-card .wishlist-btn {
        top: 5px;
        right: 0px;
    }
    .product-section .product-card .cart-btn.expanded {
        width: 96px !important;
    }
    .fresh-healthy-card {
        flex-direction: column;
        height: unset;
        width: 220px;
    }
    .fresh-cta .hero-content {
        margin-left: auto;
        max-width: 520px !important;
    }
    .fresh-cta {
        height: 350px !important;
    }
    .card-banner-container .bottom-grid {
        display: grid;
        grid-template-columns: 2fr !important;
    }
    .card-banner-container .main-banner {
        background-position: top !important;
    }
    .prod-details-sec .pro-orange-badge,
    .frequent-sec .pro-orange-badge {
        font-size: 10px;
        padding: 5px 10px;
    }
}
@media (max-width: 768px) {
    .health-banner {
        min-height: 470px ;
    }
       .health-banner .scene {
        display: none;
    }
    .email-cta-img,
    .phone-cta-img,
    .website-cta-img {
        display: none;
    }
    .grocery-cta .banner-title {
        font-size: 35px !important;
    }
    .fresh-cta-text {
        font-size: 35px;
    }
    .fresh-cta {
        height: unset !important;
    }
    .contact-page .cta-panel {
        margin-top: 20px;
    }
    .add-card {
        margin-bottom: 10px;
    }
    .contact-page-banner {
        height: 240px !important;
        background-size: cover !important;
    }
    .health-cta .banner-container {
        height: unset !important;
    }
    .health-banner .arc-image {
        width: 65% !important;
        top: 22px !important;
        left: 156px !important;
    }
    .health-cta .banner-text {
        font-size: 38px;
        margin: 50px auto 73px !important;
    }
    .fresh-cta-content {
        text-align: center;
    }
    .fresh-cta-span {
        right: 43px !important;
        bottom: 5px !important;
    }
    .eat-freshimg-center {
        align-items: center !important;
    }
    .fresh-cta-img-wrapper {
        margin: 0px auto;
    }
    .gro-bestseller-section .heading-text h2 {
        font-size: 26px !important;
    }
    .grocery-tab-sec .price-tabs .tab-btn {
        font-size: 16px !important;
        max-width: 116px !important;
        height: 42px !important;
        padding: 0px 10px !important;
    }
    .grocery-tab-sec .price-tabs .tab-btn .rupee {
        font-size: 18px !important;
    }
    .cate-page {
        margin-top: 20px !important;
    }
    .freq-title-sec {
        padding: 20px 0px 0px !important;
    }
    .product-section .product-card-sec .cart-btn.expanded {
        width: 100% !important;
    }
    .explore-our-products .products-slider-wrapper {
        padding: 0px 0px 0px 0px;
    }
    .main-header {
        padding: 10px 0px !important;
    }
    .play-store-btn,
    .play-store-btn {
        display: none;
    }
    .home-banner .img-container {
        margin-top: 30px;
    }
    .fresh-desc-content,
    .fresh-pro-cards {
        margin-top: 30px;
    }
    .fresh-healthy-card {
        flex-direction: row;
        height: unset;
        width: 300px !important;
    }
    .fresh-cta .hero-subtitle {
        font-size: 14px;
    }
    .fresh-pro-img {
        height: 270px;
        width: 600px;
        object-fit: contain;
        margin-bottom: 20px;
    }
    .top-banner-container .img-box img {
        width: 280px;
    }
    .img-box.left img {
        width: 275px !important;
    }
    .img-box.left .bottom-cir-img {
        width: 140px !important;
    }
    .health-made-card .title {
        font-size: 34px;
    }
    .saalad-plan .title-container {
        margin: 0px 20px !important;
    }
    .fresh-img-content {
        order: 2 !important;
        align-items: center;
        justify-content: center;
        display: flex;
        /* display: none; */
    }
    .fresh-desc-content {
        order: 1 !important;
        margin-bottom: 75px;
    }
    .fresh-description {
        padding-top: unset !important;
    }
    .farm-fresh-cta .primary-images img:first-child {
        width: 172px;
    }
    .location-btn .loc-label {
        font-size: 14px;
    }
    .location-btn .loc-value {
        font-size: 12px;
    }
    .logo-icon {
        width: 65px;
    }
    .thumbnail-main-sec {
        gap: 4.5rem !important;
    }
    .prod-details-sec .right-col-wrap {
        margin-left: 0px;
    }
    .fresh-cta .hero-subtitle {
        font-size: 13px !important;
    }
    .product-section .product-card .cart-btn.expanded {
        width: 100% !important;
        max-width: 100% !important;
    }
        .farm-fresh-cta {
        height: unset !important;
    }
        .farm-fresh-cta .primary-images img:first-child {
        margin-top:65px !important;
    }
    .farm-fresh-cta .primary-images img:nth-child(2) {
    position: absolute;
    right: 20px;
    bottom: 86px;
    }
}
@media (max-width: 576px) {
    .contact-page .cta-img-bg {
    height: 383px !important;
    min-height: 354px !important;
    }

    .grocery-cta .banner-title .highlight-blue {
        text-align: center;
    }
        .grocery-cta {
        max-height: 290px !important;
        }
    .delivery-banner {
        background-color: #82ab2e;
        background-image: none !important;
    }
    .farm-fresh-cta h4 {
        font-size: 24px;
    }
    .fresh-healthy-card {
        width: unset !important;
    }
    .promo-section {
        padding: 20px 20px !important;
    }
    .health-banner h1 {
        padding-top: 60px !important;
    }
    .contact-page-banner {
        height: 275px !important;
    }
    .contact-page-banner p {
        font-size: 18px !important;
    }
    .contact-page-banner h1 {
        font-size: 36px !important;
    }
    .contact-inner-sec {
        padding: 30px 30px;
    }
    .contact-page-banner {
        margin-top: 110px !important;
        padding: 30px 0 52px !important;
    }
    .fresh-cta-title {
        line-height: 70px !important;
        font-size: 50px !important;
        margin-left: 0px !important;
        margin-top: 10px !important;
    }
    .fresh-cta-text {
        font-size: 26px !important;
        margin: 0;
        padding-bottom: 20px !important;
    }
    .eat-freshimg-center h1 {
        font-size: 60px !important;
        line-height: 75px !important;
    }
    .fresh-cta-span {
        width: 60px !important;
        height: 60px !important;
        right: -8px !important;
        bottom: -15px !important;
    }
    .fresh-main .home-banner {
        padding: 20px 30px !important;
        margin-top: 100px !important;
    }
    .fresh-main .hero-banner-title {
        font-size: 48px !important;
        line-height: 70px !important;
    }
    .hero-banner-img {
        height: 320px !important;
    }
    .grocery-banner .banner-title {
        font-size: 39px !important;
        line-height: 50px !important;
    }
    .footer-main.footer-wrapper {
        padding: 28px 30px 28px 25px;
    }
    .pro-cate-sec {
        padding: 20px !important;
    }
    .my-cart-page .cart-header {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .my-cart-page {
        padding: 10px 0px;
    }
    .profile-page {
        margin-top: 85px !important;
    }
    .sched-modal {
        width: 95%;
    }
    .cart-modal-overlay .slot-btn {
        font-size: 14px;
    }
    .cart-modal-overlay .date-tabs {
        gap: 12px;
    }
    .cart-card .qty-ctrl {
        margin-top: 5px;
    }
    .my-cart-page .breadcrumb-bar {
        padding: 14px 0px;
    }
    .footer-bottom {
        padding: 13px 15px 13px 4px;
    }
    .footer-bottom p {
        font-size: 13px;
    }

    .footer-com-sec {
        margin-bottom: 14px;
    }
    .footer-divider {
        display: none;
    }
    .footer-col {
        margin-bottom: 0px;
    }
        .fresh-img-content {
        margin-top: -150px !important;
        }
    .footer-bottom .footer-company {
        font-size: 13px;
    }
        .farm-fresh-cta .primary-images img:first-child {
                /* width: unset !important; */
        height: 144px;
        margin-top: 200px !important;
        background-size: contain !important
    }
        .cta-products-list.product-section .product-card-sec {
        height: 102px !important;
        width:100% !important;
    }
    .cart-slider {
        padding: unset !important;
    }
    .fresh-cta {
        height: unset !important;
    }
    .card-banner-container .main-banner,
    .card {
        justify-content: center;
    }
    .horizontal-tab-strip .tab-pill img {
        width: 25px !important;
        height: 25px !important;
    }
    .prod-details-sec,
    .my-cart-page {
        margin: 50px 10px 60px;
    }
    .prod-details-sec .right-col-wrap {
        margin-left: 0px;
    }
    .horizontal-tab-strip {
        gap: 4px !important;
    }
    .thumbnail-main-sec {
        gap: 1.5rem !important;
        flex-direction: column-reverse !important;
    }
    .prod-details-sec .img-main-wrap {
        width: 340px !important;
        height: 380px !important;
    }
    .prod-details-sec .thumbnail-col {
        display: flex;
        flex-direction: row;
    }
    .health-made-card {
        overflow: hidden !important;
    }
    body.tamil-font h1 {
        font-size: 28px !important;
    }
    body.tamil-font h2 {
        font-size: 26 !important;
    }
    body.tamil-font h3 {
        font-size: 24px !important;
    }
    body.tamil-font h4 {
        font-size: 18px !important;
    }
    body.tamil-font h5 {
        font-size: 17px !important;
    }
    body.tamil-font h6 {
        font-size: 16px !important;
    }

    body.tamil-font p,
    body.tamil-font li {
        font-size: 15px !important;
        line-height: 1.2 !important;
    }
    .card-banner-container .main-banner {
        justify-content: unset !important;
        padding: 30px 50px;
    }
    .main-banner {
        background-color: #fdf5e6;
        background-image: none !important;
    }
    .card-mint {
        background-color: #e8f5e9;
        background-image: none !important;
    }
    .card-blue {
        background-color: #e3f2fd;
        background-image: none !important;
    }

    .fresh-cta .hero-title {
        font-size: 34px !important;
        line-height: 50px;
    }
    .fresh-cta .hero-subtitle {
        font-size: 18px !important;
    }
    .youtubeSwiper .swiper-wrapper {
        height: 60% !important;
    }
    .youtubeSwiper .yt-card {
        width: 330px !important;
    }
    .fresh-cta .hero-content {
        text-align: start !important;
    }
    .fresh-cta .hero-title {
        font-size: 34px;
        line-height: 50px;
    }
    .delivery-banner-sec {
        padding: 0px;
    }
    .delivery-banner {
        border-radius: 0px !important;
    }
    .delivery-banner .banner-inner {
        margin: 0px !important;
    }
    .bottom-banner-container .badge-circle img {
        width: 145px !important;
    }
    .bottom-banner-container .badge-circle .bottom-cir-img {
        width: 100px !important;
    }
    .trending-offer-cta,
    .free-delivery-cta {
        padding: 0px;
    }
    .img-box.left img {
        width: 160px !important;
        display: none;
    }
    .top-banner {
        clip-path: unset;
        width: 100%;
        margin-bottom: 20px;
        padding: 30px 20px 40px;
    }

    .bottom-banner-container .content {
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: end;
        text-align: end;
    }
    .home-banner .title {
        font-size: 40px;
        line-height: 50px;
    }
    .home-banner .btn-list {
        display: flex;
    }
    .our-products-container {
        width: 200px !important;
        /* height: unset !important; */
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .products-slider-wrapper {
        padding: 0px;
    }
    .explore-our-products .title-container .section-title {
        font-size: 26px !important;
    }
    .explore-our-products .title-container {
        padding-left: 10px;
    }

    .slider-nav {
        top: -64px;
        right: 6px;
    }
    .home-banner {
        padding: 60px 15px 60px;
    }
    .farm-fresh-cta .cta-title {
        font-size: 56px;
        margin: 0px 0px 26px !important;
    }
    .farm-fresh-cta {
        margin: 10px 0 20px;
    }
    .fresh-desc-content {
        margin-top: 0px !important;
    }
    .fresh-img-content {
        /* display: none; */
    }

    .grocery-cta .banner-title {
        font-size: 30px !important;
    }
    .grocery-cta .banner-title .highlight-blue {
        font-size: 30px !important;
        margin-bottom: unset !important;
    }
    .grocery-cta {
        max-height: 280px !important;
        background-image: none !important;
        background-color: #f6f6e2 !important;
    }
    .cta-promo-2 {
        background-color: #cff1ff !important;
    }
    .grocery-cta .banner-content {
        padding: 0px 20px 30px 22px !important;
        align-items: center;
    }
    .gro-bestseller-section .head-img-left,
    .head-img-right {
        width: 65px !important;
        display: none !important;
    }
    .gro-bestseller-section .heading-row {
        display: unset !important;
        margin-bottom: 28px;
        position: relative;
    }
    .gro-bestseller-section .heading-text {
        padding: 0px !important;
    }
    .gro-bestseller-section {
        margin: 20px 0px !important;
    }
    .gro-bestseller-section .bs-card {
        margin-bottom: 20px;
    }
    .gro-bestseller-section .cards-grid {
        margin-top: 30px;
    }
    .gro-bestseller-section .heading-text h2 {
        font-size: 22px !important;
        line-height: 35px !important;
    }
    .grocery-cta .banner-sub {
        margin: 10px 0 20px !important;
    }
    .category-products,
    .fresh-products,
    .health-made,
    .our-vlogs-section,
    .gro-category-section,
    .gro-bestseller-section,
    .grocery-tab-sec,
    .grocery-promo {
        padding: 30px 20px !important;
    }
    .fresh-health-contain {
        margin: 20px 0px;
    }
    .order-sec {
        padding: 0px 20px 30px !important;
    }
    .all-essentials {
        padding: 30px 20px 30px 40px !important;
    }
    .title-container .section-title,
    .saalad-plan .title-container .section-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .top-banner-container .badge-circle img {
        width: 100px !important;
    }
    .badge-circle {
        left: 100px;
    }
    .bottom-banner {
        clip-path: unset;
        width: 100%;
        display: flex;
        align-items: start !important;
        padding: 20px 20px 20px;
        border-radius: 25px;
        /* padding-right: 73px; */
        margin: 0px;
    }
    .form-home-cta {
        padding: 0px;
    }
    .saalad-plan {
        padding: 0px 0px !important;
    }
    .bottom-banner-container .left-space {
        width: unset;
    }
    .health-made-card .desc {
        max-width: unset;
        text-align: justify;
    }
    .bottom-banner-container .btn-orange-sec {
        margin-bottom: 20px;
    }
    .bottom-banner-container .content {
        display: flex;
        flex-direction: column;
        text-align: start;
        justify-content: start;
        align-items: start;
    }
    .top-banner-container .img-box img {
        width: 200px;
    }
    body {
        padding-bottom: unset !important;
    }
    .productSwiper .swiper-wrapper {
        padding-left: 4px !important;
    }
}
.category-products .product-card .prod-qty,
.order-sec .frequent-sec .product-card .prod-qty {
    color: #7c7c7c !important;
}
.category-products .product-card .prod-name,
.order-sec .frequent-sec .product-card .prod-name {
    font-weight: 500 !important;
}
/* ------------------ */
/* .cart-toast-wrap {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(140%);
    z-index: 9999;
    transition: transform 0.38s cubic-bezier(0.34, 1.4, 0.64, 1);
    width: min(420px, calc(100vw - 32px));
}
.cart-toast-wrap.show {
    transform: translateX(-50%) translateY(0);
} */
.cart-toast-wrap {
    position: fixed;
    top: 12%;
    right: 24px;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;

    transform: translateX(120px) scale(0.96);

    transition:
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.45s ease,
        visibility 0.45s ease;

    will-change: transform, opacity;

    width: min(420px, calc(100vw - 32px));
}

.cart-toast-wrap.show {
    opacity: 1;
    visibility: visible;

    transform: translateX(0) scale(1);
}

/* ── Toast Box ── */
.cart-toast-wrap .cart-toast {
    background: #0c7b09;
    border-radius: 14px;
    padding: 10px 14px 10px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    /* box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18); */
}

.cart-toast-wrap .stack-box {
    position: relative;
    width: 60px; /* adjust if needed */
}

.cart-toast-wrap .stack-box .s-card {
    position: absolute;
    top: -26px;
    right: 0;
    width: 46px;
    height: 50px;
    background: #fff;
    border-radius: 7px;
    border: 1.5px solid #0c7b09;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* back card */
.cart-toast-wrap .stack-box .s-card:nth-child(1) {
    right: 0;
    z-index: 1;
    opacity: 0.6;
}

/* middle card */
.cart-toast-wrap .stack-box .s-card:nth-child(2) {
    right: 6px;
    z-index: 2;
    opacity: 0.8;
}

/* front card */
.cart-toast-wrap .stack-box .s-card:nth-child(3) {
    right: 12px;
    z-index: 3;
    opacity: 1;
}
/* 1 item */
.cart-toast-wrap .stack-box.one .s-card:nth-child(1),
.cart-toast-wrap .stack-box.one .s-card:nth-child(2) {
    opacity: 0;
}

/* 2 items */
.cart-toast-wrap .stack-box.two .s-card:nth-child(1) {
    opacity: 0;
}

/* ── Toast Text ── */
.cart-toast-wrap .toast-text {
    flex: 1;
    min-width: 0;
}
.cart-toast-wrap .toast-title {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 1.35;
    margin-bottom: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cart-toast-wrap .toast-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.65);
}
.cart-toast-wrap .toast-right {
    text-align: right;
    flex-shrink: 0;
}
.cart-toast-wrap .toast-cart-label {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
.cart-toast-wrap .toast-items {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.65);
}
.product-section .product-card .cart-btn.expanded,
.frequent-sec .product-card .cart-btn.expanded {
    width: 94% !important;
    background: var(--primary);
}
.product-section .product-card-sec .cart-btn.expanded {
    width: 80px !important;
}

/* ------------------------- */
.card-banner-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Common Card Styling */

.card-banner-container .main-banner,
.card {
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    display: flex;
    align-items: start;
    padding: 40px 30px;
}
.card-banner-container .main-banner p {
    max-width: 240px;
    color: #736d64;
    font-size: 16px;
}
.card-banner-container .bottom-grid p {
    max-width: 240px;
    color: #657364;
    font-size: 16px;
}
/* Main Banner (Top) */

.card-banner-container .main-banner {
    background-image: url("../images/img/cta-banner-1.webp");
}

.card-banner-container .main-banner h1 {
    font-size: 36px;
    color: #5c2d00;
    margin-bottom: 10px;
    font-weight: 800;
}

.card-banner-container .btn-green {
    display: inline-block;
    background: #0c7b09;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    margin-top: 15px;
}

/* Bottom Grid Layout */

.card-banner-container .bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* .card-banner-container .card {
  min-height: 250px;
} */

.card-banner-container .card-mint {
    background-image: url("../images/img/cta-banner-2.png");
    border: none !important;
}

.card-banner-container .card-blue {
    background-image: url("../images/img/cta-banner-3.png");
    border: none !important;
}

/* Badges and Links */

.card-banner-container .badge {
    background: #007bff;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
}

.card-banner-container .card h4 {
    font-size: 32px;
    color: #032802;
    font-weight: 800;
    margin: 15px 0 10px 0;
}

.card-banner-container .shop-link {
    color: #f07c00;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #f07c00;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .card-banner-container .bottom-grid {
        grid-template-columns: 1fr;
    }

    .card-banner-container .main-banner,
    .card {
        background-position: bottom !important;
        text-align: start;
        justify-content: start;
    }
    .card-banner-container {
        padding: 0px !important;
    }
}
/* ------------- */
.fresh-cta {
    /* Set background image using the specific filename provided */
    background-image: url("../images/img/cta-farm-new.webp");
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    width: 100%;
}

.fresh-cta .hero-content {
    max-width: 600px;
    margin-bottom: 40px;
}
.farm-green-img{
        object-fit: cover;
    height: 390px;
}
.fresh-cta .hero-title {
    font-family: "Inter", sans-serif;
    font-size: 60px;
    color: #1b3a0f; /* Deep green color */
    line-height: 65px;
    margin-bottom: 15px;
    font-weight: 800;
}
.fresh-cta .hero-title span {
    color: var(--primary);
}
.fresh-cta .hero-subtitle {
    font-size: 20px;
    color: #4e510b;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
}

.fresh-cta .hero-btn {
    display: inline-block;
    background-color: var(--primary); /* Vibrant green */
    color: white;
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.fresh-cta .hero-btn:hover {
    background-color: #006400;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .fresh-cta .hero-content {
        margin: 0 auto;
        /* text-align: end; */
        /* background: rgba(255, 255, 255, 0.7);  */
        padding: 30px 30px 30px 60px;
        border-radius: 10px;
    }
    .farm-green-img {
        height:unset !important;
        margin: 0px auto;
    }
    .fresh-cta .hero-content {
        max-width: 600px !important;
    }
    .fresh-cta .hero-title {
        font-size: 38px;
        line-height: 50px;
    }
    .delivery-banner {
        min-height: 285px !important;
    }
}
.delivery-banner {
    background-image: url("../images/img/delivery-cta.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 25px;
    /* margin: 20px 70px; */
    /* min-height: 400px; */
    display: flex;
    align-items: center;
}

.delivery-banner .banner-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 60px;
    padding: 42px 64px;
    display: flex;
    justify-content: flex-end;
}

.delivery-banner .banner-content {
    max-width: 560px; /* Limits text width for readability */
    color: white;
    text-align: left;
    margin-top: 40px;
}

.delivery-banner .title {
    font-size: 64px;
    font-weight: 900;
    color: white;
    /* margin-bottom: 15px; */
    letter-spacing: -1px;
}

.delivery-banner .description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 500;
}

.delivery-banner .btn-order {
    display: inline-block;
    background-color: #ff8000; /* Bright orange button */
    color: white;
    padding: 10px 40px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    transition:
        transform 0.2s,
        background-color 0.2s;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .delivery-banner .delivery-banner {
        background-position: 25% center; /* Adjusts image focus for mobile */
    }

    .delivery-banner .banner-inner {
        justify-content: center;
        padding: 20px;
    }

    .delivery-banner .banner-content {
        text-align: center;
        /* background: rgba(0, 0, 0, 0.2);  */
        padding: 20px;
        border-radius: 15px;
    }

    .delivery-banner .title {
        font-size: 2.5rem;
    }
}
/* -------------- */
.youtubeSwiper .yt-card {
    position: relative;
    /* border-radius: 14px; */
    overflow: hidden;
    margin: 0px 10px;
    height: 430px;
    width: 240px;
    background: #000;
}
.youtubeSwiper .swiper-slide {
    width: unset;
    height: unset;
}
.youtubeSwiper .yt-card iframe {
    width: 100%;
    height: 100%;
    border: 0;
    /* pointer-events: none; */
}

.youtubeSwiper .swiper-wrapper {
    height: 90%;
}
.youtubeSwiper .yt-card {
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    height: 430px;
    width: 240px;
    background: #000;
    /* border-radius: 12px; */
}

/* iframe container */
.youtubeSwiper .youtube-player {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

/* TOP CONTROLS */
.youtubeSwiper .yt-top-controls {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* buttons */
.youtubeSwiper .yt-top-controls button {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    cursor: pointer;
}

/* slider */
.youtubeSwiper .volume-slider {
    width: 70px;
    cursor: pointer;
}

/* cc + settings */
.youtubeSwiper .cc-btn,
.youtubeSwiper .settings-btn {
    border-radius: 6px !important;
    padding: 0 10px;
    width: auto !important;
}
/* -------------------------------- */
.offcanvas {
    z-index: 9999;
}
.offcanvas .filter-section {
    padding: 10px 12px;
    border-top: 1px solid #ebebeb;
}

.offcanvas .filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.offcanvas .filter-title {
    font-size: 13px;
    font-weight: 600;
    color: #111;
}

.offcanvas .clear-all {
    font-size: 12px;
    color: var(--primary);
    text-decoration: none;
}

.offcanvas .tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.offcanvas .filter-tag {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    border-radius: 20px;
    padding: 3px 8px;
    font-size: 11px;
    color: #1b5e20;
}

.offcanvas .remove-btn {
    cursor: pointer;
    opacity: 0.6;
    font-size: 12px;
}

.offcanvas .drp-filter-group details {
    border-top: 1px solid #ebebeb;
    padding: 0;
}

.offcanvas .drp-filter-group summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    color: #111;
}

.offcanvas .drp-filter-group summary::-webkit-details-marker {
    display: none;
}

.offcanvas .drp-filter-group .filter-body {
    padding: 4px 12px 10px;
}

.offcanvas .checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #444;
    margin-bottom: 6px;
    cursor: pointer;
}

.offcanvas .checkbox-label input[type="checkbox"] {
    accent-color: var(--primary);
    width: 14px;
    height: 14px;
}
.mobile-filter-bar {
    display: none;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #fff;
    border-bottom: 1px solid #eee;
    overflow-x: auto;
    scrollbar-width: none;
}
.mobile-filter-bar::-webkit-scrollbar {
    display: none;
}

.mobile-filter-bar .filter-toggle-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 13px;
    cursor: pointer;
    color: #333;
    white-space: nowrap;
}

.mobile-filter-bar .active-filter-chips {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
}
.mobile-filter-bar .active-filter-chips::-webkit-scrollbar {
    display: none;
}

.mobile-filter-bar .chip {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 15px;
    border-radius: 20px;
    background: #e8f5e9;
    color: #1b5e20;
    border: 1px solid #a5d6a7;
    font-size: 14px;
}
.mobile-filter-bar .chip .remove {
    cursor: pointer;
    opacity: 0.6;
}

/* Offcanvas filter panel */
.offcanvas-filter-title {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    margin-bottom: 4px;
}

/* ===================== RESPONSIVE ===================== */

/* Tablet: ≤ 991px */
@media (max-width: 991px) {
    .product-section {
        padding: 0 20px 40px;
    }

    /* Hide vertical sidebar entirely */
    .product-section .sidebar.col-md-2 {
        display: none !important;
    }

    /* Full-width content area */
    .product-section .col-md-10 {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    /* Show horizontal tab strip */
    .horizontal-tab-strip {
        display: flex !important;
    }

    /* Show mobile filter bar */
    .mobile-filter-bar {
        display: flex;
    }

    /* 3-col product grid */
    .product-section .col-lg-2.col-md-3 {
        width: 33.33% !important;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    /* Tab content padding */
    .product-section .tab-content {
        /* padding: 12px; */
    }
}

/* Mobile: ≤ 767px */
@media (max-width: 767px) {
    .product-section .col-lg-2.col-md-3 {
        width: 50% !important;
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Smaller card images on mobile */
    .product-section .product-card .img-area,
    .frequent-sec .product-card .img-area {
        height: 120px;
    }

    .product-section .product-card .img-area img {
        width: 90px;
        height: 80px;
    }

    .product-section .product-card .price-now {
        font-size: 16px;
    }
    .product-section .product-card .prod-name {
        font-size: 12px;
    }

    .product-section .order-title {
        font-size: 18px;
    }
    .product-section .navi-link {
        font-size: 15px;
    }
    .product-section .tot-tag {
        font-size: 13px;
    }

    .product-section .tab-content {
        padding: 10px;
    }

    .product-section .row.my-4 {
        margin: 12px 10px !important;
    }
}

/* Very small: ≤ 479px */
@media (max-width: 479px) {
    .mobile-filter-bar {
        margin-top: 30px;
    }
    .horizontal-tab-strip {
        top: 110px !important;
    }
    .horizontal-tab-strip .tab-pill span {
        display: none;
    }
}

/* ===================== HORIZONTAL TAB STRIP ===================== */
.horizontal-tab-strip {
    display: none; /* shown via media query */
    overflow-x: auto;
    gap: 6px;
    padding: 10px 12px;
    background: #fff;
    border-bottom: 1px solid #eee;
    scrollbar-width: none;
    position: sticky;
    top: 0;
    z-index: 100;
}
.horizontal-tab-strip::-webkit-scrollbar {
    display: none;
}

.horizontal-tab-strip .tab-pill {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 7px 10px;
    border-radius: 24px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    font-size: 12px;
    color: #444;
    cursor: pointer;
    white-space: nowrap;
    transition:
        background 0.18s,
        border-color 0.18s,
        color 0.18s;
    text-decoration: none;
}

.horizontal-tab-strip .tab-pill img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 4px;
}

.horizontal-tab-strip .tab-pill.active,
.horizontal-tab-strip .tab-pill:hover {
    background: #178013;
    border-color: #178013;
    color: #fff;
}

/* Desktop shows both sidebar nav + content, hide strip */
@media (min-width: 992px) {
    .horizontal-tab-strip {
        display: none !important;
    }
    .mobile-filter-bar {
        display: none !important;
    }
}
.mobile-filter-bar .rounded-pill {
    background: #178013 !important;
}
.product-section .product-card,
.frequent-sec .product-card {
    width: 100% !important;
}
.product-card-sec:hover .plus-icon line {
    stroke: #fff !important;
}

.product-card-sec:not(:hover) .plus-icon line {
    stroke: #1a7a2e !important;
}
.main-banner .content h4 {
    color: #5c2d00;
    font-size: 36px;
    font-weight: 800;
}
.sched-modal {
    background-color: #f3f5f7;
    border-radius: 8px !important;
}
.sched-modal .sched-modal-head {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px 8px;
    background-color: #fff;
    border-radius: 12px 12px 0px 0px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
}
.sched-modal .cancel-note {
    display: flex;
    gap: 10px;
    background-color: #e6ecff;
    padding: 4px 6px;
    color: #1a73e8;
    max-width: 370px;
    font-size: 12px;
    border-radius: 5px;
}
.sched-modal .modal-bottom {
    background-color: #fff;
    padding: 15px 20px;
    margin-top: 32px;
    border-radius: 0px 0px 12px 12px;
}
.sched-modal .confirm-btn {
    background-color: #d4d4ce;
    padding: 6px 12px;
    border-radius: 8px;
    margin-top: 10px;
    border: none !important;
    color: #a0a09a;
    width: 100%;
    height: 52px;
}
.cart-toast-wrap.category-sec {
    height: 60px;
    /* width: unset !important; */
}
.cart-toast-wrap .cart-toast {
    padding: 14px 18px 14px 14px;
}
.cart-toast-wrap .toast-title {
    font-size: 16px;
}
.cart-toast-wrap .toast-label {
    font-size: 14px;
}
.my-cart-page .bill-row .special-tag {
    font-size: 12px;
    color: #f07c00;
    font-weight: 500;
    margin-top: 5px;
}
.scroll-top-btn {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 58px;
    height: 58px;
    border: none;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}

.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top-btn .progress-ring {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}

.scroll-top-btn .progress-bg {
    fill: none;
    stroke: #e5e5e5;
    stroke-width: 3;
}

.scroll-top-btn .progress-bar {
    fill: none;
    stroke: #1a8f12;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 157;
    stroke-dashoffset: 157;
    transition: stroke-dashoffset 0.15s linear;
}

.scroll-top-btn .arrow {
    position: relative;
    z-index: 2;
    color: #1a8f12;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scroll-top-btn .arrow svg {
    width: 26px;
    height: 26px;
}
.frequent-sec .product-card .cart-btn {
    border: 1px solid var(--primary) !important;
}
/* ----------------- */

.promo-section {
    /* max-width: 1200px;
    margin: 30px auto;
    padding: 0 15px; */
}

.promo-section .promo-card {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    border-radius: 14px;
    overflow: hidden;
    /* padding: 25px 30px; */
    margin-bottom: 16px;
}

.promo-section .promo-large {
    background: #f3ecd2;
    min-height: 180px;
}

.promo-section .promo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.promo-section .promo-small {
    min-height: 180px;
}

.promo-section .green-bg {
    background: #e6f0e6;
}

.promo-section .blue-bg {
    background: #e8f5e8;
}
.promo-section .sky-blue-bg {
    background: #cff1ff;
}
.promo-section .brown-bg {
    background-image: url(../images/img/gro-promo-1.webp) !important;
}
.promo-image-1 {
    background-image: url(../images/img/cta-banner-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 235px;
}
.promo-image-2 {
    background-image: url(../images/img/cta-banner-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 250px;
    background-position: bottom;
}
.promo-image-3 {
    background-image: url(../images/img/cta-banner-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 253px;
    background-position: bottom;
}
.primary-sandal {
    color: #878400 !important;
}
.grocery-promo .promo-image-2 {
    background-image: url(../images/img/gro-small-1.webp);
    height: 250px;
}
.grocery-promo .promo-image-3 {
    background-image: url(../images/img/detergent.webp);
    height: 200px;
}
.promo-section .promo-content {
    /* width: 45%; */
    z-index: 2;
    padding: 25px 10px 20px 40px;
}

.promo-section .promo-content h2 {
    font-size: 36px;
    color: #5c3400;
    font-weight: 800;
    margin-bottom: 10px;
}

.promo-section .promo-content h3 {
    font-size: 32px;
    color: #0f2d16;
    margin: 10px 0;
    font-weight: 800;
}

.promo-section .promo-content p {
    font-size: 16px;
    color: #736d64;
    line-height: 1.6;
    margin-bottom: 16px;
    /* max-width: 240px; */
}

.promo-section .promo-btn {
    display: inline-block;
    padding: 10px 16px;
    background: #0c7b09;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
}

.promo-section .promo-small a {
    color: #ff7b00;
    font-weight: 600;
    text-decoration: underline;
    font-size: 14px;
}

.promo-section .badge {
    display: inline-block;
    padding: 11px 18px 8px;
    background: #1a73e8;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px;
    margin-bottom: 12px;
}

.promo-section .promo-image {
    width: 50%;
    text-align: right;
}

.promo-section .promo-image img {
    max-width: 80%;
    height: auto;
    display: block;
    margin-top: 74px;
    margin-left: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .promo-section .promo-grid {
        grid-template-columns: 1fr;
    }

    .promo-section .promo-card {
        flex-direction: column;
        text-align: center;
    }

    .promo-section .promo-content,
    .promo-section .promo-image {
        width: 100%;
    }

    .promo-section .promo-image {
        margin-top: 20px;
        text-align: center;
    }

    .promo-section .promo-image img {
        margin: 0 auto;
    }
}
.product-card-sec {
    width: 90% !important;
}
.product-section .product-card .plus-icon,
.frequent-sec .product-card .plus-icon {
    position: absolute;
    right: -1px !important;
    top: -1px !important;
    width: 38px !important;
    height: 38px !important;
}
.product-section .product-card-sec .plus-icon,
.frequent-sec .product-card-sec .plus-icon {
    position: absolute;
    right: -1px !important;
    top: -1px !important;
    width: 38px !important;
    height: 38px !important;
}
/* .weight-dropdown-container { padding: 50px; } */

/* The main toggle button */
.btn-weight-selector {
    color: #1a6d1a;
    font-weight: 600;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
}

.btn-weight-selector::after {
    display: none;
}

/* Dropdown Menu Styling */
.dropdown-menu-custom {
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    min-width: 140px;
    padding: 8px;
}

.dropdown-item {
    border-radius: 6px;
    padding: 8px 12px;
    color: #666;
    font-weight: 500;
    cursor: pointer;
}

/* Styling for the currently selected item */
.dropdown-item.active {
    background-color: #124d12 !important;
    color: white !important;
}
.bottom-banner-container,
.top-banner-container {
    cursor: pointer;
}
@media (max-width: 1200px) {
    .sched-modal,
    .modal-overlay.address-flow {
        max-height: 95vh;
        overflow-y: auto;
    }
    .address-flow .addr-modal,
    .address-flow .addr-step {
        margin-top: 40px;
    }
}
#loginModal {
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
}

#loginModal::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}
/* --------- */
.wishlist-container-sec {
    min-height: 100vh; /* Takes up most of the screen height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* margin-top: 50px; */
    padding: 20px;
}

.wishlist-container-sec .icon-circle img {
    width: 100px;
}
.wishlist-container-sec .icon-circle {
    width: 120px;
    height: 120px;
    background-color: #f8f9fa; /* Very light grey circle */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.wishlist-container-sec .wishlist-title {
    font-weight: 700;
    color: #202020;
    font-size: 18px;
    margin-bottom: 10px;
}

.wishlist-container-sec .wishlist-text {
    color: #777;
    font-size: 0.95rem;
    max-width: 300px;
    margin-bottom: 30px;
    line-height: 1.4;
}

/* Custom Green Button */
.wishlist-container-sec .btn-explore {
    background-color: #128112; /* Dark green */
    color: white;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    transition: background-color 0.3s ease;
}

.wishlist-container-sec .btn-explore:hover {
    background-color: #0f6b0f;
    color: white;
}
/* ----------------- */
/* Container for the toggle */
#NotificationsPreferences .custom-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

/* Hide default checkbox */
#NotificationsPreferences .custom-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider background */
#NotificationsPreferences .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

/* The white circle inside */
#NotificationsPreferences .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

/* Color logic when checked */
#NotificationsPreferences input:checked + .slider.green {
    background-color: #00a61b; /* Green for WhatsApp */
}

#NotificationsPreferences input:checked + .slider.red {
    background-color: #d10000; /* Red for Push */
}

/* Moving the circle on check */
#NotificationsPreferences input:checked + .slider:before {
    transform: translateX(24px);
}
/* ----------- */
.profile-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px 10px 20px;
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ── Field wrapper ── */
.profile-card .float-field {
    position: relative;
    display: flex;
    align-items: center;
    border: 0.5px solid #e9e9e9;
    box-shadow: 0 0 10px 0 rgba(15, 15, 15, 0.03);
    border-radius: 10px;
    height: 52px;
    padding: 8px 14px;
    background: #fff;
    transition: border-color 0.2s;
}

.profile-card .float-field.filled {
    border-color: var(--primary);
    box-shadow: 0 0 10px 0 rgba(15, 15, 15, 0.03);
}
.profile-card .float-field.filled .field-icon img {
    filter: brightness(0);
}

/* ── Floating label on the border ── */
.profile-card .float-field label {
    position: absolute;
    left: 44px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #979696;
    pointer-events: none;
    transition: all 0.18s ease;
    background: #fff;
    padding: 0 4px;
    line-height: 1;
}

.profile-card .float-field.filled label {
    top: 0px;
    transform: translateY(-50%);
    font-size: 13px;
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 0.2px;
}

/* Phone: label starts after +91 */
.profile-card .float-field label {
    left: 60px;
}

/* ── Icon ── */
.profile-card .field-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-right: 12px;
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-card .float-field.filled .field-icon {
    color: #202020;
    font-weight: 500;
}
.border-card #NotificationsPreferences.active,
.border-card #NotificationsPreferences.show.active {
    height: unset !important;
}
#NotificationsPreferences.active {
    width: 500px !important;
}
.border-card {
    height: 100%;
}

/* ── Phone prefix ── */
.profile-card .prefix {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-right: 8px;
    flex-shrink: 0;
    padding-top: 2px;
}

/* ── Input ── */
.profile-card .float-field input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    color: #222;
    background: #fff !important;
    font-family: inherit;
    height: 100%;
    border-left: 1px solid #eee;
}

/* Nudge input text down when filled so it sits below the floated label */
.profile-card .float-field.filled input {
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}
.profile-card .float-field input:focus {
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}
/* ── Button ── */
.profile-card .update-btn {
    width: 100%;
    max-width: 328px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    height: 44px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.25s;
    letter-spacing: 0.3px;
}

.profile-card .update-btn:disabled {
    background: #d5d5d5;
    color: #999;
    cursor: not-allowed;
}

.profile-card .update-btn:not(:disabled) {
    background: #0c7b09;
    box-shadow: 0px 10px 10px 0px rgba(15, 15, 15, 0.03);
    color: #fff;
}
#My-Order-tab-first.myorders-tab-header .profile-btn .nav-link {
    color: #0c7b09 !important;
    font-size: 14px !important;
    padding: 0px 0px 0px !important;
}
#My-Order-tab-first.myorders-tab-header .profile-btn .nav-link.active {
    border: none !important;
}
#profile-Edit h2 {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #111110 !important;
}
#profile-Edit {
    padding: 20px;
}
.referral-item .avatar {
    background-color: #e8f5e8;
    padding: 6px 13px;
    border-radius: 50%;
    color: var(--primary);
    font-size: 18px;
    font-weight: 700;
}
.invite-btn-sec {
    display: flex;
    justify-content: end;
}
.refer-arrow,
.refer-faq {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    padding: 10px 12px;
    margin: 8px;
}
.ref-email-sec,
.ref-copy-sec {
    background-color: rgba(255, 255, 255, 0.08);
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-direction: column;
}
.ref-copy-sec {
    color: #fff;
    height: 60px;
}
.ref-copy-sec small,
.ref-copy-sec i {
    color: #fff !important;
    font-size: 14px;
}
.ref-email-sec small,
.ref-copy-sec small {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
.ref-email-sec span {
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
}
.text-grey {
    color: #868686;
    font-size: 14px;
    font-weight: 400;
}
.invite-btn {
    background-color: var(--primary);
    color: #fff;
    padding: 6px 18px;
    border-radius: 8px;
    width: 190px;
    height: 44px;
}
.invite-btn:hover {
    border: 1px solid var(--primary);
    color: var(--primary);
}
.refer-header {
    background-image: url(../images/img/gradient-bg-img.webp);
    background-size: cover;
    height: 380px;
}
.refe-title {
    line-height: 40px;
    font-size: 32px;
    font-weight: 700;
}
.policy-card {
    background: #fff;
    border-radius: 10px;
    padding: 22px 18px;
    max-width: 100%;
}

.policy-title {
    font-size: 20px;
    font-weight: 700;
    color: #202020;
    line-height: 30px;
    margin-bottom: 4px;
}

.policy-date {
    font-size: 12px;
    color: #8a8a8a;
    margin-bottom: 16px;
}

.policy-text {
    font-size: 16px;
    line-height: 1.8;
    color: #5c5c5c;
    margin-bottom: 18px;
}

.brand {
    color: #f07c00;
    font-weight: 600;
}

.policy-subtitle {
    font-size: 17px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.policy-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.policy-list li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.7;
    color: #5c5c5c;
}

.policy-list li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0c7b09;
    position: absolute;
    left: 0;
    top: 11px;
}
.terms-card {
    background: #fff;
    padding: 16px 14px 12px;
}

.terms-title {
    font-size: 20px;
    font-weight: 700;
    color: #202020;
    line-height: 30px;
    margin-bottom: 4px;
}

.terms-date {
    font-size: 12px;
    color: #8b8b8b;
    margin-bottom: 14px;
}

.terms-text {
    font-size: 16px;
    line-height: 1.8;
    color: #5c5c5c;
    margin-bottom: 18px;
}

.brand-name {
    color: #f07c00;
    font-weight: 600;
}

.terms-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.terms-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.terms-list li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.7;
    color: #5c5c5c;
}

.terms-list li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1b8d1b;
    position: absolute;
    left: 0;
    top: 11px;
}
.return-card {
    background: #fff;
    padding: 16px 8px 12px;
}

.return-title {
    font-size: 20px;
    font-weight: 700;
    color: #202020;
    line-height: 30px;
    margin-bottom: 4px;
}
.text-grey-color {
    color: #202020;
    font-size: 12px;
}
.return-date {
    font-size: 12px;
    color: #8b8b8b;
    margin-bottom: 14px;
}

.return-text {
    font-size: 16px;
    line-height: 1.8;
    color: #5c5c5c;
    margin: 0px;
}

.brand-name {
    color: #f07c00;
    font-weight: 600;
}
.faq-btn {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.faq-icon {
    color: #777;
    transition: transform 0.3s ease;
}

.faq-content {
    display: none;
    padding: 0 16px 14px;
}

.faq-content p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: #777;
}

.faq-item.active .faq-content {
    display: block;
}

.faq-item.active .faq-icon {
    transform: rotate(90deg);
}
.faq-item span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #202020;
}
.faq-content {
    font-size: 14px;
    font-weight: 400;
    color: #868686;
}
.faq-card-sec {
    border: 1px solid #eeeeee;
    border-radius: 8px;
}
.card > .list-group {
    width: 100%;
}
.tab-opt-title {
    color: var(--section-heading) !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}
.faq-btn span {
    color: #202020;
    font-size: 16px;
    font-weight: 600;
}
.faq-item {
    padding: 10px;
    margin: 0px 15px;
}
.faq-list {
    width: 100%;
    max-width: 550px;
}
/* ---------- */
.qty-dropdown {
    position: relative;
    display: inline-block;
    width: 90px;
}

.qty-selected {
    width: 100%;
    border: 0;
    background: transparent;
    color: #0a7b17;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    cursor: pointer;
}

.qty-selected i {
    font-size: 12px;
}

.qty-menu {
    position: absolute;
    left: 0;
    top: calc(100% + -130px);
    width: 100px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
    padding: 6px;
    margin: 0;
    list-style: none;
    display: none;
    z-index: 10;
}

.qty-dropdown.active .qty-menu {
    display: block;
}

.qty-menu li {
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.qty-menu li.active {
    background: #005900;
    color: #fff;
}

.qty-menu li:not(.active):hover {
    background: #f3f3f3;
}
/* ------------ */
.logout-btn {
    /* Layout */
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    /* Styling */
    background-color: white;
    color: #db3434; /* The specific red shade */
    border: 1px solid #e0e0e0; /* Light grey border */
    border-radius: 8px; /* Rounded corners */
    padding: 12px 24px;
    margin-top: 25px;
    /* Typography */
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Icon size adjustment */
.logout-btn svg {
    stroke: #d32f2f;
}
/* -------------- */
.grocery-banner {
    margin-top: 120px;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 480px;
    overflow: hidden;
    /* box-shadow: 0 12px 48px rgba(0,0,0,.13); */
    background: #f5f0e0;
    position: relative;
}

/* diagonal cream wave */
.grocery-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/img/grocery-banner.webp") left center / cover
        no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: 0;
}

/* ── LEFT: Text Content ── */
.grocery-banner .banner-content {
    padding: 48px 8px 48px 52px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.grocery-banner .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #878400;
    color: #fff;
    font-family: "Oregano", cursive;
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    padding: 2px 16px;
    border-radius: 8px;
    width: fit-content;
    margin-bottom: 18px;
}

.grocery-banner .banner-title {
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 900;
    font-size: 56px;
    line-height: 71px;
    color: #827f00;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.grocery-banner .banner-title .gold {
    color: #ae9c00;
}

.grocery-banner .banner-desc {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #5c5c5c;
    /* max-width: 340px; */
    margin-bottom: 28px;
}

.grocery-banner .btn-shop {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f07c00;
    color: #fff;
    font-weight: 700;
    height: 52px;
    font-size: 16px;
    padding: 14px 38px;
    border-radius: 9px;
    text-decoration: none;
    width: 180px;
}

.grocery-bannner .hero-right {
    margin-top: 50px;
    height: 100%;
}

.grocery-bannner .swiper {
    width: 100%;
    height: 100%;
}

.grocery-bannner .swiper-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: transparent;
}

.grocery-bannner .swiper-slide img {
    max-width: 60% !important;
    max-height: 60% !important;
    object-fit: cover;
}
@media (max-width: 680px) {
    .grocery-banner .banner {
        flex-direction: column;
    }
    .grocery-banner .banner-content {
        flex: none;
        padding: 32px 24px 20px;
    }
    .grocery-banner .banner::before {
        display: none;
    }
}
.gro-category-section {
    padding: 60px 60px;
}

.gro-category-section .category-card {
    padding: 10px 4px 20px 4px;
    background: linear-gradient(180deg, #ffffff 53%, #f0f0e1 81%);
    border: 1px solid #f3f3f3;
    /* background: linear-gradient(180deg, #ffffff 53%, #f0f0e1 81%); */
    /* border: 0.5px solid #bebebe1a; */
    /* border:0.5px solid #8784001A; */
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 200px;
    /* width: 215px; */
    transition: 0.3s linear;
    margin-bottom: 25px;
}

.gro-category-section .category-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #202020;
    line-height: 22px;
    /* margin-bottom: 18px; */
    min-height: 26px;
}

.gro-category-section .category-img {
    width: 100%;
    max-width: 164px;
    height: 106px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .gro-category-section .category-title {
        font-size: 15px;
    }

    .gro-category-section .category-img {
        max-width: 110px;
        height: 90px;
    }
}
/* -------------------------- */
.grocery-cta {
    position: relative;
    width: 100%;
    max-width: 700px;
    min-height: 200px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-image: url("../images/img/banner-gro-cta.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}
.cta-promo-2 {
    background-image: url("../images/img/banner-gro-cta-1.webp");
}
.grocery-cta .banner-content {
    position: relative;
    z-index: 3;
    flex: 0 0 70%;
    padding: 36px 20px 36px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.grocery-cta .banner-title {
    font-size: 40px;
    font-weight: 800;
    color: #1e1e1e;
    line-height: 1.15;
    margin-bottom: 4px;
}
.cta-promo-2 .banner-title {
    font-size: 32px !important;
}
.grocery-cta .banner-title .highlight {
    color: #878400;
    display: block;
}
.grocery-cta .banner-title .highlight-blue {
    color: #0992c8;
    display: block;
    font-size: 55px;
    font-weight: 800;
    margin-bottom: -8px;
}

.grocery-cta .banner-sub {
    font-size: 17px;
    font-weight: 400;
    color: #5c5c5c;
    margin: 10px 0 35px;
    line-height: 28px;
}

.grocery-cta .btn-shop {
    display: inline-block;
    background: #878400;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 6px;
    text-decoration: none;
    width: fit-content;
    letter-spacing: 0.3px;
}
.grocery-cta .shop-blue-btn {
    background-color: #0992c8;
}
/* .grocery-cta .btn-shop:hover {
      background: #3e5800;
      transform: translateY(-2px);
      box-shadow: 0 7px 20px rgba(90,122,0,.40);
    } */

/* .grocery-cta .banner-img {
      position: relative;
      z-index: 3;
      flex: 1;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      align-self: stretch;
      padding: 0 10px 0 0;
    }

    .grocery-cta .banner-img img {
      width: 100%;
      max-height: 210px;
      object-fit: contain;
      object-position: bottom center;
      display: block;
      filter: drop-shadow(0 10px 20px rgba(0,0,0,.18));
    } */

@media (max-width: 520px) {
    .grocery-cta {
        flex-direction: column;
        align-items: flex-start;
    }
    .grocery-cta .banner-content {
        flex: none;
        padding: 26px 20px 10px 22px;
    }
    .grocery-cta .banner-img {
        flex: none;
        width: 100%;
        padding: 0 16px 16px;
        justify-content: flex-end;
    }
    .grocery-cta .banner-img img {
        max-height: 150px;
    }
}
/* ----------------------------- */
.gro-bestseller-section {
    background-color: #fdfdf8;
    margin: 60px 0px;
    width: 100%;
    /* border-radius: 24px; */
    /* padding: 28px 32px 36px; */
    position: relative;
    overflow: visible;
}
.best-seller-sec.gro-bestseller-section {
    margin: 20px 0px !important;
    padding: 15px 20px !important;
    background-color: #faf8e8;
    border-radius: 12px;
}
.best-seller-sec .heading-text h2 {
    color: #878400 !important;
}
.best-seller-sec .heading-row {
    margin-bottom: 0px !important;
}
.gro-bestseller-section .heading-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 28px;
    position: relative;
}

.gro-bestseller-section .head-img-left {
    display: flex;
    justify-content: end;
}
.gro-bestseller-section .head-img-right {
    display: flex;
    justify-content: start;
}
.gro-bestseller-section .head-img-left,
.gro-bestseller-section .head-img-right {
    position: relative;
    /* width: 80px; */
    flex-shrink: 0;
}
.gro-bestseller-section .head-img-left img,
.gro-bestseller-section .head-img-right img {
    width: 100%;
    max-width: 140px;
    max-height: 90px;
    object-fit: contain;
}

.gro-bestseller-section .heading-text {
    flex: 1;
    text-align: center;
    padding: 0 12px;
    position: relative;
}

.gro-bestseller-section .heading-text h2 {
    font-size: 40px;
    font-weight: 900;
    color: #878400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 56px;
    /* display: inline-flex;
      align-items: center;
      gap: 8px; */
}

.gro-bestseller-section .heading-text h2 .bold-gold {
    color: #b9a000;
}

.gro-bestseller-section .star {
    display: inline-block;
    font-size: 20px;
    color: #b9a000;
    animation: twinkle 1.8s ease-in-out infinite;
    position: absolute;
    top: -5px;
    right: 9px;
    transform: translate(6px, -20px) !important;
}
.best-seller-sec .star {
    top: 45px;
    right: -24px;
}
.shop-tab-sec {
    margin-top: 70px;
}
.product-section .breadcrumb-nav .black-icon,
.my-cart-page .breadcrumb-bar .black-icon,
.shop-tab-sec .breadcrumb-nav .black-icon {
    color: #171418 !important;
}
.product-section .breadcrumb-nav,
.shop-tab-sec .breadcrumb-nav {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
}
.product-section .breadcrumb-nav span,
.shop-tab-sec .breadcrumb-nav span {
    font-size: 14px;
    color: #171418;
}
.product-section .breadcrumb-nav i,
.my-cart-page .breadcrumb-nav i,
.shop-tab-sec .breadcrumb-nav i {
    font-size: 12px;
    margin: 0px 6px;
}
.best-seller-tab h4 {
    color: #032802;
}
.gro-bestseller-section .star.s2 {
    animation-delay: 0.6s;
    font-size: 30px;
    top: 7px;
    left: -36px;
}
@keyframes twinkle {
    0%,
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.3) rotate(20deg);
    }
}
.gro-bestseller-section .bs-card {
    position: relative;
    background: #f9f9f1;
    border: 0.5px solid #bebebe1a;
    border-radius: 14px;
    overflow: hidden;
    padding: 16px 2px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 185px;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}
.gro-bestseller-section .card-title {
    font-size: 16px;
    font-weight: 600;
    color: #202020;
    line-height: 24px;
    margin-bottom: auto;
    text-align: center;
}

.gro-bestseller-section .card-img-wrap {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.gro-bestseller-section .card-img-wrap img {
    max-width: 100%;
    max-height: 108px;
    object-fit: contain;
    object-position: bottom center;
}
@media (max-width: 640px) {
    .gro-bestseller-section .bestseller-section {
        padding: 20px 14px 28px;
        border-radius: 16px;
    }
    .gro-bestseller-section .head-img-left,
    .head-img-right {
        width: 70px;
    }
    .gro-bestseller-section .heading-text h2 {
        font-size: 17px;
    }
}
@media (max-width: 380px) {
    .gro-bestseller-section .head-img-left,
    .head-img-right {
        display: none;
    }
}
/* ------------------- */

/* ── TABS ── */
.grocery-tab-sec .price-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
    margin-bottom: 28px;
}
.grocery-tab-sec .price-tabs::-webkit-scrollbar {
    display: none;
}

.grocery-tab-sec .price-tabs .tab-btn {
    flex-shrink: 0;
    border: 1.8px solid #ddd;
    background: #fff;
    border-radius: 50px;
    padding: 0px 22px;
    font-size: 20px;
    width: 100%;
    max-width: 166px;
    font-weight: 400;
    height: 48px;
    color: #868686;
    cursor: pointer;
    transition: all 0.22s ease;
    white-space: nowrap;
}
.grocery-tab-sec .price-tabs .tab-btn .rupee {
    font-size: 24px;
    font-weight: 700;
}
.grocery-tab-sec .price-tabs .tab-btn:hover {
    border-color: #878400;
    color: #878400;
}
/* .grocery-tab-sec .price-tabs .tab-btn.active {
    background: #878400;
    border-color: #878400;
    color: #fff;
} */
.grocery-tab-sec .price-tabs .tab-btn.active {
    background: #878400;
    border-color: #878400;
    color: #fff;
    animation: pulseGlow 1.5s infinite ease-in-out;
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(135, 132, 0, 0);
    }
    50% {
        transform: scale(1.03);
        box-shadow: 0 0 18px rgba(135, 132, 0, 0.45);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(135, 132, 0, 0);
    }
}

@keyframes activeTabPop {
    0% {
        transform: scale(0.9);
        opacity: 0.8;
    }
    60% {
        transform: scale(1.08);
    }
    100% {
        transform: translateY(-3px) scale(1.05);
        opacity: 1;
    }
}
/* ── CARDS WRAPPER ── */
.grocery-tab-sec .cards-viewport {
    overflow: hidden;
    position: relative;
}

.grocery-tab-sec .tab-panel {
    display: none;
}
.grocery-tab-sec .tab-panel.active {
    display: block;
}

/* horizontal scroll row */
.grocery-tab-sec .cards-row {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
}
.grocery-tab-sec .cards-row::-webkit-scrollbar {
    display: none;
}

/* ── Responsive: on small screens cards are a bit narrower ── */
@media (max-width: 576px) {
    .grocery-tab-sec .price-tabs .tab-btn {
        padding: 7px 16px;
        font-size: 13px;
    }
    .grocery-tab-sec .section-wrap {
        padding: 18px 14px 24px;
        border-radius: 14px;
    }
}
.health-cta .banner-container {
    width: 100%;
    height: 300px;
    /* Dummy Background Image / Gradient */
    background-image: url(../images/img/health-cta.webp);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.health-cta .banner-text {
    font-family: "Boldonse", system-ui;
    font-size: 48px;
    color: #1b4a1b; /* Dark green color from image */
    margin: 0 auto;
    white-space: nowrap;
    font-weight: 400;
    letter-spacing: -2px;
}
.health-sec .veg-icon {
    border: 2px solid #cc0000;
    color: #cc0000;
    font-size: 10px;
    padding: 0px 2px;
    border-radius: 3px;
    /* margin-bottom: 3px; */
}
.health-sec .veg-badge {
    border: 1.5px solid #05b000;
    padding: 3px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.health-sec .veg-circle {
    width: 10px;
    height: 10px;
    background: #05b000;
    border-radius: 50%;
}
.health-sec .offer-badge-sec {
    background-image: url(../images/img/offer-badge.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    width: 60px;
    top: 11px;
    padding: 12px;
    z-index: 50;
}
.badge-inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #f07c00;
}

.pct {
    font-weight: 800;
    font-size: 14px;
}
.txt {
    font-weight: 700;
    font-size: 12px;
}
.health-sec .card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1b1c1a !important;
    align-items: center !important;
    display: flex !important;
    margin-bottom: 3px;
    line-height: 1.3;
    gap: 20px !important;
}
/* Mobile Responsiveness */
@media (max-width: 600px) {
    .health-cta .banner-text {
        font-size: 2rem;
    }
    .health-cta .brush-box {
        padding: 10px 40px;
    }
}
.health-banner {
    position: relative;
    background-image: url(../images/img/health-bg.webp);
    width: 100%;
    margin-top: 60px;
    min-height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    /* display: flex; */
    overflow: hidden;
}
.arc-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    height: auto;
    pointer-events: none;
    z-index: 1;
}
/* LEFT TEXT */
.health-banner .content {
    /* flex: 0 0 40%; */
    padding: 40px 28px 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 10;
}
.health-banner .sub {
    color: #818181;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    max-width: 600px;
}
.health-banner .tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #e8f5e9;
    color: #3a7a2a;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 11px;
    border-radius: 20px;
    margin-bottom: 14px;
    width: fit-content;
}
.health-banner h1 {
    font-size: 60px;
    line-height: 68px;
    margin-top: 40px;
    padding-top: 40px;
    color: #032802;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
    font-weight: 900;
}

.health-banner .cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: #f07c00;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 24px;
    height: 52px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    width: 180px;
    text-decoration: none;
    box-shadow: 0 4px 18px #e0782036;
    transition:
        background 0.2s,
        transform 0.2s;
}

/* RIGHT SCENE */
.health-banner .scene {
    position: relative;
    margin-top: 50px;
}

.health-banner .bg-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(
        circle,
        #cde9cd 0%,
        #b6dcb6 54%,
        transparent 72%
    );
    border-radius: 50%;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
}

.health-banner .arc-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    overflow: visible;
}

.health-banner .bowl-stage {
    position: absolute;
    top: -90px;
    left: 54px;

    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 8;
}

.health-banner .bowl {
    position: absolute;
    width: 377px;
    height: 380px;
    border-radius: 50%;
    object-fit: cover;
    transform-origin: center center;
    will-change: transform, left, top, opacity;
}

.health-banner .thumb {
    position: absolute;
    width: 80px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    z-index: 12;
    transition:
        left 0.7s cubic-bezier(0.4, 0, 0.2, 1),
        top 0.7s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.4s ease;
}
.health-banner .arc-image {
    position: absolute;
    left: -12px;
    top: -280px;
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: 1;
}
@media (max-width: 1199px) {
    .salad-sec .bowl-card {
        height: unset;
    }
    .health-sec .offer-badge-sec {
        top: 60px;
    }
    .health-cta .banner-text {
        font-size: 38px;
        margin: -6px auto 78px;
    }
    .health-banner .scene {
        min-height: 550px;
    }

    .health-banner .bowl {
        width: 560px;
        height: 300px;
    }

    .health-banner .thumb {
        width: 112px;
        height: 75px;
    }
    .health-banner h1 {
        font-size: 52px;
    }
    .health-banner .bg-circle {
        width: 360px;
        height: 360px;
        right: -20px;
    }

    .health-banner .bowl-stage {
        top: -10px;
        left: -20px;
    }
    .health-banner .arc-image {
        position: absolute;
        left: -30px;
        top: 70px;
    }
}

/* ======================
   TABLET
====================== */
@media (max-width: 991px) {
    .health-banner .scene {
        min-height: 500px;
    }

    .health-banner .bowl {
        width: 480px;
        height: 250px;
    }

    .health-banner .thumb {
        width: 65px;
        height: 65px;
    }

    .health-banner .bg-circle {
        width: 300px;
        height: 300px;
        right: 0;
    }

    .health-banner .arc-image {
        top: 22px;
        left: 110px;
    }
}

/* ======================
   MOBILE
====================== */
@media (max-width: 768px) {
    .health-banner .thumb {
        width: 100px;
        height: 80px;
    }
    .health-banner .arc-image {
        top: 22px;
        left: 110px;
    }
    .health-banner .scene {
        min-height: 420px;
    }

    .health-banner .bowl {
        width: 330px;
        height: 180px;
    }

    .health-banner .bg-circle {
        width: 220px;
        height: 220px;
        right: 50%;
        transform: translate(50%, -50%);
    }

    .health-banner .bowl-stage {
        top: 20px;
        left: -70px;
    }
    .health-banner .content {
        padding: 40px 28px 0px 50px;
    }
    .health-banner .bowl {
        width: 530px;
        height: 330px;
    }
}

/* ======================
   SMALL MOBILE
====================== */
@media (max-width: 480px) {
    .health-banner {
        height: unset !important;
        padding: 40px 0px 0px !important;
        margin-top: unset !important;
    }
    .salad-sec.health-sec {
        padding: 0px 20px 20px !important;
    }
    .health-banner .scene {
        display: none;
    }
    .health-banner .content {
        padding: 40px 28px 40px 20px;
    }
    .health-banner h1 {
        font-size: 40px !important;
        line-height: 56px !important;
    }
    .health-banner .sub {
        font-size: 16px !important;
    }
    .health-banner .cta {
        height: 40px;
        font-size: 16px;
    }
    .health-cta {
        padding: 0px !important;
    }
    .health-cta .banner-text {
        font-size: 22px !important;
        margin: 24px auto 73px !important;
    }
    .health-banner .bowl {
        width: 240px;
        height: 100px;
    }
    .health-banner .thumb {
        width: 50px !important;
        height: 45px;
    }

    .health-banner .bg-circle {
        width: 180px;
        height: 180px;
    }
}
/* ----------------- */
.contact-page-banner {
    background: url("../images/img/contact-cta.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 56px 0 52px;
    height: 300px;
    margin-top: 120px;
    position: relative;
    overflow: hidden;
}
.contact-page-banner h1 {
    font-size: 48px;
    font-weight: 900;
    line-height: 60px;
    color: #fff;
    margin-top: 15px;

    position: relative;
    z-index: 1;
    color: #febb07;
}
.contact-page-banner p {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    max-width: 600px;
}
.email-cta-img {
    position: absolute;
    left: -60px;
    top: -80px;
    width: 100px;
    object-fit: contain;
    animation: floatingProduct 3s ease-in-out infinite;
}
.phone-cta-img {
    position: absolute;
    left: -100px;
    bottom: -100px;
    width: 100px;
    object-fit: contain;
    animation: floatingProduct 3s ease-in-out infinite;
}
.website-cta-img {
    position: absolute;
    right: -50px;
    top: 40px;
    width: 100px;
    object-fit: contain;
    animation: floatingProduct 3s ease-in-out infinite;
}
@keyframes floatingProduct {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0px);
    }
}
/* Chrome, Safari, Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.contact-page h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #111;
    margin-bottom: 26px;
}

/* Info cards */
.contact-page .info-grid {
}
.contact-page .add-card {
    position: relative;
    background: #fff;
    border: 1px solid #d5edd4;
    border-radius: 12px;
    padding: 16px;
    height: 135px;
    overflow: hidden;
    z-index: 1;
    cursor: default;
    transition: all 0.8s ease;
}

.contact-page .add-card:hover::before {
    transform: scaleX(1);
}

.contact-page .add-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s ease;
    z-index: -1;
    border-radius: 12px;
}
.contact-page .add-card:hover {
    background: var(--primary);
    border-color: #085206;
}
.contact-page .add-card:hover .ic-label,
.contact-page .add-card:hover .ic-label i {
    color: #fff;
}
.contact-page .add-card:hover p,
.contact-page .add-card:hover strong {
    color: #d4f5d3;
}
.contact-page .add-card.dark {
    background: var(--primary);
    border-color: #085206;
}
.contact-page .add-card.dark .ic-label,
.contact-page .add-card.dark .ic-label i {
    color: #fff;
}
.contact-page .add-card.dark p {
    color: #fff;
}
.contact-page .ic-label img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    transition: filter 0.3s ease;
}
.contact-page .add-card.light:hover .ic-label img {
    filter: brightness(0) invert(1);
}
.contact-page .ic-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 8px;
    transition: color 0.25s;
}
.contact-page .ic-label i {
    font-size: 16px;
    color: var(--primary);
    transition: color 0.25s;
}
.contact-page .add-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.65;
    transition: color 0.25s;
    padding-left: 20px;
    margin-bottom: 5px !important;
}
.contact-page .cta-img-bg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.contact-page .add-card strong {
    color: #333;
    transition: color 0.25s;
}

.contact-page .main-section {
    margin: 40px 0px;
}

/* Form */
.contact-page .form-card {
    background: #fff;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
    /* border: 1px solid #d5edd4; */
    border-radius: 14px;
    padding: 35px;
}
.contact-page .form-card h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
}
.contact-page .field-sec {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 25px;
}
.contact-page .field-sec.full {
    grid-column: 1 / -1;
}
.contact-page .field-sec label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.contact-page .field-sec label .req {
    color: red;
}
.contact-page .field-sec input,
.contact-page .field-sec select,
.contact-page .field-sec textarea {
    border: 1px solid #d5dfd5;
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 13px;
    width: 90%;
    color: #222;
    background: #fff;
    outline: none;
    font-family: inherit;
    transition:
        border-color 0.2s,
        box-shadow 0.2s;
}
.contact-page .field-sec input::placeholder,
.field-sec textarea::placeholder {
    color: #bbb;
}
.contact-page .field-sec input:focus,
.field-sec select:focus,
.field-sec textarea:focus {
    border-color: #0d7b0969;
    box-shadow: none;
}
.contact-page .field-sec select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='%230c7b09' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
}
.contact-page .field-sec textarea {
    resize: vertical;
    min-height: 80px;
}
.contact-page .sbtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 10px 26px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 14px;
    font-family: inherit;
    transition:
        background 0.2s,
        transform 0.15s;
}
.contact-page .sbtn:active {
    transform: scale(0.97);
}
.contact-page .sbtn i {
    font-size: 17px;
}

.contact-page .cta-panel {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}
.contact-page .cta-img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 420px;
}
.contact-page .cta-img-bg {
    width: 100%;
    height: 480px;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.contact-page .cta-img-bg svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact-page .cta-overlay {
    position: absolute;
    inset: 0; /* top:0 left:0 right:0 bottom:0 */

    /* Content at bottom */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 30px 20px;

    /* Green overlay */
    background: linear-gradient(
        to bottom,
        rgba(12, 123, 9, 0.15) 0%,
        rgba(12, 123, 9, 0.45) 65%,
        rgba(12, 123, 9, 0.75) 90%,
        rgba(12, 123, 9, 0.95) 100%
    );

    color: #fff;
}
.contact-page .cta-overlay h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
    line-height: 1.35;
}
.contact-page .btn-orange {
    width: 160px !important;
    font-size: 18px !important;
    margin-top: 10px;
}
.contact-page .cta-overlay p {
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    opacity: 0.8;
}
.map-card {
    padding: 0px 0px 60px;
}
@media (max-width: 780px) {
    .contact-page .cta-img-wrap,
    .cta-img-bg {
        min-height: 260px;
    }
    .contact-page .fg {
        grid-template-columns: 1fr;
    }
    .contact-page .field-sec.full {
        grid-column: 1;
    }
}
@media (max-width: 480px) {
    .contact-page h1 {
        font-size: 24px;
    }
}
.grocery-tab-sec .price-tabs .tab-btn.active {
    background: #878400;
    border-color: #878400;
    color: #fff;
    animation: pulseGlow 1.5s infinite ease-in-out;
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
}
.fresh-main .btn-list .text {
    font-size: 16px !important;
}
