{"id":29830,"date":"2026-05-27T01:25:54","date_gmt":"2026-05-27T01:25:54","guid":{"rendered":"https:\/\/b17nliqfki.wpdns.site\/?page_id=29830"},"modified":"2026-05-27T08:21:47","modified_gmt":"2026-05-27T08:21:47","slug":"automotive-dismantling-solutions","status":"publish","type":"page","link":"https:\/\/www.arzir.com\/es\/automotive-dismantling-solutions\/","title":{"rendered":"Automotive Dismantling"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Automotive Dismantling Applications &#038; Solutions | ARZIR<\/title>\n  <meta name=\"description\" content=\"Automotive dismantling solutions for faster ELV processing with robust baling and shearing equipment built for heavy-duty applications.\" \/>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&#038;family=Space+Grotesk:wght@700&#038;display=swap\" rel=\"stylesheet\" \/>\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --orange: #ff6b2c;\n      --orange-dark: #e55a1f;\n      --hero-bg: #0b1019;\n      --bg: #ffffff;\n      --surface: #f8f9fb;\n      --surface-strong: #f1f3f6;\n      --border: rgba(0,0,0,0.08);\n      --text: #1a2332;\n      --muted: #6b7a8d;\n      --serif: 'Space Grotesk', sans-serif;\n      --sans: 'DM Sans', sans-serif;\n      --radius: 10px;\n      --radius-lg: 18px;\n      --shadow: 0 18px 50px rgba(12, 18, 28, 0.10);\n    }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      font-family: var(--sans);\n      background: var(--bg);\n      color: var(--text);\n      line-height: 1.6;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    img {\n      max-width: 100%;\n      display: block;\n    }\n\n    .arzir-wrap {\n      width: 100vw;\n      position: relative;\n      left: 50%;\n      right: 50%;\n      margin-left: -50vw;\n      margin-right: -50vw;\n    }\n\n    .container {\n      width: min(1200px, calc(100% - 48px));\n      margin: 0 auto;\n    }\n\n    .section {\n      padding: 96px 0;\n    }\n\n    .section.alt {\n      background: var(--surface);\n    }\n\n    .eyebrow {\n      display: inline-block;\n      margin-bottom: 14px;\n      color: var(--orange);\n      font-size: 0.78rem;\n      font-weight: 700;\n      letter-spacing: 0.13em;\n      text-transform: uppercase;\n    }\n\n    .section-header {\n      max-width: 740px;\n      margin-bottom: 44px;\n    }\n\n    .section-header.centered {\n      margin-inline: auto;\n      text-align: center;\n    }\n\n    h1,\n    h2,\n    h3 {\n      font-family: var(--serif);\n      font-weight: 700;\n      line-height: 1.12;\n      color: var(--text);\n    }\n\n    h2 {\n      font-size: clamp(2rem, 4vw, 2.75rem);\n      margin-bottom: 14px;\n    }\n\n    h2 em,\n    .accent {\n      color: var(--orange);\n      font-style: normal;\n    }\n\n    .section-desc {\n      color: var(--muted);\n      font-size: 1rem;\n    }\n\n    .hero {\n      position: relative;\n      overflow: hidden;\n      padding: 112px 0 88px;\n      background:\n        radial-gradient(circle at 75% 10%, rgba(255,107,44,0.24), transparent 28%),\n        radial-gradient(circle at 15% 30%, rgba(255,107,44,0.12), transparent 26%),\n        #0b1019;\n      color: #e2e8f0;\n    }\n\n    .hero::before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background-image:\n        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);\n      background-size: 60px 60px;\n      pointer-events: none;\n    }\n\n    .hero-grid {\n      position: relative;\n      z-index: 1;\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 56px;\n      align-items: center;\n    }\n\n    .hero .eyebrow {\n      color: #ff9a6f;\n    }\n\n    .hero h1 {\n      max-width: 760px;\n      margin-bottom: 22px;\n      color: #ffffff;\n      font-size: clamp(2.8rem, 6vw, 5rem);\n    }\n\n    .hero-lead {\n      max-width: 620px;\n      margin-bottom: 30px;\n      color: #a7b3c4;\n      font-size: 1.13rem;\n    }\n\n    .hero-quote-button {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 0.55rem;\n      min-height: 3rem;\n      padding: 0 1.35rem;\n      border: none;\n      border-radius: 0.5rem;\n      background: var(--orange);\n      color: #ffffff;\n      cursor: pointer;\n      font-family: var(--sans);\n      font-size: 0.92rem;\n      font-weight: 700;\n      letter-spacing: 0.03em;\n      text-decoration: none;\n      text-transform: uppercase;\n      transition: background 0.2s, transform 0.2s;\n    }\n\n    .hero-quote-button:hover {\n      background: var(--orange-dark);\n      color: #ffffff;\n      transform: scale(1.02);\n    }\n\n    .hero-quote-button svg {\n      width: 1rem;\n      height: 1rem;\n      fill: none;\n      stroke: currentColor;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n      stroke-width: 2;\n    }\n\n    #arzir-quote-modal {\n      position: fixed;\n      inset: 0;\n      z-index: 99999;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      padding: 1rem;\n      font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,\n                   \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n    }\n\n    #arzir-quote-modal.is-open {\n      display: flex;\n    }\n\n    #arzir-quote-modal .quote-modal-backdrop {\n      position: absolute;\n      inset: 0;\n      background: rgba(0, 0, 0, 0.55);\n      cursor: pointer;\n    }\n\n    #arzir-quote-modal .quote-modal-dialog {\n      position: relative;\n      z-index: 1;\n      width: 100%;\n      max-width: 40rem;\n      max-height: min(90vh, 720px);\n      overflow-y: auto;\n      background: #ffffff;\n      border-radius: 0.75rem;\n      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);\n    }\n\n    #arzir-quote-modal .quote-modal-header {\n      position: sticky;\n      top: 0;\n      z-index: 1;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 1rem;\n      padding: 1.25rem 1.5rem;\n      border-bottom: 1px solid #e5e7eb;\n      background: #ffffff;\n    }\n\n    #arzir-quote-modal .quote-modal-title {\n      margin: 0;\n      color: #000000;\n      font-size: 1.125rem;\n      font-weight: 700;\n    }\n\n    #arzir-quote-modal .quote-modal-close {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 2rem;\n      height: 2rem;\n      padding: 0;\n      border: none;\n      border-radius: 0.375rem;\n      background: #f3f4f6;\n      color: #4b5563;\n      cursor: pointer;\n      flex-shrink: 0;\n      font-size: 1.25rem;\n      line-height: 1;\n      transition: background 0.15s, color 0.15s;\n    }\n\n    #arzir-quote-modal .quote-modal-close:hover {\n      background: #e5e7eb;\n      color: #000000;\n    }\n\n    #arzir-quote-modal .quote-modal-body {\n      padding: 1.5rem;\n    }\n\n    .hero-card {\n      position: relative;\n      overflow: hidden;\n      border: 1px solid rgba(255,255,255,0.12);\n      border-radius: 26px;\n      background: rgba(255,255,255,0.07);\n      box-shadow: 0 28px 80px rgba(0,0,0,0.30);\n    }\n\n    .hero-card img {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      object-fit: cover;\n      opacity: 0.88;\n    }\n\n    .hero-card-caption {\n      position: absolute;\n      left: 20px;\n      right: 20px;\n      bottom: 20px;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 12px;\n    }\n\n    .hero-badge {\n      padding: 16px;\n      border: 1px solid rgba(255,255,255,0.16);\n      border-radius: 16px;\n      background: rgba(11,16,25,0.78);\n      backdrop-filter: blur(10px);\n    }\n\n    .hero-badge strong {\n      display: block;\n      color: var(--orange);\n      font-size: 1.5rem;\n      line-height: 1.1;\n    }\n\n    .hero-badge span {\n      color: #b8c3d2;\n      font-size: 0.82rem;\n    }\n\n    .hero-stats {\n      position: relative;\n      z-index: 1;\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 18px;\n      margin-top: 64px;\n    }\n\n    .stat-card {\n      padding: 24px 22px;\n      border: 1px solid rgba(255,255,255,0.10);\n      border-radius: var(--radius-lg);\n      background: rgba(255,255,255,0.06);\n    }\n\n    .stat-value {\n      display: block;\n      margin-bottom: 6px;\n      color: var(--orange);\n      font-size: 2rem;\n      font-weight: 700;\n      line-height: 1;\n    }\n\n    .stat-label {\n      color: #a7b3c4;\n      font-size: 0.86rem;\n    }\n\n    .overview-simple {\n      max-width: 1200px;\n    }\n\n    .overview-simple h2 {\n      margin-bottom: 28px;\n      color: #111111;\n      font-family: var(--sans);\n      font-size: clamp(1.8rem, 3vw, 2.4rem);\n      line-height: 1.15;\n    }\n\n    .overview-simple p {\n      color: #4b5563;\n      font-size: 1rem;\n      line-height: 1.72;\n    }\n\n    .overview-simple .hero-stats {\n      margin-top: 34px;\n    }\n\n    .overview-simple .stat-card {\n      border: 1px solid var(--border);\n      background: var(--surface);\n    }\n\n    .overview-simple .stat-label {\n      color: var(--muted);\n    }\n\n    .outcome-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 18px;\n      max-width: 1200px;\n      margin: 0 auto;\n    }\n\n    .challenges-section .section-header {\n      margin-bottom: 28px;\n    }\n\n    .challenges-section .section-header h2 {\n      color: #111111;\n      font-family: var(--sans);\n      font-size: clamp(1.8rem, 3vw, 2.25rem);\n      line-height: 1.2;\n    }\n\n    .outcome-card,\n    .equipment-card,\n    .case-card,\n    .kpi-card,\n    .faq-item {\n      border: 1px solid var(--border);\n      border-radius: var(--radius-lg);\n      background: #fff;\n    }\n\n    .outcome-card {\n      display: grid;\n      grid-template-columns: 1fr auto 1fr;\n      gap: 22px;\n      align-items: center;\n      padding: 20px 22px;\n      box-shadow: 0 10px 26px rgba(12, 18, 28, 0.04);\n    }\n\n    .pain-point {\n      display: block;\n      margin-bottom: 7px;\n      color: #c94d4d;\n      font-size: 0.78rem;\n      font-weight: 600;\n    }\n\n    .outcome-card h3,\n    .outcome-card p {\n      margin: 0;\n      color: #374151;\n      font-family: var(--sans);\n      font-size: 0.94rem;\n      font-weight: 400;\n      line-height: 1.4;\n    }\n\n    .outcome-arrow {\n      color: #14879a;\n      font-size: 1.15rem;\n      line-height: 1;\n    }\n\n    .outcome-result {\n      text-align: right;\n    }\n\n    .outcome-label {\n      display: block;\n      margin-bottom: 7px;\n      color: #0d9f68;\n      font-size: 0.78rem;\n      font-weight: 600;\n    }\n\n    .workflow {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 20px;\n      counter-reset: step;\n    }\n\n    .workflow-step {\n      position: relative;\n      padding: 30px 24px;\n      border: 1px solid var(--border);\n      border-radius: var(--radius-lg);\n      background: #fff;\n      counter-increment: step;\n    }\n\n    .workflow-step::before {\n      content: counter(step);\n      display: grid;\n      width: 42px;\n      height: 42px;\n      margin-bottom: 22px;\n      place-items: center;\n      border-radius: 50%;\n      background: rgba(255,107,44,0.12);\n      color: var(--orange);\n      font-family: var(--serif);\n      font-size: 1.1rem;\n      font-weight: 700;\n    }\n\n    .workflow-step h3 {\n      margin-bottom: 10px;\n      font-size: 1.05rem;\n    }\n\n    .workflow-step p {\n      color: var(--muted);\n      font-size: 0.9rem;\n    }\n\n    .equipment-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 20px;\n    }\n\n    .equipment-grid--two {\n      grid-template-columns: repeat(2, 1fr);\n      max-width: 1200px;\n      margin-inline: auto;\n    }\n\n    .case-results-card {\n      display: flex;\n      align-items: center;\n    }\n\n    .case-results-card .case-results {\n      width: 100%;\n    }\n\n\n    .equipment-card {\n      display: flex;\n      flex-direction: column;\n      padding: 28px 24px;\n      transition: transform 0.2s, box-shadow 0.2s;\n    }\n\n    .equipment-card:hover {\n      transform: translateY(-4px);\n      box-shadow: var(--shadow);\n    }\n\n    .equipment-icon {\n      display: grid;\n      width: 50px;\n      height: 50px;\n      margin-bottom: 18px;\n      place-items: center;\n      border-radius: 14px;\n      background: rgba(255,107,44,0.12);\n      color: var(--orange);\n    }\n\n    .equipment-icon svg {\n      width: 28px;\n      height: 28px;\n    }\n\n    .equipment-card h3 {\n      margin-bottom: 10px;\n      font-size: 1.08rem;\n    }\n\n    .equipment-card p {\n      flex: 1;\n      color: var(--muted);\n      font-size: 0.9rem;\n    }\n\n    .equipment-learn-more {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.35rem;\n      margin-top: 16px;\n      color: var(--orange);\n      font-size: 0.88rem;\n      font-weight: 600;\n      text-decoration: none;\n      transition: gap 0.2s;\n    }\n\n    .equipment-learn-more:hover {\n      gap: 0.55rem;\n    }\n\n    .equipment-learn-more svg {\n      width: 0.88rem;\n      height: 0.88rem;\n      fill: none;\n      stroke: currentColor;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n      stroke-width: 2;\n    }\n\n    .case-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 24px;\n    }\n\n    .case-card {\n      padding: 32px;\n      background:\n        linear-gradient(135deg, rgba(255,107,44,0.08), rgba(255,255,255,0) 42%),\n        #fff;\n    }\n\n    .case-card h3 {\n      margin-bottom: 14px;\n      font-size: 1.25rem;\n    }\n\n    .case-meta {\n      margin-bottom: 22px;\n      color: var(--muted);\n      font-size: 0.92rem;\n    }\n\n    .case-results {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 14px;\n    }\n\n    .case-result {\n      padding: 16px;\n      border-radius: 14px;\n      background: var(--surface);\n    }\n\n    .case-result strong {\n      display: block;\n      color: var(--orange);\n      font-size: 1.18rem;\n      line-height: 1.2;\n    }\n\n    .case-result span {\n      color: var(--muted);\n      font-size: 0.82rem;\n    }\n\n    .kpi-compliance-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n    }\n\n    .kpi-card {\n      padding: 32px;\n    }\n\n    .kpi-card h3 {\n      margin-bottom: 24px;\n      font-size: 1.28rem;\n    }\n\n    .metric-list,\n    .compliance-list {\n      display: grid;\n      gap: 16px;\n      list-style: none;\n    }\n\n    .metric-list li {\n      display: flex;\n      justify-content: space-between;\n      gap: 18px;\n      padding-bottom: 14px;\n      border-bottom: 1px solid var(--border);\n      color: var(--muted);\n    }\n\n    .metric-list li:last-child {\n      padding-bottom: 0;\n      border-bottom: 0;\n    }\n\n    .metric-list strong {\n      color: var(--text);\n      white-space: nowrap;\n    }\n\n    .compliance-list li {\n      position: relative;\n      padding-left: 30px;\n      color: var(--muted);\n    }\n\n    .compliance-list li::before {\n      content: \"\";\n      position: absolute;\n      top: 0.5em;\n      left: 0;\n      width: 10px;\n      height: 10px;\n      border-radius: 50%;\n      background: var(--orange);\n      box-shadow: 0 0 0 6px rgba(255,107,44,0.12);\n    }\n\n    .faq-list {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    .faq-item {\n      padding: 26px 30px;\n    }\n\n    .faq-item h3 {\n      margin-bottom: 10px;\n      font-size: 1.05rem;\n    }\n\n    .faq-item p {\n      color: var(--muted);\n      font-size: 0.94rem;\n    }\n\n    @media (max-width: 1000px) {\n      .hero-grid,\n      .kpi-compliance-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .hero-stats,\n      .workflow,\n      .equipment-grid,\n      .equipment-grid--two {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    @media (max-width: 700px) {\n      .container {\n        width: min(100% - 32px, 1200px);\n      }\n\n      .section {\n        padding: 72px 0;\n      }\n\n      .hero {\n        padding: 84px 0 70px;\n      }\n\n      .hero-grid {\n        gap: 34px;\n      }\n\n      .hero-card-caption,\n      .hero-stats,\n      .outcome-grid,\n      .workflow,\n      .equipment-grid,\n      .equipment-grid--two,\n      .case-grid,\n      .case-results,\n      .faq-list {\n        grid-template-columns: 1fr;\n      }\n\n      .outcome-card {\n        grid-template-columns: 1fr;\n        gap: 12px;\n      }\n\n      .outcome-arrow,\n      .outcome-result {\n        text-align: left;\n      }\n\n      .case-card,\n      .kpi-card,\n      .faq-item {\n        padding: 24px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<main>\n  <section class=\"hero arzir-wrap\">\n    <div class=\"container\">\n      <div class=\"hero-grid\">\n        <div>\n          <h1>Automotive Dismantling Solutions<\/h1>\n          <p class=\"hero-lead\">\n            Faster ELV processing with robust baling &amp; shearing equipment built for heavy-duty applications.\n          <\/p>\n          <button type=\"button\" class=\"hero-quote-button\" onclick=\"window.arzirOpenQuote &#038;&#038; window.arzirOpenQuote();\">\n            Get a Quote\n            <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n              <path d=\"M5 12h14\"\/><path d=\"m12 5 7 7-7 7\"\/>\n            <\/svg>\n          <\/button>\n        <\/div>\n\n        <figure class=\"hero-card\">\n          <img decoding=\"async\" src=\"https:\/\/www.arzir.com\/wp-content\/uploads\/2026\/05\/automotive-dismantling-full-1.jpg\" alt=\"Automotive dismantling facility using ARZIR equipment\" \/>\n          <figcaption class=\"hero-card-caption\">\n            <div class=\"hero-badge\">\n              <strong>45%<\/strong>\n              <span>Faster processing<\/span>\n            <\/div>\n            <div class=\"hero-badge\">\n              <strong>120<\/strong>\n              <span>vehicles\/day<\/span>\n            <\/div>\n          <\/figcaption>\n        <\/figure>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <section class=\"section arzir-wrap\">\n    <div class=\"container\">\n      <div class=\"overview-simple\">\n        <h2>Industry Overview<\/h2>\n        <p>\n          End-of-Life Vehicle (ELV) processing requires specialized equipment capable of handling various automotive materials safely and efficiently. Modern dismantling operations must meet strict environmental regulations while maximizing material recovery value from steel bodies, aluminum components, and other valuable metals. Efficient processing systems reduce handling time and labor costs while ensuring compliance with recycling quotas.\n        <\/p>\n        <div class=\"hero-stats\" aria-label=\"Automotive dismantling performance highlights\">\n          <div class=\"stat-card\">\n            <span class=\"stat-value\">50-200<\/span>\n            <span class=\"stat-label\">Vehicles\/day<\/span>\n          <\/div>\n          <div class=\"stat-card\">\n            <span class=\"stat-value\">80%<\/span>\n            <span class=\"stat-label\">Material recovery<\/span>\n          <\/div>\n          <div class=\"stat-card\">\n            <span class=\"stat-value\">45%<\/span>\n            <span class=\"stat-label\">Faster processing<\/span>\n          <\/div>\n          <div class=\"stat-card\">\n            <span class=\"stat-value\">18<\/span>\n            <span class=\"stat-label\">Month ROI<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"section alt arzir-wrap challenges-section\">\n    <div class=\"container\">\n      <div class=\"section-header centered\">\n        <h2>Challenges \u2192 Outcomes<\/h2>\n      <\/div>\n\n      <div class=\"outcome-grid\">\n        <article class=\"outcome-card\">\n          <div>\n            <span class=\"pain-point\">Pain Point<\/span>\n            <h3>Limited facility space<\/h3>\n          <\/div>\n          <span class=\"outcome-arrow\" aria-hidden=\"true\">\u2192<\/span>\n          <div class=\"outcome-result\">\n            <span class=\"outcome-label\">Outcome<\/span>\n            <p>Dense bales for efficient storage<\/p>\n          <\/div>\n        <\/article>\n        <article class=\"outcome-card\">\n          <div>\n            <span class=\"pain-point\">Pain Point<\/span>\n            <h3>High labor costs<\/h3>\n          <\/div>\n          <span class=\"outcome-arrow\" aria-hidden=\"true\">\u2192<\/span>\n          <div class=\"outcome-result\">\n            <span class=\"outcome-label\">Outcome<\/span>\n            <p>Automated feeding workflows<\/p>\n          <\/div>\n        <\/article>\n        <article class=\"outcome-card\">\n          <div>\n            <span class=\"pain-point\">Pain Point<\/span>\n            <h3>Strict ELV regulations<\/h3>\n          <\/div>\n          <span class=\"outcome-arrow\" aria-hidden=\"true\">\u2192<\/span>\n          <div class=\"outcome-result\">\n            <span class=\"outcome-label\">Outcome<\/span>\n            <p>Quota-compliant material recovery<\/p>\n          <\/div>\n        <\/article>\n        <article class=\"outcome-card\">\n          <div>\n            <span class=\"pain-point\">Pain Point<\/span>\n            <h3>Variable vehicle sizes<\/h3>\n          <\/div>\n          <span class=\"outcome-arrow\" aria-hidden=\"true\">\u2192<\/span>\n          <div class=\"outcome-result\">\n            <span class=\"outcome-label\">Outcome<\/span>\n            <p>Adjustable chamber configurations<\/p>\n          <\/div>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"section arzir-wrap\">\n    <div class=\"container\">\n      <div class=\"section-header centered\">\n        <p class=\"eyebrow\">Process Workflow<\/p>\n        <h2>ELV Processing <em>Workflow<\/em><\/h2>\n      <\/div>\n\n      <div class=\"workflow\">\n        <article class=\"workflow-step\">\n          <h3>Depollution &amp; Dismantling<\/h3>\n          <p>Remove fluids, batteries, and valuable components before processing.<\/p>\n        <\/article>\n        <article class=\"workflow-step\">\n          <h3>Body Preparation<\/h3>\n          <p>Strip remaining components and prepare car bodies for compaction.<\/p>\n        <\/article>\n        <article class=\"workflow-step\">\n          <h3>Baling &amp; Compaction<\/h3>\n          <p>Compress car bodies into dense bales for efficient transport.<\/p>\n        <\/article>\n        <article class=\"workflow-step\">\n          <h3>Quality &amp; Dispatch<\/h3>\n          <p>Grade materials and coordinate with steel mills and recyclers.<\/p>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"section alt arzir-wrap\">\n    <div class=\"container\">\n      <div class=\"section-header centered\">\n        <p class=\"eyebrow\">Recommended Equipment<\/p>\n        <h2>Core Machines for <em>ELV Dismantling Lines<\/em><\/h2>\n      <\/div>\n\n      <div class=\"equipment-grid equipment-grid--two\">\n        <article class=\"equipment-card\">\n          <div class=\"equipment-icon\" aria-hidden=\"true\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\"><path d=\"M5 11h14l-1-4H6l-1 4z\"\/><circle cx=\"7.5\" cy=\"17\" r=\"1.5\"\/><circle cx=\"16.5\" cy=\"17\" r=\"1.5\"\/><path d=\"M3 11h18v5H3z\"\/><\/svg>\n          <\/div>\n          <h3>Car Body Baler<\/h3>\n          <p>Designed specifically for ELV processing with robust compression chambers and faster cycle times for automotive industry demands.<\/p>\n          <a href=\"\/Car-Body-Baler\/\" class=\"equipment-learn-more\">Learn More <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M5 12h14\"\/><path d=\"m12 5 7 7-7 7\"\/><\/svg><\/a>\n        <\/article>\n        <article class=\"equipment-card\">\n          <div class=\"equipment-icon\" aria-hidden=\"true\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\"><path d=\"M4 20 20 4M6 4l14 14\"\/><circle cx=\"6\" cy=\"4\" r=\"2\"\/><circle cx=\"6\" cy=\"20\" r=\"2\"\/><\/svg>\n          <\/div>\n          <h3>Container Shear<\/h3>\n          <p>Heavy-duty shearing for oversized vehicle components and structural elements with precision cutting capability.<\/p>\n          <a href=\"\/Container-Shear\/\" class=\"equipment-learn-more\">Learn More <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M5 12h14\"\/><path d=\"m12 5 7 7-7 7\"\/><\/svg><\/a>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"section arzir-wrap\">\n    <div class=\"container\">\n      <div class=\"section-header centered\">\n        <p class=\"eyebrow\">Case Studies<\/p>\n        <h2>Proven Automotive Dismantling <em>Performance<\/em><\/h2>\n      <\/div>\n\n      <div class=\"case-grid case-grid--single\">\n        <article class=\"case-card\">\n          <h3>Automotive Dismantling Facility &#8211; USA<\/h3>\n          <p class=\"case-meta\"><strong>Challenge:<\/strong> Processing 100+ vehicles daily with limited space and high labor costs.<\/p>\n          <p class=\"case-meta\"><strong>Solution:<\/strong> Car Body Baler + Container Shear installation with automated feeding.<\/p>\n        <\/article>\n        <article class=\"case-card case-results-card\">\n          <div class=\"case-results\">\n            <div class=\"case-result\">\n              <strong>+60%<\/strong>\n              <span>Processing speed<\/span>\n            <\/div>\n            <div class=\"case-result\">\n              <strong>18 mo.<\/strong>\n              <span>ROI payback<\/span>\n            <\/div>\n            <div class=\"case-result\">\n              <strong>120<\/strong>\n              <span>Vehicles\/day capacity<\/span>\n            <\/div>\n            <div class=\"case-result\">\n              <strong>80%<\/strong>\n              <span>Material recovery<\/span>\n            <\/div>\n          <\/div>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"section alt arzir-wrap\">\n    <div class=\"container\">\n      <div class=\"section-header centered\">\n        <p class=\"eyebrow\">KPIs &amp; Compliance<\/p>\n        <h2>Track the Numbers that <em>Matter<\/em><\/h2>\n      <\/div>\n\n      <div class=\"kpi-compliance-grid\">\n        <article class=\"kpi-card\">\n          <h3>Key Performance Indicators<\/h3>\n          <ul class=\"metric-list\">\n            <li><span>Daily Capacity<\/span><strong>50-200 vehicles<\/strong><\/li>\n            <li><span>Cycle Time<\/span><strong>60-120 seconds<\/strong><\/li>\n            <li><span>Material Recovery<\/span><strong>80%<\/strong><\/li>\n            <li><span>ROI Period<\/span><strong>18 months<\/strong><\/li>\n          <\/ul>\n        <\/article>\n\n        <article class=\"kpi-card\">\n          <h3>Safety &amp; Compliance<\/h3>\n          <ul class=\"compliance-list\">\n            <li>Emergency stops, safety barriers, and automatic door interlocks.<\/li>\n            <li>Operator protection zones meeting automotive industry safety standards.<\/li>\n            <li>ELV depollution and recycling quota compliance support.<\/li>\n          <\/ul>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"section arzir-wrap\">\n    <div class=\"container\">\n      <div class=\"section-header centered\">\n        <p class=\"eyebrow\">Frequently Asked Questions<\/p>\n        <h2>Automotive Dismantling <em>Equipment Guidance<\/em><\/h2>\n      <\/div>\n\n      <div class=\"faq-list\">\n        <article class=\"faq-item\">\n          <h3>What&#8217;s the typical processing capacity for automotive dismantling equipment?<\/h3>\n          <p>ARZIR car body balers can process 50-200 vehicles per day depending on the model and facility setup. Cycle times range from 60-120 seconds per vehicle.<\/p>\n        <\/article>\n\n        <article class=\"faq-item\">\n          <h3>How does automotive dismantling equipment handle different vehicle sizes?<\/h3>\n          <p>Our balers feature adjustable chamber sizes and pressure settings to accommodate everything from compact cars to SUVs and light trucks efficiently.<\/p>\n        <\/article>\n\n        <article class=\"faq-item\">\n          <h3>What safety features are included for automotive dismantling operations?<\/h3>\n          <p>Comprehensive safety systems including emergency stops, safety barriers, automatic door interlocks, and operator protection zones meet all automotive industry safety standards.<\/p>\n        <\/article>\n\n        <article class=\"faq-item\">\n          <h3>Can ARZIR equipment be integrated with existing dismantling line infrastructure?<\/h3>\n          <p>Yes. ARZIR equipment supports integration with conveyors, crane feeding systems, and plant automation. We provide site assessments and layout planning to ensure smooth integration with existing workflows.<\/p>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n<\/main>\n\n<div id=\"arzir-quote-modal\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"quote-modal-title\" hidden>\n  <div class=\"quote-modal-backdrop\" aria-hidden=\"true\" onclick=\"window.arzirCloseQuote &#038;&#038; window.arzirCloseQuote();\"><\/div>\n  <div class=\"quote-modal-dialog\">\n    <div class=\"quote-modal-header\">\n      <h2 class=\"quote-modal-title\" id=\"quote-modal-title\">Get Detailed Quote<\/h2>\n      <button type=\"button\" class=\"quote-modal-close\" aria-label=\"Close\" onclick=\"window.arzirCloseQuote &#038;&#038; window.arzirCloseQuote();\">&times;<\/button>\n    <\/div>\n    <div class=\"quote-modal-body\" id=\"html-block-29071\">\n      \t\t\t<link rel=\"stylesheet\" id=\"elementor-post-29071-css\" href=\"https:\/\/www.arzir.com\/wp-content\/uploads\/elementor\/css\/post-29071.css?ver=1789110266\" type=\"text\/css\" media=\"all\">\n\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"29071\" class=\"elementor elementor-29071\" data-elementor-post-type=\"cms_block\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-19d495f e-flex e-con-boxed e-con e-parent\" data-id=\"19d495f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f7e443a elementor-button-align-center elementor-widget elementor-widget-form\" data-id=\"f7e443a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\" aria-label=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"29071\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"f7e443a\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Shredder &#045; ARZIR\" \/>\n\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-50 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-md  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-company elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-company\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tCompany\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[company]\" id=\"form-field-company\" class=\"elementor-field elementor-size-md  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_23a60a1 elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_23a60a1\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWhatsApp\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_23a60a1]\" id=\"form-field-field_23a60a1\" class=\"elementor-field elementor-size-md  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tMessage\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-md\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"6\" required=\"required\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-md\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">SUBMIT<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  window.arzirOpenQuote = function () {\n    var modal = document.getElementById('arzir-quote-modal');\n    if (!modal) return;\n    modal.hidden = false;\n    modal.classList.add('is-open');\n    modal.setAttribute('aria-hidden', 'false');\n    document.body.style.overflow = 'hidden';\n  };\n\n  window.arzirCloseQuote = function () {\n    var modal = document.getElementById('arzir-quote-modal');\n    if (!modal) return;\n    modal.classList.remove('is-open');\n    modal.hidden = true;\n    modal.setAttribute('aria-hidden', 'true');\n    document.body.style.overflow = '';\n  };\n\n  document.addEventListener('keydown', function (event) {\n    if (event.key === 'Escape') {\n      window.arzirCloseQuote();\n    }\n  });\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n\n<meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Request a Quote \u2014 ARZIR Industrial Equipment<\/title>\n\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&amp;family=Space+Grotesk:wght@500;600;700&amp;display=swap\" rel=\"stylesheet\">\n\n  <style>\n    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\n\n    html, body {\n      margin: 0;\n      padding: 0;\n    }\n\n    :root {\n      --brand: #0A66C2;\n      --brand-dark: #064A8A;\n      --brand-light: #E8F2FC;\n      --accent: #FF6B2C;\n      --dark: #0B1222;\n      --gray-900: #1A2332;\n      --gray-700: #3D4F63;\n      --gray-500: #6B7C93;\n      --gray-100: #ECEFF1;\n      --white: #FFFFFF;\n      --radius-lg: 20px;\n      --transition: .3s cubic-bezier(.4,0,.2,1);\n    }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      font-family: 'Inter', system-ui, -apple-system, sans-serif;\n      color: var(--gray-900);\n      background: var(--white);\n      line-height: 1.6;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    h1, h2, h3, h4, h5 {\n      font-family: 'Space Grotesk', 'Inter', sans-serif;\n      line-height: 1.15;\n      letter-spacing: -.02em;\n    }\n\n    a { text-decoration: none; color: inherit; }\n\n    .container {\n      width: 100%;\n      max-width: 1280px;\n      margin: 0 auto;\n      padding: 0 24px;\n    }\n\n    \/* ============================================================\n       CTA + INQUIRY FORM\n       ============================================================ *\/\n    .cta {\n      width: 100vw;\n      position: relative;\n      left: 50%;\n      right: 50%;\n      margin-left: -50vw;\n      margin-right: -50vw;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);\n      overflow: hidden;\n      padding: 80px 24px;\n    }\n    .cta::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background:\n        radial-gradient(ellipse 50% 80% at 20% 30%, rgba(255,255,255,.08) 0%, transparent 60%),\n        radial-gradient(ellipse 40% 60% at 80% 70%, rgba(255,107,44,.1) 0%, transparent 60%);\n      pointer-events: none;\n    }\n    .cta .container {\n      position: relative;\n      z-index: 1;\n    }\n    .cta-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 60px;\n      align-items: center;\n    }\n    .cta-copy h2 {\n      font-size: clamp(28px, 3.5vw, 42px);\n      font-weight: 700;\n      color: var(--white);\n      margin-bottom: 16px;\n    }\n    .cta-copy p {\n      font-size: 17px;\n      color: rgba(255,255,255,.7);\n      line-height: 1.7;\n      margin-bottom: 28px;\n    }\n    .cta-points {\n      list-style: none;\n      display: flex;\n      flex-direction: column;\n      gap: 14px;\n    }\n    .cta-point {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n    }\n    .cta-point-icon {\n      width: 36px;\n      height: 36px;\n      border-radius: 50%;\n      background: rgba(255,255,255,.12);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n    .cta-point-icon svg {\n      width: 18px;\n      height: 18px;\n      color: #ffffff;\n    }\n    .cta-point span {\n      font-size: 15px;\n      color: rgba(255,255,255,.9);\n    }\n\n    .cta-form-card {\n      background: var(--white);\n      border-radius: var(--radius-lg);\n      padding: 36px;\n      box-shadow: 0 16px 48px rgba(0,0,0,.18);\n    }\n\n    \/* ============================================================\n       ANIMATIONS\n       ============================================================ *\/\n    .fade-in {\n      opacity: 0;\n      transform: translateY(30px);\n      transition: opacity .7s ease, transform .7s ease;\n    }\n    .fade-in.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* ============================================================\n       RESPONSIVE\n       ============================================================ *\/\n    @media (max-width: 1024px) {\n      .cta-grid { grid-template-columns: 1fr; }\n    }\n\n    @media (max-width: 768px) {\n      .cta { padding: 60px 24px; }\n      .cta-form-row { grid-template-columns: 1fr; }\n      .cta-form-card { padding: 24px; }\n    }\n\n    @media (max-width: 480px) {\n      .container { padding: 0 16px; }\n      .cta { padding: 48px 16px; }\n    }\n  <\/style>\n\n\n\n  <!-- ============================================================\n       CTA + INQUIRY FORM\n       ============================================================ -->\n  <section class=\"cta\" id=\"quote\">\n    <div class=\"container\">\n      <div class=\"cta-grid\">\n        <div class=\"cta-copy fade-in\">\n          <h2>Get the Right Machine for Your Operation<\/h2>\n          <p>Tell us about your material type, throughput requirements, and site conditions \u2014 our engineers will recommend the ideal equipment and provide a competitive quote within 24 hours.<\/p>\n          <ul class=\"cta-points\">\n            <li class=\"cta-point\">\n              <span class=\"cta-point-icon\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path><\/svg>\n              <\/span>\n              <span>Response within 24 hours<\/span>\n            <\/li>\n            <li class=\"cta-point\">\n              <span class=\"cta-point-icon\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M9 12h3.75M9 15h3m-6.75 4.5h12a2.25 2.25 0 002.25-2.25V6.75a2.25 2.25 0 00-2.25-2.25H4.5A2.25 2.25 0 002.25 6.75v12a2.25 2.25 0 002.25 2.25z\"><\/path><\/svg>\n              <\/span>\n              <span>Free technical consultation &amp; quotation<\/span>\n            <\/li>\n            <li class=\"cta-point\">\n              <span class=\"cta-point-icon\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M9 12.75L11.25 15 15 9.75m-3-7.036A11.959 11.959 0 013.598 6 11.99 11.99 0 003 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285z\"><\/path><\/svg>\n              <\/span>\n              <span>ISO-certified factory &amp; strict quality control<\/span>\n            <\/li>\n            <li class=\"cta-point\">\n              <span class=\"cta-point-icon\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M12 21a9.004 9.004 0 008.716-6.747M12 21a9.004 9.004 0 01-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3\"><\/path><\/svg>\n              <\/span>\n              <span>Shipped to 100+ countries worldwide<\/span>\n            <\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"cta-form-card fade-in\">\n          \t\t<div data-elementor-type=\"container\" data-elementor-id=\"29076\" class=\"elementor elementor-29076\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-735539c e-flex e-con-boxed e-con e-parent\" data-id=\"735539c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74f1ce7 wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"74f1ce7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-default wd-title-style-default wd-title-size-default text-left\">\n\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-l\">Request a Quote<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"title-after_title reset-last-child wd-fontsize-xs\">\n\t\t\t\t\t<p>Fill in the form below and we'll get back to you shortly.<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-46ae037 e-flex e-con-boxed e-con e-parent\" data-id=\"46ae037\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ea89273 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"ea89273\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\" aria-label=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"29076\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"ea89273\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Container Shear | Heavy-Duty Hydraulic Scrap Container Shearing Machine \u2013 ARZIR &#045; ARZIR\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"29183\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-customer_name elementor-col-50 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-customer_name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[customer_name]\" id=\"form-field-customer_name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-customer_email elementor-col-50 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-customer_email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[customer_email]\" id=\"form-field-customer_email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-company_name elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-company_name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tCompany\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[company_name]\" id=\"form-field-company_name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-customer_whatsapp elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-customer_whatsapp\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWhatsApp\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[customer_whatsapp]\" id=\"form-field-customer_whatsapp\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Only numbers and phone characters (#, -, *, etc) are accepted.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-customer_message elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-customer_message\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tMessage\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[customer_message]\" id=\"form-field-customer_message\" rows=\"3\" required=\"required\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-md\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Submit Inquiry<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <script>\n    document.addEventListener('DOMContentLoaded', function () {\n      var fadeEls = document.querySelectorAll('.fade-in');\n      if ('IntersectionObserver' in window) {\n        var observer = new IntersectionObserver(function (entries) {\n          entries.forEach(function (entry) {\n            if (entry.isIntersecting) {\n              entry.target.classList.add('visible');\n              observer.unobserve(entry.target);\n            }\n          });\n        }, { threshold: 0.1 });\n        fadeEls.forEach(function (el) { observer.observe(el); });\n      } else {\n        fadeEls.forEach(function (el) { el.classList.add('visible'); });\n      }\n    });\n  <\/script>\n","protected":false},"excerpt":{"rendered":"<p>Automotive Dismantling Applications &#038; Solutions | ARZIR Automotive Dismantling Solutions Faster ELV processing with robust baling &amp; shearing equipment built<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-29830","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.arzir.com\/es\/wp-json\/wp\/v2\/pages\/29830","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.arzir.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.arzir.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.arzir.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.arzir.com\/es\/wp-json\/wp\/v2\/comments?post=29830"}],"version-history":[{"count":1,"href":"https:\/\/www.arzir.com\/es\/wp-json\/wp\/v2\/pages\/29830\/revisions"}],"predecessor-version":[{"id":29831,"href":"https:\/\/www.arzir.com\/es\/wp-json\/wp\/v2\/pages\/29830\/revisions\/29831"}],"wp:attachment":[{"href":"https:\/\/www.arzir.com\/es\/wp-json\/wp\/v2\/media?parent=29830"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}