<?php
$pageTitle = "About Us | Legacy of Quality Food Ingredients | BLDL INDIA";
$pageDescription = "Learn about the legacy of Behari Lal Darshan Lal (BLDL India). Over 30 years of providing authentic, high-quality food ingredients, raw materials, and processing agents.";
$pageKeywords = "about BLDL, food ingredients history, Behari Lal Darshan Lal legacy, ISO 22000 certified distributor";
$canonicalUrl = "https://benevolent-cocada-7d32d8.netlify.app/about.php";
$base_path = "";
include("header.php");
?>

    <section class="about-hero">
        <div class="about-hero-content" data-aos="zoom-out">
            <h1>Our Legacy of Food Excellence</h1>
            <p>For over 30 years, BLDL has stood as a trusted supplier of premium food ingredients, serving leading manufacturers across India.</p>
        </div>
    </section>

    <!-- Intro Story -->
    <section class="about-content-section">
        <div class="about-intro-grid">
            <div class="about-intro-text" data-aos="fade-right">
                <h2>Our Story & Dedication</h2>
                <p>Founded on the principles of authenticity and reliability, Behari Lal Darshan Lal Pvt. Ltd. (BLDL) has spent decades navigating the global food ingredients market to supply the finest emulsifiers, yeasts, starches, and cocoa derivatives directly to India's food processors.</p>
                <p>Our journey began with a simple mission: to bridge the gap between world-class ingredient producers and local food manufacturers. Today, we are proud partners to hundreds of brands, ranging from boutique confectioners and artisanal bakers to some of the country's largest commercial dairies and snack plants.</p>
                <p>We work exclusively with certified sustainable sources, ensuring that everything we supply meets the highest food safety and quality standards, backed by robust logistics networks that ensure your production lines never experience downtime.</p>
            </div>
            <div class="about-intro-img" data-aos="fade-left">
                <img src="img/logo/imgi_24_IMG_6606-1-300x200.avif" alt="BLDL Quality Sourcing"
                    onerror="this.src='https://placehold.co/600x400?text=BLDL+Processing'" title="BLDL Quality Sourcing">
            </div>
        </div>

        <!-- Dynamic Counter Stats -->
        <div class="about-stats" data-aos="fade-up">
            <div class="about-stat-box">
                <div class="about-stat-number" data-target="30">0</div>
                <div class="about-stat-label">Years of Excellence</div>
            </div>
            <div class="about-stat-box">
                <div class="about-stat-number" data-target="500">0</div>
                <div class="about-stat-label">Happy Clients</div>
            </div>
            <div class="about-stat-box">
                <div class="about-stat-number" data-target="25">0</div>
                <div class="about-stat-label">Product Categories</div>
            </div>
            <div class="about-stat-box">
                <div class="about-stat-number" data-target="1000">0</div>
                <div class="about-stat-label">Deliveries</div>
            </div>
        </div>
    </section>

    <!-- Mission & Vision -->
    <section class="vision-mission-section">
        <div class="vm-grid">
            <!-- Mission -->
            <div class="vm-card" data-aos="fade-right" data-aos-delay="100">
                <i class="fa-solid fa-bullseye"></i>
                <h3>Our Mission</h3>
                <p>To supply high-performance, consistent food ingredients that empower manufacturers to create culinary delights. We focus on reliable sourcing, food safety compliance, and robust distribution logistics to add measurable value to our clients' supply chains.</p>
            </div>
            <!-- Vision -->
            <div class="vm-card" data-aos="fade-up" data-aos-delay="200">
                <i class="fa-solid fa-eye"></i>
                <h3>Our Vision</h3>
                <p>To shape a healthier, more sustainable future for the food ecosystem by introducing clean-label innovations, RSPO-certified fats, and ethically sourced cocoa, becoming the ultimate partner for food innovation in India.</p>
            </div>
            <!-- Sustainability -->
            <div class="vm-card" data-aos="fade-left" data-aos-delay="300">
                <i class="fa-solid fa-seedling"></i>
                <h3>Sustainability</h3>
                <p>Our commitment extends beyond quality. We prioritize RSPO palm oils and Rainforest Alliance Certified™ cocoa to minimize ecological footprints, helping our customers formulate clean-label products that consumers trust.</p>
            </div>
        </div>
    </section>

    <!-- Values -->
    <section class="values-section">
        <h2 class="about-subheading" data-aos="fade-up">Our Core Values</h2>
        <p class="about-subtitle" data-aos="fade-up" data-aos-delay="100">These core principles guide our partnerships and operations daily.</p>
        
        <div class="values-grid" data-aos="fade-up" data-aos-delay="200">
            <div class="value-item">
                <h4><i class="fa-solid fa-certificate"></i> Premium Quality</h4>
                <p>We source only high-grade ingredients that meet rigorous food safety standards (such as ISO 22000), ensuring performance consistency in every single batch.</p>
            </div>
            <div class="value-item">
                <h4><i class="fa-solid fa-truck-ramp-box"></i> Reliable Logistics</h4>
                <p>Our Lawrence Road factory and logistics network deliver your orders on time, ensuring your production runs smoothly without costly ingredient delays.</p>
            </div>
            <div class="value-item">
                <h4><i class="fa-solid fa-handshake"></i> Customer Partnership</h4>
                <p>We don't just supply ingredients; we provide technical support, product formulations, and sourcing consultations to help you resolve manufacturing challenges.</p>
            </div>
            <div class="value-item">
                <h4><i class="fa-solid fa-lightbulb"></i> Constant Innovation</h4>
                <p>We actively monitor consumer trends to introduce clean-label alternatives, natural colors, and functional additives that capture market opportunities.</p>
            </div>
        </div>
    </section>

    <!-- Footer -->
    
<?php include("footer.php"); ?>
