{"id":2853,"date":"2024-05-21T10:41:42","date_gmt":"2024-05-21T10:41:42","guid":{"rendered":"https:\/\/themexriver.com\/wp\/ftech\/?page_id=2853"},"modified":"2024-07-28T19:46:02","modified_gmt":"2024-07-28T19:46:02","slug":"contact-us-2","status":"publish","type":"page","link":"https:\/\/sparklution.pro\/?page_id=2853","title":{"rendered":"Contact Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2853\" class=\"elementor elementor-2853\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9d729cd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9d729cd\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-38a4897\" data-id=\"38a4897\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-393a327 elementor-widget elementor-widget-image\" data-id=\"393a327\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 15-07-2024 *\/\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\/style>\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"575\" height=\"632\" src=\"https:\/\/sparklution.pro\/wp-content\/uploads\/2024\/05\/feh-contact.webp\" class=\"attachment-full size-full wp-image-2858\" alt=\"\" srcset=\"https:\/\/sparklution.pro\/wp-content\/uploads\/2024\/05\/feh-contact.webp 575w, https:\/\/sparklution.pro\/wp-content\/uploads\/2024\/05\/feh-contact-273x300.webp 273w\" sizes=\"(max-width: 575px) 100vw, 575px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4287652\" data-id=\"4287652\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-153ce4a elementor-widget elementor-widget-go-s-heading\" data-id=\"153ce4a\" data-element_type=\"widget\" data-widget_type=\"go-s-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n<div class=\"ftc-blog-1-scn-title prthalign\">\n    <h6 class=\"ftc-subtitle-1 elementor-goyto-sub ftc-font-700 text-uppercase has-color-pr wow\" data-splitting>\n        <span class=\"line\"><\/span><span>contact us<\/span>\n    <\/h6>\n        <h1 class=\"elementor-gt-heading ftc-section-title-1 ftc-font-700 has-color-white ftc-split-threed ftc-split-text\">Get in touch with our lovely team<\/h1>            <div class=\"elementor-gt-desc ftc-para-1 wow fadeInUp\">\n                    <\/div>\n    <\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6f75ae5 elementor-widget elementor-widget-html\" data-id=\"6f75ae5\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\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>Contact Form<\/title>\n    <style>\n        body {\n            font-family: Arial, sans-serif;\n            background-color: #f4f4f4;\n            margin: 0;\n            padding: 0;\n        }\n        .contact-form-container {\n            max-width: 600px;\n            margin: 50px auto;\n            padding: 20px;\n            background-color: #ffffff;\n            border-radius: 8px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #333333;\n        }\n        .wpcf7-form {\n            display: flex;\n            flex-direction: column;\n        }\n        .wpcf7-form input[type=\"text\"],\n        .wpcf7-form input[type=\"email\"],\n        .wpcf7-form textarea {\n            width: 100%;\n            padding: 10px;\n            margin: 10px 0;\n            border: 1px solid #ddd;\n            border-radius: 4px;\n            box-sizing: border-box;\n        }\n        .wpcf7-form input[type=\"submit\"] {\n            background-color: #007bff;\n            color: #ffffff;\n            border: none;\n            padding: 15px;\n            border-radius: 4px;\n            cursor: pointer;\n            font-size: 16px;\n        }\n        .wpcf7-form input[type=\"submit\"]:hover {\n            background-color: #0056b3;\n        }\n        .wpcf7-response-output {\n            margin-top: 10px;\n            padding: 10px;\n            border-radius: 4px;\n        }\n        .wpcf7-response-output.wpcf7-mail-sent-ok {\n            background-color: #d4edda;\n            color: #155724;\n        }\n        .wpcf7-response-output.wpcf7-mail-sent-ng {\n            background-color: #f8d7da;\n            color: #721c24;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"contact-form-container\">\n        <h1>Contact Us<\/h1>\n        \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f12-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2853#wpcf7-f12-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"12\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.9.8\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f12-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/div>\n<label> Your name\n    <input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/> <\/label>\n\n<label> Your email\n    <input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/> <\/label>\n\n<label> Subject\n    <input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-subject\" \/> <\/label>\n\n<label> Your message (optional)\n    <textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"your-message\"><\/textarea> <\/label>\n\n<input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Submit\" \/><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n    <\/div>\n<\/body>\n<\/html>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d0832a9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"d0832a9\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-30de58f\" data-id=\"30de58f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-371aab6 elementor-widget elementor-widget-go-contact-info\" data-id=\"371aab6\" data-element_type=\"widget\" data-widget_type=\"go-contact-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"feh-map-card bg-default\" data-background=\"https:\/\/themexriver.com\/wp\/ftech\/wp-content\/uploads\/2024\/05\/feh-m-bg.webp\">\n            <h3 class=\"ftc-heading-1 title\">Contact Info<\/h3>\n                <div class=\"feh-map-item\">\n            <span class=\"icon\">\n                <i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i>            <\/span>\n            <div class=\"content\">\n                <h5 class=\"ftc-heading-1 subtitle\">Office Address<\/h5>\n                <p class=\"ftc-para-1 text\">UNIT 1603, 16TH \/F THE L. PLAZA 367 - 375 QUEEN'S RD CENTRAL SHEUNG WAN HONG KONG<\/p>\n            <\/div>\n        <\/div>\n            <div class=\"feh-map-item\">\n            <span class=\"icon\">\n                <i aria-hidden=\"true\" class=\"fas fa-phone-volume\"><\/i>            <\/span>\n            <div class=\"content\">\n                <h5 class=\"ftc-heading-1 subtitle\">Mail Address<\/h5>\n                <p class=\"ftc-para-1 text\">info@sparklution.pro<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a0657a elementor-widget elementor-widget-google_maps\" data-id=\"2a0657a\" data-element_type=\"widget\" data-widget_type=\"google_maps.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 15-07-2024 *\/\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}<\/style>\t\t<div class=\"elementor-custom-embed\">\n\t\t\t<iframe loading=\"lazy\"\n\t\t\t\t\tsrc=\"https:\/\/maps.google.com\/maps?q=UNIT%201603%2C%2016TH%20%2FF%20THE%20L.%20PLAZA%20367%20-%20375%20QUEEN%27S%20RD%20CENTRAL%20SHEUNG%20WAN%20HONG%20KONG&#038;t=m&#038;z=13&#038;output=embed&#038;iwloc=near\"\n\t\t\t\t\ttitle=\"UNIT 1603, 16TH \/F THE L. PLAZA 367 - 375 QUEEN&#039;S RD CENTRAL SHEUNG WAN HONG KONG\"\n\t\t\t\t\taria-label=\"UNIT 1603, 16TH \/F THE L. PLAZA 367 - 375 QUEEN&#039;S RD CENTRAL SHEUNG WAN HONG KONG\"\n\t\t\t><\/iframe>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-2880e76 e-flex e-con-boxed e-con e-parent\" data-id=\"2880e76\" 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-42d3e7c elementor-widget elementor-widget-go-contact-info\" data-id=\"42d3e7c\" data-element_type=\"widget\" data-widget_type=\"go-contact-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"feh-map-card bg-default\" data-background=\"\">\n            <h3 class=\"ftc-heading-1 title\">List Title<\/h3>\n        <\/div>\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>contact us Get in touch with our lovely team Contact Form Contact Us Contact Info Office Address UNIT 1603, 16TH \/F THE L. PLAZA 367 &#8211; 375 QUEEN&#8217;S RD CENTRAL SHEUNG WAN HONG KONG Mail Address info@sparklution.pro List Title<\/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":{"footnotes":""},"class_list":["post-2853","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sparklution.pro\/index.php?rest_route=\/wp\/v2\/pages\/2853","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sparklution.pro\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sparklution.pro\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sparklution.pro\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sparklution.pro\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2853"}],"version-history":[{"count":5,"href":"https:\/\/sparklution.pro\/index.php?rest_route=\/wp\/v2\/pages\/2853\/revisions"}],"predecessor-version":[{"id":3543,"href":"https:\/\/sparklution.pro\/index.php?rest_route=\/wp\/v2\/pages\/2853\/revisions\/3543"}],"wp:attachment":[{"href":"https:\/\/sparklution.pro\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2853"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}