<?php
include "classes/class.loader.php";
$html = new html();
$html->bacground_emoji();
$calls = new functions();
$html->header();
if(!isset($_POST['user_id'])){
    echo "<script>window.location.href='login.php';</script>";
}

?>
<style>
    body {
        background-color: #bebebee7;
        color: white;
    }
</style>

<div class="home_container">

    <div class="container_wide">
        <h2>FAQ</h2>
        <div class="line"></div>
        <p>❓ Unleashed K9 Solutions – FAQ</p>

        <h2>🐕 General Training Questions</h2>

        <p>Q: What types of training do you offer?</p>
        <p>We specialize in behavior-based dog training tailored to each dog’s temperament and needs. This includes
        foundational obedience, behavior modification, and advanced working dog skill development.</p>

        <p>Q: Do you use positive reinforcement?</p>
        <p>Yes. Our methods prioritize trust, clarity, and consistency. We use rewards, boundaries, and clear communication
        to build lasting behavior change.</p>

        <p>Q: Can you help with aggressive or reactive dogs?</p>
        <p>Absolutely. We have experience working with dogs who struggle with fear, reactivity, or aggression. Each case is
        approached with empathy, structure, and a customized plan.</p>

        <hr>

        <p>🛠 Other Services We Offer</p>

        <p>In addition to training, we provide a range of supportive services to help you care for your dog with
        confidence—whether you're at home, away, or facing unexpected challenges.</p>

        <p>🐾 Working Dog Skill Development</p>
        <p>We’re passionate about unlocking the full potential of working dogs. Our specialized programs include:</p>

        <ul>
            <li>Tracking & Trailing – Teaching dogs to follow scent trails with precision.</li>
            <li>Detection Work – Scent identification for narcotics, explosives, or custom targets.</li>
            <li>Wilderness Applications – Search and rescue, remote navigation, and field-readiness.</li>
        </ul>

        <p>These programs are tailored to each dog’s drive, aptitude, and handler goals.</p>

        <p>🏡 Home-Based Support</p>
        <ul>
            <li>House Sitting – Reliable, dog-savvy care while you're away.</li>
            <li>Daily Check-Ins – Short visits to feed, walk, or comfort your dog.</li>
        </ul>

        <p>🚶‍♂ Walking Services</p>
        <p>Structured walks that reinforce leash manners and provide mental stimulation.</p>

        <p>🩺 Vet Visit Support</p>
        <ul>
            <li>Pre-Visit Prep – Calming routines and transport assistance.</li>
            <li>Post-Visit Care – Gentle monitoring after procedures or check-ups.</li>
        </ul>

        <p>💔 Trauma Call-Outs</p>
        <p>On-call support for dogs experiencing acute stress or behavioral regression. We respond with calm, professional
        care and a recovery plan.</p>

        <p>🧠 Consultation & Guidance</p>
        <ul>
            <li>Temperament Assessments</li>
            <li>Pre-Adoption Consultations</li>
            <li>Gear & Handling Advice</li>
            <li>Custom Behavior Reports</li>
            <li>Workshops & Community Events</li>
        </ul>

        <hr>

        <p>📅 Booking & Logistics</p>

        <p>Q: How do I book a session or service?</p>
        <p>You can contact us directly via phone, email, or social media. We’ll guide you through a short intake process to
        match you with the right service.</p>

        <p>Q: Do you offer packages or discounts?</p>
        <p>Yes. We offer bundled training packages and loyalty discounts for recurring services. Ask us about current
        offers.</p>

        <p>Q: What areas do you serve?</p>
        <p>We’re based in Mbombela, but we offer mobile services and remote consultations depending on your
        location and needs.</p>

    </div>

    <div class="container_wide">
        <h2>TUTORIAL</h2>
        <div class="line"></div>
        <video width="100%" controls>
            <source src="assets/Unleashed_Tutorial_Mobile.mp4" type="video/mp4">
            Your browser does not support the video tag.
        </video>
       

    </div>

</div>