{"id":1616,"date":"2025-12-23T16:13:00","date_gmt":"2025-12-23T13:13:00","guid":{"rendered":"https:\/\/antikorozyon.com\/eng\/?p=1616"},"modified":"2025-12-23T16:13:05","modified_gmt":"2025-12-23T13:13:05","slug":"metallic-surface-preparation","status":"publish","type":"post","link":"https:\/\/antikorozyon.com\/eng\/metallic-surface-preparation\/","title":{"rendered":"Metallic Surface Preparation"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700;800&amp;family=Open+Sans:wght@400;600;700&amp;display=swap\" rel=\"stylesheet\" \/>\n<style>\n        \/* Color Definitions *\/\n        :root {\n            --primary-red: #d12130;\n            --primary-blue: #28346e;\n            --light-blue: #3a498b;\n            --dark-red: #a71b26;\n            --dark-text: #2c3e50;\n            --medium-text: #4a5a6e;\n            --white: #ffffff;\n            --light-grey: #f8f8f8;\n        }\n\n        body {\n            margin: 0;\n            padding: 0;\n        }\n\n        .policy-section {\n            font-family: 'Open Sans', sans-serif;\n            line-height: 1.7;\n            color: var(--dark-text);\n            padding: 20px;\n            box-sizing: border-box;\n        }\n\n        .policy-section .container {\n            max-width: 1000px;\n            margin: 40px auto;\n            background: var(--white);\n            padding: 50px 60px;\n            border-radius: 15px;\n            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);\n            position: relative;\n            z-index: 1;\n            opacity: 0.98;\n            transform: translateY(0);\n            transition: transform 0.5s ease-out;\n        }\n        .policy-section .container:hover {\n             transform: translateY(-5px);\n        }\n\n        .policy-section h1, .policy-section h2, .policy-section h3, .policy-section h4 {\n            font-family: 'Montserrat', sans-serif;\n            color: var(--primary-blue);\n            font-weight: 800;\n            margin-top: 40px;\n            margin-bottom: 30px;\n            text-align: left;\n            line-height: 1.3;\n        }\n        .policy-section h1 {\n            font-size: 3.2em;\n            text-align: center;\n            color: var(--primary-red);\n            padding-bottom: 20px;\n            border-bottom: 4px solid var(--primary-blue);\n            margin-bottom: 60px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        .policy-section h2 {\n            font-size: 2.3em;\n            border-bottom: 3px solid var(--primary-red);\n            padding-bottom: 15px;\n        }\n        .policy-section h3 {\n            font-size: 1.8em;\n            color: var(--primary-blue);\n            margin-top: 35px;\n            margin-bottom: 25px;\n            border-left: 5px solid var(--primary-red);\n            padding-left: 15px;\n        }\n        .policy-section h4 {\n            font-size: 1.5em;\n            color: var(--primary-red);\n            margin-top: 30px;\n            margin-bottom: 20px;\n            border-bottom: 2px solid var(--primary-blue);\n            padding-bottom: 10px;\n        }\n        .policy-section p {\n            margin-bottom: 20px;\n            font-size: 1.1em;\n            color: var(--medium-text);\n        }\n        .policy-section ul {\n            list-style: none; \/* Remove default bullets *\/\n            padding: 0;\n            margin-left: 20px; \/* Indent content slightly *\/\n            margin-bottom: 30px;\n        }\n        .policy-section ul li {\n            position: relative;\n            margin-bottom: 10px;\n            padding-left: 25px; \/* Space for the bullet *\/\n            font-size: 1.05em;\n            color: var(--medium-text);\n        }\n        .policy-section ul li::before {\n            content: \"\u2022\"; \/* Custom bullet *\/\n            color: var(--primary-red); \/* Bullet color *\/\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n            top: 0;\n        }\n        .policy-section ul.no-bullets li::before {\n            content: \"\";\n        }\n        .policy-section ol {\n            list-style: decimal;\n            padding-left: 30px;\n            margin-bottom: 30px;\n            font-size: 1.05em;\n            color: var(--medium-text);\n        }\n        .policy-section ol li {\n            margin-bottom: 10px;\n        }\n        .policy-section strong {\n            color: var(--primary-blue);\n            font-weight: 700;\n        }\n        .policy-section .company-name {\n            color: var(--primary-red);\n            font-weight: 800;\n        }\n        .policy-section em {\n            font-style: normal;\n            font-weight: 700;\n            color: var(--primary-red);\n        }\n        .policy-section a {\n            color: var(--primary-blue);\n            text-decoration: none;\n            font-weight: 600;\n            transition: color 0.3s ease;\n        }\n        .policy-section a:hover {\n            color: var(--primary-red);\n            text-decoration: underline;\n        }\n        .policy-section img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n            margin: 25px auto;\n            border-radius: 8px;\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);\n            transition: transform 0.3s ease-in-out;\n        }\n        .policy-section img:hover {\n            transform: scale(1.03);\n        }\n        .policy-section .alignright {\n            float: right;\n            margin: 15px 0px 15px 25px;\n        }\n        .policy-section .alignleft {\n            float: left;\n            margin: 15px 25px 15px 0px;\n        }\n        .policy-section .aligncenter {\n            display: block;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .policy-section .container {\n                margin: 20px;\n                padding: 30px;\n            }\n            .policy-section h1 {\n                font-size: 2.5em;\n                margin-bottom: 40px;\n            }\n            .policy-section h2 {\n                font-size: 1.8em;\n            }\n            .policy-section h3 {\n                font-size: 1.5em;\n            }\n            .policy-section h4 {\n                font-size: 1.3em;\n            }\n            .policy-section ul li {\n                padding: 0;\n                font-size: 0.95em;\n            }\n            .policy-section ul li:hover {\n                transform: none;\n                box-shadow: none;\n                background: none;\n                border-left-color: none;\n            }\n            .policy-section .alignright, .policy-section .alignleft {\n                float: none;\n                margin: 20px auto;\n                max-width: 80%;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .policy-section .container {\n                padding: 20px;\n            }\n            .policy-section h1 {\n                font-size: 2em;\n            }\n            .policy-section h2 {\n                font-size: 1.5em;\n            }\n            .policy-section h3 {\n                font-size: 1.2em;\n            }\n            .policy-section h4 {\n                font-size: 1.1em;\n            }\n            .policy-section ul li::before {\n                font-size: 1.2em;\n                margin-right: 10px;\n            }\n        }\n\n        \/* Gallery Styling *\/\n        .gallery-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n            margin-bottom: 30px;\n            justify-content: center;\n        }\n\n        .gallery-item {\n            text-align: center;\n            background: var(--light-grey);\n            border-radius: 10px;\n            padding: 10px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;\n            overflow: hidden;\n        }\n\n        .gallery-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);\n        }\n\n        .gallery-item img {\n            border-radius: 8px;\n            width: 100%;\n            height: 180px; \/* Fixed height for gallery images *\/\n            object-fit: cover;\n            display: block;\n            margin: 0 auto;\n            transition: transform 0.3s ease-in-out;\n        }\n\n        .gallery-item img:hover {\n            transform: scale(1.05);\n        }\n\n        @media (min-width: 1024px) {\n            .gallery-container {\n                grid-template-columns: repeat(4, 1fr);\n            }\n        }\n        @media (max-width: 1023px) and (min-width: 768px) {\n            .gallery-container {\n                grid-template-columns: repeat(3, 1fr);\n            }\n        }\n        @media (max-width: 767px) {\n            .gallery-container {\n                grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));\n            }\n            .policy-section ul li {\n                 padding-left: 20px;\n            }\n            .policy-section ul li::before {\n                font-size: 1em;\n            }\n        }\n    <\/style>\n<div class=\"policy-section\">\n<div class=\"container\">\n<h4>Metal Surface Preparation<\/h4>\n<p>IBIX Ecological Surface Cleaning Systems are widely used in the industrial sector as a portable, modular, and efficient tool for rust-corrosion cleaning, machinery maintenance, and all kinds of metal surface cleaning. Furthermore, it is successful in providing the appropriate SA level for surface preparation before painting, etc. With the IBIX System;<\/p>\n<ul>\n<li>Removal of paint layers<\/li>\n<li>Rust-corrosion cleaning<\/li>\n<li>Extrusion mold cleaning<\/li>\n<li>Plastic mold cleaning<\/li>\n<li>Engine block cleaning<\/li>\n<li>Rubber model mold cleaning<\/li>\n<li>Machine parts cleaning<\/li>\n<li>Metal casting parts cleaning<\/li>\n<li>Paint stripping from bodywork and all kinds of metal components<\/li>\n<li>Cleaning of rims, gearboxes, cylinder parts, etc.<\/li>\n<li>Cleaning of brass, copper, stainless steel surfaces, and aluminum can be performed.<\/li>\n<\/ul>\n<div class=\"gallery-container\">\n<div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/antikorozyon.com\/wp-content\/uploads\/2018\/02\/pas_temizligi.jpg\" alt=\"Rust Cleaning\" \/><\/div>\n<div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/antikorozyon.com\/wp-content\/uploads\/2018\/02\/pas_temizligi2.jpg\" alt=\"Rust Cleaning 2\" \/><\/div>\n<div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/antikorozyon.com\/wp-content\/uploads\/2018\/02\/arac_bakimi_ve_arac_modifikasyonu10.jpg\" alt=\"Vehicle Maintenance and Modification 1\" \/><\/div>\n<div class=\"gallery-item\"><img decoding=\"async\" src=\"https:\/\/antikorozyon.com\/wp-content\/uploads\/2018\/02\/arac_bakimi_ve_arac_modifikasyonu9.jpg\" alt=\"Vehicle Maintenance and Modification 2\" \/><\/div>\n<\/div>\n<\/div>\n<\/div>\n<script>\n    document.addEventListener('DOMContentLoaded', function() {\n        \/\/ No special JavaScript interaction required for this section.\n        \/\/ Can be used if needed.\n    });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Metal Surface Preparation IBIX Ecological Surface Cleaning Systems are widely used in the industrial sector as a portable, modular, and<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1616","post","type-post","status-publish","format-standard","hentry","category-genel"],"_links":{"self":[{"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/posts\/1616","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/comments?post=1616"}],"version-history":[{"count":1,"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/posts\/1616\/revisions"}],"predecessor-version":[{"id":1617,"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/posts\/1616\/revisions\/1617"}],"wp:attachment":[{"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/media?parent=1616"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/categories?post=1616"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/tags?post=1616"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}