[email protected] Serving TX, LA, OK & NM
Professional Dry Ice Blasting & Industrial Cleaning
Dry Ice Blasting Hobbs | Industrial Cleaning NM/title> <meta name="description" content="Dry ice blasting in Hobbs, NM. Permian Basin oil & gas cleaning. Non-abrasive, zero secondary waste. Free quote."> <meta name="keywords" content="dry ice blasting Hobbs NM, industrial cleaning Hobbs, oil and gas cleaning Permian Basin, frac equipment cleaning, Hobbs New Mexico industrial services"> <link rel="canonical" href="https://dryiceblasts.com/locations/new-mexico/hobbs"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;700&display=swap" rel="stylesheet"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "LocalBusiness", "name": "Industrial Cleaning Experts - Hobbs", "description": "Professional dry ice blasting services in Hobbs, New Mexico", "url": "https://dryiceblasts.com/locations/new-mexico/hobbs", "telephone": "+14694253434", "email": "info@dryiceblasts.com", "address": { "@type": "PostalAddress", "addressLocality": "Hobbs", "addressRegion": "NM", "addressCountry": "US" }, "serviceArea": { "@type": "GeoCircle", "geoMidpoint": { "@type": "GeoCoordinates", "latitude": "32.7126", "longitude": "-103.1360" }, "geoRadius": "60000" }, "sameAs": [ "https://dryiceblasts.com" ] } </script> <style> :root { --primary-blue: #0B4F7C; --secondary-blue: #1A73A8; --accent-teal: #0D9488; --light-teal: #5EEAD4; --dark-bg: #0a0f1a; --off-white: #f8fafc; --white: #ffffff; --text-dark: #1e293b; --text-medium: #475569; --text-light: #64748b; --border-light: #e2e8f0; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'DM Sans', sans-serif; color: var(--text-dark); line-height: 1.7; } h1, h2, h3, h4 { font-family: 'Archivo', sans-serif; line-height: 1.2; } a { color: var(--secondary-blue); text-decoration: none; transition: color 0.3s ease; } a:hover { color: var(--accent-teal); } .hero { background: linear-gradient(135deg, var(--primary-blue) 0%, #063a5c 50%, #042a44 100%); color: var(--white); padding: 80px 5% 60px; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 70% 50%, rgba(13, 148, 136, 0.15) 0%, transparent 60%); pointer-events: none; } .hero-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; } .hero h1 { font-size: 2.8rem; font-weight: 800; margin-bottom: 20px; letter-spacing: -0.5px; } .hero h1 span { color: var(--light-teal); } .hero-subtitle { font-size: 1.15rem; color: rgba(255, 255, 255, 0.85); margin-bottom: 30px; line-height: 1.7; } .hero-buttons { display: flex; gap: 16px; margin-bottom: 40px; flex-wrap: wrap; } .btn-primary { background: var(--accent-teal); color: var(--white); padding: 14px 32px; border-radius: 8px; font-weight: 700; font-family: 'Archivo', sans-serif; font-size: 1rem; display: inline-flex; align-items: center; justify-content: center; transition: all 0.3s ease; border: none; cursor: pointer; } .btn-primary:hover { background: #0f766e; color: var(--white); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(13, 148, 136, 0.4); } .btn-secondary { background: transparent; color: var(--white); padding: 14px 32px; border-radius: 8px; font-weight: 700; font-family: 'Archivo', sans-serif; font-size: 1rem; display: inline-flex; align-items: center; justify-content: center; border: 2px solid rgba(255, 255, 255, 0.4); transition: all 0.3s ease; cursor: pointer; } .btn-secondary:hover { border-color: var(--white); color: var(--white); background: rgba(255, 255, 255, 0.1); } .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .stat-item { text-align: center; padding: 16px; background: rgba(255, 255, 255, 0.08); border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.1); } .stat-value { font-family: 'Archivo', sans-serif; font-size: 1.4rem; font-weight: 800; color: var(--light-teal); display: block; } .stat-label { font-size: 0.85rem; color: rgba(255, 255, 255, 0.7); margin-top: 4px; } .hero-photo { width: 100%; max-width: 460px; margin-left: auto; padding: 14px; background: rgba(255, 255, 255, 0.07); border: 2px solid rgba(255, 255, 255, 0.22); border-radius: 18px; box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28); backdrop-filter: blur(2px); } .hero-video-frame { position: relative; width: 100%; aspect-ratio: 1 / 1; border-radius: 12px; overflow: hidden; background: #000; } .hero-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; } .services-section { padding: 80px 5%; background: var(--white); } .section-container { max-width: 1280px; margin: 0 auto; } .section-header { text-align: center; margin-bottom: 50px; } .section-header h2 { font-size: 2.2rem; font-weight: 800; color: var(--primary-blue); margin-bottom: 12px; } .section-header p { font-size: 1.1rem; color: var(--text-medium); max-width: 650px; margin: 0 auto; } .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; } .service-card { background: var(--white); border: 1px solid var(--border-light); border-radius: 12px; padding: 32px 28px; transition: all 0.3s ease; } .service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(11, 79, 124, 0.12); border-color: var(--accent-teal); } .service-icon { font-size: 2.2rem; margin-bottom: 16px; } .service-card h3 { font-size: 1.15rem; font-weight: 700; color: var(--primary-blue); margin-bottom: 10px; } .service-card p { font-size: 0.95rem; color: var(--text-medium); line-height: 1.6; } .industries-section { padding: 80px 5%; background: var(--off-white); } .industries-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; } .industry-item { background: var(--white); border: 1px solid var(--border-light); border-radius: 12px; padding: 28px 20px; text-align: center; transition: all 0.3s ease; } .industry-item:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(11, 79, 124, 0.1); border-color: var(--accent-teal); } .industry-icon { font-size: 2.5rem; margin-bottom: 12px; } .industry-item h3 { font-size: 1rem; font-weight: 700; color: var(--primary-blue); } .content-section { padding: 80px 5%; background: var(--white); } .content-container { max-width: 900px; margin: 0 auto; } .content-container h2 { font-size: 2rem; font-weight: 800; color: var(--primary-blue); margin-bottom: 24px; } .content-container h3 { font-size: 1.4rem; font-weight: 700; color: var(--primary-blue); margin-top: 36px; margin-bottom: 14px; } .content-container p { color: var(--text-medium); margin-bottom: 18px; font-size: 1.02rem; } .content-container a { color: var(--accent-teal); font-weight: 500; } .content-container a:hover { color: var(--primary-blue); text-decoration: underline; } .cta-box { background: linear-gradient(135deg, var(--primary-blue), #063a5c); color: var(--white); padding: 40px; border-radius: 14px; text-align: center; margin-top: 50px; } .cta-box h3 { color: var(--white); font-size: 1.6rem; margin-top: 0; margin-bottom: 12px; } .cta-box p { color: rgba(255, 255, 255, 0.85); margin-bottom: 24px; } .cta-box .btn-primary { color: var(--white) !important; border: 1px solid rgba(255, 255, 255, 0.28); margin: 0 8px; } .cta-box .btn-primary:hover { color: var(--white) !important; } @media (max-width: 1024px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } .hero-photo { max-width: 420px; margin: 0 auto; } .services-grid { grid-template-columns: repeat(2, 1fr); } .industries-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 640px) { .hero { padding: 60px 5% 40px; } .hero h1 { font-size: 2rem; } .hero-stats { grid-template-columns: 1fr; gap: 12px; } .hero-buttons { flex-direction: column; } .btn-primary, .btn-secondary { text-align: center; width: 100%; } .services-grid { grid-template-columns: 1fr; } .industries-grid { grid-template-columns: 1fr; } .section-header h2 { font-size: 1.7rem; } .content-container h2 { font-size: 1.6rem; } .cta-box .btn-primary { display: flex; width: 100%; margin: 8px 0; } } </style> </head> <body> <!-- Hero Section --> <section class="hero"> <div class="hero-grid"> <div class="hero-content"> <h1>Dry Ice Blasting Services in <span>Hobbs, New Mexico</span></h1> <p class="hero-subtitle">Industrial Cleaning Experts provides specialized dry ice blasting services to Hobbs and the heart of the Permian Basin. Our advanced cleaning technology serves the oil & gas, energy, manufacturing, and power generation facilities that fuel southeastern New Mexico's thriving energy economy.</p> <div class="hero-buttons"> <a href="tel:4694253434" class="btn-primary">Get Hobbs Quote →</a> <a href="tel:4694253434" class="btn-secondary">📞 469-425-3434</a> </div> <div class="hero-stats"> <div class="stat-item"> <span class="stat-value">100%</span> <span class="stat-label">Non-Abrasive</span> </div> <div class="stat-item"> <span class="stat-value">24/7</span> <span class="stat-label">Emergency Service</span> </div> <div class="stat-item"> <span class="stat-value">Fast</span> <span class="stat-label">Response Time</span> </div> </div> </div> <div class="hero-photo"> <div class="hero-video-frame"> <iframe src="https://player.vimeo.com/video/1169421230?badge=0&autopause=0&player_id=0&app_id=58479&autoplay=1&muted=1&loop=1&background=1" allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share" referrerpolicy="strict-origin-when-cross-origin" title="Dryice1(3)"> </iframe> </div> </div> </div> </section> <!-- Services Section --> <section class="services-section"> <div class="section-container"> <div class="section-header"> <h2>Our Hobbs Industrial Cleaning Services</h2> <p>Purpose-built dry ice blasting solutions for the Permian Basin's oil & gas, energy, and industrial operations.</p> </div> <div class="services-grid"> <div class="service-card"> <div class="service-icon">🛢️</div> <h3>Oil & Gas Equipment Cleaning</h3> <p>Remove paraffin, scale, hydrocarbon buildup, and corrosion from wellhead equipment, production tanks, separators, and gathering systems across the Permian Basin.</p> </div> <div class="service-card"> <div class="service-icon">⚙️</div> <h3>Frac Equipment Cleaning</h3> <p>Restore hydraulic fracturing equipment, frac pumps, blenders, manifolds, and iron to operational condition with thorough dry ice blasting that removes fluid residues and buildup.</p> </div> <div class="service-card"> <div class="service-icon">⚡</div> <h3>Power Generation Cleaning</h3> <p>Clean turbines, generators, heat recovery systems, and electrical infrastructure at power plants and distributed generation facilities throughout the Hobbs region.</p> </div> <div class="service-card"> <div class="service-icon">🏭</div> <h3>Manufacturing Equipment Cleaning</h3> <p>Maintain production lines, welding cells, CNC machines, and processing equipment with non-abrasive dry ice blasting that eliminates downtime from disassembly.</p> </div> <div class="service-card"> <div class="service-icon">🔌</div> <h3>Electrical Systems Cleaning</h3> <p>Safely clean motor control centers, switchgear, transformers, and distribution panels without moisture or conductive residue—critical for continuous oilfield operations.</p> </div> <div class="service-card"> <div class="service-icon">🔧</div> <h3>Surface Preparation</h3> <p>Prepare metal surfaces for coating, inspection, or welding by removing rust, old coatings, grease, and contamination without damaging the underlying substrate.</p> </div> </div> </div> </section> <!-- Industries Section --> <section class="industries-section"> <div class="section-container"> <div class="section-header"> <h2>Industries We Serve in Hobbs</h2> <p>Supporting the Permian Basin's most demanding industrial operations with advanced cleaning technology.</p> </div> <div class="industries-grid"> <div class="industry-item"> <div class="industry-icon">🛢️</div> <h3>Oil & Gas Production</h3> </div> <div class="industry-item"> <div class="industry-icon">⚙️</div> <h3>Oilfield Services</h3> </div> <div class="industry-item"> <div class="industry-icon">⚡</div> <h3>Power Generation</h3> </div> <div class="industry-item"> <div class="industry-icon">🏭</div> <h3>Manufacturing</h3> </div> <div class="industry-item"> <div class="industry-icon">🔌</div> <h3>Electrical & Utilities</h3> </div> <div class="industry-item"> <div class="industry-icon">🚛</div> <h3>Transportation & Fleet</h3> </div> <div class="industry-item"> <div class="industry-icon">🏗️</div> <h3>Construction</h3> </div> <div class="industry-item"> <div class="industry-icon">🏢</div> <h3>Commercial Facilities</h3> </div> </div> </div> </section> <!-- Content Section --> <section class="content-section"> <div class="content-container"> <h2>Professional Dry Ice Blasting in Hobbs, New Mexico</h2> <p>Hobbs, New Mexico, is the undisputed energy capital of southeastern New Mexico and one of the most active oil and gas communities in the entire Permian Basin. Located in Lea County along the Texas–New Mexico border, Hobbs serves as the operational headquarters for hundreds of energy companies, oilfield service providers, and supporting industries. Industrial Cleaning Experts delivers professional <a href="/services/industrial-dry-ice-blasting">dry ice blasting services</a> to the facilities and field operations that power this critical energy hub, providing non-abrasive, waterless cleaning solutions engineered for the demands of the Permian Basin.</p> <p>Our Hobbs service area encompasses all of Lea County and extends throughout the surrounding Permian Basin communities, including Lovington, Eunice, Jal, Tatum, and the vast network of oil field operations stretching across southeastern New Mexico. We deploy mobile dry ice blasting equipment directly to well sites, compressor stations, processing facilities, and industrial plants, bringing advanced cleaning technology wherever it's needed most.</p> <h3>Permian Basin Oil and Gas Cleaning</h3> <p>The Permian Basin is one of the most productive hydrocarbon-bearing regions on Earth, and Hobbs sits squarely in the middle of the action. Lea County consistently ranks among the top oil-producing counties in New Mexico, with thousands of active wells, hundreds of miles of gathering and transmission pipelines, and dozens of gas processing facilities generating continuous demand for industrial cleaning services. Our <a href="/services/oil-and-gas-dry-ice-blasting">oil and gas dry ice blasting services</a> are specifically designed to meet the unique cleaning challenges that Permian Basin operators face every day.</p> <p>Production equipment in the Hobbs area accumulates heavy paraffin wax deposits, mineral scale, asphaltene buildup, and hydrocarbon residues that degrade performance and accelerate equipment failure. Our dry ice blasting process removes these deposits from tanks, separators, heater treaters, dehydration units, and wellhead assemblies without introducing water or chemical agents into the process. This waterless approach is a critical advantage in the arid southeastern New Mexico environment, where water sourcing is expensive and disposal of contaminated wash fluids adds significant cost and regulatory burden to cleaning operations.</p> <p>We provide extensive cleaning services for <a href="/services/production-facilities-dry-ice-blasting">production facilities</a>, compressor stations, and gas plants throughout the Hobbs area. Dry ice blasting effectively removes carbon deposits, grease, and corrosion from compressor internals, cooler fins, valve assemblies, and piping systems. Our ability to clean heat exchangers and fin-fan coolers without disassembly saves operators significant time and money compared to traditional cleaning methods that require equipment teardown and extended outages.</p> <h3>Frac Equipment and Oilfield Services</h3> <p>Hobbs is a major staging ground for hydraulic fracturing operations across the New Mexico side of the Permian Basin. Frac fleets, wireline units, coiled tubing spreads, and well service rigs operate continuously from yards and staging areas in and around the city. This equipment takes a beating in the field, accumulating layers of drilling mud, frac fluid residue, grease, hydraulic oil, and desert dust that impair performance and complicate maintenance inspections.</p> <p>Our dry ice blasting services restore frac pumps, blenders, hydration units, manifold trailers, and associated iron to inspection-ready condition. The non-abrasive nature of dry ice blasting is particularly important for frac equipment, where high-pressure components must maintain precise surface tolerances. Unlike pressure washing, which can force water into bearings, electrical connections, and sealed components, dry ice blasting cleans thoroughly while leaving zero moisture residue. This makes it the preferred cleaning method for <a href="/industries/oil-and-gas">oilfield service companies</a> that need equipment cleaned between jobs without risking water damage to sensitive systems.</p> <p>Fleet maintenance operations in Hobbs also benefit from our services. Heavy trucks, vacuum trailers, hot oil units, and specialized oilfield vehicles accumulate road grime, hydrocarbon contamination, and corrosive materials that standard washing cannot fully remove. Dry ice blasting cleans engines, frames, undercarriages, and chassis components to like-new condition, supporting both preventive maintenance programs and DOT inspection readiness.</p> <h3>Power Generation and Electrical Infrastructure</h3> <p>The explosive growth of oil and gas activity in the Hobbs area has driven significant expansion of power generation and electrical distribution infrastructure. Natural gas-fired power plants, distributed generation facilities, and the extensive electrical grid serving oilfield operations all require regular cleaning to maintain efficiency and reliability. Our <a href="/services/electrical-dry-ice-blasting">electrical cleaning services</a> address these needs with a process that is completely dry, non-conductive in its application method, and safe for use on energized equipment when proper protocols are followed.</p> <p>We clean turbine components, generator housings, heat recovery steam generators, and balance-of-plant equipment at power generation facilities throughout the Hobbs region. For the extensive network of substations, switchyards, and distribution equipment serving the Permian Basin, dry ice blasting removes insulating dust, salt contamination, and environmental deposits that cause tracking, flashover, and premature equipment degradation. Our teams also clean motor control centers, variable frequency drives, and programmable logic controllers at <a href="/industries/power-generation">power generation</a> and industrial facilities where equipment reliability is non-negotiable.</p> <h3>Manufacturing and Industrial Facilities</h3> <p>While oil and gas dominates the Hobbs economy, the city also supports a growing base of <a href="/industries/manufacturing">manufacturing</a> and industrial operations that serve both the energy sector and broader markets. Machine shops, fabrication facilities, pipe coating operations, and equipment refurbishment centers all rely on clean machinery and properly prepared surfaces to deliver quality products. Our <a href="/services/manufacturing-dry-ice-blasting">manufacturing cleaning services</a> help these operations maintain production quality while minimizing the downtime associated with traditional cleaning methods.</p> <p>Dry ice blasting removes welding slag, cutting fluid residue, rust, old coatings, and shop grime from manufacturing equipment without the mess and waste generated by solvent cleaning or pressure washing. For pipe coating and surface preparation operations—a major business segment in Hobbs—our <a href="/services/surface-preparation-dry-ice-blasting">surface preparation services</a> deliver consistently clean substrates that promote optimal coating adhesion and longevity.</p> <h3>Why Hobbs Facilities Choose Our Services</h3> <p>In the fast-paced Permian Basin operating environment, downtime is the enemy. Every hour that a piece of equipment sits idle waiting to be cleaned represents lost production revenue and delayed operations. Industrial Cleaning Experts has earned the trust of Hobbs-area operators by delivering dry ice blasting services that dramatically reduce cleaning time compared to conventional methods. Our process requires no equipment disassembly, generates no secondary waste stream, uses no water, and leaves surfaces ready for immediate return to service.</p> <p>We provide 24/7 emergency response because the Permian Basin doesn't shut down for nights, weekends, or holidays. When a compressor station goes down, a frac fleet needs rapid turnaround, or a production facility requires emergency decontamination, our teams are ready to mobilize. Our mobile dry ice blasting units are self-contained and fully equipped to operate at any location in Lea County and beyond, from established industrial plants in Hobbs to remote well pads deep in the oil patch.</p> <p>Our technicians bring deep knowledge of Permian Basin operations to every job. We understand the specific contaminants, equipment types, and operational pressures that define this region, and we tailor our cleaning programs to deliver maximum results with minimum disruption to your operations.</p> <h3>Service Area Coverage</h3> <p>From our operations serving <a href="/locations/new-mexico">New Mexico</a>, we provide dry ice blasting services throughout Lea County and the southeastern New Mexico Permian Basin, including Hobbs, Lovington, Eunice, Jal, Tatum, and all surrounding oil field areas. Our coverage extends across four states, including <a href="/locations/texas">Texas</a>, <a href="/locations/louisiana">Louisiana</a>, <a href="/locations/oklahoma">Oklahoma</a>, and New Mexico. For nearby service in other New Mexico cities, visit our <a href="/locations/new-mexico/roswell">Roswell</a>, <a href="/locations/new-mexico/las-cruces">Las Cruces</a>, or <a href="/locations/new-mexico/albuquerque">Albuquerque</a> pages. Contact us today at <a href="tel:4694253434">469-425-3434</a> or <a href="mailto:info@dryiceblasts.com">info@dryiceblasts.com</a> to schedule dry ice blasting service for your Hobbs facility.</p> <div class="cta-box"> <h3>Ready to Get Started in Hobbs?</h3> <p>Contact Industrial Cleaning Experts for a free dry ice blasting quote for your Hobbs, NM facility.</p> <a href="tel:4694253434" class="btn-primary">Get Hobbs Quote →</a> <a href="tel:4694253434" class="btn-primary">📞 469-425-3434</a> </div> </div> </section> <script src="https://player.vimeo.com/api/player.js"></script> </body> </html> </div><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="fullSection noBorder radius0 none c-section c-wrapper section-4WG_uZj8zQ" style="" id="section-4WG_uZj8zQ"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="row-align-center noBorder radius0 none c-row c-wrapper row-Lc0b2HBTmN" id="row-Lc0b2HBTmN"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="noBorder radius0 none c-column c-wrapper col-BUsblcoUKU" id="col-BUsblcoUKU"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="custom-code-NOLiH_S3P2" class="c-custom-code c-wrapper custom-code-NOLiH_S3P2"><!----><!----><!----><!----><!----><!----><!----><span></span><div id="custom-code-NOLiH_S3P2" class="custom-code-container ccustom-code-NOLiH_S3P2"><!-- ════════════════════════════════════════════════════════════════════════ FOOTER — DryIceBlasts.com | Industrial Cleaning Experts Include this at the bottom of every page, before </body> UPDATES: - Matches header logo (same image, no white filter) - Changed branding to "Industrial Cleaning Experts" - Logo displays in original colors ════════════════════════════════════════════════════════════════════════ --> <!-- Footer Styles --> <style> .site-footer { background: var(--dark-800, #1a1a2e); color: rgba(255,255,255,.7); padding: 64px 0 0; } .footer-container { max-width: 100%; margin: 0 auto; padding: 0 32px; } .footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1); } /* Footer Brand with Logo Image */ .footer-brand .footer-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-bottom: 16px; } .footer-logo-img { height: 46px; width: auto; object-fit: contain; /* No filter - logo displays in original colors */ } .footer-logo-text { display: flex; flex-direction: column; line-height: 1.15; } .footer-logo-company { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 1.2rem; color: #fff; letter-spacing: -.02em; } .footer-logo-tagline { font-family: 'DM Sans', sans-serif; font-size: .72rem; font-weight: 600; color: var(--accent-teal, #5EEAD4); text-transform: uppercase; letter-spacing: .08em; } .footer-brand > p { font-size: .9rem; line-height: 1.65; max-width: 340px; margin-bottom: 20px; } /* Contact details in footer brand */ .footer-contact { list-style: none; padding: 0; margin: 0; } .footer-contact li { display: flex; align-items: flex-start; gap: 10px; font-size: .88rem; margin-bottom: 10px; line-height: 1.5; } .footer-contact-icon { flex-shrink: 0; font-size: 1rem; margin-top: 1px; } .footer-contact a { color: rgba(255,255,255,.7); text-decoration: none; transition: color .3s ease; } .footer-contact a:hover { color: var(--accent-light, #5EEAD4); } /* Footer columns */ .footer-col h4 { color: #fff; font-family: 'Archivo', sans-serif; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 18px; font-weight: 700; } .footer-col ul { list-style: none; padding: 0; margin: 0; } .footer-col li { margin-bottom: 10px; } .footer-col a { color: rgba(255,255,255,.55); font-size: .88rem; text-decoration: none; transition: color .3s ease; } .footer-col a:hover { color: var(--accent-light, #5EEAD4); } /* Footer Bottom */ .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; font-size: .8rem; color: rgba(255,255,255,.35); flex-wrap: wrap; gap: 12px; } .footer-bottom a { color: rgba(255,255,255,.4); text-decoration: none; transition: color .3s ease; } .footer-bottom a:hover { color: rgba(255,255,255,.7); } /* Responsive */ @media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } } @media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; gap: 32px; } .site-footer { padding: 48px 0 0; } .footer-container { padding: 0 20px; } .footer-logo-text { display: none; } } </style> <footer class="site-footer"> <div class="footer-container"> <div class="footer-grid"> <!-- Brand + Contact Info --> <div class="footer-brand"> <a href="/" class="footer-logo" aria-label="Industrial Cleaning Experts — Home"> <img src="https://storage.googleapis.com/msgsndr/gP6s6EnlCiHJJ3UEY6yE/media/69881f380708e478007e12f1.webp" alt="Industrial Cleaning Experts logo" class="footer-logo-img" width="160" height="46" > <div class="footer-logo-text"> <span class="footer-logo-company">Industrial Cleaning Experts</span> <span class="footer-logo-tagline">DryIceBlasts.com</span> </div> </a> <p>Professional dry ice blasting services across Texas, Louisiana, Oklahoma, and New Mexico. Non-abrasive, eco-friendly cleaning with zero secondary waste.</p> <ul class="footer-contact"> <li> <span class="footer-contact-icon">📍</span> <span>5806 Beechwood Ct, Allen, TX 75002</span> </li> <li> <span class="footer-contact-icon">📞</span> <a href="tel:+14694253434">469-425-3434</a> </li> <li> <span class="footer-contact-icon">✉️</span> <a href="mailto:info@dryiceblasts.com">info@dryiceblasts.com</a> </li> </ul> </div> <!-- Services Column --> <div class="footer-col"> <h4>Services</h4> <ul> <li><a href="/services">All Services</a></li> <li><a href="/services/dry-ice-blasting">Dry Ice Blasting</a></li> <li><a href="/services/contaminant-remediation">Contaminant Remediation</a></li> <li><a href="/services/facility-maintenance">Facility Maintenance</a></li> <li><a href="/services/fire-restoration-cleaning">Fire Restoration</a></li> <li><a href="/services/heat-transfer-equipment-cleaning">Heat Transfer Cleaning</a></li> <li><a href="/services/hrsg-services">HRSG Services</a></li> <li><a href="/services/industrial-printer-cleaning">Printer Cleaning</a></li> <li><a href="/services/frac-pump-radiator-cleaning">Frac Pump Radiators</a></li> <li><a href="/services/food-manufacturing-equipment-cleaning">Food Equipment Cleaning</a></li> <li><a href="/services/power-generation-dry-ice-blasting">Power Generation</a></li> <li><a href="/services/production-facilities-dry-ice-blasting">Production Facilities</a></li> </ul> </div> <!-- Industries Column --> <div class="footer-col"> <h4>Industries</h4> <ul> <li><a href="/industries">All Industries</a></li> <li><a href="/industries/oil-and-gas">Oil & Gas</a></li> <li><a href="/industries/manufacturing">Manufacturing</a></li> <li><a href="/industries/food-and-beverage">Food & Beverage</a></li> <li><a href="/industries/power-generation-and-utilities">Power Generation</a></li> <li><a href="/industries/construction">Construction</a></li> <li><a href="/industries/industrial-printing">Industrial Printing</a></li> <li><a href="/industries/historical-restoration">Historical Restoration</a></li> </ul> </div> <!-- Locations Column --> <div class="footer-col"> <h4>Locations</h4> <ul> <li><a href="/locations">All Locations</a></li> <li><a href="/locations/texas">Texas</a></li> <li><a href="/locations/texas/houston">— Houston</a></li> <li><a href="/locations/texas/dallas">— Dallas</a></li> <li><a href="/locations/texas/fort-worth">— Fort Worth</a></li> <li><a href="/locations/texas/beaumont">— Beaumont</a></li> <li><a href="/locations/texas/port-arthur">— Port Arthur</a></li> <li><a href="/locations/texas/corpus-christi">— Corpus Christi</a></li> <li><a href="/locations/texas/midland">— Midland / Odessa</a></li> <li><a href="/locations/louisiana">Louisiana</a></li> <li><a href="/locations/louisiana/baton-rouge">— Baton Rouge</a></li> <li><a href="/locations/louisiana/new-orleans">— New Orleans</a></li> <li><a href="/locations/louisiana/lake-charles">— Lake Charles</a></li> <li><a href="/locations/louisiana/lafayette">— Lafayette</a></li> <li><a href="/locations/louisiana/shreveport">— Shreveport</a></li> <li><a href="/locations/oklahoma">Oklahoma</a></li> <li><a href="/locations/oklahoma/oklahoma-city">— Oklahoma City</a></li> <li><a href="/locations/oklahoma/tulsa">— Tulsa</a></li> <li><a href="/locations/oklahoma/norman">— Norman</a></li> <li><a href="/locations/oklahoma/edmond">— Edmond</a></li> <li><a href="/locations/oklahoma/lawton">— Lawton</a></li> <li><a href="/locations/new-mexico">New Mexico</a></li> <li><a href="/locations/new-mexico/albuquerque">— Albuquerque</a></li> <li><a href="/locations/new-mexico/santa-fe">— Santa Fe</a></li> <li><a href="/locations/new-mexico/las-cruces">— Las Cruces</a></li> <li><a href="/locations/new-mexico/roswell">— Roswell</a></li> <li><a href="/locations/new-mexico/hobbs">— Hobbs</a></li> </ul> </div> <!-- Company Column --> <div class="footer-col"> <h4>Company</h4> <ul> <li><a href="/about">About Us</a></li> <li><a href="/contact">Contact</a></li> <li><a href="/blog">Blog</a></li> </ul> <h4 style="margin-top: 28px;">Resources</h4> <ul> <li><a href="/resources">All Resources</a></li> <li><a href="/resources/how-dry-ice-blasting-works">How Dry Ice Blasting Works</a></li> <li><a href="/resources/dry-ice-blasting-vs-other-cleaning-methods">Dry Ice vs. Other Methods</a></li> <li><a href="/resources/dry-ice-blasting-faqs">FAQs</a></li> <li><a href="/resources/photo-gallery">Photo Gallery</a></li> </ul> </div> </div> <!-- Footer Bottom --> <div class="footer-bottom"> <span>© 2026 Industrial Cleaning Experts — DryIceBlasts.com. All rights reserved.</span> <span> <a href="/privacy-policy">Privacy Policy</a>  |  <a href="/terms-of-service">Terms of Service</a>  |  <a href="/sitemap.xml">Sitemap</a> </span> </div> </div> </footer></div><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div></div><!----><!----><!----></div><!--]--></div><!--]--><!--]--></div><div id="teleports"></div><script>window.__NUXT__={};window.__NUXT__.config={public:{baseUrl:"https://apisystem.tech",newBaseURL:"https://backend.leadconnectorhq.com/appengine",serverBaseUrl:"https://apisystem.tech",NODE_ENV:"production",OLD_STORAGE_API_URL1_CDN:"https://cdn.msgsndr.com",OLD_STORAGE_API_URL2_CDN:"https://assets.cdn.msgsndr.com",STORAGE_API_URL1_CDN:"https://cdn.filesafe.space",STORAGE_API_URL2_CDN:"https://assets.cdn.filesafe.space",REVIEW_WIDGET_URL:"https://backend.leadconnectorhq.com/appengine/reviews/get_widget/",REST_API_URLS:"https://backend.leadconnectorhq.com",STATS_API_URL:"https://backend.leadconnectorhq.com",paymentsServiceUrl:"https://backend.leadconnectorhq.com",HLS_URL:"https://content.apisystem.tech",IMAGE_CDN:"https://images.leadconnectorhq.com",IMAGE_CDN_WHITELIST:["assets.cdn.msgsndr.com","cdn.msgsndr.com","cdn.filesafe.space","assets.cdn.filesafe.space","storage.googleapis.com","firebasestorage.googleapis.com"],authorizeAcceptJsUrlTestMode:"https://jstest.authorize.net/v1/Accept.js",authorizeAcceptJsUrlLiveMode:"https://js.authorize.net/v1/Accept.js",nmiPaymentProviderScriptUrl:"https://secure.safewebservices.com/token/Collect.js",FORMS_SERVICE_URL:"https://backend.leadconnectorhq.com",SURVEYS_SERVICE_URL:"https://backend.leadconnectorhq.com",QR_CODE_SERVICE_URL:"https://backend.leadconnectorhq.com",GOOGLE_API_SERVICE_URL:"https://services.leadconnectorhq.com/common-google",ECOMMERCE_SERVICE_URL:"https://backend.leadconnectorhq.com/ecommerce",HL_HOMEPAGE_STEPID:"6dcfb06b-9734-44bd-bbcc-8bd4b7fec976",STRIPE_BNPL_CONFIGURATION_TEST:"pmc_1OaAR1FpU9DlKp7RH0HHU4xH",STRIPE_BNPL_CONFIGURATION_LIVE:"pmc_1OlnyOFpU9DlKp7R4tTHuihw",STRIPE_PMC_KEY_TEST:"pmc_1Ps2bTFpU9DlKp7RmgTzmJUL",STRIPE_PMC_KEY_LIVE:"pmc_1PzYYpFpU9DlKp7RcgxVmcvS",STRIPE_DEFAULT_CONFIGURATION_TEST:"pmc_1M95aRFpU9DlKp7ReIqqY0PP",STRIPE_DEFAULT_CONFIGURATION_LIVE:"pmc_1NYilsFpU9DlKp7RkMiUNrKE",STRIPE_DEFAULT_CONFIGURATION_TEST_SURVEY:"pmc_1QrvB7FpU9DlKp7RcL9L2idV",STRIPE_DEFAULT_CONFIGURATION_LIVE_SURVEY:"pmc_1Qwds7FpU9DlKp7RMCBlclQ0",STRIPE_DEFAULT_CONFIGURATION_TEST_FORM:"pmc_1Qodu1FpU9DlKp7RoWHB8Txx",STRIPE_DEFAULT_CONFIGURATION_LIVE_FORM:"pmc_1QwcV0FpU9DlKp7RORUHPK8B",STRIPE_CARD_ONLY_TEST_PMC:"pmc_1PVvmcFpU9DlKp7RFsjX5G7G",STRIPE_CARD_ONLY_LIVE_PMC:"pmc_1PVvogFpU9DlKp7Rj8F0ITLV",ENTERPRISE_RECAPTCHA_SITE_KEY:"6LeDBFwpAAAAAJe8ux9-imrqZ2ueRsEtdiWoDDpX",ENTERPRISE_RECAPTCHA_CHECKBOX_SITE_KEY:"6Lfjxx4sAAAAAIsnmlR5mKNS7QwIWqDjABW2SUu7",STRIPE_ONE_STEP_PMC_ID_TEST:"pmc_1QodqYFpU9DlKp7R8EIapiwE",STRIPE_TWO_STEP_PMC_ID_TEST:"pmc_1QodsEFpU9DlKp7RHRyay2KC",STRIPE_ONE_STEP_PMC_ID_LIVE:"pmc_1QwcLrFpU9DlKp7Rl9zb07x1",STRIPE_TWO_STEP_PMC_ID_LIVE:"pmc_1QwcP4FpU9DlKp7R4L0ytWkJ",RECAPTCHA_SITE_KEY:"6LfcbMseAAAAAI-EJoB-lUh7_TJaYloLbcbmnhEO",i18n:{baseUrl:"",defaultLocale:"en",defaultDirection:"ltr",strategy:"no_prefix",lazy:true,rootRedirect:"",routesNameSeparator:"___",defaultLocaleRouteNameSuffix:"default",skipSettingLocaleOnNavigate:true,differentDomains:false,trailingSlash:false,detectBrowserLanguage:{alwaysRedirect:false,cookieCrossOrigin:false,cookieDomain:"",cookieKey:"i18n_redirected",cookieSecure:false,fallbackLocale:"",redirectOn:"root",useCookie:true},experimental:{localeDetector:"",switchLocalePathLinkSSR:false,autoImportTranslationFunctions:false,typedPages:true,typedOptionsAndMessages:false,generatedLocaleFilePathFormat:"absolute",alternateLinkCanonicalQueries:false,hmr:true},multiDomainLocales:false,domainLocales:{da:{domain:""},de:{domain:""},en:{domain:""},es:{domain:""},fi:{domain:""},"fr-ca":{domain:""},fr:{domain:""},hu:{domain:""},it:{domain:""},nl:{domain:""},no:{domain:""},pl:{domain:""},"pt-br":{domain:""},pt:{domain:""},sv:{domain:""}}}},app:{baseURL:"/",buildId:"241122cd-48e8-4190-8b37-f13a0be652cb",buildAssetsDir:"/_preview/",cdnURL:"https://stcdn.leadconnectorhq.com/"}}</script><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="true" id="__NUXT_DATA__">[["ShallowReactive",1],{"data":2,"state":311,"once":900,"_errors":901,"serverRendered":41},["ShallowReactive",3],{"pageData":4},{"elements":5,"popup":262,"fontsToLoad":38,"customFonts":263,"meta":264,"domainName":265,"pageUrl":266,"pageId":267,"pageName":268,"locationId":269,"headerCode":38,"footerCode":38,"popupsList":270,"favicon":304,"globalHeadTrackingCode":305,"globalBodyTrackingCode":38,"funnelId":306,"funnelName":307,"stepId":308,"affiliateId":-1,"cookieConsent":-1,"disablePageLevelCookieConsent":34,"pixelToInit":309,"isOptimisePageLoad":41,"backgroundSettingsClass":40,"schemaMarkup":310,"isGeolocationNeeded":34},[6,12,49,73,103,116,138,156,178,189,211,229,251],{"id":7,"child":8},"hl_main",[9,10,11],"section-Dc5-h0ptCT","section-3eW7LvyF-","section-4WG_uZj8zQ",{"id":9,"type":13,"child":14,"class":16,"styles":25,"extra":29,"meta":13,"tagName":47,"title":48,"_id":9,"isGlobal":41},"section",[15],"row-yOJevfrn5I",{"width":17,"borders":19,"borderRadius":21,"radiusEdge":23},{"value":18},"fullSection",{"value":20},"noBorder",{"value":22},"radius0",{"value":24},"none",{"borderWidth":26},{"value":27,"unit":28},"2","px",{"sticky":30,"visibility":32,"bgImage":35,"allowRowMaxWidth":42,"customClass":43,"elementScreenshot":45},{"value":31},"noneSticky",{"value":33},{"hideDesktop":34,"hideMobile":34},false,{"value":36},{"mediaType":37,"url":38,"opacity":39,"options":40,"svgCode":38,"videoUrl":38,"videoThumbnail":38,"videoLoop":41},"image","","1","bgCover",true,{"value":41},{"value":44},[],{"value":46},[],"c-section","Header",{"id":15,"type":50,"child":51,"class":53,"styles":59,"extra":61,"tagName":71,"meta":50,"title":72},"row",[52],"col-gMtDWCG1bx",{"alignRow":54,"borders":56,"borderRadius":57,"radiusEdge":58},{"value":55},"row-align-center",{"value":20},{"value":22},{"value":24},{"borderWidth":60},{"value":27,"unit":28},{"visibility":62,"bgImage":64,"rowWidth":66,"customClass":69},{"value":63},{"hideDesktop":34,"hideMobile":34},{"value":65},{"mediaType":37,"url":38,"opacity":39,"options":40,"svgCode":38,"videoUrl":38,"videoThumbnail":38,"videoLoop":41},{"value":67,"unit":68},100,"%",{"value":70},[],"c-row","1 Column Row",{"id":52,"type":74,"child":75,"class":77,"styles":82,"extra":84,"tagName":100,"meta":74,"title":101,"noOfColumns":102},"col",[76],"custom-code-4iXi1KLXv2",{"borders":78,"borderRadius":79,"radiusEdge":80,"nestedColumn":81},{"value":20},{"value":22},{"value":24},{"value":38},{"borderWidth":83},{"value":27,"unit":28},{"visibility":85,"bgImage":87,"columnLayout":89,"justifyContentColumnLayout":91,"alignContentColumnLayout":93,"forceColumnLayoutForMobile":95,"customClass":96,"elementVersion":98},{"value":86},{"hideDesktop":34,"hideMobile":34},{"value":88},{"mediaType":37,"url":38,"opacity":39,"options":40,"svgCode":38,"videoUrl":38,"videoThumbnail":38,"videoLoop":41},{"value":90},"column",{"value":92},"center",{"value":94},"inherit",{"value":41},{"value":97},[],{"value":99},2,"c-column","1st Column",1,{"extra":104,"id":76,"meta":113,"tagName":114,"class":115},{"visibility":105,"customCode":107,"customClass":110,"nodeId":112},{"value":106},{"hideMobile":38,"hideDesktop":38},{"value":108},{"rawCustomCode":109},"\u003C!-- ════════════════════════════════════════════════════════════════════════\n HEADER — DryIceBlasts.com | Industrial Cleaning Experts\n Sticky, full-width, with dropdowns and mobile menu\n \n FIXES v9 - COMPLETE MOBILE MENU REWRITE:\n - Overlay moved INSIDE header to share stacking context\n - All z-indexes work within same context\n - Removed turbine-hrsg and dry-ice-cleaning links\n - Call button text is BLACK\n════════════════════════════════════════════════════════════════════════ -->\n\u003Cstyle>\n /* ── Top Bar ── */\n .header-topbar {\n background: var(--dark-grey, #1F2937);\n color: rgba(255,255,255,.8);\n font-size: .82rem;\n padding: 8px 0;\n width: 100%;\n }\n .header-topbar .topbar-inner {\n max-width: 100%;\n margin: 0 auto;\n padding: 0 32px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n .topbar-left {\n display: flex;\n align-items: center;\n gap: 24px;\n }\n .topbar-left a,\n .topbar-left span {\n color: rgba(255,255,255,.75);\n text-decoration: none;\n display: inline-flex;\n align-items: center;\n gap: 6px;\n transition: color .3s ease;\n }\n .topbar-left a:hover { color: var(--light-teal, #5EEAD4); }\n .topbar-right {\n color: rgba(255,255,255,.55);\n font-weight: 500;\n }\n @media (max-width: 600px) {\n .topbar-inner { justify-content: center; flex-wrap: wrap; gap: 8px; }\n .topbar-right { display: none; }\n .topbar-left { gap: 16px; }\n }\n \n /* ── Main Header ── */\n .site-header {\n position: relative;\n width: 100%;\n z-index: 9999;\n background: rgba(255,255,255,.98);\n backdrop-filter: blur(14px);\n -webkit-backdrop-filter: blur(14px);\n border-bottom: 1px solid rgba(0,0,0,.06);\n transition: all .3s ease;\n }\n \n .site-header.is-sticky {\n position: fixed !important;\n top: 0 !important;\n left: 0 !important;\n right: 0 !important;\n box-shadow: 0 2px 20px rgba(11, 79, 124, 0.1);\n animation: slideDown 0.3s ease-out;\n }\n \n @keyframes slideDown {\n from { transform: translateY(-100%); }\n to { transform: translateY(0); }\n }\n \n .header-placeholder {\n display: none;\n height: 0;\n }\n .header-placeholder.active {\n display: block;\n height: 76px;\n }\n \n .header-inner {\n width: 100%;\n max-width: 100%;\n margin: 0 auto;\n padding: 0 32px;\n height: 76px;\n display: flex;\n align-items: center;\n justify-content: space-between;\n }\n \n /* ── Logo ── */\n .logo {\n display: flex;\n align-items: center;\n gap: 12px;\n text-decoration: none;\n flex-shrink: 0;\n position: relative;\n z-index: 10;\n }\n .logo-img {\n height: 46px;\n width: auto;\n object-fit: contain;\n }\n .logo-text {\n display: flex;\n flex-direction: column;\n line-height: 1.15;\n }\n .logo-company {\n font-family: 'Archivo', sans-serif;\n font-weight: 900;\n font-size: 1.2rem;\n color: var(--primary-blue, #0B4F7C);\n letter-spacing: -.02em;\n }\n .logo-tagline {\n font-family: 'DM Sans', sans-serif;\n font-size: .72rem;\n font-weight: 600;\n color: var(--accent-teal, #0D9488);\n text-transform: uppercase;\n letter-spacing: .08em;\n }\n \n /* ── Desktop Nav ── */\n .main-nav {\n display: flex;\n align-items: center;\n gap: 6px;\n }\n .main-nav > a,\n .nav-dropdown > .nav-link {\n font-family: 'DM Sans', sans-serif;\n font-size: .92rem;\n font-weight: 500;\n color: var(--dark-grey, #1F2937);\n padding: 10px 16px;\n border-radius: 8px;\n text-decoration: none;\n transition: all .25s ease;\n cursor: pointer;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n background: none;\n border: none;\n }\n .main-nav > a:hover,\n .nav-dropdown:hover > .nav-link {\n color: var(--accent-teal, #0D9488);\n background: rgba(13, 148, 136, .06);\n }\n .nav-link .dd-arrow {\n font-size: .55em;\n opacity: .4;\n transition: transform .25s ease;\n margin-left: 2px;\n }\n .nav-dropdown:hover .dd-arrow { transform: rotate(180deg); opacity: .7; }\n \n /* ── Desktop Dropdown ── */\n .nav-dropdown { \n position: relative;\n }\n \n .dropdown-menu {\n display: none;\n position: absolute;\n top: 100%;\n left: 50%;\n transform: translateX(-50%);\n padding-top: 0;\n z-index: 10000;\n }\n \n .dropdown-menu::before {\n content: '';\n position: absolute;\n top: -10px;\n left: -20px;\n right: -20px;\n height: 40px;\n background: transparent;\n pointer-events: auto;\n }\n \n .dropdown-menu-inner {\n position: relative;\n background: #fff;\n border: 1px solid rgba(0,0,0,.06);\n border-radius: 14px;\n padding: 10px 0;\n min-width: 260px;\n box-shadow: 0 12px 40px rgba(11, 79, 124, .12), 0 2px 8px rgba(0,0,0,.04);\n margin-top: 8px;\n }\n \n .nav-dropdown:hover > .dropdown-menu {\n display: block;\n }\n \n .dropdown-menu-inner a {\n display: block;\n padding: 11px 22px;\n font-size: .88rem;\n font-weight: 500;\n color: var(--dark-grey, #1F2937);\n text-decoration: none;\n transition: all .2s ease;\n line-height: 1.5;\n }\n .dropdown-menu-inner a:hover {\n background: rgba(13, 148, 136, .06);\n color: var(--accent-teal, #0D9488);\n padding-left: 26px;\n }\n .dropdown-divider {\n height: 1px;\n background: rgba(0,0,0,.06);\n margin: 8px 16px;\n }\n .dropdown-header {\n display: block;\n padding: 10px 22px 6px;\n font-size: .72rem;\n font-weight: 700;\n color: var(--medium-grey, #6B7280);\n text-transform: uppercase;\n letter-spacing: .08em;\n pointer-events: none;\n }\n \n /* ── Call CTA Button ── */\n .nav-call {\n display: inline-flex;\n align-items: center;\n gap: 8px;\n margin-left: 12px;\n padding: 11px 24px;\n background: linear-gradient(135deg, var(--accent-teal, #0D9488), var(--secondary-blue, #1A73A8));\n color: #1F2937 !important;\n font-family: 'Archivo', sans-serif;\n font-weight: 700;\n font-size: .95rem;\n border-radius: 10px;\n text-decoration: none;\n box-shadow: 0 4px 14px rgba(13, 148, 136, .3);\n transition: all .3s ease;\n white-space: nowrap;\n }\n .nav-call:hover {\n transform: translateY(-2px);\n box-shadow: 0 6px 20px rgba(13, 148, 136, .4);\n color: #1F2937 !important;\n background: linear-gradient(135deg, #0ea89a, #1e7db5);\n }\n .nav-call-icon {\n font-size: 1.1rem;\n color: #1F2937;\n animation: callPulse 2s ease-in-out infinite;\n }\n @keyframes callPulse {\n 0%, 100% { transform: scale(1); }\n 50% { transform: scale(1.15); }\n }\n \n /* ── Mobile Toggle ── */\n .nav-toggle {\n display: none;\n background: none;\n border: none;\n cursor: pointer;\n padding: 8px;\n flex-direction: column;\n gap: 5px;\n position: relative;\n z-index: 100;\n }\n .nav-toggle span {\n display: block;\n width: 26px;\n height: 2.5px;\n background: var(--dark-grey, #1F2937);\n border-radius: 2px;\n transition: all .3s ease;\n transform-origin: center;\n }\n .nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5.5px); }\n .nav-toggle.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }\n .nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5.5px); }\n \n /* ══════════════════════════════════════════════════════════════════\n MOBILE STYLES - Complete Rewrite\n ══════════════════════════════════════════════════════════════════ */\n @media (max-width: 1024px) {\n .header-inner { \n padding: 0 20px; \n height: 68px; \n }\n .header-placeholder.active { \n height: 68px; \n }\n \n /* Show hamburger */\n .nav-toggle { \n display: flex; \n }\n \n /* ── Mobile Nav Panel ── */\n .main-nav {\n display: none;\n flex-direction: column;\n position: fixed;\n top: 0; \n right: 0;\n width: 300px; \n max-width: 80vw;\n height: 100vh;\n height: 100dvh;\n background: #ffffff;\n padding: 90px 20px 32px;\n box-shadow: -5px 0 25px rgba(0,0,0,.15);\n gap: 4px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 50;\n }\n \n .main-nav.open { \n display: flex; \n }\n \n .main-nav > a,\n .nav-dropdown > .nav-link {\n width: 100%; \n padding: 14px 16px;\n font-size: 1rem; \n border-radius: 8px;\n color: #1F2937;\n }\n \n .main-nav > a:hover,\n .main-nav > a:active,\n .nav-dropdown > .nav-link:hover,\n .nav-dropdown > .nav-link:active {\n background: rgba(13, 148, 136, .08);\n color: #0D9488;\n }\n \n /* Mobile dropdowns */\n .dropdown-menu {\n position: static; \n transform: none;\n padding: 0; \n margin: 0; \n display: none;\n z-index: auto;\n }\n .dropdown-menu::before {\n display: none;\n }\n .dropdown-menu-inner {\n box-shadow: none; \n border: none;\n background: rgba(13, 148, 136, .05);\n border-radius: 8px;\n margin: 4px 0 8px 0;\n padding: 8px 0;\n }\n .dropdown-menu-inner a {\n padding: 12px 20px;\n font-size: .9rem;\n }\n .dropdown-menu-inner a:hover,\n .dropdown-menu-inner a:active {\n padding-left: 20px;\n background: rgba(13, 148, 136, .08);\n }\n \n /* Disable hover, use tap */\n .nav-dropdown:hover > .dropdown-menu { \n display: none; \n }\n .nav-dropdown.open > .dropdown-menu { \n display: block; \n }\n \n /* Call button */\n .nav-call {\n margin: 16px 0 0; \n justify-content: center;\n width: 100%; \n padding: 16px 24px;\n font-size: 1rem;\n }\n \n /* Logo adjustments */\n .logo-img { height: 38px; }\n .logo-company { font-size: 1.05rem; }\n .logo-tagline { font-size: .65rem; }\n }\n \n @media (max-width: 380px) { \n .logo-text { display: none; } \n }\n \n /* ── Mobile Overlay ── \n CRITICAL: This is OUTSIDE the header in HTML but we style it here.\n It must appear BEHIND the nav panel.\n */\n .nav-overlay {\n display: none;\n position: fixed;\n top: 0;\n left: 0;\n width: 100vw;\n height: 100vh;\n height: 100dvh;\n background: rgba(0, 0, 0, 0.5);\n z-index: 9998;\n -webkit-tap-highlight-color: transparent;\n }\n \n .nav-overlay.active {\n display: block;\n }\n \n /* When menu is open, bump header z-index higher than overlay */\n .site-header.menu-open {\n z-index: 10000;\n }\n\u003C/style>\n\n\u003C!-- Top Bar -->\n\u003Cdiv class=\"header-topbar\">\n \u003Cdiv class=\"topbar-inner\">\n \u003Cdiv class=\"topbar-left\">\n \u003Ca href=\"mailto:info@dryiceblasts.com\">✉ info@dryiceblasts.com\u003C/a>\n \u003Cspan>Serving TX, LA, OK & NM\u003C/span>\n \u003C/div>\n \u003Cdiv class=\"topbar-right\">\n Professional Dry Ice Blasting & Industrial Cleaning\n \u003C/div>\n \u003C/div>\n\u003C/div>\n\n\u003C!-- Header Placeholder -->\n\u003Cdiv class=\"header-placeholder\" id=\"headerPlaceholder\">\u003C/div>\n\n\u003C!-- Mobile Overlay - OUTSIDE header, lower z-index -->\n\u003Cdiv class=\"nav-overlay\" id=\"navOverlay\">\u003C/div>\n\n\u003C!-- Main Header -->\n\u003Cheader class=\"site-header\" id=\"siteHeader\">\n \u003Cdiv class=\"header-inner\">\n \u003C!-- Logo -->\n \u003Ca href=\"/\" class=\"logo\" aria-label=\"Industrial Cleaning Experts — Home\">\n \u003Cimg\n src=\"https://storage.googleapis.com/msgsndr/gP6s6EnlCiHJJ3UEY6yE/media/69881f380708e478007e12f1.webp\"\n alt=\"Industrial Cleaning Experts logo\"\n class=\"logo-img\"\n width=\"160\"\n height=\"46\"\n >\n \u003Cdiv class=\"logo-text\">\n \u003Cspan class=\"logo-company\">Industrial Cleaning Experts\u003C/span>\n \u003Cspan class=\"logo-tagline\">DryIceBlasts.com\u003C/span>\n \u003C/div>\n \u003C/a>\n \n \u003C!-- Mobile Toggle -->\n \u003Cbutton class=\"nav-toggle\" id=\"navToggle\" aria-label=\"Toggle navigation menu\">\n \u003Cspan>\u003C/span>\u003Cspan>\u003C/span>\u003Cspan>\u003C/span>\n \u003C/button>\n \n \u003C!-- Navigation -->\n \u003Cnav class=\"main-nav\" id=\"mainNav\" aria-label=\"Main navigation\">\n \u003C!-- Services Dropdown -->\n \u003Cdiv class=\"nav-dropdown\">\n \u003Ca href=\"/services\" class=\"nav-link\">Services \u003Cspan class=\"dd-arrow\">▼\u003C/span>\u003C/a>\n \u003Cdiv class=\"dropdown-menu\">\u003Cdiv class=\"dropdown-menu-inner\">\n \u003Ca href=\"/services\">All Services\u003C/a>\n \u003Cdiv class=\"dropdown-divider\">\u003C/div>\n \u003Cspan class=\"dropdown-header\">Core Services\u003C/span>\n \u003Ca href=\"/services/dry-ice-blasting\">Dry Ice Blasting\u003C/a>\n \u003Ca href=\"/services/contaminant-remediation\">Contaminant Remediation\u003C/a>\n \u003Ca href=\"/services/facility-maintenance\">Facility Maintenance\u003C/a>\n \u003Ca href=\"/services/fire-restoration-cleaning\">Fire Restoration Cleaning\u003C/a>\n \u003Cdiv class=\"dropdown-divider\">\u003C/div>\n \u003Cspan class=\"dropdown-header\">Specialized Services\u003C/span>\n \u003Ca href=\"/services/heat-transfer-equipment-cleaning\">Heat Transfer Equipment\u003C/a>\n \u003Ca href=\"/services/hrsg-services\">HRSG Services\u003C/a>\n \u003Ca href=\"/services/industrial-printer-cleaning\">Industrial Printer Cleaning\u003C/a>\n \u003Ca href=\"/services/frac-pump-radiator-cleaning\">Frac Pump Radiator Cleaning\u003C/a>\n \u003Ca href=\"/services/food-manufacturing-equipment-cleaning\">Food Equipment Cleaning\u003C/a>\n \u003Ca href=\"/services/power-generation-dry-ice-blasting\">Power Generation\u003C/a>\n \u003Ca href=\"/services/production-facilities-dry-ice-blasting\">Production Facilities\u003C/a>\n \u003C/div>\u003C/div>\n \u003C/div>\n \n \u003C!-- Industries Dropdown -->\n \u003Cdiv class=\"nav-dropdown\">\n \u003Ca href=\"/industries\" class=\"nav-link\">Industries \u003Cspan class=\"dd-arrow\">▼\u003C/span>\u003C/a>\n \u003Cdiv class=\"dropdown-menu\">\u003Cdiv class=\"dropdown-menu-inner\">\n \u003Ca href=\"/industries\">All Industries\u003C/a>\n \u003Cdiv class=\"dropdown-divider\">\u003C/div>\n \u003Ca href=\"/industries/oil-and-gas\">Oil & Gas\u003C/a>\n \u003Ca href=\"/industries/manufacturing\">Manufacturing\u003C/a>\n \u003Ca href=\"/industries/food-and-beverage\">Food & Beverage\u003C/a>\n \u003Ca href=\"/industries/power-generation-and-utilities\">Power Generation & Utilities\u003C/a>\n \u003Ca href=\"/industries/construction\">Construction\u003C/a>\n \u003Ca href=\"/industries/industrial-printing\">Industrial Printing\u003C/a>\n \u003Ca href=\"/industries/historical-restoration\">Historical Restoration\u003C/a>\n \u003C/div>\u003C/div>\n \u003C/div>\n \n \u003C!-- Locations Dropdown -->\n \u003Cdiv class=\"nav-dropdown\">\n \u003Ca href=\"/locations\" class=\"nav-link\">Locations \u003Cspan class=\"dd-arrow\">▼\u003C/span>\u003C/a>\n \u003Cdiv class=\"dropdown-menu\">\u003Cdiv class=\"dropdown-menu-inner\">\n \u003Ca href=\"/locations\">All Locations\u003C/a>\n \u003Cdiv class=\"dropdown-divider\">\u003C/div>\n \u003Ca href=\"/locations/texas\">Texas\u003C/a>\n \u003Ca href=\"/locations/louisiana\">Louisiana\u003C/a>\n \u003Ca href=\"/locations/oklahoma\">Oklahoma\u003C/a>\n \u003Ca href=\"/locations/new-mexico\">New Mexico\u003C/a>\n \u003C/div>\u003C/div>\n \u003C/div>\n \n \u003C!-- Resources Dropdown -->\n \u003Cdiv class=\"nav-dropdown\">\n \u003Ca href=\"/resources\" class=\"nav-link\">Resources \u003Cspan class=\"dd-arrow\">▼\u003C/span>\u003C/a>\n \u003Cdiv class=\"dropdown-menu\">\u003Cdiv class=\"dropdown-menu-inner\">\n \u003Ca href=\"/resources\">All Resources\u003C/a>\n \u003Cdiv class=\"dropdown-divider\">\u003C/div>\n \u003Ca href=\"/resources/how-dry-ice-blasting-works\">How Dry Ice Blasting Works\u003C/a>\n \u003Ca href=\"/resources/dry-ice-blasting-vs-other-cleaning-methods\">Dry Ice vs. Other Methods\u003C/a>\n \u003Ca href=\"/resources/dry-ice-blasting-faqs\">FAQs\u003C/a>\n \u003Ca href=\"/resources/photo-gallery\">Photo Gallery\u003C/a>\n \u003C/div>\u003C/div>\n \u003C/div>\n \n \u003Ca href=\"/blog\">Blog\u003C/a>\n \u003Ca href=\"/about\">About\u003C/a>\n \n \u003C!-- Call Button -->\n \u003Ca href=\"tel:+14694253434\" class=\"nav-call\">\n \u003Cspan class=\"nav-call-icon\">📞\u003C/span>\n 469-425-3434\n \u003C/a>\n \u003C/nav>\n \u003C/div>\n\u003C/header>\n\n\u003C!-- Header Scripts -->\n\u003Cscript>\n(function() {\n const header = document.getElementById('siteHeader');\n const placeholder = document.getElementById('headerPlaceholder');\n const toggle = document.getElementById('navToggle');\n const nav = document.getElementById('mainNav');\n const overlay = document.getElementById('navOverlay');\n \n let headerOffset = 0;\n let isSticky = false;\n \n // Calculate header offset\n function initStickyHeader() {\n const topBar = document.querySelector('.header-topbar');\n if (topBar) {\n headerOffset = topBar.offsetHeight;\n }\n }\n \n // Sticky header on scroll\n function handleScroll() {\n const scrollPos = window.pageYOffset || document.documentElement.scrollTop;\n \n if (scrollPos > headerOffset && !isSticky) {\n header.classList.add('is-sticky');\n placeholder.classList.add('active');\n isSticky = true;\n } else if (scrollPos \u003C= headerOffset && isSticky) {\n header.classList.remove('is-sticky');\n placeholder.classList.remove('active');\n isSticky = false;\n }\n }\n \n window.addEventListener('load', initStickyHeader);\n \n let scrollTimeout;\n window.addEventListener('scroll', function() {\n if (scrollTimeout) {\n window.cancelAnimationFrame(scrollTimeout);\n }\n scrollTimeout = window.requestAnimationFrame(handleScroll);\n }, { passive: true });\n \n // ══════════════════════════════════════════════════════════════════\n // MOBILE MENU FUNCTIONS\n // ══════════════════════════════════════════════════════════════════\n \n function openMenu() {\n toggle.classList.add('active');\n nav.classList.add('open');\n overlay.classList.add('active');\n header.classList.add('menu-open');\n document.body.style.overflow = 'hidden';\n }\n \n function closeMenu() {\n toggle.classList.remove('active');\n nav.classList.remove('open');\n overlay.classList.remove('active');\n header.classList.remove('menu-open');\n document.body.style.overflow = '';\n \n // Close all dropdowns\n document.querySelectorAll('.nav-dropdown.open').forEach(function(d) {\n d.classList.remove('open');\n });\n }\n \n // Toggle button click\n toggle.addEventListener('click', function(e) {\n e.preventDefault();\n e.stopPropagation();\n if (nav.classList.contains('open')) {\n closeMenu();\n } else {\n openMenu();\n }\n });\n \n // Overlay click closes menu\n overlay.addEventListener('click', function(e) {\n e.preventDefault();\n closeMenu();\n });\n \n // Mobile dropdown toggle\n document.querySelectorAll('.nav-dropdown > .nav-link').forEach(function(link) {\n link.addEventListener('click', function(e) {\n if (window.innerWidth \u003C= 1024) {\n e.preventDefault();\n e.stopPropagation();\n \n var parent = this.parentElement;\n var wasOpen = parent.classList.contains('open');\n \n // Close all other dropdowns\n document.querySelectorAll('.nav-dropdown.open').forEach(function(d) {\n if (d !== parent) {\n d.classList.remove('open');\n }\n });\n \n // Toggle this one\n if (wasOpen) {\n parent.classList.remove('open');\n } else {\n parent.classList.add('open');\n }\n }\n });\n });\n \n // Close menu when clicking a link inside dropdown\n document.querySelectorAll('.dropdown-menu-inner a').forEach(function(a) {\n a.addEventListener('click', function() {\n if (window.innerWidth \u003C= 1024) {\n closeMenu();\n }\n });\n });\n \n // Close menu when clicking Blog or About\n document.querySelectorAll('.main-nav > a:not(.nav-link):not(.nav-call)').forEach(function(a) {\n a.addEventListener('click', function() {\n if (window.innerWidth \u003C= 1024) {\n closeMenu();\n }\n });\n });\n \n // Close on resize to desktop\n window.addEventListener('resize', function() {\n if (window.innerWidth > 1024) {\n closeMenu();\n }\n });\n \n // Recalculate header offset\n let resizeTimeout;\n window.addEventListener('resize', function() {\n clearTimeout(resizeTimeout);\n resizeTimeout = setTimeout(function() {\n if (!isSticky) {\n initStickyHeader();\n }\n }, 250);\n });\n})();\n\u003C/script>",{"value":111},[],"ccustom-code-4iXi1KLXv2","custom-code","c-custom-code",{},{"id":10,"type":13,"child":117,"class":119,"styles":124,"extra":126,"meta":13,"tagName":47,"title":137,"_id":10},[118],"row-RIpD54ACSu",{"width":120,"borders":121,"borderRadius":122,"radiusEdge":123},{"value":18},{"value":20},{"value":22},{"value":24},{"borderWidth":125},{"value":27,"unit":28},{"sticky":127,"visibility":128,"bgImage":130,"allowRowMaxWidth":132,"customClass":133,"elementScreenshot":135},{"value":31},{"value":129},{"hideDesktop":34,"hideMobile":34},{"value":131},{"mediaType":37,"url":38,"opacity":39,"options":40,"svgCode":38,"videoUrl":38,"videoThumbnail":38,"videoLoop":41},{"value":41},{"value":134},[],{"value":136},[],"Section",{"id":118,"type":50,"child":139,"class":141,"styles":146,"extra":148,"tagName":71,"meta":50,"title":72},[140],"col-ASVFqDe3a5",{"alignRow":142,"borders":143,"borderRadius":144,"radiusEdge":145},{"value":55},{"value":20},{"value":22},{"value":24},{"borderWidth":147},{"value":27,"unit":28},{"visibility":149,"bgImage":151,"rowWidth":153,"customClass":154},{"value":150},{"hideDesktop":34,"hideMobile":34},{"value":152},{"mediaType":37,"url":38,"opacity":39,"options":40,"svgCode":38,"videoUrl":38,"videoThumbnail":38,"videoLoop":41},{"value":67,"unit":68},{"value":155},[],{"id":140,"type":74,"child":157,"class":159,"styles":164,"extra":166,"tagName":100,"meta":74,"title":101,"noOfColumns":102},[158],"custom-code-tnnMqfbuH3",{"borders":160,"borderRadius":161,"radiusEdge":162,"nestedColumn":163},{"value":20},{"value":22},{"value":24},{"value":38},{"borderWidth":165},{"value":27,"unit":28},{"visibility":167,"bgImage":169,"columnLayout":171,"justifyContentColumnLayout":172,"alignContentColumnLayout":173,"forceColumnLayoutForMobile":174,"customClass":175,"elementVersion":177},{"value":168},{"hideDesktop":34,"hideMobile":34},{"value":170},{"mediaType":37,"url":38,"opacity":39,"options":40,"svgCode":38,"videoUrl":38,"videoThumbnail":38,"videoLoop":41},{"value":90},{"value":92},{"value":94},{"value":41},{"value":176},[],{"value":99},{"extra":179,"id":158,"meta":113,"tagName":114,"class":188},{"visibility":180,"customCode":182,"customClass":185,"nodeId":187},{"value":181},{"hideMobile":38,"hideDesktop":38},{"value":183},{"rawCustomCode":184},"\n\u003C!DOCTYPE html>\n\u003Chtml lang=\"en\">\n\u003Chead>\n \u003Cmeta charset=\"UTF-8\">\n \u003Cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n \u003Ctitle>Dry Ice Blasting Hobbs | Industrial Cleaning NM/title>\n \u003Cmeta name=\"description\" content=\"Dry ice blasting in Hobbs, NM. Permian Basin oil & gas cleaning. Non-abrasive, zero secondary waste. Free quote.\">\n \u003Cmeta name=\"keywords\" content=\"dry ice blasting Hobbs NM, industrial cleaning Hobbs, oil and gas cleaning Permian Basin, frac equipment cleaning, Hobbs New Mexico industrial services\">\n \u003Clink rel=\"canonical\" href=\"https://dryiceblasts.com/locations/new-mexico/hobbs\">\n \u003Clink rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n \u003Clink rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n \u003Clink href=\"https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;700&display=swap\" rel=\"stylesheet\">\n \u003Cscript type=\"application/ld+json\">\n {\n \"@context\": \"https://schema.org\",\n \"@type\": \"LocalBusiness\",\n \"name\": \"Industrial Cleaning Experts - Hobbs\",\n \"description\": \"Professional dry ice blasting services in Hobbs, New Mexico\",\n \"url\": \"https://dryiceblasts.com/locations/new-mexico/hobbs\",\n \"telephone\": \"+14694253434\",\n \"email\": \"info@dryiceblasts.com\",\n \"address\": {\n \"@type\": \"PostalAddress\",\n \"addressLocality\": \"Hobbs\",\n \"addressRegion\": \"NM\",\n \"addressCountry\": \"US\"\n },\n \"serviceArea\": {\n \"@type\": \"GeoCircle\",\n \"geoMidpoint\": {\n \"@type\": \"GeoCoordinates\",\n \"latitude\": \"32.7126\",\n \"longitude\": \"-103.1360\"\n },\n \"geoRadius\": \"60000\"\n },\n \"sameAs\": [\n \"https://dryiceblasts.com\"\n ]\n }\n \u003C/script>\n \u003Cstyle>\n :root {\n --primary-blue: #0B4F7C;\n --secondary-blue: #1A73A8;\n --accent-teal: #0D9488;\n --light-teal: #5EEAD4;\n --dark-bg: #0a0f1a;\n --off-white: #f8fafc;\n --white: #ffffff;\n --text-dark: #1e293b;\n --text-medium: #475569;\n --text-light: #64748b;\n --border-light: #e2e8f0;\n }\n\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n\n body {\n font-family: 'DM Sans', sans-serif;\n color: var(--text-dark);\n line-height: 1.7;\n }\n\n h1, h2, h3, h4 {\n font-family: 'Archivo', sans-serif;\n line-height: 1.2;\n }\n\n a {\n color: var(--secondary-blue);\n text-decoration: none;\n transition: color 0.3s ease;\n }\n\n a:hover {\n color: var(--accent-teal);\n }\n\n .hero {\n background: linear-gradient(135deg, var(--primary-blue) 0%, #063a5c 50%, #042a44 100%);\n color: var(--white);\n padding: 80px 5% 60px;\n position: relative;\n overflow: hidden;\n }\n\n .hero::before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background: radial-gradient(circle at 70% 50%, rgba(13, 148, 136, 0.15) 0%, transparent 60%);\n pointer-events: none;\n }\n\n .hero-grid {\n max-width: 1280px;\n margin: 0 auto;\n display: grid;\n grid-template-columns: 1fr 1fr;\n gap: 60px;\n align-items: center;\n position: relative;\n z-index: 1;\n }\n\n .hero h1 {\n font-size: 2.8rem;\n font-weight: 800;\n margin-bottom: 20px;\n letter-spacing: -0.5px;\n }\n\n .hero h1 span {\n color: var(--light-teal);\n }\n\n .hero-subtitle {\n font-size: 1.15rem;\n color: rgba(255, 255, 255, 0.85);\n margin-bottom: 30px;\n line-height: 1.7;\n }\n\n .hero-buttons {\n display: flex;\n gap: 16px;\n margin-bottom: 40px;\n flex-wrap: wrap;\n }\n\n .btn-primary {\n background: var(--accent-teal);\n color: var(--white);\n padding: 14px 32px;\n border-radius: 8px;\n font-weight: 700;\n font-family: 'Archivo', sans-serif;\n font-size: 1rem;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n transition: all 0.3s ease;\n border: none;\n cursor: pointer;\n }\n\n .btn-primary:hover {\n background: #0f766e;\n color: var(--white);\n transform: translateY(-2px);\n box-shadow: 0 8px 25px rgba(13, 148, 136, 0.4);\n }\n\n .btn-secondary {\n background: transparent;\n color: var(--white);\n padding: 14px 32px;\n border-radius: 8px;\n font-weight: 700;\n font-family: 'Archivo', sans-serif;\n font-size: 1rem;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n border: 2px solid rgba(255, 255, 255, 0.4);\n transition: all 0.3s ease;\n cursor: pointer;\n }\n\n .btn-secondary:hover {\n border-color: var(--white);\n color: var(--white);\n background: rgba(255, 255, 255, 0.1);\n }\n\n .hero-stats {\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n gap: 20px;\n }\n\n .stat-item {\n text-align: center;\n padding: 16px;\n background: rgba(255, 255, 255, 0.08);\n border-radius: 10px;\n border: 1px solid rgba(255, 255, 255, 0.1);\n }\n\n .stat-value {\n font-family: 'Archivo', sans-serif;\n font-size: 1.4rem;\n font-weight: 800;\n color: var(--light-teal);\n display: block;\n }\n\n .stat-label {\n font-size: 0.85rem;\n color: rgba(255, 255, 255, 0.7);\n margin-top: 4px;\n }\n\n .hero-photo {\n width: 100%;\n max-width: 460px;\n margin-left: auto;\n padding: 14px;\n background: rgba(255, 255, 255, 0.07);\n border: 2px solid rgba(255, 255, 255, 0.22);\n border-radius: 18px;\n box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);\n backdrop-filter: blur(2px);\n }\n\n .hero-video-frame {\n position: relative;\n width: 100%;\n aspect-ratio: 1 / 1;\n border-radius: 12px;\n overflow: hidden;\n background: #000;\n }\n\n .hero-video-frame iframe {\n position: absolute;\n inset: 0;\n width: 100%;\n height: 100%;\n border: 0;\n }\n\n .services-section {\n padding: 80px 5%;\n background: var(--white);\n }\n\n .section-container {\n max-width: 1280px;\n margin: 0 auto;\n }\n\n .section-header {\n text-align: center;\n margin-bottom: 50px;\n }\n\n .section-header h2 {\n font-size: 2.2rem;\n font-weight: 800;\n color: var(--primary-blue);\n margin-bottom: 12px;\n }\n\n .section-header p {\n font-size: 1.1rem;\n color: var(--text-medium);\n max-width: 650px;\n margin: 0 auto;\n }\n\n .services-grid {\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n gap: 28px;\n }\n\n .service-card {\n background: var(--white);\n border: 1px solid var(--border-light);\n border-radius: 12px;\n padding: 32px 28px;\n transition: all 0.3s ease;\n }\n\n .service-card:hover {\n transform: translateY(-4px);\n box-shadow: 0 12px 40px rgba(11, 79, 124, 0.12);\n border-color: var(--accent-teal);\n }\n\n .service-icon {\n font-size: 2.2rem;\n margin-bottom: 16px;\n }\n\n .service-card h3 {\n font-size: 1.15rem;\n font-weight: 700;\n color: var(--primary-blue);\n margin-bottom: 10px;\n }\n\n .service-card p {\n font-size: 0.95rem;\n color: var(--text-medium);\n line-height: 1.6;\n }\n\n .industries-section {\n padding: 80px 5%;\n background: var(--off-white);\n }\n\n .industries-grid {\n display: grid;\n grid-template-columns: repeat(4, 1fr);\n gap: 24px;\n }\n\n .industry-item {\n background: var(--white);\n border: 1px solid var(--border-light);\n border-radius: 12px;\n padding: 28px 20px;\n text-align: center;\n transition: all 0.3s ease;\n }\n\n .industry-item:hover {\n transform: translateY(-4px);\n box-shadow: 0 12px 40px rgba(11, 79, 124, 0.1);\n border-color: var(--accent-teal);\n }\n\n .industry-icon {\n font-size: 2.5rem;\n margin-bottom: 12px;\n }\n\n .industry-item h3 {\n font-size: 1rem;\n font-weight: 700;\n color: var(--primary-blue);\n }\n\n .content-section {\n padding: 80px 5%;\n background: var(--white);\n }\n\n .content-container {\n max-width: 900px;\n margin: 0 auto;\n }\n\n .content-container h2 {\n font-size: 2rem;\n font-weight: 800;\n color: var(--primary-blue);\n margin-bottom: 24px;\n }\n\n .content-container h3 {\n font-size: 1.4rem;\n font-weight: 700;\n color: var(--primary-blue);\n margin-top: 36px;\n margin-bottom: 14px;\n }\n\n .content-container p {\n color: var(--text-medium);\n margin-bottom: 18px;\n font-size: 1.02rem;\n }\n\n .content-container a {\n color: var(--accent-teal);\n font-weight: 500;\n }\n\n .content-container a:hover {\n color: var(--primary-blue);\n text-decoration: underline;\n }\n\n .cta-box {\n background: linear-gradient(135deg, var(--primary-blue), #063a5c);\n color: var(--white);\n padding: 40px;\n border-radius: 14px;\n text-align: center;\n margin-top: 50px;\n }\n\n .cta-box h3 {\n color: var(--white);\n font-size: 1.6rem;\n margin-top: 0;\n margin-bottom: 12px;\n }\n\n .cta-box p {\n color: rgba(255, 255, 255, 0.85);\n margin-bottom: 24px;\n }\n\n .cta-box .btn-primary {\n color: var(--white) !important;\n border: 1px solid rgba(255, 255, 255, 0.28);\n margin: 0 8px;\n }\n\n .cta-box .btn-primary:hover {\n color: var(--white) !important;\n }\n\n @media (max-width: 1024px) {\n .hero-grid {\n grid-template-columns: 1fr;\n gap: 40px;\n }\n .hero-photo {\n max-width: 420px;\n margin: 0 auto;\n }\n .services-grid {\n grid-template-columns: repeat(2, 1fr);\n }\n .industries-grid {\n grid-template-columns: repeat(2, 1fr);\n }\n }\n\n @media (max-width: 640px) {\n .hero {\n padding: 60px 5% 40px;\n }\n .hero h1 {\n font-size: 2rem;\n }\n .hero-stats {\n grid-template-columns: 1fr;\n gap: 12px;\n }\n .hero-buttons {\n flex-direction: column;\n }\n .btn-primary, .btn-secondary {\n text-align: center;\n width: 100%;\n }\n .services-grid {\n grid-template-columns: 1fr;\n }\n .industries-grid {\n grid-template-columns: 1fr;\n }\n .section-header h2 {\n font-size: 1.7rem;\n }\n .content-container h2 {\n font-size: 1.6rem;\n }\n .cta-box .btn-primary {\n display: flex;\n width: 100%;\n margin: 8px 0;\n }\n }\n \u003C/style>\n\u003C/head>\n\u003Cbody>\n\n \u003C!-- Hero Section -->\n \u003Csection class=\"hero\">\n \u003Cdiv class=\"hero-grid\">\n \u003Cdiv class=\"hero-content\">\n \u003Ch1>Dry Ice Blasting Services in \u003Cspan>Hobbs, New Mexico\u003C/span>\u003C/h1>\n \u003Cp class=\"hero-subtitle\">Industrial Cleaning Experts provides specialized dry ice blasting services to Hobbs and the heart of the Permian Basin. Our advanced cleaning technology serves the oil & gas, energy, manufacturing, and power generation facilities that fuel southeastern New Mexico's thriving energy economy.\u003C/p>\n \u003Cdiv class=\"hero-buttons\">\n \u003Ca href=\"tel:4694253434\" class=\"btn-primary\">Get Hobbs Quote →\u003C/a>\n \u003Ca href=\"tel:4694253434\" class=\"btn-secondary\">📞 469-425-3434\u003C/a>\n \u003C/div>\n \u003Cdiv class=\"hero-stats\">\n \u003Cdiv class=\"stat-item\">\n \u003Cspan class=\"stat-value\">100%\u003C/span>\n \u003Cspan class=\"stat-label\">Non-Abrasive\u003C/span>\n \u003C/div>\n \u003Cdiv class=\"stat-item\">\n \u003Cspan class=\"stat-value\">24/7\u003C/span>\n \u003Cspan class=\"stat-label\">Emergency Service\u003C/span>\n \u003C/div>\n \u003Cdiv class=\"stat-item\">\n \u003Cspan class=\"stat-value\">Fast\u003C/span>\n \u003Cspan class=\"stat-label\">Response Time\u003C/span>\n \u003C/div>\n \u003C/div>\n \u003C/div>\n \u003Cdiv class=\"hero-photo\">\n \u003Cdiv class=\"hero-video-frame\">\n \u003Ciframe\n src=\"https://player.vimeo.com/video/1169421230?badge=0&autopause=0&player_id=0&app_id=58479&autoplay=1&muted=1&loop=1&background=1\"\n allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share\"\n referrerpolicy=\"strict-origin-when-cross-origin\"\n title=\"Dryice1(3)\">\n \u003C/iframe>\n \u003C/div>\n \u003C/div>\n \u003C/div>\n \u003C/section>\n\n \u003C!-- Services Section -->\n \u003Csection class=\"services-section\">\n \u003Cdiv class=\"section-container\">\n \u003Cdiv class=\"section-header\">\n \u003Ch2>Our Hobbs Industrial Cleaning Services\u003C/h2>\n \u003Cp>Purpose-built dry ice blasting solutions for the Permian Basin's oil & gas, energy, and industrial operations.\u003C/p>\n \u003C/div>\n \u003Cdiv class=\"services-grid\">\n \u003Cdiv class=\"service-card\">\n \u003Cdiv class=\"service-icon\">🛢️\u003C/div>\n \u003Ch3>Oil & Gas Equipment Cleaning\u003C/h3>\n \u003Cp>Remove paraffin, scale, hydrocarbon buildup, and corrosion from wellhead equipment, production tanks, separators, and gathering systems across the Permian Basin.\u003C/p>\n \u003C/div>\n \u003Cdiv class=\"service-card\">\n \u003Cdiv class=\"service-icon\">⚙️\u003C/div>\n \u003Ch3>Frac Equipment Cleaning\u003C/h3>\n \u003Cp>Restore hydraulic fracturing equipment, frac pumps, blenders, manifolds, and iron to operational condition with thorough dry ice blasting that removes fluid residues and buildup.\u003C/p>\n \u003C/div>\n \u003Cdiv class=\"service-card\">\n \u003Cdiv class=\"service-icon\">⚡\u003C/div>\n \u003Ch3>Power Generation Cleaning\u003C/h3>\n \u003Cp>Clean turbines, generators, heat recovery systems, and electrical infrastructure at power plants and distributed generation facilities throughout the Hobbs region.\u003C/p>\n \u003C/div>\n \u003Cdiv class=\"service-card\">\n \u003Cdiv class=\"service-icon\">🏭\u003C/div>\n \u003Ch3>Manufacturing Equipment Cleaning\u003C/h3>\n \u003Cp>Maintain production lines, welding cells, CNC machines, and processing equipment with non-abrasive dry ice blasting that eliminates downtime from disassembly.\u003C/p>\n \u003C/div>\n \u003Cdiv class=\"service-card\">\n \u003Cdiv class=\"service-icon\">🔌\u003C/div>\n \u003Ch3>Electrical Systems Cleaning\u003C/h3>\n \u003Cp>Safely clean motor control centers, switchgear, transformers, and distribution panels without moisture or conductive residue—critical for continuous oilfield operations.\u003C/p>\n \u003C/div>\n \u003Cdiv class=\"service-card\">\n \u003Cdiv class=\"service-icon\">🔧\u003C/div>\n \u003Ch3>Surface Preparation\u003C/h3>\n \u003Cp>Prepare metal surfaces for coating, inspection, or welding by removing rust, old coatings, grease, and contamination without damaging the underlying substrate.\u003C/p>\n \u003C/div>\n \u003C/div>\n \u003C/div>\n \u003C/section>\n\n \u003C!-- Industries Section -->\n \u003Csection class=\"industries-section\">\n \u003Cdiv class=\"section-container\">\n \u003Cdiv class=\"section-header\">\n \u003Ch2>Industries We Serve in Hobbs\u003C/h2>\n \u003Cp>Supporting the Permian Basin's most demanding industrial operations with advanced cleaning technology.\u003C/p>\n \u003C/div>\n \u003Cdiv class=\"industries-grid\">\n \u003Cdiv class=\"industry-item\">\n \u003Cdiv class=\"industry-icon\">🛢️\u003C/div>\n \u003Ch3>Oil & Gas Production\u003C/h3>\n \u003C/div>\n \u003Cdiv class=\"industry-item\">\n \u003Cdiv class=\"industry-icon\">⚙️\u003C/div>\n \u003Ch3>Oilfield Services\u003C/h3>\n \u003C/div>\n \u003Cdiv class=\"industry-item\">\n \u003Cdiv class=\"industry-icon\">⚡\u003C/div>\n \u003Ch3>Power Generation\u003C/h3>\n \u003C/div>\n \u003Cdiv class=\"industry-item\">\n \u003Cdiv class=\"industry-icon\">🏭\u003C/div>\n \u003Ch3>Manufacturing\u003C/h3>\n \u003C/div>\n \u003Cdiv class=\"industry-item\">\n \u003Cdiv class=\"industry-icon\">🔌\u003C/div>\n \u003Ch3>Electrical & Utilities\u003C/h3>\n \u003C/div>\n \u003Cdiv class=\"industry-item\">\n \u003Cdiv class=\"industry-icon\">🚛\u003C/div>\n \u003Ch3>Transportation & Fleet\u003C/h3>\n \u003C/div>\n \u003Cdiv class=\"industry-item\">\n \u003Cdiv class=\"industry-icon\">🏗️\u003C/div>\n \u003Ch3>Construction\u003C/h3>\n \u003C/div>\n \u003Cdiv class=\"industry-item\">\n \u003Cdiv class=\"industry-icon\">🏢\u003C/div>\n \u003Ch3>Commercial Facilities\u003C/h3>\n \u003C/div>\n \u003C/div>\n \u003C/div>\n \u003C/section>\n\n \u003C!-- Content Section -->\n \u003Csection class=\"content-section\">\n \u003Cdiv class=\"content-container\">\n \u003Ch2>Professional Dry Ice Blasting in Hobbs, New Mexico\u003C/h2>\n\n \u003Cp>Hobbs, New Mexico, is the undisputed energy capital of southeastern New Mexico and one of the most active oil and gas communities in the entire Permian Basin. Located in Lea County along the Texas–New Mexico border, Hobbs serves as the operational headquarters for hundreds of energy companies, oilfield service providers, and supporting industries. Industrial Cleaning Experts delivers professional \u003Ca href=\"/services/industrial-dry-ice-blasting\">dry ice blasting services\u003C/a> to the facilities and field operations that power this critical energy hub, providing non-abrasive, waterless cleaning solutions engineered for the demands of the Permian Basin.\u003C/p>\n\n \u003Cp>Our Hobbs service area encompasses all of Lea County and extends throughout the surrounding Permian Basin communities, including Lovington, Eunice, Jal, Tatum, and the vast network of oil field operations stretching across southeastern New Mexico. We deploy mobile dry ice blasting equipment directly to well sites, compressor stations, processing facilities, and industrial plants, bringing advanced cleaning technology wherever it's needed most.\u003C/p>\n\n \u003Ch3>Permian Basin Oil and Gas Cleaning\u003C/h3>\n\n \u003Cp>The Permian Basin is one of the most productive hydrocarbon-bearing regions on Earth, and Hobbs sits squarely in the middle of the action. Lea County consistently ranks among the top oil-producing counties in New Mexico, with thousands of active wells, hundreds of miles of gathering and transmission pipelines, and dozens of gas processing facilities generating continuous demand for industrial cleaning services. Our \u003Ca href=\"/services/oil-and-gas-dry-ice-blasting\">oil and gas dry ice blasting services\u003C/a> are specifically designed to meet the unique cleaning challenges that Permian Basin operators face every day.\u003C/p>\n\n \u003Cp>Production equipment in the Hobbs area accumulates heavy paraffin wax deposits, mineral scale, asphaltene buildup, and hydrocarbon residues that degrade performance and accelerate equipment failure. Our dry ice blasting process removes these deposits from tanks, separators, heater treaters, dehydration units, and wellhead assemblies without introducing water or chemical agents into the process. This waterless approach is a critical advantage in the arid southeastern New Mexico environment, where water sourcing is expensive and disposal of contaminated wash fluids adds significant cost and regulatory burden to cleaning operations.\u003C/p>\n\n \u003Cp>We provide extensive cleaning services for \u003Ca href=\"/services/production-facilities-dry-ice-blasting\">production facilities\u003C/a>, compressor stations, and gas plants throughout the Hobbs area. Dry ice blasting effectively removes carbon deposits, grease, and corrosion from compressor internals, cooler fins, valve assemblies, and piping systems. Our ability to clean heat exchangers and fin-fan coolers without disassembly saves operators significant time and money compared to traditional cleaning methods that require equipment teardown and extended outages.\u003C/p>\n\n \u003Ch3>Frac Equipment and Oilfield Services\u003C/h3>\n\n \u003Cp>Hobbs is a major staging ground for hydraulic fracturing operations across the New Mexico side of the Permian Basin. Frac fleets, wireline units, coiled tubing spreads, and well service rigs operate continuously from yards and staging areas in and around the city. This equipment takes a beating in the field, accumulating layers of drilling mud, frac fluid residue, grease, hydraulic oil, and desert dust that impair performance and complicate maintenance inspections.\u003C/p>\n\n \u003Cp>Our dry ice blasting services restore frac pumps, blenders, hydration units, manifold trailers, and associated iron to inspection-ready condition. The non-abrasive nature of dry ice blasting is particularly important for frac equipment, where high-pressure components must maintain precise surface tolerances. Unlike pressure washing, which can force water into bearings, electrical connections, and sealed components, dry ice blasting cleans thoroughly while leaving zero moisture residue. This makes it the preferred cleaning method for \u003Ca href=\"/industries/oil-and-gas\">oilfield service companies\u003C/a> that need equipment cleaned between jobs without risking water damage to sensitive systems.\u003C/p>\n\n \u003Cp>Fleet maintenance operations in Hobbs also benefit from our services. Heavy trucks, vacuum trailers, hot oil units, and specialized oilfield vehicles accumulate road grime, hydrocarbon contamination, and corrosive materials that standard washing cannot fully remove. Dry ice blasting cleans engines, frames, undercarriages, and chassis components to like-new condition, supporting both preventive maintenance programs and DOT inspection readiness.\u003C/p>\n\n \u003Ch3>Power Generation and Electrical Infrastructure\u003C/h3>\n\n \u003Cp>The explosive growth of oil and gas activity in the Hobbs area has driven significant expansion of power generation and electrical distribution infrastructure. Natural gas-fired power plants, distributed generation facilities, and the extensive electrical grid serving oilfield operations all require regular cleaning to maintain efficiency and reliability. Our \u003Ca href=\"/services/electrical-dry-ice-blasting\">electrical cleaning services\u003C/a> address these needs with a process that is completely dry, non-conductive in its application method, and safe for use on energized equipment when proper protocols are followed.\u003C/p>\n\n \u003Cp>We clean turbine components, generator housings, heat recovery steam generators, and balance-of-plant equipment at power generation facilities throughout the Hobbs region. For the extensive network of substations, switchyards, and distribution equipment serving the Permian Basin, dry ice blasting removes insulating dust, salt contamination, and environmental deposits that cause tracking, flashover, and premature equipment degradation. Our teams also clean motor control centers, variable frequency drives, and programmable logic controllers at \u003Ca href=\"/industries/power-generation\">power generation\u003C/a> and industrial facilities where equipment reliability is non-negotiable.\u003C/p>\n\n \u003Ch3>Manufacturing and Industrial Facilities\u003C/h3>\n\n \u003Cp>While oil and gas dominates the Hobbs economy, the city also supports a growing base of \u003Ca href=\"/industries/manufacturing\">manufacturing\u003C/a> and industrial operations that serve both the energy sector and broader markets. Machine shops, fabrication facilities, pipe coating operations, and equipment refurbishment centers all rely on clean machinery and properly prepared surfaces to deliver quality products. Our \u003Ca href=\"/services/manufacturing-dry-ice-blasting\">manufacturing cleaning services\u003C/a> help these operations maintain production quality while minimizing the downtime associated with traditional cleaning methods.\u003C/p>\n\n \u003Cp>Dry ice blasting removes welding slag, cutting fluid residue, rust, old coatings, and shop grime from manufacturing equipment without the mess and waste generated by solvent cleaning or pressure washing. For pipe coating and surface preparation operations—a major business segment in Hobbs—our \u003Ca href=\"/services/surface-preparation-dry-ice-blasting\">surface preparation services\u003C/a> deliver consistently clean substrates that promote optimal coating adhesion and longevity.\u003C/p>\n\n \u003Ch3>Why Hobbs Facilities Choose Our Services\u003C/h3>\n\n \u003Cp>In the fast-paced Permian Basin operating environment, downtime is the enemy. Every hour that a piece of equipment sits idle waiting to be cleaned represents lost production revenue and delayed operations. Industrial Cleaning Experts has earned the trust of Hobbs-area operators by delivering dry ice blasting services that dramatically reduce cleaning time compared to conventional methods. Our process requires no equipment disassembly, generates no secondary waste stream, uses no water, and leaves surfaces ready for immediate return to service.\u003C/p>\n\n \u003Cp>We provide 24/7 emergency response because the Permian Basin doesn't shut down for nights, weekends, or holidays. When a compressor station goes down, a frac fleet needs rapid turnaround, or a production facility requires emergency decontamination, our teams are ready to mobilize. Our mobile dry ice blasting units are self-contained and fully equipped to operate at any location in Lea County and beyond, from established industrial plants in Hobbs to remote well pads deep in the oil patch.\u003C/p>\n\n \u003Cp>Our technicians bring deep knowledge of Permian Basin operations to every job. We understand the specific contaminants, equipment types, and operational pressures that define this region, and we tailor our cleaning programs to deliver maximum results with minimum disruption to your operations.\u003C/p>\n\n \u003Ch3>Service Area Coverage\u003C/h3>\n\n \u003Cp>From our operations serving \u003Ca href=\"/locations/new-mexico\">New Mexico\u003C/a>, we provide dry ice blasting services throughout Lea County and the southeastern New Mexico Permian Basin, including Hobbs, Lovington, Eunice, Jal, Tatum, and all surrounding oil field areas. Our coverage extends across four states, including \u003Ca href=\"/locations/texas\">Texas\u003C/a>, \u003Ca href=\"/locations/louisiana\">Louisiana\u003C/a>, \u003Ca href=\"/locations/oklahoma\">Oklahoma\u003C/a>, and New Mexico. For nearby service in other New Mexico cities, visit our \u003Ca href=\"/locations/new-mexico/roswell\">Roswell\u003C/a>, \u003Ca href=\"/locations/new-mexico/las-cruces\">Las Cruces\u003C/a>, or \u003Ca href=\"/locations/new-mexico/albuquerque\">Albuquerque\u003C/a> pages. Contact us today at \u003Ca href=\"tel:4694253434\">469-425-3434\u003C/a> or \u003Ca href=\"mailto:info@dryiceblasts.com\">info@dryiceblasts.com\u003C/a> to schedule dry ice blasting service for your Hobbs facility.\u003C/p>\n\n \u003Cdiv class=\"cta-box\">\n \u003Ch3>Ready to Get Started in Hobbs?\u003C/h3>\n \u003Cp>Contact Industrial Cleaning Experts for a free dry ice blasting quote for your Hobbs, NM facility.\u003C/p>\n \u003Ca href=\"tel:4694253434\" class=\"btn-primary\">Get Hobbs Quote →\u003C/a>\n \u003Ca href=\"tel:4694253434\" class=\"btn-primary\">📞 469-425-3434\u003C/a>\n \u003C/div>\n \u003C/div>\n \u003C/section>\n\n \u003Cscript src=\"https://player.vimeo.com/api/player.js\">\u003C/script>\n\u003C/body>\n\u003C/html>\n",{"value":186},[],"ccustom-code-tnnMqfbuH3",{},{"id":11,"type":13,"child":190,"class":192,"styles":197,"extra":199,"meta":13,"tagName":47,"title":210,"_id":11,"isGlobal":41},[191],"row-Lc0b2HBTmN",{"width":193,"borders":194,"borderRadius":195,"radiusEdge":196},{"value":18},{"value":20},{"value":22},{"value":24},{"borderWidth":198},{"value":27,"unit":28},{"sticky":200,"visibility":201,"bgImage":203,"allowRowMaxWidth":205,"customClass":206,"elementScreenshot":208},{"value":31},{"value":202},{"hideDesktop":34,"hideMobile":34},{"value":204},{"mediaType":37,"url":38,"opacity":39,"options":40,"svgCode":38,"videoUrl":38,"videoThumbnail":38,"videoLoop":41},{"value":41},{"value":207},[],{"value":209},[],"Footer",{"id":191,"type":50,"child":212,"class":214,"styles":219,"extra":221,"tagName":71,"meta":50,"title":72},[213],"col-BUsblcoUKU",{"alignRow":215,"borders":216,"borderRadius":217,"radiusEdge":218},{"value":55},{"value":20},{"value":22},{"value":24},{"borderWidth":220},{"value":27,"unit":28},{"visibility":222,"bgImage":224,"rowWidth":226,"customClass":227},{"value":223},{"hideDesktop":34,"hideMobile":34},{"value":225},{"mediaType":37,"url":38,"opacity":39,"options":40,"svgCode":38,"videoUrl":38,"videoThumbnail":38,"videoLoop":41},{"value":67,"unit":68},{"value":228},[],{"id":213,"type":74,"child":230,"class":232,"styles":237,"extra":239,"tagName":100,"meta":74,"title":101,"noOfColumns":102},[231],"custom-code-NOLiH_S3P2",{"borders":233,"borderRadius":234,"radiusEdge":235,"nestedColumn":236},{"value":20},{"value":22},{"value":24},{"value":38},{"borderWidth":238},{"value":27,"unit":28},{"visibility":240,"bgImage":242,"columnLayout":244,"justifyContentColumnLayout":245,"alignContentColumnLayout":246,"forceColumnLayoutForMobile":247,"customClass":248,"elementVersion":250},{"value":241},{"hideDesktop":34,"hideMobile":34},{"value":243},{"mediaType":37,"url":38,"opacity":39,"options":40,"svgCode":38,"videoUrl":38,"videoThumbnail":38,"videoLoop":41},{"value":90},{"value":92},{"value":94},{"value":41},{"value":249},[],{"value":99},{"extra":252,"id":231,"meta":113,"tagName":114,"class":261},{"visibility":253,"customCode":255,"customClass":258,"nodeId":260},{"value":254},{"hideMobile":38,"hideDesktop":38},{"value":256},{"rawCustomCode":257},"\u003C!-- ════════════════════════════════════════════════════════════════════════\n FOOTER — DryIceBlasts.com | Industrial Cleaning Experts\n Include this at the bottom of every page, before \u003C/body>\n \n UPDATES:\n - Matches header logo (same image, no white filter)\n - Changed branding to \"Industrial Cleaning Experts\"\n - Logo displays in original colors\n════════════════════════════════════════════════════════════════════════ -->\n\n\u003C!-- Footer Styles -->\n\u003Cstyle>\n .site-footer {\n background: var(--dark-800, #1a1a2e); \n color: rgba(255,255,255,.7);\n padding: 64px 0 0;\n }\n .footer-container {\n max-width: 100%;\n margin: 0 auto;\n padding: 0 32px;\n }\n .footer-grid {\n display: grid; \n grid-template-columns: 2.2fr 1fr 1fr 1fr 1.2fr; \n gap: 40px;\n padding-bottom: 48px; \n border-bottom: 1px solid rgba(255,255,255,.1);\n }\n \n /* Footer Brand with Logo Image */\n .footer-brand .footer-logo {\n display: flex;\n align-items: center;\n gap: 12px;\n text-decoration: none;\n margin-bottom: 16px;\n }\n .footer-logo-img {\n height: 46px;\n width: auto;\n object-fit: contain;\n /* No filter - logo displays in original colors */\n }\n .footer-logo-text {\n display: flex;\n flex-direction: column;\n line-height: 1.15;\n }\n .footer-logo-company {\n font-family: 'Archivo', sans-serif;\n font-weight: 900;\n font-size: 1.2rem;\n color: #fff;\n letter-spacing: -.02em;\n }\n .footer-logo-tagline {\n font-family: 'DM Sans', sans-serif;\n font-size: .72rem;\n font-weight: 600;\n color: var(--accent-teal, #5EEAD4);\n text-transform: uppercase;\n letter-spacing: .08em;\n }\n \n .footer-brand > p { \n font-size: .9rem; \n line-height: 1.65; \n max-width: 340px; \n margin-bottom: 20px; \n }\n\n /* Contact details in footer brand */\n .footer-contact { \n list-style: none; \n padding: 0; \n margin: 0; \n }\n .footer-contact li {\n display: flex; \n align-items: flex-start; \n gap: 10px;\n font-size: .88rem; \n margin-bottom: 10px; \n line-height: 1.5;\n }\n .footer-contact-icon { \n flex-shrink: 0; \n font-size: 1rem; \n margin-top: 1px; \n }\n .footer-contact a { \n color: rgba(255,255,255,.7); \n text-decoration: none; \n transition: color .3s ease;\n }\n .footer-contact a:hover { \n color: var(--accent-light, #5EEAD4); \n }\n\n /* Footer columns */\n .footer-col h4 {\n color: #fff; \n font-family: 'Archivo', sans-serif;\n font-size: .85rem; \n text-transform: uppercase;\n letter-spacing: .08em; \n margin-bottom: 18px; \n font-weight: 700;\n }\n .footer-col ul { \n list-style: none; \n padding: 0; \n margin: 0; \n }\n .footer-col li { \n margin-bottom: 10px; \n }\n .footer-col a {\n color: rgba(255,255,255,.55); \n font-size: .88rem;\n text-decoration: none; \n transition: color .3s ease;\n }\n .footer-col a:hover { \n color: var(--accent-light, #5EEAD4); \n }\n\n /* Footer Bottom */\n .footer-bottom {\n display: flex; \n justify-content: space-between; \n align-items: center;\n padding: 24px 0; \n font-size: .8rem; \n color: rgba(255,255,255,.35);\n flex-wrap: wrap; \n gap: 12px;\n }\n .footer-bottom a { \n color: rgba(255,255,255,.4); \n text-decoration: none; \n transition: color .3s ease;\n }\n .footer-bottom a:hover { \n color: rgba(255,255,255,.7); \n }\n\n /* Responsive */\n @media (max-width: 960px) {\n .footer-grid { \n grid-template-columns: 1fr 1fr; \n }\n .footer-brand { \n grid-column: 1 / -1; \n }\n }\n @media (max-width: 600px) {\n .footer-grid { \n grid-template-columns: 1fr; \n gap: 32px; \n }\n .site-footer { \n padding: 48px 0 0; \n }\n .footer-container {\n padding: 0 20px;\n }\n .footer-logo-text {\n display: none;\n }\n }\n\u003C/style>\n\n\u003Cfooter class=\"site-footer\">\n \u003Cdiv class=\"footer-container\">\n \u003Cdiv class=\"footer-grid\">\n\n \u003C!-- Brand + Contact Info -->\n \u003Cdiv class=\"footer-brand\">\n \u003Ca href=\"/\" class=\"footer-logo\" aria-label=\"Industrial Cleaning Experts — Home\">\n \u003Cimg\n src=\"https://storage.googleapis.com/msgsndr/gP6s6EnlCiHJJ3UEY6yE/media/69881f380708e478007e12f1.webp\"\n alt=\"Industrial Cleaning Experts logo\"\n class=\"footer-logo-img\"\n width=\"160\"\n height=\"46\"\n >\n \u003Cdiv class=\"footer-logo-text\">\n \u003Cspan class=\"footer-logo-company\">Industrial Cleaning Experts\u003C/span>\n \u003Cspan class=\"footer-logo-tagline\">DryIceBlasts.com\u003C/span>\n \u003C/div>\n \u003C/a>\n \u003Cp>Professional dry ice blasting services across Texas, Louisiana, Oklahoma, and New Mexico. Non-abrasive, eco-friendly cleaning with zero secondary waste.\u003C/p>\n \u003Cul class=\"footer-contact\">\n \u003Cli>\n \u003Cspan class=\"footer-contact-icon\">📍\u003C/span>\n \u003Cspan>5806 Beechwood Ct, Allen, TX 75002\u003C/span>\n \u003C/li>\n \u003Cli>\n \u003Cspan class=\"footer-contact-icon\">📞\u003C/span>\n \u003Ca href=\"tel:+14694253434\">469-425-3434\u003C/a>\n \u003C/li>\n \u003Cli>\n \u003Cspan class=\"footer-contact-icon\">✉️\u003C/span>\n \u003Ca href=\"mailto:info@dryiceblasts.com\">info@dryiceblasts.com\u003C/a>\n \u003C/li>\n \u003C/ul>\n \u003C/div>\n\n \u003C!-- Services Column -->\n \u003Cdiv class=\"footer-col\">\n \u003Ch4>Services\u003C/h4>\n \u003Cul>\n \u003Cli>\u003Ca href=\"/services\">All Services\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/services/dry-ice-blasting\">Dry Ice Blasting\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/services/contaminant-remediation\">Contaminant Remediation\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/services/facility-maintenance\">Facility Maintenance\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/services/fire-restoration-cleaning\">Fire Restoration\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/services/heat-transfer-equipment-cleaning\">Heat Transfer Cleaning\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/services/hrsg-services\">HRSG Services\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/services/industrial-printer-cleaning\">Printer Cleaning\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/services/frac-pump-radiator-cleaning\">Frac Pump Radiators\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/services/food-manufacturing-equipment-cleaning\">Food Equipment Cleaning\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/services/power-generation-dry-ice-blasting\">Power Generation\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/services/production-facilities-dry-ice-blasting\">Production Facilities\u003C/a>\u003C/li>\n \u003C/ul>\n \u003C/div>\n\n \u003C!-- Industries Column -->\n \u003Cdiv class=\"footer-col\">\n \u003Ch4>Industries\u003C/h4>\n \u003Cul>\n \u003Cli>\u003Ca href=\"/industries\">All Industries\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/industries/oil-and-gas\">Oil & Gas\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/industries/manufacturing\">Manufacturing\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/industries/food-and-beverage\">Food & Beverage\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/industries/power-generation-and-utilities\">Power Generation\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/industries/construction\">Construction\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/industries/industrial-printing\">Industrial Printing\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/industries/historical-restoration\">Historical Restoration\u003C/a>\u003C/li>\n \u003C/ul>\n \u003C/div>\n\n \u003C!-- Locations Column -->\n \u003Cdiv class=\"footer-col\">\n \u003Ch4>Locations\u003C/h4>\n \u003Cul>\n \u003Cli>\u003Ca href=\"/locations\">All Locations\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/texas\">Texas\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/texas/houston\">— Houston\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/texas/dallas\">— Dallas\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/texas/fort-worth\">— Fort Worth\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/texas/beaumont\">— Beaumont\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/texas/port-arthur\">— Port Arthur\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/texas/corpus-christi\">— Corpus Christi\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/texas/midland\">— Midland / Odessa\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/louisiana\">Louisiana\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/louisiana/baton-rouge\">— Baton Rouge\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/louisiana/new-orleans\">— New Orleans\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/louisiana/lake-charles\">— Lake Charles\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/louisiana/lafayette\">— Lafayette\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/louisiana/shreveport\">— Shreveport\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/oklahoma\">Oklahoma\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/oklahoma/oklahoma-city\">— Oklahoma City\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/oklahoma/tulsa\">— Tulsa\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/oklahoma/norman\">— Norman\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/oklahoma/edmond\">— Edmond\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/oklahoma/lawton\">— Lawton\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/new-mexico\">New Mexico\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/new-mexico/albuquerque\">— Albuquerque\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/new-mexico/santa-fe\">— Santa Fe\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/new-mexico/las-cruces\">— Las Cruces\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/new-mexico/roswell\">— Roswell\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/locations/new-mexico/hobbs\">— Hobbs\u003C/a>\u003C/li>\n \u003C/ul>\n \u003C/div>\n\n \u003C!-- Company Column -->\n \u003Cdiv class=\"footer-col\">\n \u003Ch4>Company\u003C/h4>\n \u003Cul>\n \u003Cli>\u003Ca href=\"/about\">About Us\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/contact\">Contact\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/blog\">Blog\u003C/a>\u003C/li>\n \u003C/ul>\n\n \u003Ch4 style=\"margin-top: 28px;\">Resources\u003C/h4>\n \u003Cul>\n \u003Cli>\u003Ca href=\"/resources\">All Resources\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/resources/how-dry-ice-blasting-works\">How Dry Ice Blasting Works\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/resources/dry-ice-blasting-vs-other-cleaning-methods\">Dry Ice vs. Other Methods\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/resources/dry-ice-blasting-faqs\">FAQs\u003C/a>\u003C/li>\n \u003Cli>\u003Ca href=\"/resources/photo-gallery\">Photo Gallery\u003C/a>\u003C/li>\n \u003C/ul>\n \u003C/div>\n\n \u003C/div>\n\n \u003C!-- Footer Bottom -->\n \u003Cdiv class=\"footer-bottom\">\n \u003Cspan>© 2026 Industrial Cleaning Experts — DryIceBlasts.com. All rights reserved.\u003C/span>\n \u003Cspan>\n \u003Ca href=\"/privacy-policy\">Privacy Policy\u003C/a>  | \n \u003Ca href=\"/terms-of-service\">Terms of Service\u003C/a>  | \n \u003Ca href=\"/sitemap.xml\">Sitemap\u003C/a>\n \u003C/span>\n \u003C/div>\n \u003C/div>\n\u003C/footer>",{"value":259},[],"ccustom-code-NOLiH_S3P2",{},[],[],{"title":38,"description":38,"author":38,"imageUrl":38,"isPreviewUrl":34},"dryiceblasts.com","/locations/new-mexico/hobbs","gcB0SgZ5Rtn1eQ63W9c1","Hobbs - Dry Ice Blasting Services","gP6s6EnlCiHJJ3UEY6yE",[271],{"id":272,"elements":273,"activeElementId":272},"hl_main_popup-NqXQN23MHU",[274],{"extra":275,"class":291,"styles":297,"customCss":300,"id":272,"child":301,"meta":302,"title":303,"tag":38},{"bgImage":276,"overlayColor":278,"left":280,"popupDisabled":282,"popupHide":283,"minWidth":284,"showPopupOnMouseOut":286,"customClass":288,"position":290},{"value":277},{"mediaType":37,"url":38,"opacity":39,"options":40,"svgCode":38,"videoUrl":38,"videoThumbnail":38,"videoLoop":41},{"value":279},"var(--overlay)",{"value":281,"unit":68},50,{"value":34},{"value":34},{"value":285},"medium-page",{"value":287,"delay":102},"exit",{"value":289},[],{"value":92},{"borders":292,"borderRadius":294,"radiusEdge":296},{"value":293},"borderFull",{"value":295},"radius2",{"value":24},{"borderWidth":298},{"value":299,"unit":28},"10",[],[],"hl_main_popup","Popup","https://assets.cdn.filesafe.space/gP6s6EnlCiHJJ3UEY6yE/media/69881f380708e478007e12f1.webp","\u003C!-- Meta Pixel Code -->\n\u003Cscript>\n!function(f,b,e,v,n,t,s)\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';\nn.queue=[];t=b.createElement(e);t.async=!0;\nt.src=v;s=b.getElementsByTagName(e)[0];\ns.parentNode.insertBefore(t,s)}(window, document,'script',\n'https://connect.facebook.net/en_US/fbevents.js');\nfbq('init', '1838790510126440');\nfbq('track', 'PageView');\n\u003C/script>\n\u003Cnoscript>\u003Cimg height=\"1\" width=\"1\" style=\"display:none\"\nsrc=\"https://www.facebook.com/tr?id=1838790510126440&ev=PageView&noscript=1\"\n/>\u003C/noscript>\n\u003C!-- End Meta Pixel Code -->","EC5uOvC5PNaxeCMAK7dO","Industrial Cleaning Experts","99e271cb-5a0f-473f-9b10-ccd6f5b7fd54",[],null,["Reactive",312],{"$snuxt-i18n-meta":313,"$spreviewState":314,"$smetaPixelOptions":896},{},{"defaultSettings":315,"mobileDevice":34,"funnelId":306,"funnelDomain":265,"stepId":308,"locationId":269,"funnelPageId":267,"locationCode":399,"funnelNextStep":400,"fingerprint":38,"funnelNextPageId":401,"stripePublishableKey":-1,"enablePaymentElement":-1,"merchantLoginId":38,"paypalPublishableKey":38,"merchantAccountId":-1,"stripeAccountId":-1,"isLivePaymentMode":41,"version":402,"funnelSteps":403,"cartItems":880,"funnelName":307,"orderFormVersion":99,"currency":881,"businessCurrency":881,"blogSlug":38,"domain":265,"pageUrl":266,"pageName":268,"pageSeo":882,"affiliateId":-1,"videoExistsInPage":34,"pageType":883,"contactId":-1,"email":-1,"phone":38,"categoryId":38,"blogSearchTerm":38,"categoryUrlSlug":38,"authorSlug":38,"tagSlug":38,"authorId":38,"defaultPaymentProvider":38,"productCollections":884,"ecomSelectedCollection":38,"imageOptimizationEnabled":41,"nmiMerchantGatewayId":38,"squareMerchantGatewayId":38,"mercadoPagoUserId":38,"fontsToLoad":885,"ecomProductId":38,"isGdprCompliant":34,"isOptimisePageLoad":41,"ecommercePage":102,"isBlogActive":34,"blogData":886,"blogPaths":-1,"blogId":306,"allowedCookies":887,"paymentProviderDetails":-1,"events":888,"searchTerm":38,"countryList":889,"pixelToInit":309,"formAction":38,"ecomProduct":890,"requireCreditCard":41,"haveBlogWidget":34,"isFacebookIAB":34,"userAgent":38,"companyId":891,"customerLoginToken":38,"cookieConsentList":892,"cookieConsentExpiry":893,"mediaFormats":894,"adyenMerchantGatewayId":38,"webinarProperties":310,"webinarSession":310,"userWebinarSession":310,"geoCountry":310,"isCurrencyFormattingEnabled":34},{"typography":316,"background":337,"percentWidth":342,"offsetColor":376,"progressBarSize":389},{"fonts":317,"colors":328},{"headlineFont":318,"contentFont":324},{"id":319,"text":320,"value":321},"headlinefont","Headline Font",{"text":322,"value":323},"Inter","var(--inter)",{"id":325,"text":326,"value":327},"contentfont","Content Font",{"text":322,"value":323},{"textColor":329,"linkColor":333},{"value":330},{"label":331,"value":332},"var(--black)","#000000",{"value":334},{"label":335,"value":336},"var(--blue)","#188bf6",{"bgImage":338,"backgroundColor":340},{"value":339},{"url":38,"options":40},{"value":341},"var(--white)",[343,346,349,352,355,358,361,364,367,370,373],{"text":344,"value":345},"0 Percent","progress0",{"text":347,"value":348},"10 Percent","progress10",{"text":350,"value":351},"20 Percent","progress20",{"text":353,"value":354},"30 Percent","progress30",{"text":356,"value":357},"40 Percent","progress40",{"text":359,"value":360},"50 Percent","progress50",{"text":362,"value":363},"60 Percent","progress60",{"text":365,"value":366},"70 Percent","progress70",{"text":368,"value":369},"80 Percent","progress80",{"text":371,"value":372},"90 Percent","progress90",{"text":374,"value":375},"100 Percent","progress100",[377,380,383,386],{"text":378,"value":379},"White","progressbarOffsetWhite",{"text":381,"value":382},"Transparent White","progressbarOffsetTransparentWhite",{"text":384,"value":385},"Black","progressbarOffsetBlack",{"text":387,"value":388},"Transparent Black","progressbarOffsetTransparentBlack",[390,393,396],{"text":391,"value":392},"Small","progressbarSmall",{"text":394,"value":395},"Medium","progressbarMedium",{"text":397,"value":398},"Large","progressbarLarge","US","/locations/oklahoma/edmond","50redffp6p54pWxh23MP",4,[404,410,415,421,426,432,438,444,450,456,462,468,474,480,486,492,498,504,510,516,522,528,534,540,546,552,558,564,570,576,582,588,594,600,606,612,618,624,630,636,641,647,653,659,665,671,677,683,689,695,700,706,712,718,724,730,736,742,748,754,760,762,766,772,778,784,790,796,802,808,814,820,826,832,838,844,850,856,862,868,874],{"url":405,"value":406,"type":407,"sequence":102,"id":408,"name":409,"split":34},"/Home","73ca1d66-9915-49df-b9a5-72e428279b13","optin_funnel_page","reeB2aSesZNxW88GBuZI","ICE",{"url":411,"value":412,"type":407,"sequence":99,"id":413,"name":414,"split":34},"/services/dry-ice-blasting","61f4e63f-572e-4d7b-b64c-f46cc13936a6","sW4TZVcM50sl4SlJDLnz","Dry Ice Blasting",{"url":416,"value":417,"type":407,"sequence":418,"id":419,"name":420,"split":34},"/services","9ba1e268-86f7-40e2-bac9-5441ebea7b47",3,"Fe0XmeRDv0C7hpv9WdwL","Services",{"url":422,"value":423,"type":407,"sequence":402,"id":424,"name":425,"split":34},"/locations/texas/houston","787ffbb0-8bc6-4577-974e-a351945362cb","nHAaePtSpLv36Ls2SMHp","Houston - Dry Ice Blasting Services",{"url":427,"value":428,"type":407,"sequence":429,"id":430,"name":431,"split":34},"/locations/texas/dallas","a8c3ee42-2566-4276-85b4-f8fbfc6d620f",5,"Iq76PCouluWhnHWng9BS","Dallas - Dry Ice Blasting Services",{"url":433,"value":434,"type":407,"sequence":435,"id":436,"name":437,"split":34},"/locations/texas","35b37232-578f-4298-9994-68b2cd26bdd5",6,"G5p7HtC76vT01UbFpiny","Texas - Dry Ice Blasting Services",{"url":439,"value":440,"type":407,"sequence":441,"id":442,"name":443,"split":34},"/locations/texas/fort-worth","0f41df34-0c89-40ca-9e14-0c57821bf5e6",7,"UcS3xBtndCI0brQz86zG","Fort Worth - Dry Ice Blasting Services",{"url":445,"value":446,"type":407,"sequence":447,"id":448,"name":449,"split":34},"/services/fire-restoration-cleaning","5cae3c8e-601d-4374-84c9-ce42fcd877cf",8,"4WmlvfpWjIpBoi7d17sv","Fire Restoration Cleaning Services",{"url":451,"value":452,"type":407,"sequence":453,"id":454,"name":455,"split":34},"/locations/louisiana","4ec8edfe-9c2f-4a17-b6f5-3445ed356484",9,"Vl9ihToZVBr2HeR1i52w","Louisiana - Dry Ice Blasting Services",{"url":457,"value":458,"type":407,"sequence":459,"id":460,"name":461,"split":34},"/locations/new-mexico","5e117a98-9ed7-4e29-99db-7078c0dab184",10,"v0d888doQouR80dNsTJt","New Mexico - Dry Ice Blasting Services",{"url":463,"value":464,"type":407,"sequence":465,"id":466,"name":467,"split":34},"/locations/oklahoma","05b73864-1cda-4751-a2aa-d158b6ee3215",11,"9TV3KizgoJYLs5PfQUbW","Oklahoma - Dry Ice Blasting Services",{"url":469,"value":470,"type":407,"sequence":471,"id":472,"name":473,"split":34},"/industries/oil-and-gas","6b4e4f01-fa52-4c2f-a499-39623aab40f5",12,"rFt3wgO7VEBVWAZXkzBH","Oil & Gas - Dry Ice Blasting Services",{"url":475,"value":476,"type":407,"sequence":477,"id":478,"name":479,"split":34},"/industries/manufacturing","224abbfc-46b2-426f-aed1-49b348e07ff2",13,"GDoD3YPQOytDrcj4IL7H","Manufacturing - Dry Ice Blasting Services",{"url":481,"value":482,"type":407,"sequence":483,"id":484,"name":485,"split":34},"/industries/power-generation-and-utilities","4ea2e883-c110-49db-899f-5dec8d749546",14,"8QfZjm1P0NjUC551yqsL","Power Generation & Utilities - Dry Ice Blasting",{"url":487,"value":488,"type":407,"sequence":489,"id":490,"name":491,"split":34},"/industries/food-and-beverage","ce0081ad-b2c2-4fbe-9532-2505e30a0b74",15,"Yvcn3vHteq1NsVm0YzPX","Food & Beverage - Dry Ice Blasting Services",{"url":493,"value":494,"type":407,"sequence":495,"id":496,"name":497,"split":34},"/industries/historical-restoration","b0f38100-ca36-4462-9994-fd17b0fcb420",16,"p12RODgseoPJbvrDYcxM","Historical Restoration - Dry Ice Blasting",{"url":499,"value":500,"type":407,"sequence":501,"id":502,"name":503,"split":34},"/services/production-facilities-dry-ice-blasting","596b7587-ccfe-47d1-abc2-996cf5911364",17,"pKZc1UU4eZhJgA3qaleW","Production Facility Dry Ice Blasting Services",{"url":505,"value":506,"type":407,"sequence":507,"id":508,"name":509,"split":34},"/services/heat-transfer-equipment-cleaning","7eec2a35-8071-43ea-bb59-05b933b806ca",18,"89YXUcl3f4DJBg1xrZoh","Heat Transfer Equipment Cleaning Services",{"url":511,"value":512,"type":407,"sequence":513,"id":514,"name":515,"split":34},"/services/food-manufacturing-equipment-cleaning","564c16f0-bf4a-4377-be88-1a95cf93fdcb",19,"mXv6dM2IA4IyD434doAn","Food Manufacturing Equipment Cleaning Services",{"url":517,"value":518,"type":407,"sequence":519,"id":520,"name":521,"split":34},"/industries/industrial-printing","3cfad8dd-5e5f-4bab-9b20-075d4ada9ac2",20,"SIAjo8Qgjo70eDrkWbQ6","Printing - Dry Ice Blasting Services",{"url":523,"value":524,"type":407,"sequence":525,"id":526,"name":527,"split":34},"/industries/aerospace","1601cbc9-eb8b-4085-9f41-eca76b7299d8",21,"SFDtEnPSBucft1XS5c3T","Aerospace - Dry Ice Blasting Services",{"url":529,"value":530,"type":407,"sequence":531,"id":532,"name":533,"split":34},"/industries/automotive","f0c85a78-3d7e-4942-97af-2abdd6c72178",22,"klt280SQa5cgRv8tk94n","Automotive - Dry Ice Blasting Services",{"url":535,"value":536,"type":407,"sequence":537,"id":538,"name":539,"split":34},"/services/power-generation-dry-ice-blasting","3c9400fa-d380-4b88-8bb8-4a5ebfc66a39",23,"zcYLGrLhtnUXcngIp0yg","Power Generation Dry Ice Blasting Services",{"url":541,"value":542,"type":407,"sequence":543,"id":544,"name":545,"split":34},"/services/frac-pump-radiator-cleaning","11d8c95d-2eee-47a3-be54-a7b58ee70903",24,"vdDrDgGyEV5FDIg4y9LY","Frac Pump Radiator Cleaning Services",{"url":547,"value":548,"type":407,"sequence":549,"id":550,"name":551,"split":34},"/services/facility-maintenance","f1e9b0b6-6d37-4854-b363-08d4f3344194",25,"XOebxZKEYbxaLzHY0cZF","Facility Maintenance Dry Ice Blasting Services",{"url":553,"value":554,"type":407,"sequence":555,"id":556,"name":557,"split":34},"/services/industrial-printer-cleaning","095aeec7-c001-4dcc-89a6-ba7c67ff7c1d",26,"t8OAPftNANlSeNZoa179","Industrial Printer Cleaning Services",{"url":559,"value":560,"type":407,"sequence":561,"id":562,"name":563,"split":34},"/resources/photo-gallery","2b098c32-3a31-43f0-9b93-6ff3eb937bd4",27,"wqyokbvKsh8wg5KCvTkF","Photo Gallery - Before & After Results",{"url":565,"value":566,"type":407,"sequence":567,"id":568,"name":569,"split":34},"/case-studies","8b006219-baa1-4902-8a59-5b98f16ac942",28,"B2h3LZvvysiyjr7G78kA","Case Studies - Client Success Stories",{"url":571,"value":572,"type":407,"sequence":573,"id":574,"name":575,"split":34},"/resources/dry-ice-blasting-faqs","2550d8a0-2d45-4f75-9214-13d0ae713117",29,"wkPAWvkmosBptqYANvcG","FAQs - Frequently Asked Questions",{"url":577,"value":578,"type":407,"sequence":579,"id":580,"name":581,"split":34},"/blog","1a3a5ba5-c6b0-4bda-bb77-e3b46c1ea5ef",30,"Awqx9AwQjsLOfuz6wOrM","Blog",{"url":583,"value":584,"type":407,"sequence":585,"id":586,"name":587},"/locations/louisiana/baton-rouge","2e545908-4d5a-4ed7-aac4-36a41585c0bb",31,"a4gNBduHnYZutCpuk0Gv","Baton Rouge - Dry Ice Blasting Services",{"url":589,"value":590,"type":407,"sequence":591,"id":592,"name":593},"/locations/oklahoma/oklahoma-city","4513622f-d689-412c-b930-9e7dde9eb6a9",32,"909fKu8Fw0QpRO1ajM6D","Oklahoma City - Dry Ice Blasting Services",{"url":595,"value":596,"type":407,"sequence":597,"id":598,"name":599},"/locations/new-mexico/albuquerque","e0a26595-3ddc-47af-b2bd-22149c43bc8f",33,"wWuuKFPZoWisa0hWqtLn","Albuquerque - Dry Ice Blasting Services",{"url":601,"value":602,"type":407,"sequence":603,"id":604,"name":605},"/locations/oklahoma/tulsa","3327bbf4-e366-4285-b58d-d3ad4b42e4ef",34,"1p2Xdstt5BofcfucNlai","Tulsa - Dry Ice Blasting Services",{"url":607,"value":608,"type":407,"sequence":609,"id":610,"name":611},"/about","61fa192f-1e08-4805-8b5b-d8860349bad0",35,"zOYwFaqT9nErHTCZMG3c","About Us - Industrial Cleaning Experts",{"url":613,"value":614,"type":407,"sequence":615,"id":616,"name":617},"/contact","b91c130d-354f-4c60-aa6d-8586b74b27af",36,"1E5Mg0VKUmGRoC9IePq7","Contact Us - Get a Quote",{"url":619,"value":620,"type":407,"sequence":621,"id":622,"name":623},"/locations/texas/austin","fd4abca5-40c5-45f5-9fb3-ad8edff73f51",37,"4koIegd45eI80lmn0mrR","Austin - Dry Ice Blasting Services",{"url":625,"value":626,"type":407,"sequence":627,"id":628,"name":629},"/locations/texas/san-antonio","2b2ef9ba-18d3-4477-ad06-cdb8f21d259f",38,"TacfUSQPP1ATshmXPaBZ","San Antonio - Dry Ice Blasting Services",{"url":631,"value":632,"type":407,"sequence":633,"id":634,"name":635},"/locations/louisiana/lake-charles","370245ed-b517-41c1-b3d5-ecb13275b990",39,"Sx1ntYahaVdEj1qBx8At","Lake Charles - Dry Ice Blasting Services",{"url":416,"value":637,"type":407,"sequence":638,"id":639,"name":640},"af9c197e-24bf-4d5d-9446-1af0c6d60d73",40,"iniMmAlvhA0tDSFZyibt","Services - Complete Overview",{"url":642,"value":643,"type":407,"sequence":644,"id":645,"name":646},"/industries","51686bfb-13eb-49b4-92b1-56a8c22b10a8",41,"eX5L4ALOrxnN6o7nOBZP","Industries - Complete Overview",{"url":648,"value":649,"type":407,"sequence":650,"id":651,"name":652},"/locations/louisiana/new-orleans","46f56f92-3138-4f89-a182-3082fe0e8f72",42,"gxl6oZRJPfwjSlUtMR57","New Orleans - Dry Ice Blasting Services",{"url":654,"value":655,"type":407,"sequence":656,"id":657,"name":658},"/locations/texas/el-paso","6c6ee5d7-a98e-4e32-9c3f-d1fa0cc3415d",43,"A9k5K2Sp6nn5MSZbG3W7","El Paso - Dry Ice Blasting Services",{"url":660,"value":661,"type":407,"sequence":662,"id":663,"name":664},"/locations/texas/corpus-christi","c75d56e0-f4df-4d6d-a68a-5e2b0df30062",44,"DrTED6XSCi5kNPIcG6Pg","Corpus Christi - Dry Ice Blasting Services",{"url":666,"value":667,"type":407,"sequence":668,"id":669,"name":670},"/locations/texas/beaumont","a39b437f-3587-4b21-8b5d-04f0ee3dd7e7",45,"DyUhaMxex4uzyePp5DZm","Beaumont - Dry Ice Blasting Services",{"url":672,"value":673,"type":407,"sequence":674,"id":675,"name":676},"/locations/texas/amarillo","35b30d8a-eede-4cb8-972a-71b86c02e429",46,"X1k38rLu9wxObbnRrlIH","Amarillo - Dry Ice Blasting Services",{"url":678,"value":679,"type":407,"sequence":680,"id":681,"name":682},"/locations/texas/lubbock","19845219-8784-4790-ac6a-bcc31e5e99b9",47,"jI4fD6HjxlDOcmeWr5jC","Lubbock - Dry Ice Blasting Services",{"url":684,"value":685,"type":407,"sequence":686,"id":687,"name":688},"/locations/texas/midland","a8f5cc96-c2f3-40c8-8736-374d0fdf3f6e",48,"NIyk4jmMiroOJAkrPhw7","Midland - Dry Ice Blasting Services",{"url":690,"value":691,"type":407,"sequence":692,"id":693,"name":694},"/locations/texas/odessa","590fc336-3822-4bc6-a06f-2295ebb563a9",49,"kddmhPUn44TxkacOvTP7","Odessa - Dry Ice Blasting Services",{"url":696,"value":697,"type":407,"sequence":281,"id":698,"name":699},"/locations/texas/laredo","988493b1-f849-4bc0-98ce-5c73191c121e","hkfub1jQ70STMPufGoAx","Laredo - Dry Ice Blasting Services",{"url":701,"value":702,"type":407,"sequence":703,"id":704,"name":705},"/locations/texas/port-arthur","b975d4f1-62be-4b92-befb-5080b37f48cd",51,"lYXnj9TLmLTKc2zoF2Df","Port Arthur - Dry Ice Blasting Services",{"url":707,"value":708,"type":407,"sequence":709,"id":710,"name":711},"/locations/texas/abilene","55374d43-f040-4f64-96d2-ed7169079348",52,"b8Z4F95DdhpDbObx5M1q","Abilene - Dry Ice Blasting Services",{"url":713,"value":714,"type":407,"sequence":715,"id":716,"name":717},"/locations/louisiana/lafayette","b98b041d-c0d7-4857-88af-3c8fa41005b9",53,"kZJ3tiOiG0JCxSNpCre7","Lafayette - Dry Ice Blasting Services",{"url":719,"value":720,"type":407,"sequence":721,"id":722,"name":723},"/locations/oklahoma/lawton","6e79b0ec-05a7-49c4-84cd-230aca1d27bd",54,"ZHNWZFU27hiL0rUpsF4D","Lawton - Dry Ice Blasting Services",{"url":725,"value":726,"type":407,"sequence":727,"id":728,"name":729},"/locations/oklahoma/norman","969701ac-db0c-4f05-add7-b83eb73fb496",55,"gpEsy71FvXRl2qDy0sQb","Norman - Dry Ice Blasting Services",{"url":731,"value":732,"type":407,"sequence":733,"id":734,"name":735},"/locations","f379a447-d92e-45f7-8723-812f13290ba2",56,"SLDt9l1SjlvKNAd7Y78z","Service Locations",{"url":737,"value":738,"type":407,"sequence":739,"id":740,"name":741},"/locations/louisiana/shreveport","6c5e6e00-01bc-4a13-8311-c96028778538",57,"xurPnyyTWQpzSA4s8hHa","Shreveport - Dry Ice Blasting Services",{"url":743,"value":744,"type":407,"sequence":745,"id":746,"name":747},"/locations/new-mexico/santa-fe","42969c5d-aa5f-47d4-854d-0b980182c4d0",58,"i1YLD3BUvTklaHfyGYGd","Santa Fe - Dry Ice Blasting Services",{"url":749,"value":750,"type":407,"sequence":751,"id":752,"name":753},"/locations/new-mexico/las-cruces","54db7c4a-3dce-421a-8b44-b9a49141430e",59,"kqlIvK5CAcqjWUCNUszr","Las Cruces - Dry Ice Blasting Services",{"url":755,"value":756,"type":407,"sequence":757,"id":758,"name":759},"/locations/new-mexico/roswell","0e28bd73-8289-46a5-83a4-ed24e6f05c01",60,"pzUWn6j1arLJTmH2wmJ5","Roswell - Dry Ice Blasting Services",{"url":266,"value":308,"type":407,"sequence":761,"id":267,"name":268},61,{"url":400,"value":763,"type":407,"sequence":764,"id":401,"name":765},"089be47b-7ca7-4b79-ae5c-b8d4fbe1237a",62,"Edmond - Dry Ice Blasting Services",{"url":767,"value":768,"type":407,"sequence":769,"id":770,"name":771},"/terms-of-service","f2de1cf7-c016-4e75-bf4a-c1884a22a881",63,"ewN9sO4OfyrQUNUNABGw","Terms of Service",{"url":773,"value":774,"type":407,"sequence":775,"id":776,"name":777},"/privacy-policy","2b5cecd8-2470-4624-a13f-859e5f8fb78e",64,"SxyXR9PxrNWCgT9wFlrq","Privacy Policy",{"url":779,"value":780,"type":407,"sequence":781,"id":782,"name":783,"split":34},"/resources/dry-ice-blasting-vs-other-cleaning-methods","7eba0db3-1bbc-47c9-b9ef-78fe674d0d9c",65,"kB9FDrPcmnQzo3vCwrkK","Dry Ice Blasting VS other Cleaning Methods",{"url":785,"value":786,"type":407,"sequence":787,"id":788,"name":789,"split":34},"/resources/how-dry-ice-blasting-works","a81c548f-4a6d-4e4b-9777-f1cd72f830e3",66,"8D2bjro1gclFNY2ffMXP","How Dry Ice Blasting Works",{"url":791,"value":792,"type":407,"sequence":793,"id":794,"name":795,"split":34},"/resources","50f5d7fd-4fc6-47ad-8e76-40e11fdcc8d7",67,"wuMOBpAjzWMAYcQz9kso","Resources",{"url":797,"value":798,"type":407,"sequence":799,"id":800,"name":801,"split":34},"/industries/construction","5147ff8b-70bb-4416-b418-047b0f394acb",68,"8vWDklj1z0UfsixvrQyh","Construction",{"url":803,"value":804,"type":407,"sequence":805,"id":806,"name":807,"split":34},"/services/contaminant-remediation","75bdbe0e-4b32-41d0-8e0f-5fc0e147bcd0",69,"WpNXU4je9huEp7ql358W","Contaminant Remediation",{"url":809,"value":810,"type":407,"sequence":811,"id":812,"name":813},"/services/hrsg-services","ee35e693-8431-43ff-b082-90d12d3cede5",70,"QVeOaZODWyfVd8qoC7cg","HRSG Cleaning Services",{"url":815,"value":816,"type":407,"sequence":817,"id":818,"name":819},"/blog/gas-turbine-compressor-cleaning","ff8720d9-dd0a-4591-be04-5b3ce9d8e1a2",71,"dZqinYxEZZNhXjCtjOrU","Gas Turbine Compressor Cleaning",{"url":821,"value":822,"type":407,"sequence":823,"id":824,"name":825},"/blog/hrsg-cleaning-economizer-vs-evaporator","971b53fa-3d26-40ad-add9-70ddcb5d2934",72,"x1FK18PMqYwI7kfnondl","HRSG Cleaning Economizer Vs Evaporator",{"url":827,"value":828,"type":407,"sequence":829,"id":830,"name":831},"/blog/calculating-payback-industrial-equipment-cleaning","34db3ece-5441-4688-aa26-6f5eda5feede",73,"e5XiMbXu2BVK0lM5ldMq","calculating payback industrial equipment cleaning",{"url":833,"value":834,"type":407,"sequence":835,"id":836,"name":837},"/blog/automotive-weld-cell-maintenance-best-practices","cba14761-98ca-4871-b03d-10a6cb3c5348",74,"gFX1Cqmcw1J6zNRMOPWU","Automotive Weld Cell Maintenance Best Practices",{"url":839,"value":840,"type":407,"sequence":841,"id":842,"name":843},"/blog/confined-space-dry-ice-blasting-safety-protocols","b6bcb5df-dfbb-4051-8884-6b77c01a5b70",75,"gTCJE86vnf63ZK9jLQip","Confined Space Dry Ice Blasting Safety Protocols",{"url":845,"value":846,"type":407,"sequence":847,"id":848,"name":849},"/blog/dry-ice-blasting-vs-pressure-washing-sandblasting","060520a0-f9a4-4b92-840a-4e4b4de8dd12",76,"TUy6lK0dlVG5EVZdKY3m","Dry Ice Blasting vs. Pressure Washing vs. Sandblasting: The Complete Comparison",{"url":851,"value":852,"type":407,"sequence":853,"id":854,"name":855},"/blog/dry-ice-blasting-oil-refinery-turnaround-texas","b0054bbe-5ff2-489f-a24f-7afa01a1a462",77,"j5Yc8KxJD8FsfJUonesj","How Dry Ice Blasting Cuts Turnaround Time at Texas Oil Refineries",{"url":857,"value":858,"type":407,"sequence":859,"id":860,"name":861},"/blog/frac-pump-radiator-cleaning-permian-basin","b6d49556-60a9-4cbd-850e-d319b0237bca",78,"QhptYmaUhIK0WQOIow0o","Frac Pump & Radiator Cleaning in the Permian Basin: Keeping Equipment Running",{"url":863,"value":864,"type":407,"sequence":865,"id":866,"name":867},"/blog/fire-smoke-damage-restoration-dry-ice-blasting","c9f98560-cf26-4bf9-a4e9-0b75902b7342",79,"vlemCbkHr33EakKtmoJj","Fire & Smoke Damage Restoration: Why Dry Ice Blasting Beats Chemical Cleaning",{"url":869,"value":870,"type":407,"sequence":871,"id":872,"name":873},"/blog/fda-compliant-food-plant-sanitation-dry-ice","27a65ce8-9224-4247-9e40-5f9d17f866fc",80,"bzr3u7BKcRWyAELJGPKw","FDA-Compliant Food Plant Sanitation: A Dry Ice Blasting Checklist",{"url":875,"value":876,"type":407,"sequence":877,"id":878,"name":879},"/blog/industrial-printer-flexographic-press-cleaning","7037fd89-1408-492e-9a8c-c3d61b34d63c",81,"Raza7EJbzft5DgXftPO4","Industrial Printer & Flexographic Press Cleaning: Reducing Downtime on the Print Floor",[],"USD",{"title":38,"description":38,"imageUrl":38},"website",[],[],{},[],[],[],{},"NTQ0RPbnZLB8i2DiTxC0",[],["Date","2026-06-04T06:14:00.090Z"],{"formats":895},[],{"pixelID":310,"disabled":34,"track":897,"version":898,"isEnabled":41,"pixelLoaded":34,"manualMode":41,"userData":310,"eventsQueue":899},"PageView","2.0",[],["Set"],["ShallowReactive",902],{"pageData":-1}]</script></body></html>