<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <meta name="description" content="Diesel On Demand: Mobile fleet maintenance and diagnostics in MA and NH. Cummins, Detroit, CAT, and Bendix certified. 24/7 Service.">

    <title>Diesel On Demand | Mobile Fleet Maintenance & Diagnostics</title>

    

    <link rel="stylesheet" href="styles.css">

</head>

<body>


    <header>

        <div class="logo">Diesel On Demand</div>

        <nav>

            <a href="#home">Home</a>

            <a href="#services">Services</a>

            <a href="#about">About</a>

            <a href="#contact">Contact</a>

        </nav>

    </header>


    <section id="home" class="hero">

        <h1>Mobile Fleet Maintenance & Diagnostics</h1>

        <p>Expert service for Class 4-8 vehicles and trailers. We minimize downtime by bringing the shop to your yard in Massachusetts and New Hampshire.</p>

        <a href="#contact" class="cta-button">Request Service / Quote</a>

    </section>


    <section class="certifications">

        <h2>Certified Expertise You Can Trust</h2>

        <div class="cert-logos">

            <span class="cert-badge">Cummins</span>

            <span class="cert-badge">Detroit Diesel</span>

            <span class="cert-badge">CAT</span>

            <span class="cert-badge">Freightliner</span>

            <span class="cert-badge">International</span>

            <span class="cert-badge">Isuzu</span>

            <span class="cert-badge">Hino</span>

            <span class="cert-badge">Bendix</span>

            <span class="cert-badge">Wabco</span>

        </div>

    </section>

    

    <section id="services" class="services-overview">

        <h2>We Keep Your Diesel Running</h2>

        <div class="service-cards">

            <div class="card">

                <h3>Advanced Diagnostics</h3>

                <p>Proprietary tools for Engine, Transmission, and ABS systems. We pinpoint the issue fast to stop the guesswork.</p>

            </div>

            <div class="card">

                <h3>Preventative Maintenance</h3>

                <p>Scheduled PMs for all makes and models. Oil, filters, fluids, and comprehensive safety inspections.</p>

            </div>

            <div class="card">

                <h3>Brakes & Air Systems</h3>

                <p>Expert repair of air brakes, compressors, dryers, and suspension systems. Bendix and Wabco certified.</p>

            </div>

        </div>

    </section>


    <section class="services-detail-section">

        <div class="service-item highlight-diagnostic">

            <h2>Check Engine Light & Diagnostics</h2>

            <p>Our specialization is rapid and accurate mobile diagnostics. We utilize factory-level software for:</p>

            <ul>

                <li><strong>Engine:</strong> Cummins, Detroit Diesel, CAT, etc.</li>

                <li><strong>Transmission:</strong> Allison, Eaton.</li>

                <li><strong>Braking:</strong> ABS/Stability Control systems.</li>

                <li><strong>Electrical:</strong> Complete troubleshooting and wiring repair.</li>

            </ul>

        </div>


        <div class="service-item">

            <h2>Major & Minor Repairs</h2>

            <p>From road calls to scheduled yard work, our technicians handle:</p>

            <ul>

                <li>Drivetrain and suspension repairs.</li>

                <li>Cooling system (belts, hoses, radiators).</li>

                <li>Exhaust and Aftertreatment (DPF) minor repairs.</li>

                <li>Trailer repair (lights, landing gear, doors).</li>

            </ul>

        </div>

    </section>


    <section id="about" class="about-us">

        <h2>Our Mission: Minimize Your Downtime</h2>

        <div class="mission-container">

            <div class="mission-text">

                <p>Founded by Nick, a certified diesel technician, <strong>Diesel On Demand</strong> provides fleet operators in MA and NH with a superior maintenance solution.</p>

                <p>We know that every minute a truck sits idle is a loss. Our commitment is speed, accuracy, and professional service delivered 24/7.</p>

                

                <h3>Why Go Mobile?</h3>

                <ul>

                    <li><strong>Zero Towing Fees:</strong> Save hundreds by fixing it where it sits.</li>

                    <li><strong>No Shop Wait Times:</strong> Skip the dealership queue.</li>

                    <li><strong>Convenience:</strong> We work around your schedule in your yard.</li>

                </ul>

            </div>

            <div class="service-area-box">

                <h3>Service Coverage</h3>

                <p>We proudly serve <strong>Massachusetts</strong> and <strong>New Hampshire</strong>.</p>

                <p style="margin-top:15px; font-size: 0.9em; color: #555;">Contact us to verify coverage for your specific location.</p>

            </div>

        </div>

    </section>


    <section id="contact" class="contact-section">

        <div class="contact-info">

            <h2>Get Service Now</h2>

            <p>For immediate assistance or to schedule service:</p>

            

            <p style="font-size: 1.3em; margin-bottom: 5px;">

                📞 <strong><a href="tel:9782019109">(978) 201-9109</a></strong>

            </p>

            <p>Available 24/7 for Roadside & Emergency.</p>

            

            <hr style="border: 0; border-top: 1px solid #eee; margin: 20px 0;">


            <p><strong>Service Email:</strong><br>

            <a href="mailto:service@dieselondemand.net">service@dieselondemand.net</a><br>

            <span style="font-size:0.9em; color:#666;">(For Quotes & Scheduling)</span></p>


            <p><strong>Owner/Billing:</strong><br>

            <a href="mailto:nick@dieselondemand.net">nick@dieselondemand.net</a></p>

        </div>


        <div class="quote-form-container">

            <h3>Request a Quote</h3>

            <form action="mailto:service@dieselondemand.net" method="POST" enctype="text/plain" class="quote-form">

                

                <label for="company">Company / Fleet Name *</label>

                <input type="text" id="company" name="Company_Name" required>


                <label for="location">Location (City/State) *</label>

                <input type="text" id="location" name="Service_Location" required>


                <label for="contact">Contact Person *</label>

                <input type="text" id="contact" name="Contact_Person" required>


                <label for="phone">Phone Number *</label>

                <input type="tel" id="phone" name="Phone_Number" required>


                <label for="email">Email Address</label>

                <input type="email" id="email" name="Email_Address">


                <label for="vehicle_count">Number of Vehicles</label>

                <input type="number" id="vehicle_count" name="Vehicle_Count" value="1" min="1">


                <label for="problem">Description of Issue / Service Needed *</label>

                <textarea id="problem" name="Problem_Description" rows="4" placeholder="e.g. Check engine light on 2019 Cascadia, or PM for 3 trailers..." required></textarea>


                <button type="submit" class="form-submit-btn">Open Email to Submit</button>

            </form>

            <p class="privacy-note">Note: Clicking submit will open your default email app to send the request.</p>

        </div>

    </section>


    <footer>

        <p>&copy; 2025 Diesel On Demand. Serving Massachusetts & New Hampshire.</p>

    </footer>


</body>

</html>