.elementor-32 .elementor-element.elementor-element-00e852f .elementor-heading-title{font-family:var( --e-global-typography-ff8f921-font-family ), Sans-serif;font-size:var( --e-global-typography-ff8f921-font-size );font-weight:var( --e-global-typography-ff8f921-font-weight );mix-blend-mode:darken;}.elementor-32 .elementor-element.elementor-element-6026c5c.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-32 .elementor-element.elementor-element-6026c5c.elementor-wc-products ul.products li.product span.onsale{display:block;}:root{--page-title-display:none;}body.elementor-page-32{margin:-29px -29px -29px -29px;padding:-11px -11px -11px -11px;}@media(max-width:1024px){.elementor-32 .elementor-element.elementor-element-00e852f .elementor-heading-title{font-size:var( --e-global-typography-ff8f921-font-size );}.elementor-32 .elementor-element.elementor-element-6026c5c.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-32 .elementor-element.elementor-element-00e852f .elementor-heading-title{font-size:var( --e-global-typography-ff8f921-font-size );}.elementor-32 .elementor-element.elementor-element-6026c5c.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS */<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
  <title>Prince Medical Supplies CM | Sell Your Medical Equipment</title>
  <style>
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, sans-serif;
      background-color: #f4f9f7;
      color: #1e2f2c;
      line-height: 1.4;
    }

    /* Import Google Fonts for a cleaner look */
    @import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,500;14..32,600;14..32,700&display=swap');

    /* Container */
    .container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 24px;
    }

    /* ========== TYPOGRAPHY ========== */
    h1, h2, h3 {
      font-weight: 600;
      letter-spacing: -0.02em;
    }

    h1 {
      font-size: 2.8rem;
      line-height: 1.2;
      margin-bottom: 1rem;
    }

    h2 {
      font-size: 2rem;
      margin-bottom: 1rem;
      position: relative;
      display: inline-block;
    }

    h2:after {
      content: '';
      position: absolute;
      bottom: -12px;
      left: 0;
      width: 70px;
      height: 3px;
      background: #1b7e5c;
      border-radius: 4px;
    }

    h3 {
      font-size: 1.35rem;
      margin-bottom: 0.75rem;
    }

    .section {
      padding: 80px 0;
    }

    .section-light {
      background-color: #ffffff;
    }

    .section-green-muted {
      background-color: #eef6f3;
    }

    /* Buttons & Links */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 12px 28px;
      border-radius: 60px;
      font-weight: 600;
      font-size: 1rem;
      text-decoration: none;
      transition: all 0.25s ease;
      cursor: pointer;
      border: none;
    }

    .btn-primary {
      background-color: #25D366;
      color: white;
      box-shadow: 0 6px 14px rgba(37, 211, 102, 0.25);
    }

    .btn-primary:hover {
      background-color: #1ebc5a;
      transform: translateY(-2px);
      box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
    }

    .btn-outline {
      background: transparent;
      border: 2px solid #1b7e5c;
      color: #1b7e5c;
    }

    .btn-outline:hover {
      background: #1b7e5c;
      color: white;
      transform: translateY(-2px);
    }

    /* Header / Navbar */
    .navbar {
      background: #ffffff;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
      padding: 18px 0;
      position: sticky;
      top: 0;
      z-index: 100;
    }

    .navbar .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .logo h2 {
      font-size: 1.6rem;
      margin: 0;
      color: #075E54;
      letter-spacing: -0.3px;
    }
    .logo p {
      font-size: 0.75rem;
      color: #5a7c6f;
      margin-top: 2px;
      font-weight: 500;
    }
    .logo h2:after {
      display: none;
    }

    .nav-links a {
      margin-left: 32px;
      text-decoration: none;
      font-weight: 500;
      color: #1e2f2c;
      transition: 0.2s;
    }
    .nav-links a:hover {
      color: #1b7e5c;
    }

    /* Hero Section */
    .hero {
      background: linear-gradient(135deg, #e0f0ea 0%, #ffffff 100%);
      padding: 60px 0 70px;
    }
    .hero-grid {
      display: flex;
      align-items: center;
      gap: 40px;
      flex-wrap: wrap;
    }
    .hero-content {
      flex: 1;
    }
    .hero-badge {
      background: #1b7e5c20;
      color: #075E54;
      display: inline-block;
      padding: 6px 16px;
      border-radius: 40px;
      font-size: 0.8rem;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .hero-content p {
      font-size: 1.1rem;
      margin: 20px 0 30px;
      color: #2c4b41;
    }
    .hero-stats {
      display: flex;
      gap: 30px;
      margin-top: 20px;
    }
    .stat {
      font-weight: 600;
    }
    .stat span {
      font-size: 1.8rem;
      font-weight: 700;
      color: #075E54;
      display: block;
    }
    .hero-image {
      flex: 0.9;
      background: #cfe6df;
      border-radius: 32px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 20px 30px -15px rgba(0,0,0,0.1);
    }
    .hero-image .emoji-big {
      font-size: 7rem;
    }

    /* Equipment grid */
    .equipment-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
      gap: 24px;
      margin-top: 40px;
    }
    .equip-card {
      background: white;
      border-radius: 24px;
      padding: 20px 16px;
      text-align: center;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
      transition: all 0.25s;
      border: 1px solid #e2efe8;
    }
    .equip-card:hover {
      transform: translateY(-5px);
      border-color: #c0dfd2;
      box-shadow: 0 15px 30px rgba(0,0,0,0.05);
    }
    .equip-icon {
      font-size: 2.8rem;
      margin-bottom: 12px;
    }
    .equip-card h4 {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 6px;
    }
    .equip-card p {
      font-size: 0.8rem;
      color: #4b6b60;
    }

    /* steps */
    .steps {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 30px;
      margin-top: 40px;
    }
    .step-item {
      flex: 1;
      min-width: 200px;
      background: white;
      border-radius: 28px;
      padding: 28px 20px;
      text-align: center;
      box-shadow: 0 12px 25px rgba(0,0,0,0.03);
      border: 1px solid #e2ede7;
    }
    .step-number {
      background: #075E54;
      width: 48px;
      height: 48px;
      margin: 0 auto 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 60px;
      color: white;
      font-weight: 800;
      font-size: 1.4rem;
    }

    /* WhatsApp CTA area */
    .cta-card {
      background: linear-gradient(115deg, #075E54 0%, #0b6e61 100%);
      border-radius: 36px;
      padding: 48px 40px;
      text-align: center;
      color: white;
      margin: 40px 0;
    }
    .cta-card h3 {
      font-size: 1.9rem;
      margin-bottom: 12px;
      font-weight: 600;
    }
    .cta-card p {
      font-size: 1rem;
      max-width: 550px;
      margin: 0 auto 24px;
      opacity: 0.9;
    }
    .btn-wa-large {
      background: #25D366;
      padding: 14px 32px;
      font-size: 1.2rem;
      gap: 12px;
    }

    /* Footer */
    footer {
      background: #0c2f27;
      color: #cfe3db;
      padding: 48px 0 24px;
    }
    .footer-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px;
      margin-bottom: 40px;
    }
    .footer-col h4 {
      color: white;
      margin-bottom: 18px;
      font-weight: 600;
    }
    .footer-col p, .footer-col a {
      color: #bdd9d0;
      text-decoration: none;
      font-size: 0.9rem;
      line-height: 1.5;
    }
    .copyright {
      text-align: center;
      border-top: 1px solid #2f5a4e;
      padding-top: 24px;
      font-size: 0.75rem;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .container {
        padding: 0 20px;
      }
      h1 { font-size: 2rem; }
      h2 { font-size: 1.7rem; }
      .hero-grid { flex-direction: column; }
      .navbar .container { flex-direction: column; gap: 12px; }
      .nav-links a { margin: 0 12px; }
      .section { padding: 50px 0; }
      .cta-card { padding: 32px 20px; }
      .steps { flex-direction: column; }
      .equipment-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 480px) {
      .equipment-grid { grid-template-columns: 1fr; }
    }

    /* additional utility */
    .text-center { text-align: center; }
    .mt-2 { margin-top: 16px; }
    .mb-2 { margin-bottom: 16px; }
    .inline-code {
      background: #eef2f0;
      padding: 0.2rem 0.5rem;
      border-radius: 20px;
      font-size: 0.8rem;
    }
  </style>
</head>
<body>

<!-- Navigation -->
<nav class="navbar">
  <div class="container">
    <div class="logo">
      <h2>🏥 Prince Medical Supplies CM</h2>
      <p>Cameroon | Trusted Medical Equipment Buyer</p>
    </div>
    <div class="nav-links">
      <a href="#">Home</a>
      <a href="#what-we-buy">What we buy</a>
      <a href="#how-it-works">Process</a>
      <a href="#contact">Sell now</a>
    </div>
  </div>
</nav>

<!-- Hero Section -->
<section class="hero">
  <div class="container hero-grid">
    <div class="hero-content">
      <div class="hero-badge">⚡ Immediate evaluation • Fair price</div>
      <h1>Sell your medical equipment<br> to <span style="color:#075E54;">Prince Medical Supplies</span></h1>
      <p>Based in Cameroon, we purchase new, refurbished, and used medical devices. Get a fast quote, transparent process, and same‑day response via WhatsApp.</p>
      <a href="#contact" class="btn btn-primary" style="margin-right: 12px;">📞 Contact us →</a>
      <a href="#what-we-buy" class="btn btn-outline">📋 What we buy</a>
      <div class="hero-stats">
        <div class="stat"><span>+120</span> healthcare partners</div>
        <div class="stat"><span>100%</span> transparent offers</div>
      </div>
    </div>
    <div class="hero-image">
      <div class="emoji-big">🩺⚙️🏥</div>
      <p style="margin-top: 12px; font-weight:500;">Ultrasound • Ventilators • Monitors • Surgical sets</p>
    </div>
  </div>
</section>

<!-- What we buy section -->
<section id="what-we-buy" class="section section-light">
  <div class="container">
    <div class="text-center">
      <h2 style="text-align: center;">We buy all types of medical equipment</h2>
      <p style="max-width: 680px; margin: 16px auto 0;">From small clinics to large hospitals — we evaluate and purchase quickly.</p>
    </div>
    <div class="equipment-grid">
      <div class="equip-card"><div class="equip-icon">🫀</div><h4>Diagnostic Imaging</h4><p>X-ray, Ultrasound, CT, MRI</p></div>
      <div class="equip-card"><div class="equip-icon">🫁</div><h4>Patient Monitors</h4><p>Multipara, ECG, vital signs</p></div>
      <div class="equip-card"><div class="equip-icon">💨</div><h4>Ventilators & Anesthesia</h4><p>ICU ventilators, CPAP, BiPAP</p></div>
      <div class="equip-card"><div class="equip-icon">🔪</div><h4>Surgical Instruments</h4><p>Endoscopes, laparoscopic tools</p></div>
      <div class="equip-card"><div class="equip-icon">🛏️</div><h4>Hospital Beds & Stretchers</h4><p>Electric, manual, ICU beds</p></div>
      <div class="equip-card"><div class="equip-icon">🧪</div><h4>Lab Equipment</h4><p>Centrifuges, analyzers, microscopes</p></div>
    </div>
  </div>
</section>

<!-- How it works -->
<section id="how-it-works" class="section section-green-muted">
  <div class="container">
    <div class="text-center">
      <h2 style="text-align: center;">Sell in 3 simple steps</h2>
      <p>No stress, no hidden fees — just a fair deal</p>
    </div>
    <div class="steps">
      <div class="step-item"><div class="step-number">1</div><h3>📱 Contact us on WhatsApp</h3><p>Send photos, model numbers & brief condition of your equipment.</p></div>
      <div class="step-item"><div class="step-number">2</div><h3>🤝 Receive fair offer</h3><p>Our team evaluates and gives you a competitive quote within 24h.</p></div>
      <div class="step-item"><div class="step-number">3</div><h3>💰 Get paid & schedule pickup</h3><p>Secure payment + free logistics arrangement in Cameroon.</p></div>
    </div>
  </div>
</section>

<!-- Direct WhatsApp CTA with correct number: 237681091080 -->
<section id="contact" class="section section-light">
  <div class="container">
    <div class="cta-card">
      <h3>Ready to sell your equipment?</h3>
      <p>Chat directly with our procurement team on WhatsApp. Send us the details and we'll reply within hours.</p>
      <a href="https://wa.me/237681091080?text=Hello%20Prince%20Medical%20Supplies%2C%20I%20have%20medical%20equipment%20for%20sale.%0A%0A%F0%9F%94%B9%20Equipment%3A%20%0A%F0%9F%93%8D%20Condition%3A%20%0A%F0%9F%92%B5%20Expected%20price%3A%20%0A%F0%9F%93%B7%20Photos%3A%20available" 
         class="btn btn-primary btn-wa-large" 
         target="_blank" 
         rel="noopener noreferrer">
        💚 Start WhatsApp Conversation
      </a>
      <p class="mt-2" style="font-size: 0.8rem; margin-top: 20px;">📞 Or simply call / message: <strong>+237 681 091 080</strong></p>
    </div>

    <!-- Additional location & trust badge -->
    <div style="display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; margin-top: 20px;">
      <div style="background:#f8faf9; border-radius: 28px; padding: 20px; flex:1;">
        <span style="font-size: 1.8rem;">📍</span>
        <h4 style="margin: 8px 0;">Based in Cameroon</h4>
        <p style="font-size: 0.85rem;">We serve all regions: Douala, Yaoundé, Bafoussam, Garoua. Nationwide pickup available.</p>
      </div>
      <div style="background:#f8faf9; border-radius: 28px; padding: 20px; flex:1;">
        <span style="font-size: 1.8rem;">✅</span>
        <h4 style="margin: 8px 0;">Certified & Trusted</h4>
        <p style="font-size: 0.85rem;">Prince Medical Supplies CM — registered medical equipment trading company.</p>
      </div>
    </div>
  </div>
</section>

<!-- Footer -->
<footer>
  <div class="container">
    <div class="footer-grid">
      <div class="footer-col">
        <h4>🏥 Prince Medical Supplies CM</h4>
        <p>Leading medical equipment buyer in Cameroon. We offer honest valuations and fast transactions.</p>
      </div>
      <div class="footer-col">
        <h4>Contact</h4>
        <p>📞 WhatsApp: +237 681 091 080</p>
        <p>📍 Douala, Cameroon</p>
        <p>📧 princemedical@supplies.cm</p>
      </div>
      <div class="footer-col">
        <h4>Quick links</h4>
        <p><a href="#what-we-buy" style="color:#bdd9d0;">Equipment we buy</a></p>
        <p><a href="#how-it-works" style="color:#bdd9d0;">Selling process</a></p>
        <p><a href="#contact" style="color:#bdd9d0;">Contact sales</a></p>
      </div>
    </div>
    <div class="copyright">
      © 2025 Prince Medical Supplies CM — Trusted medical equipment buyer in Cameroon. All rights reserved.
    </div>
  </div>
</footer>

<!-- subtle smooth scroll behavior -->
<script>
  document.querySelectorAll('a[href^="#"]').forEach(anchor => {
    anchor.addEventListener('click', function(e) {
      const target = document.querySelector(this.getAttribute('href'));
      if (target) {
        e.preventDefault();
        target.scrollIntoView({ behavior: 'smooth', block: 'start' });
      }
    });
  });
</script>
</body>
</html>/* End custom CSS */