:root {
            --primary-color: #ffc107; /* Bootstrap Warning Yellow */
            --text-color: #343a40; /* Dark text */
            --bg-light: #f8f9fa;
            --tc-border-radius: 16px;
            --tc-shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.08);
            --tc-badge-bg: linear-gradient(45deg, #ff416c, #ff4b2b);
            --tc-btn-bg: linear-gradient(45deg, #4facfe, #00f2fe);
            --tc-btn-hover-bg: linear-gradient(45deg, #43e97b, #38f9d7);
            --tc-transition-speed: 0.4s;
            --tc-continuous-duration: 15s;
        }


        /* --- 1. HERO CAROUSEL SECTION (DESKTOP BASE) --- */
        .carousel-banner-wrapper {
            height: 550px; /* Default height for desktop/tablet */
        }
        .carousel-item img {
            height: 550px;
            object-fit: cover;
        }
        /* Hide the old static dot styles */
        .banner-dots, .banner-dot { display: none; }


        /* --- 2. Categories Section (DESKTOP BASE) --- */
        .categories-section {
            padding: 60px 0;
        }
        .categories-section h2 {
            font-size: 2.5rem; /* Default title size */
            font-weight: 700;
            color: var(--text-color);
            position: relative;
            padding-bottom: 15px;
            margin-bottom: 40px;
        }
        /* Custom yellow underline effect */
        .categories-section h2::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: var(--primary-color);
            border-radius: 2px;
        }

        /* --- 3. Category Items (DESKTOP BASE) --- */
        .category-item {
            text-align: center;
            margin-bottom: 30px;
            text-decoration: none;
            color: inherit;
            display: block;
            transition: transform 0.3s, box-shadow 0.3s;
            border-radius: 12px;
                    text-decoration: none!important;
        }

        .category-image-wrapper {
            width: 130px; /* Default circle size */
            height: 130px;
            border-radius: 10%;
            overflow: hidden;
            margin: 0 auto 15px auto;
            border: 3px solid rgba(255, 255, 255, 0.9);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            background-color: var(--bg-light);
        }

        /* Hover effect */
        .category-item:hover {
            transform: translateY(-5px);
        }
        .category-item:hover .category-image-wrapper {
            box-shadow: 0 10px 20px rgba(255, 193, 7, 0.4);
            border-color: var(--primary-color);
        }

        .category-image-wrapper img {
            width: 90%;
            height: 90%;
            object-fit: initial!important;
            border-radius: 10%;
        }

        .category-item p {
            font-size: 1rem;
            color: var(--text-color);
            font-weight: 600;
            margin: 0;
            line-height: 1.4;
        }

        /* --- MOBILE RESPONSIVENESS ADJUSTMENTS --- */
        @media (max-width: 575.98px) {
            /* Reduce banner height on small phones */
            .carousel-banner-wrapper {
                height: 220px;
            }
            .carousel-item img {
                height: 220px;
            }

            /* Make title smaller */
            .categories-section h2 {
                font-size: 1.75rem;
                margin-bottom: 30px;
            }

            /* Shrink category circles and text */
            .category-image-wrapper {
                width: 90px;
                height: 90px;
            }
            .category-item p {
                font-size: 0.9rem;
            }

            /* The column classes (col-6) already ensure 2 items per row on mobile */
        }

                    .product-card {
            /* Ensures all cards stretch vertically and do not wrap */
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .best-seller-badge {
            /* Positioning the badge to overlap the corner, similar to the image */
            /* The top/left offset is controlled by top-4 and left-6 classes */
            transform: translate(-30%, -30%); /* Adjust to push it outside the corner */
        }

        /* Hides the scrollbar but keeps scroll functionality */
        #carousel-viewport::-webkit-scrollbar {
            display: none;
        }
        #carousel-viewport {
            -ms-overflow-style: none; /* IE and Edge */
            scrollbar-width: none; /* Firefox */
        }

                    .our-promise-section {
            padding: 80px 0;
            text-align: center;
        }

        /* "OUR PROMISE" Subtitle */
        .our-promise-section .subtitle {
            color: #6fb955; /* Green color */
            font-weight: bold;
            font-size: 0.9em;
            letter-spacing: 2px; /* Increased letter-spacing for prominence */
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        /* "Why Choose Us" Title */
        .our-promise-section .title {
            color: #212121;
            font-size: 2.75em;
            font-weight: 800; /* Extra bold */
            margin-bottom: 20px;
        }

        /* Description text */
        .our-promise-section .description {
            color: #757575;
            font-size: 1.05em;
            margin-bottom: 60px;
            max-width: 750px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.6;
        }

        /*
         * FEATURE CARD STYLING
         */
        .feature-card {
            background-color: #fff;
            border-radius: 15px;
            padding: 40px 30px;
            text-align: left;
            /* Subtle box shadow to lift the cards */
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            height: 100%;
            transition: transform 0.3s ease-in-out;
        }

        .feature-card:hover {
            transform: translateY(-5px); /* Lift slightly on hover for interaction */
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        /* Icon Wrapper (The light green circle background) */
        .feature-card .icon-wrapper {
            background-color: #e6fae6; /* Very light green background */
            border-radius: 50%;
            width: 55px;
            height: 55px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 25px;
        }

        /* Icon (Using emojis as visual placeholders matching the style) */
        .feature-card .icon {
            font-size: 1.8em;
            line-height: 1; /* Keep icon vertically centered */
        }

        /* Card Title (e.g., "Certified Organic") */
        .feature-card .card-title {
            font-size: 1.35em;
            font-weight: 700;
            color: #333;
            margin-bottom: 15px;
        }

        /* Card Text (The description) */
        .feature-card .card-text {
            color: #757575;
            font-size: 0.95em;
            line-height: 1.6;
        }

        /* Responsive adjustments for mobile/smaller screens (already good, keeps padding consistent) */
        @media (max-width: 992px) {
            .our-promise-section {
                padding: 60px 0;
            }
            .our-promise-section .title {
                font-size: 2em;
            }
            .feature-card {
                padding: 30px 20px;
            }
        }

                     .custom-card-container {
            background-color: #f8f7e7;
        }
        /* Main card styling */
        .content-card {
            background-color: #fff;
            border-radius: 1rem;
            overflow: hidden; /* Important to clip the image to the card's rounded corner */
        }
        /* Image styling */
        .card-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        /* Desktop: Ensure the image has rounded right-side corners */
        @media (min-width: 992px) {
            .card-image {
                border-radius: 0 1rem 1rem 0 !important;
            }
        }
        /* Mobile: Ensure the image has rounded bottom-side corners */
        @media (max-width: 991.98px) {
            .card-image {
                border-radius: 0 0 1rem 1rem !important;
                /* Optional: set a fixed height for a better mobile display */
                height: 300px;
            }
        }
        .content-text {
            color: #555;
            line-height: 1.7;
        }
        .content-title {
            font-weight: 800;
            color: #333;
        }



                    .faq-section {
            /* Vertical padding to center content */
            padding: 80px 0;
            min-height: 100vh;
        }
        .faq-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 0.5rem;
        }
        .faq-subtitle {
            font-size: 1.1rem;
            color: #5d6d7e;
            margin-bottom: 40px;
        }
        /* Customizing the Bootstrap Accordion to look cleaner and match the image */
        .accordion-item {
            /* Remove default border */
            border: none;
            /* Rounded corners */
            border-radius: 8px;
            /* Spacing between items */
            margin-bottom: 12px;
            /* Subtle shadow like in the image */
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
        }
        .accordion-button {
            background-color: white;
            color: #2c3e50;
            font-weight: 500;
            padding: 18px 20px;
            border-radius: 8px !important;
            /* Remove default focus border */
            box-shadow: none !important;
        }
        .accordion-button:not(.collapsed) {
            /* Keep background white when active */
            background-color: white;
            /* Color change when active */
            color: #1a5276;
            font-weight: 600;
        }
        /* Ensures the rounded corners are maintained on the bottom of the button when collapsed */
        .accordion-button:focus {
            border-color: transparent;
        }
        .accordion-body {
            padding: 15px 20px 20px 20px;
            font-size: 0.95rem;
            color: #5d6d7e;
            border-top: 1px solid #eee; /* Slight separator line */
        }
                    .collapse {
                    visibility: visible!important;
                    }



                   .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 3rem;
        }

        .testimonial-card {
            background-color: white;
            border-radius: 1.5rem; /* Large rounded corners */
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
            margin: 0 auto;
            position: relative; /* Needed for positioning arrows */
            padding: 4rem 3rem; /* More padding inside the card */
        }

        .profile-img {
            width: 100px!important;
            height: 100px!important;
            object-fit: cover;
            border-radius: 50%;
            margin-bottom: 1rem;
        }

        .stars .bi-star-fill {
            color: var(--star-gold);
            font-size: 1.5rem;
        }

        .testimonial-quote {
            font-style: italic;
            font-size: 1.1rem;
            color: #555;
            line-height: 1.6;
            margin-bottom: 2rem;
            max-width: 80%;
            margin-left: auto;
            margin-right: auto;
        }

        .author-name {
            font-weight: 600;
            font-size: 1.1rem;
            color: var(--text-dark);
        }

        /* Styling for Carousel Arrows */
        .carousel-control-prev,
        .carousel-control-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background-color: white; /* White background for the circle */
            border-radius: 50%;
            opacity: 1;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.2s;
        }

        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            opacity: 0.8;
        }

        .carousel-control-prev {
            left: -20px; /* Position slightly outside the card */
        }
        .carousel-control-next {
            right: -20px; /* Position slightly outside the card */
        }

        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-image: none;
            color: var(--accent-orange);
            font-size: 1.25rem;
        }

        /* The CSS for the indicators is no longer necessary, but is harmless if left */

        /* Responsive adjustments */
        /* This media query ensures smaller screens have reduced padding and responsive elements */
        @media (max-width: 768px) {
            .testimonial-card {
                padding: 2rem 1.5rem; /* Reduce padding on mobile */
            }
            /* Arrows are hidden on mobile using d-none d-sm-flex utility classes in HTML */
            .testimonial-quote {
                max-width: 100%; /* Quote text fills the card width */
            }
        }



        .ic-wrapper {
            background-color: #f8f9fa;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow-x: hidden;
            width: 100%;
        }

        /* --- Carousel Container --- */
        .ic-container {
            width: 100%;
            overflow: hidden; /* Hides the scrollbar and content outside bounds */
            position: relative;
            padding: 20px 0;
            background: white;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }

        /* --- The Moving Track --- */
        .ic-track {
            display: flex;
            width: calc(300px * 14); /* Width = (Card Width + Gap) * (Total Items * 2 for duplication) */
            animation: ic-scroll-anim 40s linear infinite;
        }

        /* Pause animation on hover for usability */
        .ic-track:hover {
            animation-play-state: paused;
        }

        /* --- Keyframes for Infinite Scroll --- */
        @keyframes ic-scroll-anim {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(calc(-300px * 7)); /* Move by half the total width (original set width) */
            }
        }

        /* --- Product Card Styling --- */
        .ic-card {
            width: 280px; /* Fixed width for consistency */
            margin: 0 10px; /* Gap between cards */
            flex-shrink: 0; /* Prevent squishing */
            border: 1px solid #eee;
            border-radius: 12px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            background: #fff;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .ic-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }

        /* Badge */
        .ic-badge {
            position: absolute;
            top: 10px;
            left: 10px;
            background-color: #ffc107;
            color: #000;
            font-weight: 600;
            padding: 5px 10px;
            border-radius: 20px;
            font-size: 0.75rem;
            z-index: 2;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        /* Image Area */
        .ic-img-box {
            height: 200px;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #fcfcfc;
        }

        .ic-img-box img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            transition: transform 0.3s;
        }

        .ic-card:hover .ic-img-box img {
            transform: scale(1.05);
        }

        /* Content Area */
        .ic-content {
            padding: 15px;
            flex-grow: 1; /* Pushes footer down */
            display: flex;
            flex-direction: column;
        }

        .ic-title {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 5px;
            color: #333;
        }

        .ic-desc {
            font-size: 0.85rem;
            color: #6c757d;
            margin-bottom: 15px;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2; /* Limit to 2 lines */
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* Footer Area */
        .ic-footer {
            padding: 15px;
            border-top: 1px solid #f0f0f0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #fff;
        }

        .ic-price {
            font-size: 1.2rem;
            font-weight: 800;
            color: #2c3e50;
        }

        .ic-btn {
            background-color: #f59e0b;
            color: white;
            border: none;
            padding: 6px 16px;
            border-radius: 6px;
            font-size: 0.85rem;
            font-weight: 600;
            transition: background 0.2s;
            text-decoration: none;
        }

        .ic-btn:hover {
            background-color: #fd7e14;
            color: white;
        }

        /* --- Responsive Tweaks --- */
        @media (max-width: 768px) {
            .ic-card {
                width: 260px; /* Slightly smaller cards on mobile */
            }

            /* Update animation width logic for smaller cards */
            .ic-track {
                width: calc(280px * 14);
            }
            @keyframes ic-scroll-anim {
                100% { transform: translateX(calc(-280px * 7)); }
            }
        }



        .tc-prod-slider-wrapper {
            position: relative;
            overflow: hidden;
            padding: 40px 0;
        }

        .tc-prod-carousel {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        /* The Track - Essential for Seamless Loop */
        .tc-prod-carousel-track {
            display: flex;
            transition: transform linear;
            will-change: transform;
            gap: 24px; /* Default desktop gutter */
        }

        /* Animation States */
        .tc-prod-carousel-track.is-animating {
            animation: tc-continuous-slide var(--tc-continuous-duration) linear infinite;
        }

        .tc-prod-carousel-track.paused {
            animation-play-state: paused;
        }

        @keyframes tc-continuous-slide {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); } /* Animates half length because of clones */
        }

        /* Product Item/Card */
        .tc-prod-item {
            flex: 0 0 calc(25% - 18px); /* Desktop: 4 items */
            min-width: 280px;
        }

        .tc-prod-card {
            background: #fff;
            border-radius: var(--tc-border-radius);
            box-shadow: var(--tc-shadow-soft);
            overflow: hidden;
            position: relative;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            border: none;
        }

        .tc-prod-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }

        /* Badge */
        .tc-prod-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            z-index: 10;
            background: var(--tc-badge-bg);
            color: #fff;
            font-size: 12px;
            font-weight: 600;
            padding: 4px 12px;
            border-radius: 50px;
            pointer-events: none;
        }

        /* Image Section */
        .tc-prod-img-container {
            width: 100%;
            aspect-ratio: 1/1;
            overflow: hidden;
            position: relative;
        }

        .tc-prod-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform var(--tc-transition-speed) ease;
        }

        .tc-prod-card:hover .tc-prod-image {
            transform: scale(1.08);
        }

        /* Content */
        .tc-prod-content {
            padding: 20px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .tc-prod-name {
            font-size: 16px;
            font-weight: 600;
            color: #222;
            margin-bottom: 8px;
            text-decoration: none;
            display: block;
        }

        .tc-prod-description {
            font-size: 13px;
            color: #777;
            margin-bottom: 15px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            line-height: 1.5;
        }

        .tc-prod-price {
            font-size: 18px;
            font-weight: 700;
            color: #111;
            margin-top: auto;
            margin-bottom: 15px;
        }

        /* Button */
        .tc-prod-btn {
            background: #f59e0b;
            color: #fff;
            border: none;
            padding: 10px 14px;
            border-radius: 8px;
            font-weight: 600;
            width: 100%;
            transition: all 0.3s ease;
            text-align: center;
            cursor: pointer;
            text-decoration: none!important;
        }

        .tc-prod-btn:hover {
            background: #fd7e14;
            transform: scale(1.02);
            color: #fff;
        }

        /* Navigation Arrows */
        .tc-prod-nav-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 45px;
            height: 45px;
            background: #fff;
            border: none;
            border-radius: 50%;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            z-index: 20;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            opacity: 0;
        }

        .tc-prod-slider-wrapper:hover .tc-prod-nav-arrow {
            opacity: 1;
        }

        .tc-prod-nav-prev { left: 20px; }
        .tc-prod-nav-next { right: 20px; }

        .tc-prod-nav-arrow:hover {
            background: #f0f0f0;
            color: #000;
        }

        /* Responsive Breakpoints */
        @media (max-width: 991px) {
            .tc-prod-item {
                flex: 0 0 calc(50% - 8px); /* Tablet: 2 items */
                min-width: auto;
            }
            .tc-prod-carousel-track {
                gap: 16px;
            }
        }

        @media (max-width: 576px) {
            .tc-prod-item {
                flex: 0 0 100%; /* Mobile: 1 item */
            }
            .tc-prod-carousel-track {
                gap: 12px;
            }
            .tc-prod-nav-arrow {
                display: none; /* Hide on mobile for better touch UX */
            }
        }

