{"id":57,"date":"2026-06-15T05:57:29","date_gmt":"2026-06-15T05:57:29","guid":{"rendered":"https:\/\/skpure.store\/?page_id=57"},"modified":"2026-06-17T06:48:45","modified_gmt":"2026-06-17T06:48:45","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/skpure.store\/index.php\/contact-us\/","title":{"rendered":"Contact Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"57\" class=\"elementor elementor-57\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2138088 e-con e-atomic-element e-flexbox-base e-cf531fc \" data-id=\"2138088\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"2138088\" data-e-type=\"e-flexbox\" data-id=\"2138088\">\n    \t\t<div class=\"elementor-element elementor-element-84e073c elementor-widget elementor-widget-html\" data-id=\"84e073c\" data-element_type=\"widget\" data-e-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 - skpure.store<\/title>\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght=400;600;700;800&family=Poppins:wght=400;500;600&display=swap\" rel=\"stylesheet\">\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    <style>\r\n        :root {\r\n            --primary: #0066FF;\r\n            --primary-light: #e6f0ff;\r\n            --text-dark: #0f172a;\r\n            --text-muted: #475569;\r\n            --bg-gradient: radial-gradient(circle at 50% 50%, #eef2f6 0%, #f8fafc 100%);\r\n            --card-bg: rgba(255, 255, 255, 0.85);\r\n            --border-color: rgba(226, 232, 240, 0.8);\r\n            --shadow: 0 20px 40px rgba(15, 23, 42, 0.05);\r\n            --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\r\n        }\r\n\r\n        * {\r\n            box-sizing: border-box;\r\n            margin: 0;\r\n            padding: 0;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Poppins', sans-serif;\r\n            background: var(--bg-gradient);\r\n            color: var(--text-dark);\r\n            line-height: 1.9;\r\n            padding: 70px 20px;\r\n            min-height: 100vh;\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n        }\r\n\r\n        .contact-container {\r\n            max-width: 1020px;\r\n            width: 100%;\r\n            background: var(--card-bg);\r\n            backdrop-filter: blur(16px);\r\n            -webkit-backdrop-filter: blur(16px);\r\n            border: 1px solid var(--border-color);\r\n            border-radius: 28px;\r\n            padding: 60px;\r\n            box-shadow: var(--shadow);\r\n        }\r\n\r\n        \/* Header Layout Styling *\/\r\n        .contact-header {\r\n            text-align: center;\r\n            margin-bottom: 55px;\r\n            position: relative;\r\n        }\r\n\r\n        .contact-header i {\r\n            font-size: 56px;\r\n            color: var(--primary);\r\n            background: var(--primary-light);\r\n            padding: 22px;\r\n            border-radius: 50%;\r\n            margin-bottom: 18px;\r\n            display: inline-block;\r\n            box-shadow: 0 10px 20px rgba(0, 102, 255, 0.1);\r\n        }\r\n\r\n        .contact-title {\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-weight: 800;\r\n            font-size: 50px;\r\n            color: var(--text-dark);\r\n            letter-spacing: -0.8px;\r\n            margin-bottom: 0px;\r\n        }\r\n\r\n        \/* Content Section Configurations *\/\r\n        .contact-section {\r\n            margin-bottom: 48px;\r\n        }\r\n\r\n        .section-title {\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-weight: 700;\r\n            font-size: 32px;\r\n            color: var(--text-dark);\r\n            margin-bottom: 16px;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 14px;\r\n        }\r\n\r\n        .section-title i {\r\n            color: var(--primary);\r\n            font-size: 26px;\r\n            width: 32px;\r\n            text-align: center;\r\n        }\r\n\r\n        .contact-text {\r\n            color: var(--text-muted);\r\n            font-size: 24px;\r\n            padding-left: 46px;\r\n            text-align: justify;\r\n        }\r\n\r\n        \/* Highlighted Links Blueprint Configuration *\/\r\n        .highlight-link {\r\n            color: var(--primary);\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            background: var(--primary-light);\r\n            padding: 2px 12px;\r\n            border-radius: 6px;\r\n            transition: var(--transition);\r\n            display: inline-block;\r\n        }\r\n\r\n        .highlight-link:hover {\r\n            background: var(--primary);\r\n            color: #ffffff;\r\n            box-shadow: 0 4px 12px rgba(0, 102, 255, 0.2);\r\n            transform: translateY(-1px);\r\n        }\r\n\r\n        \/* Working Interactive Form Widget Box Layout *\/\r\n        .contact-form-card {\r\n            background: #ffffff;\r\n            border: 1.5px solid var(--border-color);\r\n            border-radius: 20px;\r\n            padding: 45px;\r\n            margin-top: 50px;\r\n            box-shadow: 0 10px 25px rgba(0,0,0,0.02);\r\n        }\r\n\r\n        .form-header-box {\r\n            margin-bottom: 30px;\r\n        }\r\n\r\n        .contact-label {\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-weight: 700;\r\n            font-size: 32px;\r\n            color: var(--text-dark);\r\n            display: block;\r\n            margin-bottom: 4px;\r\n        }\r\n\r\n        .contact-sub {\r\n            font-size: 20px;\r\n            color: var(--text-muted);\r\n            display: block;\r\n        }\r\n\r\n        .input-row {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 20px;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .form-group {\r\n            display: flex;\r\n            flex-direction: column;\r\n        }\r\n\r\n        .form-group input, \r\n        .form-group textarea {\r\n            width: 100%;\r\n            font-family: 'Poppins', sans-serif;\r\n            font-size: 18px;\r\n            padding: 16px 20px;\r\n            background-color: #f8fafc;\r\n            border: 1.5px solid var(--border-color);\r\n            border-radius: 12px;\r\n            color: var(--text-dark);\r\n            outline: none;\r\n            transition: var(--transition);\r\n        }\r\n\r\n        .form-group input:focus, \r\n        .form-group textarea:focus {\r\n            border-color: var(--primary);\r\n            background-color: #ffffff;\r\n            box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.1);\r\n        }\r\n\r\n        .form-group textarea {\r\n            resize: vertical;\r\n            min-height: 140px;\r\n            margin-bottom: 24px;\r\n        }\r\n\r\n        .btn-submit {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            gap: 12px;\r\n            background: var(--primary);\r\n            color: #ffffff;\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-weight: 700;\r\n            font-size: 22px;\r\n            padding: 16px 40px;\r\n            border: none;\r\n            border-radius: 12px;\r\n            cursor: pointer;\r\n            box-shadow: 0 6px 15px rgba(0, 102, 255, 0.25);\r\n            transition: var(--transition);\r\n            width: auto;\r\n        }\r\n\r\n        .btn-submit:hover {\r\n            background: #0052cc;\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 8px 20px rgba(0, 102, 255, 0.35);\r\n        }\r\n\r\n        \/* Responsive Breakpoints *\/\r\n        @media (max-width: 992px) {\r\n            body {\r\n                padding: 40px 16px;\r\n            }\r\n            .contact-container {\r\n                padding: 40px 24px;\r\n            }\r\n            .contact-title {\r\n                font-size: 38px;\r\n            }\r\n            .section-title {\r\n                font-size: 26px;\r\n            }\r\n            .contact-text {\r\n                padding-left: 0;\r\n                font-size: 20px;\r\n            }\r\n            .contact-form-card {\r\n                padding: 30px 20px;\r\n            }\r\n            .input-row {\r\n                grid-template-columns: 1fr;\r\n                gap: 20px;\r\n            }\r\n            .btn-submit {\r\n                width: 100%;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <main class=\"contact-container\">\r\n        \r\n        <header class=\"contact-header\">\r\n            <i class=\"fa-solid fa-envelope-open-text\"><\/i>\r\n            <h1 class=\"contact-title\">Contact Us<\/h1>\r\n        <\/header>\r\n\r\n        <!-- Connection Message -->\r\n        <section class=\"contact-section\">\r\n            <p class=\"contact-text\" style=\"padding-left: 0; text-align: center; font-weight: 500;\">\r\n                We love to connect with our readers. If you want to talk to us, this page gives you all the details to get in touch. We are always happy to hear from you.\r\n            <\/p>\r\n        <\/section>\r\n\r\n        <!-- Who We Are -->\r\n        <section class=\"contact-section\">\r\n            <h2 class=\"section-title\"><i class=\"fa-solid fa-users\"><\/i>Who We Are<\/h2>\r\n            <p class=\"contact-text\">\r\n                We are the team behind <a href=\"https:\/\/skpure.store\/\" class=\"highlight-link\" target=\"_blank\">skpure.store<\/a>. We are writers who track internet stars and influencers. We work hard to bring you the best and newest stories about online celebrities.\r\n            <\/p>\r\n        <\/section>\r\n\r\n        <!-- What You Can Contact Us For -->\r\n        <section class=\"contact-section\">\r\n            <h2 class=\"section-title\"><i class=\"fa-solid fa-circle-question\"><\/i>What You Can Contact Us For<\/h2>\r\n            <p class=\"contact-text\">\r\n                You can contact us for many reasons. Tell us if you find a mistake in our articles. You can also suggest a famous YouTuber, TikToker, or actor you want us to write about next. We also welcome business messages.\r\n            <\/p>\r\n        <\/section>\r\n\r\n        <!-- Response Time -->\r\n        <section class=\"contact-section\">\r\n            <h2 class=\"section-title\"><i class=\"fa-solid fa-clock\"><\/i>Response Time<\/h2>\r\n            <p class=\"contact-text\">\r\n                We receive many emails every day. We try our best to read every single message. Usually, we will reply to your email within 24 to 48 hours. Thank you for your patience.\r\n            <\/p>\r\n        <\/section>\r\n\r\n        <!-- Thank You -->\r\n        <section class=\"contact-section\">\r\n            <h2 class=\"section-title\"><i class=\"fa-solid fa-heart\"><\/i>Thank You for Visiting<\/h2>\r\n            <p class=\"contact-text\">\r\n                We want to thank you for spending time on <a href=\"https:\/\/skpure.store\/\" class=\"highlight-link\" target=\"_blank\">skpure.store<\/a>. Your support helps our blog grow. We hope you enjoy reading our articles about your favorite influencers. Please come back soon for more updates.\r\n            <\/p>\r\n        <\/section>\r\n\r\n        <!-- Fully Functional Email Submission Widget Form -->\r\n        <section class=\"contact-section\" style=\"margin-bottom: 0;\">\r\n            <div class=\"contact-form-card\">\r\n                <div class=\"form-header-box\">\r\n                    <span class=\"contact-label\">Email Us Message<\/span>\r\n                    <span class=\"contact-sub\">Official Email: sk.pure779@gmail.com<\/span>\r\n                <\/div>\r\n                \r\n                <form action=\"https:\/\/formsubmit.co\/sk.pure779@gmail.com\" method=\"POST\">\r\n                    <!-- Security\/Configuration Fields -->\r\n                    <input type=\"hidden\" name=\"_captcha\" value=\"false\">\r\n                    <input type=\"hidden\" name=\"_template\" value=\"table\">\r\n                    <input type=\"hidden\" name=\"_next\" value=\"https:\/\/skpure.store\/\">\r\n                    \r\n                    <div class=\"input-row\">\r\n                        <div class=\"form-group\">\r\n                            <input type=\"text\" name=\"name\" placeholder=\"Your Name\" required>\r\n                        <\/div>\r\n                        <div class=\"form-group\">\r\n                            <input type=\"email\" name=\"email\" placeholder=\"Your Email Address\" required>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"form-group\">\r\n                        <input type=\"text\" name=\"_subject\" placeholder=\"Subject \/ Topic\" required>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"form-group\">\r\n                        <textarea name=\"message\" placeholder=\"Type your message here...\" required><\/textarea>\r\n                    <\/div>\r\n                    \r\n                    <button type=\"submit\" class=\"btn-submit\">\r\n                        <span>Send Message<\/span>\r\n                        <i class=\"fa-solid fa-paper-plane\"><\/i>\r\n                    <\/button>\r\n                <\/form>\r\n            <\/div>\r\n        <\/section>\r\n\r\n    <\/main>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Contact Us &#8211; skpure.store Contact Us We love to connect with our readers. If you want to talk to us, this page gives you all the details to get in touch. We are always happy to hear from you. Who We Are We are the team behind skpure.store. We are writers who track internet stars &#8230; <a title=\"Contact Us\" class=\"read-more\" href=\"https:\/\/skpure.store\/index.php\/contact-us\/\" aria-label=\"Read more about Contact Us\">Read more<\/a><\/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-57","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/skpure.store\/index.php\/wp-json\/wp\/v2\/pages\/57","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skpure.store\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/skpure.store\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/skpure.store\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/skpure.store\/index.php\/wp-json\/wp\/v2\/comments?post=57"}],"version-history":[{"count":10,"href":"https:\/\/skpure.store\/index.php\/wp-json\/wp\/v2\/pages\/57\/revisions"}],"predecessor-version":[{"id":201,"href":"https:\/\/skpure.store\/index.php\/wp-json\/wp\/v2\/pages\/57\/revisions\/201"}],"wp:attachment":[{"href":"https:\/\/skpure.store\/index.php\/wp-json\/wp\/v2\/media?parent=57"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}