?>/css/app.css?v=1768674961">
/bosileaf/public/assets/img/slider/slide1.jpg
/bosileaf/public/assets/img/slider/slide2.jpg
/bosileaf/public/assets/img/slider/slide3.jpg
/bosileaf/public/assets/img/slider/slide4.jpg
/bosileaf/public/assets/img/slider/slide5.jpg
🌱 Microgreen Seeds • Herbals • Growing Essentials

Green Way, Healthy Day.

Premium microgreen seeds with high germination, carefully packed and delivered across India.

/bosileaf/public/customer/shop.phpShop Seeds /bosileaf/public/bulk-seeds.phpOrder Bulk Seeds /bosileaf/public/index.php#aboutWhy BosiLeaf?
✅ Trusted since 2018 🚚 Free delivery 🔒 Secure payments 🌱 High germination
?>/customer/shop.php">Shop ?>/index.php#about">Why BosiLeaf?
High germination seed lots, clean packing and reliable delivery, built for consistent microgreens results.
✅ Trusted since 2018 🚚 Free delivery (All India) 🔒 Razorpay secure payments ✅ Non-GMO Seeds only
🏅
Certified Seed Dealer
Karnataka Horticultural Department
🛒
Available on Amazon
Shop BosiLeaf products on Amazon.
For farms, cafes, restaurants and resellers

Need Bulk Microgreen Seeds?

Get quantity-based rates for Alfalfa, Clover, Radish, Mustard, Fenugreek, Broccoli and more. Delivery charges are on actuals.

/bosileaf/public/bulk-seeds.phpOrder Bulk Seeds https://wa.me/919886481481?text=Hi%20Bosileaf,%20I%20need%20bulk%20microgreen%20seeds%20quotation. WhatsApp Quote

Best Sellers

?>/customer/shop.php">View all
?>" alt="Broccoli Seeds for Microgreens & Sprouts -100g" loading="lazy" decoding="async">
Broccoli Seeds for Microgreens & Sprouts -100g
?>" alt="Stylish, Durable, Eco-Friendly Steel Grow Tray – Self-Watering Model- Binestar9" loading="lazy" decoding="async">
Stylish, Durable, Eco-Friendly Steel Grow Tray – Self-Watering Model- Binestar9
?>" alt="Eco-Friendly & Durable Self-Watering Steel Grow Tray – Large Size" loading="lazy" decoding="async">
Eco-Friendly & Durable Self-Watering Steel Grow Tray – Large Size
?>" alt="Pink Radish Seeds for Microgreens & Sprouts -2kg" loading="lazy" decoding="async">
Pink Radish Seeds for Microgreens & Sprouts -2kg

Why BosiLeaf?

We focus on consistent germination, clean packing, and reliable delivery, so you get fresh results from seed to plate.

From Our Blog

?>">
How to grow microgreens at home
Easy steps for better yield and freshness.
Guide ?>">
Why high germination seeds matter
Choose the right seeds for consistent results.
Quality ?>">
Microgreens nutrition: quick facts
Fast facts to support healthy eating.
Nutrition
/bosileaf/public/customer/shop.php🛒 Shop /bosileaf/public/bulk-seeds.php📦 Bulk https://wa.me/919886481481?text=Hi%20Bosileaf,%20I%20need%20help%20with%20microgreen%20seeds.💬 WhatsApp
🎁
Signup Bonus: 100 Points
Worth ₹100 • Redeemable on 1st order
/* ============================= BEST SELLERS (fix empty space + image always visible) ============================== */ .best-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:12px;} @media (max-width:1100px){ .best-grid{grid-template-columns:repeat(2,minmax(0,1fr));} } @media (max-width:620px){ .best-grid{grid-template-columns:1fr;} } .p-card{ background:rgba(255,255,255,.92); border:1px solid rgba(15,23,42,.10); border-radius:22px; box-shadow:0 12px 28px rgba(2,6,23,.08); overflow:hidden; text-decoration:none; display:flex; flex-direction:column; transition:transform .15s ease, box-shadow .15s ease; } .p-card:hover{transform:translateY(-2px); box-shadow:0 18px 50px rgba(2,6,23,.12);} .p-media{ aspect-ratio:4/3; padding:12px; display:flex; align-items:center; justify-content:center; background:linear-gradient(180deg,#fff 0%, #f7fbf7 100%); } .p-media img{ width:100%; height:100%; object-fit:contain; /* FULL image */ object-position:center; display:block; filter: drop-shadow(0 12px 18px rgba(2,6,23,.10)); } .p-body{ padding:10px 12px 12px; display:flex; flex-direction:column; gap:8px; flex:1; } .p-title{ font-weight:1000; color:#0b1220; line-height:1.28; font-size:13.5px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin:0; } .p-footer{ margin-top:auto; /* eliminates empty space */ display:flex; align-items:center; justify-content:space-between; gap:10px; } .p-price{font-weight:1100;color:#14532d;} .p-btn{ height:36px; padding:0 12px; border-radius:12px; background:var(--brand); color:#fff; font-weight:1100; display:inline-flex; align-items:center; justify-content:center; border:1px solid var(--brand); transition:background .15s ease, transform .15s ease; white-space:nowrap; cursor:pointer; } .p-btn:hover{background:var(--brand-700); transform:translateY(-1px);} /* ============================= ABOUT + BLOG (blog no longer crowded) ============================== */ .split{display:grid;grid-template-columns:1.15fr .85fr;gap:16px;margin-top:6px;} @media (max-width:1024px){ .split{grid-template-columns:1fr;} } .panel{padding:16px 18px;} .panel h3{margin:0 0 8px;font-size:18px;font-weight:1100;color:var(--ink);} .panel p{margin:0;color:var(--muted);line-height:1.65;font-weight:750;} .blog-grid{display:grid;gap:12px;margin-top:12px;} .blog-card{ border:1px solid rgba(15,23,42,.10); border-radius:18px; padding:14px 14px; background:#fff; display:flex; align-items:flex-start; justify-content:space-between; gap:12px; text-decoration:none; transition:transform .15s ease, background .15s ease, box-shadow .15s ease; } .blog-card:hover{ background:#f4fbf4; transform:translateY(-1px); box-shadow:0 12px 26px rgba(2,6,23,.08); } .blog-left{display:flex;flex-direction:column;gap:6px;min-width:0;} .blog-title{ font-weight:1100;color:#0b1220;line-height:1.35;font-size:14px;margin:0; display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; } .blog-desc{ font-size:12.5px;color:#5b6b7a;line-height:1.5;margin:0; display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; } .blog-tag{ font-size:12px;font-weight:1100;color:#14532d; background:rgba(30,107,38,.10); border:1px solid rgba(30,107,38,.20); padding:6px 10px;border-radius:999px;white-space:nowrap; } /* ============================= AI Agent Widget (Floating) ============================== */ .ai-fab{ position:fixed; right:18px; bottom:18px; z-index:9999; display:flex; gap:10px; align-items:center; } .ai-fab button{ appearance:none; border:0; cursor:pointer; font-weight:1100; border-radius:999px; box-shadow:0 16px 40px rgba(2,6,23,.22); transition: transform .15s ease, filter .15s ease; } .ai-open{ background:linear-gradient(180deg, #1E6B26 0%, #135a1c 100%); color:#fff; padding:12px 14px; display:flex; align-items:center; gap:10px; } .ai-open:hover{transform:translateY(-1px);} .ai-open .dot{width:9px;height:9px;border-radius:999px;background:#9bf59f;box-shadow:0 0 0 6px rgba(155,245,159,.18);} .ai-open small{opacity:.9;font-weight:900} .ai-panel{ position:fixed; right:18px; bottom:78px; width:min(380px, calc(100vw - 36px)); max-height:72vh; z-index:9999; border-radius:18px; border:1px solid rgba(15,23,42,.14); background:rgba(255,255,255,.92); backdrop-filter:blur(10px); box-shadow:0 22px 60px rgba(2,6,23,.18); overflow:hidden; display:none; } .ai-panel.open{display:flex;flex-direction:column;} .ai-head{ padding:12px 14px; display:flex; align-items:center; justify-content:space-between; gap:10px; background:linear-gradient(180deg, rgba(30,107,38,.10), rgba(255,255,255,.0)); } .ai-title{display:flex;flex-direction:column;gap:2px;} .ai-title b{font-weight:1100;} .ai-title span{font-size:12px;color:var(--muted);font-weight:800;} .ai-close{ background:rgba(2,6,23,.06); padding:8px 10px; border-radius:12px; box-shadow:none !important; } .ai-body{padding:12px 14px; overflow:auto; display:flex; flex-direction:column; gap:10px;} .msg{max-width:92%; padding:10px 12px; border-radius:14px; font-size:13px; line-height:1.45;} .msg.bot{background:#f3fbf4;border:1px solid rgba(30,107,38,.16);} .msg.user{background:#fff;border:1px solid rgba(15,23,42,.10); align-self:flex-end;} .ai-quick{display:flex;flex-wrap:wrap;gap:8px;} .qbtn{ border:1px solid rgba(30,107,38,.18); background:rgba(30,107,38,.06); color:#14532d; font-weight:1000; font-size:12px; padding:7px 10px; border-radius:999px; cursor:pointer; } .qbtn:hover{background:rgba(30,107,38,.10);} .ai-form{ display:grid; gap:10px; padding:10px 0 0; border-top:1px solid rgba(15,23,42,.10); margin-top:4px; } .ai-field{display:grid;gap:6px;} .ai-field label{font-size:12px;font-weight:1000;color:var(--muted);} .ai-field input{ height:40px;border-radius:12px; border:1px solid rgba(15,23,42,.14); padding:0 12px; outline:none; background:#fff; font-weight:800; } .ai-field input:focus{border-color:rgba(30,107,38,.45); box-shadow:0 0 0 4px rgba(30,107,38,.10);} .ai-consent{display:flex;gap:8px;align-items:flex-start;font-size:12px;color:var(--muted);font-weight:800;} .ai-consent input{margin-top:2px;} .ai-actions{display:flex;gap:10px;flex-wrap:wrap;} .ai-send{ height:40px;border-radius:12px; border:1px solid var(--brand); background:var(--brand); color:#fff;font-weight:1100; padding:0 12px; cursor:pointer; } .ai-send:hover{background:var(--brand-700);} .ai-wa{ height:40px;border-radius:12px; border:1px solid rgba(15,23,42,.14); background:#fff;color:#0b1220;font-weight:1100; padding:0 12px; cursor:pointer; text-decoration:none; display:inline-flex;align-items:center;justify-content:center; } .ai-wa:hover{background:#f7faf7;} .ai-inputbar{ padding:10px 14px; border-top:1px solid rgba(15,23,42,.10); display:flex; gap:10px; align-items:center; background:rgba(255,255,255,.88); } .ai-inputbar input{ flex:1; height:40px;border-radius:12px; border:1px solid rgba(15,23,42,.14); padding:0 12px; outline:none; background:#fff; font-weight:800; } .ai-inputbar input:focus{border-color:rgba(30,107,38,.45); box-shadow:0 0 0 4px rgba(30,107,38,.10);} /* ============================= ✅ New Visitor Promos (once per day) ============================== */ .promo-toast{ position:fixed; left:18px; bottom:18px; z-index:11000; width:min(360px, calc(100vw - 36px)); background:rgba(255,255,255,.92); backdrop-filter: blur(10px); border:1px solid rgba(15,23,42,.12); border-radius:16px; box-shadow:0 18px 50px rgba(2,6,23,.18); transform: translateY(18px); opacity:0; pointer-events:none; transition: all .35s ease; } .promo-toast.show{ transform: translateY(0); opacity:1; pointer-events:auto; } .promo-toast-inner{ display:flex; gap:12px; padding:12px 14px; align-items:center; } .promo-badge{ width:44px;height:44px;border-radius:14px; display:grid;place-items:center; background:rgba(201,162,39,.14); border:1px solid rgba(201,162,39,.28); font-size:18px; } .promo-title{ font-weight:1100; color:#0b1220; line-height:1.2; } .promo-sub{ margin-top:4px; color:#64748b; font-weight:800; font-size:12.5px; } .promo-offer{ position:fixed; right:18px; bottom:92px; /* above AI button */ z-index:11001; width:min(420px, calc(100vw - 36px)); background:rgba(11,18,32,.92); color:#fff; backdrop-filter: blur(10px); border:1px solid rgba(255,255,255,.14); border-radius:18px; box-shadow:0 22px 70px rgba(2,6,23,.26); transform: translateY(18px); opacity:0; pointer-events:none; transition: all .35s ease; } .promo-offer.show{ transform: translateY(0); opacity:1; pointer-events:auto; } .promo-offer-inner{ padding:16px 16px 14px; } .promo-close{ position:absolute; top:10px; right:10px; width:36px;height:36px;border-radius:12px; border:1px solid rgba(255,255,255,.16); background:rgba(255,255,255,.10); color:#fff; cursor:pointer; font-weight:1000; } .promo-close:hover{ background:rgba(255,255,255,.16); } .promo-offer-kicker{ display:inline-flex; padding:6px 10px; border-radius:999px; border:1px solid rgba(201,162,39,.35); background:rgba(201,162,39,.16); color:var(--gold-muted); font-weight:1100; font-size:12px; } .promo-offer-title{ margin-top:10px; font-size:18px; font-weight:1200; line-height:1.15; } .promo-offer-sub{ margin-top:6px; color:rgba(255,255,255,.88); font-weight:850; } .promo-code-row{ margin-top:12px; display:flex; gap:10px; align-items:center; } .promo-code{ flex:1; padding:10px 12px; border-radius:14px; border:1px dashed rgba(201,162,39,.55); background:rgba(2,6,23,.28); font-weight:1200; letter-spacing:.6px; text-align:center; color:#fff; } .promo-copy{ height:42px; padding:0 14px; border-radius:14px; border:1px solid rgba(255,255,255,.16); background:rgba(255,255,255,.10); color:#fff; font-weight:1100; cursor:pointer; } .promo-copy:hover{ background:rgba(255,255,255,.16); } .promo-offer-note{ margin-top:10px; color:rgba(255,255,255,.78); font-size:12.5px; font-weight:800; } .promo-actions{ margin-top:12px; display:flex; gap:10px; flex-wrap:wrap; } .promo-btn{ height:42px; padding:0 14px; border-radius:14px; border:1px solid rgba(201,162,39,.35); background:rgba(201,162,39,.18); color:#fff; font-weight:1100; text-decoration:none; display:inline-flex; align-items:center; justify-content:center; cursor:pointer; } .promo-btn:hover{ background:rgba(201,162,39,.24); } .promo-btn-ghost{ border-color:rgba(255,255,255,.18); background:rgba(255,255,255,.08); } .promo-btn-ghost:hover{ background:rgba(255,255,255,.12); } @media (max-width:520px){ .promo-toast{ left:12px; right:12px; width:auto; } .promo-offer{ left:12px; right:12px; width:auto; bottom:86px; } } /* ===== Professional Hero Buttons ===== */ .hero-actions{ margin-top:18px; display:flex; gap:12px; flex-wrap:wrap; } .btnx{ min-height:46px; padding:0 20px; border-radius:999px; font-weight:1000; text-decoration:none; display:inline-flex; align-items:center; justify-content:center; border:1px solid transparent; transition:all .18s ease; user-select:none; text-align:center; } .btnx.primary{ background:#14532d; color:#ffffff; box-shadow:0 14px 32px rgba(20,83,45,.35); } .btnx.primary:hover{ background:#0f3f22; transform:translateY(-1px); } .btnx.bulk{ background:#f2c94c; color:#14351f; border:1px solid rgba(242,201,76,.70); box-shadow:0 14px 32px rgba(242,201,76,.22); } .btnx.bulk:hover{ background:#e8bb31; transform:translateY(-1px); } .btnx.ghost{ background:rgba(255,255,255,.16); color:#ffffff; border:1px solid rgba(255,255,255,.28); } .btnx.ghost:hover{ background:rgba(255,255,255,.24); transform:translateY(-1px); } @media(max-width:768px){ .hero-actions{ display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:13px; } .hero-actions .btnx{ width:100%; min-height:43px; padding:0 10px; font-size:12.5px; } .hero-actions .btnx.ghost{ display:none; } } @media(max-width:420px){ .hero-actions{ grid-template-columns:1fr; } }