{"id":180417,"date":"2024-11-07T11:25:16","date_gmt":"2024-11-07T08:25:16","guid":{"rendered":"https:\/\/studyinturkiye.com\/chat-with-mrsit\/"},"modified":"2025-07-23T12:33:30","modified_gmt":"2025-07-23T09:33:30","slug":"chat-with-mrsit","status":"publish","type":"page","link":"https:\/\/studyinturkiye.com\/ar\/chat-with-mrsit\/","title":{"rendered":"Chat With Mr.Sit"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"180417\" class=\"elementor elementor-180417 elementor-165642\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc9e9fc e-flex e-con-boxed e-con e-parent\" data-id=\"fc9e9fc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6c0212c e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"6c0212c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-87eb7e0 text-center elementor-widget elementor-widget-tp-heading-title\" data-id=\"87eb7e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-heading-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"heading heading_style heading_style69f63fb19ba1a style-1 \" ><div class=\"sub-style \"  ><div class=\"head-title \" > <h1  class=\"heading-title   \"   data-hover=\"\u062a\u062d\u062f\u062b \u0645\u0639 \u0645\u0633\u062a\u0631 SIT\"><span class=\"title-s \"> Beta <\/span>\u062a\u062d\u062f\u062b \u0645\u0639 \u0645\u0633\u062a\u0631 SIT<\/h1><\/div><div class=\"sub-heading\"><h3 class=\"heading-sub-title  \"> Your Study in Turkiye Assistant <\/h3><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-565bd2f elementor-widget elementor-widget-tp-image-factory\" data-id=\"565bd2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-image-factory.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"plus69f63fb194854\" class=\"pt-plus-animated-image-wrapper      \" ><div class=\"animated-image-parallax   \" ><div class=\"pt_plus_animated_image bg-image69f63fb19484e text-center  \"  > <figure class=\"     \"  ><div class=\"vc_single_image-wrapper   \"><img fetchpriority=\"high\" decoding=\"async\" width=\"527\" height=\"827\" src=\"https:\/\/studyinturkiye.com\/wp-content\/uploads\/2024\/11\/7eaec8a1-4cca-4f3f-9208-94c0ed7f4ab7-1.png\" class=\"attachment-full size-full wp-image-165558\" alt=\"\" srcset=\"https:\/\/studyinturkiye.com\/wp-content\/uploads\/2024\/11\/7eaec8a1-4cca-4f3f-9208-94c0ed7f4ab7-1.png 527w, https:\/\/studyinturkiye.com\/wp-content\/uploads\/2024\/11\/7eaec8a1-4cca-4f3f-9208-94c0ed7f4ab7-1-191x300.png 191w\" sizes=\"(max-width: 527px) 100vw, 527px\" \/><\/div> <\/figure> <\/div><\/div><\/div>\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-47843b9 e-con-full e-flex e-con e-child\" data-id=\"47843b9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b166a5 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"4b166a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!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>Mobile Chatbot<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .chatbot-wrapper {\n            width: 100%;\n            position: relative;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\n            overflow: hidden;\n        }\n\n        .chatbot-iframe {\n            width: 100%;\n            height: 500px;\n            border: none;\n            display: block;\n            background: #f8f9fa;\n        }\n\n        \/* Mobile optimizations - Better right margin *\/\n        @media screen and (max-width: 768px) {\n            .chatbot-wrapper {\n                margin: 5px 12px 5px 8px; \/* More margin on right side *\/\n                border-radius: 8px;\n                box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);\n                min-height: 80vh;\n                max-height: 85vh;\n            }\n            \n            .chatbot-iframe {\n                height: 80vh;\n                min-height: 600px;\n                max-height: 85vh;\n            }\n        }\n\n        @media screen and (max-width: 480px) {\n            .chatbot-wrapper {\n                margin: 3px 10px 3px 5px; \/* More margin on right side *\/\n                border-radius: 6px;\n                min-height: 82vh;\n                max-height: 87vh;\n            }\n            \n            .chatbot-iframe {\n                height: 82vh;\n                min-height: 550px;\n                max-height: 87vh;\n            }\n        }\n\n        @media screen and (max-width: 360px) {\n            .chatbot-wrapper {\n                margin: 5px;\n                min-height: 60vh;\n                max-height: 70vh;\n            }\n            \n            .chatbot-iframe {\n                height: 60vh;\n                min-height: 400px;\n                max-height: 70vh;\n            }\n        }\n\n        \/* Tablet and larger screens *\/\n        @media screen and (min-width: 769px) {\n            .chatbot-wrapper {\n                max-width: 800px;\n                margin: 20px auto;\n            }\n            \n            .chatbot-iframe {\n                height: 600px;\n            }\n        }\n\n        \/* Loading state with better positioning *\/\n        .chatbot-wrapper::before {\n            content: '';\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            width: 40px;\n            height: 40px;\n            margin: -20px 0 0 -20px;\n            border: 3px solid #e3e3e3;\n            border-top: 3px solid #dc3545;\n            border-radius: 50%;\n            animation: spin 1s linear infinite;\n            z-index: 1;\n            opacity: 1;\n            transition: opacity 0.3s ease;\n        }\n\n        .chatbot-wrapper::after {\n            content: 'Loading chatbot...';\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            margin-top: 40px;\n            font-size: 14px;\n            color: #666;\n            text-align: center;\n            z-index: 1;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n        }\n\n        .chatbot-wrapper.loaded::before,\n        .chatbot-wrapper.loaded::after {\n            opacity: 0;\n            pointer-events: none;\n        }\n\n        @keyframes spin {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n\n        \/* Prevent iframe from interfering with page layout *\/\n        .chatbot-iframe {\n            position: relative;\n            z-index: 2;\n        }\n\n        \/* Enhanced mobile experience without breaking layout *\/\n        @media screen and (max-width: 768px) {\n            .chatbot-wrapper {\n                \/* Ensure it doesn't interfere with page header\/footer *\/\n                position: relative;\n                z-index: 1;\n            }\n        }\n\n        \/* Accessibility improvements *\/\n        @media (prefers-reduced-motion: reduce) {\n            .chatbot-wrapper::before {\n                animation: none;\n            }\n        }\n\n        \/* High contrast mode support *\/\n        @media (prefers-contrast: high) {\n            .chatbot-wrapper {\n                border: 2px solid #000000;\n                box-shadow: none;\n            }\n        }\n\n        \/* Ensure proper iframe communication *\/\n        .chatbot-iframe {\n            pointer-events: auto;\n            touch-action: manipulation;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"chatbot-wrapper\" id=\"chatbotWrapper\">\n        <iframe\n            class=\"chatbot-iframe\"\n            id=\"chatbotIframe\"\n            src=\"https:\/\/app.daxow.com\/chatbot\/Gw7yW6ajL3yAWSGN\"\n            allow=\"microphone; camera; geolocation; autoplay; encrypted-media\"\n            loading=\"lazy\"\n            title=\"Customer Support Chatbot\"\n            referrerpolicy=\"strict-origin-when-cross-origin\">\n        <\/iframe>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const wrapper = document.getElementById('chatbotWrapper');\n            const iframe = document.getElementById('chatbotIframe');\n            let loadTimeout;\n\n            \/\/ Handle iframe load\n            iframe.onload = function() {\n                clearTimeout(loadTimeout);\n                setTimeout(() => {\n                    wrapper.classList.add('loaded');\n                }, 500);\n            };\n\n            \/\/ Fallback - hide loading after 10 seconds regardless\n            loadTimeout = setTimeout(() => {\n                wrapper.classList.add('loaded');\n            }, 10000);\n\n            \/\/ Handle iframe errors\n            iframe.onerror = function() {\n                clearTimeout(loadTimeout);\n                wrapper.classList.add('loaded');\n                console.log('Chatbot iframe encountered an error');\n            };\n\n            \/\/ Responsive height adjustment - More aggressive on mobile\n            function adjustHeight() {\n                if (window.innerWidth <= 768) {\n                    const viewportHeight = window.innerHeight;\n                    \/\/ Use more of the available space (80-85% of viewport)\n                    const targetHeight = Math.min(viewportHeight * 0.82, viewportHeight - 60);\n                    iframe.style.height = Math.max(targetHeight, 550) + 'px';\n                }\n            }\n\n            \/\/ Adjust on load and resize\n            adjustHeight();\n            window.addEventListener('resize', adjustHeight);\n            window.addEventListener('orientationchange', function() {\n                setTimeout(adjustHeight, 300);\n            });\n\n            \/\/ Ensure iframe loads properly\n            setTimeout(() => {\n                if (!iframe.src) {\n                    iframe.src = \"https:\/\/app.daxow.com\/chatbot\/Gw7yW6ajL3yAWSGN\";\n                }\n            }, 1000);\n        });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\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>Chat With Mr.Sit your AI guide designed to kickstart your educational journey in Turkiye! Whether you\u2019re curious about universities, tuition fees, or anything else related to studying in Turkiye, I\u2019m here to provide all the answers you need. Let\u2019s explore your opportunities together!<\/p>\n","protected":false},"author":15,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"page-type":[],"class_list":["post-180417","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/studyinturkiye.com\/ar\/wp-json\/wp\/v2\/pages\/180417","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/studyinturkiye.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/studyinturkiye.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/studyinturkiye.com\/ar\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/studyinturkiye.com\/ar\/wp-json\/wp\/v2\/comments?post=180417"}],"version-history":[{"count":0,"href":"https:\/\/studyinturkiye.com\/ar\/wp-json\/wp\/v2\/pages\/180417\/revisions"}],"wp:attachment":[{"href":"https:\/\/studyinturkiye.com\/ar\/wp-json\/wp\/v2\/media?parent=180417"}],"wp:term":[{"taxonomy":"page-type","embeddable":true,"href":"https:\/\/studyinturkiye.com\/ar\/wp-json\/wp\/v2\/page-type?post=180417"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}