{"id":3352,"date":"2026-06-01T14:31:41","date_gmt":"2026-06-01T11:31:41","guid":{"rendered":"https:\/\/www.letoon.com.tr\/eng\/?page_id=3352"},"modified":"2026-08-27T09:55:39","modified_gmt":"2026-08-27T06:55:39","slug":"educational-buildings","status":"publish","type":"page","link":"https:\/\/www.letoon.com.tr\/eng\/educational-buildings\/","title":{"rendered":"EDUCATIONAL BUILDINGS"},"content":{"rendered":"\n<!-- Premium Google Fonts Integration -->\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n    \/* CSS Variables & Container Settings *\/\n    :root {\n        --bg-color: #fafafb;        \/* Ultra light warm gray *\/\n        --text-main: #0f1012;       \/* High contrast dark anthracite *\/\n        --text-muted: #6c7079;      \/* Soft gray helper text *\/\n        --accent-color: #9e3e26;    \/* Letoon Terracotta *\/\n        --accent-transparent: rgba(158, 62, 38, 0.06);\n        --glass-bg: rgba(255, 255, 255, 0.75);\n        --glass-border: rgba(0, 0, 0, 0.05);\n        --glass-shadow: 0 12px 40px -10px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0,0,0,0.02);\n        --border-radius-lg: 24px;\n        --border-radius-sm: 16px;\n        --transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    .letoon-projects-wrapper * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n        -webkit-font-smoothing: antialiased;\n        -moz-osx-font-smoothing: grayscale;\n    }\n\n    .letoon-projects-wrapper {\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        background-color: var(--bg-color);\n        color: var(--text-main);\n        line-height: 1.6;\n        overflow-x: hidden;\n        position: relative;\n        width: 100%;\n    }\n\n    \/* Artistic Ambient Background *\/\n    .letoon-projects-wrapper .bg-animation {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        z-index: 0;\n        overflow: hidden;\n        pointer-events: none;\n    }\n\n    .letoon-projects-wrapper .ambient-orb {\n        position: absolute;\n        width: 60vw;\n        height: 60vw;\n        border-radius: 50%;\n        filter: blur(140px);\n        opacity: 0.35;\n        mix-blend-mode: multiply;\n        animation: floatOrb 25s infinite alternate ease-in-out;\n    }\n\n    .letoon-projects-wrapper .orb-1 {\n        background: radial-gradient(circle, rgba(158, 62, 38, 0.15) 0%, rgba(255,255,255,0) 70%);\n        top: -10%;\n        right: -10%;\n    }\n\n    .letoon-projects-wrapper .orb-2 {\n        background: radial-gradient(circle, rgba(168, 125, 93, 0.12) 0%, rgba(255,255,255,0) 70%);\n        bottom: -15%;\n        left: -10%;\n        animation-delay: -10s;\n    }\n\n    @keyframes floatOrb {\n        0% { transform: translate(0, 0) scale(1); }\n        100% { transform: translate(5%, 5%) scale(1.15); }\n    }\n\n    \/* Grid Pattern Overlay *\/\n    .letoon-projects-wrapper .bg-grid {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        z-index: 0;\n        background-image: linear-gradient(rgba(0,0,0,0.015) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,0.015) 1px, transparent 1px);\n        background-size: 100px 100px;\n        pointer-events: none;\n    }\n\n    \/* Hero Header Area *\/\n    .letoon-projects-wrapper .hero {\n        text-align: center;\n        padding: 100px 24px 48px 24px;\n        max-width: 900px;\n        margin: 0 auto;\n        position: relative;\n        z-index: 1;\n    }\n    \n    .letoon-projects-wrapper .hero-eyebrow {\n        font-size: 0.8rem;\n        font-weight: 700;\n        letter-spacing: 3px;\n        color: var(--accent-color);\n        text-transform: uppercase;\n        margin-bottom: 12px;\n        display: inline-block;\n    }\n\n    .letoon-projects-wrapper .hero h1 {\n        font-size: 3.2rem;\n        font-weight: 800;\n        line-height: 1.15;\n        margin-bottom: 24px;\n        color: var(--text-main);\n        letter-spacing: -1.5px;\n    }\n\n    .letoon-projects-wrapper .hero p {\n        font-size: 1.2rem;\n        color: var(--text-muted);\n        max-width: 650px;\n        margin: 0 auto;\n        font-weight: 400;\n    }\n\n    \/* Search Box Area *\/\n    .letoon-projects-wrapper .search-container {\n        max-width: 540px;\n        margin: 0 auto 80px auto;\n        padding: 0 24px;\n        position: relative;\n        z-index: 1;\n    }\n\n    .letoon-projects-wrapper .search-box-wrapper {\n        position: relative;\n        background: rgba(255, 255, 255, 0.8);\n        backdrop-filter: blur(24px);\n        -webkit-backdrop-filter: blur(24px);\n        border: 1px solid rgba(0, 0, 0, 0.06);\n        border-radius: 40px;\n        padding: 8px 16px;\n        box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.05);\n        transition: var(--transition);\n        display: flex;\n        align-items: center;\n    }\n\n    .letoon-projects-wrapper .search-box-wrapper:focus-within {\n        border-color: var(--accent-color);\n        background: rgba(255, 255, 255, 0.95);\n        box-shadow: 0 24px 60px -10px rgba(158, 62, 38, 0.1);\n        transform: translateY(-2px);\n    }\n\n    .letoon-projects-wrapper .search-input {\n        width: 100%;\n        border: none;\n        background: transparent;\n        padding: 14px 18px;\n        font-size: 1rem;\n        font-family: inherit;\n        color: var(--text-main);\n        outline: none;\n    }\n\n    .letoon-projects-wrapper .search-input::placeholder {\n        color: var(--text-muted);\n        font-weight: 400;\n    }\n\n    .letoon-projects-wrapper .search-icon {\n        color: var(--text-muted);\n        margin-left: 14px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        width: 18px;\n        height: 18px;\n    }\n\n    \/* Projects Container *\/\n    .letoon-projects-wrapper .projects-container {\n        max-width: 1100px;\n        margin: 0 auto;\n        padding: 0 24px 140px 24px;\n        position: relative;\n        z-index: 1;\n    }\n\n    \/* Project Card - Vertical Layout *\/\n    .letoon-projects-wrapper .project-card {\n        display: flex;\n        flex-direction: column;\n        gap: 36px;\n        margin-bottom: 120px;\n        opacity: 0;\n        transform: translateY(60px);\n        transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    .letoon-projects-wrapper .project-card.visible {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    .letoon-projects-wrapper .project-card.hidden {\n        display: none !important;\n    }\n\n    \/* Image Wrapper & Slider *\/\n    .letoon-projects-wrapper .project-image-wrapper {\n        width: 100%;\n        position: relative;\n        overflow: hidden;\n        border-radius: var(--border-radius-lg);\n        box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.06);\n        aspect-ratio: 16 \/ 9;\n        background: #e3e3e5;\n    }\n\n    .letoon-projects-wrapper .slider-container {\n        position: relative;\n        width: 100%;\n        height: 100%;\n    }\n\n    .letoon-projects-wrapper .project-image {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        opacity: 0;\n        transform: scale(1.05);\n        transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    .letoon-projects-wrapper .project-image.active {\n        opacity: 1;\n        transform: scale(1);\n        position: relative;\n    }\n\n    \/* Slider Indicators (Dots) *\/\n    .letoon-projects-wrapper .slider-dots {\n        position: absolute;\n        bottom: 20px;\n        left: 50%;\n        transform: translateX(-50%);\n        display: flex;\n        gap: 8px;\n        z-index: 10;\n    }\n\n    .letoon-projects-wrapper .dot {\n        width: 6px;\n        height: 6px;\n        border-radius: 50%;\n        background: rgba(255, 255, 255, 0.4);\n        transition: var(--transition);\n    }\n\n    .letoon-projects-wrapper .dot.active {\n        width: 20px;\n        border-radius: 10px;\n        background: rgba(255, 255, 255, 0.95);\n    }\n\n    \/* Project Details Area *\/\n    .letoon-projects-wrapper .project-details {\n        width: 100%;\n        display: flex;\n        flex-direction: column;\n        gap: 24px;\n    }\n\n    .letoon-projects-wrapper .project-meta-row {\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        flex-wrap: wrap;\n        gap: 16px;\n    }\n\n    .letoon-projects-wrapper .project-location {\n        font-size: 0.75rem;\n        text-transform: uppercase;\n        letter-spacing: 2.5px;\n        font-weight: 700;\n        color: var(--accent-color);\n        background: var(--accent-transparent);\n        padding: 8px 18px;\n        border-radius: 30px;\n        display: inline-block;\n    }\n\n    .letoon-projects-wrapper .project-title {\n        font-size: 2.25rem;\n        font-weight: 800;\n        line-height: 1.2;\n        letter-spacing: -0.8px;\n        color: var(--text-main);\n    }\n\n    \/* Products Section *\/\n    .letoon-projects-wrapper .products-section {\n        display: flex;\n        flex-direction: column;\n        gap: 20px;\n    }\n\n    .letoon-projects-wrapper .products-title {\n        font-size: 0.8rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        color: var(--text-muted);\n        margin-bottom: 4px;\n        border-bottom: 1px solid rgba(0, 0, 0, 0.05);\n        padding-bottom: 10px;\n    }\n\n    .letoon-projects-wrapper .product-detail-box {\n        display: flex;\n        gap: 24px;\n        background: var(--glass-bg);\n        backdrop-filter: blur(20px);\n        -webkit-backdrop-filter: blur(20px);\n        border: 1px solid var(--glass-border);\n        border-radius: var(--border-radius-sm);\n        padding: 24px;\n        align-items: flex-start;\n        box-shadow: var(--glass-shadow);\n        transition: var(--transition);\n    }\n\n    .letoon-projects-wrapper .product-detail-box:hover {\n        transform: translateY(-3px);\n        border-color: rgba(158, 62, 38, 0.12);\n        box-shadow: 0 20px 40px -12px rgba(158, 62, 38, 0.06);\n    }\n\n    .letoon-projects-wrapper .product-img-wrapper {\n        flex: 0 0 100px;\n        aspect-ratio: 1 \/ 1;\n        border-radius: 12px;\n        padding: 8px;\n        background: #ffffff;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);\n        border: 1px solid rgba(0, 0, 0, 0.03);\n    }\n\n    .letoon-projects-wrapper .product-img {\n        max-width: 100%;\n        max-height: 100%;\n        object-fit: contain;\n    }\n\n    .letoon-projects-wrapper .product-info {\n        flex: 1;\n    }\n\n    .letoon-projects-wrapper .product-name {\n        font-size: 1.05rem;\n        font-weight: 700;\n        color: var(--text-main);\n        margin-bottom: 6px;\n        letter-spacing: -0.3px;\n    }\n\n    .letoon-projects-wrapper .product-desc {\n        font-size: 0.9rem;\n        color: var(--text-muted);\n        margin-bottom: 12px;\n        line-height: 1.55;\n    }\n\n    .letoon-projects-wrapper .product-features {\n        list-style: none;\n        padding-left: 0;\n        display: flex;\n        flex-direction: column;\n        gap: 8px;\n    }\n\n    .letoon-projects-wrapper .product-features li {\n        font-size: 0.82rem;\n        color: var(--text-main);\n        position: relative;\n        padding-left: 18px;\n        line-height: 1.45;\n        font-weight: 500;\n    }\n\n    .letoon-projects-wrapper .product-features li::before {\n        content: \"\";\n        position: absolute;\n        left: 0;\n        top: 7px;\n        width: 6px;\n        height: 6px;\n        background-color: var(--accent-color);\n        border-radius: 50%;\n    }\n\n    .letoon-projects-wrapper .no-results {\n        text-align: center;\n        padding: 60px 20px;\n        font-size: 1.15rem;\n        color: var(--text-muted);\n        display: none;\n        background: var(--glass-bg);\n        border-radius: var(--border-radius-sm);\n        border: 1px dashed rgba(0,0,0,0.1);\n    }\n\n    @media (max-width: 1024px) {\n        .letoon-projects-wrapper .projects-container {\n            padding-bottom: 80px;\n        }\n        .letoon-projects-wrapper .project-card {\n            margin-bottom: 90px;\n            gap: 28px;\n        }\n        .letoon-projects-wrapper .hero {\n            padding: 70px 20px 40px 20px;\n        }\n        .letoon-projects-wrapper .hero h1 {\n            font-size: 2.4rem;\n        }\n        .letoon-projects-wrapper .project-title {\n            font-size: 1.8rem;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .letoon-projects-wrapper .product-detail-box {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 20px;\n        }\n        .letoon-projects-wrapper .product-img-wrapper {\n            flex: 0 0 120px;\n            width: 120px;\n            margin-bottom: 8px;\n        }\n        .letoon-projects-wrapper .product-features li {\n            padding-left: 0;\n            text-align: center;\n        }\n        .letoon-projects-wrapper .product-features li::before {\n            display: none;\n        }\n    }\n<\/style>\n\n<div class=\"letoon-projects-wrapper\">\n    <!-- Smooth Ambient Background Effects -->\n    <div class=\"bg-animation\">\n        <div class=\"ambient-orb orb-1\"><\/div>\n        <div class=\"ambient-orb orb-2\"><\/div>\n    <\/div>\n    <div class=\"bg-grid\"><\/div>\n\n    <!-- Header Section -->\n    <header class=\"hero\">\n        <span class=\"hero-eyebrow\">Letoon Architecture<\/span>\n        <h1>EDUCATIONAL BUILDINGS<\/h1>\n        <p>Our prestigious architectural projects highlighting durability, aesthetics, and ecological sustainability in educational structures.<\/p>\n    <\/header>\n\n    <!-- Advanced Filtering Box -->\n    <div class=\"search-container\">\n        <div class=\"search-box-wrapper\">\n            <span class=\"search-icon\">\n                <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <circle cx=\"11\" cy=\"11\" r=\"8\"><\/circle>\n                    <line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"><\/line>\n                <\/svg>\n            <\/span>\n            <input type=\"text\" id=\"productSearch\" class=\"search-input\" placeholder=\"Filter by product... (Innotop, Optil, Lasur, Fixativ)\">\n        <\/div>\n    <\/div>\n\n    <!-- Projects List -->\n    <main class=\"projects-container\" id=\"projectsContainer\">\n\n        <!-- Project 1: Bah\u00e7elievler Anadolu Lisesi -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\" data-interval=\"4000\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/12195324_1642006151749.jpg\" alt=\"Bahcelievler Anatolian High School 1\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/12195330_1642006151761.jpg\" alt=\"Bahcelievler Anatolian High School 2\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">Bahcelievler Anatolian High School<\/h2>\n                    <span class=\"project-location\">ISTANBUL \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Products Used<\/h3>\n                    \n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/keim_innotop_125l_weiss_2020.png\" alt=\"Keim Innotop\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM INNOTOP<\/h4>\n                            <p class=\"product-desc\">A premium, solvent-free, odorless silicate-based interior paint specially developed for indoor environments. Its ecological and healthy formulation makes it the ideal solution for creating safe environments in high-traffic public spaces such as schools.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Contains no harmful chemicals and emits no volatile organic compounds (VOCs) into the room air.<\/li>\n                                <li>Holds the Cradle to Cradle Certified sustainability certification.<\/li>\n                                <li>Prevents moisture and mold growth with maximum vapor permeability (breathability).<\/li>\n                                <li>Prevents light reflections thanks to its perfectly uniform, deep matte mineral structure.<\/li>\n                                <li>Does not release toxic gases or contribute to flame spread in the event of a fire.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.silikatboya.com\/idea\/pc\/27\/myassets\/products\/416\/pmdtd_min.jpg?revision=1778741536\" alt=\"Keim Fixativ\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM FIXATIV<\/h4>\n                            <p class=\"product-desc\">A highly penetrative mineral binding primer based on pure potassium water glass, used as a binder, primer, and diluent for Keim silicate paint systems. It homogenizes highly or unevenly absorbent mineral surfaces to balance paint consumption.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Deeply binds and consolidates highly absorbent raw plaster, concrete, or mineral surfaces.<\/li>\n                                <li>Ensures the paint chemically bonds with the substrate (silicification reaction).<\/li>\n                                <li>Fully breathable structure that does not restrict water vapor transmission in any way.<\/li>\n                                <li>Inhibits the growth of microorganisms, mold, and mildew due to its natural alkaline character.<\/li>\n                                <li>Contains no organic solvents, plasticizers, or harmful preservative chemicals.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 2: Esenler Menderes Anadolu Lisesi -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\" data-interval=\"4500\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/DJI_0129-1536x1023-1.jpg\" alt=\"Esenler Menderes Anatolian High School 1\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/Menderes-Anadolu-Lisesi-1.jpg\" alt=\"Esenler Menderes Anatolian High School 2\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">Esenler Menderes Anatolian High School<\/h2>\n                    <span class=\"project-location\">ISTANBUL \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Products Used<\/h3>\n                    \n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/keim_innotop_125l_weiss_2020.png\" alt=\"Keim Innotop\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM INNOTOP<\/h4>\n                            <p class=\"product-desc\">A premium, solvent-free, odorless silicate-based interior paint specially developed for indoor environments. Its ecological and healthy formulation makes it the ideal solution for creating safe environments in high-traffic public spaces such as schools.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Contains no harmful chemicals and emits no volatile organic compounds (VOCs) into the room air.<\/li>\n                                <li>Holds the Cradle to Cradle Certified sustainability certification.<\/li>\n                                <li>Prevents moisture and mold growth with maximum vapor permeability (breathability).<\/li>\n                                <li>Prevents light reflections thanks to its perfectly uniform, deep matte mineral structure.<\/li>\n                                <li>Does not release toxic gases or contribute to flame spread in the event of a fire.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.silikatboya.com\/class\/INNOVAEditor\/assets\/KEIM\/Keimnewproducts\/optil\/16.png\" alt=\"Keim Optil\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM OPTIL<\/h4>\n                            <p class=\"product-desc\">An ultra-matte silicate-based interior paint with superior hiding power, developed for large ceiling and wall surfaces sensitive to light. It provides smooth, glare-free, and elegant surfaces even under raking (angled) light conditions.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Diffuses light beautifully to make interior spaces feel more spacious and bright.<\/li>\n                                <li>Provides an exceptional depth of color and a velvety matte appearance with its macro-crystalline silicate structure.<\/li>\n                                <li>Odorless and free from solvents and preservatives, making it safe for sensitive and allergy-prone individuals.<\/li>\n                                <li>Highly durable mechanically, easy to clean, and provides long-lasting protection.<\/li>\n                                <li>Provides long-term protection against mold, mildew, and bacteria growth due to its natural alkaline structure.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.silikatboya.com\/idea\/pc\/27\/myassets\/products\/416\/pmdtd_min.jpg?revision=1778741536\" alt=\"Keim Fixativ\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM FIXATIV<\/h4>\n                            <p class=\"product-desc\">A highly penetrative mineral binding primer based on pure potassium water glass, used as a binder, primer, and diluent for Keim silicate paint systems. It homogenizes highly or unevenly absorbent mineral surfaces to balance paint consumption.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Deeply binds and consolidates highly absorbent raw plaster, concrete, or mineral surfaces.<\/li>\n                                <li>Ensures the paint chemically bonds with the substrate (silicification reaction).<\/li>\n                                <li>Fully breathable structure that does not restrict water vapor transmission in any way.<\/li>\n                                <li>Inhibits the growth of microorganisms, mold, and mildew due to its natural alkaline character.<\/li>\n                                <li>Contains no organic solvents, plasticizers, or harmful preservative chemicals.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 3: E\u015fref Bitlis Anadolu Lisesi -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\" data-interval=\"5000\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/kucukcekmece-esref-bitlis-anadolu-lisesi-2.jpg\" alt=\"Esref Bitlis Anatolian High School 1\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/kucukcekmece-esref-bitlis-anadolu-lisesi-1-scaled.jpg\" alt=\"Esref Bitlis Anatolian High School 2\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/kucukcekmece-esref-bitlis-anadolu-lisesi-6.jpg\" alt=\"Esref Bitlis Anatolian High School 3\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">Esref Bitlis Anatolian High School<\/h2>\n                    <span class=\"project-location\">ISTANBUL \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Product Used<\/h3>\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.silikatboya.com\/class\/INNOVAEditor\/assets\/KEIM\/Keimnewproducts\/concretallasur\/5.png\" alt=\"Concretal Lasur\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">CONCRETAL LASUR<\/h4>\n                            <p class=\"product-desc\">A semi-transparent or opaque sol-silicate mineral concrete stain that fully preserves the natural character, texture, and pore structure of fair-faced concrete while balancing color variations, mottling, and aesthetic imperfections.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Preserves the natural concrete aesthetic without altering its raw, organic mineral structure.<\/li>\n                                <li>Aesthetically balances surface stains, formwork defects, and repair marks.<\/li>\n                                <li>Fully UV-resistant; lasts a lifetime without fading, peeling, or flaking.<\/li>\n                                <li>Allows the concrete to breathe with high water vapor permeability, preventing freeze-thaw damage.<\/li>\n                                <li>Protects concrete surfaces from atmospheric acids and carbonation, delaying reinforcement steel corrosion.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 4: Gebze 23 Nisan Bilim ve Sanat Merkezi -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\" data-interval=\"4200\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/EKAP3307_blm-1024x768-1.jpg\" alt=\"Gebze April 23rd BILSEM 1\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/EKAP3487_blm-1024x768-1.jpg\" alt=\"Gebze April 23rd BILSEM 2\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">Gebze April 23rd Science and Art Center<\/h2>\n                    <span class=\"project-location\">KOCAELI \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Product Used<\/h3>\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.silikatboya.com\/class\/INNOVAEditor\/assets\/KEIM\/Keimnewproducts\/optil\/16.png\" alt=\"Keim Optil\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM OPTIL<\/h4>\n                            <p class=\"product-desc\">An ultra-matte silicate-based interior paint with superior hiding power, developed for large ceiling and wall surfaces sensitive to light. It provides smooth, glare-free, and elegant surfaces even under raking (angled) light conditions.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Diffuses light beautifully to make interior spaces feel more spacious and bright.<\/li>\n                                <li>Provides an exceptional depth of color and a velvety matte appearance with its macro-crystalline silicate structure.<\/li>\n                                <li>Odorless and free from solvents and preservatives, making it safe for sensitive and allergy-prone individuals.<\/li>\n                                <li>Highly durable mechanically, easy to clean, and provides long-lasting protection.<\/li>\n                                <li>Provides long-term protection against mold, mildew, and bacteria growth due to its natural alkaline structure.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 5: G\u00fcne\u015flitepe \u0130lkokulu -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\" data-interval=\"4800\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/20111033_img_8728.jpg\" alt=\"Guneslitepe Primary School 1\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/20111014_img_8708.jpg\" alt=\"Guneslitepe Primary School 2\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">Guneslitepe Primary School<\/h2>\n                    <span class=\"project-location\">ISTANBUL \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Product Used<\/h3>\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/keim_innotop_125l_weiss_2020.png\" alt=\"Keim Innotop\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM INNOTOP<\/h4>\n                            <p class=\"product-desc\">A premium, solvent-free, odorless silicate-based interior paint specially developed for indoor environments. Its ecological and healthy formulation makes it the ideal solution for creating safe environments in high-traffic public spaces such as schools.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Contains no harmful chemicals and emits no volatile organic compounds (VOCs) into the room air.<\/li>\n                                <li>Holds the Cradle to Cradle Certified sustainability certification.<\/li>\n                                <li>Prevents moisture and mold growth with maximum vapor permeability (breathability).<\/li>\n                                <li>Prevents light reflections thanks to its perfectly uniform, deep matte mineral structure.<\/li>\n                                <li>Does not release toxic gases or contribute to flame spread in the event of a fire.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 6: Hattat Rak\u0131m Ortaokulu -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/k_06165506_3062430624_baskanturanvevaligulyenidenyapilanhatt_20240904141640fatihbel_fotogaleri_900x530.jpg\" alt=\"Hattat Rakim Secondary School\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">Hattat Rakim Secondary School<\/h2>\n                    <span class=\"project-location\">ISTANBUL \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Product Used<\/h3>\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/keim_innotop_125l_weiss_2020.png\" alt=\"Keim Innotop\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM INNOTOP<\/h4>\n                            <p class=\"product-desc\">A premium, solvent-free, odorless silicate-based interior paint specially developed for indoor environments. Its ecological and healthy formulation makes it the ideal solution for creating safe environments in high-traffic public spaces such as schools.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Contains no harmful chemicals and emits no volatile organic compounds (VOCs) into the room air.<\/li>\n                                <li>Holds the Cradle to Cradle Certified sustainability certification.<\/li>\n                                <li>Prevents moisture and mold growth with maximum vapor permeability (breathability).<\/li>\n                                <li>Prevents light reflections thanks to its perfectly uniform, deep matte mineral structure.<\/li>\n                                <li>Does not release toxic gases or contribute to flame spread in the event of a fire.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 7: Koca Mustafa Pa\u015fa Anadolu \u0130mam Hatip Lisesi -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/k_28141401_78.jpg\" alt=\"Koca Mustafa Pasa Anatolian Imam Hatip High School\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">Koca Mustafa Pasa Anatolian Imam Hatip High School<\/h2>\n                    <span class=\"project-location\">ISTANBUL \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Products Used<\/h3>\n                    \n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/keim_innotop_125l_weiss_2020.png\" alt=\"Keim Innotop\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM INNOTOP<\/h4>\n                            <p class=\"product-desc\">A premium, solvent-free, odorless silicate-based interior paint specially developed for indoor environments. Its ecological and healthy formulation makes it the ideal solution for creating safe environments in high-traffic public spaces such as schools.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Contains no harmful chemicals and emits no volatile organic compounds (VOCs) into the room air.<\/li>\n                                <li>Holds the Cradle to Cradle Certified sustainability certification.<\/li>\n                                <li>Prevents moisture and mold growth with maximum vapor permeability (breathability).<\/li>\n                                <li>Prevents light reflections thanks to its perfectly uniform, deep matte mineral structure.<\/li>\n                                <li>Does not release toxic gases or contribute to flame spread in the event of a fire.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.silikatboya.com\/idea\/pc\/27\/myassets\/products\/416\/pmdtd_min.jpg?revision=1778741536\" alt=\"Keim Fixativ\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM FIXATIV<\/h4>\n                            <p class=\"product-desc\">A highly penetrative mineral binding primer based on pure potassium water glass, used as a binder, primer, and diluent for Keim silicate paint systems. It homogenizes highly or unevenly absorbent mineral surfaces to balance paint consumption.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Deeply binds and consolidates highly absorbent raw plaster, concrete, or mineral surfaces.<\/li>\n                                <li>Ensures the paint chemically bonds with the substrate (silicification reaction).<\/li>\n                                <li>Fully breathable structure that does not restrict water vapor transmission in any way.<\/li>\n                                <li>Inhibits the growth of microorganisms, mold, and mildew due to its natural alkaline character.<\/li>\n                                <li>Contains no organic solvents, plasticizers, or harmful preservative chemicals.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 8: K\u00fc\u00e7\u00fckk\u00f6y Mesleki ve Teknik Anadolu Lisesi -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/k_19100427_503e1458-4fad-473e-8c7c-a2cfe0162ad6-1.jpg\" alt=\"Kucukkoy Vocational and Technical Anatolian High School\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">Kucukkoy Vocational &#038; Technical Anatolian High School<\/h2>\n                    <span class=\"project-location\">ISTANBUL \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Product Used<\/h3>\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/keim_innotop_125l_weiss_2020.png\" alt=\"Keim Innotop\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM INNOTOP<\/h4>\n                            <p class=\"product-desc\">A premium, solvent-free, odorless silicate-based interior paint specially developed for indoor environments. Its ecological and healthy formulation makes it the ideal solution for creating safe environments in high-traffic public spaces such as schools.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Contains no harmful chemicals and emits no volatile organic compounds (VOCs) into the room air.<\/li>\n                                <li>Holds the Cradle to Cradle Certified sustainability certification.<\/li>\n                                <li>Prevents moisture and mold growth with maximum vapor permeability (breathability).<\/li>\n                                <li>Prevents light reflections thanks to its perfectly uniform, deep matte mineral structure.<\/li>\n                                <li>Does not release toxic gases or contribute to flame spread in the event of a fire.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 9: Mahmut \u015eevket Z\u0131rh \u0130lk\u00f6\u011fretim Okulu -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/okul-yeniden-yapim.jpg\" alt=\"Mahmut Sevket Zirh Primary School\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">Mahmut Sevket Zirh Primary School<\/h2>\n                    <span class=\"project-location\">ISTANBUL \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Product Used<\/h3>\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/keim_innotop_125l_weiss_2020.png\" alt=\"Keim Innotop\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM INNOTOP<\/h4>\n                            <p class=\"product-desc\">A premium, solvent-free, odorless silicate-based interior paint specially developed for indoor environments. Its ecological and healthy formulation makes it the ideal solution for creating safe environments in high-traffic public spaces such as schools.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Contains no harmful chemicals and emits no volatile organic compounds (VOCs) into the room air.<\/li>\n                                <li>Holds the Cradle to Cradle Certified sustainability certification.<\/li>\n                                <li>Prevents moisture and mold growth with maximum vapor permeability (breathability).<\/li>\n                                <li>Prevents light reflections thanks to its perfectly uniform, deep matte mineral structure.<\/li>\n                                <li>Does not release toxic gases or contribute to flame spread in the event of a fire.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 10: MEF Okullar\u0131 Ulus Kamp\u00fcs\u00fc -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\" data-interval=\"4500\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/4556691.jpg\" alt=\"MEF Schools 1\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/6061016.jpg\" alt=\"MEF Schools 2\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">MEF Schools Ulus Campus<\/h2>\n                    <span class=\"project-location\">ISTANBUL \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Product Used<\/h3>\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.silikatboya.com\/class\/INNOVAEditor\/assets\/KEIM\/Keimnewproducts\/concretallasur\/5.png\" alt=\"Concretal Lasur\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">CONCRETAL LASUR<\/h4>\n                            <p class=\"product-desc\">A semi-transparent or opaque sol-silicate mineral concrete stain that fully preserves the natural character, texture, and pore structure of fair-faced concrete while balancing color variations, mottling, and aesthetic imperfections.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Preserves the natural concrete aesthetic without altering its raw, organic mineral structure.<\/li>\n                                <li>Aesthetically balances surface stains, formwork defects, and repair marks.<\/li>\n                                <li>Fully UV-resistant; lasts a lifetime without fading, peeling, or flaking.<\/li>\n                                <li>Allows the concrete to breathe with high water vapor permeability, preventing freeze-thaw damage.<\/li>\n                                <li>Protects concrete surfaces from atmospheric acids and carbonation, delaying reinforcement steel corrosion.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 11: MEF \u00dcniversitesi -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\" data-interval=\"5000\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/mef-universitesi-find-and-study-4.gif\" alt=\"MEF University 1\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/maxresdefault.jpg\" alt=\"MEF University 2\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">MEF University<\/h2>\n                    <span class=\"project-location\">ISTANBUL \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Product Used<\/h3>\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.silikatboya.com\/class\/INNOVAEditor\/assets\/KEIM\/Keimnewproducts\/concretallasur\/5.png\" alt=\"Concretal Lasur\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">CONCRETAL LASUR<\/h4>\n                            <p class=\"product-desc\">A semi-transparent or opaque sol-silicate mineral concrete stain that fully preserves the natural character, texture, and pore structure of fair-faced concrete while balancing color variations, mottling, and aesthetic imperfections.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Preserves the natural concrete aesthetic without altering its raw, organic mineral structure.<\/li>\n                                <li>Aesthetically balances surface stains, formwork defects, and repair marks.<\/li>\n                                <li>Fully UV-resistant; lasts a lifetime without fading, peeling, or flaking.<\/li>\n                                <li>Allows the concrete to breathe with high water vapor permeability, preventing freeze-thaw damage.<\/li>\n                                <li>Protects concrete surfaces from atmospheric acids and carbonation, delaying reinforcement steel corrosion.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 12: Osman Tevfik Yalman Ortaokulu -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\" data-interval=\"4300\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/osmantevfiky._oo_-1-1.jpg\" alt=\"Osman Tevfik Yalman Secondary School 1\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/osmantevfiky._oo_-6.jpg\" alt=\"Osman Tevfik Yalman Secondary School 2\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">Osman Tevfik Yalman Secondary School<\/h2>\n                    <span class=\"project-location\">ISTANBUL \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Product Used<\/h3>\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/keim_innotop_125l_weiss_2020.png\" alt=\"Keim Innotop\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM INNOTOP<\/h4>\n                            <p class=\"product-desc\">A premium, solvent-free, odorless silicate-based interior paint specially developed for indoor environments. Its ecological and healthy formulation makes it the ideal solution for creating safe environments in high-traffic public spaces such as schools.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Contains no harmful chemicals and emits no volatile organic compounds (VOCs) into the room air.<\/li>\n                                <li>Holds the Cradle to Cradle Certified sustainability certification.<\/li>\n                                <li>Prevents moisture and mold growth with maximum vapor permeability (breathability).<\/li>\n                                <li>Prevents light reflections thanks to its perfectly uniform, deep matte mineral structure.<\/li>\n                                <li>Does not release toxic gases or contribute to flame spread in the event of a fire.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 13: \u015eehit Bedir Karab\u0131y\u0131k \u00c7ok Programl\u0131 Anadolu Lisesi -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\" data-interval=\"4400\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/sehitbedirkb_cpal_-2-1024x768-1.jpg\" alt=\"Sehit Bedir Karabiyik High School 1\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/sehitbedirkb_cpal_-10-768x1024-1.jpg\" alt=\"Sehit Bedir Karabiyik High School 2\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">Sehit Bedir Karabiyik High School<\/h2>\n                    <span class=\"project-location\">ISTANBUL \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Products Used<\/h3>\n                    \n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/keim_innotop_125l_weiss_2020.png\" alt=\"Keim Innotop\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM INNOTOP<\/h4>\n                            <p class=\"product-desc\">A premium, solvent-free, odorless silicate-based interior paint specially developed for indoor environments. Its ecological and healthy formulation makes it the ideal solution for creating safe environments in high-traffic public spaces such as schools.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Contains no harmful chemicals and emits no volatile organic compounds (VOCs) into the room air.<\/li>\n                                <li>Holds the Cradle to Cradle Certified sustainability certification.<\/li>\n                                <li>Prevents moisture and mold growth with maximum vapor permeability (breathability).<\/li>\n                                <li>Prevents light reflections thanks to its perfectly uniform, deep matte mineral structure.<\/li>\n                                <li>Does not release toxic gases or contribute to flame spread in the event of a fire.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.silikatboya.com\/idea\/pc\/27\/myassets\/products\/416\/pmdtd_min.jpg?revision=1778741536\" alt=\"Keim Fixativ\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM FIXATIV<\/h4>\n                            <p class=\"product-desc\">A highly penetrative mineral binding primer based on pure potassium water glass, used as a binder, primer, and diluent for Keim silicate paint systems. It homogenizes highly or unevenly absorbent mineral surfaces to balance paint consumption.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Deeply binds and consolidates highly absorbent raw plaster, concrete, or mineral surfaces.<\/li>\n                                <li>Ensures the paint chemically bonds with the substrate (silicification reaction).<\/li>\n                                <li>Fully breathable structure that does not restrict water vapor transmission in any way.<\/li>\n                                <li>Inhibits the growth of microorganisms, mold, and mildew due to its natural alkaline character.<\/li>\n                                <li>Contains no organic solvents, plasticizers, or harmful preservative chemicals.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 14: S\u00fcmer \u0130mam Hatip Ortaokulu -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/omer-arisoy-sumer-imam-hatip-orta-okulusi-003.jpg\" alt=\"Sumer Imam Hatip Secondary School\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">Sumer Imam Hatip Secondary School<\/h2>\n                    <span class=\"project-location\">ISTANBUL \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Product Used<\/h3>\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/keim_innotop_125l_weiss_2020.png\" alt=\"Keim Innotop\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM INNOTOP<\/h4>\n                            <p class=\"product-desc\">A premium, solvent-free, odorless silicate-based interior paint specially developed for indoor environments. Its ecological and healthy formulation makes it the ideal solution for creating safe environments in high-traffic public spaces such as schools.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Contains no harmful chemicals and emits no volatile organic compounds (VOCs) into the room air.<\/li>\n                                <li>Holds the Cradle to Cradle Certified sustainability certification.<\/li>\n                                <li>Prevents moisture and mold growth with maximum vapor permeability (breathability).<\/li>\n                                <li>Prevents light reflections thanks to its perfectly uniform, deep matte mineral structure.<\/li>\n                                <li>Does not release toxic gases or contribute to flame spread in the event of a fire.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 15: \u00dcsk\u00fcdar \u0130lk\u00f6\u011fretim Okulu -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/XXXL-8.webp\" alt=\"Uskudar Primary School\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">Uskudar Primary School<\/h2>\n                    <span class=\"project-location\">ISTANBUL \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Product Used<\/h3>\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.silikatboya.com\/class\/INNOVAEditor\/assets\/KEIM\/Keimnewproducts\/concretallasur\/5.png\" alt=\"Concretal Lasur\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">CONCRETAL LASUR<\/h4>\n                            <p class=\"product-desc\">A semi-transparent or opaque sol-silicate mineral concrete stain that fully preserves the natural character, texture, and pore structure of fair-faced concrete while balancing color variations, mottling, and aesthetic imperfections.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Preserves the natural concrete aesthetic without altering its raw, organic mineral structure.<\/li>\n                                <li>Aesthetically balances surface stains, formwork defects, and repair marks.<\/li>\n                                <li>Fully UV-resistant; lasts a lifetime without fading, peeling, or flaking.<\/li>\n                                <li>Allows the concrete to breathe with high water vapor permeability, preventing freeze-thaw damage.<\/li>\n                                <li>Protects concrete surfaces from atmospheric acids and carbonation, delaying reinforcement steel corrosion.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 16: Anafartalar Fen Lisesi -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\" data-interval=\"4000\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/Istanbul-Valiligi-Etiler-Anafartalar-Fen-Lisesi-yapim-isimiz-devam-ediyor-1.jpg\" alt=\"Anafartalar Science High School 1\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/Istanbul-Valiligi-Etiler-Anafartalar-Fen-Lisesi-yapim-isimiz-devam-ediyor.jpg\" alt=\"Anafartalar Science High School 2\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">Anafartalar Science High School<\/h2>\n                    <span class=\"project-location\">ISTANBUL \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Products Used<\/h3>\n                    \n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.silikatboya.com\/class\/INNOVAEditor\/assets\/KEIM\/Keimnewproducts\/optil\/16.png\" alt=\"Keim Optil\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM OPTIL<\/h4>\n                            <p class=\"product-desc\">An ultra-matte silicate-based interior paint with superior hiding power, developed for large ceiling and wall surfaces sensitive to light. It provides smooth, glare-free, and elegant surfaces even under raking (angled) light conditions.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Diffuses light beautifully to make interior spaces feel more spacious and bright.<\/li>\n                                <li>Provides an exceptional depth of color and a velvety matte appearance with its macro-crystalline silicate structure.<\/li>\n                                <li>Odorless and free from solvents and preservatives, making it safe for sensitive and allergy-prone individuals.<\/li>\n                                <li>Highly durable mechanically, easy to clean, and provides long-lasting protection.<\/li>\n                                <li>Provides long-term protection against mold, mildew, and bacteria growth due to its natural alkaline structure.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.silikatboya.com\/idea\/pc\/27\/myassets\/products\/416\/pmdtd_min.jpg?revision=1778741536\" alt=\"Keim Fixativ\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM FIXATIV<\/h4>\n                            <p class=\"product-desc\">A highly penetrative mineral binding primer based on pure potassium water glass, used as a binder, primer, and diluent for Keim silicate paint systems. It homogenizes highly or unevenly absorbent mineral surfaces to balance paint consumption.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Deeply binds and consolidates highly absorbent raw plaster, concrete, or mineral surfaces.<\/li>\n                                <li>Ensures the paint chemically bonds with the substrate (silicification reaction).<\/li>\n                                <li>Fully breathable structure that does not restrict water vapor transmission in any way.<\/li>\n                                <li>Inhibits the growth of microorganisms, mold, and mildew due to its natural alkaline character.<\/li>\n                                <li>Contains no organic solvents, plasticizers, or harmful preservative chemicals.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 17: Beh\u00e7et Kemal \u00c7a\u011flar Anadolu Lisesi -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\" data-interval=\"4500\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/Ekran-goruntusu-2026-05-21-164505.png\" alt=\"Behcet Kemal Caglar Anatolian High School 1\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/behcet-kemal-caglar-anadolu-lisesi.png\" alt=\"Behcet Kemal Caglar Anatolian High School 2\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">Behcet Kemal Caglar Anatolian High School<\/h2>\n                    <span class=\"project-location\">ISTANBUL \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Products Used<\/h3>\n                    \n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/keim_innotop_125l_weiss_2020.png\" alt=\"Keim Innotop\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM INNOTOP<\/h4>\n                            <p class=\"product-desc\">A premium, solvent-free, odorless silicate-based interior paint specially developed for indoor environments. Its ecological and healthy formulation makes it the ideal solution for creating safe environments in high-traffic public spaces such as schools.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Contains no harmful chemicals and emits no volatile organic compounds (VOCs) into the room air.<\/li>\n                                <li>Holds the Cradle to Cradle Certified sustainability certification.<\/li>\n                                <li>Prevents moisture and mold growth with maximum vapor permeability (breathability).<\/li>\n                                <li>Prevents light reflections thanks to its perfectly uniform, deep matte mineral structure.<\/li>\n                                <li>Does not release toxic gases or contribute to flame spread in the event of a fire.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.silikatboya.com\/class\/INNOVAEditor\/assets\/KEIM\/Keimnewproducts\/optil\/16.png\" alt=\"Keim Optil\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM OPTIL<\/h4>\n                            <p class=\"product-desc\">An ultra-matte silicate-based interior paint with superior hiding power, developed for large ceiling and wall surfaces sensitive to light. It provides smooth, glare-free, and elegant surfaces even under raking (angled) light conditions.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Diffuses light beautifully to make interior spaces feel more spacious and bright.<\/li>\n                                <li>Provides an exceptional depth of color and a velvety matte appearance with its macro-crystalline silicate structure.<\/li>\n                                <li>Odorless and free from solvents and preservatives, making it safe for sensitive and allergy-prone individuals.<\/li>\n                                <li>Highly durable mechanically, easy to clean, and provides long-lasting protection.<\/li>\n                                <li>Provides long-term protection against mold, mildew, and bacteria growth due to its natural alkaline structure.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.silikatboya.com\/idea\/pc\/27\/myassets\/products\/416\/pmdtd_min.jpg?revision=1778741536\" alt=\"Keim Fixativ\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM FIXATIV<\/h4>\n                            <p class=\"product-desc\">A highly penetrative mineral binding primer based on pure potassium water glass, used as a binder, primer, and diluent for Keim silicate paint systems. It homogenizes highly or unevenly absorbent mineral surfaces to balance paint consumption.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Deeply binds and consolidates highly absorbent raw plaster, concrete, or mineral surfaces.<\/li>\n                                <li>Ensures the paint chemically bonds with the substrate (silicification reaction).<\/li>\n                                <li>Fully breathable structure that does not restrict water vapor transmission in any way.<\/li>\n                                <li>Inhibits the growth of microorganisms, mold, and mildew due to its natural alkaline character.<\/li>\n                                <li>Contains no organic solvents, plasticizers, or harmful preservative chemicals.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 18: \u0130brahim Ko\u00e7arslan Ortaokulu -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\" data-interval=\"3800\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/GHvfL.jpg\" alt=\"Ibrahim Kocarslan Secondary School 1\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/20151836_IMG_0979.jpg\" alt=\"Ibrahim Kocarslan Secondary School 2\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/20151837_IMG_0991.jpg\" alt=\"Ibrahim Kocarslan Secondary School 3\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/i-1.webp\" alt=\"Ibrahim Kocarslan Secondary School 4\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/k_20152202_IMG_0958.jpg\" alt=\"Ibrahim Kocarslan Secondary School 5\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">Ibrahim Kocarslan Secondary School<\/h2>\n                    <span class=\"project-location\">ISTANBUL \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Product Used<\/h3>\n                    \n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/keim_innotop_125l_weiss_2020.png\" alt=\"Keim Innotop\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM INNOTOP<\/h4>\n                            <p class=\"product-desc\">A premium, solvent-free, odorless silicate-based interior paint specially developed for indoor environments. Its ecological and healthy formulation makes it the ideal solution for creating safe environments in high-traffic public spaces such as schools.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Contains no harmful chemicals and emits no volatile organic compounds (VOCs) into the room air.<\/li>\n                                <li>Holds the Cradle to Cradle Certified sustainability certification.<\/li>\n                                <li>Prevents moisture and mold growth with maximum vapor permeability (breathability).<\/li>\n                                <li>Prevents light reflections thanks to its perfectly uniform, deep matte mineral structure.<\/li>\n                                <li>Does not release toxic gases or contribute to flame spread in the event of a fire.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 19: Aksaray Mahmudiye Ortaokulu -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\" data-interval=\"4300\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/k_19125213_drone2.jpg\" alt=\"Aksaray Mahmudiye Secondary School 1\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/23145348_WhatsApp-Image-2021-11-16-at-14.51.14.jpg\" alt=\"Aksaray Mahmudiye Secondary School 2\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/23145350_WhatsApp-Image-2021-11-19-at-13.44.33-1.jpg\" alt=\"Aksaray Mahmudiye Secondary School 3\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">Aksaray Mahmudiye Secondary School<\/h2>\n                    <span class=\"project-location\">AKSARAY \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Products Used<\/h3>\n                    \n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/keim_innotop_125l_weiss_2020.png\" alt=\"Keim Innotop\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM INNOTOP<\/h4>\n                            <p class=\"product-desc\">A premium, solvent-free, odorless silicate-based interior paint specially developed for indoor environments. Its ecological and healthy formulation makes it the ideal solution for creating safe environments in high-traffic public spaces such as schools.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Contains no harmful chemicals and emits no volatile organic compounds (VOCs) into the room air.<\/li>\n                                <li>Holds the Cradle to Cradle Certified sustainability certification.<\/li>\n                                <li>Prevents moisture and mold growth with maximum vapor permeability (breathability).<\/li>\n                                <li>Prevents light reflections thanks to its perfectly uniform, deep matte mineral structure.<\/li>\n                                <li>Does not release toxic gases or contribute to flame spread in the event of a fire.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.silikatboya.com\/idea\/pc\/27\/myassets\/products\/416\/pmdtd_min.jpg?revision=1778741536\" alt=\"Keim Fixativ\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM FIXATIV<\/h4>\n                            <p class=\"product-desc\">A highly penetrative mineral binding primer based on pure potassium water glass, used as a binder, primer, and diluent for Keim silicate paint systems. It homogenizes highly or unevenly absorbent mineral surfaces to balance paint consumption.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Deeply binds and consolidates highly absorbent raw plaster, concrete, or mineral surfaces.<\/li>\n                                <li>Ensures the paint chemically bonds with the substrate (silicification reaction).<\/li>\n                                <li>Fully breathable structure that does not restrict water vapor transmission in any way.<\/li>\n                                <li>Inhibits the growth of microorganisms, mold, and mildew due to its natural alkaline character.<\/li>\n                                <li>Contains no organic solvents, plasticizers, or harmful preservative chemicals.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 20: G\u00fcnebakan \u0130lkokulu -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\" data-interval=\"4000\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/469624893_18364199164139727_1334904332172618613_n.jpg\" alt=\"Gunebakan Primary School 1\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/469990402_18364199152139727_7821345493453250334_n.jpg\" alt=\"Gunebakan Primary School 2\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/k_12105858_IMG_3868.jpg\" alt=\"Gunebakan Primary School 3\">\n                    <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/469889636_18364199308139727_6075438085010180726_n.jpg\" alt=\"Gunebakan Primary School 4\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">Gunebakan Primary School<\/h2>\n                    <span class=\"project-location\">ISTANBUL \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Product Used<\/h3>\n                    \n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.letoon.com.tr\/wp-content\/uploads\/keim_innotop_125l_weiss_2020.png\" alt=\"Keim Innotop\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM INNOTOP<\/h4>\n                            <p class=\"product-desc\">A premium, solvent-free, odorless silicate-based interior paint specially developed for indoor environments. Its ecological and healthy formulation makes it the ideal solution for creating safe environments in high-traffic public spaces such as schools.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Contains no harmful chemicals and emits no volatile organic compounds (VOCs) into the room air.<\/li>\n                                <li>Holds the Cradle to Cradle Certified sustainability certification.<\/li>\n                                <li>Prevents moisture and mold growth with maximum vapor permeability (breathability).<\/li>\n                                <li>Prevents light reflections thanks to its perfectly uniform, deep matte mineral structure.<\/li>\n                                <li>Does not release toxic gases or contribute to flame spread in the event of a fire.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Project 21: Yunus Emre \u0130lkokulu -->\n        <section class=\"project-card\">\n            <div class=\"project-image-wrapper\">\n                <div class=\"slider-container\">\n                    <img decoding=\"async\" class=\"project-image active\" src=\"https:\/\/blog.letoon.com.tr\/wp-content\/uploads\/8hvu3.jpg\" alt=\"Yunus Emre Primary School\">\n                <\/div>\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"project-meta-row\">\n                    <h2 class=\"project-title\">Yunus Emre Primary School<\/h2>\n                    <span class=\"project-location\">ISTANBUL \/ TURKEY<\/span>\n                <\/div>\n                \n                <div class=\"products-section\">\n                    <h3 class=\"products-title\">Product Used<\/h3>\n                    \n                    <div class=\"product-detail-box\">\n                        <div class=\"product-img-wrapper\">\n                            <img decoding=\"async\" class=\"product-img\" src=\"https:\/\/www.silikatboya.com\/class\/INNOVAEditor\/assets\/KEIM\/Keimnewproducts\/optil\/16.png\" alt=\"Keim Optil\">\n                        <\/div>\n                        <div class=\"product-info\">\n                            <h4 class=\"product-name\">KEIM OPTIL<\/h4>\n                            <p class=\"product-desc\">An ultra-matte silicate-based interior paint with superior hiding power, developed for large ceiling and wall surfaces sensitive to light. It provides smooth, glare-free, and elegant surfaces even under raking (angled) light conditions.<\/p>\n                            <ul class=\"product-features\">\n                                <li>Diffuses light beautifully to make interior spaces feel more spacious and bright.<\/li>\n                                <li>Provides an exceptional depth of color and a velvety matte appearance with its macro-crystalline silicate structure.<\/li>\n                                <li>Odorless and free from solvents and preservatives, making it safe for sensitive and allergy-prone individuals.<\/li>\n                                <li>Highly durable mechanically, easy to clean, and provides long-lasting protection.<\/li>\n                                <li>Provides long-term protection against mold, mildew, and bacteria growth due to its natural alkaline structure.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- No Results Found -->\n        <div id=\"noResults\" class=\"no-results\">\n            No reference projects found matching your criteria.\n        <\/div>\n\n    <\/main>\n<\/div>\n\n<script>\n    document.addEventListener('DOMContentLoaded', () => {\n        \/\/ --- 1. Smart Slider Indicators and Transitions ---\n        const sliders = document.querySelectorAll('.letoon-projects-wrapper .slider-container');\n        \n        sliders.forEach(slider => {\n            const images = slider.querySelectorAll('.project-image');\n            if (images.length <= 1) return;\n\n            const dotsContainer = document.createElement('div');\n            dotsContainer.classList.add('slider-dots');\n            \n            images.forEach((_, idx) => {\n                const dot = document.createElement('span');\n                dot.classList.add('dot');\n                if (idx === 0) dot.classList.add('active');\n                dotsContainer.appendChild(dot);\n            });\n            \n            slider.appendChild(dotsContainer);\n            const dots = dotsContainer.querySelectorAll('.dot');\n\n            let currentIndex = 0;\n            const intervalTime = parseInt(slider.getAttribute('data-interval')) || 4000;\n\n            setInterval(() => {\n                images[currentIndex].classList.remove('active');\n                dots[currentIndex].classList.remove('active');\n                \n                currentIndex = (currentIndex + 1) % images.length;\n                \n                images[currentIndex].classList.add('active');\n                dots[currentIndex].classList.add('active');\n            }, intervalTime);\n        });\n\n        \/\/ --- 2. Advanced Filtering Functionality ---\n        const searchInput = document.getElementById('productSearch');\n        const projectCards = document.querySelectorAll('.letoon-projects-wrapper .project-card');\n        const noResults = document.getElementById('noResults');\n\n        if (searchInput) {\n            searchInput.addEventListener('input', (e) => {\n                const query = e.target.value.toLowerCase().trim();\n                let visibleCount = 0;\n\n                projectCards.forEach(card => {\n                    const productNames = Array.from(card.querySelectorAll('.product-name'))\n                                              .map(el => el.textContent.toLowerCase());\n                    \n                    const isMatch = productNames.some(name => name.includes(query));\n\n                    if (isMatch || query === '') {\n                        card.classList.remove('hidden');\n                        visibleCount++;\n                    } else {\n                        card.classList.add('hidden');\n                    }\n                });\n\n                if (noResults) {\n                    noResults.style.display = (visibleCount === 0) ? 'block' : 'none';\n                }\n            });\n        }\n\n        \/\/ --- 3. Scroll Reveal ---\n        const observerOptions = {\n            root: null,\n            rootMargin: '0px',\n            threshold: 0.05\n        };\n\n        const observer = new IntersectionObserver((entries, observer) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('visible');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, observerOptions);\n\n        projectCards.forEach(card => {\n            observer.observe(card);\n        });\n    });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Letoon Architecture EDUCATIONAL BUILDINGS Our prestigious architectural projects highlighting durability, aesthetics, and ecological sustainability in educational structures. Bahcelievler Anatolian High<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3352","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.letoon.com.tr\/eng\/wp-json\/wp\/v2\/pages\/3352","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.letoon.com.tr\/eng\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.letoon.com.tr\/eng\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.letoon.com.tr\/eng\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.letoon.com.tr\/eng\/wp-json\/wp\/v2\/comments?post=3352"}],"version-history":[{"count":0,"href":"https:\/\/www.letoon.com.tr\/eng\/wp-json\/wp\/v2\/pages\/3352\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.letoon.com.tr\/eng\/wp-json\/wp\/v2\/media?parent=3352"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}