{"id":6161,"date":"2020-10-05T09:55:37","date_gmt":"2020-10-05T09:55:37","guid":{"rendered":"http:\/\/dannci.wpmasters.org\/idence\/?post_type=tmnf_project&#038;p=6161"},"modified":"2025-07-17T15:05:34","modified_gmt":"2025-07-17T15:05:34","slug":"plastic","status":"publish","type":"tmnf_project","link":"https:\/\/harbor-grp.com\/?tmnf_project=plastic","title":{"rendered":"Plastic"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Plastic Products &#8211; Comprehensive Catalog<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f5f7fa;\n        }\n        \n        .header {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 60px 0;\n            text-align: center;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.2);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .header::before {\n            content: \"\";\n            position: absolute;\n            top: -50%;\n            right: -50%;\n            width: 200%;\n            height: 200%;\n            background: repeating-linear-gradient(\n                45deg,\n                transparent,\n                transparent 10px,\n                rgba(255,255,255,0.1) 10px,\n                rgba(255,255,255,0.1) 20px\n            );\n            animation: slide 20s linear infinite;\n        }\n        \n        @keyframes slide {\n            0% {\n                transform: translate(0, 0);\n            }\n            100% {\n                transform: translate(50px, 50px);\n            }\n        }\n        \n        .header h1 {\n            font-size: 3.5em;\n            margin-bottom: 15px;\n            text-transform: uppercase;\n            letter-spacing: 4px;\n            font-weight: 700;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .header p {\n            font-size: 1.4em;\n            opacity: 0.95;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .eco-banner {\n            background: #27ae60;\n            color: white;\n            padding: 15px;\n            text-align: center;\n            font-weight: bold;\n        }\n        \n        .eco-banner::before {\n            content: \"\u267b\ufe0f \";\n        }\n        \n        .container {\n            max-width: 1300px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .intro {\n            background: white;\n            padding: 50px;\n            margin: 40px 0;\n            border-radius: 20px;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.1);\n            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);\n        }\n        \n        .intro h2 {\n            color: #764ba2;\n            margin-bottom: 25px;\n            font-size: 2.5em;\n        }\n        \n        .plastic-section {\n            background: white;\n            margin: 40px 0;\n            padding: 45px;\n            border-radius: 20px;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.1);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .plastic-section::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #667eea, #764ba2, #f093fb, #4facfe);\n            background-size: 300% 100%;\n            animation: gradient 3s ease infinite;\n        }\n        \n        @keyframes gradient {\n            0% {\n                background-position: 0% 50%;\n            }\n            50% {\n                background-position: 100% 50%;\n            }\n            100% {\n                background-position: 0% 50%;\n            }\n        }\n        \n        .plastic-title {\n            color: #764ba2;\n            font-size: 2.4em;\n            margin-bottom: 30px;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n        \n        .plastic-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            align-items: start;\n        }\n        \n        .plastic-info h3 {\n            color: #667eea;\n            margin: 25px 0 15px 0;\n            font-size: 1.5em;\n        }\n        \n        .plastic-info ul {\n            margin-left: 25px;\n            margin-bottom: 20px;\n        }\n        \n        .plastic-info li {\n            margin: 10px 0;\n            line-height: 1.8;\n        }\n        \n        .plastic-images {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n        }\n        \n        .plastic-image {\n            background: #f8f9fa;\n            border: 2px solid #e9ecef;\n            border-radius: 15px;\n            padding: 15px;\n            text-align: center;\n            height: 250px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            position: relative;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n        \n        .plastic-image:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.15);\n            border-color: #764ba2;\n        }\n        \n        .plastic-image img {\n            max-width: 100%;\n            max-height: 100%;\n            object-fit: cover;\n            width: 100%;\n            height: 100%;\n            border-radius: 10px;\n        }\n        \n        .specifications {\n            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);\n            color: white;\n            padding: 25px;\n            border-radius: 15px;\n            margin-top: 25px;\n            box-shadow: 0 5px 20px rgba(79, 172, 254, 0.4);\n        }\n        \n        .specifications h4 {\n            margin-bottom: 15px;\n            font-size: 1.3em;\n        }\n        \n        .spec-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 15px;\n            margin-top: 15px;\n        }\n        \n        .spec-item {\n            padding: 10px;\n            background: rgba(255,255,255,0.2);\n            border-radius: 8px;\n            backdrop-filter: blur(10px);\n        }\n        \n        .material-box {\n            background: #f8f9fa;\n            border-left: 5px solid #667eea;\n            padding: 20px;\n            margin: 20px 0;\n            border-radius: 10px;\n            transition: all 0.3s ease;\n        }\n        \n        .material-box:hover {\n            transform: translateX(10px);\n            box-shadow: 0 5px 20px rgba(0,0,0,0.1);\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 25px;\n        }\n        \n        .app-card {\n            background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);\n            color: white;\n            padding: 25px;\n            border-radius: 15px;\n            text-align: center;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .app-card::before {\n            content: \"\";\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);\n            transition: all 0.5s ease;\n            opacity: 0;\n        }\n        \n        .app-card:hover::before {\n            opacity: 1;\n            transform: scale(0.8);\n        }\n        \n        .app-card:hover {\n            transform: translateY(-10px) scale(1.05);\n            box-shadow: 0 20px 40px rgba(0,0,0,0.2);\n        }\n        \n        .app-card h4 {\n            font-size: 1.2em;\n            margin-bottom: 10px;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .app-card p {\n            font-size: 0.9em;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .recycling-info {\n            background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);\n            color: white;\n            padding: 30px;\n            border-radius: 15px;\n            margin: 30px 0;\n            text-align: center;\n        }\n        \n        .footer {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            text-align: center;\n            padding: 40px 0;\n            margin-top: 60px;\n        }\n        \n        @media (max-width: 768px) {\n            .plastic-content {\n                grid-template-columns: 1fr;\n            }\n            \n            .plastic-images {\n                grid-template-columns: 1fr;\n            }\n            \n            .spec-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"header\">\n        <h1>Plastic Products Solutions<\/h1>\n        <p>Innovation in Polymer Technology<\/p>\n    <\/div>\n    \n    <div class=\"eco-banner\">\n        Sustainable Materials | Recyclable Products | Eco-Friendly Manufacturing\n    <\/div>\n    \n    <div class=\"container\">\n        <div class=\"intro\">\n            <h2>Advanced Plastic Manufacturing<\/h2>\n            <p>Welcome to the forefront of polymer technology and plastic manufacturing. Our extensive catalog features a comprehensive range of plastic products, from engineering thermoplastics to custom molded solutions. We combine cutting-edge technology with sustainable practices to deliver high-quality plastic products that meet the demands of modern industry while respecting our environment. Every product is manufactured to precise specifications using state-of-the-art equipment and quality control processes.<\/p>\n        <\/div>\n        \n        <!-- Engineering Plastics Section -->\n        <div class=\"plastic-section\">\n            <h2 class=\"plastic-title\">\ud83d\udd27 Engineering Plastics<\/h2>\n            <div class=\"plastic-content\">\n                <div class=\"plastic-info\">\n                    <h3>High-Performance Polymers<\/h3>\n                    <p>Engineering plastics designed for demanding applications requiring superior mechanical, thermal, and chemical properties. These materials replace traditional metals in many applications.<\/p>\n                    \n                    <h3>Material Portfolio<\/h3>\n                    <ul>\n                        <li><strong>Nylon (PA):<\/strong> Excellent wear resistance and strength<\/li>\n                        <li><strong>Acetal (POM):<\/strong> High stiffness and dimensional stability<\/li>\n                        <li><strong>Polycarbonate (PC):<\/strong> Impact resistance and transparency<\/li>\n                        <li><strong>PEEK:<\/strong> Extreme temperature and chemical resistance<\/li>\n                        <li><strong>PET\/PETG:<\/strong> Chemical resistance and clarity<\/li>\n                    <\/ul>\n                    \n                    <h3>Key Industries<\/h3>\n                    <ul>\n                        <li>Automotive components and systems<\/li>\n                        <li>Aerospace and defense applications<\/li>\n                        <li>Medical device manufacturing<\/li>\n                        <li>Electronic and electrical components<\/li>\n                        <li>Industrial machinery parts<\/li>\n                    <\/ul>\n                    \n                    <div class=\"specifications\">\n                        <h4>Technical Properties<\/h4>\n                        <div class=\"spec-grid\">\n                            <div class=\"spec-item\">Temperature: -40\u00b0C to 260\u00b0C<\/div>\n                            <div class=\"spec-item\">Tensile Strength: 50-180 MPa<\/div>\n                            <div class=\"spec-item\">Impact Resistance: High<\/div>\n                            <div class=\"spec-item\">Chemical Resistance: Excellent<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"plastic-images\">\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"\" alt=\"Engineering Plastic Parts\">\n                    <\/div>\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.pixabay.com\/photo\/2019\/11\/09\/21\/27\/gear-4614287_960_720.jpg\" alt=\"Plastic Gears\">\n                    <\/div>\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"\" alt=\"Plastic Pellets\">\n                    <\/div>\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.pixabay.com\/photo\/2021\/12\/12\/22\/35\/polymer-6866141_960_720.jpg\" alt=\"High-Performance Parts\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Packaging Materials Section -->\n        <div class=\"plastic-section\">\n            <h2 class=\"plastic-title\">\ud83d\udce6 Packaging Solutions<\/h2>\n            <div class=\"plastic-content\">\n                <div class=\"plastic-info\">\n                    <h3>Innovative Packaging Materials<\/h3>\n                    <p>Comprehensive range of plastic packaging solutions designed to protect, preserve, and present products while minimizing environmental impact through recyclable and biodegradable options.<\/p>\n                    \n                    <h3>Product Categories<\/h3>\n                    <ul>\n                        <li><strong>Flexible Films:<\/strong> LDPE, HDPE, PP, and barrier films<\/li>\n                        <li><strong>Rigid Containers:<\/strong> Bottles, jars, and custom containers<\/li>\n                        <li><strong>Thermoformed Packaging:<\/strong> Blister packs and clamshells<\/li>\n                        <li><strong>Stretch &#038; Shrink Films:<\/strong> Industrial and retail wrapping<\/li>\n                        <li><strong>Biodegradable Options:<\/strong> PLA and starch-based materials<\/li>\n                    <\/ul>\n                    \n                    <h3>Features &#038; Benefits<\/h3>\n                    <ul>\n                        <li>Food-grade certifications (FDA, EU approved)<\/li>\n                        <li>Barrier properties for extended shelf life<\/li>\n                        <li>Custom printing and branding options<\/li>\n                        <li>Tamper-evident and child-resistant designs<\/li>\n                        <li>Recyclable and sustainable materials<\/li>\n                    <\/ul>\n                    \n                    <div class=\"specifications\">\n                        <h4>Material Options<\/h4>\n                        <div class=\"spec-grid\">\n                            <div class=\"spec-item\">Thickness: 10\u03bcm &#8211; 500\u03bcm<\/div>\n                            <div class=\"spec-item\">Clarity: Crystal clear to opaque<\/div>\n                            <div class=\"spec-item\">Barrier: O2, moisture, UV<\/div>\n                            <div class=\"spec-item\">Recyclability: #1-#7 codes<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"plastic-images\">\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.pixabay.com\/photo\/2019\/03\/13\/16\/20\/bottle-4053044_960_720.jpg\" alt=\"Plastic Bottles\">\n                    <\/div>\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.pixabay.com\/photo\/2020\/11\/17\/15\/29\/bottles-5752742_960_720.jpg\" alt=\"Packaging Containers\">\n                    <\/div>\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.pixabay.com\/photo\/2017\/07\/23\/11\/30\/packaging-2531224_960_720.jpg\" alt=\"Food Packaging\">\n                    <\/div>\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.pixabay.com\/photo\/2018\/03\/11\/20\/09\/food-packaging-3217840_960_720.jpg\" alt=\"Flexible Packaging\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Industrial Plastic Products Section -->\n        <div class=\"plastic-section\">\n            <h2 class=\"plastic-title\">\u2699\ufe0f Industrial Plastic Components<\/h2>\n            <div class=\"plastic-content\">\n                <div class=\"plastic-info\">\n                    <h3>Custom Molded Products<\/h3>\n                    <p>Precision-engineered plastic components manufactured through injection molding, blow molding, and rotational molding processes for diverse industrial applications.<\/p>\n                    \n                    <h3>Manufacturing Processes<\/h3>\n                    <ul>\n                        <li><strong>Injection Molding:<\/strong> High-volume precision parts<\/li>\n                        <li><strong>Blow Molding:<\/strong> Hollow containers and bottles<\/li>\n                        <li><strong>Rotomolding:<\/strong> Large tanks and complex shapes<\/li>\n                        <li><strong>Extrusion:<\/strong> Profiles, pipes, and sheets<\/li>\n                        <li><strong>3D Printing:<\/strong> Rapid prototyping and small batches<\/li>\n                    <\/ul>\n                    \n                    <h3>Product Applications<\/h3>\n                    <div class=\"applications-grid\">\n                        <div class=\"app-card\">\n                            <h4>Automotive<\/h4>\n                            <p>Interior trim, under-hood components, fuel systems<\/p>\n                        <\/div>\n                        <div class=\"app-card\">\n                            <h4>Electronics<\/h4>\n                            <p>Housings, connectors, insulation components<\/p>\n                        <\/div>\n                        <div class=\"app-card\">\n                            <h4>Medical<\/h4>\n                            <p>Surgical instruments, device housings, lab equipment<\/p>\n                        <\/div>\n                        <div class=\"app-card\">\n                            <h4>Construction<\/h4>\n                            <p>Pipes, fittings, insulation, window profiles<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"specifications\">\n                        <h4>Production Capabilities<\/h4>\n                        <div class=\"spec-grid\">\n                            <div class=\"spec-item\">Part Weight: 1g &#8211; 50kg<\/div>\n                            <div class=\"spec-item\">Tolerances: \u00b10.05mm<\/div>\n                            <div class=\"spec-item\">Volume: 100 &#8211; 1M+ units<\/div>\n                            <div class=\"spec-item\">Lead Time: 2-8 weeks<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"plastic-images\">\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.pixabay.com\/photo\/2019\/06\/05\/10\/33\/mold-4253309_960_720.jpg\" alt=\"Injection Molding\">\n                    <\/div>\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.pixabay.com\/photo\/2020\/04\/16\/18\/02\/plastic-5051651_960_720.jpg\" alt=\"Industrial Parts\">\n                    <\/div>\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.pixabay.com\/photo\/2019\/12\/23\/19\/13\/pipe-4715303_960_720.jpg\" alt=\"Plastic Pipes\">\n                    <\/div>\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.pixabay.com\/photo\/2021\/10\/21\/18\/24\/3d-printing-6730014_960_720.jpg\" alt=\"3D Printed Parts\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Consumer Products Section -->\n        <div class=\"plastic-section\">\n            <h2 class=\"plastic-title\">\ud83c\udfe0 Consumer Plastic Products<\/h2>\n            <div class=\"plastic-content\">\n                <div class=\"plastic-info\">\n                    <h3>Everyday Plastic Solutions<\/h3>\n                    <p>High-quality consumer products combining functionality, durability, and aesthetic appeal for household, office, and personal use.<\/p>\n                    \n                    <h3>Product Range<\/h3>\n                    <div class=\"material-box\">\n                        <h4>Household Items<\/h4>\n                        <p>Storage containers, kitchen utensils, organizers, furniture components<\/p>\n                    <\/div>\n                    \n                    <div class=\"material-box\">\n                        <h4>Office Supplies<\/h4>\n                        <p>Desktop organizers, filing systems, stationery, ergonomic accessories<\/p>\n                    <\/div>\n                    \n                    <div class=\"material-box\">\n                        <h4>Garden &#038; Outdoor<\/h4>\n                        <p>Planters, garden furniture, outdoor storage, irrigation components<\/p>\n                    <\/div>\n                    \n                    <div class=\"material-box\">\n                        <h4>Sports &#038; Recreation<\/h4>\n                        <p>Safety equipment, water bottles, outdoor gear, fitness accessories<\/p>\n                    <\/div>\n                    \n                    <h3>Quality Standards<\/h3>\n                    <ul>\n                        <li>BPA-free and food-safe materials<\/li>\n                        <li>UV-resistant for outdoor applications<\/li>\n                        <li>Ergonomic and user-friendly designs<\/li>\n                        <li>Available in custom colors and finishes<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"plastic-images\">\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.pixabay.com\/photo\/2017\/08\/25\/09\/42\/food-container-2679571_960_720.jpg\" alt=\"Storage Containers\">\n                    <\/div>\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.pixabay.com\/photo\/2020\/05\/26\/07\/24\/kitchen-5221799_960_720.jpg\" alt=\"Kitchen Products\">\n                    <\/div>\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.pixabay.com\/photo\/2016\/11\/29\/02\/45\/bottles-1866889_960_720.jpg\" alt=\"Consumer Bottles\">\n                    <\/div>\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.pixabay.com\/photo\/2019\/12\/15\/14\/29\/plastic-4697113_960_720.jpg\" alt=\"Plastic Furniture\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Specialty Plastics Section -->\n        <div class=\"plastic-section\">\n            <h2 class=\"plastic-title\">\ud83d\udd2c Specialty &#038; Advanced Plastics<\/h2>\n            <div class=\"plastic-content\">\n                <div class=\"plastic-info\">\n                    <h3>Next-Generation Materials<\/h3>\n                    \n                    <div class=\"material-box\">\n                        <h4>Bio-Based Plastics<\/h4>\n                        <p>Sustainable plastics derived from renewable resources like corn starch, sugarcane, and algae. Compostable and biodegradable options available.<\/p>\n                    <\/div>\n                    \n                    <div class=\"material-box\">\n                        <h4>Conductive Plastics<\/h4>\n                        <p>Electrically and thermally conductive polymers for EMI shielding, static dissipation, and electronic applications.<\/p>\n                    <\/div>\n                    \n                    <div class=\"material-box\">\n                        <h4>Medical Grade Plastics<\/h4>\n                        <p>USP Class VI certified materials for implants, surgical tools, and pharmaceutical packaging. Biocompatible and sterilizable.<\/p>\n                    <\/div>\n                    \n                    <div class=\"material-box\">\n                        <h4>Flame Retardant Plastics<\/h4>\n                        <p>UL94 V-0 rated materials for electrical, transportation, and construction applications requiring fire safety.<\/p>\n                    <\/div>\n                    \n                    <h3>Innovation Areas<\/h3>\n                    <ul>\n                        <li>Smart plastics with shape memory properties<\/li>\n                        <li>Self-healing polymer technologies<\/li>\n                        <li>Nano-composite materials<\/li>\n                        <li>Antimicrobial plastic surfaces<\/li>\n                        <li>Color-changing thermochromic plastics<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"plastic-images\">\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.pixabay.com\/photo\/2022\/05\/31\/16\/56\/biochemistry-7233713_960_720.jpg\" alt=\"Bio Plastics\">\n                    <\/div>\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.pixabay.com\/photo\/2019\/08\/16\/16\/01\/medicine-4410639_960_720.jpg\" alt=\"Medical Plastics\">\n                    <\/div>\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.pixabay.com\/photo\/2018\/06\/30\/17\/25\/laboratory-3508155_960_720.jpg\" alt=\"Advanced Materials\">\n                    <\/div>\n                    <div class=\"plastic-image\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.pixabay.com\/photo\/2020\/01\/21\/11\/39\/laboratory-4782796_960_720.jpg\" alt=\"Specialty Polymers\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Recycling and Sustainability Section -->\n        <div class=\"recycling-info\">\n            <h2 style=\"font-size: 2.2em; margin-bottom: 20px;\">\u267b\ufe0f Our Commitment to Sustainability<\/h2>\n            <p style=\"font-size: 1.2em; margin-bottom: 20px;\">We&#8217;re dedicated to circular economy principles and environmental responsibility<\/p>\n            <div class=\"applications-grid\" style=\"margin-top: 30px;\">\n                <div style=\"background: rgba(255,255,255,0.2); padding: 20px; border-radius: 10px;\">\n                    <h3>Recycling Programs<\/h3>\n                    <p>Take-back programs for post-consumer plastics<\/p>\n                <\/div>\n                <div style=\"background: rgba(255,255,255,0.2); padding: 20px; border-radius: 10px;\">\n                    <h3>Ocean Plastics<\/h3>\n                    <p>Products made from ocean-recovered materials<\/p>\n                <\/div>\n                <div style=\"background: rgba(255,255,255,0.2); padding: 20px; border-radius: 10px;\">\n                    <h3>Carbon Neutral<\/h3>\n                    <p>Offset programs for manufacturing emissions<\/p>\n                <\/div>\n                <div style=\"background: rgba(255,255,255,0.2); padding: 20px; border-radius: 10px;\">\n                    <h3>R&#038;D Investment<\/h3>\n                    <p>Developing next-gen sustainable materials<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n","protected":false},"excerpt":{"rendered":"<div class=\"tmnf_excerpt\"><p>While improving understudy access to materials has consistently been a spark for our work.<\/p>\n<\/div>","protected":false},"featured_media":7698,"template":"","meta":[],"project-category":[],"class_list":["post-6161","tmnf_project","type-tmnf_project","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/harbor-grp.com\/index.php?rest_route=\/wp\/v2\/tmnf_project\/6161","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/harbor-grp.com\/index.php?rest_route=\/wp\/v2\/tmnf_project"}],"about":[{"href":"https:\/\/harbor-grp.com\/index.php?rest_route=\/wp\/v2\/types\/tmnf_project"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/harbor-grp.com\/index.php?rest_route=\/wp\/v2\/media\/7698"}],"wp:attachment":[{"href":"https:\/\/harbor-grp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6161"}],"wp:term":[{"taxonomy":"project-category","embeddable":true,"href":"https:\/\/harbor-grp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fproject-category&post=6161"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}