{"id":29568,"date":"2026-05-08T13:02:32","date_gmt":"2026-05-08T13:02:32","guid":{"rendered":"https:\/\/modhub.capital\/?page_id=29568"},"modified":"2026-05-08T13:03:03","modified_gmt":"2026-05-08T13:03:03","slug":"faqs","status":"publish","type":"page","link":"https:\/\/modhub.capital\/?page_id=29568","title":{"rendered":"FAQS"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"29568\" class=\"elementor elementor-29568\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-b9219ef e-flex e-con-boxed e-con e-parent\" data-id=\"b9219ef\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45ff22d elementor-widget elementor-widget-html\" data-id=\"45ff22d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n\r\n<section class=\"faq-section\">\r\n    <div class=\"faq-container\">\r\n        <div class=\"faq-header\">\r\n            <h1>Frequently Asked <span class=\"orange-text\">Questions<\/span><\/h1>\r\n            <p>Everything you need to know about ordering from Modhub.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"faq-grid\">\r\n            <div class=\"faq-item\">\r\n                <button class=\"faq-question\">Is shipping Free? <i class=\"fas fa-plus\"><\/i><\/button>\r\n                <div class=\"faq-answer\">\r\n                    <p>Yes, shipping is always <strong>FREE<\/strong> when ordering with <strong>Modhub<\/strong>! We know how much people hate shipping costs, so we\u2019ve made it a core part of our business. Whether your order is big or small, and no matter which country you are in, you won't get any nasty surprises at checkout. This applies to all our warehouses in Europe, the UK, and India.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"faq-item\">\r\n                <button class=\"faq-question\">What other fees will I be charged? <i class=\"fas fa-plus\"><\/i><\/button>\r\n                <div class=\"faq-answer\">\r\n                    <p>None! At Modhub, the price you see on the product page is exactly what you pay. There are no hidden processing fees, handling charges, or taxes added at the final step.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"faq-item\">\r\n                <button class=\"faq-question\">Where do you ship from and to? <i class=\"fas fa-plus\"><\/i><\/button>\r\n                <div class=\"faq-answer\">\r\n                    <p>We ship globally from our strategic warehouses in the <strong>US, UK, EU, and India<\/strong>. We deliver to most countries worldwide, ensuring your parcel is shipped from the closest location to you for maximum speed.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"faq-item\">\r\n                <button class=\"faq-question\">Do orders come with a tracking number? <i class=\"fas fa-plus\"><\/i><\/button>\r\n                <div class=\"faq-answer\">\r\n                    <p>Yes, every single order comes with a unique tracking number. It will be sent to your registered email address within 2-4 business days after your order is processed.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"faq-item\">\r\n                <button class=\"faq-question\">How long does delivery take? <i class=\"fas fa-plus\"><\/i><\/button>\r\n                <div class=\"faq-answer\">\r\n                    <p>Delivery times depend on your location: US (2-5 days), UK (2-10 days), EU (2-15 days), and Rest of the World (5-20 days).<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"faq-item\">\r\n                <button class=\"faq-question\">Is a signature required on delivery? <i class=\"fas fa-plus\"><\/i><\/button>\r\n                <div class=\"faq-answer\">\r\n                    <p>Generally, a signature is not required. The courier will deliver the package to a safe place at your entrance or leave a note in your mailbox. However, some specific countries or shipping methods may occasionally require one.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"faq-item\">\r\n                <button class=\"faq-question\">How are orders sent? <i class=\"fas fa-plus\"><\/i><\/button>\r\n                <div class=\"faq-answer\">\r\n                    <p>All orders are sent in <strong>discreet, plain packaging<\/strong> with no mention of the contents or our website name \"Modhub\" to ensure your complete privacy.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"faq-item\">\r\n                <button class=\"faq-question\">What payment methods do you accept? <i class=\"fas fa-plus\"><\/i><\/button>\r\n                <div class=\"faq-answer\">\r\n                    <p>We accept a variety of secure payment methods, including major Credit\/Debit cards and Cryptocurrencies (Bitcoin\/Altcoins) for those who prefer extra anonymity.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\n    \/\/ FAQ Accordion Script\r\n    const faqItems = document.querySelectorAll('.faq-question');\r\n    \r\n    faqItems.forEach(item => {\r\n        item.addEventListener('click', () => {\r\n            const isOpen = item.classList.contains('active');\r\n            \r\n            \/\/ Close other open items\r\n            faqItems.forEach(otherItem => {\r\n                otherItem.classList.remove('active');\r\n                otherItem.nextElementSibling.style.maxHeight = null;\r\n                otherItem.querySelector('i').className = 'fas fa-plus';\r\n            });\r\n\r\n            if (!isOpen) {\r\n                item.classList.add('active');\r\n                item.nextElementSibling.style.maxHeight = item.nextElementSibling.scrollHeight + \"px\";\r\n                item.querySelector('i').className = 'fas fa-minus';\r\n            }\r\n        });\r\n    });\r\n<\/script>\r\n\r\n<style>\r\n    .faq-section {\r\n        background: transparent;\r\n        padding: 80px 0;\r\n        font-family: 'Inter', sans-serif;\r\n        color: #fff;\r\n    }\r\n\r\n    .faq-container {\r\n        max-width: 900px;\r\n        margin: 0 auto;\r\n        padding: 0 20px;\r\n    }\r\n\r\n    .faq-header { text-align: center; margin-bottom: 50px; }\r\n    .faq-header h1 { font-size: 38px; font-weight: 900; text-transform: uppercase; }\r\n    .orange-text { color: #F4911A; }\r\n    .faq-header p { opacity: 0.6; margin-top: 10px; }\r\n\r\n    .faq-grid { display: flex; flex-direction: column; gap: 15px; }\r\n\r\n    .faq-item {\r\n        background: rgba(255, 255, 255, 0.03);\r\n        border: 1px solid rgba(255, 255, 255, 0.05);\r\n        border-radius: 10px;\r\n        overflow: hidden;\r\n        transition: 0.3s;\r\n    }\r\n\r\n    .faq-question {\r\n        width: 100%;\r\n        padding: 22px 25px;\r\n        background: none;\r\n        border: none;\r\n        color: #fff;\r\n        text-align: left;\r\n        font-size: 17px;\r\n        font-weight: 700;\r\n        cursor: pointer;\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n        transition: 0.3s;\r\n    }\r\n\r\n    .faq-question:hover, .faq-question.active {\r\n        color: #F4911A;\r\n        background: rgba(244, 145, 26, 0.03);\r\n    }\r\n\r\n    .faq-question i {\r\n        font-size: 14px;\r\n        transition: 0.3s;\r\n        color: #F4911A;\r\n    }\r\n\r\n    .faq-answer {\r\n        max-height: 0;\r\n        overflow: hidden;\r\n        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n        background: rgba(255, 255, 255, 0.01);\r\n    }\r\n\r\n    .faq-answer p {\r\n        padding: 0 25px 25px 25px;\r\n        font-size: 15px;\r\n        line-height: 1.6;\r\n        color: #ccc;\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n        .faq-header h1 { font-size: 28px; }\r\n        .faq-question { font-size: 15px; padding: 18px 20px; }\r\n    }\r\n<\/style>\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>Frequently Asked Questions Everything you need to know about ordering from Modhub. Is shipping Free? Yes, shipping is always FREE<\/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-29568","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/modhub.capital\/index.php?rest_route=\/wp\/v2\/pages\/29568","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/modhub.capital\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/modhub.capital\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/modhub.capital\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/modhub.capital\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=29568"}],"version-history":[{"count":4,"href":"https:\/\/modhub.capital\/index.php?rest_route=\/wp\/v2\/pages\/29568\/revisions"}],"predecessor-version":[{"id":29572,"href":"https:\/\/modhub.capital\/index.php?rest_route=\/wp\/v2\/pages\/29568\/revisions\/29572"}],"wp:attachment":[{"href":"https:\/\/modhub.capital\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=29568"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}