{"id":541,"date":"2026-01-03T22:08:45","date_gmt":"2026-01-03T22:08:45","guid":{"rendered":"https:\/\/test.tili.ae\/?page_id=541"},"modified":"2026-01-03T22:12:49","modified_gmt":"2026-01-03T22:12:49","slug":"n-get-in-touch","status":"publish","type":"page","link":"https:\/\/test.tili.ae\/?page_id=541","title":{"rendered":"n-get in touch"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"541\" class=\"elementor elementor-541\">\n\t\t\t\t<div class=\"elementor-element elementor-element-82bb578 e-con-full e-flex e-con e-parent\" data-id=\"82bb578\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-00c0adf e-con-full e-flex e-con e-child\" data-id=\"00c0adf\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-af314b3 e-flex e-con-boxed e-con e-child\" data-id=\"af314b3\" 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-4dc9499 elementor-widget elementor-widget-html\" data-id=\"4dc9499\" data-element_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>Contact Us | TILISTAR<\/title>\r\n    <style>\r\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@700;900&family=Outfit:wght@300;400;500;600;700;800&display=swap');\r\n\r\n        :root {\r\n            --primary-gradient: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #60a5fa 100%);\r\n            --primary-solid: #2563eb;\r\n            --dark: #0f172a;\r\n            --text-light: #64748b;\r\n            --bg-alt: #f8fafc;\r\n            --border-color: #e2e8f0;\r\n        }\r\n\r\n        body, html {\r\n            margin: 0;\r\n            padding: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            font-family: 'Outfit', sans-serif;\r\n            background-color: #ffffff;\r\n            overflow: hidden;\r\n            color: var(--dark);\r\n        }\r\n\r\n        .contact-section {\r\n            height: 100vh;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 0 40px;\r\n            background: radial-gradient(circle at top right, rgba(37, 99, 235, 0.05), transparent 400px),\r\n                        radial-gradient(circle at bottom left, rgba(96, 165, 250, 0.05), transparent 400px);\r\n            position: relative;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        .container {\r\n            max-width: 1200px;\r\n            width: 100%;\r\n            display: grid;\r\n            grid-template-columns: 1fr 1.3fr;\r\n            gap: 60px;\r\n            align-items: center;\r\n            z-index: 2;\r\n        }\r\n\r\n        \/* --- LEFT SIDE: INFO --- *\/\r\n        .info-panel h2 {\r\n            font-size: 0.8rem;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5em;\r\n            color: var(--primary-solid);\r\n            margin-bottom: 15px;\r\n            font-weight: 800;\r\n        }\r\n\r\n        .info-panel h3 {\r\n            font-size: clamp(2.2rem, 4vw, 3.2rem);\r\n            color: var(--dark);\r\n            font-weight: 800;\r\n            line-height: 1;\r\n            margin: 0 0 25px 0;\r\n        }\r\n\r\n        .brand-box {\r\n            background: white;\r\n            padding: 20px;\r\n            border-radius: 18px;\r\n            border: 1px solid var(--border-color);\r\n            margin-bottom: 25px;\r\n            box-shadow: 0 10px 30px rgba(0,0,0,0.02);\r\n        }\r\n\r\n        .company-name {\r\n            font-size: 1.25rem;\r\n            font-weight: 800;\r\n            color: var(--primary-solid);\r\n            margin-bottom: 5px;\r\n            display: block;\r\n        }\r\n\r\n        .address {\r\n            color: var(--text-light);\r\n            line-height: 1.5;\r\n            font-style: normal;\r\n            font-size: 0.95rem;\r\n            display: block;\r\n        }\r\n\r\n        .contact-methods {\r\n            display: grid;\r\n            grid-template-columns: 1fr;\r\n            gap: 15px;\r\n        }\r\n\r\n        .method-item {\r\n            display: flex;\r\n            align-items: flex-start;\r\n            gap: 15px;\r\n            background: rgba(255,255,255,0.5);\r\n            padding: 12px;\r\n            border-radius: 14px;\r\n            border: 1px solid transparent;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .method-item:hover {\r\n            border-color: var(--border-color);\r\n            background: white;\r\n            transform: translateX(5px);\r\n        }\r\n\r\n        .method-icon {\r\n            width: 44px;\r\n            height: 44px;\r\n            background: white;\r\n            border: 1px solid var(--border-color);\r\n            border-radius: 12px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            color: var(--primary-solid);\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .method-details strong {\r\n            display: block;\r\n            font-size: 0.7rem;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.1em;\r\n            color: var(--text-light);\r\n            margin-bottom: 2px;\r\n        }\r\n\r\n        .method-details p {\r\n            margin: 0;\r\n            color: var(--dark);\r\n            font-size: 0.9rem;\r\n            font-weight: 600;\r\n            line-height: 1.4;\r\n        }\r\n\r\n        \/* --- RIGHT SIDE: FORM --- *\/\r\n        .form-card {\r\n            background: rgba(255, 255, 255, 0.8);\r\n            backdrop-filter: blur(20px);\r\n            padding: 40px;\r\n            border-radius: 35px;\r\n            box-shadow: 0 30px 60px rgba(15, 23, 42, 0.08);\r\n            border: 1px solid rgba(255, 255, 255, 0.6);\r\n        }\r\n\r\n        .contact-form {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 20px;\r\n        }\r\n\r\n        .form-group {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 8px;\r\n        }\r\n\r\n        .form-group.full {\r\n            grid-column: span 2;\r\n        }\r\n\r\n        .form-group label {\r\n            font-size: 0.8rem;\r\n            font-weight: 700;\r\n            color: var(--dark);\r\n            padding-left: 5px;\r\n        }\r\n\r\n        .form-group input, .form-group textarea {\r\n            padding: 14px 18px;\r\n            border: 2px solid transparent;\r\n            border-radius: 14px;\r\n            font-family: inherit;\r\n            font-size: 0.95rem;\r\n            transition: all 0.3s ease;\r\n            background: #f1f5f9;\r\n        }\r\n\r\n        .form-group input:focus, .form-group textarea:focus {\r\n            outline: none;\r\n            border-color: var(--primary-solid);\r\n            background: white;\r\n            box-shadow: 0 8px 20px rgba(37, 99, 235, 0.05);\r\n        }\r\n\r\n        .submit-btn {\r\n            grid-column: span 2;\r\n            padding: 18px;\r\n            background: var(--primary-gradient);\r\n            color: white;\r\n            border: none;\r\n            border-radius: 16px;\r\n            font-size: 1rem;\r\n            font-weight: 800;\r\n            cursor: pointer;\r\n            transition: all 0.4s ease;\r\n            margin-top: 10px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            gap: 10px;\r\n        }\r\n\r\n        .submit-btn:hover {\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 15px 30px rgba(37, 99, 235, 0.25);\r\n        }\r\n\r\n        \/* Responsive *\/\r\n        @media (max-width: 968px) {\r\n            body, html { overflow: auto; }\r\n            .contact-section { height: auto; padding: 60px 20px; }\r\n            .container { grid-template-columns: 1fr; gap: 40px; }\r\n            .form-card { padding: 30px; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <section class=\"contact-section\">\r\n        <div class=\"container\">\r\n            <!-- Info Panel -->\r\n            <div class=\"info-panel\">\r\n                <h2>Get in Touch<\/h2>\r\n                <h3>Let's connect<\/h3>\r\n                \r\n                <div class=\"brand-box\">\r\n                    <span class=\"company-name\">TILI STAR TRADING L.L.C<\/span>\r\n                    <address class=\"address\">\r\n                        Al Khawaneej 2, near Amardi Street<br>\r\n                        Dubai, United Arab Emirates\r\n                    <\/address>\r\n                <\/div>\r\n\r\n                <div class=\"contact-methods\">\r\n                    <!-- Multiple Phone Numbers -->\r\n                    <div class=\"method-item\">\r\n                        <div class=\"method-icon\">\r\n                            <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"><\/path><\/svg>\r\n                        <\/div>\r\n                        <div class=\"method-details\">\r\n                            <strong>Direct Lines<\/strong>\r\n                            <p>+971 58 592 8844<br>+971 50 413 7051<br>+971 04 266 9960<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <!-- Department Emails -->\r\n                    <div class=\"method-item\">\r\n                        <div class=\"method-icon\">\r\n                            <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"><\/path><polyline points=\"22,6 12,13 2,6\"><\/polyline><\/svg>\r\n                        <\/div>\r\n                        <div class=\"method-details\">\r\n                            <strong>Support & Departments<\/strong>\r\n                            <p>Sales@tili.ae \u2022 Hr@tili.ae \u2022 finance@tili.ae<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Availability -->\r\n                    <div class=\"method-item\">\r\n                        <div class=\"method-icon\">\r\n                            <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><polyline points=\"12 6 12 12 16 14\"><\/polyline><\/svg>\r\n                        <\/div>\r\n                        <div class=\"method-details\">\r\n                            <strong>Operations<\/strong>\r\n                            <p>24\/7 Round-the-clock service<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Form Card -->\r\n            <div class=\"form-card\">\r\n                <form class=\"contact-form\">\r\n                    <div class=\"form-group\">\r\n                        <label>First Name<\/label>\r\n                        <input type=\"text\" placeholder=\"John\">\r\n                    <\/div>\r\n                    <div class=\"form-group\">\r\n                        <label>Last Name<\/label>\r\n                        <input type=\"text\" placeholder=\"Doe\">\r\n                    <\/div>\r\n                    <div class=\"form-group full\">\r\n                        <label>Email Address<\/label>\r\n                        <input type=\"email\" placeholder=\"john@example.com\">\r\n                    <\/div>\r\n                    <div class=\"form-group full\">\r\n                        <label>Inquiry Type<\/label>\r\n                        <input type=\"text\" placeholder=\"e.g. General Inquiri, Product Inquiry, Service Inquiry\">\r\n                    <\/div>\r\n                    <div class=\"form-group full\">\r\n                        <label>Message<\/label>\r\n                        <textarea rows=\"3\" placeholder=\"How can we help you?\"><\/textarea>\r\n                    <\/div>\r\n                    <button type=\"submit\" class=\"submit-btn\">\r\n                        <span>Send Message<\/span>\r\n                        <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                            <line x1=\"22\" y1=\"2\" x2=\"11\" y2=\"13\"><\/line>\r\n                            <polygon points=\"22 2 15 22 11 13 2 9 22 2\"><\/polygon>\r\n                        <\/svg>\r\n                    <\/button>\r\n                <\/form>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>Contact Us | TILISTAR Get in Touch Let&#8217;s connect TILI STAR TRADING L.L.C Al Khawaneej 2, near Amardi Street Dubai, United Arab Emirates Direct Lines +971 58 592 8844+971 50 413 7051+971 04 266 9960 Support &#038; Departments Sales@tili.ae \u2022 Hr@tili.ae \u2022 finance@tili.ae Operations 24\/7 Round-the-clock service First Name Last Name Email Address Inquiry Type [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"footnotes":""},"class_list":["post-541","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>n-get in touch -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/test.tili.ae\/?page_id=541\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"n-get in touch -\" \/>\n<meta property=\"og:description\" content=\"Contact Us | TILISTAR Get in Touch Let&#8217;s connect TILI STAR TRADING L.L.C Al Khawaneej 2, near Amardi Street Dubai, United Arab Emirates Direct Lines +971 58 592 8844+971 50 413 7051+971 04 266 9960 Support &#038; Departments Sales@tili.ae \u2022 Hr@tili.ae \u2022 finance@tili.ae Operations 24\/7 Round-the-clock service First Name Last Name Email Address Inquiry Type [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/test.tili.ae\/?page_id=541\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-03T22:12:49+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/test.tili.ae\/?page_id=541\",\"url\":\"https:\/\/test.tili.ae\/?page_id=541\",\"name\":\"n-get in touch -\",\"isPartOf\":{\"@id\":\"https:\/\/test.tili.ae\/#website\"},\"datePublished\":\"2026-01-03T22:08:45+00:00\",\"dateModified\":\"2026-01-03T22:12:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/test.tili.ae\/?page_id=541#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/test.tili.ae\/?page_id=541\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/test.tili.ae\/?page_id=541#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/test.tili.ae\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"n-get in touch\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/test.tili.ae\/#website\",\"url\":\"https:\/\/test.tili.ae\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/test.tili.ae\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"n-get in touch -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/test.tili.ae\/?page_id=541","og_locale":"en_US","og_type":"article","og_title":"n-get in touch -","og_description":"Contact Us | TILISTAR Get in Touch Let&#8217;s connect TILI STAR TRADING L.L.C Al Khawaneej 2, near Amardi Street Dubai, United Arab Emirates Direct Lines +971 58 592 8844+971 50 413 7051+971 04 266 9960 Support &#038; Departments Sales@tili.ae \u2022 Hr@tili.ae \u2022 finance@tili.ae Operations 24\/7 Round-the-clock service First Name Last Name Email Address Inquiry Type [&hellip;]","og_url":"https:\/\/test.tili.ae\/?page_id=541","article_modified_time":"2026-01-03T22:12:49+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/test.tili.ae\/?page_id=541","url":"https:\/\/test.tili.ae\/?page_id=541","name":"n-get in touch -","isPartOf":{"@id":"https:\/\/test.tili.ae\/#website"},"datePublished":"2026-01-03T22:08:45+00:00","dateModified":"2026-01-03T22:12:49+00:00","breadcrumb":{"@id":"https:\/\/test.tili.ae\/?page_id=541#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/test.tili.ae\/?page_id=541"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/test.tili.ae\/?page_id=541#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/test.tili.ae\/"},{"@type":"ListItem","position":2,"name":"n-get in touch"}]},{"@type":"WebSite","@id":"https:\/\/test.tili.ae\/#website","url":"https:\/\/test.tili.ae\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/test.tili.ae\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/test.tili.ae\/index.php?rest_route=\/wp\/v2\/pages\/541","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/test.tili.ae\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/test.tili.ae\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/test.tili.ae\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/test.tili.ae\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=541"}],"version-history":[{"count":7,"href":"https:\/\/test.tili.ae\/index.php?rest_route=\/wp\/v2\/pages\/541\/revisions"}],"predecessor-version":[{"id":548,"href":"https:\/\/test.tili.ae\/index.php?rest_route=\/wp\/v2\/pages\/541\/revisions\/548"}],"wp:attachment":[{"href":"https:\/\/test.tili.ae\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=541"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}