{"id":32096,"date":"2021-10-12T15:51:09","date_gmt":"2021-10-12T12:51:09","guid":{"rendered":"https:\/\/gar-mak.com\/about-us\/"},"modified":"2021-10-12T15:51:09","modified_gmt":"2021-10-12T12:51:09","slug":"about-us","status":"publish","type":"page","link":"https:\/\/gar-mak.com\/ar\/about-us\/","title":{"rendered":"About us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"32096\" class=\"elementor elementor-32096\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-60117fd e-flex e-con-boxed e-con e-parent\" data-id=\"60117fd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-2014336 e-flex e-con-boxed e-con e-parent\" data-id=\"2014336\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c41657 elementor-widget elementor-widget-html\" data-id=\"0c41657\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>About Us - Gar-Mak <\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;900&family=Work+Sans:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        :root {\r\n            --primary: #1a1a2e;\r\n            --secondary: #16213e;\r\n            --accent: #e94560;\r\n            --accent-light: #ff6b85;\r\n            --gold: #d4af37;\r\n            --bg: #f8f9fa;\r\n            --text: #2c3e50;\r\n            --text-light: #6c757d;\r\n            --white: #ffffff;\r\n        }\r\n\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Work Sans', sans-serif;\r\n            background: var(--bg);\r\n            color: var(--text);\r\n            line-height: 1.7;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        \/* Hero Section *\/\r\n        .hero {\r\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\r\n            padding: 120px 20px 80px;\r\n            text-align: center;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .hero::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            background: \r\n                radial-gradient(circle at 20% 50%, rgba(233, 69, 96, 0.1) 0%, transparent 50%),\r\n                radial-gradient(circle at 80% 80%, rgba(212, 175, 55, 0.1) 0%, transparent 50%);\r\n            pointer-events: none;\r\n        }\r\n\r\n        .hero-content {\r\n            max-width: 800px;\r\n            margin: 0 auto;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .hero h1 {\r\n            font-family: 'Playfair Display', serif;\r\n            font-size: clamp(3rem, 8vw, 5rem);\r\n            font-weight: 900;\r\n            color: var(--white);\r\n            margin-bottom: 20px;\r\n            letter-spacing: -2px;\r\n            animation: fadeInUp 1s ease-out;\r\n        }\r\n\r\n        .hero-subtitle {\r\n            font-size: 1.3rem;\r\n            color: rgba(255, 255, 255, 0.9);\r\n            font-weight: 300;\r\n            margin-bottom: 40px;\r\n            animation: fadeInUp 1s ease-out 0.2s backwards;\r\n        }\r\n\r\n        .stats-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\r\n            gap: 30px;\r\n            max-width: 1000px;\r\n            margin: 60px auto 0;\r\n            animation: fadeInUp 1s ease-out 0.4s backwards;\r\n        }\r\n\r\n        .stat-item {\r\n            background: rgba(255, 255, 255, 0.1);\r\n            backdrop-filter: blur(10px);\r\n            padding: 25px;\r\n            border-radius: 15px;\r\n            border: 1px solid rgba(255, 255, 255, 0.2);\r\n            transition: transform 0.3s ease, background 0.3s ease;\r\n        }\r\n\r\n        .stat-item:hover {\r\n            transform: translateY(-5px);\r\n            background: rgba(255, 255, 255, 0.15);\r\n        }\r\n\r\n        .stat-number {\r\n            font-size: 2.5rem;\r\n            font-weight: 700;\r\n            color: var(--gold);\r\n            font-family: 'Playfair Display', serif;\r\n        }\r\n\r\n        .stat-label {\r\n            font-size: 0.9rem;\r\n            color: rgba(255, 255, 255, 0.8);\r\n            margin-top: 5px;\r\n            text-transform: uppercase;\r\n            letter-spacing: 1px;\r\n        }\r\n\r\n        \/* Mission & Vision *\/\r\n        .mission-vision {\r\n            padding: 100px 20px;\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .mv-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 40px;\r\n            margin-top: 60px;\r\n        }\r\n\r\n        .mv-card {\r\n            background: var(--white);\r\n            padding: 50px 40px;\r\n            border-radius: 20px;\r\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);\r\n            position: relative;\r\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n        }\r\n\r\n        .mv-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 5px;\r\n            background: linear-gradient(90deg, var(--accent), var(--accent-light));\r\n            border-radius: 20px 20px 0 0;\r\n        }\r\n\r\n        .mv-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);\r\n        }\r\n\r\n        .mv-icon {\r\n            font-size: 3rem;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .mv-title {\r\n            font-family: 'Playfair Display', serif;\r\n            font-size: 1.8rem;\r\n            color: var(--primary);\r\n            margin-bottom: 20px;\r\n            font-weight: 700;\r\n        }\r\n\r\n        .mv-text {\r\n            color: var(--text-light);\r\n            line-height: 1.8;\r\n        }\r\n\r\n        \/* Timeline Section *\/\r\n        .timeline-section {\r\n            background: linear-gradient(to bottom, var(--bg) 0%, #e8eef3 100%);\r\n            padding: 100px 20px;\r\n        }\r\n\r\n        .section-title {\r\n            text-align: center;\r\n            font-family: 'Playfair Display', serif;\r\n            font-size: clamp(2.5rem, 6vw, 4rem);\r\n            color: var(--primary);\r\n            margin-bottom: 20px;\r\n            font-weight: 900;\r\n        }\r\n\r\n        .section-subtitle {\r\n            text-align: center;\r\n            color: var(--text-light);\r\n            font-size: 1.2rem;\r\n            margin-bottom: 80px;\r\n            max-width: 600px;\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n        }\r\n\r\n        .timeline {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            position: relative;\r\n        }\r\n\r\n        .timeline::before {\r\n            content: '';\r\n            position: absolute;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            width: 4px;\r\n            height: 100%;\r\n            background: linear-gradient(to bottom, var(--accent), var(--gold));\r\n            border-radius: 2px;\r\n        }\r\n\r\n        .timeline-item {\r\n            margin-bottom: 80px;\r\n            position: relative;\r\n            animation: fadeIn 0.8s ease-out;\r\n        }\r\n\r\n        .timeline-item:nth-child(odd) .timeline-content {\r\n            margin-left: auto;\r\n            margin-right: 0;\r\n            padding-left: 0;\r\n            padding-right: 60px;\r\n        }\r\n\r\n        .timeline-item:nth-child(even) .timeline-content {\r\n            margin-left: 0;\r\n            margin-right: auto;\r\n            padding-left: 60px;\r\n            padding-right: 0;\r\n        }\r\n\r\n        .timeline-marker {\r\n            position: absolute;\r\n            left: 50%;\r\n            top: 30px;\r\n            transform: translateX(-50%);\r\n            width: 30px;\r\n            height: 30px;\r\n            background: var(--accent);\r\n            border: 6px solid var(--white);\r\n            border-radius: 50%;\r\n            z-index: 2;\r\n            box-shadow: 0 0 0 6px rgba(233, 69, 96, 0.2);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .timeline-item:hover .timeline-marker {\r\n            transform: translateX(-50%) scale(1.3);\r\n            box-shadow: 0 0 0 12px rgba(233, 69, 96, 0.3);\r\n        }\r\n\r\n        .timeline-content {\r\n            width: calc(50% - 40px);\r\n            background: var(--white);\r\n            padding: 40px;\r\n            border-radius: 20px;\r\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);\r\n            transition: all 0.3s ease;\r\n            position: relative;\r\n        }\r\n\r\n        .timeline-content:hover {\r\n            transform: scale(1.02);\r\n            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);\r\n        }\r\n\r\n        .timeline-year {\r\n            font-family: 'Playfair Display', serif;\r\n            font-size: 3rem;\r\n            font-weight: 900;\r\n            color: var(--accent);\r\n            margin-bottom: 15px;\r\n            line-height: 1;\r\n        }\r\n\r\n        .timeline-title {\r\n            font-size: 1.5rem;\r\n            font-weight: 600;\r\n            color: var(--primary);\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .timeline-text {\r\n            color: var(--text-light);\r\n            line-height: 1.8;\r\n        }\r\n\r\n        .timeline-image {\r\n            width: 100%;\r\n            height: 200px;\r\n            object-fit: cover;\r\n            border-radius: 12px;\r\n            margin-top: 20px;\r\n        }\r\n\r\n        \/* Responsive Timeline *\/\r\n        @media (max-width: 768px) {\r\n            .timeline::before {\r\n                left: 30px;\r\n            }\r\n\r\n            .timeline-marker {\r\n                left: 30px;\r\n            }\r\n\r\n            .timeline-item:nth-child(odd) .timeline-content,\r\n            .timeline-item:nth-child(even) .timeline-content {\r\n                width: calc(100% - 80px);\r\n                margin-left: 80px;\r\n                margin-right: 0;\r\n                padding: 30px;\r\n                padding-left: 30px;\r\n                padding-right: 30px;\r\n            }\r\n\r\n            .timeline-year {\r\n                font-size: 2rem;\r\n            }\r\n        }\r\n\r\n        \/* Animations *\/\r\n        @keyframes fadeInUp {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(30px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        @keyframes fadeIn {\r\n            from {\r\n                opacity: 0;\r\n            }\r\n            to {\r\n                opacity: 1;\r\n            }\r\n        }\r\n\r\n        \/* Scroll Animation *\/\r\n        .timeline-item {\r\n            opacity: 0;\r\n            animation: none;\r\n        }\r\n\r\n        .timeline-item.visible {\r\n            animation: fadeInUp 0.8s ease-out forwards;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <!-- Hero Section -->\r\n    <section class=\"hero\">\r\n        <div class=\"hero-content\">\r\n            <h1>Gar-Mak<\/h1>\r\n            <p class=\"hero-subtitle\">Leading the cleaning industry with innovative technologies since 1978<\/p>\r\n            \r\n            <div class=\"stats-grid\">\r\n                <div class=\"stat-item\">\r\n                    <div class=\"stat-number\">47<\/div>\r\n                    <div class=\"stat-label\">Years of Experience<\/div>\r\n                <\/div>\r\n                <div class=\"stat-item\">\r\n                    <div class=\"stat-number\">56<\/div>\r\n                    <div class=\"stat-label\">Export Countries<\/div>\r\n                <\/div>\r\n                <div class=\"stat-item\">\r\n                    <div class=\"stat-number\">3,400m\u00b2<\/div>\r\n                    <div class=\"stat-label\">Modern Production Facility<\/div>\r\n                <\/div>\r\n                <div class=\"stat-item\">\r\n                    <div class=\"stat-number\">60%<\/div>\r\n                    <div class=\"stat-label\">Export Rate<\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Mission & Vision -->\r\n    <section class=\"mission-vision\">\r\n        <div class=\"mv-grid\">\r\n            <div class=\"mv-card\">\r\n                <div class=\"mv-icon\">\ud83c\udfaf<\/div>\r\n                <h2 class=\"mv-title\">Our Vision<\/h2>\r\n                <p class=\"mv-text\">To become Turkey's number 1 industrial cleaning machinery manufacturer in our 40th year; to become the most preferred brand in the cleaning machinery sector in our 50th year.<\/p>\r\n            <\/div>\r\n            <div class=\"mv-card\">\r\n                <div class=\"mv-icon\">\ud83d\udca1<\/div>\r\n                <h2 class=\"mv-title\">Our Mission<\/h2>\r\n                <p class=\"mv-text\">To produce high-performance technologies that use minimum resources for a healthier, cleaner and happier future; to introduce our technology to the global market and showcase Turkey's production power to the world.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Timeline Section -->\r\n    <section class=\"timeline-section\">\r\n        <h2 class=\"section-title\">Our History<\/h2>\r\n        <p class=\"section-subtitle\">A 47-year journey from a small lathe workshop to a global brand<\/p>\r\n\r\n        <div class=\"timeline\">\r\n            <!-- 1978 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">1978<\/div>\r\n                    <h3 class=\"timeline-title\">Foundation Year<\/h3>\r\n                    <p class=\"timeline-text\">Founded by Recep Bekta\u015f under the name \"Garanti Makine Torna At\u00f6lyesi\" (Guarantee Machine Lathe Workshop), our company started operations as a small lathe workshop producing special machine spare parts for the automotive sector and providing technical maintenance services.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/09\/44.jpg\" alt=\"Recep Bekta\u015f - 1986\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 1990 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">1990<\/div>\r\n                    <h3 class=\"timeline-title\">Garanti Makine Torna Ta\u015flama<\/h3>\r\n                    <p class=\"timeline-text\">The company name was updated to \"Garanti Makine Torna Ta\u015flama\" (Guarantee Machine Lathe Grinding) and production capacity was expanded.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/09\/1978-418x300-1.jpg\" alt=\"Lathe Grinding\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2005 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2005<\/div>\r\n                    <h3 class=\"timeline-title\">Entry into Carpet Washing Sector<\/h3>\r\n                    <p class=\"timeline-text\">Under the Gar-Mak brand, we entered Turkey's developing carpet washing sector by producing a roll-type centrifugal carpet wringing machine with rinsing feature. The tube-type carpet wringing machine became one of the sector's important machines.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/09\/IMG_7970-450x300-1.jpg\" alt=\"Carpet Washing Machines\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2011 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2011<\/div>\r\n                    <h3 class=\"timeline-title\">Transfer to 2nd Generation<\/h3>\r\n                    <p class=\"timeline-text\">The company was transferred to the second generation. Under the management of R\u0131dvan Bekta\u015f, Ahmet Orhan Bekta\u015f, Adem Bekta\u015f and Muhammet Emin Bekta\u015f, we introduced automatic carpet washing machines, carpet beating machines, carpet dust removal machines and more to the sector.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/09\/Kurban-Bayrami-398x300-1.jpg\" alt=\"Carpet Beating, Washing and Wringing Machine\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2015 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2015<\/div>\r\n                    <h3 class=\"timeline-title\">Corporate Structuring<\/h3>\r\n                    <p class=\"timeline-text\">With the new management team, the company was transformed into a more profitable and corporate structure. Modern management systems and processes were implemented.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2017 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2017<\/div>\r\n                    <h3 class=\"timeline-title\">Global Growth<\/h3>\r\n                    <p class=\"timeline-text\">Operating with hundreds of machines in 37 countries, Gar-Mak became one of the leading companies in the sector. The years 2017-2018 were declared \"Innovation Years\" and intensive R&D studies were conducted to introduce new products to the sector.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/09\/BURK0202-450x300-1.jpg\" alt=\"Gar-Mak Factory\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2018 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2018<\/div>\r\n                    <h3 class=\"timeline-title\">Major Export Leap<\/h3>\r\n                    <p class=\"timeline-text\">Our products reached 44 countries. 50% of our total turnover was obtained from exports. Three fair events were organized under the TEMS\u0130AD umbrella.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/09\/BURK0202-450x300-1.jpg\" alt=\"Export\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2019 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2019<\/div>\r\n                    <h3 class=\"timeline-title\">Operations in 48 Countries<\/h3>\r\n                    <p class=\"timeline-text\">We started working with commercial partners in 48 countries. We completed 60% of our sales through exports and moved to our new 2,500 m\u00b2 factory in G\u00f6r\u00fckle.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/09\/Gar-Mak-Yeni-Fabrika-444x300-1-1.jpg\" alt=\"G\u00f6r\u00fckle Factory\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2020 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2020<\/div>\r\n                    <h3 class=\"timeline-title\">Dealer and Distributor Network<\/h3>\r\n                    <p class=\"timeline-text\">Eastern Europe region distributorship was given to Flaviu Podina based in Romania. Our network was strengthened with dealers in Bulgaria and Bosnia-Herzegovina. Carpets are cleaned with our machines in 50 countries around the world.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/11\/Garmak-Ekip-scaled.webp\" alt=\"Gar-Mak Team\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2024 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2024<\/div>\r\n                    <h3 class=\"timeline-title\">Morbit Solar Panel Cleaning Robot<\/h3>\r\n                    <p class=\"timeline-text\">We produced the \"Morbit Solar Panel Cleaning Robot\" designed for the effective cleaning of solar panels mounted on factory, warehouse and closed building roofs. We expanded our innovative product portfolio.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/11\/Morbit-Solar-Panel-Temizleme-Robotu-scaled.jpg\" alt=\"Morbit Solar Panel Cleaning Robot\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2025 -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2025<\/div>\r\n                    <h3 class=\"timeline-title\">Modern Facility and Digital Transformation<\/h3>\r\n                    <p class=\"timeline-text\">In October 2025, we moved to our new modern production facility of 3,400 m\u00b2 in Bursa, Kestel, Turan Mahallesi. A distributorship agreement was signed with the \"Rugmag\" brand in Poland. Digital transformation was completed with the Odoo ERP system. Our technology reached 56 countries.<\/p>\r\n                    <img decoding=\"async\" src=\"https:\/\/gar-mak.com\/wp-content\/uploads\/2025\/11\/Garmak-2025-Modern-Tesis-1-scaled.jpg\" alt=\"Gar-Mak 2025 Modern Facility\" class=\"timeline-image\" title=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- 2026 - Future -->\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-marker\"><\/div>\r\n                <div class=\"timeline-content\">\r\n                    <div class=\"timeline-year\">2026+<\/div>\r\n                    <h3 class=\"timeline-title\">Towards the Future<\/h3>\r\n                    <p class=\"timeline-text\">With the goal of becoming the most preferred brand globally in the cleaning machinery sector by 2028, we continue to grow with our innovative products and strong global network.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <script>\r\n        \/\/ Scroll Animation\r\n        const observerOptions = {\r\n            threshold: 0.2,\r\n            rootMargin: '0px 0px -100px 0px'\r\n        };\r\n\r\n        const observer = new IntersectionObserver((entries) => {\r\n            entries.forEach(entry => {\r\n                if (entry.isIntersecting) {\r\n                    entry.target.classList.add('visible');\r\n                }\r\n            });\r\n        }, observerOptions);\r\n\r\n        document.querySelectorAll('.timeline-item').forEach(item => {\r\n            observer.observe(item);\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-093006c e-flex e-con-boxed e-con e-parent\" data-id=\"093006c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0cf5eb7 wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"0cf5eb7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-default wd-title-style-default wd-title-size-default text-center\">\n\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-l\">Trusted By<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4022908 elementor-widget elementor-widget-Google\" data-id=\"4022908\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"Google.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<pre class=\"ti-widget\"><template id=\"trustindex-google-widget-html\"><div class=\" ti-widget  ti-goog ti-review-text-mode-readmore ti-text-align-left\" data-no-translation=\"true\" data-plugin-version=\"13.2.9\" data-layout-id=\"13\" data-layout-category=\"slider\" data-set-id=\"light-background\" data-pid=\"\" data-language=\"tr\" data-close-locale=\"Kapal\u0131\" data-review-target-width=\"275\" data-css-version=\"2\" data-reply-by-locale=\"Sahibinden cevap\" data-only-rating-locale=\"Bu kullan\u0131c\u0131 sadece bir puan b\u0131rakt\u0131.\" data-pager-autoplay-timeout=\"6\"> <div class=\"ti-widget-container ti-col-4\"> <div class=\"ti-footer source-Google\"> <div class=\"ti-row\"> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh5.googleusercontent.com\/-U5iEFVlsMUU\/AAAAAAAAAAI\/AAAAAAAAAAA\/sQ0_mfh8jNs\/s160-p-k-no-ns-nd\/photo.jpg\" alt=\"Gar-Mak Mechanical Engineering Co. Ltd\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Gar-Mak Mechanical Engineering Co. Ltd<\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-rating-text\"> <span class=\"nowrap\"><strong>43 Google de\u011ferlendirme<\/strong><\/span> <\/div> <div class=\"ti-header-write-btn-container\"> <a href=\"https:\/\/admin.trustindex.io\/api\/googleWriteReview?place-id=ChIJzcHXKhk5yhQRCRp_IsAkWhQ\" class=\"ti-header-write-btn\" role=\"button\" aria-label=\"Google i\u00e7in bir inceleme yaz\u0131n\" target=\"_blank\" rel=\"noopener\">Inceleme b\u0131rak<\/a> <\/div>  <\/div> <\/div> <\/div> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Sonraki inceleme\" role=\"button\" tabindex=\"0\"><\/div> <div class=\"ti-prev\" aria-label=\"\u00d6nceki inceleme\" role=\"button\" tabindex=\"0\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">'da yay\u0131nland\u0131<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVXiCLivFeI0BJ7zBhMgdBkEQAqaL4ypAWMsPlcMgh6ke1qS23C=w40-h40-c-rp-mo-br100\" alt=\"Sinan Derman profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Sinan Derman <\/div> <div class=\"ti-date\">3 \u015eubat 2026<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex, incelemenin orijinal kayna\u011f\u0131n\u0131n Google oldu\u011funu do\u011frular.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->\u00d6nemli olan makinay\u0131 almak de\u011fil sat\u0131n ald\u0131ktan sonra \u00fcreticinin makinan\u0131n arkas\u0131nda durmas\u0131 servis hizmeti vermesidir .. En iyi makinay\u0131da alsan servis hizmeti iyi de\u011filse peri\u015fan olursun..\nGar-Mak makinaya her arad\u0131\u011f\u0131m\u0131zda \u00e7ok ilgililer ..\nHemen gerekeni yapmak i\u00e7in ellerinden geleni yap\u0131yorlar .. \u00c7al\u0131\u015ft\u0131\u011f\u0131n firmaya h\u0131zl\u0131 ula\u015fabilmek \u00e7ok \u00f6nemli ..<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Saklamak\" data-open-text=\"Daha fazla oku\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">'da yay\u0131nland\u0131<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJ8a5mIyFAsc9oeLHFpOTCM8DLdM1vgTe3Ty2255E9IZBYOwg=w40-h40-c-rp-mo-br100\" alt=\"Umut Tiryaki profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Umut Tiryaki <\/div> <div class=\"ti-date\">23 Ocak 2026<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex, incelemenin orijinal kayna\u011f\u0131n\u0131n Google oldu\u011funu do\u011frular.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Sipari\u015f etti\u011fim \u00fcr\u00fcn stokta kalmad\u0131\u011f\u0131 halde beni ma\u011fdur etmemek ad\u0131na muadil bir \u00fcr\u00fcn bularak g\u00f6ndermek i\u00e7in gayret g\u00f6steren herkese, \u00f6zellikle Ahmet Bey\u2019e nazik, ilgili, \u00e7\u00f6z\u00fcm odakl\u0131 ve d\u00fcr\u00fcst yakla\u015f\u0131m\u0131 i\u00e7in te\u015fekk\u00fcr ederim.\n\n\"Muadil \u00fcr\u00fcnden kaynakl\u0131 fiyat fark\u0131 olu\u015ftuysa bunu \u00f6demek isterim\" dememe ra\u011fmen, \"Fiyat fark\u0131 olsa dahi bunu sizden talep edemeyiz\" diyerek basiretli tacir anlay\u0131\u015f\u0131n\u0131n \u00e7ok g\u00fczel bir \u00f6rne\u011fini g\u00f6sterdiler.\n\n\u00dcr\u00fcn bedeli firma a\u00e7\u0131s\u0131ndan k\u00fc\u00e7\u00fck bir tutar olmas\u0131na kar\u015f\u0131n, benim i\u00e7in sorunumu gidermesi anlam\u0131nda ta\u015f\u0131d\u0131\u011f\u0131 \u00f6nemi dikkate alarak ayn\u0131 \u00f6zen ve hassasiyetle yakla\u015fmalar\u0131 ayr\u0131ca \u00e7ok k\u0131ymetliydi.\n\nG\u00fcvenle al\u0131\u015fveri\u015f yapabilece\u011finiz Gar-Mak Makine\u2019yi g\u00f6n\u00fcl rahatl\u0131\u011f\u0131yla tavsiye ederim.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Saklamak\" data-open-text=\"Daha fazla oku\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">'da yay\u0131nland\u0131<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKxNBC2ogteji8T7IUPxjwcDWeThOkI7JGF9J9W3mU2EbdyAA=w40-h40-c-rp-mo-br100\" alt=\"Turan Cinokur profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Turan Cinokur <\/div> <div class=\"ti-date\">17 Ekim 2025<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex, incelemenin orijinal kayna\u011f\u0131n\u0131n Google oldu\u011funu do\u011frular.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Kendilerinden uzun zamand\u0131r par\u00e7a al\u0131r\u0131m piyasada sat\u0131lan par\u00e7alardan \u00e7ok kaliteli par\u00e7a g\u00f6nderiyorlar alakalar\u0131 ve hitaplari \u00e7ok yak\u0131n ve yard\u0131mc\u0131 oluyorlar .Bir ka\u00e7 yerden par\u00e7a ald\u0131m ama garmak ba\u015fka kesinlikle.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Saklamak\" data-open-text=\"Daha fazla oku\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">'da yay\u0131nland\u0131<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLVgdKFqDZ2Kn42pssmCTgrUl0KZ7DM7gZwNHBv2Prjn6_Atw=w40-h40-c-rp-mo-ba12-br100\" alt=\"Salim Salim profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Salim Salim <\/div> <div class=\"ti-date\">23 Eyl\u00fcl 2025<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex, incelemenin orijinal kayna\u011f\u0131n\u0131n Google oldu\u011funu do\u011frular.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->\u0645\u0645\u062a\u0627\u0632<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Saklamak\" data-open-text=\"Daha fazla oku\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">'da yay\u0131nland\u0131<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJ9CE_rrTjUMQ__QvlcOGOSMojg8AApcO86xcrbNuU0t8xaa2E=w40-h40-c-rp-mo-br100\" alt=\"Mustafa SA\u0130T Emektar profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Mustafa SA\u0130T Emektar <\/div> <div class=\"ti-date\">25 A\u011fustos 2025<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex, incelemenin orijinal kayna\u011f\u0131n\u0131n Google oldu\u011funu do\u011frular.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Yakla\u015f\u0131k 3 y\u0131ld\u0131r otomatik s\u00fcp\u00fcrge kulaniyorum 2 yildirda otomatik makina kulaniyorum hem bizim firmam\u0131z ad\u0131na arti\u015f oldu me onzor zaman\u0131m\u0131zda gar Mak olarak yan\u0131m\u0131zda oldular burdan t\u00fcm gar Mak ailesine te\u015fekur ederim<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Saklamak\" data-open-text=\"Daha fazla oku\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">'da yay\u0131nland\u0131<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJ0E1Xo-fWYorGFc9zqkIVzTk2FmnLv0NW9Mg5sENExMCw7ew=w40-h40-c-rp-mo-br100\" alt=\"mehmet yorulmaz profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> mehmet yorulmaz <\/div> <div class=\"ti-date\">25 A\u011fustos 2025<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex, incelemenin orijinal kayna\u011f\u0131n\u0131n Google oldu\u011funu do\u011frular.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Muhte\u015fem makinalar inan\u0131lmaz ilgi alaka \u00f6zg\u00fcr bey ve adem usta destekleriniz i\u00e7in te\u015fekk\u00fcr ederim harikasiniz kesinlikle tavsiye ederim param\u0131z her kuru\u015funa kadar helal olsun<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Saklamak\" data-open-text=\"Daha fazla oku\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div>   <div class=\"ti-verified-by ti-verified-by-row\" data-style=\"1\"> <div class=\"ti-inner\"> Do\u011frulayan: Trustindex <span class=\"ti-info-icon\"><\/span> <div class=\"ti-disclaimer\">Trustindex do\u011frulanm\u0131\u015f rozeti, G\u00fcvenin Evrensel Sembol\u00fcd\u00fcr. Sadece en iyi \u015firketler, 4.5 \u00fczerinde bir de\u011ferlendirme puan\u0131na sahip olan do\u011frulanm\u0131\u015f rozeti alabilir, son 12 ay i\u00e7inde m\u00fc\u015fteri incelemelerine dayal\u0131 olarak. <a href=\"https:\/\/www.trustindex.io\/?a=sys&amp;c=wp-verified-badge&amp;url=\/the-trustindex-verified-badge\/\" target=\"_blank\" rel=\"noopener\">Daha fazla oku<\/a><\/div> <\/div> <\/div>  <\/div> <\/div> <\/div> <\/template><\/pre><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?wp-widget\" data-template-id=\"trustindex-google-widget-html\" data-css-url=\"https:\/\/gar-mak.com\/wp-content\/uploads\/trustindex-google-widget.css?1774286252\"><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>About Us &#8211; Gar-Mak Gar-Mak Leading the cleaning industry with innovative technologies since 1978 47 Years of Experience 56 Export<\/p>\n","protected":false},"author":2,"featured_media":32092,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-32096","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/gar-mak.com\/ar\/wp-json\/wp\/v2\/pages\/32096","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gar-mak.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gar-mak.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gar-mak.com\/ar\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/gar-mak.com\/ar\/wp-json\/wp\/v2\/comments?post=32096"}],"version-history":[{"count":0,"href":"https:\/\/gar-mak.com\/ar\/wp-json\/wp\/v2\/pages\/32096\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gar-mak.com\/ar\/wp-json\/wp\/v2\/media\/32092"}],"wp:attachment":[{"href":"https:\/\/gar-mak.com\/ar\/wp-json\/wp\/v2\/media?parent=32096"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}