1<!DOCTYPE html>
2<html lang="en-US" prefix="og: https://ogp.me/ns#">
3 <head>
4 <meta charset="UTF-8">
5 <script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){
6 var href=document.location.href;
7 if(!href.match(/[?&]nowprocket/)){
8 if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
9
10 <meta name="viewport" content="width=device-width, initial-scale=1">
11
12<!-- Search Engine Optimization by Rank Math - https://rankmath.com/ -->
13<title>Dubaiexch | Dubai Exchange | Dubaiexchange 247 | Dubaiexch 247</title><link rel="stylesheet" href="https://dubaiexchange-247.com/wp-content/cache/min/1/19e445444b27dbd49765d554a9a69444.css" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" media="all" data-minify="1">
14<meta name="description" content="Dubaiexch247 offers secure online Gaming on cricket, football, kabaddi, and Live Spots. Enjoy live updates, exchange markets, and exclusive bonuses.">
15<meta name="robots" content="index, follow, max-snippet:-1, max-video-preview:-1, max-image-preview:large">
16<link rel="canonical" href="https://dubaiexchange-247.com/">
17<meta property="og:locale" content="en_US">
18<meta property="og:type" content="website">
19<meta property="og:title" content="Dubaiexch | Dubai Exchange | Dubaiexchange 247 | Dubaiexch 247">
20<meta property="og:description" content="Dubaiexch247 offers secure online Gaming on cricket, football, kabaddi, and Live Spots. Enjoy live updates, exchange markets, and exclusive bonuses.">
21<meta property="og:url" content="https://dubaiexchange-247.com/">
22<meta property="og:site_name" content="Just another WordPress site">
23<meta property="og:updated_time" content="2025-12-20T11:13:35+00:00">
24<meta property="article:published_time" content="2025-11-18T11:44:57+00:00">
25<meta property="article:modified_time" content="2025-12-20T11:13:35+00:00">
26<meta name="twitter:card" content="summary_large_image">
27<meta name="twitter:title" content="Dubaiexch | Dubai Exchange | Dubaiexchange 247 | Dubaiexch 247">
28<meta name="twitter:description" content="Dubaiexch247 offers secure online Gaming on cricket, football, kabaddi, and Live Spots. Enjoy live updates, exchange markets, and exclusive bonuses.">
29<meta name="twitter:label1" content="Written by">
30<meta name="twitter:data1" content="dubaiexchange247_263dsh">
31<meta name="twitter:label2" content="Time to read">
32<meta name="twitter:data2" content="17 minutes">
33<script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":["Person","Organization"],"@id":"https://dubaiexchange-247.com/#person","name":"Just another WordPress site","logo":{"@type":"ImageObject","@id":"https://dubaiexchange-247.com/#logo","url":"https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-150x150.png","contentUrl":"https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-150x150.png","caption":"Just another WordPress site","inLanguage":"en-US"},"image":{"@type":"ImageObject","@id":"https://dubaiexchange-247.com/#logo","url":"https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-150x150.png","contentUrl":"https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-150x150.png","caption":"Just another WordPress site","inLanguage":"en-US"}},{"@type":"WebSite","@id":"https://dubaiexchange-247.com/#website","url":"https://dubaiexchange-247.com","name":"Just another WordPress site","publisher":{"@id":"https://dubaiexchange-247.com/#person"},"inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":"https://dubaiexchange-247.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"ImageObject","@id":"https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp","url":"https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp","width":"200","height":"200","inLanguage":"en-US"},{"@type":"WebPage","@id":"https://dubaiexchange-247.com/#webpage","url":"https://dubaiexchange-247.com/","name":"Dubaiexch | Dubai Exchange | Dubaiexchange 247 | Dubaiexch 247","datePublished":"2025-11-18T11:44:57+00:00","dateModified":"2025-12-20T11:13:35+00:00","about":{"@id":"https://dubaiexchange-247.com/#person"},"isPartOf":{"@id":"https://dubaiexchange-247.com/#website"},"primaryImageOfPage":{"@id":"https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp"},"inLanguage":"en-US"},{"@type":"Person","@id":"https://dubaiexchange-247.com/author/dubaiexchange247_263dsh/","name":"dubaiexchange247_263dsh","url":"https://dubaiexchange-247.com/author/dubaiexchange247_263dsh/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/131a3da7a434342c17b7a1da0ee224bbc19e70b23f118353845d95b53bcdd8e1?s=96&d=mm&r=g","url":"https://secure.gravatar.com/avatar/131a3da7a434342c17b7a1da0ee224bbc19e70b23f118353845d95b53bcdd8e1?s=96&d=mm&r=g","caption":"dubaiexchange247_263dsh","inLanguage":"en-US"},"sameAs":["https://www.dubaiexchange-247.com"]},{"@type":"Article","headline":"Dubaiexch | Dubai Exchange | Dubaiexchange 247 | Dubaiexch 247","keywords":"Dubaiexch","datePublished":"2025-11-18T11:44:57+00:00","dateModified":"2025-12-20T11:13:35+00:00","author":{"@id":"https://dubaiexchange-247.com/author/dubaiexchange247_263dsh/","name":"dubaiexchange247_263dsh"},"publisher":{"@id":"https://dubaiexchange-247.com/#person"},"description":"Dubaiexch247 offers secure online Gaming on cricket, football, kabaddi, and Live Spots. Enjoy live updates, exchange markets, and exclusive bonuses.","name":"Dubaiexch | Dubai Exchange | Dubaiexchange 247 | Dubaiexch 247","@id":"https://dubaiexchange-247.com/#richSnippet","isPartOf":{"@id":"https://dubaiexchange-247.com/#webpage"},"image":{"@id":"https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://dubaiexchange-247.com/#webpage"}}]}</script>
34<meta name="google-site-verification" content="EfPWfgwgpnqMuNWhbzizXHwRHI0-l2Eywjn435n9eGA">
35<!-- /Rank Math WordPress SEO plugin -->
36
37
38
39<link rel="alternate" type="application/rss+xml" title=" » Feed" href="https://dubaiexchange-247.com/feed/">
40<link rel="alternate" type="application/rss+xml" title=" » Comments Feed" href="https://dubaiexchange-247.com/comments/feed/">
41<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://dubaiexchange-247.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdubaiexchange-247.com%2F">
42<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://dubaiexchange-247.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdubaiexchange-247.com%2F&format=xml">
43<style id="wp-img-auto-sizes-contain-inline-css" type="text/css">
44img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
45/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
46</style>
47<style id="wp-emoji-styles-inline-css" type="text/css">
48
49 img.wp-smiley, img.emoji {
50 display: inline !important;
51 border: none !important;
52 box-shadow: none !important;
53 height: 1em !important;
54 width: 1em !important;
55 margin: 0 0.07em !important;
56 vertical-align: -0.1em !important;
57 background: none !important;
58 padding: 0 !important;
59 }
60/*# sourceURL=wp-emoji-styles-inline-css */
61</style>
62<style id="classic-theme-styles-inline-css" type="text/css">
63/*! This file is auto-generated */
64.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
65/*# sourceURL=/wp-includes/css/classic-themes.min.css */
66</style>
67<style id="global-styles-inline-css" type="text/css">
68:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
69:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
70:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
71:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
72:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
73/*# sourceURL=global-styles-inline-css */
74</style>
75
76
77
78
79
80<style id="wpdevart-custom-style-inline-css" type="text/css">
81 body {font-family: Alegreya, sans-serif;} .wpdevart-top-header-bg-color {background: #10100e;} .wpdevart-top-header-gradient-color {background: linear-gradient(to right, #10100e, #10100e);} .wpdevart-top-header-border {border-bottom: 1px solid #383838;} .wpdevart-top-header-left {color: #d5d5d5;} .wpdevart-top-header-left-content {color: #d5d5d5;} .wpdevart-top-header-right-content {color: #d5d5d5;} .wpdevart-phone-email-icon {fill: #ffc88e;} .wpdevart-social-icons {background-color: #10100e; border: 1px solid #ffc88e;} .wpdevart-social-icons a {fill: #ffc88e;} .wpdevart-social-icons:hover {box-shadow: 0px 0px 10px #ffc88e;} .wpdevart-main-header-bg {background: #070506;} .wpdevart-main-header-bg-gradient {background: linear-gradient(to right, #070506, #070506);} .wpdevart-main-header-border {border-bottom: 1px solid #383838;} .wpdevart-logo-area img {max-height: 70px;} .wpdevart-logo-area-layouttwo img, .wpdevart-logo-area-layoutthree img {max-height: 70px!important;} @media screen and (min-width:960px) { .wpdevart-logo-area img {max-height: 40px;} .wpdevart-logo-area-layouttwo img, .wpdevart-logo-area-layoutthree img {max-height: 40px!important;}} .wpdevart-logo-text, .wpdevart-logo-text-gradient, .wpdevart-logo-text-layouttwo, .wpdevart-logo-text-layouttwo-gradient, .wpdevart-logo-text-layoutthree, .wpdevart-logo-text-layoutthree-gradient {font-size: 26px ; font-weight: 400 ;} .wpdevart-logo-text-simple {color: #fdc58a;} .wpdevart-logo-text-gradient a {background: linear-gradient(to right, #fdc58a, #fdc58a);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;} .wpdevart-logo-text-layouttwo-simple, .wpdevart-logo-text-layoutthree-simple {color: #fdc58a;} .wpdevart-logo-text-layouttwo-gradient a, .wpdevart-logo-text-layoutthree-gradient a {background: linear-gradient(to right, #fdc58a, #fdc58a);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;} .wpdevart-site-description {color: #d5d5d5;font-size: 18px;} @media screen and (min-width:960px) { .wpdevart-menu-items-color {color: #ffffff;} .simple-navbar-wpdevart a {color: #ffffff;} .wpdevart-menu-button-icon {fill: #ffffff;} .navbar-wpdevart .dropdown-menu, .navbar-wpdevart .sub-menu {background: #070506 ; border-top: 2px solid #fdc58a ;} .wpdevart-sub-menu-link-color {color: #d5d5d5 ;} .wpdevart-sub-menu-button-icon {fill: #d5d5d5 ;} } @media screen and (max-width:960px) { .head-mobile-toolbar {background: #10100e;} .head-mobile-toolbar-gradient {background: linear-gradient(to right, #10100e, #10100e);} .wpdevartmobilemenubutton.menu-opened:before {background: #fdc58a ;} .wpdevartmobilemenubutton:after {border-top:2px solid #fdc58a ; border-bottom:2px solid #fdc58a ;} .wpdevartmobilemenubutton:before {background: #fdc58a ;} .wpdevartmobilemenubutton.menu-opened:after {background: #fdc58a ;} #wpdevartmobilemenu {background: #070506 ;} #wpdevartmobilemenu ul ul li a, #wpdevartmobilemenu > ul > li > a {color: #ffffff ;} #wpdevartmobilemenu ul li, #wpdevartmobilemenu ul li ul {border-top:1px solid #433e37 ;} #wpdevartmobilemenu ul li:last-of-type {border-bottom:1px solid #433e37 ;} #wpdevartmobilemenu .wpdevart-submenu-button, #wpdevartmobilemenu .wpdevart-submenu-button.submenu-opened {background: #fdc58a ;} #wpdevartmobilemenu .wpdevart-submenu-button:after, #wpdevartmobilemenu .wpdevart-submenu-button.submenu-opened:after, #wpdevartmobilemenu .wpdevart-submenu-button:before {background: #070506 ;} } .site-header__search-trigger, .site-header-font-cursor {stroke: #fdc58a;} .search-trigger, .search-trigger-layout-two {stroke: #fdc58a;} .wpdevart-main-container {background: #070506;}
82.wpdevart-main-container:not(.wpdevart-post-text-content, .comment-body, .sidebar-widget-area), .wpdevart-main-container p:not(.wpdevart-post-text-content p, .comment-body p, .sidebar-widget-area p), .wpdevart-main-container li:not(.wpdevart-post-text-content li, .comment-body li, .sidebar-widget-area li), .wpdevart-comment-respond input, .wpdevart-comment-respond textarea, .wpdevart-main-container .wp-block-search__input {color: #d5d5d5;} .wpdevart-main-container:not(.wpdevart-post-text-content, .sidebar-widget-area), .wpdevart-main-container p:not(.wpdevart-post-text-content p, .sidebar-widget-area p), .wpdevart-main-container li:not(.wpdevart-post-text-content li, .sidebar-widget-area li) {font-size: 17px;} .wpdevart-comment-respond, .wpdevart-comment-respond p, .wpdevart-comment-respond li {color:
#d5d5d5px;} .wpdevart-comment-respond a:not(.reply a) {color: #fdc58a;font-size: 17px;} .wpdevart-comment-respond a:hover:not(.reply a) {color: #ebebeb;} .wpdevart-main-container a:not(.post-tags a, .wpdevart-comment-respond a, .comment-author a, .comment-body .comment-meta a, .wp-block-comment-reply-link a , .wpdevart-posts-list-title a, .wpdevart-post-text-content a, .wpdevart-entry-meta a, .wpdevart-entry-meta-category a, .wp-block-file a, .wp-block-cover-text a, .sidebar-widget-area a, .wp-block-button__link, .comment-body a, .comment-reply-link, .page-numbers, .page-numbers li a) {color: #fdc58a;} .wpdevart-main-container a:hover:not(.wpdevart-comment-respond a, .comment-author a, .comment-body .comment-meta a, .wp-block-comment-reply-link a , .wpdevart-posts-list-title a, .wpdevart-entry-meta a, .wpdevart-entry-meta-category a, .sidebar-widget-area a, .wp-block-button__link, .comment-body a, .comment-reply-link, .page-numbers) {color: #ffffff;} .wpdevart-main-container h1:not(.sidebar-widget-area h1), .wpdevart-main-container h2:not(.wpdevart-posts-list-title h2, .sidebar-widget-area h2), .wpdevart-main-container h3:not(.sidebar-widget-area h3), .wpdevart-main-container h4:not(.sidebar-widget-area h4), .wpdevart-main-container h5:not(.sidebar-widget-area h5), .wpdevart-main-container h6:not(.sidebar-widget-area h6) {color: #fdc58a;} .wpdevart-primary-button, .wp-block-search__button, #submit:not(.wpdevart-woocommerce #review_form #respond .form-submit input) {color: #fdc58a ; box-shadow: inset 0 0 0 0 #070506 ; background: #070506 ; border: 1px solid #fdc58a ;} .wpdevart-primary-button:hover, .wpdevart-primary-button:focus, .wp-block-search__button:hover, .wp-block-search__button:focus, #submit:hover:not(.wpdevart-woocommerce #review_form #respond .form-submit input), #submit:focus:not(.wpdevart-woocommerce #review_form #respond .form-submit input) {color: #ebebeb ; box-shadow: inset 400px 0 0 0 #070506 ; border: 1px solid #ebebeb ;} .wpdevart-main-container a:not(.reply a, .comment-author a, .comment-body .comment-meta a, .wpdevart-posts-list-title a, .wpdevart-entry-meta, .wpdevart-entry-meta a, .wpdevart-entry-meta-category a, .wp-block-file a, .wp-block-cover-text a, .sidebar-widget-area a, .wp-caption-text a, .page-numbers li a) {font-size: 17px; font-weight: 400; font-style: normal;} .wpdevart-main-container h1:not(.sidebar-widget-area h1) {font-size: 40px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .wpdevart-main-container h2:not(.wpdevart-posts-list-title h2, .sidebar-widget-area h2) {font-size: 28px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .wpdevart-main-container h3:not(.sidebar-widget-area h3) {font-size: 24px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .wpdevart-main-container h4:not(.sidebar-widget-area h4) {font-size: 23px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .wpdevart-main-container h5:not(.sidebar-widget-area h5) {font-size: 22px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .wpdevart-main-container h6:not(.sidebar-widget-area h6) {font-size: 20px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .post-tags a {color: #fdc58a!important; border: 1px solid #fdc58a!important;} .post-tags a:hover {color: #ffffff!important; border: 1px solid #ffffff!important;} .wpdevart-sidebar-container-inside {background: #070506!important; box-shadow: 0 0 2px 0 #343434, 0 5px 20px 0 #343434!important;} .sidebar-widget-area h1, .sidebar-widget-area h2, .sidebar-widget-area h3, .sidebar-widget-area h4, .sidebar-widget-area h5, .sidebar-widget-area h6 {color: #fdc58a; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .sidebar-widget-area h1, .sidebar-widget-area h2, .sidebar-widget-area h3 {font-size: 24px;} .sidebar-widget-area h4, .sidebar-widget-area h5, .sidebar-widget-area h6 {font-size: 20px;} .sidebar-widget-area, .sidebar-widget-area p, .sidebar-widget-area li {font-size: 16px; color: #d5d5d5;} .sidebar-widget-area .wp-block-search__input {color: #d5d5d5;} .sidebar-widget-area a:not(.wp-block-button__link, .wp-block-comment-reply-link a), .sidebar-widget-area p a:not(.wp-block-button__link, .wp-block-comment-reply-link a ) {font-size: 16px; color: #ffffff;} .sidebar-widget-area a:hover:not(.wp-block-button__link, .wp-block-comment-reply-link a), .sidebar-widget-area p a:hover:not(.wp-block-button__link, .wp-block-comment-reply-link a ) {color: #fdc58a;} .sidebar-widget-area .tag-cloud-link {color: #ffffff; border: 1px solid #ffffff;} .sidebar-widget-area .tag-cloud-link:hover {color: #fdc58a; border: 1px solid #fdc58a;} .comment-body {background: #070506;} .comment-body, .comment-body p, .comment-body li, .comment-body ol {color: #d5d5d5;} .comment-body h1, .comment-body h2, .comment-body h3, .comment-body h4, .comment-body h5, .comment-body h6 {color: #fdc58a;} .comment-body a:not(.reply a, .comment-reply-link, .comment-author a, .comment-body .comment-meta a) {color: #fdc58a; background: linear-gradient(90deg, #fdc58a, #fdc58a); background-repeat: no-repeat; background-position: 50% 100%; background-size: 100% 1px; transition: 0.5s all; text-decoration: none;} .comment-body a:hover:not(.reply a, .comment-reply-link, .comment-author a, .comment-body .comment-meta a) {color: #ebebeb; background-size: 0 1px;} .comment-author a, .comment-body .comment-meta a {border: 1px solid #fdc58a;} .comment-author a:hover, .comment-body .comment-meta a:hover {border: 1px solid #ebebeb;} .comment-reply-link {box-shadow: inset 0 0 0 0 #070506 ; background: #070506 ; border: 1px solid #fdc58a ;} .reply a, .wp-block-comment-reply-link a {color:#fdc58a;} .comment-reply-link:hover {box-shadow: inset 400px 0 0 0 #070506 ; border: 1px solid #ebebeb ;} .reply a:hover, .wp-block-comment-reply-link a:hover {color: #ebebeb ;}
83.page-numbers li {background: #070506; border: 1px solid #fdc58a;} .page-numbers {color: #c9b29f ;} .page-numbers li a {color: #fdc58a ;} .page-numbers li:hover {background: #070506; border: 1px solid #ebebeb;} .page-numbers li a:hover {color: #ebebeb ;} .page-numbers:hover {color: #c9b29f ;} .wpdevart-call-action-section-container {background: #070506 !important;} .wpdevart-call-action-custom-title-content {color: #f5f5f5 !important;} .wpdevart-call-action-custom-desctiption {color: #d5d5d5 !important;} .wpdevart-call-action-custom-title-content:after {background: #433e37 !important;} .wpdevart-latest-posts-section-container {background: #070506 !important;} .wpdevart-latest-posts-custom-title-content {color: #f5f5f5 !important;} .wpdevart-latest-posts-custom-desctiption {color: #d5d5d5 !important;} .wpdevart-latest-posts-custom-title-content:after {background: #433e37 !important;} .wpdevart-homepage-bg-color {background: #0a1229be, url(https://dubaiexchange-247.com/wp-content/themes/church-wda/images/banner-bg-image.jpg)!important;background-size: cover !important;background-position: center !important;background-repeat: no-repeat !important;} .wpdevart-homepage-bg-gradient-color {background: linear-gradient(to right, #0a1229be, #0a1229be), url(https://dubaiexchange-247.com/wp-content/themes/church-wda/images/banner-bg-image.jpg)!important;background-size: cover !important;background-position: center !important;background-repeat: no-repeat !important;} .wpdevart-banner-short-text {font-size: 17px;color: #fdc58a;} .wpdevart-banner-title {font-size: 43px;color: #ffffff;} @media (max-width: 600px) { .wpdevart-banner-title { font-size: 40px; } } .wpdevart-banner-content {font-size: 17px;color: #d5d5d5;} .sliding-text li {font-size: 37px;color: #ffc88e; line-height: 1.3; }@media (max-width: 600px) { .sliding-text li { font-size: 28px; line-height: 1.8; } } .circle {border: 10px dashed ;} @media (max-width: 600px) {.circle {border: 5px dashed ;}} @media (min-width: 600px) and (max-width: 1400px) {.circle {border: 9px dashed ;}} .wpdevart-action-section-bg {background: #2d2d3c;} .wpdevart-action-section-bg-gradient {background: linear-gradient(to right, #2d2d3c, #2d2d3c);} .wpdevart-action-text-content p {color: #d5d5d5; font-size: 16px;} .wpdevart-action-text-content-font {font-size: 30px;color: #fdc58a;} .wpdevart-homepage-posts-content {background: #070506; color: #d5d5d5;} .wpdevart-home-latest-post-date, .wpdevart-home-latest-post-read-more a {color: #d5d5d5;} .wpdevart-home-arrow-right {fill: #d5d5d5;} .wpdevart-home-latest-post-title a {color: #fdc58a;} .wpdevart-post-banner__bg {background: #10100e;} .wpdevart-post-banner__bg-gradient {background: linear-gradient(to right, #10100e, #10100e);} .post-banner__title {color: #f5f5f5 ;} .post-banner-content {text-align: center ;} .wpdevart-banner-entry-text, .wpdevart-breadcrumbs-single-post li, .wpdevart-breadcrumbs-single-post li:after {color: #d5d5d5 ;} .wpdevart-banner-entry-meta a, .wpdevart-breadcrumbs-single-post li a {color: #fdc58a; background: linear-gradient(90deg, #ffffff, #ffffff);} .wpdevart-banner-entry-meta a:hover, .wpdevart-breadcrumbs-single-post li a:hover {color: #ffffff;} .wpdevart-page-banner__bg {background: #10100e;} .wpdevart-page-banner__bg-gradient {background: linear-gradient(to right, #10100e, #10100e);} .page-banner__title {color: #f5f5f5 ;} .page-banner-content {text-align: center ;} .wpdevart-banner-page-entry-text, .wpdevart-breadcrumbs-single-page li, .wpdevart-breadcrumbs-single-page li:after {color: #d5d5d5 ;} .wpdevart-banner-page-entry-meta a, .wpdevart-breadcrumbs-single-page li a {color: #fdc58a; background: linear-gradient(90deg, #ffffff, #ffffff);} .wpdevart-banner-page-entry-meta a:hover, .wpdevart-breadcrumbs-single-page li a:hover {color: #ffffff ;} .wpdevart-archive-banner__bg {background: #10100e;} .wpdevart-archive-banner__bg-gradient {background: linear-gradient(to right, #10100e, #10100e);} .archive-banner__title {color: #f5f5f5 ;text-align: center ;} .wpdevart-entry-meta-category a {background: #070506; color: #fdc58a; border: 1px solid #fdc58a; font-size: 13px;} .wpdevart-entry-meta-category a:hover {background: #070506; color: #ebebeb; border: 1px solid #ebebeb;} .wpdevart-post-summary-content {background: #070506 ;} .wpdevart-post-summary-content-full-width {background: #070506 ;} .wpdevart-posts-list-title a {font-size: 22px; } .post-list-title a {color: #fdc58a; border-bottom: 1px solid #433e37;} .post-list-title a:hover {color: #ffffff;} .wpdevart-entry-meta, .wpdevart-entry-meta a {color: #ffffff; font-size: 12px;} .wpdevart-entry-meta a:hover {color: #fdc58a;} .wpdevart-icon-padding {fill: #ffc88e;} .wpdevart-post-text-content, .wpdevart-post-text-content p, .wpdevart-post-text-content a, .wpdevart-post-text-content li {color: #d5d5d5; font-size: 15px;} @media (max-width: 1200px) { .wpdevart-posts-list-title a {font-size: 18px;} .wpdevart-entry-meta, .wpdevart-entry-meta a {font-size: 11px;} .wpdevart-post-text-content, .wpdevart-post-text-content p, .wpdevart-post-text-content a, .wpdevart-post-text-content li {font-size: 14px;} } .wpdevart-search-banner__bg {background: #10100e ;} .wpdevart-search-banner__bg-gradient {background: linear-gradient(to right, #10100e, #10100e);} .search-banner__title {color: #f5f5f5 ;text-align: center ;} .wpdevart-not-found-page-content {background: #070506;}
84.wpdevart-container-woo-title {text-align: center !important;} .wpdevart-woo-banner__bg {background: #10100e!important;} .wpdevart-woo-banner__bg-gradient {background: linear-gradient(to bottom, #10100e, #10100e)!important;} .woo-shop-by-category-text a {color: #fdc58a!important; background: linear-gradient(90deg, #d8d8d8, #d8d8d8)!important; background-repeat: no-repeat!important; background-position: 50% 100%!important; background-size: 0 1px!important; transition: 0.5s all!important; text-decoration: none!important;} .woo-shop-by-category-text a:hover {color: #d8d8d8!important; background-size: 100% 1px!important;} .wpdevart-woo-icon {fill: #fdc58a!important;} .custom-cart-count {background: #fdc58a!important; color: #0a0a0a!important;} .wpdevart-woo-account-icon {fill: #fdc58a!important;} .wpdevart-breadcrumbs-woo li, .wpdevart-breadcrumbs-woo li:after {color: #fdc58a!important;} .wpdevart-breadcrumbs-woo li a {color: #fdc58a!important; background: linear-gradient(90deg, #ffffff, #ffffff);} .wpdevart-breadcrumbs-woo li a:hover {color: #ffffff!important;} .wpdevart-woo-container, .wp-block-woocommerce-mini-cart-contents {background: #070506!important;} .wpdevart-woocommerce ul.products li.product {background: #070506!important;} .wpdevart-woo-container:not(.wpdevart-woo-sidebar-container, .wpdevart-breadcrumbs-woo), .wpdevart-woo-container p:not(.wpdevart-woo-sidebar-container p, .wpdevart-breadcrumbs-woo p), .wpdevart-woo-container li:not(.wpdevart-woo-sidebar-container li, .wpdevart-breadcrumbs-woo li) {color: #d5d5d5!important; font-size: 17px!important;} .wpdevart-main-woo-container .woocommerce-Reviews input, .wpdevart-main-woo-container .woocommerce-Reviews textarea {color: #d5d5d5!important;} .wpdevart-woo-container .wp-block-search__input {color: #d5d5d5!important;} .wpdevart-woo-container a:not(.wc-block-cart-item__wrap a, .wc-block-cart-item__image a, .woo-shop-by-category-container a, .wpdevart-breadcrumbs-woo a, .wc-block-grid__product-link, .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li a, .wpdevart-woo-search-bar-container a, .wpdevart-woo-sidebar-container a, .wp-block-button__link, .woocommerce-product-gallery__trigger, .button, .woocommerce-Button, .wc-block-cart__submit-button, p.stars a, .wpdevart-woocommerce nav.woocommerce-pagination ul li, .wpdevart-woocommerce nav.woocommerce-pagination ul li span, .wpdevart-woocommerce nav.woocommerce-pagination ul li a) {color: #fdc58a!important; background: linear-gradient(90deg, #fdc58a, #fdc58a)!important; font-size: 17px!important; background-repeat: no-repeat!important; background-position: 50% 100%!important; text-decoration: none; transition: 0.5s all; background-size: 100% 1px!important;} .wpdevart-woo-container a:hover:not(.wc-block-cart-item__wrap a, .wc-block-cart-item__image a, .woo-shop-by-category-container a, .wpdevart-breadcrumbs-woo a, .wc-block-grid__product-link, .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li a, .wpdevart-woo-search-bar-container a, .wpdevart-woo-sidebar-container a, .wp-block-button__link, .woocommerce-product-gallery__trigger, .button, .woocommerce-Button, .wc-block-cart__submit-button, p.stars a, .wpdevart-woocommerce nav.woocommerce-pagination ul li, .wpdevart-woocommerce nav.woocommerce-pagination ul li span, .wpdevart-woocommerce nav.woocommerce-pagination ul li a) {color: #ffffff!important;background-size: 0 1px!important;} .wc-block-cart-item__wrap a {color: #fdc58a!important; font-size: 17px!important; text-decoration: none; transition: 0.5s all;} .wc-block-cart-item__wrap a:hover {color: #ffffff!important;} .wpdevart-woocommerce a.remove {color: #fdc58a!important; border: 1px solid #fdc58a!important;} .wpdevart-woocommerce a.remove:hover {background: #ffffff!important; border: 1px solid #ffffff!important;} .wpdevart-woo-container h1:not(.wpdevart-woo-sidebar-container h1), .wpdevart-woo-container h2:not(.wpdevart-woo-sidebar-container h2), .wpdevart-woo-container h3:not(.wpdevart-woo-sidebar-container h3), .wpdevart-woo-container h4:not(.wpdevart-woo-sidebar-container h4), .wpdevart-woo-container h5:not(.wpdevart-woo-sidebar-container h5), .wpdevart-woo-container h6:not(.wpdevart-woo-sidebar-container h6) {color: #fdc58a!important;} .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li.active a {color: #fdc58a!important;border-bottom: 3px solid #fdc58a!important;} .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li a {color: #7e7e7e!important;} .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs::before {border-bottom: 1px solid #433e37!important;} @media (max-width: 769px) {.wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs {border-left: 1px solid #433e37!important;}} .wc-block-grid__product-link, h2.wc-block-mini-cart__title {color: #fdc58a!important;} .wpdevart-woocommerce ul.products li.product .onsale, .wpdevart-woocommerce span.onsale {background-color: #2d2d3c!important;color: #fdc58a!important;} .wpdevart-woo-container h1 {font-size: 40px!important;} .wpdevart-shopping-cart {background: #070506!important; border: 1px solid #343434!important;} .wpdevart-shopping-cart, .wpdevart-shopping-cart p, .wpdevart-shopping-cart li, .wpdevart-shopping-cart a:not(.wpdevart-shopping-cart .widget_shopping_cart a.remove, .button, .woocommerce-Button, .wc-block-cart__submit-button, p.stars a, .wpdevart-woocommerce nav.woocommerce-pagination ul li, .wpdevart-woocommerce nav.woocommerce-pagination ul li span, .wpdevart-woocommerce nav.woocommerce-pagination ul li a) {color: #d5d5d5!important;} .wpdevart-shopping-cart .widget_shopping_cart a.remove {color: #fdc58a!important;} .wpdevart-shopping-cart .widget_shopping_cart a.remove:hover {color: #ffffff!important;} .button, .wpdevart-woocommerce button.button, .wpdevart-woocommerce ul.products li.product .button, .wpdevart-woocommerce button.button.alt, .wpdevart-woocommerce #review_form #respond .form-submit input, .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .wc-block-components-button {background: #070506!important; box-shadow: inset 0 0 0 0 #070506!important; color: #fdc58a!important; border: 1px solid #fdc58a!important;} .button:hover, .wpdevart-woocommerce button.button:hover, .wpdevart-woocommerce ul.products li.product .button:hover, .wpdevart-woocommerce button.button.alt:hover, .wpdevart-woocommerce #review_form #respond .form-submit input:hover, .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .wc-block-components-button:hover {color: #ebebeb!important; border: 1px solid #ebebeb!important; box-shadow: inset 400px 0 0 0 #070506!important;} .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {background: #070506!important; color: #fdc58a!important; border: 1px solid #fdc58a!important;} .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {color: #ebebeb!important; border: 1px solid #ebebeb!important; box-shadow: inset 400px 0 0 0 #070506!important;} .wpdevart-homepage-woo-button {background: #fdc58a ; color: #0c0c0c ; border: 1px solid #fdc58a ;} .wpdevart-homepage-woo-button:hover {color: #fdc58a ; border: 1px solid #fdc58a ; box-shadow: inset 400px 0 0 0 #0c0c0c ;} .wpdevart-woocommerce .star-rating span {color: #fdc58a!important;} .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before {color: #fdc58a!important;} p.stars a {color: #fdc58a!important;} .woocommerce-info, .woocommerce-message {border-top-color: #fdc58a!important;} .woocommerce-info::before, .woocommerce-message::before {color: #fdc58a!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li, .wpdevart-woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a:focus {background: #070506!important; color: #c9b29f!important; font-size: 18px!important; } .wpdevart-woocommerce nav.woocommerce-pagination ul li a {color: #fdc58a!important;font-size: 18px!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li span {border: 1px solid #fdc58a!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li span:hover {border: 1px solid #ebebeb!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li a {border: 1px solid #fdc58a!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li a:hover {border: 1px solid #ebebeb!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li a:hover {background: #070506!important; color: #ebebeb!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li span.current:hover {background: #070506!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li span:hover {color: #c9b29f!important;} .wpdevart-woo-sidebar-container-inside {background: #070506!important; box-shadow: 0 0 2px 0 #343434, 0 5px 20px 0 #343434!important;} .wpdevart-woo-sidebar-container h1, .wpdevart-woo-sidebar-container h2, .wpdevart-woo-sidebar-container h3, .wpdevart-woo-sidebar-container h4, .wpdevart-woo-sidebar-container h5, .wpdevart-woo-sidebar-container h6 {color: #fdc58a!important;} .wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale {background: #fdc58a; border: 1px solid #fdc58a ;} .wpdevart-woo-sidebar-container h1, .wpdevart-woo-sidebar-container h2, .wpdevart-woo-sidebar-container h3 {font-size: 26px;} .wpdevart-woo-sidebar-container h4, .wpdevart-woo-sidebar-container h5, .wpdevart-woo-sidebar-container h6 {font-size: 20px;} .wpdevart-woo-sidebar-container, .wpdevart-woo-sidebar-container p, .wpdevart-woo-sidebar-container li {font-size: 16px; color: #d5d5d5;} .wpdevart-woo-sidebar-container .wp-block-search__input {color: #d5d5d5!important;} .wpdevart-woo-sidebar-container a:not(.wp-block-button__link, .button, .wpdevart-woo-sidebar-container .tag-cloud-link) {font-size: 16px; color: #ffffff;} .wp-block-woocommerce-customer-account {color: #ffffff;} .wpdevart-woocommerce .widget_shopping_cart .cart_list li a.remove:not(.wpdevart-shopping-cart .widget_shopping_cart a.remove) {color: #ffffff; border-color: #ffffff;} .wpdevart-woo-sidebar-container a:hover {color: #fdc58a;} .wpdevart-woocommerce .widget_shopping_cart .cart_list li a.remove:hover:not(.wpdevart-shopping-cart .widget_shopping_cart a.remove) {background: #fdc58a; border-color: #fdc58a;color: #ffffff;} .wpdevart-woo-sidebar-container .tag-cloud-link {color: #ffffff!important; border: 1px solid #ffffff!important;} .wpdevart-woo-sidebar-container .tag-cloud-link:hover {color: #fdc58a!important; border: 1px solid #fdc58a!important;} .wpdevart-woo-homepage-products-content {background: #070506;} .wpdevart-home-latest-products-title a {color: #ffffff;} .wpdevart-woo-homepage-products-content, .wpdevart-woo-homepage-products-content p {color: #d5d5d5;} .wc-block-components-notice-banner.is-error {background: #070506!important;border-color: #d5d5d5!important;} .wc-block-components-notice-banner.is-error>svg {background-color: #fdc58a!important;} .wc-block-components-notice-banner, .wp-block-woocommerce-mini-cart-contents, .wp-block-woocommerce-mini-cart-contents p, .wp-block-woocommerce-mini-cart-contents li {color: #d5d5d5!important;}
85
86/*# sourceURL=wpdevart-custom-style-inline-css */
87</style>
88
89<link rel="stylesheet" href="https://dubaiexchange-247.com/wp-content/uploads/elementor/css/post-7.css?ver=1766214542" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type="text/css" media="all">
90
91<link rel="stylesheet" href="https://dubaiexchange-247.com/wp-content/uploads/elementor/css/post-8.css?ver=1766229216" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type="text/css" media="all">
92<style id="rocket-lazyload-inline-css" type="text/css">
93.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;
-webkit-transition:.4s all;
-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{
-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://dubaiexchange-247.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0}
94/*# sourceURL=rocket-lazyload-inline-css */
95</style>
96
97
98<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://dubaiexchange-247.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer=""></script>
99<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://dubaiexchange-247.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer=""></script>
100<link rel="https://api.w.org/" href="https://dubaiexchange-247.com/wp-json/"><link rel="alternate" title="JSON" type="application/json" href="https://dubaiexchange-247.com/wp-json/wp/v2/pages/8"><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://dubaiexchange-247.com/xmlrpc.php?rsd">
101<meta name="generator" content="WordPress 6.9">
102<link rel="shortlink" href="https://dubaiexchange-247.com/">
103 <!-- Custom Logo: hide header text -->
104 <style id="custom-logo-css" type="text/css">
105 .site-title, .site-description {
106 position: absolute;
107 clip-path: inset(50%);
108 }
109 </style>
110 <meta name="generator" content="Elementor 3.33.6; features: e_font_icon_svg, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap">
111 <style>
112 .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
113 .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
114 background-image: none !important;
115 }
116 @media screen and (max-height: 1024px) {
117 .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
118 .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
119 background-image: none !important;
120 }
121 }
122 @media screen and (max-height: 640px) {
123 .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
124 .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
125 background-image: none !important;
126 }
127 }
128 </style>
129 <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><script type="rocketlazyloadscript">
130/*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */
131(function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}}
132var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1}
133return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia}
134if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)}
135setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return}
136var links=w.document.getElementsByTagName("link");for(var i=0;i<links.length;i++){var link=links[i];if(link.rel==="preload"&&link.getAttribute("as")==="style"&&!link.getAttribute("data-loadcss")){link.setAttribute("data-loadcss",!0);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener){w.addEventListener("load",function(){rp.poly();w.clearInterval(run)})}else if(w.attachEvent){w.attachEvent("onload",function(){rp.poly();w.clearInterval(run)})}}
137if(typeof exports!=="undefined"){exports.loadCSS=loadCSS}
138else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this))
139</script> </head>
140 <body class="home wp-singular page-template page-template-elementor_header_footer page page-id-8 wp-custom-logo wp-embed-responsive wp-theme-church-wda elementor-default elementor-template-full-width elementor-kit-7 elementor-page elementor-page-8">
141 <a class="skip-link screen-reader-text" href="#content_navigator">
142 Skip to content </a>
143 <header role="banner" class="wpdevart-main-header-bg-gradient wpdevart-main-header-border">
144
145 <div class="wpdevart-header-container ">
146
147 <div class="header-action-button-mobile-area-layoutthree ">
148 <a href="#"><div class="wpdevart_church_wda_hover_button_small wpdevart-header-action-button wpdevart_church_wda_primary_button_slide primary_btn_slide_right">Dreamexch ID</div></a>
149 </div>
150 <div class="wpdevart-menu-and-buttons-container-layoutthree">
151 <div role="navigation" class="nav-container nav-container-layout-three">
152 <div class="wpdevart-search-button-icon-mobile ">
153 <button onclick="wpdevartToggleModalSmall()" type="button" id="wpdevartsmallsearchbutton" class="site-header__search-trigger search-menu-buttons">
154 <svg class="site-header__search-trigger site-header-font-cursor" viewBox="0 0 25 18" fill="none" xmlns="http://www.w3.org/2000/svg">
155 <path d="M7.61667 13.9833C11.1329 13.9833 13.9833 11.1329 13.9833 7.61667C13.9833 4.10045 11.1329 1.25 7.61667 1.25C4.10045 1.25 1.25 4.10045 1.25 7.61667C1.25 11.1329 4.10045 13.9833 7.61667 13.9833Z" class="site-header__search-trigger" stroke-width="1.5" stroke-miterlimit="10"></path>
156 <path d="M18.75 18.75L11.9917 11.9917" class="site-header__search-trigger" stroke-width="1.5" stroke-miterlimit="10"></path>
157 </svg>
158 </button>
159 </div>
160 <nav class="navbar-wpdevart navbar-wpdevart-float navbar-wpdevart-layout-three" id="wpdevartmobilemenu">
161 <div id="head-mobile" class="head-mobile-toolbar-gradient"></div>
162 <button onclick="wpdevartMenuToggleModal()" id="wpdevartOpenMenuButton" class="wpdevartmobilemenubutton wpdevart-mobile-icon-button"></button>
163 <ul id="menu-menu-1" class="menu"><li id="menu-item-111" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8 current_page_item active menu-item-111"><a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/">Dubaiexch</a></li>
164<li id="menu-item-112" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-112"><a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/about-us/">About Us</a></li>
165<li id="menu-item-119" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-119"><a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/sports/">Sports</a></li>
166<li id="menu-item-115" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-115"><a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/online-cricket-id/" data-toggle="dropdown">Online Cricket ID </a><button class="wpdevart-menu-button-icon wpdevart-hide-on-mobile"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="15" x="0px" y="0px" viewBox="0 -5 22 28" enable-background="new 0 -5 22 28"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"></path></svg></button><ul class="dropdown-menu depth_0">
167 <li id="menu-item-118" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-118"><a class="wpdevart-sub-menu-link-color" href="https://dubaiexchange-247.com/signup/">Signup</a></li>
168 <li id="menu-item-114" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-114"><a class="wpdevart-sub-menu-link-color" href="https://dubaiexchange-247.com/login/">Login</a></li>
169</ul>
170</li>
171<li id="menu-item-117" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-117"><a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/responsible-gaming/" data-toggle="dropdown">Responsible Gaming </a><button class="wpdevart-menu-button-icon wpdevart-hide-on-mobile"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="15" x="0px" y="0px" viewBox="0 -5 22 28" enable-background="new 0 -5 22 28"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"></path></svg></button><ul class="dropdown-menu depth_0">
172 <li id="menu-item-116" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-116"><a class="wpdevart-sub-menu-link-color" href="https://dubaiexchange-247.com/privacy-policy/">Privacy Policy</a></li>
173 <li id="menu-item-120" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-120"><a class="wpdevart-sub-menu-link-color" href="https://dubaiexchange-247.com/terms-and-conditions/">Terms and Conditions</a></li>
174</ul>
175</li>
176<li id="menu-item-125" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-125"><a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/blog/">Blog</a></li>
177<li id="menu-item-113" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-113"><a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/contact-us/">Contact Us</a></li>
178</ul> </nav>
179 </div>
180
181 <div class="wpdevart-main-header-section-layoutthree">
182 <div class="wpdevart-logo-area-layoutthree ">
183 <h1 class="wpdevart-header-logo-spaces-layoutthree"><a href="https://dubaiexchange-247.com"><span class="custom-logo-link"><img fetchpriority="high" width="982" height="375" src="https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch.png" class="custom-logo entered lazyloaded" alt="" decoding="async" data-lazy-srcset="https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch.png 982w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-300x115.png 300w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-768x293.png 768w" data-lazy-sizes="(max-width: 982px) 100vw, 982px" data-lazy-src="https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch.png" data-ll-status="loaded" sizes="(max-width: 982px) 100vw, 982px" srcset="https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch.png 982w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-300x115.png 300w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-768x293.png 768w"><noscript><img fetchpriority="high" width="982" height="375" src="https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch.png" class="custom-logo" alt="" decoding="async" srcset="https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch.png 982w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-300x115.png 300w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-768x293.png 768w" sizes="(max-width: 982px) 100vw, 982px" /></noscript></span></a></h1> </div>
184 </div>
185
186 <div class="wpdevart-search-and-button-container-layoutthree">
187 <button onclick="wpdevartToggleModal()" type="button" id="wpdevartwidesearchbutton" class="search-trigger-layout-two search-menu-buttons ">
188 <svg class="search-trigger-layout-two" viewBox="0 0 25 22" fill="none" xmlns="http://www.w3.org/2000/svg">
189 <path d="M7.61667 13.9833C11.1329 13.9833 13.9833 11.1329 13.9833 7.61667C13.9833 4.10045 11.1329 1.25 7.61667 1.25C4.10045 1.25 1.25 4.10045 1.25 7.61667C1.25 11.1329 4.10045 13.9833 7.61667 13.9833Z" class="search-trigger-layout-two" stroke-width="1.5" stroke-miterlimit="10"></path>
190 <path d="M18.75 18.75L11.9917 11.9917" class="search-trigger-layout-two" stroke-width="1.5" stroke-miterlimit="10"></path>
191 </svg>
192 </button>
193 <div class="header-action-button-area-layoutthree ">
194 <a href="#"><div class="wpdevart_church_wda_hover_button_small wpdevart-header-action-button wpdevart_church_wda_primary_button_slide primary_btn_slide_right">Dreamexch ID</div></a>
195 </div>
196 </div>
197 </div>
198</div></header> <div data-elementor-type="wp-page" data-elementor-id="8" class="elementor elementor-8">
199 <div class="elementor-element elementor-element-2166caa e-flex e-con-boxed e-con e-parent" data-id="2166caa" data-element_type="container">
200 <div class="e-con-inner">
201 <div class="elementor-element elementor-element-56902b6 elementor-widget elementor-widget-image" data-id="56902b6" data-element_type="widget" data-widget_type="image.default">
202 <img decoding="async" width="1024" height="372" src="https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp" class="attachment-large size-large wp-image-14 entered lazyloaded" alt="dubaiexchange" data-lazy-srcset="https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp 1024w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-300x109.webp 300w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-768x279.webp 768w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange.webp 1100w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp" data-ll-status="loaded" sizes="(max-width: 1024px) 100vw, 1024px" srcset="https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp 1024w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-300x109.webp 300w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-768x279.webp 768w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange.webp 1100w"><noscript><img decoding="async" width="1024" height="372" src="https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp" class="attachment-large size-large wp-image-14" alt="dubaiexchange" srcset="https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp 1024w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-300x109.webp 300w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-768x279.webp 768w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange.webp 1100w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript> </div>
203 </div>
204 </div>
205 <div class="elementor-element elementor-element-a2959b9 e-flex e-con-boxed e-con e-parent" data-id="a2959b9" data-element_type="container">
206 <div class="e-con-inner">
207 <div class="elementor-element elementor-element-2840a74 elementor-widget elementor-widget-html" data-id="2840a74" data-element_type="widget" data-widget_type="html.default">
208 <!-- INTRODUCTION SECTION -->
209<section class="intro-section">
210 <div class="intro-container">
211
212 <div class="intro-content">
213 <span class="intro-tag">INTRODUCTION</span>
214
215 <h2>
216 Welcome To <span>Dubai Exch 247</span>, the Platform for Trusted Betting and Gaming
217 </h2>
218
219 <p>
220 Welcome to <strong>Dubai Exch 247</strong>, a modern and reliable online betting and gaming
221 platform designed especially for users who value <strong>trust, speed, transparency,
222 and performance</strong>. Known widely as <strong>Dubai Exchange 247</strong>,
223 <strong>DubaiExch247</strong>, or <strong>Dubai Exchange 24/7</strong>, our platform has
224 emerged as one of the preferred choices for online cricket betting, sports wagering,
225 and casino gaming among Indian players.
226 </p>
227
228 <p>
229 Dubai Exch 247 is built to deliver a <strong>seamless betting experience</strong> where
230 users can enjoy <strong>live cricket betting</strong>, international sports markets,
231 and popular casino games — all in one place. Whether you are an experienced bettor or
232 a beginner looking for a safe entry into online betting, Dubai Exch 247 offers a
233 <strong>simple, secure, and user-friendly environment</strong>.
234 </p>
235
236 <div class="intro-features">
237 <div class="feature-box">✔ Trusted Betting Platform</div>
238 <div class="feature-box">✔ Fast & Secure Gaming</div>
239 <div class="feature-box">✔ Cricket, Sports & Casino</div>
240 </div>
241 </div>
242
243 </div>
244</section>
245
246<style>
247/* INTRO SECTION STYLES */
248.intro-section {
249 background: linear-gradient(180deg, #0b0f1a, #10162f);
250 padding: 70px 20px;
251}
252
253.intro-container {
254 max-width: 1100px;
255 margin: auto;
256}
257
258.intro-content {
259 background: linear-gradient(180deg, #141c3d, #0f1530);
260 padding: 40px;
261 border-radius: 18px;
262 box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
263}
264
265.intro-tag {
266 display: inline-block;
267 background: rgba(245, 197, 66, 0.15);
268 color: #f5c542;
269 padding: 6px 14px;
270 border-radius: 30px;
271 font-size: 13px;
272 letter-spacing: 1px;
273 margin-bottom: 15px;
274}
275
276.intro-content h2 {
277 font-size: 30px;
278 line-height: 1.4;
279 color: #ffffff;
280 margin-bottom: 20px;
281}
282
283.intro-content h2 span {
284 color: #f5c542;
285}
286
287.intro-content p {
288 font-size: 16px;
289 color: #d0d3e2;
290 line-height: 1.8;
291 margin-bottom: 18px;
292}
293
294.intro-content strong {
295 color: #ffffff;
296}
297
298.intro-features {
299 display: flex;
300 flex-wrap: wrap;
301 gap: 15px;
302 margin-top: 25px;
303}
304
305.feature-box {
306 background: #0b0f1a;
307 border: 1px solid rgba(245, 197, 66, 0.3);
308 color: #f5c542;
309 padding: 12px 18px;
310 border-radius: 30px;
311 font-size: 14px;
312 font-weight: 600;
313}
314
315/* MOBILE OPTIMIZATION */
316@media (max-width: 768px) {
317 .intro-content {
318 padding: 30px 20px;
319 }
320
321 .intro-content h2 {
322 font-size: 24px;
323 }
324}
325</style>
326 </div>
327 </div>
328 </div>
329 <div class="elementor-element elementor-element-cd5cd57 e-flex e-con-boxed e-con e-parent" data-id="cd5cd57" data-element_type="container">
330 <div class="e-con-inner">
331 <div class="elementor-element elementor-element-fed76c5 elementor-widget elementor-widget-html" data-id="fed76c5" data-element_type="widget" data-widget_type="html.default">
332 <!-- CRICKET GROWTH SECTION -->
333<section class="cricket-growth-section">
334 <div class="cricket-growth-container">
335
336 <!-- LEFT CONTENT -->
337 <div class="cricket-growth-content">
338 <span class="cricket-badge">CRICKET BETTING LEADER</span>
339
340 <h2>
341 Dubai Exchange 247:<br>
342 <span>India’s Fastest-Growing Cricket Betting Platform</span>
343 </h2>
344
345 <p>
346 Dubai Exchange 247 has rapidly emerged as one of the most trusted
347 and fastest-growing cricket betting platforms among Indian users.
348 Built for cricket lovers, the platform delivers a powerful betting
349 experience focused on speed, accuracy, and transparency.
350 </p>
351
352 <p>
353 From IPL and international tournaments to domestic leagues,
354 Dubai Exchange 247 provides deep cricket markets with real-time
355 odds updates and high liquidity. Indian bettors prefer the platform
356 for its smooth performance during live matches, instant bet
357 placement, and reliable settlements.
358 </p>
359
360 <p>
361 With growing adoption across India, Dubai Exchange 247 continues
362 to set new standards in online cricket betting by combining
363 advanced technology, user-friendly design, and a trusted
364 exchange-based betting system.
365 </p>
366
367 <div class="cricket-growth-points">
368 <span>✔ IPL & Live Matches</span>
369 <span>✔ Fast Odds Updates</span>
370 <span>✔ High Liquidity Markets</span>
371 <span>✔ Trusted by Indian Bettors</span>
372 </div>
373 </div>
374
375 <!-- RIGHT VISUAL -->
376 <div class="cricket-growth-visual">
377 <div class="visual-card">
378 <h3>Why It’s Growing Fast</h3>
379
380 <ul>
381 <li>Cricket-focused betting exchange</li>
382 <li>High performance during live matches</li>
383 <li>Instant ID access & fast settlements</li>
384 <li>Indian user-friendly interface</li>
385 </ul>
386 </div>
387 </div>
388
389 </div>
390</section>
391
392<style>
393/* CRICKET GROWTH SECTION */
394.cricket-growth-section {
395 background: radial-gradient(circle at top, #0f1734, #060b18);
396 padding: 110px 20px;
397}
398
399.cricket-growth-container {
400 max-width: 1200px;
401 margin: auto;
402 display: grid;
403 grid-template-columns: 1.2fr 0.8fr;
404 gap: 60px;
405 align-items: center;
406}
407
408/* CONTENT */
409.cricket-growth-content h2 {
410 font-size: 38px;
411 color: #ffffff;
412 line-height: 1.3;
413 margin-bottom: 20px;
414}
415
416.cricket-growth-content h2 span {
417 color: #f5c542;
418}
419
420.cricket-badge {
421 display: inline-block;
422 background: rgba(245, 197, 66, 0.15);
423 color: #f5c542;
424 padding: 8px 20px;
425 border-radius: 40px;
426 font-size: 13px;
427 letter-spacing: 1px;
428 margin-bottom: 18px;
429}
430
431.cricket-growth-content p {
432 color: #cfd3ec;
433 font-size: 16px;
434 line-height: 1.9;
435 margin-bottom: 18px;
436}
437
438/* POINTS */
439.cricket-growth-points {
440 display: flex;
441 flex-wrap: wrap;
442 gap: 14px;
443 margin-top: 25px;
444}
445
446.cricket-growth-points span {
447 background: #0b0f1a;
448 border: 1px solid rgba(245, 197, 66, 0.3);
449 color: #f5c542;
450 padding: 12px 22px;
451 border-radius: 40px;
452 font-size: 14px;
453 font-weight: 600;
454}
455
456/* VISUAL CARD */
457.visual-card {
458 background: linear-gradient(180deg, #141c3d, #0f1530);
459 border-radius: 24px;
460 padding: 40px 30px;
461 box-shadow: 0 30px 60px rgba(0,0,0,0.45);
462}
463
464.visual-card h3 {
465 color: #ffffff;
466 font-size: 22px;
467 margin-bottom: 18px;
468}
469
470.visual-card ul {
471 list-style: none;
472 padding: 0;
473}
474
475.visual-card ul li {
476 color: #cfd3ec;
477 font-size: 15px;
478 padding-left: 22px;
479 margin-bottom: 14px;
480 position: relative;
481 line-height: 1.7;
482}
483
484.visual-card ul li::before {
485 content: "✓";
486 position: absolute;
487 left: 0;
488 color: #f5c542;
489 font-weight: bold;
490}
491
492/* MOBILE */
493@media (max-width: 900px) {
494 .cricket-growth-container {
495 grid-template-columns: 1fr;
496 }
497
498 .cricket-growth-content h2 {
499 font-size: 26px;
500 }
501}
502</style>
503 </div>
504 </div>
505 </div>
506 <div class="elementor-element elementor-element-a064508 e-flex e-con-boxed e-con e-parent" data-id="a064508" data-element_type="container">
507 <div class="e-con-inner">
508 <div class="elementor-element elementor-element-e939812 elementor-widget elementor-widget-html" data-id="e939812" data-element_type="widget" data-widget_type="html.default">
509 <!-- DUBAIXCHANGE247 OVERVIEW TABLE (BRAND COLORS) -->
510<section class="dx-overview-section-dark">
511 <div class="dx-overview-container">
512
513 <h2 class="dx-overview-title-dark">
514 DubaiExchange247 – Platform Overview
515 </h2>
516
517 <table class="dx-overview-table-dark">
518 <tbody>
519
520 <tr class="dx-highlight-row">
521 <td>Founded In</td>
522 <td>2021</td>
523 </tr>
524
525 <tr>
526 <td>Headquarter Location</td>
527 <td>India</td>
528 </tr>
529
530 <tr>
531 <td>Platform Type</td>
532 <td>Online Betting & Gaming Exchange</td>
533 </tr>
534
535 <tr>
536 <td>Available Casino Games</td>
537 <td>200+ Online Casino & Live Dealer Games</td>
538 </tr>
539
540 <tr>
541 <td>Cricket Betting</td>
542 <td>Yes (Live, Pre-Match & In-Play Markets)</td>
543 </tr>
544
545 <tr>
546 <td>Two-Player Games</td>
547 <td>Poker, Teen Patti, Rummy</td>
548 </tr>
549
550 <tr>
551 <td>Supported Languages</td>
552 <td>English, Hindi</td>
553 </tr>
554
555 <tr class="dx-highlight-row">
556 <td>Exchange IDs Available</td>
557 <td>Multiple Exchange IDs</td>
558 </tr>
559
560 <tr>
561 <td>Accepted Payment Methods</td>
562 <td>
563 UPI, Paytm, PhonePe, Google Pay, Bank Transfer,
564 Cryptocurrency (USDT, Bitcoin)
565 </td>
566 </tr>
567
568 <tr>
569 <td>Minimum Deposit Amount</td>
570 <td>₹100</td>
571 </tr>
572
573 <tr>
574 <td>Withdrawal Speed</td>
575 <td>Fast & Secure Payouts</td>
576 </tr>
577
578 <tr>
579 <td>Device Compatibility</td>
580 <td>Mobile, Laptop, Desktop</td>
581 </tr>
582
583 <tr>
584 <td>Customer Support</td>
585 <td>24/7 Live Chat & WhatsApp Support</td>
586 </tr>
587
588 <tr>
589 <td>Currency Accepted</td>
590 <td>INR</td>
591 </tr>
592
593 <tr>
594 <td>Bonuses & Promotions</td>
595 <td>Yes (Welcome & Ongoing Offers)</td>
596 </tr>
597
598 </tbody>
599 </table>
600
601 </div>
602</section>
603
604<style>
605/* SECTION */
606.dx-overview-section-dark {
607 background: linear-gradient(180deg, #030712, #0b1430);
608 padding: 120px 20px;
609}
610
611.dx-overview-container {
612 max-width: 1100px;
613 margin: auto;
614}
615
616/* TITLE */
617.dx-overview-title-dark {
618 text-align: center;
619 font-size: 32px;
620 color: #ffffff;
621 margin-bottom: 45px;
622}
623
624.dx-overview-title-dark span {
625 color: #f5c542;
626}
627
628/* TABLE */
629.dx-overview-table-dark {
630 width: 100%;
631 border-collapse: collapse;
632 background: linear-gradient(180deg, #141c3d, #0f1530);
633 border-radius: 16px;
634 overflow: hidden;
635 box-shadow: 0 30px 60px rgba(0,0,0,0.45);
636}
637
638/* CELLS */
639.dx-overview-table-dark td {
640 padding: 15px 20px;
641 border-bottom: 1px solid rgba(255,255,255,0.08);
642 font-size: 15px;
643}
644
645/* LEFT COLUMN */
646.dx-overview-table-dark td:first-child {
647 width: 40%;
648 font-weight: 600;
649 color: #f5c542;
650}
651
652/* RIGHT COLUMN */
653.dx-overview-table-dark td:last-child {
654 color: #e2e6ff;
655}
656
657/* HIGHLIGHT ROW */
658.dx-highlight-row td {
659 background: linear-gradient(90deg, #0f1734, #050b1f);
660 color: #ffffff !important;
661 font-weight: bold;
662}
663
664/* MOBILE */
665@media (max-width: 768px) {
666 .dx-overview-title-dark {
667 font-size: 24px;
668 }
669
670 .dx-overview-table-dark td {
671 font-size: 14px;
672 padding: 12px 14px;
673 }
674}
675</style>
676 </div>
677 </div>
678 </div>
679 <div class="elementor-element elementor-element-d65ab12 e-flex e-con-boxed e-con e-parent" data-id="d65ab12" data-element_type="container">
680 <div class="e-con-inner">
681 <div class="elementor-element elementor-element-8fc6121 elementor-widget elementor-widget-html" data-id="8fc6121" data-element_type="widget" data-widget_type="html.default">
682 <!-- ALL-IN-ONE EXPERIENCE SECTION -->
683<section class="ecosystem-section">
684 <div class="ecosystem-container">
685
686 <!-- HEADER -->
687 <div class="ecosystem-header">
688 <span class="ecosystem-tag">ALL-IN-ONE PLATFORM</span>
689 <h2>
690 Complete Betting & Gaming Experience <br>
691 <span>Under One Powerful Platform</span>
692 </h2>
693 <p>
694 Dubai Exch 247 brings together sports betting, live cricket markets,
695 and immersive casino gaming into a single, seamless platform.
696 No switching websites. No multiple accounts. Just one powerful
697 betting experience designed for serious players.
698 </p>
699 </div>
700
701 <!-- EXPERIENCE FLOW -->
702 <div class="ecosystem-flow">
703
704 <div class="eco-step">
705 <div class="eco-number">01</div>
706 <h3>Live Sports Betting</h3>
707 <p>
708 Place bets on live cricket matches, IPL tournaments, football,
709 tennis, and more with real-time odds and high liquidity.
710 Every market is updated instantly for accurate decision-making.
711 </p>
712 </div>
713
714 <div class="eco-line"></div>
715
716 <div class="eco-step">
717 <div class="eco-number">02</div>
718 <h3>Cricket-Focused Exchange Markets</h3>
719 <p>
720 Experience professional betting exchange markets designed
721 specifically for cricket lovers. Enjoy session betting,
722 fancy markets, toss betting, and ball-by-ball opportunities.
723 </p>
724 </div>
725
726 <div class="eco-line"></div>
727
728 <div class="eco-step">
729 <div class="eco-number">03</div>
730 <h3>Live Casino & Indian Card Games</h3>
731 <p>
732 Enter the world of live casino gaming with Teen Patti,
733 Andar Bahar, Roulette, Blackjack, and live dealer tables
734 that deliver a real casino atmosphere.
735 </p>
736 </div>
737
738 <div class="eco-line"></div>
739
740 <div class="eco-step">
741 <div class="eco-number">04</div>
742 <h3>Fast Payments & Account Control</h3>
743 <p>
744 Manage your deposits, withdrawals, and betting activity
745 effortlessly from one account. Enjoy fast settlements,
746 transparent balances, and complete control over your funds.
747 </p>
748 </div>
749
750 </div>
751
752 <!-- BOTTOM HIGHLIGHTS -->
753 <div class="ecosystem-highlights">
754 <div class="highlight-item">✔ One ID for All Games</div>
755 <div class="highlight-item">✔ Sports + Casino Combined</div>
756 <div class="highlight-item">✔ No Platform Switching</div>
757 <div class="highlight-item">✔ Seamless User Experience</div>
758 </div>
759
760 </div>
761</section>
762
763<style>
764/* ECOSYSTEM SECTION */
765.ecosystem-section {
766 background: linear-gradient(180deg, #060b18, #0e1633);
767 padding: 90px 20px;
768}
769
770.ecosystem-container {
771 max-width: 1150px;
772 margin: auto;
773}
774
775/* HEADER */
776.ecosystem-header {
777 text-align: center;
778 max-width: 850px;
779 margin: auto;
780 margin-bottom: 70px;
781}
782
783.ecosystem-tag {
784 display: inline-block;
785 background: rgba(245, 197, 66, 0.12);
786 color: #f5c542;
787 padding: 7px 18px;
788 border-radius: 30px;
789 font-size: 13px;
790 letter-spacing: 1px;
791 margin-bottom: 18px;
792}
793
794.ecosystem-header h2 {
795 font-size: 36px;
796 color: #ffffff;
797 line-height: 1.3;
798 margin-bottom: 20px;
799}
800
801.ecosystem-header h2 span {
802 color: #f5c542;
803}
804
805.ecosystem-header p {
806 font-size: 17px;
807 color: #cfd3ec;
808 line-height: 1.9;
809}
810
811/* FLOW */
812.ecosystem-flow {
813 display: flex;
814 flex-direction: column;
815 align-items: center;
816 position: relative;
817 gap: 40px;
818}
819
820.eco-step {
821 background: linear-gradient(180deg, #141c3d, #0f1530);
822 border-radius: 20px;
823 padding: 30px;
824 max-width: 750px;
825 text-align: center;
826 box-shadow: 0 20px 40px rgba(0,0,0,0.45);
827}
828
829.eco-number {
830 width: 55px;
831 height: 55px;
832 background: linear-gradient(135deg, #f5c542, #ffe08a);
833 color: #000;
834 font-weight: bold;
835 font-size: 18px;
836 border-radius: 50%;
837 display: flex;
838 align-items: center;
839 justify-content: center;
840 margin: 0 auto 15px;
841}
842
843.eco-step h3 {
844 color: #ffffff;
845 font-size: 20px;
846 margin-bottom: 12px;
847}
848
849.eco-step p {
850 color: #cfd3ec;
851 font-size: 15px;
852 line-height: 1.8;
853}
854
855.eco-line {
856 width: 3px;
857 height: 40px;
858 background: linear-gradient(180deg, #f5c542, transparent);
859}
860
861/* HIGHLIGHTS */
862.ecosystem-highlights {
863 display: flex;
864 flex-wrap: wrap;
865 justify-content: center;
866 gap: 15px;
867 margin-top: 60px;
868}
869
870.highlight-item {
871 background: #0b0f1a;
872 border: 1px solid rgba(245, 197, 66, 0.3);
873 color: #f5c542;
874 padding: 14px 22px;
875 border-radius: 40px;
876 font-size: 14px;
877 font-weight: 600;
878}
879
880/* MOBILE */
881@media (max-width: 768px) {
882 .ecosystem-header h2 {
883 font-size: 26px;
884 }
885
886 .eco-step {
887 padding: 25px 20px;
888 }
889}
890</style>
891 </div>
892 </div>
893 </div>
894 <div class="elementor-element elementor-element-8c99428 e-flex e-con-boxed e-con e-parent" data-id="8c99428" data-element_type="container">
895 <div class="e-con-inner">
896 <div class="elementor-element elementor-element-8cde333 elementor-widget elementor-widget-html" data-id="8cde333" data-element_type="widget" data-widget_type="html.default">
897 <!-- INDIA TRUST SECTION -->
898<section class="india-trust-section">
899 <div class="india-trust-container">
900
901 <!-- SECTION HEADER -->
902 <div class="india-trust-header">
903 <span class="india-tag">INDIA TRUSTED PLATFORM</span>
904 <h2>
905 Why Indian Bettors Are Choosing <span>Dubai Exchange</span>
906 </h2>
907 <p>
908 Over the years, Indian bettors have become more informed, selective,
909 and cautious while choosing online betting platforms. Dubai Exchange
910 has earned the trust of Indian users by consistently delivering
911 reliability, speed, and transparency.
912 </p>
913 </div>
914
915 <!-- CONTENT ROW -->
916 <div class="india-trust-row">
917
918 <!-- LEFT STORY -->
919 <div class="india-story">
920 <p>
921 Indian betting enthusiasts prefer platforms that understand their
922 betting habits, favorite sports, and local payment needs. Dubai
923 Exchange stands out by offering a betting environment tailored
924 specifically for Indian users, with strong focus on cricket,
925 fast settlements, and round-the-clock accessibility.
926 </p>
927
928 <p>
929 From IPL and international cricket to live casino games like
930 Teen Patti and Andar Bahar, Dubai Exchange offers markets that
931 resonate with Indian players. The platform’s simple access,
932 instant ID creation, and WhatsApp support further strengthen
933 user confidence.
934 </p>
935
936 <p>
937 Transparency in betting, fair odds, and smooth withdrawals are
938 major reasons why Indian bettors continue to choose Dubai
939 Exchange as their preferred betting partner.
940 </p>
941 </div>
942
943 <!-- RIGHT FACTS -->
944 <div class="india-facts">
945
946 <div class="fact-box">
947 <h3>Cricket-Focused Markets</h3>
948 <p>
949 Designed for Indian cricket fans, the platform offers
950 high-liquidity markets for IPL, T20s, ODIs, and Test matches.
951 </p>
952 </div>
953
954 <div class="fact-box">
955 <h3>Fast Indian Payments</h3>
956 <p>
957 Supports smooth deposits and withdrawals using Indian
958 payment methods with quick settlement times.
959 </p>
960 </div>
961
962 <div class="fact-box">
963 <h3>Simple & Instant Access</h3>
964 <p>
965 No complex sign-ups or long verification processes.
966 Indian users can start betting quickly with instant ID access.
967 </p>
968 </div>
969
970 <div class="fact-box">
971 <h3>Reliable Customer Support</h3>
972 <p>
973 24/7 WhatsApp support ensures immediate assistance for
974 Indian bettors whenever required.
975 </p>
976 </div>
977
978 </div>
979 </div>
980
981 <!-- BOTTOM TRUST STRIP -->
982 <div class="india-trust-strip">
983 <span>✔ Trusted by Indian Bettors</span>
984 <span>✔ Cricket & Casino Focused</span>
985 <span>✔ Fast Settlements</span>
986 <span>✔ Transparent Betting</span>
987 </div>
988
989 </div>
990</section>
991
992<style>
993/* INDIA TRUST SECTION */
994.india-trust-section {
995 background: linear-gradient(180deg, #070c19, #0f1734);
996 padding: 90px 20px;
997}
998
999.india-trust-container {
1000 max-width: 1200px;
1001 margin: auto;
1002}
1003
1004/* HEADER */
1005.india-trust-header {
1006 max-width: 800px;
1007 margin-bottom: 60px;
1008}
1009
1010.india-tag {
1011 display: inline-block;
1012 background: rgba(245, 197, 66, 0.15);
1013 color: #f5c542;
1014 padding: 7px 18px;
1015 border-radius: 30px;
1016 font-size: 13px;
1017 letter-spacing: 1px;
1018 margin-bottom: 15px;
1019}
1020
1021.india-trust-header h2 {
1022 font-size: 36px;
1023 color: #ffffff;
1024 margin-bottom: 15px;
1025 line-height: 1.3;
1026}
1027
1028.india-trust-header h2 span {
1029 color: #f5c542;
1030}
1031
1032.india-trust-header p {
1033 color: #cfd3ec;
1034 font-size: 17px;
1035 line-height: 1.9;
1036}
1037
1038/* ROW */
1039.india-trust-row {
1040 display: grid;
1041 grid-template-columns: 1.2fr 1fr;
1042 gap: 50px;
1043}
1044
1045/* STORY */
1046.india-story p {
1047 color: #cfd3ec;
1048 font-size: 16px;
1049 line-height: 1.9;
1050 margin-bottom: 20px;
1051}
1052
1053/* FACTS */
1054.india-facts {
1055 display: flex;
1056 flex-direction: column;
1057 gap: 18px;
1058}
1059
1060.fact-box {
1061 background: linear-gradient(180deg, #141c3d, #0f1530);
1062 padding: 25px;
1063 border-radius: 18px;
1064 box-shadow: 0 15px 30px rgba(0,0,0,0.4);
1065}
1066
1067.fact-box h3 {
1068 color: #ffffff;
1069 font-size: 18px;
1070 margin-bottom: 8px;
1071}
1072
1073.fact-box p {
1074 color: #cfd3ec;
1075 font-size: 14px;
1076 line-height: 1.8;
1077}
1078
1079/* TRUST STRIP */
1080.india-trust-strip {
1081 margin-top: 70px;
1082 display: flex;
1083 flex-wrap: wrap;
1084 gap: 15px;
1085}
1086
1087.india-trust-strip span {
1088 background: #0b0f1a;
1089 border: 1px solid rgba(245, 197, 66, 0.3);
1090 color: #f5c542;
1091 padding: 14px 24px;
1092 border-radius: 40px;
1093 font-size: 14px;
1094 font-weight: 600;
1095}
1096
1097/* MOBILE */
1098@media (max-width: 900px) {
1099 .india-trust-row {
1100 grid-template-columns: 1fr;
1101 }
1102
1103 .india-trust-header h2 {
1104 font-size: 26px;
1105 }
1106}
1107</style>
1108 </div>
1109 </div>
1110 </div>
1111 <div class="elementor-element elementor-element-c233329 e-flex e-con-boxed e-con e-parent" data-id="c233329" data-element_type="container">
1112 <div class="e-con-inner">
1113 <div class="elementor-element elementor-element-0f3c322 elementor-widget elementor-widget-html" data-id="0f3c322" data-element_type="widget" data-widget_type="html.default">
1114 <!-- PREMIUM ID SECTION -->
1115<section class="premium-id-section">
1116 <div class="premium-id-container">
1117
1118 <!-- TOP CONTENT -->
1119 <div class="premium-id-header">
1120 <h2>
1121 Premium Betting with Your <span>Dubai Exchange ID</span><br>
1122 <strong>Fast Access, Full Control</strong>
1123 </h2>
1124 <p>
1125 Your Dubai Exchange ID is more than just a login — it is your gateway to
1126 a premium betting ecosystem. With instant access, advanced controls,
1127 and seamless fund management, Dubai Exch 247 empowers you to bet smarter,
1128 faster, and with complete confidence.
1129 </p>
1130 </div>
1131
1132 <!-- CONTROL GRID -->
1133 <div class="premium-id-grid">
1134
1135 <div class="premium-card">
1136 <div class="premium-icon">🚀</div>
1137 <h3>Instant Platform Access</h3>
1138 <p>
1139 Get immediate access to live betting markets as soon as your
1140 Dubai Exchange ID is activated. No waiting, no delays —
1141 start betting within minutes.
1142 </p>
1143 </div>
1144
1145 <div class="premium-card">
1146 <div class="premium-icon">🎯</div>
1147 <h3>Complete Betting Control</h3>
1148 <p>
1149 Monitor live odds, place bets, track exposure, and manage
1150 positions in real time with full transparency and accuracy.
1151 </p>
1152 </div>
1153
1154 <div class="premium-card">
1155 <div class="premium-icon">💼</div>
1156 <h3>Smart Fund Management</h3>
1157 <p>
1158 Deposit, withdraw, and manage your balance seamlessly
1159 through a secure and efficient payment system built
1160 for fast settlements.
1161 </p>
1162 </div>
1163
1164 <div class="premium-card">
1165 <div class="premium-icon">🔒</div>
1166 <h3>Secure & Private Access</h3>
1167 <p>
1168 Your Dubai Exchange ID is protected with strong security
1169 protocols to ensure account safety, privacy, and
1170 uninterrupted betting activity.
1171 </p>
1172 </div>
1173
1174 <div class="premium-card">
1175 <div class="premium-icon">📊</div>
1176 <h3>Professional Betting Experience</h3>
1177 <p>
1178 Experience a betting interface designed for serious
1179 players, offering high liquidity markets, fast odds
1180 updates, and smooth performance.
1181 </p>
1182 </div>
1183
1184 <div class="premium-card">
1185 <div class="premium-icon">📱</div>
1186 <h3>Anytime, Anywhere Betting</h3>
1187 <p>
1188 Use your Dubai Exchange ID on mobile, tablet, or desktop
1189 to enjoy uninterrupted betting access wherever you are.
1190 </p>
1191 </div>
1192
1193 </div>
1194
1195 <!-- FOOT CTA -->
1196 <div class="premium-id-footer">
1197 <div class="premium-badges">
1198 <span>✔ One ID</span>
1199 <span>✔ Full Control</span>
1200 <span>✔ Fast Settlements</span>
1201 <span>✔ Premium Experience</span>
1202 </div>
1203 <a href="#" class="premium-id-btn">Get Your Dubai Exchange ID</a>
1204 </div>
1205
1206 </div>
1207</section>
1208
1209<style>
1210/* PREMIUM ID SECTION */
1211.premium-id-section {
1212 background: linear-gradient(135deg, #050913, #0c1430);
1213 padding: 100px 20px;
1214}
1215
1216.premium-id-container {
1217 max-width: 1200px;
1218 margin: auto;
1219}
1220
1221/* HEADER */
1222.premium-id-header {
1223 text-align: center;
1224 max-width: 850px;
1225 margin: auto;
1226 margin-bottom: 70px;
1227}
1228
1229.premium-id-header h2 {
1230 font-size: 38px;
1231 color: #ffffff;
1232 line-height: 1.3;
1233 margin-bottom: 20px;
1234}
1235
1236.premium-id-header h2 span {
1237 color: #f5c542;
1238}
1239
1240.premium-id-header strong {
1241 font-weight: 600;
1242}
1243
1244.premium-id-header p {
1245 color: #cfd3ec;
1246 font-size: 17px;
1247 line-height: 1.9;
1248}
1249
1250/* GRID */
1251.premium-id-grid {
1252 display: grid;
1253 grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
1254 gap: 25px;
1255}
1256
1257.premium-card {
1258 background: linear-gradient(180deg, #141c3d, #0f1530);
1259 border-radius: 22px;
1260 padding: 35px 30px;
1261 text-align: center;
1262 box-shadow: 0 25px 50px rgba(0,0,0,0.45);
1263 transition: transform 0.35s ease, box-shadow 0.35s ease;
1264}
1265
1266.premium-card:hover {
1267 transform: translateY(-8px);
1268 box-shadow: 0 35px 70px rgba(0,0,0,0.6);
1269}
1270
1271.premium-icon {
1272 font-size: 32px;
1273 width: 65px;
1274 height: 65px;
1275 background: rgba(245, 197, 66, 0.15);
1276 color: #f5c542;
1277 display: flex;
1278 align-items: center;
1279 justify-content: center;
1280 border-radius: 50%;
1281 margin: 0 auto 18px;
1282}
1283
1284.premium-card h3 {
1285 color: #ffffff;
1286 font-size: 19px;
1287 margin-bottom: 12px;
1288}
1289
1290.premium-card p {
1291 color: #cfd3ec;
1292 font-size: 15px;
1293 line-height: 1.8;
1294}
1295
1296/* FOOTER */
1297.premium-id-footer {
1298 margin-top: 70px;
1299 text-align: center;
1300}
1301
1302.premium-badges {
1303 display: flex;
1304 flex-wrap: wrap;
1305 justify-content: center;
1306 gap: 14px;
1307 margin-bottom: 30px;
1308}
1309
1310.premium-badges span {
1311 background: #0b0f1a;
1312 border: 1px solid rgba(245, 197, 66, 0.3);
1313 color: #f5c542;
1314 padding: 12px 22px;
1315 border-radius: 40px;
1316 font-size: 14px;
1317 font-weight: 600;
1318}
1319
1320.premium-id-btn {
1321 display: inline-block;
1322 background: linear-gradient(135deg, #f5c542, #ffe08a);
1323 color: #000;
1324 padding: 16px 40px;
1325 border-radius: 45px;
1326 font-weight: bold;
1327 text-decoration: none;
1328 font-size: 16px;
1329}
1330
1331/* MOBILE */
1332@media (max-width: 768px) {
1333 .premium-id-header h2 {
1334 font-size: 26px;
1335 }
1336
1337 .premium-card {
1338 padding: 28px 22px;
1339 }
1340}
1341</style>
1342 </div>
1343 </div>
1344 </div>
1345 <div class="elementor-element elementor-element-575e9a5 e-flex e-con-boxed e-con e-parent" data-id="575e9a5" data-element_type="container">
1346 <div class="e-con-inner">
1347 <div class="elementor-element elementor-element-cbdb10f elementor-widget elementor-widget-html" data-id="cbdb10f" data-element_type="widget" data-widget_type="html.default">
1348 <!-- WHY CHOOSE SECTION -->
1349<section class="why-section">
1350 <div class="why-container">
1351
1352 <!-- LEFT CONTENT -->
1353 <div class="why-left">
1354 <span class="why-tag">WHY CHOOSE US</span>
1355
1356 <h2>
1357 Why is <span>Dubaiexch247 ID</span> the Perfect Choice for Betting Enthusiasts?
1358 </h2>
1359
1360 <p>
1361 Choosing the right betting platform is crucial for a safe and profitable
1362 betting experience. <strong>Dubaiexch247 ID</strong> is designed for betting
1363 enthusiasts who demand reliability, fast performance, and complete transparency.
1364 Our platform delivers a professional betting environment trusted by players
1365 across India.
1366 </p>
1367
1368 <p>
1369 With advanced betting technology, instant account access, and strong customer
1370 support, Dubaiexch247 stands out as a preferred choice for both beginners and
1371 experienced bettors.
1372 </p>
1373
1374 <a href="#" class="why-btn">Get Dubaiexch247 ID</a>
1375 </div>
1376
1377 <!-- RIGHT FEATURES -->
1378 <div class="why-right">
1379
1380 <div class="why-card">
1381 <div class="why-icon">⚡</div>
1382 <h3>Instant ID Access</h3>
1383 <p>
1384 Get your Dubaiexch247 betting ID within minutes via WhatsApp without
1385 complicated registration or document verification.
1386 </p>
1387 </div>
1388
1389 <div class="why-card">
1390 <div class="why-icon">🔐</div>
1391 <h3>Secure & Trusted Platform</h3>
1392 <p>
1393 Enjoy a safe betting environment with encrypted transactions, secure
1394 account management, and fair betting practices.
1395 </p>
1396 </div>
1397
1398 <div class="why-card">
1399 <div class="why-icon">🏏</div>
1400 <h3>Best for Cricket Betting</h3>
1401 <p>
1402 Experience high-liquidity cricket markets including IPL, international
1403 matches, live sessions, and fancy betting options.
1404 </p>
1405 </div>
1406
1407 <div class="why-card">
1408 <div class="why-icon">💰</div>
1409 <h3>Fast Withdrawals</h3>
1410 <p>
1411 Withdraw your winnings quickly with smooth payment processing and
1412 reliable settlement systems.
1413 </p>
1414 </div>
1415
1416 <div class="why-card">
1417 <div class="why-icon">🎰</div>
1418 <h3>Casino & Teen Patti</h3>
1419 <p>
1420 Access popular casino games like Teen Patti, Andar Bahar, Roulette,
1421 and live dealer games under one platform.
1422 </p>
1423 </div>
1424
1425 <div class="why-card">
1426 <div class="why-icon">📞</div>
1427 <h3>24/7 WhatsApp Support</h3>
1428 <p>
1429 Our dedicated support team is available 24/7 to assist you with
1430 deposits, withdrawals, and betting-related queries.
1431 </p>
1432 </div>
1433
1434 </div>
1435
1436 </div>
1437</section>
1438
1439<style>
1440/* WHY SECTION */
1441.why-section {
1442 background: radial-gradient(circle at left, #0f1a3a, #060b18);
1443 padding: 80px 20px;
1444}
1445
1446.why-container {
1447 max-width: 1200px;
1448 margin: auto;
1449 display: grid;
1450 grid-template-columns: 1fr 1.2fr;
1451 gap: 50px;
1452 align-items: center;
1453}
1454
1455/* LEFT SIDE */
1456.why-left .why-tag {
1457 display: inline-block;
1458 background: rgba(245, 197, 66, 0.15);
1459 color: #f5c542;
1460 padding: 6px 16px;
1461 border-radius: 30px;
1462 font-size: 13px;
1463 letter-spacing: 1px;
1464 margin-bottom: 15px;
1465}
1466
1467.why-left h2 {
1468 font-size: 34px;
1469 color: #ffffff;
1470 margin-bottom: 20px;
1471 line-height: 1.3;
1472}
1473
1474.why-left h2 span {
1475 color: #f5c542;
1476}
1477
1478.why-left p {
1479 color: #cfd3ec;
1480 font-size: 16px;
1481 line-height: 1.8;
1482 margin-bottom: 18px;
1483}
1484
1485.why-btn {
1486 display: inline-block;
1487 margin-top: 20px;
1488 background: linear-gradient(135deg, #f5c542, #ffd976);
1489 color: #000;
1490 padding: 15px 36px;
1491 border-radius: 40px;
1492 font-weight: bold;
1493 text-decoration: none;
1494}
1495
1496/* RIGHT SIDE */
1497.why-right {
1498 display: grid;
1499 grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
1500 gap: 20px;
1501}
1502
1503.why-card {
1504 background: linear-gradient(180deg, #141c3d, #0f1530);
1505 border-radius: 18px;
1506 padding: 25px;
1507 box-shadow: 0 10px 30px rgba(0,0,0,0.4);
1508 transition: transform 0.3s ease;
1509}
1510
1511.why-card:hover {
1512 transform: translateY(-6px);
1513}
1514
1515.why-icon {
1516 font-size: 28px;
1517 background: rgba(245, 197, 66, 0.15);
1518 width: 50px;
1519 height: 50px;
1520 display: flex;
1521 align-items: center;
1522 justify-content: center;
1523 border-radius: 50%;
1524 margin-bottom: 15px;
1525}
1526
1527.why-card h3 {
1528 color: #ffffff;
1529 font-size: 18px;
1530 margin-bottom: 10px;
1531}
1532
1533.why-card p {
1534 color: #cfd3ec;
1535 font-size: 14px;
1536 line-height: 1.7;
1537}
1538
1539/* MOBILE */
1540@media (max-width: 900px) {
1541 .why-container {
1542 grid-template-columns: 1fr;
1543 }
1544
1545 .why-left h2 {
1546 font-size: 26px;
1547 }
1548}
1549</style>
1550 </div>
1551 </div>
1552 </div>
1553 <div class="elementor-element elementor-element-a7da940 e-flex e-con-boxed e-con e-parent" data-id="a7da940" data-element_type="container">
1554 <div class="e-con-inner">
1555 <div class="elementor-element elementor-element-be60d2b elementor-widget elementor-widget-html" data-id="be60d2b" data-element_type="widget" data-widget_type="html.default">
1556 <!-- STEP GUIDE SECTION -->
1557<section class="step-guide-section">
1558 <div class="step-guide-container">
1559
1560 <!-- HEADER -->
1561 <div class="step-guide-header">
1562 <span class="step-badge">EASY PROCESS</span>
1563 <h2>
1564 Step-by-Step Guide to Get Your <span>Dubai Exchange ID</span>
1565 </h2>
1566 <p>
1567 Getting started with Dubai Exchange is simple, fast, and secure.
1568 Follow these easy steps to receive your Dubai Exchange ID and
1569 unlock access to premium betting and gaming within minutes.
1570 </p>
1571 </div>
1572
1573 <!-- TIMELINE -->
1574 <div class="step-timeline">
1575
1576 <!-- STEP 1 -->
1577 <div class="step-item">
1578 <div class="step-number">01</div>
1579 <div class="step-content">
1580 <h3>Contact the Official Agent</h3>
1581 <p>
1582 Reach out to an authorized Dubai Exchange agent via WhatsApp
1583 or the official contact channel. This ensures safe and
1584 genuine ID creation without any risk.
1585 </p>
1586 </div>
1587 </div>
1588
1589 <!-- STEP 2 -->
1590 <div class="step-item">
1591 <div class="step-number">02</div>
1592 <div class="step-content">
1593 <h3>Request Your Dubai Exchange ID</h3>
1594 <p>
1595 Share basic details required for ID creation. The process
1596 is quick and does not involve lengthy forms or complex
1597 verification steps.
1598 </p>
1599 </div>
1600 </div>
1601
1602 <!-- STEP 3 -->
1603 <div class="step-item">
1604 <div class="step-number">03</div>
1605 <div class="step-content">
1606 <h3>Receive Login Credentials</h3>
1607 <p>
1608 Once approved, you will receive your Dubai Exchange ID
1609 along with login credentials, allowing immediate access
1610 to the platform.
1611 </p>
1612 </div>
1613 </div>
1614
1615 <!-- STEP 4 -->
1616 <div class="step-item">
1617 <div class="step-number">04</div>
1618 <div class="step-content">
1619 <h3>Add Funds Securely</h3>
1620 <p>
1621 Deposit funds using supported Indian payment methods.
1622 Fast processing ensures you are ready to place bets
1623 without unnecessary delays.
1624 </p>
1625 </div>
1626 </div>
1627
1628 <!-- STEP 5 -->
1629 <div class="step-item">
1630 <div class="step-number">05</div>
1631 <div class="step-content">
1632 <h3>Start Betting & Gaming</h3>
1633 <p>
1634 Explore live cricket betting, sports markets, and casino
1635 games using your Dubai Exchange ID and enjoy a premium,
1636 uninterrupted betting experience.
1637 </p>
1638 </div>
1639 </div>
1640
1641 </div>
1642
1643 <!-- FOOT NOTE -->
1644 <div class="step-guide-footer">
1645 <p>
1646 ✔ No complicated registration |
1647 ✔ Fast ID activation |
1648 ✔ Trusted access for Indian bettors
1649 </p>
1650 </div>
1651
1652 </div>
1653</section>
1654
1655<style>
1656/* STEP GUIDE SECTION */
1657.step-guide-section {
1658 background: linear-gradient(180deg, #0a0f20, #121a3d);
1659 padding: 100px 20px;
1660}
1661
1662.step-guide-container {
1663 max-width: 1000px;
1664 margin: auto;
1665}
1666
1667/* HEADER */
1668.step-guide-header {
1669 text-align: center;
1670 max-width: 800px;
1671 margin: auto;
1672 margin-bottom: 80px;
1673}
1674
1675.step-badge {
1676 display: inline-block;
1677 background: rgba(245, 197, 66, 0.15);
1678 color: #f5c542;
1679 padding: 7px 20px;
1680 border-radius: 30px;
1681 font-size: 13px;
1682 letter-spacing: 1px;
1683 margin-bottom: 18px;
1684}
1685
1686.step-guide-header h2 {
1687 font-size: 36px;
1688 color: #ffffff;
1689 margin-bottom: 18px;
1690 line-height: 1.3;
1691}
1692
1693.step-guide-header h2 span {
1694 color: #f5c542;
1695}
1696
1697.step-guide-header p {
1698 color: #cfd3ec;
1699 font-size: 17px;
1700 line-height: 1.9;
1701}
1702
1703/* TIMELINE */
1704.step-timeline {
1705 position: relative;
1706 padding-left: 40px;
1707}
1708
1709.step-timeline::before {
1710 content: "";
1711 position: absolute;
1712 left: 16px;
1713 top: 0;
1714 width: 4px;
1715 height: 100%;
1716 background: linear-gradient(180deg, #f5c542, transparent);
1717}
1718
1719/* STEP ITEM */
1720.step-item {
1721 display: flex;
1722 gap: 30px;
1723 margin-bottom: 50px;
1724 position: relative;
1725}
1726
1727.step-number {
1728 min-width: 60px;
1729 height: 60px;
1730 background: linear-gradient(135deg, #f5c542, #ffe08a);
1731 color: #000;
1732 font-size: 18px;
1733 font-weight: bold;
1734 border-radius: 50%;
1735 display: flex;
1736 align-items: center;
1737 justify-content: center;
1738 box-shadow: 0 10px 25px rgba(0,0,0,0.4);
1739}
1740
1741.step-content h3 {
1742 color: #ffffff;
1743 font-size: 20px;
1744 margin-bottom: 8px;
1745}
1746
1747.step-content p {
1748 color: #cfd3ec;
1749 font-size: 15px;
1750 line-height: 1.8;
1751}
1752
1753/* FOOTER */
1754.step-guide-footer {
1755 text-align: center;
1756 margin-top: 60px;
1757}
1758
1759.step-guide-footer p {
1760 color: #f5c542;
1761 font-size: 14px;
1762 font-weight: 600;
1763}
1764
1765/* MOBILE */
1766@media (max-width: 768px) {
1767 .step-guide-header h2 {
1768 font-size: 26px;
1769 }
1770
1771 .step-item {
1772 gap: 20px;
1773 }
1774
1775 .step-number {
1776 min-width: 50px;
1777 height: 50px;
1778 font-size: 16px;
1779 }
1780}
1781</style>
1782 </div>
1783 </div>
1784 </div>
1785 <div class="elementor-element elementor-element-e18f51f e-flex e-con-boxed e-con e-parent" data-id="e18f51f" data-element_type="container">
1786 <div class="e-con-inner">
1787 <div class="elementor-element elementor-element-b7c77a0 elementor-widget elementor-widget-html" data-id="b7c77a0" data-element_type="widget" data-widget_type="html.default">
1788 <!-- EXCLUSIVE CRICKET SECTION -->
1789<section class="exclusive-cricket-section">
1790 <div class="exclusive-cricket-container">
1791
1792 <!-- TOP STRIP -->
1793 <div class="exclusive-top">
1794 <span class="exclusive-label">CRICKET EXCLUSIVE</span>
1795 <h2>
1796 Exclusive Cricket Betting With Your
1797 <span>Dubaiexch247 ID</span>
1798 </h2>
1799 <p>
1800 Unlock a premium cricket betting experience designed exclusively
1801 for serious cricket enthusiasts. With your Dubaiexch247 ID, you
1802 gain access to high-performance cricket markets, real-time control,
1803 and unmatched betting flexibility.
1804 </p>
1805 </div>
1806
1807 <!-- MAIN CONTENT -->
1808 <div class="exclusive-cricket-body">
1809
1810 <!-- LEFT PANEL -->
1811 <div class="exclusive-panel left-panel">
1812 <h3>What Makes It Exclusive?</h3>
1813
1814 <p>
1815 Dubaiexch247 ID gives you privileged access to cricket betting
1816 environments built for speed, precision, and transparency.
1817 From live ball-by-ball markets to advanced match odds,
1818 everything is optimized for uninterrupted cricket action.
1819 </p>
1820
1821 <p>
1822 Whether it’s IPL, T20 leagues, ODIs, or Test matches, your
1823 Dubaiexch247 ID ensures faster execution, better odds visibility,
1824 and smooth betting during high-pressure live moments.
1825 </p>
1826
1827 <div class="exclusive-tags">
1828 <span>Live Cricket</span>
1829 <span>IPL Markets</span>
1830 <span>Instant Bets</span>
1831 </div>
1832 </div>
1833
1834 <!-- RIGHT PANEL -->
1835 <div class="exclusive-panel right-panel">
1836 <h3>Cricket Betting Advantages</h3>
1837
1838 <ul class="exclusive-list">
1839 <li>
1840 <strong>Live Match Control:</strong> Bet, adjust, and track
1841 positions in real time without lag.
1842 </li>
1843 <li>
1844 <strong>High Liquidity Cricket Markets:</strong> Smooth betting
1845 even during peak match hours.
1846 </li>
1847 <li>
1848 <strong>Fast ID-Based Access:</strong> No delays during live
1849 matches — log in and place bets instantly.
1850 </li>
1851 <li>
1852 <strong>Accurate Odds Updates:</strong> Real-time odds movements
1853 for smarter betting decisions.
1854 </li>
1855 <li>
1856 <strong>Secure & Transparent Betting:</strong> Exchange-based
1857 system ensures fair play at all times.
1858 </li>
1859 </ul>
1860 </div>
1861
1862 </div>
1863
1864 <!-- BOTTOM STRIP -->
1865 <div class="exclusive-footer">
1866 <div class="exclusive-footer-items">
1867 <span>✔ IPL & International Cricket</span>
1868 <span>✔ Real-Time Betting</span>
1869 <span>✔ ID-Based Exclusive Access</span>
1870 <span>✔ Trusted by Indian Users</span>
1871 </div>
1872 </div>
1873
1874 </div>
1875</section>
1876
1877<style>
1878/* EXCLUSIVE CRICKET SECTION */
1879.exclusive-cricket-section {
1880 background: linear-gradient(135deg, #050913, #0b132d);
1881 padding: 120px 20px;
1882}
1883
1884.exclusive-cricket-container {
1885 max-width: 1200px;
1886 margin: auto;
1887}
1888
1889/* TOP */
1890.exclusive-top {
1891 max-width: 850px;
1892 margin-bottom: 80px;
1893}
1894
1895.exclusive-label {
1896 display: inline-block;
1897 background: rgba(245, 197, 66, 0.15);
1898 color: #f5c542;
1899 padding: 8px 22px;
1900 border-radius: 40px;
1901 font-size: 13px;
1902 letter-spacing: 1px;
1903 margin-bottom: 18px;
1904}
1905
1906.exclusive-top h2 {
1907 font-size: 38px;
1908 color: #ffffff;
1909 line-height: 1.3;
1910 margin-bottom: 18px;
1911}
1912
1913.exclusive-top h2 span {
1914 color: #f5c542;
1915}
1916
1917.exclusive-top p {
1918 color: #cfd3ec;
1919 font-size: 17px;
1920 line-height: 1.9;
1921}
1922
1923/* BODY */
1924.exclusive-cricket-body {
1925 display: grid;
1926 grid-template-columns: 1fr 1fr;
1927 gap: 50px;
1928}
1929
1930/* PANELS */
1931.exclusive-panel {
1932 background: linear-gradient(180deg, #141c3d, #0f1530);
1933 padding: 40px 35px;
1934 border-radius: 28px;
1935 box-shadow: 0 35px 70px rgba(0,0,0,0.45);
1936}
1937
1938.exclusive-panel h3 {
1939 color: #ffffff;
1940 font-size: 22px;
1941 margin-bottom: 15px;
1942}
1943
1944.exclusive-panel p {
1945 color: #cfd3ec;
1946 font-size: 15px;
1947 line-height: 1.9;
1948 margin-bottom: 16px;
1949}
1950
1951/* TAGS */
1952.exclusive-tags {
1953 display: flex;
1954 flex-wrap: wrap;
1955 gap: 12px;
1956 margin-top: 18px;
1957}
1958
1959.exclusive-tags span {
1960 background: #0b0f1a;
1961 border: 1px solid rgba(245, 197, 66, 0.3);
1962 color: #f5c542;
1963 padding: 10px 18px;
1964 border-radius: 30px;
1965 font-size: 13px;
1966 font-weight: 600;
1967}
1968
1969/* LIST */
1970.exclusive-list {
1971 list-style: none;
1972 padding: 0;
1973}
1974
1975.exclusive-list li {
1976 color: #cfd3ec;
1977 font-size: 15px;
1978 line-height: 1.8;
1979 padding-left: 28px;
1980 margin-bottom: 16px;
1981 position: relative;
1982}
1983
1984.exclusive-list li::before {
1985 content: "🏏";
1986 position: absolute;
1987 left: 0;
1988}
1989
1990/* FOOTER */
1991.exclusive-footer {
1992 margin-top: 70px;
1993}
1994
1995.exclusive-footer-items {
1996 display: flex;
1997 flex-wrap: wrap;
1998 gap: 16px;
1999}
2000
2001.exclusive-footer-items span {
2002 background: #0b0f1a;
2003 border: 1px solid rgba(245, 197, 66, 0.3);
2004 color: #f5c542;
2005 padding: 14px 26px;
2006 border-radius: 40px;
2007 font-size: 14px;
2008 font-weight: 600;
2009}
2010
2011/* MOBILE */
2012@media (max-width: 900px) {
2013 .exclusive-cricket-body {
2014 grid-template-columns: 1fr;
2015 }
2016
2017 .exclusive-top h2 {
2018 font-size: 26px;
2019 }
2020}
2021</style>
2022 </div>
2023 </div>
2024 </div>
2025 <div class="elementor-element elementor-element-a418597 e-flex e-con-boxed e-con e-parent" data-id="a418597" data-element_type="container">
2026 <div class="e-con-inner">
2027 <div class="elementor-element elementor-element-28acc70 elementor-widget elementor-widget-html" data-id="28acc70" data-element_type="widget" data-widget_type="html.default">
2028 <!-- SPORTS & CASINO SECTION -->
2029<section class="sports-casino-section">
2030 <div class="sports-casino-container">
2031
2032 <!-- HEADER -->
2033 <div class="sports-casino-header">
2034 <span class="sc-badge">BEYOND CRICKET</span>
2035 <h2>
2036 Expansive Sports And Casino Offerings
2037 <span>Beyond Cricket</span>
2038 </h2>
2039 <p>
2040 While cricket remains at the heart of Dubai Exchange 247, the platform
2041 goes far beyond a single sport. Users can explore a diverse range of
2042 global sports markets and immersive casino games — all available under
2043 one powerful betting platform.
2044 </p>
2045 </div>
2046
2047 <!-- ZONES -->
2048 <div class="sports-casino-zones">
2049
2050 <!-- SPORTS ZONE -->
2051 <div class="zone-card sports-zone">
2052 <h3>Global Sports Betting Markets</h3>
2053
2054 <p>
2055 Dubai Exchange 247 offers extensive sports betting options covering
2056 popular international and regional sports. From fast-paced action to
2057 strategic matchups, users can enjoy competitive odds and live markets
2058 across multiple sporting categories.
2059 </p>
2060
2061 <ul class="zone-list">
2062 <li>Football (International & League Matches)</li>
2063 <li>Tennis (ATP, WTA & Live Matches)</li>
2064 <li>Basketball & American Sports</li>
2065 <li>Badminton, Table Tennis & More</li>
2066 <li>Live In-Play Sports Betting</li>
2067 </ul>
2068
2069 <div class="zone-tags">
2070 <span>Live Odds</span>
2071 <span>Multiple Sports</span>
2072 <span>High Liquidity</span>
2073 </div>
2074 </div>
2075
2076 <!-- CASINO ZONE -->
2077 <div class="zone-card casino-zone">
2078 <h3>Live Casino & Card Games</h3>
2079
2080 <p>
2081 Step into the casino zone and experience real-time gaming with
2082 professional dealers and interactive gameplay. Dubai Exchange 247
2083 delivers a rich casino environment designed for Indian users who
2084 enjoy classic and modern casino entertainment.
2085 </p>
2086
2087 <ul class="zone-list">
2088 <li>Teen Patti & Andar Bahar</li>
2089 <li>Live Blackjack & Roulette</li>
2090 <li>Baccarat & Poker Variants</li>
2091 <li>Instant Win & Slot Games</li>
2092 <li>24/7 Live Casino Access</li>
2093 </ul>
2094
2095 <div class="zone-tags">
2096 <span>Live Dealers</span>
2097 <span>Instant Play</span>
2098 <span>Secure Gaming</span>
2099 </div>
2100 </div>
2101
2102 </div>
2103
2104 <!-- BOTTOM STRIP -->
2105 <div class="sports-casino-footer">
2106 <span>✔ One Platform, Multiple Games</span>
2107 <span>✔ Sports & Casino Combined</span>
2108 <span>✔ Smooth Performance</span>
2109 <span>✔ Trusted by Indian Players</span>
2110 </div>
2111
2112 </div>
2113</section>
2114
2115<style>
2116/* SPORTS & CASINO SECTION */
2117.sports-casino-section {
2118 background: linear-gradient(180deg, #060b18, #10183a);
2119 padding: 120px 20px;
2120}
2121
2122.sports-casino-container {
2123 max-width: 1200px;
2124 margin: auto;
2125}
2126
2127/* HEADER */
2128.sports-casino-header {
2129 max-width: 900px;
2130 margin-bottom: 80px;
2131}
2132
2133.sc-badge {
2134 display: inline-block;
2135 background: rgba(245, 197, 66, 0.15);
2136 color: #f5c542;
2137 padding: 8px 22px;
2138 border-radius: 40px;
2139 font-size: 13px;
2140 letter-spacing: 1px;
2141 margin-bottom: 18px;
2142}
2143
2144.sports-casino-header h2 {
2145 font-size: 38px;
2146 color: #ffffff;
2147 line-height: 1.3;
2148 margin-bottom: 18px;
2149}
2150
2151.sports-casino-header h2 span {
2152 color: #f5c542;
2153}
2154
2155.sports-casino-header p {
2156 color: #cfd3ec;
2157 font-size: 17px;
2158 line-height: 1.9;
2159}
2160
2161/* ZONES */
2162.sports-casino-zones {
2163 display: grid;
2164 grid-template-columns: 1fr 1fr;
2165 gap: 50px;
2166}
2167
2168.zone-card {
2169 background: linear-gradient(180deg, #141c3d, #0f1530);
2170 padding: 45px 38px;
2171 border-radius: 30px;
2172 box-shadow: 0 40px 80px rgba(0,0,0,0.45);
2173}
2174
2175.zone-card h3 {
2176 color: #ffffff;
2177 font-size: 24px;
2178 margin-bottom: 15px;
2179}
2180
2181.zone-card p {
2182 color: #cfd3ec;
2183 font-size: 15px;
2184 line-height: 1.9;
2185 margin-bottom: 20px;
2186}
2187
2188/* LIST */
2189.zone-list {
2190 list-style: none;
2191 padding: 0;
2192 margin-bottom: 22px;
2193}
2194
2195.zone-list li {
2196 color: #cfd3ec;
2197 font-size: 15px;
2198 padding-left: 26px;
2199 margin-bottom: 12px;
2200 position: relative;
2201}
2202
2203.zone-list li::before {
2204 content: "➤";
2205 position: absolute;
2206 left: 0;
2207 color: #f5c542;
2208}
2209
2210/* TAGS */
2211.zone-tags {
2212 display: flex;
2213 flex-wrap: wrap;
2214 gap: 12px;
2215}
2216
2217.zone-tags span {
2218 background: #0b0f1a;
2219 border: 1px solid rgba(245, 197, 66, 0.3);
2220 color: #f5c542;
2221 padding: 10px 18px;
2222 border-radius: 30px;
2223 font-size: 13px;
2224 font-weight: 600;
2225}
2226
2227/* FOOTER */
2228.sports-casino-footer {
2229 margin-top: 80px;
2230 display: flex;
2231 flex-wrap: wrap;
2232 gap: 16px;
2233}
2234
2235.sports-casino-footer span {
2236 background: #0b0f1a;
2237 border: 1px solid rgba(245, 197, 66, 0.3);
2238 color: #f5c542;
2239 padding: 14px 26px;
2240 border-radius: 40px;
2241 font-size: 14px;
2242 font-weight: 600;
2243}
2244
2245/* MOBILE */
2246@media (max-width: 900px) {
2247 .sports-casino-zones {
2248 grid-template-columns: 1fr;
2249 }
2250
2251 .sports-casino-header h2 {
2252 font-size: 26px;
2253 }
2254}
2255</style>
2256 </div>
2257 </div>
2258 </div>
2259 <div class="elementor-element elementor-element-8736572 e-flex e-con-boxed e-con e-parent" data-id="8736572" data-element_type="container">
2260 <div class="e-con-inner">
2261 <div class="elementor-element elementor-element-78b8ab3 elementor-widget elementor-widget-html" data-id="78b8ab3" data-element_type="widget" data-widget_type="html.default">
2262 <!-- WHY CHOOSE SECTION -->
2263<section class="why-choose-section">
2264 <div class="why-choose-container">
2265
2266 <!-- HEADER -->
2267 <div class="why-choose-header">
2268 <span class="choose-badge">TRUST • SPEED • PERFORMANCE</span>
2269 <h2>
2270 Why Choose <span>Dubai Exchange 247</span>?
2271 </h2>
2272 <p>
2273 Choosing the right betting platform is crucial for a safe and
2274 rewarding experience. Dubai Exchange 247 stands apart by
2275 offering a perfect balance of reliability, performance,
2276 and user-focused betting features.
2277 </p>
2278 </div>
2279
2280 <!-- REASONS -->
2281 <div class="why-choose-reasons">
2282
2283 <!-- LEFT -->
2284 <div class="why-column">
2285 <div class="reason-item">
2286 <h3>Built on Trust & Transparency</h3>
2287 <p>
2288 Dubai Exchange 247 operates on a transparent exchange-based
2289 betting model where users see real-time odds and fair
2290 market movements, ensuring honest betting at all times.
2291 </p>
2292 </div>
2293
2294 <div class="reason-item">
2295 <h3>Fast Betting & Instant Settlements</h3>
2296 <p>
2297 Enjoy ultra-fast bet placement, quick result updates,
2298 and smooth settlement processing — even during
2299 high-traffic live cricket matches.
2300 </p>
2301 </div>
2302
2303 <div class="reason-item">
2304 <h3>Cricket-Focused Betting Platform</h3>
2305 <p>
2306 Designed with Indian cricket lovers in mind, the platform
2307 offers deep liquidity for IPL, T20s, ODIs, and international
2308 cricket tournaments.
2309 </p>
2310 </div>
2311 </div>
2312
2313 <!-- CENTER HIGHLIGHT -->
2314 <div class="why-highlight">
2315 <div class="highlight-box">
2316 <h4>What Makes Us Different?</h4>
2317 <ul>
2318 <li>✔ Exchange-based betting system</li>
2319 <li>✔ High liquidity & live markets</li>
2320 <li>✔ Fast Indian payment support</li>
2321 <li>✔ Secure Dubai Exchange ID access</li>
2322 <li>✔ 24/7 customer assistance</li>
2323 </ul>
2324 </div>
2325 </div>
2326
2327 <!-- RIGHT -->
2328 <div class="why-column">
2329 <div class="reason-item">
2330 <h3>Simple Access with Dubai Exchange ID</h3>
2331 <p>
2332 No complicated sign-ups or lengthy verifications.
2333 Get instant access through a secure Dubai Exchange ID
2334 and start betting within minutes.
2335 </p>
2336 </div>
2337
2338 <div class="reason-item">
2339 <h3>Complete Betting & Gaming Options</h3>
2340 <p>
2341 From sports betting to live casino games like Teen Patti
2342 and Andar Bahar, Dubai Exchange 247 provides a complete
2343 entertainment experience under one platform.
2344 </p>
2345 </div>
2346
2347 <div class="reason-item">
2348 <h3>Reliable Support for Indian Users</h3>
2349 <p>
2350 Dedicated WhatsApp support ensures quick assistance,
2351 helping Indian bettors enjoy a smooth and stress-free
2352 betting journey.
2353 </p>
2354 </div>
2355 </div>
2356
2357 </div>
2358
2359 <!-- FOOT NOTE -->
2360 <div class="why-choose-footer">
2361 <p>
2362 ✔ Trusted by Indian Bettors |
2363 ✔ Secure Betting Environment |
2364 ✔ Performance-Driven Platform
2365 </p>
2366 </div>
2367
2368 </div>
2369</section>
2370
2371<style>
2372/* WHY CHOOSE SECTION */
2373.why-choose-section {
2374 background: linear-gradient(180deg, #060b18, #0e1532);
2375 padding: 110px 20px;
2376}
2377
2378.why-choose-container {
2379 max-width: 1250px;
2380 margin: auto;
2381}
2382
2383/* HEADER */
2384.why-choose-header {
2385 text-align: center;
2386 max-width: 850px;
2387 margin: auto;
2388 margin-bottom: 80px;
2389}
2390
2391.choose-badge {
2392 display: inline-block;
2393 background: rgba(245, 197, 66, 0.15);
2394 color: #f5c542;
2395 padding: 8px 22px;
2396 border-radius: 40px;
2397 font-size: 13px;
2398 letter-spacing: 1px;
2399 margin-bottom: 18px;
2400}
2401
2402.why-choose-header h2 {
2403 font-size: 38px;
2404 color: #ffffff;
2405 margin-bottom: 16px;
2406 line-height: 1.3;
2407}
2408
2409.why-choose-header h2 span {
2410 color: #f5c542;
2411}
2412
2413.why-choose-header p {
2414 color: #cfd3ec;
2415 font-size: 17px;
2416 line-height: 1.9;
2417}
2418
2419/* REASONS */
2420.why-choose-reasons {
2421 display: grid;
2422 grid-template-columns: 1fr 0.9fr 1fr;
2423 gap: 40px;
2424 align-items: stretch;
2425}
2426
2427.why-column {
2428 display: flex;
2429 flex-direction: column;
2430 gap: 35px;
2431}
2432
2433.reason-item h3 {
2434 color: #ffffff;
2435 font-size: 20px;
2436 margin-bottom: 10px;
2437}
2438
2439.reason-item p {
2440 color: #cfd3ec;
2441 font-size: 15px;
2442 line-height: 1.9;
2443}
2444
2445/* HIGHLIGHT */
2446.why-highlight {
2447 display: flex;
2448 align-items: center;
2449 justify-content: center;
2450}
2451
2452.highlight-box {
2453 background: linear-gradient(180deg, #141c3d, #0f1530);
2454 padding: 35px 30px;
2455 border-radius: 26px;
2456 box-shadow: 0 30px 60px rgba(0,0,0,0.45);
2457 width: 100%;
2458}
2459
2460.highlight-box h4 {
2461 color: #f5c542;
2462 font-size: 20px;
2463 margin-bottom: 18px;
2464 text-align: center;
2465}
2466
2467.highlight-box ul {
2468 list-style: none;
2469 padding: 0;
2470}
2471
2472.highlight-box ul li {
2473 color: #cfd3ec;
2474 font-size: 15px;
2475 padding-left: 26px;
2476 margin-bottom: 14px;
2477 position: relative;
2478}
2479
2480.highlight-box ul li::before {
2481 content: "✔";
2482 position: absolute;
2483 left: 0;
2484 color: #f5c542;
2485 font-weight: bold;
2486}
2487
2488/* FOOTER */
2489.why-choose-footer {
2490 text-align: center;
2491 margin-top: 70px;
2492}
2493
2494.why-choose-footer p {
2495 color: #f5c542;
2496 font-size: 14px;
2497 font-weight: 600;
2498}
2499
2500/* MOBILE */
2501@media (max-width: 1000px) {
2502 .why-choose-reasons {
2503 grid-template-columns: 1fr;
2504 }
2505
2506 .why-choose-header h2 {
2507 font-size: 26px;
2508 }
2509}
2510</style>
2511 </div>
2512 </div>
2513 </div>
2514 <div class="elementor-element elementor-element-d8ee0b4 e-flex e-con-boxed e-con e-parent" data-id="d8ee0b4" data-element_type="container">
2515 <div class="e-con-inner">
2516 <div class="elementor-element elementor-element-4893994 elementor-widget elementor-widget-html" data-id="4893994" data-element_type="widget" data-widget_type="html.default">
2517 <!-- BONUSES & PROMOTIONS SECTION -->
2518<section class="bonus-section">
2519 <div class="bonus-container">
2520
2521 <!-- HEADER -->
2522 <div class="bonus-header">
2523 <span class="bonus-badge">REWARDS & OFFERS</span>
2524 <h2>
2525 Unmatched <span>Bonuses And Promotions</span>
2526 </h2>
2527 <p>
2528 Dubai Exchange 247 rewards its users with exciting bonuses and
2529 promotional offers designed to enhance the overall betting and
2530 gaming experience. From new user benefits to ongoing rewards,
2531 every promotion is crafted to deliver real value.
2532 </p>
2533 </div>
2534
2535 <!-- BONUS FLOW -->
2536 <div class="bonus-flow">
2537
2538 <div class="bonus-step">
2539 <div class="bonus-icon">🎁</div>
2540 <h3>Welcome Bonuses</h3>
2541 <p>
2542 New users receive attractive welcome bonuses that provide a
2543 strong starting boost. These offers help users explore sports
2544 betting and casino games with extra confidence.
2545 </p>
2546 </div>
2547
2548 <div class="bonus-step">
2549 <div class="bonus-icon">🔥</div>
2550 <h3>Ongoing Promotions</h3>
2551 <p>
2552 Enjoy regular promotions across cricket, sports, and casino
2553 games. Seasonal offers, match-based rewards, and special
2554 betting incentives keep the excitement alive.
2555 </p>
2556 </div>
2557
2558 <div class="bonus-step">
2559 <div class="bonus-icon">💰</div>
2560 <h3>Loyalty Rewards</h3>
2561 <p>
2562 Dubai Exchange 247 values loyal players by offering exclusive
2563 rewards, cashback benefits, and special promotional access
2564 based on consistent activity.
2565 </p>
2566 </div>
2567
2568 <div class="bonus-step">
2569 <div class="bonus-icon">⚡</div>
2570 <h3>Instant Bonus Credit</h3>
2571 <p>
2572 Bonuses are credited quickly, allowing users to participate
2573 in live betting or casino gaming without unnecessary waiting
2574 or complicated redemption steps.
2575 </p>
2576 </div>
2577
2578 </div>
2579
2580 <!-- VALUE STRIP -->
2581 <div class="bonus-footer">
2582 <span>✔ Fair & Transparent Offers</span>
2583 <span>✔ Sports & Casino Bonuses</span>
2584 <span>✔ Real Value Promotions</span>
2585 <span>✔ Regularly Updated Rewards</span>
2586 </div>
2587
2588 </div>
2589</section>
2590
2591<style>
2592/* BONUS SECTION */
2593.bonus-section {
2594 background: radial-gradient(circle at top, #111a3f, #050913);
2595 padding: 120px 20px;
2596}
2597
2598.bonus-container {
2599 max-width: 1200px;
2600 margin: auto;
2601}
2602
2603/* HEADER */
2604.bonus-header {
2605 max-width: 850px;
2606 margin-bottom: 80px;
2607}
2608
2609.bonus-badge {
2610 display: inline-block;
2611 background: rgba(245, 197, 66, 0.15);
2612 color: #f5c542;
2613 padding: 8px 22px;
2614 border-radius: 40px;
2615 font-size: 13px;
2616 letter-spacing: 1px;
2617 margin-bottom: 18px;
2618}
2619
2620.bonus-header h2 {
2621 font-size: 38px;
2622 color: #ffffff;
2623 margin-bottom: 18px;
2624 line-height: 1.3;
2625}
2626
2627.bonus-header h2 span {
2628 color: #f5c542;
2629}
2630
2631.bonus-header p {
2632 color: #cfd3ec;
2633 font-size: 17px;
2634 line-height: 1.9;
2635}
2636
2637/* BONUS FLOW */
2638.bonus-flow {
2639 display: grid;
2640 grid-template-columns: repeat(4, 1fr);
2641 gap: 30px;
2642}
2643
2644/* BONUS STEP */
2645.bonus-step {
2646 background: linear-gradient(180deg, #141c3d, #0f1530);
2647 border-radius: 26px;
2648 padding: 40px 30px;
2649 text-align: center;
2650 box-shadow: 0 30px 60px rgba(0,0,0,0.45);
2651 transition: transform 0.3s ease;
2652}
2653
2654.bonus-step:hover {
2655 transform: translateY(-8px);
2656}
2657
2658.bonus-icon {
2659 font-size: 34px;
2660 width: 70px;
2661 height: 70px;
2662 background: rgba(245, 197, 66, 0.15);
2663 color: #f5c542;
2664 display: flex;
2665 align-items: center;
2666 justify-content: center;
2667 border-radius: 50%;
2668 margin: 0 auto 18px;
2669}
2670
2671.bonus-step h3 {
2672 color: #ffffff;
2673 font-size: 20px;
2674 margin-bottom: 12px;
2675}
2676
2677.bonus-step p {
2678 color: #cfd3ec;
2679 font-size: 15px;
2680 line-height: 1.8;
2681}
2682
2683/* FOOTER STRIP */
2684.bonus-footer {
2685 margin-top: 80px;
2686 display: flex;
2687 flex-wrap: wrap;
2688 gap: 16px;
2689}
2690
2691.bonus-footer span {
2692 background: #0b0f1a;
2693 border: 1px solid rgba(245, 197, 66, 0.3);
2694 color: #f5c542;
2695 padding: 14px 26px;
2696 border-radius: 40px;
2697 font-size: 14px;
2698 font-weight: 600;
2699}
2700
2701/* MOBILE */
2702@media (max-width: 1000px) {
2703 .bonus-flow {
2704 grid-template-columns: 1fr 1fr;
2705 }
2706
2707 .bonus-header h2 {
2708 font-size: 26px;
2709 }
2710}
2711
2712@media (max-width: 600px) {
2713 .bonus-flow {
2714 grid-template-columns: 1fr;
2715 }
2716}
2717</style>
2718 </div>
2719 </div>
2720 </div>
2721 <div class="elementor-element elementor-element-944f505 e-flex e-con-boxed e-con e-parent" data-id="944f505" data-element_type="container">
2722 <div class="e-con-inner">
2723 <div class="elementor-element elementor-element-a97213c elementor-widget elementor-widget-html" data-id="a97213c" data-element_type="widget" data-widget_type="html.default">
2724 <!-- GET STARTED SECTION -->
2725<section class="get-started-section">
2726 <div class="get-started-container">
2727
2728 <!-- HEADER -->
2729 <div class="get-started-header">
2730 <span class="start-badge">GET STARTED EASILY</span>
2731 <h2>
2732 How To Get Started With
2733 <span>Dubaiexch247?</span>
2734 </h2>
2735 <p>
2736 Starting your betting journey with Dubaiexch247 is quick,
2737 secure, and hassle-free. The platform is designed to help
2738 users begin betting without confusion, delays, or complicated
2739 registration processes.
2740 </p>
2741 </div>
2742
2743 <!-- START JOURNEY -->
2744 <div class="start-journey">
2745
2746 <!-- JOURNEY CARD 1 -->
2747 <div class="journey-card">
2748 <div class="journey-step">Step 1</div>
2749 <h3>Create Your Dubaiexch247 ID</h3>
2750 <p>
2751 Contact the official agent to request your Dubaiexch247 ID.
2752 The process is simple and requires minimal details, allowing
2753 fast and secure account activation.
2754 </p>
2755 </div>
2756
2757 <!-- JOURNEY CARD 2 -->
2758 <div class="journey-card">
2759 <div class="journey-step">Step 2</div>
2760 <h3>Login & Explore the Platform</h3>
2761 <p>
2762 Once you receive your ID, log in to the platform and explore
2763 live cricket betting, sports markets, and casino games with
2764 a smooth and user-friendly interface.
2765 </p>
2766 </div>
2767
2768 <!-- JOURNEY CARD 3 -->
2769 <div class="journey-card">
2770 <div class="journey-step">Step 3</div>
2771 <h3>Add Funds Securely</h3>
2772 <p>
2773 Deposit funds using supported Indian payment methods. The
2774 platform ensures quick processing so you can start betting
2775 without unnecessary waiting time.
2776 </p>
2777 </div>
2778
2779 <!-- JOURNEY CARD 4 -->
2780 <div class="journey-card">
2781 <div class="journey-step">Step 4</div>
2782 <h3>Start Betting & Gaming</h3>
2783 <p>
2784 Begin placing bets on live matches, sports events, or casino
2785 games. Enjoy real-time odds, fast execution, and a secure
2786 betting environment.
2787 </p>
2788 </div>
2789
2790 </div>
2791
2792 <!-- CONFIDENCE STRIP -->
2793 <div class="start-confidence">
2794 <span>✔ Beginner-Friendly Platform</span>
2795 <span>✔ Fast ID Creation</span>
2796 <span>✔ Secure Payments</span>
2797 <span>✔ Trusted Betting Experience</span>
2798 </div>
2799
2800 </div>
2801</section>
2802
2803<style>
2804/* GET STARTED SECTION */
2805.get-started-section {
2806 background: linear-gradient(180deg, #050913, #0e1532);
2807 padding: 120px 20px;
2808}
2809
2810.get-started-container {
2811 max-width: 1200px;
2812 margin: auto;
2813}
2814
2815/* HEADER */
2816.get-started-header {
2817 max-width: 850px;
2818 margin-bottom: 90px;
2819}
2820
2821.start-badge {
2822 display: inline-block;
2823 background: rgba(245, 197, 66, 0.15);
2824 color: #f5c542;
2825 padding: 8px 22px;
2826 border-radius: 40px;
2827 font-size: 13px;
2828 letter-spacing: 1px;
2829 margin-bottom: 18px;
2830}
2831
2832.get-started-header h2 {
2833 font-size: 38px;
2834 color: #ffffff;
2835 line-height: 1.3;
2836 margin-bottom: 18px;
2837}
2838
2839.get-started-header h2 span {
2840 color: #f5c542;
2841}
2842
2843.get-started-header p {
2844 color: #cfd3ec;
2845 font-size: 17px;
2846 line-height: 1.9;
2847}
2848
2849/* JOURNEY */
2850.start-journey {
2851 display: grid;
2852 grid-template-columns: repeat(4, 1fr);
2853 gap: 30px;
2854}
2855
2856/* CARD */
2857.journey-card {
2858 background: linear-gradient(180deg, #141c3d, #0f1530);
2859 padding: 40px 30px;
2860 border-radius: 26px;
2861 box-shadow: 0 30px 60px rgba(0,0,0,0.45);
2862 position: relative;
2863}
2864
2865.journey-step {
2866 position: absolute;
2867 top: -16px;
2868 left: 25px;
2869 background: linear-gradient(135deg, #f5c542, #ffe08a);
2870 color: #000;
2871 padding: 6px 14px;
2872 border-radius: 20px;
2873 font-size: 13px;
2874 font-weight: bold;
2875}
2876
2877.journey-card h3 {
2878 color: #ffffff;
2879 font-size: 20px;
2880 margin-bottom: 12px;
2881}
2882
2883.journey-card p {
2884 color: #cfd3ec;
2885 font-size: 15px;
2886 line-height: 1.8;
2887}
2888
2889/* CONFIDENCE STRIP */
2890.start-confidence {
2891 margin-top: 80px;
2892 display: flex;
2893 flex-wrap: wrap;
2894 gap: 16px;
2895}
2896
2897.start-confidence span {
2898 background: #0b0f1a;
2899 border: 1px solid rgba(245, 197, 66, 0.3);
2900 color: #f5c542;
2901 padding: 14px 26px;
2902 border-radius: 40px;
2903 font-size: 14px;
2904 font-weight: 600;
2905}
2906
2907/* MOBILE */
2908@media (max-width: 1000px) {
2909 .start-journey {
2910 grid-template-columns: 1fr 1fr;
2911 }
2912
2913 .get-started-header h2 {
2914 font-size: 26px;
2915 }
2916}
2917
2918@media (max-width: 600px) {
2919 .start-journey {
2920 grid-template-columns: 1fr;
2921 }
2922}
2923</style>
2924 </div>
2925 </div>
2926 </div>
2927 <div class="elementor-element elementor-element-2df01ed e-flex e-con-boxed e-con e-parent" data-id="2df01ed" data-element_type="container">
2928 <div class="e-con-inner">
2929 <div class="elementor-element elementor-element-530add6 elementor-widget elementor-widget-html" data-id="530add6" data-element_type="widget" data-widget_type="html.default">
2930 <!-- SIGNUP SECTION -->
2931<section class="signup-section">
2932 <div class="signup-container">
2933
2934 <!-- LEFT CONTENT -->
2935 <div class="signup-content">
2936 <span class="signup-badge">ACCOUNT REGISTRATION</span>
2937
2938 <h2>
2939 How To Signup With
2940 <span>Dubaiexch247</span>
2941 </h2>
2942
2943 <p>
2944 Signing up with Dubaiexch247 is fast, secure, and designed to
2945 keep things simple for every user. Unlike complicated online
2946 registrations, Dubaiexch247 offers a smooth ID-based signup
2947 process that allows you to start betting without delays.
2948 </p>
2949
2950 <p>
2951 Whether you are new to online betting or an experienced player,
2952 the signup process ensures quick access to live cricket betting,
2953 sports markets, and casino games through your dedicated
2954 Dubaiexch247 ID.
2955 </p>
2956
2957 <div class="signup-highlights">
2958 <span>✔ Quick ID Creation</span>
2959 <span>✔ No Complex Forms</span>
2960 <span>✔ Secure Access</span>
2961 <span>✔ Instant Platform Entry</span>
2962 </div>
2963 </div>
2964
2965 <!-- RIGHT SIGNUP STEPS -->
2966 <div class="signup-steps">
2967
2968 <div class="signup-step-card">
2969 <div class="step-number">01</div>
2970 <h3>Contact Official Agent</h3>
2971 <p>
2972 Reach out to the official Dubaiexch247 agent to request your
2973 betting ID. This ensures secure and verified account creation.
2974 </p>
2975 </div>
2976
2977 <div class="signup-step-card">
2978 <div class="step-number">02</div>
2979 <h3>Receive Your Login ID</h3>
2980 <p>
2981 Once verified, you will receive your Dubaiexch247 ID along
2982 with login credentials for secure platform access.
2983 </p>
2984 </div>
2985
2986 <div class="signup-step-card">
2987 <div class="step-number">03</div>
2988 <h3>Login & Fund Your Account</h3>
2989 <p>
2990 Log in using your ID and add funds through supported Indian
2991 payment methods to activate your betting experience.
2992 </p>
2993 </div>
2994
2995 <div class="signup-step-card">
2996 <div class="step-number">04</div>
2997 <h3>Start Betting Instantly</h3>
2998 <p>
2999 Begin betting on live cricket matches, sports events, or
3000 casino games with real-time odds and fast execution.
3001 </p>
3002 </div>
3003
3004 </div>
3005
3006 </div>
3007</section>
3008
3009<style>
3010/* SIGNUP SECTION */
3011.signup-section {
3012 background: linear-gradient(180deg, #0a0f22, #040812);
3013 padding: 120px 20px;
3014}
3015
3016.signup-container {
3017 max-width: 1200px;
3018 margin: auto;
3019 display: grid;
3020 grid-template-columns: 1.1fr 0.9fr;
3021 gap: 70px;
3022 align-items: center;
3023}
3024
3025/* CONTENT */
3026.signup-badge {
3027 display: inline-block;
3028 background: rgba(245, 197, 66, 0.15);
3029 color: #f5c542;
3030 padding: 8px 22px;
3031 border-radius: 40px;
3032 font-size: 13px;
3033 letter-spacing: 1px;
3034 margin-bottom: 18px;
3035}
3036
3037.signup-content h2 {
3038 font-size: 38px;
3039 color: #ffffff;
3040 line-height: 1.3;
3041 margin-bottom: 20px;
3042}
3043
3044.signup-content h2 span {
3045 color: #f5c542;
3046}
3047
3048.signup-content p {
3049 color: #cfd3ec;
3050 font-size: 16px;
3051 line-height: 1.9;
3052 margin-bottom: 18px;
3053}
3054
3055/* HIGHLIGHTS */
3056.signup-highlights {
3057 display: flex;
3058 flex-wrap: wrap;
3059 gap: 14px;
3060 margin-top: 25px;
3061}
3062
3063.signup-highlights span {
3064 background: #0b0f1a;
3065 border: 1px solid rgba(245, 197, 66, 0.3);
3066 color: #f5c542;
3067 padding: 12px 22px;
3068 border-radius: 40px;
3069 font-size: 14px;
3070 font-weight: 600;
3071}
3072
3073/* STEPS */
3074.signup-steps {
3075 display: grid;
3076 gap: 25px;
3077}
3078
3079.signup-step-card {
3080 background: linear-gradient(180deg, #141c3d, #0f1530);
3081 padding: 30px 28px;
3082 border-radius: 24px;
3083 box-shadow: 0 25px 55px rgba(0,0,0,0.45);
3084 position: relative;
3085}
3086
3087.step-number {
3088 position: absolute;
3089 top: -18px;
3090 right: 25px;
3091 background: linear-gradient(135deg, #f5c542, #ffe08a);
3092 color: #000;
3093 font-size: 14px;
3094 font-weight: bold;
3095 padding: 6px 14px;
3096 border-radius: 30px;
3097}
3098
3099.signup-step-card h3 {
3100 color: #ffffff;
3101 font-size: 20px;
3102 margin-bottom: 10px;
3103}
3104
3105.signup-step-card p {
3106 color: #cfd3ec;
3107 font-size: 15px;
3108 line-height: 1.8;
3109}
3110
3111/* MOBILE */
3112@media (max-width: 1000px) {
3113 .signup-container {
3114 grid-template-columns: 1fr;
3115 }
3116
3117 .signup-content h2 {
3118 font-size: 26px;
3119 }
3120}
3121</style>
3122 </div>
3123 </div>
3124 </div>
3125 <div class="elementor-element elementor-element-df6f284 e-flex e-con-boxed e-con e-parent" data-id="df6f284" data-element_type="container">
3126 <div class="e-con-inner">
3127 <div class="elementor-element elementor-element-c804c74 elementor-widget elementor-widget-html" data-id="c804c74" data-element_type="widget" data-widget_type="html.default">
3128 <!-- SIGNUP FORM SECTION -->
3129<section class="signup-form-section">
3130 <div class="signup-form-container">
3131
3132 <!-- LEFT CONTENT -->
3133 <div class="signup-form-info">
3134 <h2>
3135 Create Your
3136 <span>Dubaiexch247 Account</span>
3137 </h2>
3138
3139 <p>
3140 Get started with Dubaiexch247 and enjoy a secure, fast, and
3141 trusted betting experience. Create your betting ID today and
3142 gain access to live cricket betting, sports markets, and casino
3143 games — all from one powerful platform.
3144 </p>
3145
3146 <ul class="signup-benefits">
3147 <li>✔ Quick & Secure Signup</li>
3148 <li>✔ Instant Account Access</li>
3149 <li>✔ Live Cricket & Sports Betting</li>
3150 <li>✔ Trusted & Transparent Platform</li>
3151 </ul>
3152 </div>
3153
3154 <!-- FORM CARD -->
3155 <div class="signup-form-card">
3156 <h3>Signup Now</h3>
3157
3158 <form>
3159 <div class="form-group">
3160 <label>Full Name</label>
3161 <input type="text" placeholder="Enter your full name">
3162 </div>
3163
3164 <div class="form-group">
3165 <label>Mobile Number</label>
3166 <input type="tel" placeholder="Enter your mobile number">
3167 </div>
3168
3169 <div class="form-group">
3170 <label>Email Address</label>
3171 <input type="email" placeholder="Enter your email address">
3172 </div>
3173
3174 <div class="form-group">
3175 <label>Preferred Username</label>
3176 <input type="text" placeholder="Choose a username">
3177 </div>
3178
3179 <!-- CTA BUTTON -->
3180 <a href="https://dubaiexchange-247.com/signup/" class="signup-btn">
3181 Create Account
3182 </a>
3183 </form>
3184
3185 <p class="signup-note">
3186 By signing up, you agree to our terms and responsible betting
3187 guidelines.
3188 </p>
3189 </div>
3190
3191 </div>
3192</section>
3193
3194<style>
3195/* SIGNUP FORM SECTION */
3196.signup-form-section {
3197 background: linear-gradient(180deg, #030712, #0b1430);
3198 padding: 140px 20px;
3199}
3200
3201.signup-form-container {
3202 max-width: 1200px;
3203 margin: auto;
3204 display: grid;
3205 grid-template-columns: 1.1fr 0.9fr;
3206 gap: 70px;
3207 align-items: center;
3208}
3209
3210/* LEFT INFO */
3211.signup-form-info h2 {
3212 font-size: 38px;
3213 color: #ffffff;
3214 line-height: 1.3;
3215 margin-bottom: 20px;
3216}
3217
3218.signup-form-info h2 span {
3219 color: #f5c542;
3220}
3221
3222.signup-form-info p {
3223 font-size: 16.5px;
3224 color: #cfd3ec;
3225 line-height: 1.9;
3226 margin-bottom: 25px;
3227}
3228
3229.signup-benefits {
3230 list-style: none;
3231 padding: 0;
3232}
3233
3234.signup-benefits li {
3235 font-size: 15.5px;
3236 color: #f5c542;
3237 margin-bottom: 12px;
3238}
3239
3240/* FORM CARD */
3241.signup-form-card {
3242 background: linear-gradient(180deg, #141c3d, #0f1530);
3243 border-radius: 28px;
3244 padding: 45px 40px;
3245 box-shadow: 0 35px 70px rgba(0,0,0,0.45);
3246}
3247
3248.signup-form-card h3 {
3249 font-size: 24px;
3250 color: #ffffff;
3251 margin-bottom: 25px;
3252 text-align: center;
3253}
3254
3255/* FORM */
3256.form-group {
3257 margin-bottom: 18px;
3258}
3259
3260.form-group label {
3261 display: block;
3262 font-size: 14px;
3263 color: #cfd3ec;
3264 margin-bottom: 6px;
3265}
3266
3267.form-group input {
3268 width: 100%;
3269 padding: 14px 14px;
3270 border-radius: 10px;
3271 border: 1px solid rgba(245, 197, 66, 0.35);
3272 background: #0b0f1a;
3273 color: #ffffff;
3274 font-size: 14.5px;
3275}
3276
3277.form-group input::placeholder {
3278 color: #8a92b2;
3279}
3280
3281/* BUTTON */
3282.signup-btn {
3283 display: block;
3284 text-align: center;
3285 margin-top: 25px;
3286 padding: 15px;
3287 border-radius: 12px;
3288 background: linear-gradient(135deg, #f5c542, #ffe08a);
3289 color: #000;
3290 font-size: 16px;
3291 font-weight: bold;
3292 text-decoration: none;
3293 transition: transform 0.2s ease, box-shadow 0.2s ease;
3294}
3295
3296.signup-btn:hover {
3297 transform: translateY(-2px);
3298 box-shadow: 0 10px 25px rgba(245,197,66,0.35);
3299}
3300
3301/* NOTE */
3302.signup-note {
3303 margin-top: 18px;
3304 font-size: 13.5px;
3305 color: #cfd3ec;
3306 text-align: center;
3307 line-height: 1.7;
3308}
3309
3310/* MOBILE */
3311@media (max-width: 900px) {
3312 .signup-form-container {
3313 grid-template-columns: 1fr;
3314 }
3315
3316 .signup-form-info h2 {
3317 font-size: 26px;
3318 }
3319}
3320</style>
3321 </div>
3322 </div>
3323 </div>
3324 <div class="elementor-element elementor-element-af00c3c e-flex e-con-boxed e-con e-parent" data-id="af00c3c" data-element_type="container">
3325 <div class="e-con-inner">
3326 <div class="elementor-element elementor-element-09029d7 elementor-widget elementor-widget-html" data-id="09029d7" data-element_type="widget" data-widget_type="html.default">
3327 <!-- LOGIN PROCESS SECTION -->
3328<section class="login-process-section">
3329 <div class="login-process-container">
3330
3331 <!-- HEADER -->
3332 <div class="login-process-header">
3333 <span class="login-badge">SECURE LOGIN</span>
3334 <h2>
3335 Dubaiexch247
3336 <span>Login Process</span>
3337 </h2>
3338 <p>
3339 The Dubaiexch247 login process is designed to provide users with
3340 fast, safe, and hassle-free access to their betting accounts.
3341 With a secure ID-based system, users can log in and start betting
3342 within seconds.
3343 </p>
3344 </div>
3345
3346 <!-- LOGIN GRID -->
3347 <div class="login-grid">
3348
3349 <!-- LOGIN STEP -->
3350 <div class="login-card">
3351 <div class="login-step">Step 1</div>
3352 <h3>Visit the Official Platform</h3>
3353 <p>
3354 Open the official Dubaiexch247 platform using a secure browser
3355 or mobile device to ensure safe access.
3356 </p>
3357 </div>
3358
3359 <!-- LOGIN STEP -->
3360 <div class="login-card">
3361 <div class="login-step">Step 2</div>
3362 <h3>Enter Your Login Credentials</h3>
3363 <p>
3364 Use your registered Dubaiexch247 ID and password provided at
3365 the time of signup to log in securely.
3366 </p>
3367 </div>
3368
3369 <!-- LOGIN STEP -->
3370 <div class="login-card">
3371 <div class="login-step">Step 3</div>
3372 <h3>Verify & Access Account</h3>
3373 <p>
3374 Complete any required verification and gain instant access to
3375 your betting dashboard and active markets.
3376 </p>
3377 </div>
3378
3379 <!-- LOGIN STEP -->
3380 <div class="login-card">
3381 <div class="login-step">Step 4</div>
3382 <h3>Start Betting Instantly</h3>
3383 <p>
3384 Once logged in, place bets on live cricket matches, sports
3385 events, or casino games with real-time odds.
3386 </p>
3387 </div>
3388
3389 </div>
3390
3391 <!-- SECURITY STRIP -->
3392 <div class="login-security">
3393 <span>✔ Secure ID-Based Login</span>
3394 <span>✔ Fast Access</span>
3395 <span>✔ Encrypted Credentials</span>
3396 <span>✔ Safe Betting Environment</span>
3397 </div>
3398
3399 </div>
3400</section>
3401
3402<style>
3403/* LOGIN PROCESS SECTION */
3404.login-process-section {
3405 background: radial-gradient(circle at top, #0f1734, #040812);
3406 padding: 120px 20px;
3407}
3408
3409.login-process-container {
3410 max-width: 1200px;
3411 margin: auto;
3412}
3413
3414/* HEADER */
3415.login-process-header {
3416 max-width: 850px;
3417 margin-bottom: 80px;
3418}
3419
3420.login-badge {
3421 display: inline-block;
3422 background: rgba(245, 197, 66, 0.15);
3423 color: #f5c542;
3424 padding: 8px 22px;
3425 border-radius: 40px;
3426 font-size: 13px;
3427 letter-spacing: 1px;
3428 margin-bottom: 18px;
3429}
3430
3431.login-process-header h2 {
3432 font-size: 38px;
3433 color: #ffffff;
3434 line-height: 1.3;
3435 margin-bottom: 18px;
3436}
3437
3438.login-process-header h2 span {
3439 color: #f5c542;
3440}
3441
3442.login-process-header p {
3443 color: #cfd3ec;
3444 font-size: 17px;
3445 line-height: 1.9;
3446}
3447
3448/* LOGIN GRID */
3449.login-grid {
3450 display: grid;
3451 grid-template-columns: repeat(4, 1fr);
3452 gap: 30px;
3453}
3454
3455/* LOGIN CARD */
3456.login-card {
3457 background: linear-gradient(180deg, #141c3d, #0f1530);
3458 padding: 36px 28px;
3459 border-radius: 26px;
3460 box-shadow: 0 30px 60px rgba(0,0,0,0.45);
3461 position: relative;
3462 transition: transform 0.3s ease;
3463}
3464
3465.login-card:hover {
3466 transform: translateY(-6px);
3467}
3468
3469.login-step {
3470 position: absolute;
3471 top: -16px;
3472 left: 22px;
3473 background: linear-gradient(135deg, #f5c542, #ffe08a);
3474 color: #000;
3475 padding: 6px 14px;
3476 border-radius: 20px;
3477 font-size: 13px;
3478 font-weight: bold;
3479}
3480
3481.login-card h3 {
3482 color: #ffffff;
3483 font-size: 20px;
3484 margin-bottom: 12px;
3485}
3486
3487.login-card p {
3488 color: #cfd3ec;
3489 font-size: 15px;
3490 line-height: 1.8;
3491}
3492
3493/* SECURITY STRIP */
3494.login-security {
3495 margin-top: 80px;
3496 display: flex;
3497 flex-wrap: wrap;
3498 gap: 16px;
3499}
3500
3501.login-security span {
3502 background: #0b0f1a;
3503 border: 1px solid rgba(245, 197, 66, 0.3);
3504 color: #f5c542;
3505 padding: 14px 26px;
3506 border-radius: 40px;
3507 font-size: 14px;
3508 font-weight: 600;
3509}
3510
3511/* MOBILE */
3512@media (max-width: 1000px) {
3513 .login-grid {
3514 grid-template-columns: 1fr 1fr;
3515 }
3516
3517 .login-process-header h2 {
3518 font-size: 26px;
3519 }
3520}
3521
3522@media (max-width: 600px) {
3523 .login-grid {
3524 grid-template-columns: 1fr;
3525 }
3526}
3527</style>
3528 </div>
3529 </div>
3530 </div>
3531 <div class="elementor-element elementor-element-ab1137b e-flex e-con-boxed e-con e-parent" data-id="ab1137b" data-element_type="container">
3532 <div class="e-con-inner">
3533 <div class="elementor-element elementor-element-c4522fc elementor-widget elementor-widget-html" data-id="c4522fc" data-element_type="widget" data-widget_type="html.default">
3534 <!-- DUBAEXCH247 LOGIN FORM (ELEMENTOR FIXED) -->
3535<section class="dx-login-section">
3536 <div class="dx-login-box">
3537
3538 <div class="dx-login-head">
3539 <div class="dx-lock">🔐</div>
3540 <h2>Login to <span>Dubaiexch247</span></h2>
3541 <p>
3542 Securely access your account to manage bets, view live markets,
3543 and enjoy uninterrupted betting.
3544 </p>
3545 </div>
3546
3547 <form class="dx-login-form" action="https://dubaiexchange-247.com/login/" method="get">
3548
3549 <div class="dx-field">
3550 <label>Dubaiexch247 ID</label>
3551 <input type="text" placeholder="Enter your betting ID" required="">
3552 </div>
3553
3554 <div class="dx-field">
3555 <label>Password</label>
3556 <input type="password" placeholder="Enter your password" required="">
3557 </div>
3558
3559 <div class="dx-options">
3560 <span>✔ Secure Login</span>
3561 <a href="#">Forgot Password?</a>
3562 </div>
3563
3564 <a href="https://dubaiexchange-247.com/login/" class="dx-login-btn">
3565 Login Securely
3566 </a>
3567
3568 </form>
3569
3570 <div class="dx-footer">
3571 Don’t have an account?
3572 <a href="https://dubaiexchange-247.com/signup/">Create one here</a>
3573 </div>
3574
3575 </div>
3576</section>
3577
3578<style>
3579/* WRAPPER */
3580.dx-login-section {
3581 background: radial-gradient(circle at top, #0f1734, #030712);
3582 padding: 120px 20px;
3583 display: flex;
3584 justify-content: center;
3585}
3586
3587/* LOGIN BOX */
3588.dx-login-box {
3589 width: 100%;
3590 max-width: 460px;
3591 background: linear-gradient(180deg, #141c3d, #0f1530);
3592 border-radius: 26px;
3593 padding: 45px 38px;
3594 box-shadow: 0 35px 70px rgba(0,0,0,0.55);
3595}
3596
3597/* HEADER */
3598.dx-login-head {
3599 text-align: center;
3600 margin-bottom: 32px;
3601}
3602
3603.dx-lock {
3604 font-size: 32px;
3605 margin-bottom: 10px;
3606}
3607
3608.dx-login-head h2 {
3609 font-size: 26px;
3610 color: #ffffff;
3611 margin-bottom: 10px;
3612}
3613
3614.dx-login-head h2 span {
3615 color: #f5c542;
3616}
3617
3618.dx-login-head p {
3619 font-size: 14.5px;
3620 color: #cfd3ec;
3621 line-height: 1.7;
3622}
3623
3624/* FORM */
3625.dx-login-form {
3626 display: flex;
3627 flex-direction: column;
3628 gap: 18px;
3629}
3630
3631.dx-field label {
3632 font-size: 14px;
3633 color: #cfd3ec;
3634 margin-bottom: 6px;
3635 display: block;
3636}
3637
3638.dx-field input {
3639 width: 100%;
3640 padding: 14px 15px;
3641 border-radius: 10px;
3642 border: 1px solid rgba(245,197,66,0.35);
3643 background: #0b0f1a;
3644 color: #ffffff;
3645 font-size: 14.5px;
3646 outline: none;
3647}
3648
3649.dx-field input::placeholder {
3650 color: #8a92b2;
3651}
3652
3653/* OPTIONS */
3654.dx-options {
3655 display: flex;
3656 justify-content: space-between;
3657 font-size: 13.5px;
3658}
3659
3660.dx-options span {
3661 color: #f5c542;
3662}
3663
3664.dx-options a {
3665 color: #cfd3ec;
3666 text-decoration: none;
3667}
3668
3669.dx-options a:hover {
3670 text-decoration: underline;
3671}
3672
3673/* BUTTON */
3674.dx-login-btn {
3675 margin-top: 10px;
3676 padding: 15px;
3677 border-radius: 12px;
3678 background: linear-gradient(135deg, #f5c542, #ffe08a);
3679 color: #000 !important;
3680 font-size: 16px;
3681 font-weight: bold;
3682 text-align: center;
3683 text-decoration: none;
3684 transition: all 0.25s ease;
3685}
3686
3687.dx-login-btn:hover {
3688 transform: translateY(-2px);
3689 box-shadow: 0 10px 25px rgba(245,197,66,0.35);
3690}
3691
3692/* FOOTER */
3693.dx-footer {
3694 margin-top: 24px;
3695 text-align: center;
3696 font-size: 14px;
3697 color: #cfd3ec;
3698}
3699
3700.dx-footer a {
3701 color: #f5c542;
3702 text-decoration: none;
3703 font-weight: 600;
3704}
3705
3706.dx-footer a:hover {
3707 text-decoration: underline;
3708}
3709
3710/* MOBILE */
3711@media (max-width: 480px) {
3712 .dx-login-box {
3713 padding: 35px 25px;
3714 }
3715
3716 .dx-login-head h2 {
3717 font-size: 23px;
3718 }
3719}
3720</style>
3721 </div>
3722 </div>
3723 </div>
3724 <div class="elementor-element elementor-element-4d3fdd1 e-flex e-con-boxed e-con e-parent" data-id="4d3fdd1" data-element_type="container">
3725 <div class="e-con-inner">
3726 <div class="elementor-element elementor-element-33ca401 elementor-widget elementor-widget-html" data-id="33ca401" data-element_type="widget" data-widget_type="html.default">
3727 <!-- PRIVACY & SECURITY SECTION -->
3728<section class="privacy-security-section">
3729 <div class="privacy-security-container">
3730
3731 <!-- TOP SHIELD -->
3732 <div class="security-shield">
3733 <div class="shield-icon">🔒</div>
3734 <h2>
3735 Privacy And Security At
3736 <span>Dubaiexch247</span>
3737 </h2>
3738 <p>
3739 At Dubaiexch247, user privacy and data security are treated as
3740 top priorities. The platform is built with advanced protection
3741 systems to ensure that every user enjoys a safe, confidential,
3742 and trusted betting environment.
3743 </p>
3744 </div>
3745
3746 <!-- SECURITY LAYERS -->
3747 <div class="security-layers">
3748
3749 <div class="security-layer">
3750 <h3>Advanced Data Protection</h3>
3751 <p>
3752 All user information is safeguarded using encrypted systems
3753 that prevent unauthorized access. Personal details, login
3754 credentials, and transaction data remain fully protected at
3755 all times.
3756 </p>
3757 </div>
3758
3759 <div class="security-layer">
3760 <h3>Secure Login & Account Safety</h3>
3761 <p>
3762 Dubaiexch247 uses a secure ID-based login system designed to
3763 protect accounts from misuse. Multiple safety checks ensure
3764 only authorized users can access their accounts.
3765 </p>
3766 </div>
3767
3768 <div class="security-layer">
3769 <h3>Safe Financial Transactions</h3>
3770 <p>
3771 Deposits and withdrawals are processed through verified and
3772 trusted payment methods. Each transaction follows strict
3773 security protocols to ensure complete financial safety.
3774 </p>
3775 </div>
3776
3777 <div class="security-layer">
3778 <h3>Responsible Data Usage</h3>
3779 <p>
3780 User data is never shared without consent. Dubaiexch247 follows
3781 responsible data handling practices to maintain transparency
3782 and trust with its users.
3783 </p>
3784 </div>
3785
3786 </div>
3787
3788 <!-- TRUST BAR -->
3789 <div class="privacy-trust-bar">
3790 <div>✔ Encrypted User Data</div>
3791 <div>✔ Secure Betting Environment</div>
3792 <div>✔ Trusted Payment Protection</div>
3793 <div>✔ Privacy-First Policy</div>
3794 </div>
3795
3796 </div>
3797</section>
3798
3799<style>
3800/* PRIVACY & SECURITY */
3801.privacy-security-section {
3802 background: linear-gradient(180deg, #030712, #0b1430);
3803 padding: 130px 20px;
3804}
3805
3806.privacy-security-container {
3807 max-width: 1150px;
3808 margin: auto;
3809}
3810
3811/* SHIELD HEADER */
3812.security-shield {
3813 max-width: 820px;
3814 margin-bottom: 90px;
3815}
3816
3817.shield-icon {
3818 width: 80px;
3819 height: 80px;
3820 background: linear-gradient(135deg, #f5c542, #ffe08a);
3821 color: #000;
3822 border-radius: 50%;
3823 font-size: 34px;
3824 display: flex;
3825 align-items: center;
3826 justify-content: center;
3827 margin-bottom: 25px;
3828}
3829
3830.security-shield h2 {
3831 font-size: 38px;
3832 color: #ffffff;
3833 margin-bottom: 18px;
3834 line-height: 1.3;
3835}
3836
3837.security-shield h2 span {
3838 color: #f5c542;
3839}
3840
3841.security-shield p {
3842 color: #cfd3ec;
3843 font-size: 17px;
3844 line-height: 1.9;
3845}
3846
3847/* SECURITY LAYERS */
3848.security-layers {
3849 border-left: 2px solid rgba(245, 197, 66, 0.4);
3850 padding-left: 40px;
3851 display: grid;
3852 gap: 45px;
3853}
3854
3855.security-layer h3 {
3856 font-size: 22px;
3857 color: #ffffff;
3858 margin-bottom: 10px;
3859}
3860
3861.security-layer p {
3862 color: #cfd3ec;
3863 font-size: 15.5px;
3864 line-height: 1.9;
3865}
3866
3867/* TRUST BAR */
3868.privacy-trust-bar {
3869 margin-top: 90px;
3870 background: linear-gradient(90deg, #141c3d, #0f1530);
3871 border-radius: 22px;
3872 padding: 30px;
3873 display: grid;
3874 grid-template-columns: repeat(4, 1fr);
3875 gap: 20px;
3876 text-align: center;
3877 box-shadow: 0 25px 50px rgba(0,0,0,0.45);
3878}
3879
3880.privacy-trust-bar div {
3881 color: #f5c542;
3882 font-size: 15px;
3883 font-weight: 600;
3884}
3885
3886/* MOBILE */
3887@media (max-width: 900px) {
3888 .privacy-trust-bar {
3889 grid-template-columns: 1fr 1fr;
3890 }
3891
3892 .security-shield h2 {
3893 font-size: 26px;
3894 }
3895}
3896
3897@media (max-width: 600px) {
3898 .privacy-trust-bar {
3899 grid-template-columns: 1fr;
3900 }
3901
3902 .security-layers {
3903 padding-left: 20px;
3904 }
3905}
3906</style>
3907 </div>
3908 </div>
3909 </div>
3910 <div class="elementor-element elementor-element-f099ed6 e-flex e-con-boxed e-con e-parent" data-id="f099ed6" data-element_type="container">
3911 <div class="e-con-inner">
3912 <div class="elementor-element elementor-element-4de62ec elementor-widget elementor-widget-html" data-id="4de62ec" data-element_type="widget" data-widget_type="html.default">
3913 <!-- RESPONSIBLE BETTING – TRUST PANEL -->
3914<section class="rb-trust-section">
3915 <div class="rb-trust-container">
3916
3917 <!-- TITLE AREA -->
3918 <div class="rb-trust-header">
3919 <h2>
3920 Responsible Betting Practices At
3921 <span>Dubaiexch247</span>
3922 </h2>
3923 <p>
3924 Dubaiexch247 promotes a safe, controlled, and responsible betting
3925 environment. Our goal is to ensure that betting remains enjoyable,
3926 transparent, and well-balanced for every user.
3927 </p>
3928 </div>
3929
3930 <!-- CONTENT PANEL -->
3931 <div class="rb-trust-panel">
3932
3933 <div class="rb-trust-item">
3934 <h3>Entertainment Comes First</h3>
3935 <p>
3936 Betting should always be treated as a form of entertainment.
3937 Users are advised not to view betting as a source of income
3938 or financial stability.
3939 </p>
3940 </div>
3941
3942 <div class="rb-trust-item">
3943 <h3>Bet Within Affordable Limits</h3>
3944 <p>
3945 Players should wager only amounts they can comfortably afford
3946 to lose. Setting personal limits helps maintain long-term
3947 control and balance.
3948 </p>
3949 </div>
3950
3951 <div class="rb-trust-item">
3952 <h3>Stay Informed & Aware</h3>
3953 <p>
3954 Understanding betting rules, odds, and risks is essential for
3955 making responsible decisions and avoiding impulsive behavior.
3956 </p>
3957 </div>
3958
3959 <div class="rb-trust-item">
3960 <h3>Take Breaks When Needed</h3>
3961 <p>
3962 If betting starts to feel stressful or overwhelming, taking a
3963 break is encouraged. Responsible betting includes knowing
3964 when to step away.
3965 </p>
3966 </div>
3967
3968 </div>
3969
3970 <!-- DISCLAIMER NOTE -->
3971 <div class="rb-trust-note">
3972 <p>
3973 Dubaiexch247 supports responsible gaming and encourages users to
3974 prioritize personal well-being. If betting stops being enjoyable,
3975 seeking guidance or taking a pause is strongly recommended.
3976 </p>
3977 </div>
3978
3979 </div>
3980</section>
3981
3982<style>
3983/* RESPONSIBLE BETTING – MATCHED COLORS */
3984.rb-trust-section {
3985 background: linear-gradient(180deg, #030712, #0b1430);
3986 padding: 130px 20px;
3987}
3988
3989.rb-trust-container {
3990 max-width: 1100px;
3991 margin: auto;
3992}
3993
3994/* HEADER */
3995.rb-trust-header {
3996 max-width: 820px;
3997 margin-bottom: 70px;
3998}
3999
4000.rb-trust-header h2 {
4001 font-size: 38px;
4002 color: #ffffff;
4003 line-height: 1.3;
4004 margin-bottom: 16px;
4005}
4006
4007.rb-trust-header h2 span {
4008 color: #f5c542;
4009}
4010
4011.rb-trust-header p {
4012 color: #cfd3ec;
4013 font-size: 17px;
4014 line-height: 1.9;
4015}
4016
4017/* PANEL */
4018.rb-trust-panel {
4019 background: linear-gradient(180deg, #141c3d, #0f1530);
4020 border-radius: 26px;
4021 padding: 55px 50px;
4022 box-shadow: 0 35px 70px rgba(0,0,0,0.45);
4023 display: grid;
4024 gap: 35px;
4025}
4026
4027/* ITEM */
4028.rb-trust-item h3 {
4029 color: #ffffff;
4030 font-size: 22px;
4031 margin-bottom: 8px;
4032}
4033
4034.rb-trust-item p {
4035 color: #cfd3ec;
4036 font-size: 15.5px;
4037 line-height: 1.9;
4038}
4039
4040/* NOTE */
4041.rb-trust-note {
4042 max-width: 900px;
4043 margin: 70px auto 0;
4044 padding-top: 25px;
4045 border-top: 1px solid rgba(245, 197, 66, 0.25);
4046}
4047
4048.rb-trust-note p {
4049 color: #f0e6b8;
4050 font-size: 15.5px;
4051 line-height: 1.8;
4052 text-align: center;
4053}
4054
4055/* MOBILE */
4056@media (max-width: 900px) {
4057 .rb-trust-header h2 {
4058 font-size: 26px;
4059 }
4060
4061 .rb-trust-panel {
4062 padding: 40px 28px;
4063 }
4064}
4065</style>
4066 </div>
4067 </div>
4068 </div>
4069 <div class="elementor-element elementor-element-c30ef10 e-flex e-con-boxed e-con e-parent" data-id="c30ef10" data-element_type="container">
4070 <div class="e-con-inner">
4071 <div class="elementor-element elementor-element-183970c elementor-widget elementor-widget-html" data-id="183970c" data-element_type="widget" data-widget_type="html.default">
4072 <style>
4073/* IMPORT ROSARIO FONT */
4074@import url('https://fonts.googleapis.com/css2?family=Rosario:wght@300;400;500;600;700&display=swap');
4075
4076/* PAYMENT METHODS SECTION */
4077.dream-payment-section {
4078 background: linear-gradient(135deg, #060b1f, #0d1635);
4079 padding: 60px 20px;
4080 border-radius: 20px;
4081 margin: 40px 0;
4082 color: #ffffff;
4083 font-family: 'Rosario', sans-serif;
4084}
4085
4086.dream-payment-header {
4087 text-align: center;
4088 max-width: 800px;
4089 margin: 0 auto 50px;
4090}
4091
4092.dream-payment-header h2 {
4093 font-size: 34px;
4094 font-weight: 700;
4095 color: #f5c542;
4096 margin-bottom: 15px;
4097}
4098
4099.dream-payment-header p {
4100 font-size: 16px;
4101 font-weight: 400;
4102 color: #cfd6ff;
4103 line-height: 1.7;
4104}
4105
4106/* PAYMENT GRID */
4107.payment-grid {
4108 display: grid;
4109 grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
4110 gap: 25px;
4111}
4112
4113/* PAYMENT CARD */
4114.payment-card {
4115 background: linear-gradient(160deg, #101a3d, #0a122a);
4116 border-radius: 16px;
4117 padding: 25px;
4118 position: relative;
4119 overflow: hidden;
4120 border: 1px solid rgba(245,197,66,0.25);
4121 transition: transform 0.3s ease, box-shadow 0.3s ease;
4122}
4123
4124.payment-card::before {
4125 content: "";
4126 position: absolute;
4127 inset: 0;
4128 background: radial-gradient(circle at top right, rgba(245,197,66,0.15), transparent 60%);
4129}
4130
4131.payment-card:hover {
4132 transform: translateY(-6px);
4133 box-shadow: 0 15px 40px rgba(0,0,0,0.6);
4134}
4135
4136.payment-icon {
4137 font-size: 36px;
4138 margin-bottom: 15px;
4139}
4140
4141.payment-title {
4142 font-size: 18px;
4143 font-weight: 600;
4144 color: #f5c542;
4145 margin-bottom: 8px;
4146}
4147
4148.payment-desc {
4149 font-size: 14.5px;
4150 font-weight: 400;
4151 color: #cfd6ff;
4152 line-height: 1.6;
4153}
4154
4155/* FOOTER NOTE */
4156.payment-note {
4157 margin-top: 40px;
4158 background: rgba(0,0,0,0.35);
4159 border-left: 4px solid #f5c542;
4160 padding: 20px 25px;
4161 border-radius: 10px;
4162 font-size: 15px;
4163 font-weight: 400;
4164 color: #e5e8ff;
4165}
4166</style>
4167
4168<section class="dream-payment-section">
4169
4170 <div class="dream-payment-header">
4171 <h2>Payment Methods Available at Dream Exch 247</h2>
4172 <p>
4173 Dream Exch 247 offers fast, secure, and flexible payment solutions
4174 designed for Indian bettors. Enjoy seamless deposits and quick
4175 withdrawals using trusted digital and banking methods.
4176 </p>
4177 </div>
4178
4179 <div class="payment-grid">
4180
4181 <div class="payment-card">
4182 <div class="payment-icon">📲</div>
4183 <div class="payment-title">UPI Payments</div>
4184 <div class="payment-desc">
4185 Instant deposits via Paytm, PhonePe, Google Pay, and all major UPI apps.
4186 </div>
4187 </div>
4188
4189 <div class="payment-card">
4190 <div class="payment-icon">🏦</div>
4191 <div class="payment-title">Bank Transfer</div>
4192 <div class="payment-desc">
4193 Secure NEFT, IMPS, and direct bank transfers for deposits and withdrawals.
4194 </div>
4195 </div>
4196
4197 <div class="payment-card">
4198 <div class="payment-icon">💳</div>
4199 <div class="payment-title">Debit & Credit Cards</div>
4200 <div class="payment-desc">
4201 Fund your account instantly using Visa and MasterCard supported cards.
4202 </div>
4203 </div>
4204
4205 <div class="payment-card">
4206 <div class="payment-icon">👛</div>
4207 <div class="payment-title">Mobile Wallets</div>
4208 <div class="payment-desc">
4209 Fast wallet payments for users who prefer digital convenience.
4210 </div>
4211 </div>
4212
4213 <div class="payment-card">
4214 <div class="payment-icon">₿</div>
4215 <div class="payment-title">Cryptocurrency</div>
4216 <div class="payment-desc">
4217 Advanced crypto options like USDT and Bitcoin for quick global transfers.
4218 </div>
4219 </div>
4220
4221 <div class="payment-card">
4222 <div class="payment-icon">🔐</div>
4223 <div class="payment-title">Secure Gateways</div>
4224 <div class="payment-desc">
4225 Encrypted payment gateways ensure maximum safety for every transaction.
4226 </div>
4227 </div>
4228
4229 </div>
4230
4231 <div class="payment-note">
4232 </div>
4233 </section></div>
4234 </div>
4235 <div class="elementor-element elementor-element-9e3c455 e-flex e-con-boxed e-con e-parent" data-id="9e3c455" data-element_type="container">
4236 <div class="e-con-inner">
4237 <div class="elementor-element elementor-element-1a90275 elementor-widget elementor-widget-html" data-id="1a90275" data-element_type="widget" data-widget_type="html.default">
4238 <!-- CUSTOMER SUPPORT SECTION -->
4239<section class="dx-support-section">
4240 <div class="dx-support-container">
4241
4242 <!-- HEADER -->
4243 <div class="dx-support-header">
4244 <span class="dx-support-badge">24/7 SUPPORT</span>
4245 <h2>Get in Touch with <span>Dubai Exchange 247</span> Customer Support</h2>
4246 <p>
4247 At Dubai Exchange 247, customer satisfaction is our top priority.
4248 Our dedicated support team is available around the clock to assist
4249 you with account queries, betting issues, deposits, withdrawals,
4250 and technical support — whenever you need help.
4251 </p>
4252 </div>
4253
4254 <!-- SUPPORT GRID -->
4255 <div class="dx-support-grid">
4256
4257 <div class="dx-support-card">
4258 <div class="dx-support-icon">💬</div>
4259 <h3>Live Assistance</h3>
4260 <p>
4261 Get instant help from our support executives for login issues,
4262 betting queries, or platform guidance with fast response times.
4263 </p>
4264 </div>
4265
4266 <div class="dx-support-card">
4267 <div class="dx-support-icon">📱</div>
4268 <h3>WhatsApp Support</h3>
4269 <p>
4270 Connect with Dubai Exchange 247 via WhatsApp for quick resolutions,
4271 account assistance, and real-time updates from our support team.
4272 </p>
4273 </div>
4274
4275 <div class="dx-support-card">
4276 <div class="dx-support-icon">🛡️</div>
4277 <h3>Secure & Confidential</h3>
4278 <p>
4279 All communications with our support team are handled securely and
4280 confidentially to protect your data and account information.
4281 </p>
4282 </div>
4283
4284 </div>
4285
4286 <!-- CTA PANEL -->
4287 <div class="dx-support-cta">
4288 <h3>Need Help? Our Experts Are Ready</h3>
4289 <p>
4290 Whether you are a new user or an experienced bettor, our support
4291 team ensures smooth and hassle-free assistance at every step.
4292 </p>
4293
4294 <div class="dx-support-buttons">
4295 <a href="#" class="dx-btn-outline">Contact Support</a>
4296 <a href="https://dubaiexchange-247.com/signup/" class="dx-btn-solid">
4297 Create Your Account
4298 </a>
4299 </div>
4300 </div>
4301
4302 </div>
4303</section>
4304
4305<style>
4306/* SUPPORT SECTION */
4307.dx-support-section {
4308 background: linear-gradient(180deg, #050b1f, #0b1430);
4309 padding: 140px 20px;
4310}
4311
4312/* CONTAINER */
4313.dx-support-container {
4314 max-width: 1200px;
4315 margin: auto;
4316}
4317
4318/* HEADER */
4319.dx-support-header {
4320 text-align: center;
4321 max-width: 820px;
4322 margin: 0 auto 70px;
4323}
4324
4325.dx-support-badge {
4326 display: inline-block;
4327 background: rgba(245,197,66,0.15);
4328 color: #f5c542;
4329 padding: 7px 18px;
4330 border-radius: 30px;
4331 font-size: 13px;
4332 letter-spacing: 1px;
4333 margin-bottom: 15px;
4334}
4335
4336.dx-support-header h2 {
4337 font-size: 34px;
4338 color: #ffffff;
4339 margin-bottom: 18px;
4340 line-height: 1.4;
4341}
4342
4343.dx-support-header h2 span {
4344 color: #f5c542;
4345}
4346
4347.dx-support-header p {
4348 font-size: 16.5px;
4349 color: #cfd3ec;
4350 line-height: 1.9;
4351}
4352
4353/* GRID */
4354.dx-support-grid {
4355 display: grid;
4356 grid-template-columns: repeat(3, 1fr);
4357 gap: 30px;
4358 margin-bottom: 80px;
4359}
4360
4361.dx-support-card {
4362 background: linear-gradient(180deg, #141c3d, #0f1530);
4363 border-radius: 22px;
4364 padding: 35px 30px;
4365 text-align: center;
4366 box-shadow: 0 30px 60px rgba(0,0,0,0.4);
4367}
4368
4369.dx-support-icon {
4370 font-size: 34px;
4371 margin-bottom: 15px;
4372}
4373
4374.dx-support-card h3 {
4375 font-size: 20px;
4376 color: #ffffff;
4377 margin-bottom: 12px;
4378}
4379
4380.dx-support-card p {
4381 font-size: 15px;
4382 color: #cfd3ec;
4383 line-height: 1.7;
4384}
4385
4386/* CTA */
4387.dx-support-cta {
4388 background: linear-gradient(135deg, #0f1734, #030712);
4389 border-radius: 30px;
4390 padding: 55px 45px;
4391 text-align: center;
4392 box-shadow: 0 40px 80px rgba(0,0,0,0.5);
4393}
4394
4395.dx-support-cta h3 {
4396 font-size: 26px;
4397 color: #ffffff;
4398 margin-bottom: 15px;
4399}
4400
4401.dx-support-cta p {
4402 font-size: 15.5px;
4403 color: #cfd3ec;
4404 line-height: 1.8;
4405 margin-bottom: 30px;
4406}
4407
4408/* BUTTONS */
4409.dx-support-buttons {
4410 display: flex;
4411 justify-content: center;
4412 gap: 20px;
4413 flex-wrap: wrap;
4414}
4415
4416.dx-btn-outline {
4417 padding: 14px 26px;
4418 border-radius: 30px;
4419 border: 1.5px solid #f5c542;
4420 color: #f5c542;
4421 text-decoration: none;
4422 font-weight: 600;
4423}
4424
4425.dx-btn-outline:hover {
4426 background: rgba(245,197,66,0.1);
4427}
4428
4429.dx-btn-solid {
4430 padding: 14px 30px;
4431 border-radius: 30px;
4432 background: linear-gradient(135deg, #f5c542, #ffe08a);
4433 color: #000;
4434 font-weight: bold;
4435 text-decoration: none;
4436}
4437
4438.dx-btn-solid:hover {
4439 box-shadow: 0 10px 25px rgba(245,197,66,0.35);
4440}
4441
4442/* MOBILE */
4443@media (max-width: 900px) {
4444 .dx-support-grid {
4445 grid-template-columns: 1fr;
4446 }
4447
4448 .dx-support-header h2 {
4449 font-size: 26px;
4450 }
4451}
4452</style>
4453 </div>
4454 </div>
4455 </div>
4456 <div class="elementor-element elementor-element-85db0e1 e-flex e-con-boxed e-con e-parent" data-id="85db0e1" data-element_type="container">
4457 <div class="e-con-inner">
4458 <div class="elementor-element elementor-element-67fccad elementor-widget elementor-widget-html" data-id="67fccad" data-element_type="widget" data-widget_type="html.default">
4459 <style>
4460@import url('https://fonts.googleapis.com/css2?family=Rosario:wght@300;400;500;600;700&display=swap');
4461
4462/* FAQ SECTION */
4463.dx-faq-section {
4464 background: linear-gradient(180deg, #030712, #0b1430);
4465 padding: 120px 20px;
4466 font-family: 'Rosario', sans-serif;
4467}
4468
4469/* CONTAINER */
4470.dx-faq-container {
4471 max-width: 1000px;
4472 margin: auto;
4473}
4474
4475/* HEADER */
4476.dx-faq-header {
4477 text-align: center;
4478 margin-bottom: 60px;
4479}
4480
4481.dx-faq-header span {
4482 display: inline-block;
4483 background: rgba(245,197,66,0.15);
4484 color: #f5c542;
4485 padding: 8px 20px;
4486 border-radius: 30px;
4487 font-size: 13px;
4488 letter-spacing: 1px;
4489 margin-bottom: 15px;
4490}
4491
4492.dx-faq-header h2 {
4493 font-size: 36px;
4494 color: #ffffff;
4495 margin-bottom: 15px;
4496}
4497
4498.dx-faq-header p {
4499 font-size: 16px;
4500 color: #cfd6ff;
4501 line-height: 1.8;
4502}
4503
4504/* FAQ ITEM */
4505.dx-faq-item {
4506 background: linear-gradient(160deg, #101a3d, #0a122a);
4507 border-radius: 18px;
4508 margin-bottom: 20px;
4509 overflow: hidden;
4510 border: 1px solid rgba(245,197,66,0.25);
4511 box-shadow: 0 20px 45px rgba(0,0,0,0.45);
4512}
4513
4514/* QUESTION */
4515.dx-faq-question {
4516 padding: 22px 26px;
4517 cursor: pointer;
4518 display: flex;
4519 justify-content: space-between;
4520 align-items: center;
4521}
4522
4523.dx-faq-question h3 {
4524 font-size: 18px;
4525 color: #f5c542;
4526 font-weight: 600;
4527}
4528
4529.dx-faq-toggle {
4530 font-size: 26px;
4531 color: #f5c542;
4532 transition: transform 0.3s ease;
4533}
4534
4535/* ANSWER */
4536.dx-faq-answer {
4537 max-height: 0;
4538 overflow: hidden;
4539 transition: max-height 0.35s ease;
4540}
4541
4542.dx-faq-answer p {
4543 padding: 0 26px 26px;
4544 font-size: 15.5px;
4545 color: #e5e8ff;
4546 line-height: 1.8;
4547}
4548
4549/* ACTIVE */
4550.dx-faq-item.active .dx-faq-answer {
4551 max-height: 400px;
4552}
4553
4554.dx-faq-item.active .dx-faq-toggle {
4555 transform: rotate(45deg);
4556}
4557
4558/* MOBILE */
4559@media (max-width: 768px) {
4560 .dx-faq-header h2 {
4561 font-size: 26px;
4562 }
4563
4564 .dx-faq-question h3 {
4565 font-size: 16px;
4566 }
4567}
4568</style>
4569
4570<section class="dx-faq-section">
4571 <div class="dx-faq-container">
4572
4573 <div class="dx-faq-header">
4574 <span>HELP & SUPPORT</span>
4575 <h2>Frequently Asked Questions</h2>
4576 <p>
4577 Find answers to the most common questions about Dubaiexch247,
4578 including account access, betting, payments, and security.
4579 </p>
4580 </div>
4581
4582 <!-- FAQ ITEM 1 -->
4583 <div class="dx-faq-item">
4584 <div class="dx-faq-question">
4585 <h3>What is Dubaiexch247?</h3>
4586 <div class="dx-faq-toggle">+</div>
4587 </div>
4588 <div class="dx-faq-answer">
4589 <p>
4590 Dubaiexch247 is a trusted online betting and gaming platform offering
4591 live cricket betting, sports wagering, and casino games with fast
4592 deposits and secure withdrawals.
4593 </p>
4594 </div>
4595 </div>
4596
4597 <!-- FAQ ITEM 2 -->
4598 <div class="dx-faq-item">
4599 <div class="dx-faq-question">
4600 <h3>How can I create a Dubaiexch247 account?</h3>
4601 <div class="dx-faq-toggle">+</div>
4602 </div>
4603 <div class="dx-faq-answer">
4604 <p>
4605 You can create your account by visiting the signup page, filling in
4606 your details, and verifying your information. Account activation is
4607 usually quick and hassle-free.
4608 </p>
4609 </div>
4610 </div>
4611
4612 <!-- FAQ ITEM 3 -->
4613 <div class="dx-faq-item">
4614 <div class="dx-faq-question">
4615 <h3>Which payment methods are supported?</h3>
4616 <div class="dx-faq-toggle">+</div>
4617 </div>
4618 <div class="dx-faq-answer">
4619 <p>
4620 Dubaiexch247 supports UPI, bank transfers, mobile wallets, debit and
4621 credit cards, and selected cryptocurrency options for easy
4622 transactions.
4623 </p>
4624 </div>
4625 </div>
4626
4627 <!-- FAQ ITEM 4 -->
4628 <div class="dx-faq-item">
4629 <div class="dx-faq-question">
4630 <h3>Is Dubaiexch247 safe and secure?</h3>
4631 <div class="dx-faq-toggle">+</div>
4632 </div>
4633 <div class="dx-faq-answer">
4634 <p>
4635 Yes. The platform uses advanced security measures, encrypted payment
4636 gateways, and responsible betting policies to ensure a safe gaming
4637 environment.
4638 </p>
4639 </div>
4640 </div>
4641
4642 <!-- FAQ ITEM 5 -->
4643 <div class="dx-faq-item">
4644 <div class="dx-faq-question">
4645 <h3>How fast are withdrawals processed?</h3>
4646 <div class="dx-faq-toggle">+</div>
4647 </div>
4648 <div class="dx-faq-answer">
4649 <p>
4650 Withdrawal requests are processed quickly after verification. In most
4651 cases, payouts are completed within a short time using your selected
4652 payment method.
4653 </p>
4654 </div>
4655 </div>
4656
4657 </div>
4658</section>
4659
4660<script type="rocketlazyloadscript">
4661document.querySelectorAll('.dx-faq-question').forEach(item => {
4662 item.addEventListener('click', () => {
4663 const parent = item.parentElement;
4664 parent.classList.toggle('active');
4665 });
4666});
4667</script>
4668 </div>
4669 </div>
4670 </div>
4671 <div class="elementor-element elementor-element-b84951a e-flex e-con-boxed e-con e-parent" data-id="b84951a" data-element_type="container">
4672 <div class="e-con-inner">
4673 <div class="elementor-element elementor-element-fa684f0 elementor-widget elementor-widget-html" data-id="fa684f0" data-element_type="widget" data-widget_type="html.default">
4674 <style>
4675@import url('https://fonts.googleapis.com/css2?family=Rosario:wght@400;500;600;700&display=swap');
4676
4677/* KEYWORD SECTION */
4678.dx-keyword-section {
4679 background: linear-gradient(135deg, #050b1f, #0b1430);
4680 padding: 110px 20px;
4681 font-family: 'Rosario', sans-serif;
4682}
4683
4684/* CONTAINER */
4685.dx-keyword-container {
4686 max-width: 1100px;
4687 margin: auto;
4688}
4689
4690/* HEADER */
4691.dx-keyword-header {
4692 text-align: center;
4693 margin-bottom: 55px;
4694}
4695
4696.dx-keyword-header span {
4697 display: inline-block;
4698 background: rgba(245,197,66,0.15);
4699 color: #f5c542;
4700 padding: 8px 22px;
4701 border-radius: 30px;
4702 font-size: 13px;
4703 letter-spacing: 1px;
4704 margin-bottom: 16px;
4705}
4706
4707.dx-keyword-header h2 {
4708 font-size: 34px;
4709 color: #ffffff;
4710 margin-bottom: 15px;
4711}
4712
4713.dx-keyword-header p {
4714 font-size: 16px;
4715 color: #cfd6ff;
4716 line-height: 1.8;
4717}
4718
4719/* KEYWORD GRID */
4720.dx-keyword-grid {
4721 display: grid;
4722 grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
4723 gap: 22px;
4724}
4725
4726/* KEYWORD BOX */
4727.dx-keyword-box {
4728 background: linear-gradient(160deg, #101a3d, #0a122a);
4729 border-radius: 18px;
4730 padding: 22px 20px;
4731 text-align: center;
4732 border: 1px solid rgba(245,197,66,0.3);
4733 box-shadow: 0 20px 45px rgba(0,0,0,0.45);
4734 transition: transform 0.25s ease, box-shadow 0.25s ease;
4735}
4736
4737.dx-keyword-box:hover {
4738 transform: translateY(-5px);
4739 box-shadow: 0 30px 60px rgba(0,0,0,0.55);
4740}
4741
4742.dx-keyword-box h3 {
4743 font-size: 18px;
4744 font-weight: 600;
4745 color: #f5c542;
4746 margin-bottom: 8px;
4747}
4748
4749.dx-keyword-box p {
4750 font-size: 14.5px;
4751 color: #e5e8ff;
4752}
4753
4754/* MOBILE */
4755@media (max-width: 768px) {
4756 .dx-keyword-header h2 {
4757 font-size: 26px;
4758 }
4759}
4760</style>
4761
4762<section class="dx-keyword-section">
4763 <div class="dx-keyword-container">
4764
4765 <div class="dx-keyword-header">
4766 <span>SEO KEYWORDS</span>
4767 <h2>Important Keywords You Should Know</h2>
4768 <p>
4769 Below are the most important and commonly searched keywords related to
4770 Dubaiexch247 and online betting platforms that users often look for.
4771 </p>
4772 </div>
4773
4774 <div class="dx-keyword-grid">
4775
4776 <div class="dx-keyword-box">
4777 <h3>Dubaiexch247</h3>
4778 <p>Main brand keyword</p>
4779 </div>
4780
4781 <div class="dx-keyword-box">
4782 <h3>Dubai Exchange 247</h3>
4783 <p>Popular platform name</p>
4784 </div>
4785
4786 <div class="dx-keyword-box">
4787 <h3>Dubaiexch247 ID</h3>
4788 <p>Betting account keyword</p>
4789 </div>
4790
4791 <div class="dx-keyword-box">
4792 <h3>Dubai Exchange ID</h3>
4793 <p>Login & access keyword</p>
4794 </div>
4795
4796 <div class="dx-keyword-box">
4797 <h3>Online Cricket Betting</h3>
4798 <p>High-search betting term</p>
4799 </div>
4800
4801 <div class="dx-keyword-box">
4802 <h3>Live Cricket Betting</h3>
4803 <p>In-play betting keyword</p>
4804 </div>
4805
4806 <div class="dx-keyword-box">
4807 <h3>Indian Betting Platform</h3>
4808 <p>Geo-targeted keyword</p>
4809 </div>
4810
4811 <div class="dx-keyword-box">
4812 <h3>Sports Betting Exchange</h3>
4813 <p>Exchange-based betting</p>
4814 </div>
4815
4816 <div class="dx-keyword-box">
4817 <h3>Online Casino Games</h3>
4818 <p>Casino traffic keyword</p>
4819 </div>
4820
4821 <div class="dx-keyword-box">
4822 <h3>Fast Withdrawal Betting Site</h3>
4823 <p>Trust-based keyword</p>
4824 </div>
4825
4826 <div class="dx-keyword-box">
4827 <h3>Secure Betting Platform</h3>
4828 <p>Security-focused search</p>
4829 </div>
4830
4831 <div class="dx-keyword-box">
4832 <h3>Cricket Exchange India</h3>
4833 <p>Cricket-specific term</p>
4834 </div>
4835
4836 </div>
4837
4838 </div>
4839</section>
4840 </div>
4841 </div>
4842 </div>
4843 </div>
4844 <footer class="wpdevart-footer-one">
4845
4846
4847 <div class="footer-one-pre">
4848 </div>
4849
4850 <div class="wpdevart-footer-copyright-only-text">
4851 <p>All rights reserved. <a target="_blank" title="WordPress Church Theme" href="https://wordpress.org/themes/church-wda">Church WDA</a> Powered by WordPress.</p>
4852 </div>
4853
4854</footer>
4855 <div class="wpdevart-search-overlay" id="wpdevartModalContainer">
4856 <div class="wpdevart-search-overlay-layout">
4857 <form method="get" class="search-term" action="https://dubaiexchange-247.com/">
4858 <div class="wpdevart-search-container">
4859 <label>
4860 <input type="search" class="search-term" id="wpdevartfocusonoverlayinputwide" placeholder="Enter a search term here..." value="" name="s">
4861 <button type="submit" class="search-overlay-submit-button">
4862 <svg width="22" height="32" class="wpdevart-search-overlay-icon" x="0px" y="0px" viewBox="0 -5 24 19" enable-background="new 0 -5 24 19" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd">
4863 <path d="M15.853 16.56c-1.683 1.517-3.911 2.44-6.353 2.44-5.243 0-9.5-4.257-9.5-9.5s4.257-9.5 9.5-9.5 9.5 4.257 9.5 9.5c0 2.442-.923 4.67-2.44 6.353l7.44 7.44-.707.707-7.44-7.44zm-6.353-15.56c4.691 0 8.5 3.809 8.5 8.5s-3.809 8.5-8.5 8.5-8.5-3.809-8.5-8.5 3.809-8.5 8.5-8.5z"></path>
4864 </svg>
4865 </button>
4866 </label>
4867 <button type="button" onclick="wpdevartToggleModal()" class="search-overlay-close-wide-button" id="restoresearchbuttonfocus">
4868 <svg width="40" height="40" class="search-overlay-close-icon" x="0px" y="0px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd">
4869 <path d="m12 10.93 5.719-5.72c.146-.146.339-.219.531-.219.404 0 .75.324.75.749 0 .193-.073.385-.219.532l-5.72 5.719 5.719 5.719c.147.147.22.339.22.531 0 .427-.349.75-.75.75-.192 0-.385-.073-.531-.219l-5.719-5.719-5.719 5.719c-.146.146-.339.219-.531.219-.401 0-.75-.323-.75-.75 0-.192.073-.384.22-.531l5.719-5.719-5.72-5.719c-.146-.147-.219-.339-.219-.532 0-.425.346-.749.75-.749.192 0 .385.073.531.219z"></path>
4870 </svg>
4871 </button>
4872 </div>
4873 </form>
4874 <div tabindex="0"></div>
4875 </div>
4876 </div>
4877
4878 <div class="wpdevart-search-overlay" id="wpdevartModalContainerSmall">
4879 <div class="wpdevart-search-overlay-layout">
4880 <form method="get" class="search-term" action="https://dubaiexchange-247.com/">
4881 <div class="wpdevart-search-container">
4882 <label>
4883 <input type="search" class="search-term" id="wpdevartfocusonoverlayinputsmall" placeholder="Search term..." value="" name="s">
4884 <button type="submit" class="search-overlay-submit-button">
4885 <svg width="22" height="20" class="wpdevart-search-overlay-icon wpdevart-search-overlay-icon-margin" x="0px" y="0px" viewBox="0 0 24 20" enable-background="new 0 0 24 20" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd">
4886 <path d="M15.853 16.56c-1.683 1.517-3.911 2.44-6.353 2.44-5.243 0-9.5-4.257-9.5-9.5s4.257-9.5 9.5-9.5 9.5 4.257 9.5 9.5c0 2.442-.923 4.67-2.44 6.353l7.44 7.44-.707.707-7.44-7.44zm-6.353-15.56c4.691 0 8.5 3.809 8.5 8.5s-3.809 8.5-8.5 8.5-8.5-3.809-8.5-8.5 3.809-8.5 8.5-8.5z"></path>
4887 </svg>
4888 </button>
4889 </label>
4890 <button type="button" onclick="wpdevartToggleModalSmall()" class="search-overlay-close-button" id="restoresmallsearchbuttonfocus">
4891 <svg width="40" height="40" class="search-overlay-close-icon" x="0px" y="0px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd">
4892 <path d="m12 10.93 5.719-5.72c.146-.146.339-.219.531-.219.404 0 .75.324.75.749 0 .193-.073.385-.219.532l-5.72 5.719 5.719 5.719c.147.147.22.339.22.531 0 .427-.349.75-.75.75-.192 0-.385-.073-.531-.219l-5.719-5.719-5.719 5.719c-.146.146-.339.219-.531.219-.401 0-.75-.323-.75-.75 0-.192.073-.384.22-.531l5.719-5.719-5.72-5.719c-.146-.147-.219-.339-.219-.532 0-.425.346-.749.75-.749.192 0 .385.073.531.219z"></path>
4893 </svg>
4894 </button>
4895 </div>
4896 </form>
4897 <div tabindex="0"></div>
4898 </div>
4899 </div>
4900<script type="speculationrules">
4901{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/church-wda/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
4902</script>
4903 <script type="rocketlazyloadscript">
4904 const lazyloadRunObserver = () => {
4905 const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
4906 const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
4907 entries.forEach( ( entry ) => {
4908 if ( entry.isIntersecting ) {
4909 let lazyloadBackground = entry.target;
4910 if( lazyloadBackground ) {
4911 lazyloadBackground.classList.add( 'e-lazyloaded' );
4912 }
4913 lazyloadBackgroundObserver.unobserve( entry.target );
4914 }
4915 });
4916 }, { rootMargin: '200px 0px 200px 0px' } );
4917 lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
4918 lazyloadBackgroundObserver.observe( lazyloadBackground );
4919 } );
4920 };
4921 const events = [
4922 'DOMContentLoaded',
4923 'elementor/lazyload/observe',
4924 ];
4925 events.forEach( ( event ) => {
4926 document.addEventListener( event, lazyloadRunObserver );
4927 } );
4928 </script>
4929 <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
4930/* <![CDATA[ */
4931"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
4932//# sourceURL=rocket-browser-checker-js-after
4933/* ]]> */
4934</script>
4935<script type="text/javascript" id="rocket-preload-links-js-extra">
4936/* <![CDATA[ */
4937var RocketPreloadLinksConfig = {"excludeUris":"/(?:.+/)?feed(?:/(?:.+/?)?)?$|/(?:.+/)?embed/|/(index\\.php/)?wp\\-json(/.*|$)|/refer/|/go/|/recommend/|/recommends/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https://dubaiexchange-247.com","onHoverDelay":"100","rateThrottle":"3"};
4938//# sourceURL=rocket-preload-links-js-extra
4939/* ]]> */
4940</script>
4941<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
4942/* <![CDATA[ */
4943(function() {
4944"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
4945}());
4946
4947//# sourceURL=rocket-preload-links-js-after
4948/* ]]> */
4949</script>
4950<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://dubaiexchange-247.com/wp-content/cache/min/1/wp-content/themes/church-wda/assets/js/front-end/index.js?ver=1766214543" id="wpdevart-js-js" defer=""></script>
4951<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://dubaiexchange-247.com/wp-content/cache/min/1/wp-content/themes/church-wda/assets/js/front-end/search.js?ver=1766214543" id="wpdevart-search-js-js" defer=""></script>
4952<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://dubaiexchange-247.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.33.6" id="elementor-webpack-runtime-js" defer=""></script>
4953<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://dubaiexchange-247.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.33.6" id="elementor-frontend-modules-js" defer=""></script>
4954<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://dubaiexchange-247.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js" defer=""></script>
4955<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="elementor-frontend-js-before">
4956/* <![CDATA[ */
4957var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.33.6","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"e_optimized_markup":true,"e_pro_free_trial_popup":true,"nested-elements":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"import-export-customization":true},"urls":{"assets":"https:\/\/dubaiexchange-247.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/dubaiexchange-247.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/dubaiexchange-247.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"7a94a8dc0a"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":8,"title":"Dubaiexch%20%7C%20Dubai%20Exchange%20%7C%20Dubaiexchange%20247%20%7C%20Dubaiexch%20247","excerpt":"","featuredImage":false}};
4958//# sourceURL=elementor-frontend-js-before
4959/* ]]> */
4960</script>
4961<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://dubaiexchange-247.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.33.6" id="elementor-frontend-js" defer=""></script>
4962<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
4963if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
4964images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
4965if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async="" src="https://dubaiexchange-247.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script><script>"use strict";function wprRemoveCPCSS(){var preload_stylesheets=document.querySelectorAll('link[data-rocket-async="style"][rel="preload"]');if(preload_stylesheets&&0<preload_stylesheets.length)for(var stylesheet_index=0;stylesheet_index<preload_stylesheets.length;stylesheet_index++){var media=preload_stylesheets[stylesheet_index].getAttribute("media")||"all";if(window.matchMedia(media).matches)return void setTimeout(wprRemoveCPCSS,200)}var elem=document.getElementById("rocket-critical-css");elem&&"remove"in elem&&elem.remove()}window.addEventListener?window.addEventListener("load",wprRemoveCPCSS):window.attachEvent&&window.attachEvent("onload",wprRemoveCPCSS);</script><script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script><noscript><link rel="stylesheet" href="https://dubaiexchange-247.com/wp-content/cache/min/1/19e445444b27dbd49765d554a9a69444.css" media="all" data-minify="1" /><link rel='stylesheet' id='elementor-post-7-css' href='https://dubaiexchange-247.com/wp-content/uploads/elementor/css/post-7.css?ver=1766214542' type='text/css' media='all' /><link rel='stylesheet' id='elementor-post-8-css' href='https://dubaiexchange-247.com/wp-content/uploads/elementor/css/post-8.css?ver=1766229216' type='text/css' media='all' /></noscript>
4966
4967
4968
4969
4970
4971
4972
4973</div><span id="elementor-device-mode" class="elementor-screen-only"></span></body></html>