<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<title>OHSC Solutions</title>
<link href=”https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap&#8221; rel=”stylesheet”>
<style>
/* General Reset & Fonts */
* { margin: 0; padding: 0; box-sizing: border-box; font-family: ‘Montserrat’, sans-serif; }
body { line-height: 1.6; color: #333; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Header & Nav */
header { background: #0a4d8c; color: #fff; padding: 20px 0; }
header .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
header nav a { margin-left: 20px; color: #fff; font-weight: 500; }

/* Hero Section */
.hero { background: url(‘hero-image.jpg’) no-repeat center center/cover; height: 80vh; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; text-align: center; }
.hero h1 { font-size: 3rem; margin-bottom: 20px; }
.hero p { font-size: 1.2rem; margin-bottom: 30px; }
.btn { display: inline-block; background: #00a651; color: #fff; padding: 12px 30px; border-radius: 5px; font-weight: 700; }

/* Sections */
section { padding: 80px 0; }
section h2 { font-size: 2rem; margin-bottom: 20px; text-align: center; }
section p { text-align: center; max-width: 800px; margin: 0 auto 40px; }

/* Services Grid */
.services-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.service-card { background: #f4f4f4; padding: 30px; border-radius: 10px; flex: 1 1 250px; text-align: center; transition: transform 0.3s; }
.service-card:hover { transform: translateY(-5px); }
.service-card h3 { margin-bottom: 15px; color: #0a4d8c; }

/* Blog Grid */
.blog-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.blog-card { background: #f4f4f4; padding: 20px; border-radius: 10px; flex: 1 1 300px; }
.blog-card h4 { margin-bottom: 10px; color: #0a4d8c; }

/* Contact Form */
.contact-form { max-width: 600px; margin: 0 auto; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 12px; margin-bottom: 15px; border-radius: 5px; border: 1px solid #ccc; }
.contact-form button { background: #0a4d8c; color: #fff; padding: 12px 25px; border: none; border-radius: 5px; font-weight: 700; cursor: pointer; }

/* Footer */
footer { background: #0a4d8c; color: #fff; padding: 40px 0; }
footer .container { display: flex; flex-wrap: wrap; justify-content: space-between; }
footer .column { flex: 1 1 250px; margin-bottom: 20px; }
footer a { color: #fff; display: block; margin-bottom: 10px; }
footer .bottom { text-align: center; margin-top: 20px; font-size: 0.9rem; }

/* Responsive */
@media(max-width: 768px){ .services-grid, .blog-grid, footer .container { flex-direction: column; align-items: center; } header .container { flex-direction: column; } }
</style>
</head>
<body>

<!– Header –>
<header>
  <div class=”container”>
    <div class=”logo”><h2>OHSC Solutions</h2></div>
    <nav>
      <a href=”#home”>Home</a>
      <a href=”#about”>About</a>
      <a href=”#services”>Services</a>
      <a href=”#blog”>Blog</a>
      <a href=”#contact”>Contact</a>
    </nav>
  </div>
</header>

<!– Hero Section –>
<section class=”hero” id=”home”>
  <h1>Keeping Workplaces Safe, Compliant & Productive</h1>
  <p>Trusted Health & Safety Solutions for Businesses Across British Columbia</p>
  <a href=”#contact” class=”btn”>Book a Free Consultation</a>
</section>

<!– About Section –>
<section id=”about”>
  <h2>About OHSC Solutions</h2>
  <p>OHSC Solutions provides practical, effective, and compliant health & safety solutions. With over a decade of experience, we help businesses across BC reduce risks, protect employees, and pass WorkSafeBC audits with confidence.</p>
</section>

<!– Services Section –>
<section id=”services”>
  <h2>Our Services</h2>
  <div class=”services-grid”>
    <div class=”service-card”><h3>Health & Safety Audits</h3><p>Identify hazards and ensure compliance with inspections and reports.</p></div>
    <div class=”service-card”><h3>WorkSafeBC Compliance</h3><p>Guidance on audits, orders, and corrective planning for BC workplaces.</p></div>
    <div class=”service-card”><h3>WHMIS Training</h3><p>Employee training for hazardous materials, emergency handling, and certification.</p></div>
    <div class=”service-card”><h3>Emergency Response Planning</h3><p>Create clear procedures, drills, and incident response plans.</p></div>
    <div class=”service-card”><h3>Violence & Harassment Prevention</h3><p>Policies and training to maintain a respectful, safe workplace.</p></div>
    <div class=”service-card”><h3>Custom Safety Programs</h3><p>Tailored programs for your business and workforce requirements.</p></div>
  </div>
</section>

<!– Blog Section –>
<section id=”blog”>
  <h2>Insights & Resources</h2>
  <div class=”blog-grid”>
    <div class=”blog-card”><h4>How to Prepare for a WorkSafeBC Inspection</h4><p>Tips and checklist to pass inspections confidently.</p></div>
    <div class=”blog-card”><h4>5 Common Workplace Hazards</h4><p>Identify and prevent hazards in warehouses and offices.</p></div>
    <div class=”blog-card”><h4>Steps to Achieve COR Certification</h4><p>A step-by-step guide to earning COR certification.</p></div>
  </div>
</section>

<!– Contact Section –>
<section id=”contact”>
  <h2>Contact Us</h2>
  <p>Contact us today for a free consultation or more information.</p>
  <div class=”contact-form”>
    <form action=”mailto:service@ohscsolutions.com” method=”post” enctype=”text/plain”>
      <input type=”text” name=”name” placeholder=”Full Name” required>
      <input type=”text” name=”company” placeholder=”Company Name”>
      <input type=”email” name=”email” placeholder=”Email” required>
      <select name=”service”>
        <option value=””>Service Interested</option>
        <option value=”audits”>Health & Safety Audits</option>
        <option value=”compliance”>WorkSafeBC Compliance</option>
        <option value=”training”>WHMIS Training</option>
        <option value=”emergency”>Emergency Planning</option>
        <option value=”violence”>Violence & Harassment Prevention</option>
        <option value=”custom”>Custom Safety Programs</option>
      </select>
      <textarea name=”message” rows=”5″ placeholder=”Your Message” required></textarea>
      <button type=”submit”>Send Message</button>
    </form>
  </div>
</section>

<!– Footer –>
<footer>
  <div class=”container”>
    <div class=”column”>
      <h3>Quick Links</h3>
      <a href=”#home”>Home</a>
      <a href=”#about”>About</a>
      <a href=”#services”>Services</a>
      <a href=”#blog”>Blog</a>
      <a href=”#contact”>Contact</a>
    </div>
    <div class=”column”>
      <h3>Contact Info</h3>
      <p>Email: service@ohscsolutions.com</p>
      <p>Service Areas: Metro Vancouver & BC-wide</p>
    </div>
    <div class=”column”>
      <h3>Follow Us</h3>
      <a href=”#”>LinkedIn</a>
    </div>
  </div>
  <div class=”bottom”>
    <p>© 2025 OHSC Solutions | Privacy Policy</p>
  </div>
</footer>

</body>
</html>