{"id":1537,"date":"2025-12-23T12:30:32","date_gmt":"2025-12-23T09:30:32","guid":{"rendered":"https:\/\/antikorozyon.com\/eng\/?page_id=1537"},"modified":"2025-12-23T14:05:03","modified_gmt":"2025-12-23T11:05:03","slug":"ecotera","status":"publish","type":"page","link":"https:\/\/antikorozyon.com\/eng\/ecotera\/","title":{"rendered":"ECOTERA"},"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>Ecotera &#038; Bautera | Professional Surface Solutions<\/title>\n<style>\n    \/* --- CORPORATE COLOR PALETTE --- *\/\n    :root {\n        --brand-navy: #28346e;       \/* Corporate Navy *\/\n        --brand-navy-dark: #1b263b;\n        --brand-red: #d12130;        \/* Corporate Red *\/\n        --brand-red-hover: #b01b27;\n        \n        --bg-body: #f5f7fa;          \/* Page Background *\/\n        --bg-white: #ffffff;\n        \n        --text-dark: #2c3e50;\n        --text-grey: #636e72;\n        --text-light: #b2bec3;\n        \n        --shadow-card: 0 10px 20px rgba(0,0,0,0.05);\n        --shadow-hover: 0 20px 40px rgba(40, 52, 110, 0.15);\n    }\n\n    \/* --- RESET & FONT --- *\/\n    body {\n        margin: 0;\n        padding: 0;\n        font-family: Arial, sans-serif;\n        background-color: var(--bg-body);\n        color: var(--text-dark);\n        line-height: 1.6;\n        -webkit-font-smoothing: antialiased;\n    }\n\n    * { box-sizing: border-box; }\n    a { text-decoration: none; transition: 0.3s; }\n    img { display: block; max-width: 100%; height: auto; }\n    button { border: none; background: none; font-family: inherit; cursor: pointer; }\n\n    \/* --- APP CONTAINER --- *\/\n    .app-container {\n        width: 100%;\n        max-width: 1280px;\n        margin: 0 auto;\n        padding-bottom: 100px;\n    }\n\n    \/* --- HERO SECTION --- *\/\n    .hero-header {\n        background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-navy-dark) 100%);\n        padding: 60px 20px 100px 20px;\n        text-align: center;\n        border-bottom: 6px solid var(--brand-red);\n        position: relative;\n    }\n\n    \/* Logos *\/\n    .logo-wrapper {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        gap: 60px;\n        margin-bottom: 30px;\n        flex-wrap: wrap;\n    }\n\n    .company-logo {\n        width: 210px;\n        height: auto;\n        filter: brightness(0) invert(1); \/* White logo *\/\n        opacity: 0.95;\n        transition: transform 0.3s ease;\n    }\n\n    .company-logo:hover { transform: scale(1.05); opacity: 1; }\n\n    .separator {\n        width: 1px;\n        height: 50px;\n        background: rgba(255,255,255,0.2);\n    }\n\n    \/* Headings *\/\n    .hero-text h1 {\n        color: white;\n        font-size: 32px;\n        margin: 0;\n        font-weight: bold;\n        letter-spacing: -0.5px;\n    }\n\n    .hero-text p {\n        color: #dbeafe;\n        font-size: 15px;\n        margin-top: 10px;\n        font-weight: normal;\n        letter-spacing: 1px;\n        text-transform: uppercase;\n    }\n\n    \/* --- NAVIGATION (TABS) --- *\/\n    .nav-tabs {\n        display: flex;\n        justify-content: center;\n        gap: 15px;\n        margin-top: -35px;\n        padding: 0 20px;\n        flex-wrap: wrap;\n        position: relative;\n        z-index: 10;\n    }\n\n    .tab-btn {\n        background: var(--bg-white);\n        padding: 16px 32px;\n        font-size: 13px;\n        font-weight: bold;\n        text-transform: uppercase;\n        color: var(--text-grey);\n        border-radius: 6px;\n        box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n        transition: all 0.3s ease;\n        letter-spacing: 0.5px;\n        border: 1px solid transparent;\n    }\n\n    .tab-btn:hover {\n        transform: translateY(-3px);\n        color: var(--brand-navy);\n        border-color: var(--brand-navy);\n    }\n\n    .tab-btn.active {\n        background: var(--brand-red);\n        color: white;\n        border-color: var(--brand-red);\n        box-shadow: 0 10px 25px rgba(209, 33, 48, 0.3);\n    }\n\n    \/* --- CONTENT AREA --- *\/\n    .content-section {\n        display: none;\n        padding: 60px 20px;\n        animation: slideIn 0.6s ease;\n    }\n\n    .content-section.active {\n        display: block;\n    }\n\n    @keyframes slideIn {\n        from { opacity: 0; transform: translateY(20px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n\n    .section-header {\n        margin-bottom: 40px;\n        display: flex;\n        align-items: center;\n    }\n\n    .section-header h2 {\n        font-size: 26px;\n        color: var(--brand-navy);\n        margin: 0;\n        font-weight: bold;\n        border-left: 5px solid var(--brand-red);\n        padding-left: 20px;\n    }\n\n    \/* --- PRODUCT CARD --- *\/\n    .grid-system {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n        gap: 35px;\n    }\n\n    .card-item {\n        background: var(--bg-white);\n        border-radius: 10px;\n        overflow: hidden;\n        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\n        display: flex;\n        flex-direction: column;\n        border: 1px solid #f0f0f0;\n        box-shadow: var(--shadow-card);\n        height: 100%;\n    }\n\n    .card-item:hover {\n        transform: translateY(-10px);\n        box-shadow: var(--shadow-hover);\n        border-color: transparent;\n    }\n\n    \/* IMAGE AREA *\/\n    .card-image-box {\n        height: 240px;\n        background: #f8f9fa;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 30px;\n        position: relative;\n        border-bottom: 1px solid #eeeeee;\n    }\n\n    .card-image-box img {\n        max-height: 100%;\n        max-width: 100%;\n        object-fit: contain;\n        transition: transform 0.5s ease;\n        mix-blend-mode: multiply; \n    }\n\n    .card-item:hover .card-image-box img {\n        transform: scale(1.08);\n    }\n\n    \/* CONTENT AREA *\/\n    .card-details {\n        padding: 25px;\n        display: flex;\n        flex-direction: column;\n        flex-grow: 1;\n        background: white;\n    }\n\n    \/* TAG *\/\n    .card-tag {\n        font-size: 11px;\n        font-weight: bold;\n        text-transform: uppercase;\n        color: var(--brand-navy);\n        background: #eef2ff;\n        padding: 5px 10px;\n        border-radius: 4px;\n        align-self: flex-start;\n        margin-bottom: 15px;\n        letter-spacing: 0.5px;\n        border: 1px solid rgba(40, 52, 110, 0.1);\n    }\n\n    .card-item:hover .card-tag {\n        background: var(--brand-red);\n        color: white;\n        border-color: var(--brand-red);\n    }\n\n    .card-title {\n        font-size: 18px;\n        font-weight: bold;\n        color: var(--brand-navy);\n        margin: 0 0 10px 0;\n        line-height: 1.3;\n    }\n\n    .card-desc {\n        font-size: 13px;\n        color: var(--text-grey);\n        margin-bottom: 25px;\n        line-height: 1.6;\n    }\n\n    \/* Button *\/\n    .btn-card {\n        margin-top: auto;\n        display: block;\n        text-align: center;\n        padding: 12px 0;\n        border: 1px solid #e0e0e0;\n        background: transparent;\n        color: var(--brand-navy);\n        font-size: 12px;\n        font-weight: bold;\n        text-transform: uppercase;\n        border-radius: 4px;\n        transition: all 0.3s ease;\n        letter-spacing: 1px;\n    }\n\n    .btn-card:hover {\n        background: var(--brand-navy);\n        color: white;\n        border-color: var(--brand-navy);\n    }\n\n    \/* MOBILE RESPONSIVE *\/\n    @media (max-width: 768px) {\n        .logo-wrapper { gap: 30px; flex-direction: column; }\n        .separator { display: none; }\n        .company-logo { width: 180px; }\n        .nav-tabs { flex-direction: column; width: 100%; margin-top: 20px; }\n        .tab-btn { width: 100%; }\n        .grid-system { grid-template-columns: 1fr; }\n    }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"app-container\">\n\n    <!-- HERO HEADER -->\n    <header class=\"hero-header\">\n        <div class=\"logo-wrapper\">\n            <a href=\"https:\/\/antikorozyon.com\">\n                <img decoding=\"async\" src=\"https:\/\/antikorozyon.com\/wp-content\/uploads\/2025\/11\/ecotera-beyaz.png\" alt=\"Ecotera\" class=\"company-logo\">\n            <\/a>\n            <div class=\"separator\"><\/div>\n            <a href=\"https:\/\/antikorozyon.com\">\n                <img decoding=\"async\" src=\"https:\/\/antikorozyon.com\/wp-content\/uploads\/2025\/11\/bautera-beyaz.png\" alt=\"Bautera\" class=\"company-logo\">\n            <\/a>\n        <\/div>\n\n        <div class=\"hero-text\">\n            <h1>Professional Surface Solutions<\/h1>\n            <p>Sustainable Construction Chemicals &#038; Protection Technologies<\/p>\n        <\/div>\n    <\/header>\n\n    <!-- MENU -->\n    <nav class=\"nav-tabs\">\n        <button class=\"tab-btn active\" onclick=\"openSection('sec-korozyon')\">Corrosion Protection<\/button>\n        <button class=\"tab-btn\" onclick=\"openSection('sec-boya')\">Paint Strippers<\/button>\n        <button class=\"tab-btn\" onclick=\"openSection('sec-poliuretan')\">Polyurethane Systems<\/button>\n        <button class=\"tab-btn\" onclick=\"openSection('sec-grafiti')\">Graffiti Solutions<\/button>\n    <\/nav>\n\n    <!-- 1. CORROSION PROTECTION -->\n    <section id=\"sec-korozyon\" class=\"content-section active\">\n        <div class=\"section-header\">\n            <h2>Industrial Corrosion Prevention<\/h2>\n        <\/div>\n        <div class=\"grid-system\">\n            \n            <div class=\"card-item\">\n                <div class=\"card-image-box\">\n                    <img decoding=\"async\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/rust-guard.png\" alt=\"Rust Guard\">\n                <\/div>\n                <div class=\"card-details\">\n                    <span class=\"card-tag\">Corrosion Protection<\/span>\n                    <h3 class=\"card-title\">Rust Guard<\/h3>\n                    <p class=\"card-desc\">Water-based anti-corrosive paint applied directly to rusty surfaces, requiring no sandblasting. Primer and topcoat in one.<\/p>\n                    <a href=\"https:\/\/www.ecotera.net\/urun\/rust-guard-rg-0131\" class=\"btn-card\" target=\"_blank\">Technical Detail<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-item\">\n                <div class=\"card-image-box\">\n                    <img decoding=\"async\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/restora-steel-rust-fix.png\" alt=\"Steel Rust Fix\">\n                <\/div>\n                <div class=\"card-details\">\n                    <span class=\"card-tag\">Rebar Protection<\/span>\n                    <h3 class=\"card-title\">Restora Steel Rust Fix<\/h3>\n                    <p class=\"card-desc\">Anti-corrosion for reinforced concrete rebar. Chemically passivates the steel surface, extending the structure&#8217;s life.<\/p>\n                    <a href=\"https:\/\/www.ecotera.net\/urun\/restora-steel-rust-fix-ct-0121\" class=\"btn-card\" target=\"_blank\">Technical Detail<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-item\">\n                <div class=\"card-image-box\">\n                    <img decoding=\"async\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/flexo-metal.png\" alt=\"Flexo Metal\">\n                <\/div>\n                <div class=\"card-details\">\n                    <span class=\"card-tag\">Metal Roof<\/span>\n                    <h3 class=\"card-title\">Flexo Metal<\/h3>\n                    <p class=\"card-desc\">Waterproof metal roof coating with 200% elasticity. Does not crack under thermal changes.<\/p>\n                    <a href=\"https:\/\/www.ecotera.net\/urun\/flexo-metal-fm-0133\" class=\"btn-card\" target=\"_blank\">Technical Detail<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-item\">\n                <div class=\"card-image-box\">\n                    <img decoding=\"async\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/rust-stop-3-1.png\" alt=\"Rust Stop\">\n                <\/div>\n                <div class=\"card-details\">\n                    <span class=\"card-tag\">3-in-1 Protection<\/span>\n                    <h3 class=\"card-title\">Restora Rust Stop 3\/1<\/h3>\n                    <p class=\"card-desc\">Rust converter, surface cleaner, and primer. A practical solution that reduces industrial maintenance costs.<\/p>\n                    <a href=\"https:\/\/www.ecotera.net\/urun\/restora-rust-stop-3-1-rs-122\" class=\"btn-card\" target=\"_blank\">Technical Detail<\/a>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <!-- 2. PAINT STRIPPERS -->\n    <section id=\"sec-boya\" class=\"content-section\">\n        <div class=\"section-header\">\n            <h2>Ecological Paint Strippers<\/h2>\n        <\/div>\n        <div class=\"grid-system\">\n            \n            <div class=\"card-item\">\n                <div class=\"card-image-box\">\n                    <img decoding=\"async\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/eco-strip.png\" alt=\"Eco Strip\">\n                <\/div>\n                <div class=\"card-details\">\n                    <span class=\"card-tag\">Paint Stripper<\/span>\n                    <h3 class=\"card-title\">Eco Strip<\/h3>\n                    <p class=\"card-desc\">Eco Strip is a biodegradable paint stripper that prioritizes human and environmental health. It does not contain toxic chemicals like methylene chloride or methanol.<\/p>\n                    <a href=\"https:\/\/www.ecotera.net\/urun\/eco-strip\" class=\"btn-card\" target=\"_blank\">Technical Detail<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-item\">\n                <div class=\"card-image-box\">\n                    <img decoding=\"async\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/eco-strip-plus.png\" alt=\"Eco Strip Plus\">\n                <\/div>\n                <div class=\"card-details\">\n                    <span class=\"card-tag\">Paint Stripper<\/span>\n                    <h3 class=\"card-title\">Eco Strip Plus<\/h3>\n                    <p class=\"card-desc\">High-performance, eco-friendly stripper for removing paint, varnish, and graffiti. Safe for wood, metal, concrete, stone, glass, and plastic surfaces.<\/p>\n                    <a href=\"https:\/\/www.ecotera.net\/urun\/eco-strip-plus-pr-303\" class=\"btn-card\" target=\"_blank\">Technical Detail<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-item\">\n                <div class=\"card-image-box\">\n                    <img decoding=\"async\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/eco-strip-pro-br7.png\" alt=\"BR7\">\n                <\/div>\n                <div class=\"card-details\">\n                    <span class=\"card-tag\">Paint Stripper<\/span>\n                    <h3 class=\"card-title\">Eco Strip Pro BR7<\/h3>\n                    <p class=\"card-desc\">Ecological stripper designed for safe removal of coatings like varnish, paint, and graffiti. Suitable for wood, brick, natural stone, marble, concrete, and metal.<\/p>\n                    <a href=\"https:\/\/www.ecotera.net\/urun\/eco-strip-pro-br7-pr505\" class=\"btn-card\" target=\"_blank\">Technical Detail<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-item\">\n                <div class=\"card-image-box\">\n                    <img decoding=\"async\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/eco-strip-pro.png\" alt=\"Pro\">\n                <\/div>\n                <div class=\"card-details\">\n                    <span class=\"card-tag\">Paint Stripper<\/span>\n                    <h3 class=\"card-title\">Eco Strip Pro<\/h3>\n                    <p class=\"card-desc\">Designed for tough surfaces indoors and outdoors. Effectively cleans old paint, varnish, and graffiti residues from wood, brick, stone, and metal.<\/p>\n                    <a href=\"https:\/\/www.ecotera.net\/urun\/eco-strip-pro-pr404\" class=\"btn-card\" target=\"_blank\">Technical Detail<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-item\">\n                <div class=\"card-image-box\">\n                    <img decoding=\"async\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/eco-strip-marin.png\" alt=\"Marine\">\n                <\/div>\n                <div class=\"card-details\">\n                    <span class=\"card-tag\">Paint Stripper<\/span>\n                    <h3 class=\"card-title\">Eco Strip Marine<\/h3>\n                    <p class=\"card-desc\">Eco Strip Marine is an eco-friendly paint stripper usable in many areas such as marine vehicles, ships, yachts, wood, and concrete surfaces.<\/p>\n                    <a href=\"https:\/\/www.ecotera.net\/urun\/eco-strip-marine\" class=\"btn-card\" target=\"_blank\">Technical Detail<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-item\">\n                <div class=\"card-image-box\">\n                    <img decoding=\"async\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/eco-strip-restora.png\" alt=\"Restora\">\n                <\/div>\n                <div class=\"card-details\">\n                    <span class=\"card-tag\">Paint Stripper<\/span>\n                    <h3 class=\"card-title\">Eco Strip Restora<\/h3>\n                    <p class=\"card-desc\">An effective and ecological paint stripper developed for safely removing multi-layer paint coatings in industrial and architectural applications.<\/p>\n                    <a href=\"https:\/\/www.ecotera.net\/urun\/eco-strip-restora\" class=\"btn-card\" target=\"_blank\">Technical Detail<\/a>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <!-- 3. POLYURETHANE SYSTEMS -->\n    <section id=\"sec-poliuretan\" class=\"content-section\">\n        <div class=\"section-header\">\n            <h2>Polyurethane Coatings<\/h2>\n        <\/div>\n        <div class=\"grid-system\">\n            \n            <div class=\"card-item\">\n                <div class=\"card-image-box\">\n                    <img decoding=\"async\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/topcoat-hp.png\" alt=\"Top Coat HP\">\n                <\/div>\n                <div class=\"card-details\">\n                    <span class=\"card-tag\">Water-Based PU Coating<\/span>\n                    <h3 class=\"card-title\">Top Coat HP<\/h3>\n                    <p class=\"card-desc\">High-performance aliphatic topcoat. Fully UV resistant, non-yellowing, and scratch-resistant.<\/p>\n                    <a href=\"https:\/\/www.ecotera.net\/urun\/top-coat-hp\" class=\"btn-card\" target=\"_blank\">Technical Detail<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-item\">\n                <div class=\"card-image-box\">\n                    <img decoding=\"async\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/aqua-monotop-pu.png\" alt=\"Aqua Monotop PU\">\n                <\/div>\n                <div class=\"card-details\">\n                    <span class=\"card-tag\">Water-Based PU Coating<\/span>\n                    <h3 class=\"card-title\">Aqua Monotop PU<\/h3>\n                    <p class=\"card-desc\">Water-based, single-component, UV-resistant polyurethane coating. Easy to apply, provides excellent adhesion.<\/p>\n                    <a href=\"https:\/\/www.ecotera.net\/urun\/aqua-monotop-pu-aq-0125\" class=\"btn-card\" target=\"_blank\">Technical Detail<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-item\">\n                <div class=\"card-image-box\">\n                    <img decoding=\"async\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/aquapox.png\" alt=\"Aquapox\">\n                <\/div>\n                <div class=\"card-details\">\n                    <span class=\"card-tag\">Water-Based PU Coating<\/span>\n                    <h3 class=\"card-title\">Aquapox<\/h3>\n                    <p class=\"card-desc\">Odorless, water-based epoxy for food facilities and hospitals. Provides high hygiene on walls and floors.<\/p>\n                    <a href=\"https:\/\/www.ecotera.net\/urun\/aquapox\" class=\"btn-card\" target=\"_blank\">Technical Detail<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-item\">\n                <div class=\"card-image-box\">\n                    <img decoding=\"async\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/aqua-pro.png\" alt=\"Aqua Pro\">\n                <\/div>\n                <div class=\"card-details\">\n                    <span class=\"card-tag\">Water-Based PU Coating<\/span>\n                    <h3 class=\"card-title\">Aqua Pro<\/h3>\n                    <p class=\"card-desc\">Transparent waterproofing coating for ceramic and glass mosaic surfaces. Protects without altering the appearance.<\/p>\n                    <a href=\"https:\/\/www.ecotera.net\/urun\/aqua-pro\" class=\"btn-card\" target=\"_blank\">Technical Detail<\/a>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <!-- 4. GRAFFITI SOLUTIONS -->\n    <section id=\"sec-grafiti\" class=\"content-section\">\n        <div class=\"section-header\">\n            <h2>Graffiti Cleaning &#038; Protection<\/h2>\n        <\/div>\n        <div class=\"grid-system\">\n            \n            <div class=\"card-item\">\n                <div class=\"card-image-box\">\n                    <img decoding=\"async\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/restora-anti-grafiti.png\" alt=\"Anti Graffiti\">\n                <\/div>\n                <div class=\"card-details\">\n                    <span class=\"card-tag\">Anti-Graffiti<\/span>\n                    <h3 class=\"card-title\">Restora Anti Graffiti<\/h3>\n                    <p class=\"card-desc\">Sacrificial layer technology. Forms an invisible film on the surface, allowing graffiti to be removed with hot water.<\/p>\n                    <a href=\"https:\/\/www.ecotera.net\/urun\/restora-anti-grafiti-ag0108\" class=\"btn-card\" target=\"_blank\">Technical Detail<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-item\">\n                <div class=\"card-image-box\">\n                    <img decoding=\"async\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/eco-strip-grafiti.png\" alt=\"Graffiti Remover\">\n                <\/div>\n                <div class=\"card-details\">\n                    <span class=\"card-tag\">Graffiti Remover<\/span>\n                    <h3 class=\"card-title\">Eco Strip Graffiti<\/h3>\n                    <p class=\"card-desc\">Cleans spray paint and ink from sensitive surfaces like natural stone and marble without damage.<\/p>\n                    <a href=\"https:\/\/www.ecotera.net\/urun\/eco-strip-grafiti-gr0107\" class=\"btn-card\" target=\"_blank\">Technical Detail<\/a>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<script>\n    function openSection(id) {\n        \/\/ Hide all sections\n        var sections = document.getElementsByClassName(\"content-section\");\n        for (var i = 0; i < sections.length; i++) {\n            sections[i].classList.remove(\"active\");\n        }\n\n        \/\/ Deactivate all buttons\n        var btns = document.getElementsByClassName(\"tab-btn\");\n        for (var i = 0; i < btns.length; i++) {\n            btns[i].classList.remove(\"active\");\n        }\n\n        \/\/ Show selected section\n        document.getElementById(id).classList.add(\"active\");\n        \n        \/\/ Activate button\n        event.currentTarget.classList.add(\"active\");\n    }\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Ecotera &#038; Bautera | Professional Surface Solutions Professional Surface Solutions Sustainable Construction Chemicals &#038; Protection Technologies Corrosion Protection Paint Strippers<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1537","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/pages\/1537","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/types\/page"}],"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=1537"}],"version-history":[{"count":2,"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/pages\/1537\/revisions"}],"predecessor-version":[{"id":1541,"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/pages\/1537\/revisions\/1541"}],"wp:attachment":[{"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/media?parent=1537"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}