    /* --- General Styles --- */
    body {
        font-family: 'Arial', sans-serif;
    }

    /* --- 4. Product Carousel Section --- */
    .product-carousel-section {
        background: #1e754b24;
        padding: 20px;
    }

    /* my custom styles */
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        cursor: pointer !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        right: 0;
    }

    .top-offer-bar {
        background: #198754;
        padding: 5px 0;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        position: relative;
        overflow: hidden;
    }

    /* Shine animation */
    .top-offer-bar::after {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 60%;
        height: 100%;
        background: rgba(255, 255, 255, 0.25);
        transform: skewX(-25deg);
        animation: shine 2.5s infinite;
    }

    @keyframes shine {
        0% {
            left: -100%;
        }

        50% {
            left: 120%;
        }

        100% {
            left: 120%;
        }
    }

    /* TYPEWRITER TEXT */
    .offer-text {
        font-size: 13px;
        font-weight: 400;
        white-space: nowrap;
        border-right: 2px solid #fff;
        padding-right: 5px;
        animation: cursorBlink 0.7s infinite;
    }

    @keyframes cursorBlink {
        0% {
            border-color: #fff;
        }

        50% {
            border-color: transparent;
        }

        100% {
            border-color: #fff;
        }
    }

    /* Countdown + Icon */
    .countdown-container {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .playstore-icon {
        width: 28px;
        height: 28px;
    }

    .countdown-box {
        display: flex;
        gap: 1px;
    }

    .time-box {
        background: rgba(255, 255, 255, 0.18);
        padding: 0px 10px;
        min-width: 50px;
        text-align: center;
    }

    .time-box .num {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: -7px;
    }

    .time-box .label {
        font-size: 10px;
        letter-spacing: 1px;
    }

    /* Responsive */
    @media(max-width: 576px) {
        .top-offer-bar .container {
            flex-direction: column;
            text-align: center;
            gap: 5px;
        }

        .offer-text {
            font-size: 14px;
        }

        .playstore-icon {
            width: 22px;
            height: 22px;
        }

        .time-box {
            min-width: 40px;
            padding: 0 7px;
        }
    }


    /* --- Search Bar Style --- */
    .search-bar {
        border: 1px solid #ddd;
        border-radius: 50px;
        overflow: hidden;
        min-width: 300px;
    }

    .search-bar .form-control {
        border: none;
        box-shadow: none;
        border-radius: 50px 0 0 50px;
    }

    .search-bar .btn {
        border: none;
        background-color: transparent;
        color: #555;
        box-shadow: none;
    }

    .search-bar .btn:hover {
        color: #000;
    }

    /* --- Mega Menu Style --- */
    .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
        /* Navbar se chipka hua dikhane ke liye */
        margin-top: 0;
        border-top: 1px solid #ddd;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    /* Mega menu ke columns mein styling */
    .mega-menu h5 {
        font-weight: 600;
        color: #333;
        margin-bottom: 10px;
    }

    .mega-menu .list-unstyled .dropdown-item {
        padding: 5px 0;
        color: #666;
        font-size: 0.9rem;
    }

    .mega-menu .list-unstyled .dropdown-item:hover {
        color: #000;
        background-color: transparent;
    }

    /* Mobile icons ko aapas mein spacing dene ke liye */
    .d-lg-none .nav-link {
        padding-left: 8px;
        padding-right: 8px;
    }

    .product-card {
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        overflow: hidden;
        background-color: #f9f9f9;
        transition: box-shadow 0.3s ease;
    }

    .product-card:hover {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .product-card .product-image {
        overflow: hidden;
    }

    .product-card .product-image img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.3s ease;
    }

    .product-card:hover .product-image img {
        transform: scale(1.05);
        /* Zoom effect on hover */
    }

    /* .product-card .product-info {
        background-color: #d9e0e2;
        padding: 15px;
        text-align: center;
    } */
.product-card .product-info {
    background-color: #1a6a48;
    padding: 15px;
    color: #fff;
    text-align: center;
}

.product-card .product-title {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

    /* Slick styles for product slider */
    .product-slider .slick-dots li button:before {
        font-size: 10px;
        color: #ccc;
        opacity: 1;
    }

    .product-slider .slick-dots li.slick-active button:before {
        color: #1a6a48;
        /* आपके ब्रांड का हरा रंग */
    }

    /* --- Top Bar --- */
    .top-bar {
        background-color: #1a6a48;
        /* Green from image */
        color: white;
        font-size: 0.85rem;
        padding: 3px 0;
    }

    .top-bar a {
        color: white;
        text-decoration: none;
    }

    .top-bar a:hover {
        color: #ddd;
    }

    /* --- Main Navbar --- */
    .navbar {
        padding: 10px 0;
    }

    .navbar-brand img {
        height: 50px;
    }

    .search-bar-container {
        width: 40%;
    }

    .search-bar {
        border: 1px solid #ddd;
        border-radius: 50px;
        overflow: hidden;
    }

    .search-bar input {
        border: none;
        border-radius: 50px 0 0 50px;
        padding-left: 20px;
    }

    .search-bar input:focus {
        box-shadow: none;
    }

    .search-bar button {
        background: none;
        border: none;
        color: #666;
    }

    .navbar .nav-link {
        font-weight: 500;
        color: #333;
        margin: 0 5px;
    }

    .navbar .nav-link:hover,
    .navbar .nav-link.active {
        color: #1a6a48;
    }

    .navbar .nav-item i {
        color: #333;
        padding: 0 5px;
    }

    .navbar .nav-item i:hover {
        color: #1a6a48;
    }

    /* --- Login Dropdown on Hover --- */
    /* यह CSS आपके hover-dropdown को चालू करता है */
    @media (min-width: 992px) {

        /* Only on desktop */
        .navbar .dropdown:hover .dropdown-menu {
            display: block;
            margin-top: 0;
            /* Remove default gap */
            animation: fadeIn 0.3s ease-in-out;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }


    /* --- Hero Slider --- */
    .hero-slider .slick-dots {
        bottom: 25px;
    }

    .hero-slider .slick-dots li button:before {
        font-size: 12px;
        color: #1a6a48;
        opacity: 0.5;
    }

    .hero-slider .slick-dots li.slick-active button:before {
        opacity: 1;
    }

    .slide-content {
        display: flex !important;
        align-items: center;
        background-size: cover;
        background-position: center;
    }

    /* Slide 1 Styles (based on image) */
    .slide-1 {
        /* ⚠️ अपनी background इमेज यहाँ डालें (mandala pattern) */
        background-image: url('hero-bg.jpg');
        background-color: #f5f5dc;
        /* Fallback color */
    }

    .slide-content .text-content h1 {
        color: #1a6a48;
        font-weight: 800;
        margin-bottom: 15px;
    }

    .slide-content .text-content .hashtag {
        color: #555;
        font-weight: 500;
    }

    .slide-content .image-content img {
        max-width: 100%;
        height: auto;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }

    /* Brand Button (Shop All Products) */
    .btn-brand {
        background-color: #8b2830;
        /* Maroon color from image */
        color: white;
        padding: 12px 30px;
        font-weight: bold;
        border-radius: 50px;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.3s ease;
    }

    .btn-brand:hover {
        background-color: #6a1d24;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    /* Slide 2 (Example) */
    .slide-2 {
        background-color: #e6f7f1;
    }






    .navbar-nav .d-none.d-lg-block .nav-link {
        padding-left: 0.2rem;
        /* Default 0.5rem se bahut kam */
        padding-right: 0.2rem;
        /* Default 0.5rem se bahut kam */
    }

    /* User icon ke dropdown arrow ke liye thodi jagah banaye rakhein */
    .navbar-nav .d-none.d-lg-block .dropdown-toggle {
        padding-right: 0.5rem;
        /* Taaki arrow icon se na chipke */
    }

    /* --- Baaki Styles (Search bar, Mega Menu etc.) --- */
    .search-bar {
        border: 1px solid #ddd;
        border-radius: 50px;
        overflow: hidden;
        min-width: 300px;
    }

    .search-bar .form-control {
        border: none;
        box-shadow: none;
        border-radius: 50px 0 0 50px;
    }

    .search-bar .btn {
        border: none;
        background-color: transparent;
        color: #555;
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
        margin-top: 0;
        border-top: 1px solid #ddd;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .mega-menu h5 {
        font-weight: 600;
        color: #333;
        margin-bottom: 10px;
    }

    .mega-menu .list-unstyled .dropdown-item {
        padding: 5px 0;
        color: #666;
        font-size: 0.9rem;
    }

    .btn-wishlist-danger {
        border: 1px solid #1a6a48;
        color: #1a6a48;
    }

    .product-card {
        background-color: #ffffff;
        border: 1px solid #dee2e6;
        border-radius: 0.375rem;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        transition: box-shadow 0.3s ease;
    }

    .product-card:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .product-image-wrapper {
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem;
    }

    .product-image-wrapper img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }

    .card-title {
        font-size: 13px;
        font-weight: 600;
        color: #333;
        margin-bottom: 3px;
    }

    .card-price {
        font-size: 14px;
        font-weight: 700;
        color: #212529;
    }

    .btn-view-all {
        background-color: #1a6a48;
        border-color: #1a6a48;
        color: white;
    }

    .btn-view-all:hover {
        background-color: #065a6e;
        border-color: #065a6e;
        color: white;
    }

    /* === नए बटन की स्टाइलिंग === */

    /* "Order Now" बटन की स्टाइल */
    .btn-order-now {
        background-color: #1a6a48;
        /* यह रंग 'Enquire Now' जैसा है */
        color: white;
        width: 100%;
        /* बटन को पूरी चौड़ाई दी */
    }

    .btn-order-now:hover {
        background-color: #1a6a48;
        border-color: #1a6a48;
        color: white;
    }

    /* Quantity (+/-) बटन की स्टाइल */
    .quantity-selector-wrapper .btn-outline-primary {
        color: #1a6a48;
        border-color: #1a6a48;
    }

    .quantity-selector-wrapper .btn-outline-primary:hover {
        background-color: #1a6a48;
        color: white;
    }

    .quantity-selector-wrapper .form-control {
        border-color: #1a6a48;
        box-shadow: none;
        /* फोकस पर ग्लो हटाने के लिए */
    }

    .quantity-selector-wrapper .form-control:focus {
        border-color: #1a6a48;
    }

    .promo-banner {
        /* इमेज से लिया गया बैकग्राउंड कलर */
        background-color: #f5f0e8;
        border-radius: 8px;
        /* हल्के गोल किनारे */
        overflow: hidden;
        /* यह सुनिश्चित करता है कि सब कुछ बैनर के अंदर रहे */
    }

    .banner-text .heading {
        /* इमेज जैसा डार्क ग्रे, बोल्ड टेक्स्ट */
        font-size: 1.8rem;
        font-weight: 700;
        color: #333;
    }

    /* "circle 360" हिस्से की स्टाइलिंग */
    .banner-text .heading .circle-360 {
        font-weight: 900;
        /* एक्स्ट्रा बोल्ड */
        color: #1a6a48;
        /* गहरा लाल रंग */
        white-space: nowrap;
        /* यह टेक्स्ट को एक साथ रखेगा */
    }

    /* "circle 360" लोगो के लिए आइकन */
    .banner-text .heading .circle-360 i {
        font-size: 1.5rem;
        /* टेक्स्ट से थोड़ा छोटा */
        vertical-align: middle;
        /* टेक्स्ट के बीच में अलाइन करने के लिए */
        margin-bottom: 4px;
        /* थोड़ी सी एडजस्टमेंट */
    }

    /* नीचे वाला छोटा टेक्स्ट */
    .banner-text .subtext {
        font-size: 1rem;
        color: #555;
        margin-bottom: 0;
        /* डिफ़ॉल्ट मार्जिन हटाने के लिए */
    }

    /* बैनर में लगी इमेज की स्टाइलिंग */
    .banner-image img {
        max-height: 110px;
        padding: 10px;
        border-radius: 50%;
        background: #1a6a48;
    }

    /* === रेस्पॉन्सिव स्टाइल (मोबाइल के लिए) === */
    @media (max-width: 768px) {
        .promo-banner {
            /* मोबाइल पर टेक्स्ट को सेंटर में लाएगा */
            text-align: center;
        }

        .banner-text .heading {
            /* मोबाइल पर थोड़ा छोटा फॉन्ट */
            font-size: 1.4rem;
        }

        .banner-text .subtext {
            font-size: 0.9rem;
        }

        .banner-image {
            /* मोबाइल पर इमेज को छिपा देगा */
            display: none;
        }
    }

    .section-title {
        /* HERB & HOUSE टाइटल */
        color: #5c5c5c;
        font-weight: 500;
        font-size: 1.5rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .category-card {
        /* मुख्य कार्ड कंटेनर */
        position: relative;
        /* "Just Arrived" टैग को पोजिशन देने के लिए */
        border-radius: 12px;
        /* हल्के गोल किनारे */
        overflow: hidden;
        /* यह सुनिश्चित करता है कि सब कुछ बॉर्डर के अंदर रहे */

        /* इमेज जैसा मोटा गोल्डन बॉर्डर */
        border: 8px solid #d4b25e;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;

        /* IMPORTANT → card को column flex बनाओ */
        display: flex;
        flex-direction: column;
    }

    .category-card:hover {
        transform: translateY(-5px);
        /* हॉवर पर हल्का सा उठने का इफ़ेक्ट */
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    }

.category-card img {
    width: 60%;
    display: block;
    flex-grow: 1;
    padding: 20px;
    text-align: center;
    margin: auto;
}

    .card-tag {
        /* "Just Arrived" / "Just Dropped" टैग */
        position: absolute;
        top: 12px;
        left: 12px;
        background-color: #d4b25e;
        /* बॉर्डर जैसा गोल्डन रंग */
        color: #212529;
        /* गहरा टेक्स्ट */
        padding: 4px 10px;
        border-radius: 5px;
        font-size: 0.8rem;
        font-weight: 700;
        z-index: 10;
    }

    .card-content {
        /* नीचे का हरा हिस्सा */
        background-color: #045e54;
        /* गहरा हरा (Teal Green) */
        color: #ffffff;
        padding: 1.25rem;

        margin-top: auto;
    }

    .card-content .card-title-main {
        /* बड़ी टेक्स्ट - "Relaxation Essentials" */
        font-size: 1.15rem;
        font-weight: 700;
        margin-bottom: 0.25rem;
    }

    .card-content .card-subtitle-main {
        /* छोटी टेक्स्ट - "Teas & Comforts" */
        font-size: 0.9rem;
        margin-bottom: 0;
        opacity: 0.9;
        /* थोड़ी हल्की */
    }

    .arrival-section {
        background: #fcfaf5;
        padding: 30px;
    }

    .section-heading {
        /* "Today's featured deals" टाइटल */
        font-size: 2.5rem;
        font-weight: 700;
        color: #333;
        margin-bottom: 3rem;
    }

    .card-header-bg {
        /* कार्ड के ऊपर का हल्का हरा बैकग्राउंड और लीफ पैटर्न */
        background-color: #f0f3ec;
        /* इमेज से मिलता-जुलता हरा */
        padding: 1.5rem 1rem;
        border-bottom: 1px solid #e0e4da;
        /* हल्का बॉर्डर */
        height: 140px;
        /* इमेज से मिलता-जुलता फिक्स्ड हाइट */
        position: relative;
        overflow: hidden;

        /* इमेज के पत्ती पैटर्न जैसा CSS ग्रेडिएंट */
        background-image: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.05) 0%, transparent 10%),
            radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.05) 0%, transparent 10%),
            radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 10%);
        background-size: 30px 30px;
        /* पैटर्न का साइज */
    }

    .section-heading {
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 2.5rem;
        font-size: 2.5rem;
    }

    /* ===== DEAL CARD STYLING ===== */
    .deal-card {
        background-color: #f7f3eb;
        /* Fallback color agar image load na ho */
        border: none;
        border-radius: 12px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
        overflow: hidden;
        transition: all 0.3s ease;
        position: relative;
        min-height: 350px;
        /* Card ki minimum height, taaki content visible rahe */
        display: flex;
        /* Content ko center karne ke liye */
        flex-direction: column;
        justify-content: space-between;
        /* Content aur badge ke beech space */
    }

    /* Card ke hover effects */
    .deal-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

    /* Product image as background */
    /* .deal-card-bg-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            z-index: 1;
            border-radius: 12px;
            transition: opacity 0.3s ease;
        } */
    .deal-card-bg-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 1;
        border-radius: 12px;
        transition: opacity 0.3s ease;
    }


    /* Card Content (text area) */
    .deal-card-content {
        padding: 25px 25px 15px 25px;
        position: relative;
        z-index: 2;
        /* Image ke upar rahe */
    }

    /* .discount-text {
        font-size: 32px;
        font-weight: 800;
        color: #3a4d34;
    } */

    .discount-text
 {
    font-size: 25px;
    font-weight: 800;
    color: #3a4d34;
}

    .discount-text sup {
        font-size: 2rem;
        font-weight: 600;
        position: relative;
        top: -1.2em;
        margin-left: 2px;
    }

    .discount-subtext {
        font-size: 17px;
        font-weight: 600;
        color: #333;
        margin-top: 0px;
    }

    /* 'TODAY ONLY!' BADGE */
    .today-only-badge {
        position: absolute;
        /* Card ke andar relative to .deal-card */
        bottom: 20px;
        right: 20px;
        z-index: 3;
        /* Sabse upar */

        width: 90px;
        height: 90px;
        background-color: #fff;
        border: 10px solid #3a4d34;
        border-radius: 50%;

        display: flex;
        align-items: center;
        justify-content: center;

        color: #3a4d34;
        text-align: center;
        font-size: 1rem;
        line-height: 1.1;
        font-weight: bold;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    }

    /* Responsive adjustments */
    @media (max-width: 576px) {
        .section-heading {
            font-size: 24px;
            font-weight: 400;
        }

        .m-2 {
            margin-right: none;
        }

        .card-price {
            display: flex;
        }

        .btn-group-sm>.btn,
        .btn-sm {
            --bs-btn-font-size: 11px;
        }

        .discount-text {
            font-size: 4rem;
        }

        .discount-text sup {
            font-size: 18px;
        }

        .discount-subtext {
            font-size: 1.3rem;
        }

        .today-only-badge {
            width: 75px;
            height: 75px;
            font-size: 0.9rem;
            bottom: 15px;
            right: 15px;
        }
    }

    .section-categories {
        /* इमेज से मिलता-जुलता बहुत हल्का हरा बैकग्राउंड */
        background-color: #f7fdf7;
        padding: 4rem 0;
        /* ऊपर-नीचे स्पेस */
        overflow: hidden;
        /* ताकि बड़ी इमेज बाहर न निकले */
    }

    .section-categories h2 {
        /* "Our Categories" टाइटल */
        font-weight: 300;
        /* इमेज जैसा हल्का फॉन्ट */
        font-size: 2.5rem;
        color: #444;
        font-family: 'Times New Roman', Times, serif;
        /* इमेज जैसा सेरिफ फॉन्ट */
        margin-bottom: 3rem;
        /* टाइटल और ग्रिड के बीच में जगह */
    }

    .category-item {
        /* हर एक कैटेगरी आइटम (आइकन + टेक्स्ट) */
        text-align: center;
        padding: 1rem;
    }

    .category-item i {
        /* कैटेगरी के आइकन */
        font-size: 2.5rem;
        /* आइकन का साइज */
        color: #555;
        /* आइकन का रंग */
    }

    .category-item p {
        /* कैटेगरी का टेक्स्ट */
        margin-top: 10px;
        font-weight: 500;
        color: #333;
        font-size: 1rem;
    }

    .silhouette-image {
        max-width: 100%;
        height: 400px;
        text-align: center;
    }



    .why-herbal-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
        background-color: #fff;
        /* पेज का बैकग्राउंड कलर */
    }

    .why-herbal-section h2 {
        font-weight: 600;
        /* हेडिंग को थोड़ा बोल्ड करने के लिए */
        color: #212529;
        margin-bottom: 1.5rem;
    }

    .why-herbal-section p {
        font-size: 1rem;
        line-height: 1.6;
        color: #495057;
        margin-bottom: 1.25rem;
    }

    .why-herbal-section .img-fluid {
        border-radius: 0.375rem;
        /* Bootstrap 5 का .rounded-3 क्लास */
        /* आप चाहें तो थोड़ा शैडो भी दे सकते हैं */
        /* box-shadow: 0 4px 12px rgba(0,0,0,0.08); */
    }

    .catalogue-section {
        /* Light green background color from the image */
        background-color: #f4fbf4;
        padding: 60px 0;
    }

    .qr-code-container {
        /* Adding the white border and shadow seen in the image */
        background-color: #ffffff;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
        display: inline-block;
        /* To wrap tightly around the image */
    }

    .qr-code-img {
        /* Making sure the image is responsive */
        max-width: 100%;
        height: auto;
        max-height: 300px;
        /* Max height for QR code */
    }

    .catalogue-content .subtitle {
        /* "Download" text styling */
        color: #5a7a5a;
        /* Muted green */
        font-weight: 500;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .catalogue-content .catalogue-title {
        /* "Our Catalogue" heading styling */
        font-family: 'Georgia', 'Times New Roman', Times, serif;
        font-weight: 400;
        color: #222;
        margin-top: 5px;
        margin-bottom: 1rem;
    }

    .catalogue-content .title-divider {
        /* The purple-ish divider line */
        width: 100%;
        border: 0;
        border-top: 1px solid #c5bacc;
        /* Light purple-ish color */
        opacity: 1;
        /* Making sure it's not faded by Bootstrap's default */
        margin: 1.5rem 0;
    }

    .catalogue-content .description {
        /* Paragraph text styling */
        color: #555;
        font-size: 1rem;
        line-height: 1.6;
    }

    .btn-custom-download {
        /* Custom "Download" button styling */
        border: 2px solid #2e7d32;
        /* Darker green border */
        color: #2e7d32;
        background-color: transparent;
        font-weight: 600;
        padding: 0.5rem 1.5rem;
        border-radius: 5px;
        /* Slightly rounded corners */
        transition: all 0.3s ease;
        margin-top: 1rem;
    }

    .btn-custom-download:hover {
        /* Button hover effect */
        background-color: #2e7d32;
        color: #ffffff;
    }

    .banner-grid {
        /* Text styles */
        color: #ffffff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    }

    .banner {
        position: relative;
        background-size: cover;
        background-position: center;
        border-radius: 8px;
        /* Thoda modern look ke liye */
        overflow: hidden;
        /* Taaki image radius ke bahar na jaaye */
        display: flex;
        align-items: center;
        /* Content ko vertically center karne mein help karta hai */
        padding: 2.5rem;
        /* Andar spacing */
        width: 100%;
    }

    /* Banners ki height */
    .large-banner {
        min-height: 450px;
    }

    .small-banner {
        min-height: 217px;
        /* Large banner ki height ka approx half */
    }

    /* --- Background Images --- */
    /* !!! YAHAN APNI IMAGES REPLACE KAREN !!! */
    #banner-skin {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('https://via.placeholder.com/800x450/2c3e50/ffffff?text=Skin+Care+Image');
    }

    #banner-tea {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('https://via.placeholder.com/400x217/8e44ad/ffffff?text=Detox+Tea+Image');
    }

    #banner-juice {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('https://via.placeholder.com/400x217/27ae60/ffffff?text=Juices+Image');
    }

    /* ------------------------------- */


    .banner-content .sub-heading {
        font-size: 0.9rem;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .banner-content h2 {
        font-size: 2.5rem;
        font-weight: 700;
        margin: 5px 0 10px 0;
        line-height: 1.2;
    }

    .banner-content h4 {
        font-size: 1.5rem;
        font-weight: 700;
        margin: 3px 0;
    }

    .banner-content .highlight-tag {
        background-color: #c74c3c;
        /* Image se milta-julta red */
        color: white;
        padding: 4px 12px;
        font-size: 0.8rem;
        font-weight: bold;
        border-radius: 4px;
        display: inline-block;
        /* Taaki background color poori line na le */
    }

    .banner-content .btn-custom {
        background-color: #34495e;
        /* Image se milta-julta dark blue */
        border: none;
        color: white;
        font-weight: bold;
        padding: 10px 20px;
        border-radius: 4px;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }

    .banner-content .btn-custom:hover {
        background-color: #2c3e50;
    }

    .banner-content .shop-link {
        color: white;
        font-weight: bold;
        text-decoration: underline;
        font-size: 0.9rem;
    }

    .text-end {
        text-align: right;
        /* Right wale banners ke liye text-align */
    }

    .banner-grid {
        /* Text styles */
        color: #ffffff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    }

    .banner {
        position: relative;
        background-size: cover;
        background-position: center;
        border-radius: 8px;
        /* Thoda modern look ke liye */
        overflow: hidden;
        /* Taaki image radius ke bahar na jaaye */
        display: flex;
        align-items: center;
        /* Content ko vertically center karne mein help karta hai */
        padding: 2.5rem;
        /* Andar spacing */
        width: 100%;
    }

    /* Banners ki height */
    .large-banner {
        min-height: 450px;
    }

    .small-banner {
        min-height: 217px;
        /* Large banner ki height ka approx half */
    }

    /* --- Background Images --- */
    /* !!! YAHAN APNI IMAGES REPLACE KAREN !!! */
    #banner-skin {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('/front/new_d/trio/1.jpg');
    }

    #banner-tea {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('/front/new_d/trio/2.jpg');
    }

    #banner-juice {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('/front/new_d/trio/3.jpg');
    }

    /* ------------------------------- */


    .banner-content .sub-heading {
        font-size: 0.9rem;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .banner-content h2 {
        font-size: 2.5rem;
        font-weight: 700;
        margin: 5px 0 10px 0;
        line-height: 1.2;
    }

    .banner-content h4 {
        font-size: 1.5rem;
        font-weight: 700;
        margin: 3px 0;
    }

    .banner-content .highlight-tag {
        background-color: #c74c3c;
        /* Image se milta-julta red */
        color: white;
        padding: 4px 12px;
        font-size: 0.8rem;
        font-weight: bold;
        border-radius: 4px;
        display: inline-block;
        /* Taaki background color poori line na le */
    }

    .banner-content .btn-custom {
        background-color: #34495e;
        /* Image se milta-julta dark blue */
        border: none;
        color: white;
        font-weight: bold;
        padding: 10px 20px;
        border-radius: 4px;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }

    .banner-content .btn-custom:hover {
        background-color: #2c3e50;
    }

    .banner-content .shop-link {
        color: white;
        font-weight: bold;
        text-decoration: underline;
        font-size: 0.9rem;
    }

    .text-end {
        text-align: right;
        /* Right wale banners ke liye text-align */
    }

    .section-padding {
        padding: 70px 0;
    }

    .section-title {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .section-title h2 {
        font-weight: 700;
        color: #333;
    }

    .section-title p {
        font-size: 1.1rem;
        color: #666;
    }

    /* --- 1. Ayurveda Hero Section --- */
    .hero-section {
        background-color: #fdfdfd;
    }

    .hero-section h1 {
        font-weight: 600;
        color: #222;
    }

    .hero-section p {
        font-size: 14px;
        color: #656565;
        font-weight: 400;
    }

    .hero-section .btn-custom {
        border: 2px solid #28a745;
        /* Green border */
        color: #28a745;
        font-weight: 600;
        padding: 10px 25px;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .hero-section .btn-custom:hover {
        background-color: #28a745;
        color: #fff;
    }

    .hero-graphic {
        max-width: 100%;
        height: auto;
    }

    /* --- 2. Video Slider Section --- */
    .video-section {
        background-color: #fff;
    }

    .video-slider-item {
        position: relative;
        margin: 0 10px;
        /* Spacing between slides */
        cursor: pointer;
    }

    .video-slider-item img {
        width: 100%;
        border-radius: 10px;
        display: block;
    }

    .video-play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 4rem;
        /* Big play icon */
        color: rgba(255, 255, 255, 0.9);
        transition: all 0.3s ease;
    }

    .video-slider-item:hover .video-play-icon {
        transform: translate(-50%, -50%) scale(1.1);
        color: #fff;
    }

    .video-section .slick-prev,
    .video-section .slick-next {
        z-index: 10;
    }

    .video-section .slick-prev:before,
    .video-section .slick-next:before {
        color: #333;
        /* Darker arrows */
        font-size: 30px;
    }


    /* --- 3. Testimonial Slider Section --- */
    .testimonial-section {
        background-color: #f9f9f9;
    }

    .testimonial-card {
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 10px;
        padding: 30px;
        margin: 0 10px;
        /* Spacing between slides */
        text-align: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        height: 100%;
    }

    .testimonial-card img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        margin: 0 auto 15px auto;
        border: 3px solid #eee;
    }

    .testimonial-card h5 {
        font-weight: 700;
        color: #222;
        margin-bottom: 10px;
    }

    .testimonial-stars {
        color: #ffc107;
        /* Bootstrap 'warning' color for stars */
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .testimonial-card p {
        font-size: 1rem;
        color: #555;
        line-height: 1.6;
    }

    .testimonial-section .slick-dots li button:before {
        font-size: 12px;
        color: #555;
    }

    .testimonial-section .slick-dots li.slick-active button:before {
        color: #28a745;
        /* Green active dot */
    }

    .top-features-bar {
        background-color: #1a5b3b;
        /* गहरा हरा रंग */
        color: #ffffff;
        padding: 20px 0;
    }

    .feature-item {
        display: flex;
        align-items: center;
    }

    .feature-item .icon {
        font-size: 2.5rem;
        margin-right: 15px;
        flex-shrink: 0;
    }

    .feature-item h6 {
        font-weight: 700;
        margin-bottom: 2px;
        font-size: 1rem;
    }

    .feature-item p {
        font-size: 0.85rem;
        margin-bottom: 0;
        opacity: 0.9;
    }

    /* ----------------------------- */
    /* --- सेक्शन 2: ट्रस्ट बैज --- */
    /* ----------------------------- */
    .trust-badge-bar {
        padding: 25px 0;
        background-color: #ffffff;
        border-bottom: 1px solid #eee;
    }

    .trust-badge-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        gap: 20px;
    }

    .trust-badge-bar img {
        height: 50px;
        /* आप अपनी इमेज के अनुसार हाइट एडजस्ट करें */
        object-fit: contain;
    }

    /* --------------------------- */
    /* --- सेक्शन 3: मेन फुटर --- */
    /* --------------------------- */
    .main-footer {
        background-color: #f8f8f8;
        /* हल्का ग्रे बैकग्राउंड */
        padding: 60px 0;
        color: #333;
    }

    .main-footer .footer-logo {
        max-width: 150px;
        margin-bottom: 20px;
    }

    .main-footer p {
        font-size: 0.9rem;
        line-height: 1.6;
        color: #555;
    }

    .main-footer .contact-info p {
        margin-bottom: 10px;
    }

    .main-footer .contact-info i {
        width: 20px;
        text-align: center;
        margin-right: 8px;
        color: #1a5b3b;
    }

    .social-icons a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        font-size: 18px;
        height: 40px;
        border: 1px solid #ddd;
        border-radius: 50%;
        color: #555;
        text-decoration: none;
        margin-right: 8px;
        transition: all 0.3s ease;
        background-color: #ffffff;
        color: #1a6a48;
        border-color: #1a5b3b;
    }

    .social-icons a:hover {
        background-color: #1a5b3b;
        color: #ffffff;
        border-color: #1a5b3b;
    }

    .main-footer h5 {
        font-weight: 600;
        margin-bottom: 25px;
        font-size: 1.1rem;
    }

    .footer-links {
        list-style: none;
        padding-left: 0;
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        text-decoration: none;
        color: #555;
        font-size: 0.9rem;
        transition: all 0.3s ease;
    }

    .footer-links a:hover {
        color: #1a5b3b;
        padding-left: 5px;
    }

    /* न्यूज़लेटर फॉर्म */
    .newsletter-form .form-control {
        border-radius: 50px;
        padding: 12px 20px;
        border: 1px solid #ddd;
    }

    .newsletter-form .form-control:focus {
        box-shadow: 0 0 0 0.25rem rgba(26, 91, 59, 0.25);
        border-color: #1a5b3b;
    }

    .newsletter-form .btn {
        width: 100%;
        border-radius: 50px;
        background-color: #1a5b3b;
        color: #ffffff;
        font-weight: 600;
        padding: 12px;
        margin-top: 15px;
        transition: background-color 0.3s ease;
    }

    .newsletter-form .btn:hover {
        background-color: #14472f;
        /* थोड़ा गहरा हरा */
    }

    /* आपके "Order Now" बटन के लिए स्टाइल (अगर नहीं है तो) */

    /* नए विशलिस्ट बटन के लिए स्टाइल */
    .btn-wishlist {
        /* यह सुनिश्चित करता है कि बटन चौकोर (square) दिखे */
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .btn-wishlist:hover {
        background-color: #dc3545;
        /* लाल रंग */
        color: white;
        /* आइकन सफेद हो जाएगा */
    }

    /* विशलिस्ट बटन पर क्लिक होने पर (JavaScript से 'active' क्लास जोड़ें) */
    .btn-wishlist.active {
        background-color: #dc3545;
        color: white;
        border-color: #dc3545;
    }

    /* 'active' होने पर आइकन को भरा हुआ (filled) दिखाना */
    .btn-wishlist.active .bi-heart::before {
        content: "\f415";
        /* यह bi-heart-fill का कोड है */
        font-weight: bold;
    }






    /* hero section */
    .hero-section {
        background: #1a6a481a;
        padding: 18px 0;
        position: relative;
        overflow: hidden;
    }

    /* SMALL BADGE */
    .sub-badge {
        background: #1a6a48;
        padding: 6px 16px;
        border-radius: 30px;
        color: #fff;
        font-size: 0.9rem;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 20px;
        animation: fadeIn 1s ease-out;
    }

    /* HERO HEADING */
    .hero-left h1 {
        font-size: 45px;
        font-weight: 800;
        color: var(--text-dark);
        animation: fadeUp 1.2s ease-out;
    }

    .accent-text {
        color: #1a6a48;
    }

    /* DESCRIPTION */
    .hero-desc {
        color: #7d8b85;
        margin-top: 15px;
        font-size: 15px;
        max-width: 520px;
        font-weight: 300;
        animation: fadeUp 1.4s ease-out;
    }

    /* BUTTON */
    .btn-shop-now {
        background: #000;
        color: #fff;
        padding: 15px 40px;
        border-radius: 50px;
        margin-top: 30px;
        display: inline-block;
        font-weight: 600;
        transition: 0.3s;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }

    .btn-shop-now:hover {
        background: #1a6a48;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    }

    /* NAV DOTS */
    .slider-nav-dots {
        display: flex;
        gap: 12px;
        margin-top: 35px;
    }

    .slider-nav-dots .dot {
        width: 10px;
        height: 10px;
        background: #bbb;
        border-radius: 50%;
        transition: 0.4s;
    }

    .slider-nav-dots .dot.active {
        width: 28px;
        background: var(--primary);
        border-radius: 10px;
    }

    /* IMAGE SECTION */
    .hero-img-box {
        text-align: center;
    }

    .hero-img-wrap {
        position: relative;
        animation: fadeUp 1.5s ease-out;
    }

    .main-bag-img {
        width: 65%;
        filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
    }

    /* =============================
   🎯 20% OFF TAG ANIMATION
============================= */
    .offer-tag {
        position: absolute;
        top: 20px;
        right: 40px;
        width: 120px;
        animation: floatTag 2.6s infinite ease-in-out,
            glowTag 2.4s infinite ease-in-out,
            fadeIn 1.5s ease-out;
    }

    /* FLOAT */
    @keyframes floatTag {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-12px);
        }
    }

    /* SOFT GLOW */
    @keyframes glowTag {
        0% {
            filter: drop-shadow(0 0 0 rgba(255, 0, 0, 0.0));
        }

        50% {
            filter: drop-shadow(0 0 12px rgba(255, 0, 0, 0.4));
        }

        100% {
            filter: drop-shadow(0 0 0 rgba(255, 0, 0, 0));
        }
    }

    /* SMALL BAG */
    .small-bag-wrapper {
        position: absolute;
        bottom: 0px;
        left: 10%;
        transform: translateX(-50%);
        animation: floatUp 5s infinite ease-in-out;
    }

    .small-front-bag {
        width: 120px;
    }

    /* FREE TAG */
    .free-label {
        position: absolute;
        top: -23px;
        right: 10px;
        background: #930000;
        padding: 5%;
        border-radius: 3px;
        font-size: 0.85rem;
        font-weight: 700;
        color: #fff;
        animation: pulse 1.8s infinite;
    }

    /* ------------------------------------------------------
    GLOBAL ANIMATIONS
------------------------------------------------------ */
    @keyframes fadeUp {
        0% {
            opacity: 0;
            transform: translateY(40px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes floatUp {

        0%,
        100% {
            transform: translate(-50%, 0);
        }

        50% {
            transform: translate(-50%, -14px);
        }
    }

    @keyframes pulse {
        0% {
            transform: scale(1);
            filter: brightness(1);
        }

        50% {
            transform: scale(1.1);
            filter: brightness(1.25);
        }

        100% {
            transform: scale(1);
        }
    }

    /* RESPONSIVE */
    @media (max-width: 991px) {
        .hero-section {
            padding: 60px 0;
            text-align: center;
        }

        .hero-left h1 {
            font-size: 2.6rem;
        }

        .offer-tag {
            right: 20px;
            width: 100px;
        }
    }

    @media (max-width: 576px) {
        .hero-left h1 {
            font-size: 2.1rem;
        }

        .offer-tag {
            right: 10px;
            width: 85px;
        }
    }

    /* ----------------------------------------------
   APP BANNER CSS
---------------------------------------------- */
    .app-banner {
        padding: 18px 0;
        background: linear-gradient(45deg, #1a6847, #93bcab);   
    }

    .offer-badge {
        background: #ff4d4d;
        color: #fff;
        padding: 6px 16px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 15px;
    }

    .app-left h1 {
        font-size: 45px;
        font-weight: 800;
        color: #111;
        line-height: 1.2;
    }



    .app-desc {
        font-size: 16px;
        margin: 18px 0 30px;
        color: #444;
        max-width: 450px;
    }

    .download-btns {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .store-btn {
        display: flex;
        align-items: center;
        background: #000;
        padding: 12px 18px;
        border-radius: 14px;
        text-decoration: none;
        color: #fff;
        transition: 0.3s;
        min-width: 160px;
    }

    .store-btn img {
        width: 28px;
        margin-right: 10px;
    }

    .store-btn:hover {
        background: #222;
    }

    .image-group {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        position: relative;
    }

    .small-img {
        width: 22%;
        border-radius: 12px;
        animation: float 4s ease-in-out infinite;
    }

    .main-big-img {
        /* width: 40%; */
        border-radius: 18px;
        animation: float 4s ease-in-out infinite;
    }

    @keyframes float {

        0%,
        100% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(-12px);
        }
    }

    /* ----------------------------------------------
   CHRISTMAS BANNER CSS
---------------------------------------------- */
    .xmas-banner {
        padding: 70px 0;
        background: linear-gradient(135deg, #ffebee, #fff6f7);
        position: relative;
    }

    .sale-badge {
        background: #c70039;
        color: #fff;
        padding: 6px 16px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 15px;
    }

    .left-box h1 {
        font-size: 45px;
        font-weight: 800;
        color: #111;
        line-height: 1.2;
    }

    .desc {
        font-size: 16px;
        margin: 18px 0 30px;
        color: #444;
        max-width: 420px;
    }

    .shop-btn {
        display: inline-block;
        background: #c70039;
        color: #fff;
        padding: 12px 25px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        transition: 0.3s;
    }

    .shop-btn:hover {
        background: #a0002f;
    }

    .tree-box {
        text-align: center;
        position: relative;
    }

    .tree-img {
        width: 70%;
        animation: float 4s ease-in-out infinite;
    }

    @media (max-width: 390px) {
        .addcartbtn i {
            font-size:
                10px !important;
        }

        .addcartbtn {
            padding: 3px;
            font-size: 10px;
        }
    }

    @media (max-width: 353px) {
        .addcartbtn i {
            font-size: 8px !important;
        }

        .addcartbtn {
            padding: 3px;
            font-size: 8px;
        }
    }


    .rating-box {
        width: 70%;
        max-width: 900px;
        margin: 0px;
        background: #ffffff;
        padding: 30px;
        border-radius: 15px;
        margin-top: 20px;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.10);
    }

    .rating-title {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        margin-bottom: 0px;
        text-align: center;
    }

    .rating-row span.label {
        width: 90px;
        font-size: 13px;
        color: #333;
    }

    .rating-number {
        width: 60px;
        text-align: right;
        color: #444;
        font-size: 13px;
    }

    .rating-row {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        gap: 0px;
    }

    .rating-left .big-rating {
        font-size: 30px;
        font-weight: 600;
        color: #088F3C;
    }

    .rating-left .star {
        color: #088F3C;
        font-size: 24px;
        margin-left: 0px;
    }

    @media (max-width: 768px) {
        .rating-box {
            width: 100%;
            max-width: 900px;
            margin: 0px;
            background: #ffffff;
            padding: 30px;
            border-radius: 15px;
            margin-top: 20px;
            box-shadow: 0 6px 25px rgba(0, 0, 0, 0.10);
        }
    }


    @media (max-width: 576px) {
    .discount-text {
        font-size: 28px;
    }
    .discount-subtext {
        font-size: 15px;
        margin: 0px 0px;
    }
}