File: /home/rbrijwzv8p53/public_html/epicit.us/training.php
<?php
$pageTitle = "Professional & Technical Training";
$pageDesc = "Instructor-led professional and technical training aligned to real job tasks, workflows, and measurable outcomes.";
$canonicalPath = "/training.php";
$activeNav = "services";
include __DIR__ . "/includes/header.php";
?>
<main id="main">
<?php render_page_hero(
"Service Line 01",
"Professional & Technical Training",
"Instructor-led learning experiences designed around real job tasks, real workflows, and outcomes your team can actually apply.",
[
["href" => "/index.php", "label" => "Home"],
["href" => "/services.php", "label" => "Services"],
["label" => "Professional & Technical Training"]
]
); ?>
<section class="section-shell">
<div class="container split-grid">
<article class="surface-card alt reveal">
<p class="eyebrow">What you get</p>
<h2>Training that is practical, structured, and easier to deliver.</h2>
<ul class="checklist">
<li>Customized learning objectives mapped to roles and performance expectations</li>
<li>Virtual, onsite, or hybrid delivery options</li>
<li>Exercises, reference materials, knowledge checks, and optional facilitator guides</li>
<li>Recommendations for reinforcement and next-step improvements</li>
</ul>
</article>
<article class="surface-card reveal">
<p class="eyebrow">Ideal use cases</p>
<h2>Where this service fits best.</h2>
<div class="badge-row">
<span>Onboarding</span>
<span>Upskilling</span>
<span>Role readiness</span>
<span>Process standardization</span>
<span>Tool adoption</span>
<span>Train-the-trainer</span>
</div>
</article>
</div>
</section>
<section class="section-shell tight">
<div class="container">
<div class="section-head">
<div>
<p class="eyebrow">Delivery model</p>
<h2>How we structure training engagements.</h2>
</div>
</div>
<div class="process-stack">
<article class="timeline-card reveal">
<span class="step">1</span>
<h3>Discover the audience and outcomes</h3>
<p>We confirm who the training is for, what success should look like, and where the content needs to fit real work.</p>
</article>
<article class="timeline-card reveal">
<span class="step">2</span>
<h3>Build the experience</h3>
<p>We shape the agenda, materials, activities, and delivery format to match your timeline and team context.</p>
</article>
<article class="timeline-card reveal">
<span class="step">3</span>
<h3>Deliver with structure</h3>
<p>Sessions are designed to be clear, applied, and easy for participants and stakeholders to follow.</p>
</article>
<article class="timeline-card reveal">
<span class="step">4</span>
<h3>Capture feedback and refine</h3>
<p>We identify what should be reinforced, improved, or scaled for future cohorts.</p>
</article>
</div>
</div>
</section>
<section class="section-shell tight">
<div class="container">
<div class="section-head">
<div>
<p class="eyebrow">FAQ</p>
<h2>Common training questions.</h2>
</div>
</div>
<div class="faq-grid">
<details class="faq reveal">
<summary>Can training be customized to our tools and workflows?</summary>
<div class="faq-body">Yes. We tailor training to your roles, terminology, systems, and operational expectations so it is immediately usable.</div>
</details>
<details class="faq reveal">
<summary>Do you offer virtual and onsite delivery?</summary>
<div class="faq-body">Yes. Delivery can be virtual, onsite where appropriate, or hybrid for distributed teams.</div>
</details>
<details class="faq reveal">
<summary>Can you support internal trainers too?</summary>
<div class="faq-body">Yes. We can package materials and guidance so your internal team can deliver consistently at scale.</div>
</details>
</div>
</div>
</section>
<section class="section-shell tight">
<div class="container">
<?php render_cta_band(
"Need role-based training for your team?",
"Tell us your audience, scope, and delivery timeline and we will recommend the right training format."
); ?>
</div>
</section>
</main>
<?php include __DIR__ . "/includes/footer.php"; ?>