<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Genel &#8211; LETOON MİMARLIK LTD. ŞTİ.</title>
	<atom:link href="https://www.letoon.com.tr/eng/category/genel/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.letoon.com.tr/eng</link>
	<description>Yüzey Temizliği, Yüzey Koruma,Yüzey Kaplama ve Uygulamaları UZMAN-DANIŞMAN</description>
	<lastBuildDate>Fri, 15 May 2026 11:19:09 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>ISTINYE PARK MALL</title>
		<link>https://www.letoon.com.tr/eng/istinye-park-mall/</link>
					<comments>https://www.letoon.com.tr/eng/istinye-park-mall/#respond</comments>
		
		<dc:creator><![CDATA[mugeletoon]]></dc:creator>
		<pubDate>Fri, 15 May 2026 11:19:08 +0000</pubDate>
				<category><![CDATA[Genel]]></category>
		<guid isPermaLink="false">https://www.letoon.com.tr/eng/?p=3251</guid>

					<description><![CDATA[SARIYER / ISTANBUL ISTINYE PARK MALL Renovation of Prestigious Architecture Istinye Park, one of Istanbul&#8217;s most iconic lifestyle and shopping]]></description>
										<content:encoded><![CDATA[
<!-- Google Fonts Bağlantısı --> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&amp;display=swap" rel="stylesheet" /> <!-- TASARIM BAŞLANGICI -->
<style>
    /* --- SCOPING (KAPSÜLLEME) --- */
    .letoon-ozel-wrapper {
        /* Renk Paleti */
        --let-navy: #15296B;
        --let-red: #D20422;
        --let-bg: #f8f9fc;
        --let-text: #333333;
        --let-gray: #666666;
        
        font-family: 'Inter', sans-serif;
        color: var(--let-text);
        line-height: 1.6;
        box-sizing: border-box;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 15px;
    }

    .letoon-ozel-wrapper *, 
    .letoon-ozel-wrapper *::before, 
    .letoon-ozel-wrapper *::after {
        box-sizing: border-box;
    }

    /* --- ANİMASYONLAR --- */
    @keyframes fadeInUp {
        from { opacity: 0; transform: translateY(30px); }
        to { opacity: 1; transform: translateY(0); }
    }
    @keyframes widthExpand {
        from { width: 0; }
        to { width: 80px; }
    }
    @keyframes floatProductBig {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-15px); }
    }

    /* --- 1. HEADER --- */
    .letoon-header {
        margin-bottom: 40px;
        animation: fadeInUp 0.8s ease-out forwards;
    }
    .letoon-cat-tag {
        font-size: 13px; font-weight: 800; color: var(--let-red);
        text-transform: uppercase; letter-spacing: 2px;
        background: rgba(210, 4, 34, 0.06); padding: 6px 12px;
        border-radius: 30px; display: inline-block; margin-bottom: 15px;
    }
    .letoon-title {
        font-size: 2.8rem; font-weight: 800; color: var(--let-navy);
        margin: 0; position: relative; display: inline-block;
        line-height: 1.2;
    }
    .letoon-title::after {
        content: ''; display: block; height: 5px; background: var(--let-red);
        border-radius: 2px; margin-top: 10px;
        animation: widthExpand 1s 0.5s ease-out forwards; width: 0; 
    }

    /* --- 2. HERO GÖRSEL --- */
    .letoon-hero {
        width: 100%; height: 500px; border-radius: 16px; overflow: hidden;
        margin-bottom: 60px; position: relative;
        box-shadow: 0 15px 40px rgba(21, 41, 107, 0.15);
        animation: fadeInUp 0.8s ease-out 0.2s forwards; opacity: 0;
    }
    .letoon-hero img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.5s ease; }
    .letoon-hero:hover img { transform: scale(1.05); }

    /* --- 3. İKİYE BÖLÜNMÜŞ İÇERİK --- */
    .letoon-split {
        display: flex; gap: 40px; margin-bottom: 50px;
        opacity: 0; animation: fadeInUp 0.8s ease-out 0.4s forwards;
    }
    .letoon-content-box {
        flex: 2; background: #fff; padding: 40px; border-radius: 12px;
        border: 1px solid #eee; border-top: 5px solid var(--let-navy);
        box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    }
    .letoon-content-box h2 { 
        color: var(--let-navy); margin-top: 0; font-size: 1.8rem; 
        font-weight: 800; margin-bottom: 20px;
    }
    .letoon-content-box p {
        text-align: justify; margin-bottom: 15px;
    }
    
    .letoon-list-wrapper {
        flex: 1; background: var(--let-bg); padding: 30px; border-radius: 12px;
        position: relative; overflow: hidden;
    }
    .letoon-list-wrapper h3 {
        color: var(--let-navy); margin-top: 0; margin-bottom: 20px;
        font-size: 1.4rem; border-bottom: 2px solid #e0e0e0;
        padding-bottom: 10px;
        font-weight: 800; 
    }
    .letoon-ul { list-style: none; padding: 0; margin: 0; }
    .letoon-ul li {
        padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.05);
        display: flex; align-items: center; font-weight: 500; color: var(--let-gray);
        font-size: 0.95rem;
    }
    .letoon-ul li:last-child { border-bottom: none; }
    .letoon-ul li::before {
        content: ''; display: inline-block; width: 6px; height: 6px;
        background: var(--let-red); border-radius: 50%; margin-right: 12px;
        flex-shrink: 0;
    }

    /* --- 4. BÜYÜTÜLMÜŞ ÜRÜN KARTI --- */
    .letoon-product-wrapper {
        width: 100%; margin-bottom: 60px;
        opacity: 0; animation: fadeInUp 0.8s ease-out 0.5s forwards;
    }
    .letoon-product-box {
        background: #fff; border-radius: 16px; border: 1px solid #eee;
        padding: 40px 50px; 
        display: flex; align-items: center; gap: 40px;
        position: relative; overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        transition: transform 0.3s ease;
    }
    .letoon-product-box:hover {
        transform: translateY(-5px); box-shadow: 0 20px 40px rgba(21, 41, 107, 0.12);
    }
    .letoon-product-box::before {
        content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
        background: radial-gradient(circle at 15% 50%, rgba(21, 41, 107, 0.04) 0%, transparent 60%);
        pointer-events: none;
    }
    
    .letoon-prod-img-wrapper {
        width: 260px; 
        flex-shrink: 0; z-index: 1;
        animation: floatProductBig 6s ease-in-out infinite;
    }
    .letoon-prod-img-wrapper img { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 20px 30px rgba(0,0,0,0.25)); }
    
    .letoon-prod-info { flex: 1; z-index: 1; }
    .letoon-prod-tag {
        font-size: 11px; font-weight: 700; color: var(--let-navy); text-transform: uppercase;
        background: #eef1f8; padding: 5px 12px; border-radius: 6px;
        display: inline-block; margin-bottom: 12px; letter-spacing: 1px;
    }
    .letoon-prod-title { font-size: 1.8rem; font-weight: 800; color: var(--let-navy); margin: 0 0 10px 0; }
    .letoon-prod-desc { font-size: 1rem; color: var(--let-gray); margin: 0 0 20px 0; max-width: 600px; text-align: justify; }
    .letoon-prod-link { 
        font-size: 1rem; color: #fff; background: var(--let-red);
        padding: 12px 30px; border-radius: 8px; text-decoration: none;
        font-weight: 600; display: inline-block; transition: background 0.3s;
    }
    .letoon-prod-link:hover { background: var(--let-navy); }

    .letoon-slider-arrow {
        position: absolute; right: 30px; top: 50%; transform: translateY(-50%);
        width: 50px; height: 50px; border-radius: 50%;
        background: #fff; border: 1px solid #eee;
        display: flex; justify-content: center; align-items: center;
        color: var(--let-navy); font-size: 24px; cursor: pointer;
        transition: all 0.3s ease; z-index: 5;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }
    .letoon-slider-arrow:hover {
        background: var(--let-navy); color: #fff; border-color: var(--let-navy);
        box-shadow: 0 5px 20px rgba(21, 41, 107, 0.3);
    }
    .letoon-tooltip {
        position: absolute; right: 90px; top: 50%; transform: translateY(-50%);
        background: rgba(0,0,0,0.8); color: #fff; padding: 5px 10px;
        font-size: 12px; border-radius: 4px; opacity: 0; transition: opacity 0.3s;
        pointer-events: none; white-space: nowrap;
    }
    .letoon-slider-arrow:hover + .letoon-tooltip { opacity: 1; }

    /* --- 5. GALERİ GRID --- */
    .letoon-gallery-title {
        font-size: 1.6rem; color: var(--let-navy); font-weight: 800; 
        margin-bottom: 25px; opacity: 0; animation: fadeInUp 0.8s ease-out 0.6s forwards;
    }
    .letoon-grid {
        display: grid; 
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        opacity: 0; animation: fadeInUp 0.8s ease-out 0.7s forwards;
    }
    .letoon-grid-item {
        position: relative; aspect-ratio: 4 / 3;
        overflow: hidden; border-radius: 12px; cursor: pointer;
    }
    .letoon-grid-item img {
        width: 100%; height: 100%; object-fit: cover;
        transition: transform 0.5s ease, filter 0.5s ease;
    }
    .letoon-grid-item:hover img { transform: scale(1.15); filter: brightness(0.8); }
    
    .letoon-overlay {
        position: absolute; bottom: -50px; left: 0; width: 100%; padding: 15px;
        background: linear-gradient(to top, rgba(21, 41, 107, 0.9), transparent);
        color: #fff; transition: bottom 0.4s ease; z-index: 2; pointer-events: none;
    }
    .letoon-overlay span { font-weight: 600; font-size: 14px; display: block; }
    .letoon-grid-item:hover .letoon-overlay { bottom: 0; }
    
    .letoon-grid-item::after {
        content: '&#x1f50d;';
        position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
        font-size: 30px; opacity: 0; transition: opacity 0.3s; z-index: 3;
        pointer-events: none; filter: grayscale(1);
    }
    .letoon-grid-item:hover::after { opacity: 0.8; }


    /* --- LIGHTBOX (AÇILIR PENCERE) STİLİ --- */
    .letoon-lightbox {
        position: fixed; top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0, 0, 0, 0.95); z-index: 9999;
        display: flex; justify-content: center; align-items: center;
        opacity: 0; visibility: hidden; transition: all 0.3s ease;
        padding: 20px;
    }
    .letoon-lightbox.active { opacity: 1; visibility: visible; }
    
    .letoon-lightbox img {
        max-width: 90%; max-height: 90vh;
        border-radius: 8px; box-shadow: 0 0 20px rgba(255,255,255,0.1);
        transform: scale(0.9); transition: transform 0.3s ease;
    }
    .letoon-lightbox.active img { transform: scale(1); }
    
    .letoon-lightbox-close {
        position: absolute; top: 20px; right: 30px;
        color: #fff; font-size: 40px; cursor: pointer;
        line-height: 1; transition: color 0.3s;
    }
    .letoon-lightbox-close:hover { color: var(--let-red); }

    /* Mobil */
    @media (max-width: 768px) {
        .letoon-title { font-size: 2rem; }
        .letoon-hero { height: 250px; }
        .letoon-split { flex-direction: column; }
        .letoon-product-box { flex-direction: column; text-align: center; padding: 30px; gap: 30px; }
        .letoon-prod-img-wrapper { width: 180px; } 
        .letoon-prod-desc { margin-left: auto; margin-right: auto; }
        .letoon-slider-arrow { top: auto; bottom: 20px; right: 20px; width: 40px; height: 40px; font-size: 18px; }
        .letoon-tooltip { display: none; }
        .letoon-grid { grid-template-columns: 1fr; }
    }
</style>
<div class="letoon-ozel-wrapper"><!-- 1. HEADER -->
<div class="letoon-header"><span class="letoon-cat-tag">SARIYER / ISTANBUL</span> <br />
<h1 class="letoon-title">ISTINYE PARK MALL</h1>
</div>
<!-- 2. HERO GÖRSEL -->
<div class="letoon-hero"><img decoding="async" src="https://www.letoon.com.tr/wp-content/uploads/istanbul-CKSO9mhE-1.png" alt="Istinye Park Mall General View" /></div>
<!-- 3. İKİYE BÖLÜNMÜŞ ALAN -->
<div class="letoon-split"><!-- Sol: Yazı -->
<div class="letoon-content-box">
<h2>Renovation of Prestigious Architecture</h2>
<p>Istinye Park, one of Istanbul&#8217;s most iconic lifestyle and shopping centers, underwent a special renovation process to carry its aesthetic texture into the future. In this meticulous project, carried out while remaining faithful to the original design and architectural integrity, the aim was to renew the surfaces in accordance with modern quality standards.</p>
<p>For Istinye Park Mall, <strong>KEIM Concretal Lasur</strong> was chosen, offering an opaque or semi-transparent finish that preserves the breathing capability and original matte character of the concrete.</p>
</div>
<!-- Sağ: Liste -->
<div class="letoon-list-wrapper">
<h3>KEIM Concretal Lasur Advantages</h3>
<ul class="letoon-ul">
<li>Preserves the natural texture and matte finish of the surface.</li>
<li>Does not form a film layer; prevents blistering and flaking.</li>
<li>Features A1 class inorganic pigments.</li>
<li>Highly breathable (water vapor permeable).</li>
<li>Highly resistant to UV rays.</li>
</ul>
</div>
</div>
<!-- 4. BÜYÜK ÜRÜN KARTI -->
<div class="letoon-product-wrapper">
<div class="letoon-product-box">
<div class="letoon-prod-img-wrapper"><img decoding="async" src="https://www.letoon.com.tr/wp-content/uploads/PA_EI_Concretal-Lasur_15L_4c_rgb.png" alt="Keim Concretal Lasur" /></div>
<div class="letoon-prod-info"><span class="letoon-prod-tag">SILICATE PAINT</span>
<h5 class="letoon-prod-title">KEIM Concretal-Lasur</h5>
<p class="letoon-prod-desc"><span style="font-size: 14px;">A special silicate paint system that can provide transparent, opaque, and semi-transparent finishes while preserving the natural matte character of the surface. It adds aesthetic depth to surfaces in renovation projects.</span></p>
<a href="https://www.silikatboya.com/sayfa/keim-concretal-lasur-dizayn-ve-koruma" class="letoon-prod-link">View Product</a></div>
</div>
</div>
<!-- 5. GALERİ (Görseller Sırasıyla) -->
<h3 class="letoon-gallery-title">Renovation Details and Application</h3>
<div class="letoon-grid"><!-- 1 -->
<div class="letoon-grid-item" onclick="openLightbox(this)"><img decoding="async" src="https://www.letoon.com.tr/wp-content/uploads/istinye-park3-1024x553-1.jpg" alt="Istinye Park General" />
<div class="letoon-overlay"><span>Click to enlarge</span></div>
</div>
<!-- 2 -->
<div class="letoon-grid-item" onclick="openLightbox(this)"><img decoding="async" src="https://www.letoon.com.tr/wp-content/uploads/DSC_7975-scaled.jpg" alt="Istinye Park Detail" />
<div class="letoon-overlay"><span>Click to enlarge</span></div>
</div>
<!-- 4 -->
<div class="letoon-grid-item" onclick="openLightbox(this)"><img decoding="async" src="https://www.letoon.com.tr/wp-content/uploads/DSC_7979-scaled.jpg" alt="Istinye Park Facade" />
<div class="letoon-overlay"><span>Click to enlarge</span></div>
</div>
<!-- 2 -->
<div class="letoon-grid-item" onclick="openLightbox(this)"><img decoding="async" src="https://www.letoon.com.tr/wp-content/uploads/istinye-park.png" alt="Istinye Park Detail" />
<div class="letoon-overlay"><span>Click to enlarge</span></div>
</div>
<!-- 5 -->
<div class="letoon-grid-item" onclick="openLightbox(this)"><img decoding="async" src="https://www.letoon.com.tr/wp-content/uploads/IMG-20170303-WA0032.jpg" alt="Istinye Park Application" />
<div class="letoon-overlay"><span>Click to enlarge</span></div>
</div>
<!-- 8 -->
<div class="letoon-grid-item" onclick="openLightbox(this)"><img decoding="async" src="https://www.letoon.com.tr/wp-content/uploads/IMG-20170308-WA0015-1.jpg" alt="Istinye Park Surface" />
<div class="letoon-overlay"><span>Click to enlarge</span></div>
</div>
</div>
<!-- LIGHTBOX HTML -->
<div id="letoonLightbox" class="letoon-lightbox" onclick="closeLightbox(event)"><span class="letoon-lightbox-close" onclick="closeLightboxBtn()">×</span> <img id="letoonLightboxImg" alt="Large Image" /></div>
</div>
<!-- LIGHTBOX JAVASCRIPT -->
<script>
    function openLightbox(element) {
        var imgSrc = element.querySelector('img').src;
        var lightbox = document.getElementById('letoonLightbox');
        var lightboxImg = document.getElementById('letoonLightboxImg');
        
        lightboxImg.src = imgSrc;
        lightbox.classList.add('active');
    }

    function closeLightboxBtn() {
        document.getElementById('letoonLightbox').classList.remove('active');
    }

    function closeLightbox(e) {
        if(e.target.id === 'letoonLightbox') {
            document.getElementById('letoonLightbox').classList.remove('active');
        }
    }
    
    document.addEventListener('keydown', function(event) {
        if (event.key === "Escape") {
            document.getElementById('letoonLightbox').classList.remove('active');
        }
    });
</script>
<!-- TASARIM SONU -->
]]></content:encoded>
					
					<wfw:commentRss>https://www.letoon.com.tr/eng/istinye-park-mall/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Metal Surface Cleaning</title>
		<link>https://www.letoon.com.tr/eng/metal-surface-cleaning/</link>
					<comments>https://www.letoon.com.tr/eng/metal-surface-cleaning/#respond</comments>
		
		<dc:creator><![CDATA[mugeletoon]]></dc:creator>
		<pubDate>Fri, 26 Dec 2025 07:51:44 +0000</pubDate>
				<category><![CDATA[Genel]]></category>
		<guid isPermaLink="false">https://www.letoon.com.tr/eng/?p=3133</guid>

					<description><![CDATA[Eco-Friendly Surface Cleaning &#038; Preparation With IBIX Ecological Surface Cleaning Systems, surface cleaning operations can be completed in half the]]></description>
										<content:encoded><![CDATA[
<style>
  /* Standart Tasarım CSS */
  .system-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 25px;
    margin: 20px 0;
    border-radius: 15px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(200, 200, 200, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Arial', sans-serif;
    color: #2c3e50;
    overflow: hidden;
  }

  .system-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.25);
  }

  .system-box h2 {
    color: #2a356c;
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center;
  }

  .system-box p {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 15px;
  }
</style>

<div class="system-box">
  <h2>Eco-Friendly Surface Cleaning &#038; Preparation</h2>

  <p>With IBIX Ecological Surface Cleaning Systems, surface cleaning operations can be completed in half the time—or even less—compared to traditional methods, using either <strong>WET</strong> or <strong>DRY</strong> blasting techniques.</p>

  <p>Utilizing completely natural and ecological aggregates without any chemical additives, the <strong>IBIX SYSTEM</strong> is portable and modular, ensuring operational flexibility and ease of use in any location.</p>

  <p>In addition to removing paint, dirt, rust, and other deposits from metal surfaces, the IBIX System is highly effective for surface preparation prior to painting or coating.</p>

  <!-- WordPress Galeri Kısa Kodu -->
  <div style="margin-top: 20px;">
    
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2012/02/ibix_28.png'><img decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2012/02/ibix_28-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2012/02/ibix_28-150x150.png 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2012/02/ibix_28-220x220.png 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2012/02/ibix_27.png'><img decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2012/02/ibix_27-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2012/02/ibix_27-150x150.png 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2012/02/ibix_27-220x220.png 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/004a2.jpg'><img decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/004a2-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/004a2-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/004a2-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/006a2.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/006a2-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/006a2-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/006a2-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/005a2.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/005a2-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/005a2-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/005a2-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/003a2.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/003a2-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/003a2-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/003a2-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/002a2.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/002a2-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/002a2-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/002a2-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/001a2.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/001a2-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/001a2-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/001a2-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7887.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7887-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7887-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7887-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7886.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7886-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7886-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7886-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7885.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7885-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7885-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7885-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto-mauro-033.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto-mauro-033-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto-mauro-033-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto-mauro-033-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria5.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria5-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria5-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria5-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria4.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria4-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria4-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria4-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria11.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria11-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria11-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria11-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria6.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria6-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria6-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria6-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria2.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria2-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria2-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/carrozzeria2-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/blasting-ship-9.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/blasting-ship-9-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/blasting-ship-9-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/blasting-ship-9-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/prima_7919.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/prima_7919-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/prima_7919-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/prima_7919-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7918.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7918-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7918-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7918-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7915.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7915-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7915-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7915-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7913.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7913-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7913-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7913-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7911.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7911-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7911-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7911-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7910.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7910-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7910-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7910-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7909.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7909-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7909-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/7909-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_motori_marini_p1010006.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_motori_marini_p1010006-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_motori_marini_p1010006-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_motori_marini_p1010006-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_motori_marini_dscf1143.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_motori_marini_dscf1143-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_motori_marini_dscf1143-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_motori_marini_dscf1143-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_motori_marini_3675.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_motori_marini_3675-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_motori_marini_3675-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_motori_marini_3675-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_motori_marini_3619.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_motori_marini_3619-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_motori_marini_3619-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_motori_marini_3619-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_carenaggio_3903.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_carenaggio_3903-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_carenaggio_3903-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_carenaggio_3903-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_carenaggio_3898.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_carenaggio_3898-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_carenaggio_3898-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_carenaggio_3898-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_carenaggio_3891.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_carenaggio_3891-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_carenaggio_3891-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_carenaggio_3891-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_rimessaggio_barche_003.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_rimessaggio_barche_003-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_rimessaggio_barche_003-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_rimessaggio_barche_003-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_rimessaggio_barche_001.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_rimessaggio_barche_001-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_rimessaggio_barche_001-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/foto_rimessaggio_barche_001-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/cantiere_nautico_3609.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/cantiere_nautico_3609-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/cantiere_nautico_3609-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/cantiere_nautico_3609-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/cantiere_nautico_francia.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/cantiere_nautico_francia-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/cantiere_nautico_francia-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/cantiere_nautico_francia-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>

  </div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.letoon.com.tr/eng/metal-surface-cleaning/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Exhaust Gases, Soot and Pollution Cleaning</title>
		<link>https://www.letoon.com.tr/eng/exhaust-gases-soot-and-pollution-cleaning/</link>
					<comments>https://www.letoon.com.tr/eng/exhaust-gases-soot-and-pollution-cleaning/#respond</comments>
		
		<dc:creator><![CDATA[mugeletoon]]></dc:creator>
		<pubDate>Fri, 26 Dec 2025 07:49:06 +0000</pubDate>
				<category><![CDATA[Genel]]></category>
		<guid isPermaLink="false">https://www.letoon.com.tr/eng/?p=3132</guid>

					<description><![CDATA[Removal of Atmospheric Dirt &#038; Calcified Layers The IBIX system is effectively used to remove dirt layers caused by atmospheric]]></description>
										<content:encoded><![CDATA[
<style>
  /* Standart Tasarım CSS */
  .system-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 25px;
    margin: 20px 0;
    border-radius: 15px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(200, 200, 200, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Arial', sans-serif;
    color: #2c3e50;
    overflow: hidden;
  }

  .system-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.25);
  }

  .system-box h2 {
    color: #2a356c;
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center;
  }

  .system-box p {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 15px;
  }
</style>

<div class="system-box">
  <h2>Removal of Atmospheric Dirt &#038; Calcified Layers</h2>

  <p>The IBIX system is effectively used to remove dirt layers caused by atmospheric conditions, exhaust fumes, soot, and other environmental pollutants.</p>

  <p>It is particularly valuable for cleaning difficult stone surfaces affected by dense or calcified deposits caused by weathering. The system allows for precise, delicate cleaning operations that remove these stubborn layers without damaging the original texture of the material.</p>

  <!-- WordPress Galeri Kısa Kodu -->
  <div style="margin-top: 20px;">
    
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2012/02/ibix_21.png'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2012/02/ibix_21-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2012/02/siva1.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2012/02/siva1-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Sıva Sökümü - plaster removal" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2012/02/siva1-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2012/02/siva1-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/017a.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/017a-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/017a-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/017a-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/014a.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/014a-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/014a-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/014a-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/015a.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/015a-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/015a-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/015a-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/012a.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/012a-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/012a-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/012a-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/011a.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/011a-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/011a-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/011a-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/010a1.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/010a1-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/010a1-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/010a1-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/009a1.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/009a1-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/009a1-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/009a1-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/007a1.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/007a1-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/007a1-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/007a1-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/008a1.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/008a1-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/008a1-150x150.jpg 150w, https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/008a1-220x220.jpg 220w" sizes="(max-width: 150px) 100vw, 150px" /></a>
<a href='https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/005a3.jpg'><img loading="lazy" decoding="async" width="150" height="131" src="https://www.letoon.com.tr/eng/wp-content/uploads/sites/2/2009/02/005a3-150x131.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>

  </div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.letoon.com.tr/eng/exhaust-gases-soot-and-pollution-cleaning/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Algae, Lichen and Moss Cleaning</title>
		<link>https://www.letoon.com.tr/eng/algae-lichen-and-moss-cleaning/</link>
					<comments>https://www.letoon.com.tr/eng/algae-lichen-and-moss-cleaning/#respond</comments>
		
		<dc:creator><![CDATA[mugeletoon]]></dc:creator>
		<pubDate>Fri, 26 Dec 2025 07:37:16 +0000</pubDate>
				<category><![CDATA[Genel]]></category>
		<guid isPermaLink="false">https://www.letoon.com.tr/eng/?p=3131</guid>

					<description><![CDATA[Removal of Biological Growth (Moss, Lichen, Algae) The IBIX system is also capable of performing delicate cleaning operations to remove]]></description>
										<content:encoded><![CDATA[
<style>
  /* --- GENEL KUTU STİLİ --- */
  .system-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 25px;
    margin: 20px 0;
    border-radius: 15px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(200, 200, 200, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Arial', sans-serif;
    color: #2c3e50;
    overflow: hidden;
  }

  .system-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.25);
  }

  .system-box h2 {
    color: #2a356c;
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center;
  }

  .system-box p {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 15px;
  }

  /* Tekil Görsel Alanı */
  .single-image-wrapper {
    text-align: center;
    margin-top: 20px;
  }

  .single-image-wrapper img {
    max-width: 100%;
    width: 285px; /* Orijinal görsel boyutu veya istenen boyut */
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    cursor: zoom-in; /* Tıklanabilir imleci */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .single-image-wrapper img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 18px rgba(0,0,0,0.2);
  }
</style>

<div class="system-box">
  <h2>Removal of Biological Growth (Moss, Lichen, Algae)</h2>

  <p>The IBIX system is also capable of performing delicate cleaning operations to remove biological growth such as moss, lichen, and algae from surfaces without damaging the substrate.</p>

  <div class="single-image-wrapper">
    <!-- Lightbox tetikleyicisi (Önceki kodda tanımlanan openLightbox fonksiyonunu kullanır) -->
    <a href="javascript:void(0)" onclick="openLightbox('https://www.letoon.com.tr/wp-content/uploads/alanya-3.jpg')">
      <img decoding="async" src="https://www.letoon.com.tr/wp-content/uploads/alanya-3.jpg" alt="Cleaning of Biological Growth">
    </a>
  </div>
</div>

<!-- NOT: Sayfanızda önceki cevaptaki Script ve Lightbox HTML yapısı zaten varsa tekrar eklemenize gerek yoktur. 
     Eğer yoksa, aşağıdaki Script ve Modal yapısını sayfanın en altına bir kere eklemeniz yeterlidir. -->

<!-- 
<div id="myLightbox" class="custom-lightbox" onclick="closeLightbox(event)">
  <span class="lightbox-close" onclick="document.getElementById('myLightbox').style.display='none'">&times;</span>
  <img class="lightbox-content" id="lightboxImg">
</div>

<script>
  function openLightbox(imgSrc) {
    var modal = document.getElementById("myLightbox");
    var modalImg = document.getElementById("lightboxImg");
    modal.style.display = "flex";
    modal.style.alignItems = "center";
    modal.style.justifyContent = "center";
    modalImg.src = imgSrc;
  }

  function closeLightbox(event) {
    if (event.target.className === 'custom-lightbox' || event.target.className === 'lightbox-close') {
      document.getElementById("myLightbox").style.display = "none";
    }
  }
</script> 
-->
]]></content:encoded>
					
					<wfw:commentRss>https://www.letoon.com.tr/eng/algae-lichen-and-moss-cleaning/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
