.elementor-199101 .elementor-element.elementor-element-06893be{--display:flex;}/* Start custom CSS */<img src="Large MBI LOGO PNG.png" alt="Mulhern Belting, Inc." class="logo">
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Screening Belts | Mulhern Belting, Inc.</title>
  <style>
    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      color: #111827;
      background-color: #f3f5f7;
      line-height: 1.6;
    }

    img {
      max-width: 100%;
      display: block;
    }

    a {
      color: #008345;
      text-decoration: underline;
    }

    .container {
      width: 100%;
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .topbar {
      background-color: #000000;
      padding: 24px 0;
      border-bottom: 4px solid #008345;
    }

    .topbar-inner {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .logo {
      width: 100%;
      max-width: 520px;
      height: auto;
    }

    .video-section-top {
      background: #ffffff;
      padding: 42px 0 28px;
    }

    .video-frame {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      border-radius: 16px;
      background: #000000;
      box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
    }

    .video-frame iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .video-caption {
      margin-top: 16px;
      font-size: 16px;
      color: #475569;
      text-align: center;
    }

    .hero {
      background: linear-gradient(135deg, #0f172a 0%, #111827 55%, #1f2937 100%);
      color: #ffffff;
      padding: 64px 0 54px;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 36px;
      align-items: center;
    }

    .eyebrow {
      display: inline-block;
      margin-bottom: 16px;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 1.4px;
      text-transform: uppercase;
      color: #86efac;
    }

    .hero h1 {
      margin: 0 0 18px;
      font-size: 54px;
      line-height: 1.05;
      font-weight: 800;
      color: #ffffff;
    }

    .hero p {
      margin: 0 0 18px;
      font-size: 19px;
      color: #d1d5db;
      max-width: 720px;
    }

    .hero-panel {
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 16px;
      padding: 28px;
    }

    .hero-panel h3 {
      margin: 0 0 14px;
      font-size: 22px;
      color: #ffffff;
    }

    .hero-list {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .hero-list li {
      padding: 10px 0;
      border-bottom: 1px solid rgba(255,255,255,0.12);
      color: #dbe4ea;
      font-size: 16px;
    }

    .hero-list li:last-child {
      border-bottom: none;
    }

    .section {
      padding: 72px 0;
    }

    .section-header {
      text-align: center;
      margin-bottom: 42px;
    }

    .section-header h2 {
      margin: 0 0 14px;
      font-size: 40px;
      line-height: 1.12;
      color: #0f172a;
      font-weight: 800;
    }

    .section-header p {
      margin: 0 auto;
      max-width: 800px;
      font-size: 18px;
      color: #4b5563;
    }

    .pattern-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .pattern-card {
      background: #ffffff;
      border: 1px solid #dbe2ea;
      border-top: 5px solid #008345;
      border-radius: 12px;
      padding: 28px;
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    }

    .pattern-card h3 {
      margin: 0 0 12px;
      font-size: 24px;
      color: #0f172a;
    }

    .pattern-card p {
      margin: 0 0 16px;
      font-size: 16px;
      color: #475569;
    }

    .tag {
      display: inline-block;
      padding: 8px 13px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 700;
      background: #e7f6ee;
      color: #006d39;
    }

    .support-band {
      background: #0f172a;
      color: #ffffff;
    }

    .support-band .section-header h2 {
      color: #ffffff;
    }

    .support-band .section-header p {
      color: #cbd5e1;
    }

    .support-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .support-box {
      background: #111827;
      border: 1px solid #1f2937;
      border-left: 4px solid #008345;
      border-radius: 12px;
      padding: 26px;
    }

    .support-box h3 {
      margin: 0 0 10px;
      font-size: 22px;
      color: #ffffff;
    }

    .support-box p {
      margin: 0;
      font-size: 16px;
      color: #cbd5e1;
    }

    .contact-block {
      background: linear-gradient(135deg, #008345 0%, #006d39 100%);
      color: #ffffff;
      border-radius: 18px;
      padding: 42px 30px;
      text-align: center;
      box-shadow: 0 18px 40px rgba(0,131,69,0.18);
    }

    .contact-block h2 {
      margin: 0 0 14px;
      font-size: 40px;
      line-height: 1.12;
      font-weight: 800;
    }

    .contact-block p {
      margin: 0 auto 18px;
      max-width: 760px;
      font-size: 18px;
      color: #e8fff0;
    }

    .contact-links {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.9;
    }

    .contact-links a {
      color: #ffffff;
      text-decoration: underline;
    }

    .footer {
      background: #000000;
      color: #9ca3af;
      padding: 30px 0;
      text-align: center;
      font-size: 14px;
    }

    .footer a {
      color: #ffffff;
    }

    @media (max-width: 980px) {
      .hero-grid,
      .pattern-grid,
      .support-grid {
        grid-template-columns: 1fr;
      }

      .hero h1 {
        font-size: 42px;
      }

      .section-header h2,
      .contact-block h2 {
        font-size: 34px;
      }

      .logo {
        max-width: 380px;
      }
    }

    @media (max-width: 640px) {
      .hero {
        padding: 52px 0 42px;
      }

      .hero h1 {
        font-size: 34px;
      }

      .hero p,
      .section-header p,
      .contact-block p,
      .contact-links {
        font-size: 17px;
      }

      .logo {
        max-width: 290px;
      }

      .pattern-card,
      .support-box,
      .hero-panel {
        padding: 22px;
      }

      .section {
        padding: 58px 0;
      }
    }
  </style>
</head>
<body>

  <header class="topbar">
    <div class="container topbar-inner">
      <img src="Large MBI LOGO PNG.png" alt="Mulhern Belting, Inc." class="logo">
    </div>
  </header>

  <section class="video-section-top">
    <div class="container">
      <div class="video-frame">
        <iframe
          src="https://www.youtube.com/embed/3Nx3L9emm0o"
          title="Mulhern Belting Screening Belts Video"
          allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
          allowfullscreen>
        </iframe>
      </div>
      <div class="video-caption">
        Watch the screening belt video:
        <a href="https://www.youtube.com/watch?v=3Nx3L9emm0o">https://www.youtube.com/watch?v=3Nx3L9emm0o</a>
      </div>
    </div>
  </section>

  <section class="hero">
    <div class="container">
      <div class="hero-grid">
        <div>
          <span class="eyebrow">Mulhern Screening Belt Solutions</span>
          <h1>Screening Belts That Keep Material Moving</h1>
          <p>
            Chevron, open chevron, and Multi-V belt options built for demanding screening applications.
            If you need help matching a current belt or selecting the right profile for the job,
            Mulhern Belting is ready to help.
          </p>
          <p>
            View screening belt options here:
            <a href="https://mulhernbelting.com/screening-belts/" style="color:#86efac;">
              mulhernbelting.com/screening-belts
            </a>
          </p>
        </div>

        <div class="hero-panel">
          <h3>Common Screening Profiles</h3>
          <ul class="hero-list">
            <li>Y32</li>
            <li>S25</li>
            <li>D32</li>
            <li>C25</li>
            <li>M15 Open Chevron</li>
            <li>Multi-V</li>
          </ul>
        </div>
      </div>
    </div>
  </section>

  <section class="section">
    <div class="container">
      <div class="section-header">
        <h2>Built Around Real Screening Applications</h2>
        <p>
          Different applications call for different belt surface profiles. From molded chevron patterns
          to Multi-V options, the right screening belt can improve carry, material movement, and overall fit for the job.
        </p>
      </div>

      <div class="pattern-grid">
        <div class="pattern-card">
          <h3>Chevron Patterns</h3>
          <p>
            Common molded chevron profiles such as Y32, S25, D32, and C25 provide multiple options
            for screening applications with different material flow and equipment requirements.
          </p>
          <span class="tag">Y32 / S25 / D32 / C25</span>
        </div>

        <div class="pattern-card">
          <h3>Open Chevron</h3>
          <p>
            M15 open-chevron style patterns offer a more open geometry for applications where that
            tread style is the better match.
          </p>
          <span class="tag">M15</span>
        </div>

        <div class="pattern-card">
          <h3>Multi-V</h3>
          <p>
            Multi-V options give customers another profile choice when matching an existing belt
            or targeting a specific screening application.
          </p>
          <span class="tag">Multi-V</span>
        </div>
      </div>
    </div>
  </section>

  <section class="section support-band">
    <div class="container">
      <div class="section-header">
        <h2>Why Work With Mulhern Belting</h2>
        <p>
          If you need help matching an existing belt or identifying the right pattern for the application,
          our team can help move the replacement process forward.
        </p>
      </div>

      <div class="support-grid">
        <div class="support-box">
          <h3>Pattern Matching</h3>
          <p>
            Help identifying the right screening profile based on the current belt or the needs of the application.
          </p>
        </div>

        <div class="support-box">
          <h3>Technical Support</h3>
          <p>
            Practical guidance for screening belt selection, quoting, and replacement planning.
          </p>
        </div>

        <div class="support-box">
          <h3>Responsive Service</h3>
          <p>
            Straightforward support when a customer needs a replacement belt or a better-fit option.
          </p>
        </div>
      </div>
    </div>
  </section>

  <section class="section">
    <div class="container">
      <div class="contact-block">
        <h2>Need Help Matching a Screening Belt?</h2>
        <p>
          Whether you are replacing an existing belt or trying to identify the right profile,
          Mulhern Belting can help support the application and get the process moving.
        </p>
        <div class="contact-links">
          View options:
          <a href="https://mulhernbelting.com/screening-belts/">mulhernbelting.com/screening-belts</a>
          <br>
          Watch the video:
          <a href="https://www.youtube.com/watch?v=3Nx3L9emm0o">youtube.com/watch?v=3Nx3L9emm0o</a>
          <br>
          Email:
          <a href="mailto:sales@mulhernbelting.com">sales@mulhernbelting.com</a>
          <br>
          Call:
          <a href="tel:18002536300">800-253-6300</a>
        </div>
      </div>
    </div>
  </section>

  <footer class="footer">
    <div class="container">
      Mulhern Belting, Inc. |
      <a href="mailto:sales@mulhernbelting.com">sales@mulhernbelting.com</a>
      |
      <a href="tel:18002536300">800-253-6300</a>
    </div>
  </footer>

</body>
</html>/* End custom CSS */