{"id":2158,"date":"2025-12-16T16:11:42","date_gmt":"2025-12-16T16:11:42","guid":{"rendered":"https:\/\/tif2026.com\/?page_id=2158"},"modified":"2025-12-26T11:34:02","modified_gmt":"2025-12-26T11:34:02","slug":"about-us","status":"publish","type":"page","link":"https:\/\/tif2026.com\/tr\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>About Us &#8211; TIF 2026<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 60px 20px;\n        }\n\n        .section {\n            background: white;\n            border-radius: 20px;\n            padding: 50px;\n            margin-bottom: 40px;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);\n            animation: fadeInUp 0.8s ease-out;\n        }\n\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .section-title {\n            font-size: 2.5em;\n            margin-bottom: 30px;\n            background: linear-gradient(135deg, #1e3a8a 0%, #4c1d95 50%, #dc2626 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            font-weight: 700;\n        }\n\n        .section-subtitle {\n            font-size: 1.8em;\n            color: #1e3a8a;\n            margin-bottom: 20px;\n            font-weight: 600;\n        }\n\n        .intro-section {\n            background: linear-gradient(135deg, #1e3a8a 0%, #4c1d95 100%);\n            color: white;\n            text-align: center;\n        }\n\n        .intro-section .section-title {\n            -webkit-text-fill-color: white;\n            font-size: 3em;\n        }\n\n        .intro-text {\n            font-size: 1.3em;\n            line-height: 1.8;\n            margin-bottom: 20px;\n        }\n\n        .highlight {\n            color: #dc2626;\n            font-weight: 600;\n        }\n\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin-top: 40px;\n        }\n\n        .stat-card {\n            background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);\n            border-left: 5px solid #1e3a8a;\n            padding: 30px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .stat-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);\n        }\n\n        .stat-card.purple {\n            border-left-color: #4c1d95;\n        }\n\n        .stat-card.red {\n            border-left-color: #dc2626;\n        }\n\n        .stat-number {\n            font-size: 3em;\n            font-weight: 700;\n            background: linear-gradient(135deg, #1e3a8a 0%, #4c1d95 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            margin-bottom: 10px;\n        }\n\n        .stat-label {\n            font-size: 1.1em;\n            color: #666;\n            font-weight: 500;\n        }\n\n        .icon {\n            font-size: 3em;\n            margin-bottom: 20px;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-top: 30px;\n        }\n\n        .feature-card {\n            background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);\n            padding: 35px;\n            border-radius: 15px;\n            border: 2px solid #e5e7eb;\n            transition: all 0.3s ease;\n        }\n\n        .feature-card:hover {\n            border-color: #1e3a8a;\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(30, 58, 138, 0.1);\n        }\n\n        .feature-icon {\n            font-size: 2.5em;\n            margin-bottom: 15px;\n        }\n\n        .feature-title {\n            font-size: 1.4em;\n            color: #1e3a8a;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n\n        .feature-text {\n            color: #666;\n            line-height: 1.7;\n            font-size: 1.05em;\n        }\n\n        .mission-vision-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\n            gap: 40px;\n            margin-top: 30px;\n        }\n\n        .mv-card {\n            padding: 40px;\n            border-radius: 20px;\n            color: white;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .mv-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: inherit;\n            opacity: 0.9;\n            z-index: 1;\n        }\n\n        .mv-card > * {\n            position: relative;\n            z-index: 2;\n        }\n\n        .mission-card {\n            background: linear-gradient(135deg, #1e3a8a 0%, #4c1d95 100%);\n        }\n\n        .vision-card {\n            background: linear-gradient(135deg, #4c1d95 0%, #dc2626 100%);\n        }\n\n        .mv-icon {\n            font-size: 3em;\n            margin-bottom: 20px;\n        }\n\n        .mv-title {\n            font-size: 2em;\n            margin-bottom: 20px;\n            font-weight: 700;\n        }\n\n        .mv-text {\n            font-size: 1.15em;\n            line-height: 1.8;\n        }\n\n        .partners-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n            margin-top: 30px;\n        }\n\n        .partner-card {\n            background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);\n            padding: 30px;\n            border-radius: 15px;\n            text-align: center;\n            border: 2px solid #e5e7eb;\n            transition: all 0.3s ease;\n        }\n\n        .partner-card:hover {\n            border-color: #4c1d95;\n            transform: scale(1.05);\n            box-shadow: 0 10px 30px rgba(76, 29, 149, 0.15);\n        }\n\n        .partner-icon {\n            font-size: 3em;\n            margin-bottom: 15px;\n        }\n\n        .partner-name {\n            font-size: 1.3em;\n            color: #1e3a8a;\n            font-weight: 600;\n        }\n\n        .timeline {\n            position: relative;\n            padding: 30px 0;\n            margin-top: 30px;\n        }\n\n        .timeline-item {\n            display: flex;\n            align-items: center;\n            margin-bottom: 30px;\n            position: relative;\n        }\n\n        .timeline-year {\n            font-size: 2em;\n            font-weight: 700;\n            color: #1e3a8a;\n            min-width: 120px;\n        }\n\n        .timeline-content {\n            background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);\n            padding: 25px 30px;\n            border-radius: 15px;\n            border-left: 5px solid #4c1d95;\n            flex: 1;\n            margin-left: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n\n        .timeline-content h3 {\n            color: #4c1d95;\n            margin-bottom: 10px;\n            font-size: 1.3em;\n        }\n\n        .timeline-content p {\n            color: #666;\n            line-height: 1.7;\n        }\n\n        .value-proposition {\n            background: linear-gradient(135deg, #dc2626 0%, #4c1d95 100%);\n            color: white;\n            padding: 50px;\n            border-radius: 20px;\n            margin-top: 30px;\n            text-align: center;\n        }\n\n        .value-proposition h3 {\n            font-size: 2em;\n            margin-bottom: 20px;\n        }\n\n        .value-proposition p {\n            font-size: 1.2em;\n            line-height: 1.8;\n        }\n\n        @media (max-width: 768px) {\n            .container {\n                padding: 30px 15px;\n            }\n\n            .section {\n                padding: 30px 20px;\n            }\n\n            .section-title {\n                font-size: 2em;\n            }\n\n            .intro-section .section-title {\n                font-size: 2.2em;\n            }\n\n            .stats-grid,\n            .features-grid,\n            .partners-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .mission-vision-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .timeline-item {\n                flex-direction: column;\n                align-items: flex-start;\n            }\n\n            .timeline-content {\n                margin-left: 0;\n                margin-top: 15px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <!-- Introduction Section -->\n        <section class=\"section intro-section\">\n            <div class=\"icon\">\ud83c\udfdb\ufe0f<\/div>\n            <h1 class=\"section-title\">Turkey Investment Forum 2026<\/h1>\n            <p class=\"intro-text\">\n                <strong>Turkey Investment Forum (TIF)<\/strong> is T\u00fcrkiye&#8217;s premier <span class=\"highlight\">B2B tourism investment platform<\/span>, \n                bringing together international investors, financial institutions, and global hotel brands to unlock unprecedented opportunities \n                in one of the world&#8217;s most dynamic tourism markets.\n            <\/p>\n            <p class=\"intro-text\">\n                As the country&#8217;s leading pure B2B platform dedicated to tourism investments, TIF serves as the definitive meeting point \n                where vision meets capital, and strategic partnerships are forged.\n            <\/p>\n        <\/section>\n\n        <!-- About TTYD Section -->\n        <section class=\"section\">\n            <h2 class=\"section-title\">About TTYD<\/h2>\n            <div class=\"timeline\">\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-year\">1988<\/div>\n                    <div class=\"timeline-content\">\n                        <h3>Foundation<\/h3>\n                        <p>The <strong>Turkish Tourism Investors Association (TTYD)<\/strong> was established, marking the beginning of a journey to shape T\u00fcrkiye&#8217;s tourism investment landscape.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-year\">2020<\/div>\n                    <div class=\"timeline-content\">\n                        <h3>TIF Launch<\/h3>\n                        <p>Building on <strong>36 years of expertise<\/strong>, TTYD launched the Turkey Investment Forum, creating a dedicated B2B platform focused exclusively on tourism investments.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-year\">2026<\/div>\n                    <div class=\"timeline-content\">\n                        <h3>Present Day<\/h3>\n                        <p>TIF has evolved into an annual flagship event, setting the standard for tourism investment forums globally with targeted investor-project matchmaking and strategic networking.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"features-grid\" style=\"margin-top: 50px;\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83c\udfaf<\/div>\n                    <div class=\"feature-title\">Industry Leadership<\/div>\n                    <div class=\"feature-text\">With over three decades of experience, TTYD represents the collective voice of T\u00fcrkiye&#8217;s tourism investors, driving policy and industry standards.<\/div>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83e\udd1d<\/div>\n                    <div class=\"feature-title\">Deep Expertise<\/div>\n                    <div class=\"feature-text\">36 years of accumulated knowledge in tourism development, investment facilitation, and stakeholder engagement across global markets.<\/div>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83c\udf1f<\/div>\n                    <div class=\"feature-title\">Trusted Network<\/div>\n                    <div class=\"feature-text\">Extensive relationships with international investors, hotel brands, financial institutions, and government agencies worldwide.<\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Mission & Vision Section -->\n        <section class=\"section\">\n            <h2 class=\"section-title\">Our Mission &#038; Vision<\/h2>\n            <div class=\"mission-vision-grid\">\n                <div class=\"mv-card mission-card\">\n                    <div class=\"mv-icon\">\ud83c\udfaf<\/div>\n                    <div class=\"mv-title\">Our Mission<\/div>\n                    <div class=\"mv-text\">\n                        To create a world-class B2B platform that connects international investors, financial institutions, \n                        and global hotel brands with T\u00fcrkiye&#8217;s exceptional tourism investment opportunities. We facilitate \n                        targeted investor-project matchmaking, strategic networking, and knowledge exchange to drive sustainable \n                        growth in the tourism sector.\n                    <\/div>\n                <\/div>\n                <div class=\"mv-card vision-card\">\n                    <div class=\"mv-icon\">\ud83d\ude80<\/div>\n                    <div class=\"mv-title\">Our Vision<\/div>\n                    <div class=\"mv-text\">\n                        To establish TIF as the global reference point for tourism investments, setting the benchmark for \n                        B2B tourism investment forums worldwide. We aspire to be the catalyst that transforms T\u00fcrkiye into \n                        a top-tier destination for international tourism capital and strategic partnerships.\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Why TIF Section -->\n        <section class=\"section\">\n            <h2 class=\"section-title\">Why TIF?<\/h2>\n            <div class=\"section-subtitle\">\ud83c\uddf9\ud83c\uddf7 T\u00fcrkiye&#8217;s Tourism Powerhouse<\/div>\n            <p style=\"font-size: 1.15em; line-height: 1.8; margin-bottom: 30px; color: #555;\">\n                T\u00fcrkiye stands as a titan in global tourism, combining strategic geographic positioning with unmatched cultural \n                heritage and modern infrastructure. In 2024 alone, the country generated <strong style=\"color: #dc2626;\">$61.1 billion USD<\/strong> \n                in tourism revenue while welcoming <strong style=\"color: #dc2626;\">62.2 million international visitors<\/strong>.\n            <\/p>\n            \n            <div class=\"stats-grid\">\n                <div class=\"stat-card\">\n                    <div class=\"stat-number\">$61.1B<\/div>\n                    <div class=\"stat-label\">Tourism Revenue (2024)<\/div>\n                <\/div>\n                <div class=\"stat-card purple\">\n                    <div class=\"stat-number\">62.2M<\/div>\n                    <div class=\"stat-label\">International Tourists (2024)<\/div>\n                <\/div>\n                <div class=\"stat-card red\">\n                    <div class=\"stat-number\">Top 6<\/div>\n                    <div class=\"stat-label\">Global Tourism Destination<\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"value-proposition\">\n                <h3>\ud83c\udfaf TIF&#8217;s Unique Value Proposition<\/h3>\n                <p>\n                    <strong>Pure B2B Focus:<\/strong> Unlike general tourism conferences, TIF is exclusively dedicated to investment \n                    matchmaking. Every session, every meeting, every connection is designed with one goal: to facilitate tangible \n                    investment opportunities and strategic partnerships in T\u00fcrkiye&#8217;s booming tourism sector.\n                <\/p>\n                <br>\n                <p>\n                    <strong>Targeted Investor-Project Matchmaking:<\/strong> Our proprietary matchmaking system connects qualified \n                    investors with vetted projects, ensuring high-value interactions that lead to real deals. No time wasted on \n                    irrelevant connections\u2014every meeting matters.\n                <\/p>\n            <\/div>\n\n            <div class=\"features-grid\" style=\"margin-top: 40px;\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83d\udcbc<\/div>\n                    <div class=\"feature-title\">Strategic Location<\/div>\n                    <div class=\"feature-text\">At the crossroads of Europe, Asia, and the Middle East, T\u00fcrkiye offers unparalleled access to 1.5 billion potential tourists within a 4-hour flight radius.<\/div>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83d\udcc8<\/div>\n                    <div class=\"feature-title\">Growing Market<\/div>\n                    <div class=\"feature-text\">Year-over-year tourism growth with government support, infrastructure investments, and increasing international demand creating robust ROI potential.<\/div>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83c\udfd7\ufe0f<\/div>\n                    <div class=\"feature-title\">Investment Opportunities<\/div>\n                    <div class=\"feature-text\">From luxury resorts to boutique hotels, wellness centers to integrated tourism complexes\u2014diverse opportunities across all segments and regions.<\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Our Impact Section -->\n        <section class=\"section\">\n            <h2 class=\"section-title\">Our Impact<\/h2>\n            <p style=\"font-size: 1.15em; line-height: 1.8; margin-bottom: 40px; color: #555;\">\n                Since inception, TIF has become the cornerstone event for tourism investment in T\u00fcrkiye, consistently delivering \n                exceptional value to participants and driving real investment outcomes.\n            <\/p>\n            \n            <div class=\"stats-grid\">\n                <div class=\"stat-card\">\n                    <div class=\"stat-number\">3,000+<\/div>\n                    <div class=\"stat-label\">Total Participants<\/div>\n                <\/div>\n                <div class=\"stat-card purple\">\n                    <div class=\"stat-number\">500+<\/div>\n                    <div class=\"stat-label\">Expert Speakers<\/div>\n                <\/div>\n                <div class=\"stat-card red\">\n                    <div class=\"stat-number\">150+<\/div>\n                    <div class=\"stat-label\">Sessions &#038; Panels<\/div>\n                <\/div>\n                <div class=\"stat-card\">\n                    <div class=\"stat-number\">80%<\/div>\n                    <div class=\"stat-label\">Return Rate<\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"features-grid\" style=\"margin-top: 50px;\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83c\udf10<\/div>\n                    <div class=\"feature-title\">Global Reach<\/div>\n                    <div class=\"feature-text\">Participants from 50+ countries across Europe, Middle East, Asia, and Americas, creating truly international networking opportunities.<\/div>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83d\udcb0<\/div>\n                    <div class=\"feature-title\">Investment Facilitation<\/div>\n                    <div class=\"feature-text\">Hundreds of qualified investor meetings conducted annually, leading to tangible investment commitments and project partnerships.<\/div>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83c\udfc6<\/div>\n                    <div class=\"feature-title\">Industry Recognition<\/div>\n                    <div class=\"feature-text\">80% return rate demonstrates exceptional value delivery and participant satisfaction, cementing TIF&#8217;s reputation as a must-attend event.<\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Strategic Partners Section -->\n        <section class=\"section\">\n            <h2 class=\"section-title\">Strategic Partners<\/h2>\n            <p style=\"font-size: 1.15em; line-height: 1.8; margin-bottom: 40px; color: #555;\">\n                TIF&#8217;s success is amplified through strategic partnerships with world-leading organizations, ensuring global credibility, \n                extensive reach, and unparalleled access to decision-makers.\n            <\/p>\n            \n            <div class=\"partners-grid\">\n                <div class=\"partner-card\">\n                    <div class=\"partner-icon\">\ud83c\udf0d<\/div>\n                    <div class=\"partner-name\">World Travel &#038; Tourism Council (WTTC)<\/div>\n                    <p style=\"margin-top: 15px; color: #666;\">Global authority representing the travel and tourism private sector, bringing international perspective and credibility.<\/p>\n                <\/div>\n                <div class=\"partner-card\">\n                    <div class=\"partner-icon\">\ud83c\udfdb\ufe0f<\/div>\n                    <div class=\"partner-name\">Investment Office of the Presidency of T\u00fcrkiye<\/div>\n                    <p style=\"margin-top: 15px; color: #666;\">Official government partner providing regulatory support, investor facilitation, and direct access to policymakers.<\/p>\n                <\/div>\n                <div class=\"partner-card\">\n                    <div class=\"partner-icon\">\ud83e\udd1d<\/div>\n                    <div class=\"partner-name\">Questex<\/div>\n                    <p style=\"margin-top: 15px; color: #666;\">Leading global business information and events company, enhancing TIF&#8217;s reach and operational excellence.<\/p>\n                <\/div>\n            <\/div>\n\n            <div style=\"margin-top: 50px; padding: 40px; background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%); border-radius: 15px; border-left: 5px solid #1e3a8a;\">\n                <h3 style=\"color: #1e3a8a; font-size: 1.8em; margin-bottom: 20px;\">\ud83c\udfaf Partnership Benefits<\/h3>\n                <ul style=\"font-size: 1.1em; line-height: 2; color: #555; list-style-position: inside;\">\n                    <li><strong>Global Network Access:<\/strong> Connect with WTTC&#8217;s 200+ member CEOs from the world&#8217;s leading travel companies<\/li>\n                    <li><strong>Government Support:<\/strong> Direct engagement with Turkish government agencies for streamlined investment processes<\/li>\n                    <li><strong>Industry Insights:<\/strong> Access to proprietary research, market intelligence, and trend analysis<\/li>\n                    <li><strong>Media Amplification:<\/strong> International media coverage through Questex&#8217;s extensive platforms<\/li>\n                <\/ul>\n            <\/div>\n        <\/section>\n\n        <!-- Call to Action Section -->\n        <section class=\"section\" style=\"background: linear-gradient(135deg, #1e3a8a 0%, #4c1d95 50%, #dc2626 100%); color: white; text-align: center;\">\n            <div class=\"icon\" style=\"font-size: 4em;\">\ud83d\ude80<\/div>\n            <h2 style=\"color: white; font-size: 2.5em; margin-bottom: 25px;\">Join Us at TIF 2026<\/h2>\n            <p style=\"font-size: 1.3em; line-height: 1.8; margin-bottom: 20px;\">\n                Be part of T\u00fcrkiye&#8217;s premier B2B tourism investment platform. Connect with decision-makers, \n                discover high-potential projects, and forge partnerships that drive growth.\n            <\/p>\n            <p style=\"font-size: 1.2em; font-weight: 600;\">\n                Where Vision Meets Capital. Where Partnerships Are Born.\n            <\/p>\n        <\/section>\n    <\/div>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>About Us &#8211; TIF 2026 \ud83c\udfdb\ufe0f Turkey Investment Forum 2026 Turkey Investment Forum (TIF) is T\u00fcrkiye&#8217;s premier B2B tourism investment platform, bringing together international investors, financial institutions, and global hotel brands to unlock unprecedented opportunities in one of the world&#8217;s most dynamic tourism markets. As the country&#8217;s leading pure B2B platform dedicated to tourism investments, [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-2158","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false,"woocommerce_thumbnail":false,"woocommerce_single":false,"woocommerce_gallery_thumbnail":false},"uagb_author_info":{"display_name":"Furkan Y\u0131lmaz","author_link":"https:\/\/tif2026.com\/tr\/author\/tifttydgmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"About Us &#8211; TIF 2026 \ud83c\udfdb\ufe0f Turkey Investment Forum 2026 Turkey Investment Forum (TIF) is T\u00fcrkiye&#8217;s premier B2B tourism investment platform, bringing together international investors, financial institutions, and global hotel brands to unlock unprecedented opportunities in one of the world&#8217;s most dynamic tourism markets. As the country&#8217;s leading pure B2B platform dedicated to tourism investments,&hellip;","_links":{"self":[{"href":"https:\/\/tif2026.com\/tr\/wp-json\/wp\/v2\/pages\/2158","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tif2026.com\/tr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tif2026.com\/tr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tif2026.com\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tif2026.com\/tr\/wp-json\/wp\/v2\/comments?post=2158"}],"version-history":[{"count":2,"href":"https:\/\/tif2026.com\/tr\/wp-json\/wp\/v2\/pages\/2158\/revisions"}],"predecessor-version":[{"id":2194,"href":"https:\/\/tif2026.com\/tr\/wp-json\/wp\/v2\/pages\/2158\/revisions\/2194"}],"wp:attachment":[{"href":"https:\/\/tif2026.com\/tr\/wp-json\/wp\/v2\/media?parent=2158"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}