{"id":2343,"date":"2026-06-18T01:17:42","date_gmt":"2026-06-17T17:17:42","guid":{"rendered":"https:\/\/winboxmy.online\/?page_id=2343"},"modified":"2026-06-18T01:24:45","modified_gmt":"2026-06-17T17:24:45","slug":"winbox-help","status":"publish","type":"page","link":"https:\/\/winboxmy.online\/ms\/winbox-help\/","title":{"rendered":"Winbox Help"},"content":{"rendered":"<!-- -------------------------------------------------------------\n     WINBOX HELP & CUSTOMER SERVICE EDGE-TO-EDGE COMPONENT\n-------------------------------------------------------------- -->\n<style>\n    \/* Full-Width Background Breakout Technique *\/\n    .wb-full-width-section {\n        width: 100vw !important;\n        position: relative;\n        left: 50%;\n        right: 50%;\n        margin-left: -50vw !important;\n        margin-right: -50vw !important;\n        background-color: #0b192c; \/* The dark background now stretches infinitely *\/\n        color: #ffffff !important;\n        padding: 60px 0;\n        box-sizing: border-box;\n        font-family: 'Helvetica Neue', Arial, sans-serif;\n    }\n\n    \/* Inner Page Container - Keeps content bounded and beautifully aligned *\/\n    .wb-support-container {\n        width: 100%;\n        max-width: 1200px; \n        margin: 0 auto;\n        padding: 0 24px;\n        box-sizing: border-box;\n    }\n\n    \/* Main Section Header *\/\n    .wb-main-header {\n        text-align: center;\n        margin-bottom: 50px;\n    }\n\n    .wb-main-header h2 {\n        color: #e5b869; \/* Gold Accent *\/\n        font-size: 32px;\n        margin: 0 0 12px 0;\n        font-weight: 700;\n        letter-spacing: 0.5px;\n    }\n\n    .wb-main-header p {\n        color: #a0aec0;\n        font-size: 16px;\n        margin: 0;\n    }\n\n    \/* Modern Split-Screen Grid Layout *\/\n    .wb-support-layout-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 40px;\n    }\n\n    \/* Responsive adjustments for large screens *\/\n    @media (min-width: 992px) {\n        .wb-support-layout-grid {\n            grid-template-columns: 350px 1fr; \/* Contact column left, FAQs column right *\/\n            align-items: start;\n        }\n        \n        .wb-sticky-sidebar {\n            position: -webkit-sticky;\n            position: sticky;\n            top: 40px; \/* Pins conversion elements as user scrolls FAQs *\/\n        }\n    }\n\n    \/* -----------------------------------\n       Customer Service (Contact Cards Layout)\n    ----------------------------------- *\/\n    .wb-side-contact-box h3 {\n        color: #e5b869;\n        font-size: 20px;\n        margin: 0 0 20px 0;\n        border-bottom: 2px solid rgba(229, 184, 105, 0.2);\n        padding-bottom: 10px;\n    }\n\n    .wb-contact-stack {\n        display: flex;\n        flex-direction: column;\n        gap: 20px;\n    }\n\n    .wb-contact-card {\n        background: linear-gradient(145deg, #162b4d 0%, #0f1f38 100%);\n        border: 1px solid rgba(229, 184, 105, 0.2);\n        border-radius: 12px;\n        padding: 24px;\n        text-align: center;\n        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n\n    .wb-contact-card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 8px 24px rgba(0,0,0,0.5);\n        border-color: rgba(229, 184, 105, 0.7);\n    }\n\n    .wb-contact-icon {\n        font-size: 40px;\n        margin-bottom: 12px;\n        display: block;\n    }\n\n    .wb-contact-card h4 {\n        margin: 0 0 6px 0;\n        font-size: 18px;\n        color: #ffffff;\n    }\n\n    .wb-contact-card p {\n        font-size: 13px;\n        color: #a0aec0;\n        margin: 0 0 16px 0;\n    }\n\n    .wb-btn-action {\n        display: inline-block;\n        width: 100%;\n        max-width: 200px;\n        padding: 12px 20px;\n        background-color: #e5b869;\n        color: #0b192c !important;\n        text-decoration: none !important;\n        border-radius: 25px;\n        font-weight: bold;\n        font-size: 14px;\n        transition: background-color 0.2s ease;\n        box-sizing: border-box;\n    }\n\n    .wb-btn-action:hover {\n        background-color: #f5c879;\n    }\n\n    \/* -----------------------------------\n       Help Center (FAQ Accordions Layout)\n    ----------------------------------- *\/\n    .wb-faq-section-box h3 {\n        color: #e5b869;\n        font-size: 20px;\n        margin: 0 0 20px 0;\n        border-bottom: 2px solid rgba(229, 184, 105, 0.2);\n        padding-bottom: 10px;\n    }\n\n    .wb-faq-item {\n        background: rgba(255, 255, 255, 0.03);\n        border: 1px solid rgba(255, 255, 255, 0.08);\n        border-radius: 8px;\n        margin-bottom: 12px;\n        overflow: hidden;\n    }\n\n    .wb-faq-question {\n        padding: 18px 20px;\n        cursor: pointer;\n        font-weight: 600;\n        font-size: 15px;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        transition: background 0.3s ease;\n    }\n\n    .wb-faq-question:hover {\n        background: rgba(255, 255, 255, 0.08);\n    }\n\n    .wb-faq-icon {\n        font-size: 18px;\n        color: #e5b869;\n        transition: transform 0.3s ease;\n    }\n\n    .wb-faq-answer {\n        padding: 0 20px;\n        max-height: 0;\n        overflow: hidden;\n        color: #cbd5e1;\n        line-height: 1.7;\n        font-size: 14px;\n        transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), padding 0.3s ease;\n    }\n\n    .wb-faq-answer p {\n        margin: 0 0 16px 0;\n    }\n<\/style>\n\n<div class=\"wb-full-width-section\">\n    <div class=\"wb-support-container\">\n        \n        <!-- Center Header Overview -->\n        <header class=\"wb-main-header\">\n            <h2>Winbox Support Center<\/h2>\n            <p>Get instant assistance or browse through our comprehensive system resources.<\/p>\n        <\/header>\n\n        <!-- Dynamic Grid View -->\n        <div class=\"wb-support-layout-grid\">\n            \n            <!-- COLUMN 1: Customer Service Panel -->\n            <aside class=\"wb-sticky-sidebar wb-side-contact-box\">\n                <h3>Customer Service<\/h3>\n                <div class=\"wb-contact-stack\">\n                    \n                    <!-- Registration Card -->\n                    <div class=\"wb-contact-card\">\n                        <span class=\"wb-contact-icon\">\ud83d\udcdd<\/span>\n                        <h4>Register Now<\/h4>\n                        <p>Create your secure Winbox account today.<\/p>\n                        <a href=\"https:\/\/winboxmy.online\/ms\/winbox-register\/\" class=\"wb-btn-action\" target=\"_blank\">Sign Up<\/a>\n                    <\/div>\n\n                    <!-- WhatsApp Card -->\n                    <div class=\"wb-contact-card\">\n                        <span class=\"wb-contact-icon\">\ud83d\udcf1<\/span>\n                        <h4>WhatsApp Live<\/h4>\n                        <p>Direct live chat support with our agents.<\/p>\n                        <a href=\"https:\/\/wa.me\/60116401497\" class=\"wb-btn-action\" target=\"_blank\" rel=\"noopener\">Message Us<\/a>\n                    <\/div>\n\n                <\/div>\n            <\/aside>\n\n            <!-- COLUMN 2: Help Center Questions List -->\n            <section class=\"wb-faq-section-box\">\n                <h3>Frequently Asked Questions (FAQs)<\/h3>\n\n                <!-- FAQ 1 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>1. What is Winbox?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Winbox is Malaysia&#8217;s leading comprehensive online entertainment platform, offering a wide range of games including live casino, slot games, sports betting, and 4D lottery.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 2 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>2. Is Winbox legal and safe to play?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Yes, Winbox utilizes high-end encryption technology to ensure all user data and transactions are completely secure and private.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 3 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>3. How do I register an account?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Simply click the &#8220;Register&#8221; button, enter your valid mobile phone number, and verify it via the OTP (One-Time Password) sent via SMS to create your account.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 4 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>4. Can I have multiple accounts?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>No, to maintain a fair gaming environment, each user is only permitted to register one Winbox account tied to their specific phone number and banking details.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 5 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>5. What should I do if I forget my password?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Click &#8220;Forgot Password&#8221; on the login page. Enter your registered mobile number, and we will send an SMS OTP to help you securely reset it.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 6 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>6. How do I change my password?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Log into your account, go to the &#8220;Me&#8221; or &#8220;Settings&#8221; tab, select &#8220;Change Password,&#8221; and follow the prompts to update your security credentials.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 7 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>7. How do I download the Winbox app?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Visit our official download page, scan the QR code provided, or click the download link matching your device&#8217;s operating system.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 8 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>8. Is the app available for both Android and iOS?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Yes, the Winbox app is fully optimized and available for both Android and Apple iOS devices.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 9 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>9. Do I need to pay to download the app?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>No, the Winbox application is 100% free to download and install.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 10 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>10. How do I top up my Winbox wallet?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Go to the &#8220;Top Up&#8221; section, select your preferred method (Instant Bank Transfer, e-Wallet, or Crypto), enter the amount, and follow the instructions.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 11 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>11. What is the minimum deposit amount?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>The minimum deposit amount is generally RM20, but this may vary slightly depending on the payment method selected.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 12 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>12. How long does a deposit take to reflect?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Most deposits are processed instantly and will reflect in your Winbox wallet within 1 to 3 minutes.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 13 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>13. Can I use a friend&#8217;s bank account to deposit?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>No, third-party transactions are strictly prohibited. The bank account name used for deposits must match your registered Winbox name.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 14 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>14. How do I withdraw my winnings?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Navigate to the &#8220;Withdraw&#8221; section, bind your personal bank account, input the withdrawal amount, and submit your request.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 15 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>15. What is the minimum withdrawal amount?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>The minimum withdrawal amount is typically RM50. Please check the withdrawal page for the most up-to-date limits.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 16 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>16. Is there a maximum withdrawal limit?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Winbox supports large withdrawals, but incredibly large sums may be processed in batches depending on banking limits. Contact customer service for VIP withdrawal limits.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 17 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>17. How long does a withdrawal take?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Standard bank withdrawals are usually processed and transferred to your bank account within 5 to 15 minutes during normal banking hours.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 18 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>18. Why was my withdrawal rejected?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Withdrawals can be rejected if your bank details do not match your registered name, if turnover requirements from bonuses aren&#8217;t met, or due to suspected fraudulent activity.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 19 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>19. What games are available on Winbox?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>We feature thousands of games including Lion King, Lion King Slots, Playtech, BG Live Casino, Maxbet, SV388 Cockfight, and traditional 4D lottery.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 20 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>20. Can I play games for free?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Many of our slot game providers offer a &#8220;Demo Mode&#8221; allowing you to try the game for free before placing real-money bets.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 21 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>21. What is a turnover requirement?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>A turnover requirement (or wagering requirement) is a multiplier that dictates how much you must bet before you can withdraw bonus funds. Example: An RM10 bonus with a 3x turnover requires RM30 in total bets.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 22 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>22. How do I claim welcome bonuses or promotions?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Check the &#8220;Promotions&#8221; tab in the app. Select the promotion you want to claim and follow the specific instructions or apply the promo code during your deposit.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 23 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>23. Are there daily check-in bonuses?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Yes! Winbox frequently runs daily check-in events and spin-the-wheel promotions. Check the app daily to claim your rewards.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 24 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>24. How does the VIP or loyalty program work?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>As you deposit and play, you will accumulate VIP points. Higher VIP tiers unlock better rebate rates, special birthday bonuses, and priority customer support.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 25 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>25. How do I invite friends to join Winbox?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Go to your profile and find your unique Referral Link or QR Code. Share this with your friends so they can register under your network.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 26 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>26. Is there a referral bonus?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Absolutely. You can earn passive income and referral commissions based on the active gameplay of users who sign up using your referral link.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 27 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>27. What do I do if a game freezes or disconnects?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Do not panic. Your bet outcome is securely recorded on our servers. Simply refresh the app or log back in. If the issue persists, take a screenshot and contact support.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 28 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>28. Can I change my registered phone number?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>For security purposes, phone numbers cannot be changed directly in the app. You must contact customer service and undergo an identity verification process to update it.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 29 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>29. How do I contact customer support?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>You can contact our 24\/7 support team directly through our official WhatsApp channel linked in the Customer Service section.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ 30 -->\n                <div class=\"wb-faq-item\">\n                    <div class=\"wb-faq-question\" onclick=\"toggleFaq(this)\">\n                        <span>30. Can I delete or deactivate my account?<\/span>\n                        <span class=\"wb-faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"wb-faq-answer\">\n                        <p>Yes, if you wish to take a break or close your account permanently, please contact our customer support team to assist you with the deactivation process.<\/p>\n                    <\/div>\n                <\/div>\n\n            <\/section>\n        <\/div>\n        \n    <\/div>\n<\/div>\n\n<!-- JavaScript Interactivity Dynamic Engine -->\n<script>\n    function toggleFaq(element) {\n        const answer = element.nextElementSibling;\n        const icon = element.querySelector('.wb-faq-icon');\n        \n        const allAnswers = document.querySelectorAll('.wb-faq-answer');\n        const allIcons = document.querySelectorAll('.wb-faq-icon');\n        \n        let isCurrentlyOpen = (answer.style.maxHeight && answer.style.maxHeight !== \"0px\");\n\n        \/\/ Clear other expansions for neat structural viewing\n        allAnswers.forEach(ans => {\n            ans.style.maxHeight = \"0px\";\n            ans.style.padding = \"0 20px\";\n        });\n        allIcons.forEach(icn => {\n            icn.textContent = \"+\";\n        });\n\n        \/\/ Toggle state sequence\n        if (!isCurrentlyOpen) {\n            answer.style.maxHeight = answer.scrollHeight + 32 + \"px\"; \n            answer.style.padding = \"16px 20px\";\n            icon.textContent = \"\u2212\";\n        }\n    }\n<\/script>","protected":false},"excerpt":{"rendered":"<p>Winbox Support Center Get instant assistance or browse through our comprehensive system resources. Customer Service \ud83d\udcdd Register Now Create your secure Winbox account today. Sign Up \ud83d\udcf1 WhatsApp Live Direct live chat support with our agents. Message Us Frequently Asked Questions (FAQs) 1. What is Winbox? + Winbox is Malaysia&#8217;s leading comprehensive online entertainment platform, &#8230; <a title=\"Winbox Help\" class=\"read-more\" href=\"https:\/\/winboxmy.online\/ms\/winbox-help\/\" aria-label=\"Read more about Winbox Help\">Tengok Detail<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"iawp_total_views":7,"footnotes":""},"class_list":["post-2343","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/winboxmy.online\/ms\/wp-json\/wp\/v2\/pages\/2343","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/winboxmy.online\/ms\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/winboxmy.online\/ms\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/winboxmy.online\/ms\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/winboxmy.online\/ms\/wp-json\/wp\/v2\/comments?post=2343"}],"version-history":[{"count":4,"href":"https:\/\/winboxmy.online\/ms\/wp-json\/wp\/v2\/pages\/2343\/revisions"}],"predecessor-version":[{"id":2347,"href":"https:\/\/winboxmy.online\/ms\/wp-json\/wp\/v2\/pages\/2343\/revisions\/2347"}],"wp:attachment":[{"href":"https:\/\/winboxmy.online\/ms\/wp-json\/wp\/v2\/media?parent=2343"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}