{"id":87471,"date":"2026-01-14T21:30:16","date_gmt":"2026-01-14T15:30:16","guid":{"rendered":"https:\/\/drvaper.com\/contact-us-2\/"},"modified":"2026-01-14T23:09:13","modified_gmt":"2026-01-14T17:09:13","slug":"contact-us-2","status":"publish","type":"page","link":"https:\/\/drvaper.com\/en\/contact-us-2\/","title":{"rendered":"Contact Us"},"content":{"rendered":"\n<style>\n    \/* Import Almarai Font *\/\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Almarai:wght@300;400;700;800&display=swap');\n\n    :root {\n        --dv-primary: #008080;\n        --dv-secondary: #2c3e50;\n        --dv-bg: #ffffff;\n        --dv-bg-alt: #f8f9fa;\n        --dv-radius: 16px;\n        --dv-shadow: 0 8px 30px rgba(0,0,0,0.08);\n        --dv-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\n        \n        \/* Brand Colors *\/\n        --brand-whatsapp: #25D366;\n        --brand-insta: #E1306C;\n        --brand-fb: #1877F2;\n        --brand-x: #000000;\n    }\n\n    .dv-container {\n        \/* Force Almarai Font *\/\n        font-family: 'Almarai', sans-serif !important;\n        max-width: 1100px;\n        margin: 0 auto;\n        padding: 40px 20px;\n        direction: ltr;\n        text-align: left;\n        background-color: var(--dv-bg);\n        color: var(--dv-secondary);\n    }\n\n    \/* Headlines *\/\n    .dv-header { text-align: center; margin-bottom: 50px; }\n    .dv-title { \n        font-family: 'Almarai', sans-serif !important;\n        font-size: 2.5rem; \n        font-weight: 800; \n        color: var(--dv-primary); \n        margin-bottom: 15px; \n    }\n    .dv-subtitle { font-size: 1.1rem; color: #666; max-width: 600px; margin: 0 auto; line-height: 1.6; }\n\n    \/* Contact Info Grid *\/\n    .dv-info-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 25px;\n        margin-bottom: 50px;\n    }\n\n    .dv-info-card {\n        background: var(--dv-bg);\n        border: 1px solid #eee;\n        border-radius: var(--dv-radius);\n        padding: 30px;\n        text-align: center;\n        transition: var(--dv-transition);\n    }\n\n    .dv-info-card:hover {\n        transform: translateY(-5px);\n        box-shadow: var(--dv-shadow);\n        border-color: var(--dv-primary);\n    }\n\n    .dv-info-icon { font-size: 2rem; margin-bottom: 15px; display: inline-block; }\n    .dv-info-title { font-size: 1.2rem; margin-bottom: 10px; font-weight: 700; }\n    .dv-info-text { color: #666; font-size: 1rem; margin-bottom: 0; }\n    .dv-link { color: var(--dv-primary); text-decoration: none; font-weight: 700; display: inline-block; }\n\n    \/* SOCIAL & WHATSAPP SECTION *\/\n    .dv-social-section-title {\n        text-align: center;\n        font-size: 1.8rem;\n        margin-bottom: 30px;\n        font-weight: 800;\n    }\n\n    .dv-social-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n        gap: 20px;\n        margin-bottom: 50px;\n    }\n\n    .dv-social-card {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        padding: 30px 20px;\n        border-radius: var(--dv-radius);\n        text-decoration: none;\n        transition: var(--dv-transition);\n        color: white !important;\n        position: relative;\n        z-index: 1;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    }\n\n    .dv-social-card svg {\n        width: 40px;\n        height: 40px;\n        fill: white;\n        margin-bottom: 15px;\n        transition: transform 0.3s ease;\n    }\n\n    .dv-social-card span { font-size: 1.1rem; font-weight: 700; letter-spacing: 0.5px; }\n    .dv-social-card p { font-size: 0.85rem; margin: 5px 0 0 0; opacity: 0.9; font-weight: 400; }\n\n    .dv-social-card:hover { transform: translateY(-5px) scale(1.02); box-shadow: 0 10px 25px rgba(0,0,0,0.2); }\n    .dv-social-card:hover svg { transform: scale(1.1) rotate(-5deg); }\n\n    \/* Brand Specific Styles *\/\n    .dv-whatsapp-bg { background: linear-gradient(135deg, #25D366 0%, #128C7E 100%); }\n    .dv-insta-bg { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\n    .dv-fb-bg { background: linear-gradient(135deg, #1877F2 0%, #0C5DC7 100%); }\n    .dv-x-bg { background: linear-gradient(135deg, #000000 0%, #333333 100%); }\n\n    \/* Map & FAQ *\/\n    .dv-map-container {\n        height: 400px;\n        border-radius: var(--dv-radius);\n        overflow: hidden;\n        box-shadow: var(--dv-shadow);\n        margin-bottom: 50px;\n    }\n    \n    .dv-faq-details {\n        background: var(--dv-bg-alt);\n        margin-bottom: 10px;\n        border-radius: 8px;\n        padding: 15px 20px;\n        cursor: pointer;\n    }\n    .dv-faq-details summary { font-weight: 700; color: var(--dv-primary); outline: none; }\n    .dv-faq-details p { margin-top: 10px; color: #555; line-height: 1.6; }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n        .dv-title { font-size: 1.8rem; }\n        .dv-social-grid { grid-template-columns: 1fr; } \n        .dv-social-card { flex-direction: row; justify-content: flex-start; padding: 20px; }\n        .dv-social-card svg { margin-bottom: 0; margin-right: 15px; width: 30px; height: 30px; }\n        .dv-social-card div { text-align: left; }\n    }\n<\/style>\n\n<div class=\"dv-container\">\n\n    <!-- Header -->\n    <header class=\"dv-header\">\n        <h1 class=\"dv-title\">Contact Dr Vaper<\/h1>\n        <p class=\"dv-subtitle\">Your #1 destination in Riyadh for Vape products, E-Shisha, and Salt Nic flavors. We serve Al Malqa and all of Saudi Arabia.<\/p>\n    <\/header>\n\n    <!-- Social Media & WhatsApp Grid -->\n    <h2 class=\"dv-social-section-title\">Connect With Us<\/h2>\n    <div class=\"dv-social-grid\">\n        \n        <!-- WhatsApp -->\n        <a href=\"https:\/\/wa.me\/966567679449?text=Hello%20Dr%20Vaper,%20I%20have%20an%20inquiry%20regarding...\" target=\"_blank\" class=\"dv-social-card dv-whatsapp-bg\" rel=\"nofollow noopener\">\n            <svg viewBox=\"0 0 448 512\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"\/><\/svg>\n            <div>\n                <span>WhatsApp<\/span>\n                <p>Instant Support<\/p>\n            <\/div>\n        <\/a>\n\n        <!-- Instagram -->\n        <a href=\"https:\/\/www.instagram.com\/drvaper.ksa\/\" target=\"_blank\" class=\"dv-social-card dv-insta-bg\" rel=\"nofollow noopener\">\n            <svg viewBox=\"0 0 448 512\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"\/><\/svg>\n            <div>\n                <span>Instagram<\/span>\n                <p>New Products &#038; Offers<\/p>\n            <\/div>\n        <\/a>\n\n        <!-- X (Twitter) -->\n        <a href=\"https:\/\/x.com\/DrVaper2013\" target=\"_blank\" class=\"dv-social-card dv-x-bg\" rel=\"nofollow\">\n            <svg viewBox=\"0 0 512 512\"><path d=\"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z\"\/><\/svg>\n            <div>\n                <span>Platform X<\/span>\n                <p>Latest Updates<\/p>\n            <\/div>\n        <\/a>\n\n        <!-- Facebook -->\n        <a href=\"https:\/\/www.facebook.com\/drvaper\" target=\"_blank\" class=\"dv-social-card dv-fb-bg\" rel=\"nofollow noopener\">\n            <svg viewBox=\"0 0 512 512\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"\/><\/svg>\n            <div>\n                <span>Facebook<\/span>\n                <p>Join the Community<\/p>\n            <\/div>\n        <\/a>\n    <\/div>\n\n    <!-- Info Grid -->\n    <div class=\"dv-info-grid\">\n        <div class=\"dv-info-card\">\n            <div class=\"dv-info-icon\">\ud83d\udcde<\/div>\n            <h3 class=\"dv-info-title\">Phone Call<\/h3>\n            <a href=\"tel:0567679449\" class=\"dv-link\">056 767 9449<\/a>\n        <\/div>\n        \n        <div class=\"dv-info-card\">\n            <div class=\"dv-info-icon\">\ud83d\udce7<\/div>\n            <h3 class=\"dv-info-title\">Email<\/h3>\n            <a href=\"mailto:info@drvaper.com\" class=\"dv-link\">info@drvaper.com<\/a>\n        <\/div>\n        \n        <div class=\"dv-info-card\">\n            <div class=\"dv-info-icon\">\ud83d\udccd<\/div>\n            <h3 class=\"dv-info-title\">Location<\/h3>\n            <p class=\"dv-info-text\">Riyadh, Al Malqa District<\/p>\n        <\/div>\n    <\/div>\n\n    <!-- Map -->\n    <div class=\"dv-map-container\">\n        <iframe \n            src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d14489.927643756284!2d46.6136!3d24.7845!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3e2ee30d36239121%3A0x6b80145c25608226!2sAl%20Malqa%2C%20Riyadh%20Saudi%20Arabia!5e0!3m2!1sen!2ssa!4v1600000000000!5m2!1sen!2ssa\" \n            width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\">\n        <\/iframe>\n    <\/div>\n\n    <!-- FAQ -->\n    <section>\n        <h2 class=\"dv-social-section-title\" style=\"margin-top: 50px;\">FAQ<\/h2>\n        <details class=\"dv-faq-details\">\n            <summary>Do you offer Cash on Delivery?<\/summary>\n            <p>Yes, we offer Cash on Delivery (COD) within Riyadh for your convenience.<\/p>\n        <\/details>\n        <details class=\"dv-faq-details\">\n            <summary>How can I track my order?<\/summary>\n            <p>You can track your order by contacting us via WhatsApp with your order number.<\/p>\n        <\/details>\n        <details class=\"dv-faq-details\">\n            <summary>What are your working hours?<\/summary>\n            <p>We work daily from 1:00 PM to 11:00 PM, and on Fridays starting from 4:00 PM.<\/p>\n        <\/details>\n    <\/section>\n\n<\/div>\n\n<!-- JSON-LD SEO Schema -->\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"VapeStore\",\n  \"name\": \"Dr Vaper\",\n  \"image\": \"https:\/\/drvaper.com\/wp-content\/uploads\/logo.png\",\n  \"description\": \"Dr Vaper store in Riyadh, Al Malqa District. Your destination for Vape products, E-Shisha, and Salt Nic flavors.\",\n  \"url\": \"https:\/\/drvaper.com\/contact-us\",\n  \"telephone\": \"+966567679449\",\n  \"email\": \"info@drvaper.com\",\n  \"address\": {\n    \"@type\": \"PostalAddress\",\n    \"streetAddress\": \"Al Malqa District\",\n    \"addressLocality\": \"Riyadh\",\n    \"addressRegion\": \"Riyadh\",\n    \"postalCode\": \"13521\",\n    \"addressCountry\": \"SA\"\n  },\n  \"geo\": {\n    \"@type\": \"GeoCoordinates\",\n    \"latitude\": \"24.7845\",\n    \"longitude\": \"46.6136\"\n  },\n  \"sameAs\": [\n    \"https:\/\/www.instagram.com\/drvaper.ksa\/\",\n    \"https:\/\/www.facebook.com\/drvaper\",\n    \"https:\/\/x.com\/DrVaper2013\"\n  ],\n  \"openingHoursSpecification\": [\n    {\n      \"@type\": \"OpeningHoursSpecification\",\n      \"dayOfWeek\": [\"Saturday\", \"Sunday\", \"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\"],\n      \"opens\": \"13:00\",\n      \"closes\": \"23:00\"\n    },\n    {\n      \"@type\": \"OpeningHoursSpecification\",\n      \"dayOfWeek\": \"Friday\",\n      \"opens\": \"16:00\",\n      \"closes\": \"23:00\"\n    }\n  ],\n  \"priceRange\": \"$$\"\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Contact Dr Vaper Your #1 destination in Riyadh for Vape products, E-Shisha, and Salt Nic flavors. We serve Al Malqa and all of Saudi Arabia. Connect With Us WhatsApp Instant Support Instagram New Products &#038; Offers Platform X Latest Updates Facebook Join the Community \ud83d\udcde Phone Call 056 767 9449 \ud83d\udce7 Email info@drvaper.com \ud83d\udccd Location [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-87471","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/drvaper.com\/en\/wp-json\/wp\/v2\/pages\/87471","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/drvaper.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/drvaper.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/drvaper.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/drvaper.com\/en\/wp-json\/wp\/v2\/comments?post=87471"}],"version-history":[{"count":0,"href":"https:\/\/drvaper.com\/en\/wp-json\/wp\/v2\/pages\/87471\/revisions"}],"wp:attachment":[{"href":"https:\/\/drvaper.com\/en\/wp-json\/wp\/v2\/media?parent=87471"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}