Certifications

<section class="certifications-section">
  <div class="container">
    <div class="section-heading">
      <span class="subheading">Excellence & Recognition</span>
      <h2>Our Certifications</h2>
      <div class="heading-line"></div>
    </div>

    <div class="certifications-grid">
      <!-- Certification Card 1 -->
      <div class="cert-card">
        <div class="cert-icon">
          <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
            <path d="M12 15l-2 5-9-5 5-9 5 2"></path>
            <circle cx="12" cy="8" r="6"></circle>
            <path d="M14 11.5l2.5 2.5m-3-1l-2.5 2.5"></path>
          </svg>
        </div>
        <div class="cert-content">
          <h3>ISO 9001:2015</h3>
          <p class="cert-issuer">Quality Management Systems</p>
          <span class="cert-year">2024</span>
        </div>
      </div>

      <!-- Certification Card 2 -->
      <div class="cert-card">
        <div class="cert-icon">
          <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
            <path d="M12 15l-2 5-9-5 5-9 5 2"></path>
            <circle cx="12" cy="8" r="6"></circle>
            <path d="M14 11.5l2.5 2.5m-3-1l-2.5 2.5"></path>
          </svg>
        </div>
        <div class="cert-content">
          <h3>Google Partner</h3>
          <p class="cert-issuer">Search & Display Advertising</p>
          <span class="cert-year">2025</span>
        </div>
      </div>

      <!-- Certification Card 3 -->
      <div class="cert-card">
        <div class="cert-icon">
          <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
            <path d="M12 15l-2 5-9-5 5-9 5 2"></path>
            <circle cx="12" cy="8" r="6"></circle>
            <path d="M14 11.5l2.5 2.5m-3-1l-2.5 2.5"></path>
          </svg>
        </div>
        <div class="cert-content">
          <h3>AWS Certified</h3>
          <p class="cert-issuer">Cloud Solutions Architect</p>
          <span class="cert-year">2023</span>
        </div>
      </div>
    </div>
  </div>
</section>