
        /* SECTION BASE */
        .about-section {
            padding: 90px 0;
            background: linear-gradient(135deg, #f8fff8 0%, #ffffff 100%);
            position: relative;
            overflow: hidden;
        }

        /* DECORATIVE CIRCLES */
        .decor-circle {
            position: absolute;
            border-radius: 50%;
            opacity: 0.45;
            filter: blur(2px);
        }

        .circle1 {
            width: 90px;
            height: 90px;
            top: 30px;
            left: 40px;
            background: #d9f9d9;
            animation: floatCircle1 7s infinite ease-in-out;
        }

        .circle2 {
            width: 140px;
            height: 140px;
            bottom: 40px;
            right: 40px;
            background: #e9ffe9;
            animation: floatCircle2 8s infinite ease-in-out;
        }

        /* IMAGE SECTION */
        .about-img-wrapper {
            animation: fadeSlideLeft 1.2s ease-out forwards;
        }

        .about-img {
            position: relative;
            border-radius: 14px;
            overflow: hidden;
            height: 100%;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .about-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1.2);
            animation: zoomReveal 1.5s ease-out forwards;
        }

        /* TEXT SECTION */
        .about-content .tag {
            color: #198754;
            font-weight: 700;
            font-size: 14px;
            letter-spacing: 1px;
            animation: fadePop 0.8s ease-out forwards;
        }

        .about-content .title {
            font-size: 32px;
            font-weight: 700;
            color: #1f1955;
            margin-bottom: 20px;
            line-height: 1.35;
            animation: fadePop 1s ease-out forwards;
        }

        .about-content .text {
            font-size: 16px;
            color: #555;
            margin-bottom: 18px;
            animation: fadeUp 1.3s ease-out forwards;
        }

        /* BUTTON */
        .btn-about {
            display: inline-block;
            background: #fbaf32;
            color: #fff;
            padding: 14px 34px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            margin-top: 10px;
            transition: 0.3s ease;
            animation: fadePop 1.6s ease-out forwards;
        }

        .btn-about:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
        }

        /* ANIMATIONS */
        @keyframes fadeSlideLeft {
            from {
                opacity: 0;
                transform: translateX(-60px);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes zoomReveal {
            from {
                transform: scale(1.2);
            }

            to {
                transform: scale(1);
            }
        }

        @keyframes fadePop {
            0% {
                opacity: 0;
                transform: scale(0.85);
            }

            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        @keyframes fadeUp {
            0% {
                opacity: 0;
                transform: translateY(35px);
            }

            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes floatCircle1 {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-20px);
            }
        }

        @keyframes floatCircle2 {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(25px);
            }
        }



            @keyframes slideInLeft {
                from {
                    opacity: 0;
                    transform: translateX(-60px);
                }

                to {
                    opacity: 1;
                    transform: translateX(0);
                }
            }

            @keyframes zoomIn {
                from {
                    transform: scale(1.2);
                }

                to {
                    transform: scale(1);
                }
            }

            @keyframes popIn {
                0% {
                    opacity: 0;
                    transform: scale(0.8);
                }

                100% {
                    opacity: 1;
                    transform: scale(1);
                }
            }

            @keyframes fadeUp {
                0% {
                    opacity: 0;
                    transform: translateY(40px);
                }

                100% {
                    opacity: 1;
                    transform: translateY(0);
                }
            }

            @keyframes float1 {

                0%,
                100% {
                    transform: translateY(0);
                }

                50% {
                    transform: translateY(-20px);
                }
            }

            @keyframes float2 {

                0%,
                100% {
                    transform: translateY(0);
                }

                50% {
                    transform: translateY(25px);
                }
            }



            /* Gentle floating animations */
            @keyframes floatA {
                0% {
                    transform: translateY(0);
                }

                50% {
                    transform: translateY(-12px);
                }

                100% {
                    transform: translateY(0);
                }
            }

            @keyframes floatB {
                0% {
                    transform: translateY(0);
                }

                50% {
                    transform: translateY(-18px);
                }

                100% {
                    transform: translateY(0);
                }
            }

            @keyframes floatC {
                0% {
                    transform: translateY(0);
                }

                50% {
                    transform: translateY(-15px);
                }

                100% {
                    transform: translateY(0);
                }
            }



            @keyframes fadeLeft {
                from {
                    opacity: 0;
                    transform: translateX(-50px);
                }

                to {
                    opacity: 1;
                    transform: translateX(0);
                }
            }

            @keyframes fadeRight {
                from {
                    opacity: 0;
                    transform: translateX(50px);
                }

                to {
                    opacity: 1;
                    transform: translateX(0);
                }
            }

            @keyframes fadeUp {
                from {
                    opacity: 0;
                    transform: translateY(40px);
                }

                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }

            @keyframes popIn {
                0% {
                    opacity: 0;
                    transform: scale(0.8);
                }

                100% {
                    opacity: 1;
                    transform: scale(1);
                }
            }

            /* Floating product images */
            @keyframes floatA {

                0%,
                100% {
                    transform: translateY(0);
                }

                50% {
                    transform: translateY(-12px);
                }
            }

            @keyframes floatB {

                0%,
                100% {
                    transform: translateY(0);
                }

                50% {
                    transform: translateY(-18px);
                }
            }

            @keyframes floatC {

                0%,
                100% {
                    transform: translateY(0);
                }

                50% {
                    transform: translateY(-15px);
                }
            }

            @keyframes floatD {

                0%,
                100% {
                    transform: translateY(0);
                }

                50% {
                    transform: translateY(-20px);
                }
            }

            /* Decorative circles */
            @keyframes float1 {

                0%,
                100% {
                    transform: translateY(0);
                }

                50% {
                    transform: translateY(-20px);
                }
            }

            @keyframes float2 {

                0%,
                100% {
                    transform: translateY(0);
                }

                50% {
                    transform: translateY(25px);
                }
            }



            /* Hover effect for the card */
            .product-card:hover {
                transform: translateY(-8px);
                box-shadow: 0 12px 25px rgba(9, 28, 61, 0.15) !important;
            }



                @keyframes floatA {
                    0% {
                        transform: translateY(0)
                    }

                    50% {
                        transform: translateY(-12px)
                    }

                    100% {
                        transform: translateY(0)
                    }
                }

                @keyframes floatB {
                    0% {
                        transform: translateY(0)
                    }

                    50% {
                        transform: translateY(-18px)
                    }

                    100% {
                        transform: translateY(0)
                    }
                }

                @keyframes floatC {
                    0% {
                        transform: translateY(0)
                    }

                    50% {
                        transform: translateY(-15px)
                    }

                    100% {
                        transform: translateY(0)
                    }
                }

                @keyframes floatD {
                    0% {
                        transform: translateY(0)
                    }

                    50% {
                        transform: translateY(-20px)
                    }

                    100% {
                        transform: translateY(0)
                    }
                }



        /* ---- Section Styling ---- */
        .grocery-section {
            background: linear-gradient(180deg, #fafafa, #f3f3f3);
            padding: 70px 0;
            position: relative;
            overflow: hidden;
        }

        .section-header {
            text-align: center;
            margin-bottom: 45px;
        }

        .section-header p {
            color: #2abd5c;
            font-weight: 600;
            font-size: 18px;
            letter-spacing: 1px;
        }

        .section-header h2 {
            font-weight: 700;
            color: #d3a23a;
            text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
        }

        /* ---- Card Styling ---- */
        .row-gap {
            row-gap: 35px;
        }

        .grocery-card {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
            transition: transform .4s ease, box-shadow .4s ease;
            animation: float 6s ease-in-out infinite;
            position: relative;
        }

        .grocery-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
        }

        .card-img {
            height: 230px;
            overflow: hidden;
        }

        .card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .6s ease;
        }

        .grocery-card:hover .card-img img {
            transform: scale(1.07);
        }

        .card-body {
            padding: 20px;
            text-align: center;
        }

        .card-body h5 {
            font-weight: 700;
            margin-bottom: 5px;
        }

        .price {
            color: #2abd5c;
            font-size: 18px;
        }

        .unit {
            color: #777;
            font-size: 13px;
            margin-bottom: 10px;
        }

        .card-body p {
            min-height: 45px;
            color: #555;
        }

        /* ---- Floating Animation ---- */
        @keyframes float {

            0%,
            100% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-12px);
            }
        }

        /* ---- Decorative Floating Shapes ---- */
        .shape {
            position: absolute;
            background: rgba(255, 220, 120, 0.25);
            filter: blur(25px);
            border-radius: 50%;
            animation: drift 10s infinite ease-in-out alternate;
        }

        .shape1 {
            width: 140px;
            height: 140px;
            top: 40px;
            right: -30px;
        }

        .shape2 {
            width: 180px;
            height: 180px;
            bottom: 60px;
            left: -60px;
            background: rgba(100, 200, 150, 0.25);
        }

        .shape3 {
            width: 120px;
            height: 120px;
            top: 30%;
            left: 45%;
            background: rgba(200, 120, 250, 0.2);
        }

        @keyframes drift {
            from {
                transform: translateY(0) translateX(0);
            }

            to {
                transform: translateY(30px) translateX(20px);
            }
        }



        @keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-6px);
            }

            100% {
                transform: translateY(0);
            }
        }



        /* Modal Styles */
        .cart-modal-overlay {
            position: fixed; top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(0,0,0,0.5); z-index: 2000;
            display: flex; justify-content: center; align-items: center;
        }
        .cart-modal-content {
            background: white; padding: 20px; border-radius: 8px;
            width: 90%; max-width: 600px; position: relative;
        }
        /* Add a small bit of CSS for the table if not already present */
        .table { width: 100%; border-collapse: collapse; }
        .table th, .table td { padding: 8px; text-align: left; border-bottom: 1px solid #eee; }

