{"id":8964,"date":"2021-02-12T12:59:39","date_gmt":"2021-02-12T12:59:39","guid":{"rendered":"https:\/\/drvaper.com\/?page_id=8964"},"modified":"2026-04-19T21:31:42","modified_gmt":"2026-04-19T15:31:42","slug":"about-us","status":"publish","type":"page","link":"https:\/\/drvaper.com\/en\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"\n<style>\n    \/* * Dr Vaper - About Us Page Styles (English) - INDEPENDENT & AUTO-DIRECTION\n     * Scoped with 'dv-about-container-en' to prevent conflicts with Arabic\n     *\/\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-primary-light: rgba(0, 128, 128, 0.05);\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.06);\n        --dv-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\n    }\n\n    \/* Unique class for English to avoid breaking Arabic *\/\n    .dv-about-container-en {\n        font-family: 'Almarai', sans-serif !important;\n        max-width: 1100px;\n        margin: 0 auto;\n        padding: 40px 20px;\n        background-color: var(--dv-bg) !important;\n        color: var(--dv-secondary) !important;\n        line-height: 1.8 !important;\n        \/* text-align and direction are handled automatically by HTML dir=\"auto\" *\/\n    }\n\n    \/* Hero Section *\/\n    .dv-about-container-en .dv-about-hero {\n        text-align: center !important;\n        margin-bottom: 60px !important;\n        padding: 40px 20px !important;\n        background: linear-gradient(to bottom, var(--dv-primary-light), var(--dv-bg)) !important;\n        border-radius: var(--dv-radius) !important;\n    }\n\n    .dv-about-container-en h1.dv-about-hero-title {\n        font-family: 'Almarai', sans-serif !important;\n        font-size: 2.8rem !important;\n        font-weight: 800 !important;\n        color: #008080 !important;\n        margin-bottom: 20px !important;\n        line-height: 1.3 !important;\n        border: none !important;\n        background: none !important;\n    }\n\n    .dv-about-container-en p.dv-about-hero-subtitle {\n        font-family: 'Almarai', sans-serif !important;\n        font-size: 1.2rem !important;\n        color: #555555 !important;\n        max-width: 800px !important;\n        margin: 0 auto !important;\n        line-height: 1.6 !important;\n    }\n\n    \/* Text Content Blocks *\/\n    .dv-about-container-en .dv-about-content-block {\n        margin-bottom: 50px !important;\n    }\n\n    .dv-about-container-en .dv-about-content-block h2 {\n        font-family: 'Almarai', sans-serif !important;\n        font-size: 2rem !important;\n        color: #2c3e50 !important;\n        margin-bottom: 20px !important;\n        font-weight: 800 !important;\n        position: relative !important;\n        padding-inline-start: 20px !important; \n        border: none !important;\n    }\n\n    .dv-about-container-en .dv-about-content-block h2::before {\n        content: '' !important;\n        position: absolute !important;\n        inset-inline-start: 0 !important; \n        top: 10% !important;\n        height: 80% !important;\n        width: 6px !important;\n        background-color: #008080 !important;\n        border-radius: 10px !important;\n    }\n\n    .dv-about-container-en .dv-about-content-block p {\n        font-family: 'Almarai', sans-serif !important;\n        font-size: 1.1rem !important;\n        color: #444444 !important;\n        margin-bottom: 15px !important;\n        line-height: 1.8 !important;\n    }\n\n    \/* Features Grid *\/\n    .dv-about-container-en .dv-features-grid {\n        display: grid !important;\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;\n        gap: 30px !important;\n        margin-top: 40px !important;\n        margin-bottom: 60px !important;\n    }\n\n    .dv-about-container-en .dv-feature-card {\n        background: var(--dv-bg) !important;\n        border: 1px solid #eeeeee !important;\n        border-radius: var(--dv-radius) !important;\n        padding: 30px 20px !important;\n        text-align: center !important;\n        transition: var(--dv-transition) !important;\n        box-shadow: 0 2px 10px rgba(0,0,0,0.02) !important;\n    }\n\n    .dv-about-container-en .dv-feature-card:hover {\n        transform: translateY(-5px) !important;\n        box-shadow: var(--dv-shadow) !important;\n        border-color: #008080 !important;\n    }\n\n    .dv-about-container-en .dv-feature-icon {\n        width: 70px !important;\n        height: 70px !important;\n        background-color: rgba(0, 128, 128, 0.08) !important;\n        border-radius: 50% !important;\n        display: flex !important;\n        align-items: center !important;\n        justify-content: center !important;\n        margin: 0 auto 20px auto !important;\n        transition: var(--dv-transition) !important;\n    }\n    \n    .dv-about-container-en .dv-feature-card:hover .dv-feature-icon {\n        background-color: #008080 !important;\n    }\n\n    .dv-about-container-en .dv-feature-icon svg {\n        width: 32px !important;\n        height: 32px !important;\n        stroke: #008080 !important;\n        transition: var(--dv-transition) !important;\n    }\n\n    .dv-about-container-en .dv-feature-card:hover .dv-feature-icon svg {\n        stroke: #ffffff !important;\n    }\n\n    .dv-about-container-en .dv-feature-title {\n        font-family: 'Almarai', sans-serif !important;\n        font-size: 1.25rem !important;\n        font-weight: 700 !important;\n        margin-bottom: 10px !important;\n        color: #2c3e50 !important;\n    }\n\n    .dv-about-container-en .dv-feature-text {\n        font-family: 'Almarai', sans-serif !important;\n        font-size: 0.95rem !important;\n        color: #666666 !important;\n    }\n\n    \/* Contact Strip Section *\/\n    .dv-about-container-en .dv-contact-strip {\n        background-color: var(--dv-bg-alt) !important;\n        border: 1px solid #eeeeee !important;\n        border-radius: var(--dv-radius) !important;\n        padding: 30px !important;\n        margin-bottom: 50px !important;\n        display: flex !important;\n        flex-wrap: wrap !important;\n        gap: 20px !important;\n        align-items: center !important;\n        justify-content: space-between !important;\n    }\n\n    .dv-about-container-en .dv-contact-text {\n        flex: 1 1 300px !important;\n    }\n\n    .dv-about-container-en .dv-contact-text h3 {\n        font-family: 'Almarai', sans-serif !important;\n        font-size: 1.5rem !important;\n        color: #2c3e50 !important;\n        margin-bottom: 10px !important;\n        font-weight: 800 !important;\n        border: none !important;\n    }\n\n    .dv-about-container-en .dv-contact-actions {\n        display: flex !important;\n        gap: 15px !important;\n        flex-wrap: wrap !important;\n    }\n\n    .dv-about-container-en .dv-btn-whatsapp {\n        display: flex !important;\n        align-items: center !important;\n        gap: 8px !important;\n        background-color: #25D366 !important;\n        color: white !important;\n        padding: 12px 25px !important;\n        border-radius: 50px !important;\n        font-weight: 700 !important;\n        text-decoration: none !important;\n        transition: var(--dv-transition) !important;\n    }\n\n    .dv-about-container-en .dv-btn-whatsapp:hover {\n        transform: translateY(-3px) !important;\n        box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3) !important;\n        color: white !important;\n    }\n\n    .dv-about-container-en .dv-btn-whatsapp svg {\n        width: 20px !important;\n        height: 20px !important;\n        fill: white !important;\n    }\n\n    .dv-about-container-en .dv-btn-outline {\n        display: inline-block !important;\n        background-color: transparent !important;\n        color: #008080 !important;\n        padding: 12px 25px !important;\n        border-radius: 50px !important;\n        font-weight: 700 !important;\n        text-decoration: none !important;\n        transition: var(--dv-transition) !important;\n        border: 2px solid #008080 !important;\n    }\n\n    .dv-about-container-en .dv-btn-outline:hover {\n        background-color: #008080 !important;\n        color: white !important;\n    }\n\n    \/* Call to Action Section *\/\n    .dv-about-container-en .dv-about-cta {\n        background-color: #2c3e50 !important;\n        color: white !important;\n        text-align: center !important;\n        padding: 50px 30px !important;\n        border-radius: var(--dv-radius) !important;\n        margin-top: 40px !important;\n    }\n\n    .dv-about-container-en .dv-about-cta h3 {\n        font-family: 'Almarai', sans-serif !important;\n        font-size: 2rem !important;\n        margin-bottom: 15px !important;\n        color: white !important;\n        border: none !important;\n    }\n\n    .dv-about-container-en .dv-about-cta p {\n        font-family: 'Almarai', sans-serif !important;\n        font-size: 1.1rem !important;\n        margin-bottom: 30px !important;\n        opacity: 0.9 !important;\n        color: white !important;\n    }\n\n    .dv-about-container-en .dv-btn {\n        display: inline-block !important;\n        background-color: #008080 !important;\n        color: white !important;\n        padding: 15px 35px !important;\n        border-radius: 50px !important;\n        font-size: 1.1rem !important;\n        font-weight: 700 !important;\n        text-decoration: none !important;\n        transition: var(--dv-transition) !important;\n        border: 2px solid #008080 !important;\n    }\n\n    .dv-about-container-en .dv-btn:hover {\n        background-color: transparent !important;\n        color: #008080 !important;\n        border-color: white !important;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n        .dv-about-container-en h1.dv-about-hero-title { font-size: 2.2rem !important; }\n        .dv-about-container-en .dv-about-content-block h2 { font-size: 1.6rem !important; }\n        .dv-about-container-en .dv-about-cta h3 { font-size: 1.6rem !important; }\n        .dv-about-container-en .dv-contact-actions { justify-content: flex-start !important; width: 100% !important; }\n        .dv-about-container-en .dv-btn-whatsapp, .dv-about-container-en .dv-btn-outline { width: 100% !important; justify-content: center !important; text-align: center !important; }\n    }\n<\/style>\n\n<div class=\"dv-about-container-en\" dir=\"auto\">\n\n    <div class=\"dv-about-hero\">\n        <h1 class=\"dv-about-hero-title\" style=\"color: #008080 !important; font-size: 2.8rem !important; font-weight: 800 !important;\">About Us &#8211; Dr Vaper<\/h1>\n        <p class=\"dv-about-hero-subtitle\" style=\"color: #555 !important; font-size: 1.2rem !important;\">The first and most trusted destination for vape and e-shisha products in Saudi Arabia. Authentic quality, massive variety, and service that exceeds your expectations.<\/p>\n    <\/div>\n\n    <div class=\"dv-about-content-block\">\n        <h2 style=\"color: #2c3e50 !important; font-weight: 800 !important;\">Our Story &#038; Passion<\/h2>\n        <p><strong>Dr Vaper<\/strong> was established in the heart of Riyadh (Al Malqa district) to meet the growing need for reliable and safe electronic vaping products. We noticed a crucial need in the market for a store that combines <strong>100% authentic products<\/strong> with competitive prices, while providing transparent consultations for users.<\/p>\n        <p>We are not just an online store; we are an integrated community striving to provide the best alternatives for adult smokers by offering the latest global devices from Pod Systems, Vape Mods, diverse flavors, and Disposables from the finest international brands.<\/p>\n    <\/div>\n\n    <div class=\"dv-about-content-block\">\n        <h2 style=\"color: #2c3e50 !important; font-weight: 800 !important;\">Our Vision &#038; Mission<\/h2>\n        <p><strong>Our Vision:<\/strong> To be the first choice and the most important reference for anyone seeking quality and authenticity in the vaping world in Saudi Arabia.<\/p>\n        <p><strong>Our Mission:<\/strong> Delivering an exceptional shopping experience based on trust and credibility. We are committed to providing the latest products as soon as they hit the global markets, ensuring their quality, and offering professional technical support to help customers choose the most suitable product for their needs.<\/p>\n    <\/div>\n\n    <div class=\"dv-about-content-block\">\n        <h2 style=\"text-align: center !important; padding-inline-start: 0 !important; color: #2c3e50 !important; font-weight: 800 !important;\">Why Choose Dr Vaper?<\/h2>\n        <style>.dv-about-container-en .dv-about-content-block h2[style*=\"text-align: center\"]::before { display: none !important; }<\/style>\n        \n        <div class=\"dv-features-grid\">\n            \n            <div class=\"dv-feature-card\">\n                <div class=\"dv-feature-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path>\n                        <path d=\"M9 12l2 2 4-4\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h3 class=\"dv-feature-title\" style=\"color: #2c3e50 !important;\">100% Authentic Products<\/h3>\n                <p class=\"dv-feature-text\">We only deal with official agents and sources to ensure you get an authentic product with a manufacturer verification code.<\/p>\n            <\/div>\n            \n            <div class=\"dv-feature-card\">\n                <div class=\"dv-feature-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"><\/polygon>\n                    <\/svg>\n                <\/div>\n                <h3 class=\"dv-feature-title\" style=\"color: #2c3e50 !important;\">Fast Delivery &#038; Shipping<\/h3>\n                <p class=\"dv-feature-text\">We offer instant delivery within Riyadh (North Riyadh, Al Malqa, etc.) and fast shipping to all cities in the Kingdom.<\/p>\n            <\/div>\n            \n            <div class=\"dv-feature-card\">\n                <div class=\"dv-feature-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"><\/path>\n                        <polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"><\/polyline>\n                        <line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"><\/line>\n                    <\/svg>\n                <\/div>\n                <h3 class=\"dv-feature-title\" style=\"color: #2c3e50 !important;\">Massive Variety<\/h3>\n                <p class=\"dv-feature-text\">A huge library of Freebase and Salt Nic flavors, alongside devices keeping up with the latest global releases.<\/p>\n            <\/div>\n\n            <div class=\"dv-feature-card\">\n                <div class=\"dv-feature-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <path d=\"M3 18v-6a9 9 0 0 1 18 0v6\"><\/path>\n                        <path d=\"M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z\"><\/path>\n                        <path d=\"M21 12h-2\"><\/path>\n                        <path d=\"M3 12h2\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h3 class=\"dv-feature-title\" style=\"color: #2c3e50 !important;\">Exceptional Support<\/h3>\n                <p class=\"dv-feature-text\">A dedicated team ready to answer your inquiries via WhatsApp and assist you with recommendations that suit your taste.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"dv-about-content-block\">\n        <h2 style=\"color: #2c3e50 !important; font-weight: 800 !important;\">Visit Us or Order Online<\/h2>\n        <p>We are happy to welcome you to our branch in Riyadh, Al Malqa district, where you can check out the products yourself and consult our team. We also provide an integrated online store with a user-friendly interface so you can order from anywhere in Saudi Arabia securely, with multiple payment options including Cash on Delivery (inside Riyadh), Mada, Apple Pay, and Credit Cards.<\/p>\n    <\/div>\n\n    <div class=\"dv-contact-strip\">\n        <div class=\"dv-contact-text\">\n            <h3 style=\"color: #2c3e50 !important; font-weight: 800 !important;\">We&#8217;re Always Here to Help<\/h3>\n            <p>For orders, complaints, or inquiries, contact us directly:<\/p>\n            <div style=\"margin-top: 10px !important;\">\n                <span style=\"font-size: 1.1rem !important; color: #555 !important;\">Contact Number: <\/span>\n                <a href=\"tel:+966567679449\" style=\"color: #008080 !important; text-decoration: none !important; font-weight: bold !important; display: inline-block !important;\">+966 56 767 9449<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"dv-contact-actions\">\n            <a href=\"https:\/\/wa.me\/966567679449?text=Hello%20Dr%20Vaper\" target=\"_blank\" class=\"dv-btn-whatsapp\" 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                WhatsApp Chat\n            <\/a>\n            <a href=\"https:\/\/drvaper.com\/en\/contact-us\/\" class=\"dv-btn-outline\">\n                Contact Us Page\n            <\/a>\n        <\/div>\n    <\/div>\n\n    <div class=\"dv-about-cta\">\n        <h3 style=\"color: #ffffff !important;\">Ready for a unique shopping experience?<\/h3>\n        <p style=\"color: #ffffff !important;\">Discover the latest offers and newly added products in our store now.<\/p>\n        <a href=\"https:\/\/drvaper.com\/en\/vape-riyadh\/\" class=\"dv-btn\">Shop Now<\/a>\n    <\/div>\n\n<\/div>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"AboutPage\",\n  \"mainEntity\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Dr Vaper\",\n    \"description\": \"Dr Vaper store is the leading destination in Saudi Arabia for selling vape products, e-shisha, salt nicotine flavors, and disposables. Located in Riyadh - Al Malqa.\",\n    \"url\": \"https:\/\/drvaper.com\/en\/\",\n    \"logo\": \"https:\/\/drvaper.com\/wp-content\/uploads\/logo.png\",\n    \"contactPoint\": {\n      \"@type\": \"ContactPoint\",\n      \"telephone\": \"+966567679449\",\n      \"contactType\": \"Customer Service\",\n      \"areaServed\": \"SA\",\n      \"availableLanguage\": \"English\"\n    },\n    \"sameAs\": [\n      \"https:\/\/www.instagram.com\/drvaper.ksa\/\",\n      \"https:\/\/www.facebook.com\/drvaper\",\n      \"https:\/\/x.com\/DrVaper2013\"\n    ]\n  }\n}\n<\/script>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>About Us &#8211; Dr Vaper The first and most trusted destination for vape and e-shisha products in Saudi Arabia. Authentic quality, massive variety, and service that exceeds your expectations. Our Story &#038; Passion Dr Vaper was established in the heart of Riyadh (Al Malqa district) to meet the growing need for reliable and safe electronic [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":91329,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8964","page","type-page","status-publish","has-post-thumbnail","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\/8964","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=8964"}],"version-history":[{"count":0,"href":"https:\/\/drvaper.com\/en\/wp-json\/wp\/v2\/pages\/8964\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/drvaper.com\/en\/wp-json\/wp\/v2\/media\/91329"}],"wp:attachment":[{"href":"https:\/\/drvaper.com\/en\/wp-json\/wp\/v2\/media?parent=8964"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}