<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shuddva | Premium Jaggery & Natural Products Exporter</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<span class="logo">SHUDDVA</span>
<div class="nav-links">
<a href="#home">Home</a>
<a href="#about">Our Story</a>
<a href="#products">Products</a>
<a href="#quality">Quality Assurance</a>
<a href="#contact" class="nav-cta">Inquire Now</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero-section">
<div class="hero-content">
<h1>Pure Heritage. Global Quality.</h1>
<p>Sourcing premium, unrefined jaggery and natural agricultural products directly from Indian farms for international distribution.</p>
<a href="#contact" class="btn-primary">Request B2B Quote</a>
</div>
</section>
<!-- About Section -->
<section id="about" class="content-section">
<div class="container">
<h2>The Shuddva Promise</h2>
<p>We bridge the gap between traditional Indian farming excellence and strict international quality parameters. By working directly with select farmers, we ensure our jaggery maintains its complex natural minerals, nutritional integrity, and authentic flavor profile without chemical interventions.</p>
</div>
</section>
<!-- Products Section -->
<section id="products" class="content-section bg-light">
<div class="container">
<h2>Export Categories</h2>
<div class="product-grid">
<div class="card">
<h3>Premium Solid Jaggery</h3>
<p>Traditional blocks prepared under strict hygiene standards. Rich in color, optimal moisture, and free from synthetic additives.</p>
</div>
<div class="card">
<h3>Granular Jaggery Powder</h3>
<p>Easily soluble, moisture-controlled premium jaggery powder tailored for industrial food manufacturing and health retail markets.</p>
</div>
</div>
</div>
</section>
<!-- Quality Section -->
<section id="quality" class="content-section">
<div class="container">
<h2>International Compliance</h2>
<p>Exporting agricultural goods requires infallible compliance. Our supply chain adheres strictly to global standards, ensuring structural transparency, consistent logistics tracking, and reliable phytosanitary documentation for seamless global customs clearance.</p>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="content-section bg-dark">
<div class="container text-center">
<h2>Global Trade Inquiries</h2>
<p>Partner with us for consistent supply, competitive bulk pricing, and custom packaging configurations.</p>
<div class="contact-box">
<p><strong>Official Trade Desk:</strong></p>
<a href="mailto:orders@shuddva.in" class="email-link">orders@shuddva.in</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<p>© 2026 Shuddva. All Rights Reserved. | Premium Agri-Exports</p>
</footer>
</body>
</html>