{"id":4739,"date":"2024-10-17T14:11:40","date_gmt":"2024-10-17T11:11:40","guid":{"rendered":"https:\/\/www.tyche.com.tr\/hakkimizda\/"},"modified":"2025-12-08T15:01:46","modified_gmt":"2025-12-08T12:01:46","slug":"about-us","status":"publish","type":"page","link":"https:\/\/www.tyche.com.tr\/en\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4739\" class=\"elementor elementor-4739 elementor-367\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4445e75 e-con-full e-flex sc_layouts_column_icons_position_left e-con e-parent\" data-id=\"4445e75\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f1ee20f sc_fly_static elementor-widget elementor-widget-shortcode\" data-id=\"f1ee20f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"4723\" class=\"elementor elementor-4723 elementor-4108\">\n\t\t\t\t<div class=\"elementor-element elementor-element-99b5844 e-con-full e-flex sc_layouts_column_icons_position_left e-con e-parent\" data-id=\"99b5844\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-750e30f sc_fly_static elementor-widget elementor-widget-html\" data-id=\"750e30f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ELEMENTOR HTML WIDGET: PAGE HEADER -->\n<div id=\"tyche-header-wrapper\">\n    <style>\n        \/* Font Import *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&display=swap');\n\n        \/* \n           CSS SCOPING\n        *\/\n        #tyche-header-wrapper {\n            --ph-primary: #005d4f;       \/* Corporate Green *\/\n            --ph-secondary: #b60644;     \/* Corporate Red *\/\n            --ph-white: #ffffff;\n            \n            width: 100%;\n            font-family: 'Poppins', sans-serif;\n            box-sizing: border-box;\n        }\n\n        #tyche-header-wrapper *,\n        #tyche-header-wrapper *::before,\n        #tyche-header-wrapper *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        \/* HEADER AREA *\/\n        #tyche-header-wrapper .page-header {\n            position: relative;\n            \/* Height adjustment: Stretches according to content but provides spaciousness with min-height *\/\n            padding: 140px 20px 100px 20px; \n            \/* Default Background (Can be overridden with CSS per page) *\/\n            background-image: url('\/wp-content\/uploads\/2025\/12\/tyche-banner-scaled.webp');\n            background-size: cover;\n            background-position: left;\n            background-attachment: inherit !important; \/* Parallax Effect *\/\n            overflow: hidden;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n        }\n\n        \/* Dark Green Overlay (For Text Readability) *\/\n        #tyche-header-wrapper .page-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            \/* Light gradient corporate green from left to right *\/\n            background: linear-gradient(135deg, rgba(5, 34, 27, 0.85) 0%, rgba(0, 93, 79, 0.75) 100%);\n            z-index: 1;\n        }\n\n        \/* Content Container *\/\n        #tyche-header-wrapper .header-content {\n            position: relative;\n            z-index: 2;\n            width: 100%;\n            max-width: 1140px;\n            margin: 0 auto;\n        }\n\n        \/* PAGE HEADER (H1) *\/\n        #tyche-header-wrapper h1.entry-title {\n            font-family: 'Poppins', sans-serif;\n            font-weight: 600;\n            font-size: 56px;\n            line-height: 1.2;\n            color: var(--ph-white);\n            margin: 0 0 20px 0;\n            letter-spacing: -1px;\n            text-transform: capitalize;\n            text-shadow: 0 4px 20px rgba(0,0,0,0.1);\n        }\n\n        \/* BREADCRUMB (Path Map) *\/\n        #tyche-header-wrapper .breadcrumbs {\n            font-family: 'Poppins', sans-serif;\n            font-size: 15px;\n            font-weight: 500;\n            color: rgba(255, 255, 255, 0.9);\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 12px;\n            background: rgba(255, 255, 255, 0.12); \/* Lightly transparent box *\/\n            padding: 10px 28px;\n            border-radius: 50px;\n            backdrop-filter: blur(8px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        }\n\n        #tyche-header-wrapper .breadcrumbs a {\n            color: var(--ph-white);\n            text-decoration: none;\n            transition: opacity 0.3s;\n            opacity: 0.9;\n        }\n\n        #tyche-header-wrapper .breadcrumbs a:hover {\n            opacity: 1;\n            text-decoration: underline;\n        }\n\n        #tyche-header-wrapper .breadcrumbs .separator {\n            font-size: 10px;\n            opacity: 0.6;\n            display: flex;\n            align-items: center;\n        }\n\n        #tyche-header-wrapper .breadcrumbs .current {\n            color: var(--ph-secondary); \/* Active page red *\/\n            font-weight: 700;\n            background: rgba(255,255,255,0.9);\n            color: var(--ph-primary); \/* or dark green *\/\n            padding: 2px 10px;\n            border-radius: 4px;\n            font-size: 14px;\n        }\n\n        \/* RESPONSIVE *\/\n        @media (max-width: 991px) {\n            #tyche-header-wrapper .page-header {\n                padding: 100px 20px 60px 20px;\n            }\n            #tyche-header-wrapper h1.entry-title {\n                font-size: 42px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            #tyche-header-wrapper .page-header {\n                padding: 80px 20px 50px 20px;\n                background-attachment: scroll !important; \n            }\n            #tyche-header-wrapper h1.entry-title {\n                font-size: 32px;\n            }\n            #tyche-header-wrapper .breadcrumbs {\n                font-size: 13px;\n                padding: 8px 20px;\n                flex-wrap: wrap;\n            }\n        }\n    <\/style>\n\n    <div class=\"page-header\">\n        <div class=\"header-content\">\n            \n            <!-- HEADER (to be filled with JS) -->\n            <h1 class=\"entry-title\"><\/h1> \n\n            <!-- BREADCRUMB -->\n            <div class=\"breadcrumbs\">\n                <a href=\"\/\">Home<\/a>\n                <span class=\"separator\"><svg width=\"6\" height=\"10\" viewBox=\"0 0 6 10\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M1 1L5 5L1 9\"\/><\/svg><\/span>\n                <!-- Active page (to be filled with JS) -->\n                <span class=\"current\"><\/span>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            \/\/ 1. Get Page Title\n            let pageTitle = document.title;\n            \n            \/\/ 2. Remove Site Name Suffixes (e.g., \"About Us \u2013 Tyche\" -> \"About Us\")\n            const separators = ['\u2013', '-', '|'];\n            for (const sep of separators) {\n                if (pageTitle.includes(sep)) {\n                    pageTitle = pageTitle.split(sep)[0].trim();\n                    break;\n                }\n            }\n\n            \/\/ 3. Write the Title to H1\n            const titleEl = document.querySelector('#tyche-header-wrapper .entry-title');\n            if (titleEl) {\n                \/\/ If we are in the Elementor editor and the title is empty, add a placeholder\n                if (pageTitle === \"\" || pageTitle === \"Elementor\") {\n                    titleEl.innerText = \"Page Title\";\n                } else {\n                    titleEl.innerText = pageTitle;\n                }\n            }\n\n            \/\/ 4. Write to Breadcrumb\n            const breadcrumbEl = document.querySelector('#tyche-header-wrapper .breadcrumbs .current');\n            if (breadcrumbEl) {\n                breadcrumbEl.innerText = pageTitle || \"Page\";\n            }\n        });\n    <\/script>\n\n<\/div>\n<!-- ELEMENTOR HTML WIDGET END -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e0dfb09 e-flex e-con-boxed sc_layouts_column_icons_position_left e-con e-parent\" data-id=\"e0dfb09\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c0d0cd5 sc_fly_static elementor-widget elementor-widget-html\" data-id=\"c0d0cd5\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ELEMENTOR HTML WIDGET: ABOUT US -->\n<div id=\"tyche-about-wrapper\">\n    <style>\n        \/* Font Import *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&display=swap');\n\n        \/* \n           CSS SCOPING\n        *\/\n        #tyche-about-wrapper {\n            --ab-primary: #005d4f;       \/* Corporate Green *\/\n            --ab-secondary: #b60644;     \/* Corporate Red *\/\n            \n            \/* Specific Color Codes *\/\n            --ab-heading-color: rgb(5, 34, 27);\n            --ab-text-color: rgb(114, 123, 121);\n            \n            --ab-bg-light: #f8fafc;\n            --ab-border: #e2e8f0;\n            --ab-white: #ffffff;\n            \n            width: 100%;\n            font-family: 'Poppins', sans-serif;\n            color: var(--ab-text-color);\n            line-height: 1.6;\n            box-sizing: border-box;\n            background-color: var(--ab-white);\n        }\n\n        #tyche-about-wrapper *,\n        #tyche-about-wrapper *::before,\n        #tyche-about-wrapper *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        \/* Layout *\/\n        #tyche-about-wrapper .ab-section {\n            padding: 60px 20px;\n            width: 100%;\n            position: relative;\n        }\n\n        #tyche-about-wrapper .ab-section.bg-light {\n            background-color: var(--ab-bg-light);\n        }\n\n        #tyche-about-wrapper .ab-container {\n            max-width: 1140px;\n            margin: 0 auto;\n            width: 100%;\n            position: relative;\n            z-index: 2;\n        }\n\n        \/* Typography *\/\n        #tyche-about-wrapper .ab-heading-xl {\n            font-family: 'Poppins', sans-serif;\n            font-style: normal;\n            font-weight: 400;\n            font-size: 47px;\n            line-height: 53px;\n            color: var(--ab-heading-color);\n            margin-bottom: 20px;\n        }\n\n        #tyche-about-wrapper .ab-heading-lg {\n            font-size: 30px;\n            font-weight: 400;\n            color: var(--ab-heading-color);\n            margin-bottom: 16px;\n            line-height: 1.3;\n        }\n\n        #tyche-about-wrapper .ab-heading-md {\n            font-size: 20px;\n            font-weight: 600;\n            color: var(--ab-heading-color);\n            margin-bottom: 8px;\n            line-height: 1.4;\n        }\n\n        #tyche-about-wrapper .ab-eyebrow {\n            font-size: 13px;\n            font-weight: 600;\n            letter-spacing: 1.5px;\n            text-transform: uppercase;\n            color: var(--ab-primary);\n            margin-bottom: 12px;\n            display: block;\n        }\n\n        #tyche-about-wrapper p {\n            font-family: 'Poppins', sans-serif;\n            font-style: normal;\n            font-weight: 400;\n            font-size: 16px;\n            line-height: 26px;\n            color: var(--ab-text-color);\n            margin-bottom: 24px;\n        }\n\n        \/* Image & Text Split *\/\n        #tyche-about-wrapper .split-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 50px;\n            align-items: center;\n        }\n\n        #tyche-about-wrapper .image-holder {\n            width: 100%;\n            height: 100%;\n            min-height: 400px;\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.08);\n            position: relative;\n        }\n\n        #tyche-about-wrapper .image-holder img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n        }\n\n        \/* Timeline *\/\n        #tyche-about-wrapper .timeline-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n            position: relative;\n        }\n\n        #tyche-about-wrapper .timeline-item {\n            position: relative;\n            padding-left: 30px;\n            margin-bottom: 30px;\n            border-left: 2px solid #e2e8f0;\n        }\n\n        #tyche-about-wrapper .timeline-item:last-child {\n            border-left: 2px solid transparent;\n        }\n\n        #tyche-about-wrapper .timeline-item::before {\n            content: '';\n            position: absolute;\n            left: -6px;\n            top: 0;\n            width: 10px;\n            height: 10px;\n            border-radius: 50%;\n            background: var(--ab-primary);\n        }\n\n        #tyche-about-wrapper .tl-year {\n            font-size: 18px;\n            font-weight: 700;\n            color: var(--ab-primary);\n            display: block;\n            margin-bottom: 4px;\n        }\n\n        #tyche-about-wrapper .tl-text {\n            font-size: 15px;\n            line-height: 1.5;\n            color: var(--ab-text-color);\n            margin: 0;\n        }\n\n        \/* Feature List *\/\n        #tyche-about-wrapper .feature-list {\n            margin-top: 30px;\n            display: flex;\n            flex-direction: column;\n            gap: 24px;\n        }\n\n        #tyche-about-wrapper .feature-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 20px;\n        }\n\n        #tyche-about-wrapper .feature-icon {\n            width: 60px;\n            height: 60px;\n            flex-shrink: 0;\n        }\n\n        #tyche-about-wrapper .feature-icon img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        #tyche-about-wrapper .feature-content h4 {\n            font-size: 18px;\n            font-weight: 600;\n            color: var(--ab-heading-color);\n            margin: 0 0 6px 0;\n        }\n\n        #tyche-about-wrapper .feature-content p {\n            font-size: 15px;\n            margin: 0;\n            line-height: 1.5;\n        }\n\n        \/* Banner *\/\n        #tyche-about-wrapper .wide-banner {\n            width: 100%;\n            height: 500px;\n            background-image: url('https:\/\/www.tyche.com.tr\/wp-content\/uploads\/2025\/12\/hakkimizda-2.jpg');\n            background-attachment: inherit;\n            background-position: center;\n            background-repeat: no-repeat;\n            background-size: cover;\n            position: relative;\n        }\n\n        \/* Buttons *\/\n        #tyche-about-wrapper .btn-link {\n            display: inline-flex;\n            align-items: center;\n            font-weight: 600;\n            color: var(--ab-heading-color);\n            text-decoration: none;\n            transition: 0.3s;\n            gap: 8px;\n            font-size: 16px;\n        }\n\n        #tyche-about-wrapper .btn-link:hover {\n            color: var(--ab-primary);\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 991px) {\n            #tyche-about-wrapper .split-grid {\n                grid-template-columns: 1fr;\n                gap: 32px;\n            }\n            \n            #tyche-about-wrapper .image-holder {\n                min-height: 300px;\n            }\n\n            #tyche-about-wrapper .order-mobile-top {\n                order: -1;\n            }\n\n            #tyche-about-wrapper .ab-heading-xl {\n                font-size: 32px;\n                line-height: 1.3;\n            }\n            \n            #tyche-about-wrapper .wide-banner {\n                height: 300px;\n            }\n        }\n    <\/style>\n\n    <!-- 1. SECTION: ABOUT US -->\n    <section class=\"ab-section\">\n        <div class=\"ab-container\">\n            <div class=\"split-grid\">\n                \n                <!-- Left Image -->\n                <div class=\"image-holder\">\n                    <img decoding=\"async\" src=\"https:\/\/www.tyche.com.tr\/wp-content\/uploads\/2025\/12\/hakkimizda.jpg\" alt=\"Tyche About Us Field\">\n                <\/div>\n\n                <!-- Right Text -->\n                <div class=\"text-content\">\n                    <span class=\"ab-eyebrow\">THE SOIL GAVE ITS HARVEST, WE GAVE VALUE...<\/span>\n                    <h1 class=\"ab-heading-xl\">About Us<\/h1>\n                    <p>\n                        Since 2001, we have been adding value to the crops born from the fertile lands of the Amik Plain. \n                        In our modern facility located in the Antakya Organized Industrial Zone, we process agricultural products \n                        grown in the Amik Plain and \u00c7ukurova while preserving their naturalness and aromatic richness, \n                        transforming them into safe, delicious, and consistently high-quality food products.\n                    <\/p>\n                    \n                    <a href=\"\/en\/contact\/\" class=\"btn-link\">\n                        Contact Us\n                        <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                    <\/a>\n\n                    <div style=\"margin-top: 32px;\">\n                        <h3 class=\"ab-heading-md\">Flavor of the Amik Plain, Assurance of Technology<\/h3>\n                        <p style=\"font-size:15px; margin-bottom:0;\">\n                            In our modern facility in Antakya OIZ, we process the harvests of the Amik Plain and \u00c7ukurova using advanced technology to produce \n                            nature-friendly, reliable, and high-aroma food products.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 2. SECTION: PRODUCTION STORY -->\n    <section class=\"ab-section bg-light\">\n        <div class=\"ab-container\">\n            <div class=\"split-grid\">\n                \n                <!-- Left Text & Timeline -->\n                <div class=\"text-content\">\n                    <span class=\"ab-eyebrow\">SINCE 2001<\/span>\n                    <h2 class=\"ab-heading-xl\" style=\"font-size: 42px;\">A Production Story Beginning in the Amik Plain<\/h2>\n                    <p>\n                        Our facility was established in 2001 in the Amik Plain, within the Antakya Organized Industrial Zone. \n                        The founding purpose was to create a sustainable and reliable food production model that properly evaluates \n                        the agricultural potential of the region.\n                    <\/p>\n                    \n                    <ul class=\"timeline-list\" style=\"margin-top:30px;\">\n                        <li class=\"timeline-item\">\n                            <span class=\"tl-year\">2001<\/span>\n                            <p class=\"tl-text\">The foundations of our facility were laid in the Amik Plain, marking the beginning of our production journey.<\/p>\n                        <\/li>\n                        <li class=\"timeline-item\">\n                            <span class=\"tl-year\">FACILITY DEVELOPMENT<\/span>\n                            <p class=\"tl-text\">Our infrastructure was strengthened with modern processing and filling lines capable of handling different product groups.<\/p>\n                        <\/li>\n                        <li class=\"timeline-item\">\n                            <span class=\"tl-year\">TODAY<\/span>\n                            <p class=\"tl-text\">We continue transforming the abundance of the Amik Plain and \u00c7ukurova into reliable and delicious food products.<\/p>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Right Image -->\n                <div class=\"image-holder order-mobile-top\">\n                    <img decoding=\"async\" src=\"https:\/\/www.tyche.com.tr\/wp-content\/uploads\/2025\/12\/fabrika.jpg\" alt=\"Tyche Factory Exterior\">\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 3. SECTION: PRODUCTION CAPACITY -->\n    <section class=\"ab-section\">\n        <div class=\"ab-container\">\n            <div class=\"split-grid\">\n                \n                <!-- Left Image -->\n                <div class=\"image-holder\">\n                    <img decoding=\"async\" src=\"https:\/\/www.tyche.com.tr\/wp-content\/uploads\/2025\/12\/fabrika-iceri.jpg\" alt=\"Tyche Production Laboratory\">\n                <\/div>\n\n                <!-- Right Text -->\n                <div class=\"text-content\">\n                    <h2 class=\"ab-heading-xl\" style=\"font-size: 42px;\">Modern Production on 20,000 m\u00b2<\/h2>\n                    <p>\n                        Our facility, built on a total area of 20,000 m\u00b2 including 8,500 m\u00b2 of indoor space, features modern infrastructure \n                        that enables production across various food categories. Thanks to our flexible production capabilities, \n                        we quickly adapt to seasonal harvests and changing market demands.\n                    <\/p>\n                    <p>\n                        Raw material intake, processing, cooking, filling, and packaging areas are interconnected through \n                        a process flow designed in line with food safety and hygiene principles. \n                        Thus, every product reaches consumers with the same standard of quality and meticulous care.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 4. SECTION: THE AMIK PLAIN -->\n    <section class=\"ab-section bg-light\">\n        <div class=\"ab-container\">\n            <div class=\"split-grid\">\n                \n                <!-- Left Image -->\n                <div class=\"image-holder\">\n                    <img decoding=\"async\" src=\"https:\/\/www.tyche.com.tr\/wp-content\/uploads\/2025\/12\/hakkimizda-3.jpg\" alt=\"Amik Plain Harvests\">\n                <\/div>\n\n                <!-- Right Features -->\n                <div class=\"text-content\">\n                    <h2 class=\"ab-heading-xl\" style=\"font-size:40px; line-height:1.2;\">We Produce with High-Quality Crops from Fertile Lands<\/h2>\n                    <p>\n                        At the core of our production lies the agricultural harvests grown in the fertile lands of the Amik Plain and \u00c7ukurova. \n                        The region\u2019s climate and soil characteristics give our products high aromatic value and distinctive flavor.\n                    <\/p>\n\n                    <div class=\"feature-list\">\n                        <!-- Item 1 -->\n                        <div class=\"feature-item\">\n                            <div class=\"feature-icon\">\n                                <img decoding=\"async\" src=\"https:\/\/www.tyche.com.tr\/wp-content\/uploads\/2025\/12\/right-region-right-crop-concept-icon-with-map-loc.svg\" alt=\"Icon\">\n                            <\/div>\n                            <div class=\"feature-content\">\n                                <h4>The Right Region, the Right Crop<\/h4>\n                                <p>Crops with high aromatic value, suitable for the soil and climate of the Amik Plain and \u00c7ukurova, are carefully selected.<\/p>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Item 2 -->\n                        <div class=\"feature-item\">\n                            <div class=\"feature-icon\">\n                                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/timely-harvest-and-fast-processing-icon-with-clock.svg\" alt=\"Icon\">\n                            <\/div>\n                            <div class=\"feature-content\">\n                                <h4>Timely Harvest and Fast Processing<\/h4>\n                                <p>Products are harvested at their ideal maturity and processed in our facility as quickly as possible.<\/p>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Item 3 -->\n                        <div class=\"feature-item\">\n                            <div class=\"feature-icon\">\n                                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/flavor-preserving-technology-icon-with-shield-prot.svg\" alt=\"Icon\">\n                            <\/div>\n                            <div class=\"feature-content\">\n                                <h4>Flavor-Preserving Technology<\/h4>\n                                <p>With the right processes and technologies, the color, aroma, and flavor of the products are preserved until they reach the table.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 5. SECTION: FULL-WIDTH BANNER -->\n    <section style=\"padding: 0;\">\n        <div class=\"wide-banner\"><\/div>\n    <\/section>\n\n    <!-- 6. SECTION: LOOKING TO THE FUTURE -->\n    <section class=\"ab-section\" style=\"padding-top:80px; padding-bottom:80px;\">\n        <div class=\"ab-container\">\n            <div style=\"text-align:center; max-width:900px; margin:0 auto;\">\n                <h2 class=\"ab-heading-xl\" style=\"font-size:42px;\">From the Abundance of the Region<br>To a Value Extending into the Future<\/h2>\n                <p>\n                    Today, we carry the responsibility of transforming the abundance of the Amik Plain and \u00c7ukurova \n                    into value-added food products. For tomorrow, our goal is to maintain the strength of this geography, \n                    grow our production sustainably, and expand our product range and markets with strategic steps.\n                <\/p>\n                <p>\n                    Each season, we work to better utilize what the land offers, improve our production processes, \n                    and meet consumer expectations even more effectively. \n                    At the core of our long-term approach lies a sense of stability and reliability befitting the phrase: \n                    \u201cthe soil gave its harvest, we gave value.\u201d\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>\n<!-- END ELEMENTOR HTML WIDGET -->\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>THE SOIL GAVE ITS HARVEST, WE&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4739","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.tyche.com.tr\/en\/wp-json\/wp\/v2\/pages\/4739","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tyche.com.tr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.tyche.com.tr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.tyche.com.tr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tyche.com.tr\/en\/wp-json\/wp\/v2\/comments?post=4739"}],"version-history":[{"count":11,"href":"https:\/\/www.tyche.com.tr\/en\/wp-json\/wp\/v2\/pages\/4739\/revisions"}],"predecessor-version":[{"id":4946,"href":"https:\/\/www.tyche.com.tr\/en\/wp-json\/wp\/v2\/pages\/4739\/revisions\/4946"}],"wp:attachment":[{"href":"https:\/\/www.tyche.com.tr\/en\/wp-json\/wp\/v2\/media?parent=4739"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}