1<!DOCTYPE html>
2
3<html lang="en-US" prefix="og: https://ogp.me/ns#">
4
5 <head>
6<meta charset="UTF-8">
7<script>
8if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){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>
9<script>
10class 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=>
11{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>
12{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>
13window.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=>
14window.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=>
15{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=>
16{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=>
17[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=>
18{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=>
19{const n=document.createElement("script");[...e.attributes].forEach((e=>
20{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=>
21{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)>
22=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:()=>
23n||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:()=>
24t,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",(()=>
25t.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=>
26"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=>
27{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=>
28e(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>
2945&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>
30setTimeout(e))):new Promise((e=>
31requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
32
33
34 <meta name="viewport" content="width=device-width, initial-scale=1">
35
36
37<!-- Search Engine Optimization by Rank Math - https://rankmath.com/ -->
38
39<title>
40Dubaiexch | Dubai Exchange | Dubaiexchange 247 | Dubaiexch 247</title>
41<style id="rocket-critical-css">
42:root{scroll-behavior:smooth}html{line-height:1.15}body{color:#333333;overflow-x:hidden;margin:0;font-family:Open Sans,sans-serif;background:#070506}img{max-width:100%;height:auto}a{color:#000000}p,li{line-height:1.5}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button,input{font-family:inherit;font-size:100%;line-height:1.15}input[type="search"]{background:transparent}.wpdevart-main-header-bg-gradient{background:linear-gradient(to right,#070506,#070506);position:relative}.wpdevart-main-header-border{border-bottom:1px solid #383838}.wpdevart-header-container{max-width:1300px;margin:0 auto;padding:16px 0 0 0}@media (min-width:960px){.wpdevart-header-container{padding:25px 16px}}.wpdevart-header-action-button{word-break:break-word;max-width:200px}@media (min-width:960px) and (max-width:1200px){.wpdevart-header-action-button{font-size:14px!important;padding:8px 6px!important}}@media screen and (min-width:960px){.nav-container-layout-three{flex:1}}.wpdevart-main-header-section-layoutthree{flex:1}@media screen and (max-width:960px){.wpdevart-main-header-section-layoutthree{margin:40px 0 30px 0}}.wpdevart-header-logo-spaces-layoutthree{width:400px;margin:0 auto!important;line-height:0!important;text-align:center}@media (min-width:960px){.wpdevart-header-logo-spaces-layoutthree{width:450px}}@media (max-width:600px){.wpdevart-header-logo-spaces-layoutthree{width:280px}}.wpdevart-header-logo-spaces-layoutthree img{width:auto;max-height:200px}@media (min-width:960px){.wpdevart-header-logo-spaces-layoutthree img{width:auto;max-height:200px}}@media (max-width:600px){.wpdevart-header-logo-spaces-layoutthree img{width:auto;max-height:200px}}.header-action-button-mobile-area-layoutthree{width:80%;padding:10px 0 30px 0;text-align:center;margin:0 auto}@media (min-width:960px){.header-action-button-mobile-area-layoutthree{display:none}}@media (min-width:960px){.wpdevart-menu-and-buttons-container-layoutthree{display:flex;align-items:center}}.wpdevart-search-and-button-container-layoutthree{flex:1;display:flex;justify-content:flex-end;align-items:center}@media (max-width:960px){.wpdevart-search-and-button-container-layoutthree{width:100%}}@media (max-width:960px){.header-action-button-area-layoutthree{display:none}}.header-action-button-area-layoutthree{margin-left:10px}.nav-container{width:100%}@media screen and (min-width:960px){.navbar-wpdevart{padding:0 10px 0 10px}.navbar-wpdevart-float{float:left!important}.navbar-wpdevart>
43ul>
44li{position:relative;margin-left:10px}.navbar-wpdevart-layout-three{padding:0 10px 0 0}.navbar-wpdevart-layout-three>
45ul>
46li{margin-left:0px;margin-right:10px}.navbar-wpdevart>
47ul,.navbar-wpdevart>
48ul>
49li{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:baseline}.wpdevart-menu-items-color{color:#ffffff}.wpdevart-menu-button-icon{background:none;padding:0px;border:none;fill:#000000}.navbar-wpdevart .dropdown-menu{position:absolute;top:100%;min-width:220px;visibility:hidden;opacity:0;background:#070506;border:1px solid rgba(0,0,0,.085);border-top-width:2px;border-top-style:solid;padding:10px 0;line-height:1.5;text-align:left;transform:translateY(10px);z-index:998;border-radius:0 0 3px 3px;box-shadow:0 0 2px 0 #343434,0 0px 15px 0 #343434;font-size:1em;border-top:2px solid #fdc58a}.wpdevart-sub-menu-link-color{color:#d5d5d5}.navbar-wpdevart .dropdown-menu li{position:relative;padding-left:5px;padding-right:5px}.navbar-wpdevart .dropdown-menu li,.navbar-wpdevart>
50ul{padding:0;margin:0;list-style:none}.navbar-wpdevart .dropdown-menu li,.navbar-wpdevart>
51ul{display:flex;line-height:1.75;align-items:baseline}.navbar-wpdevart .dropdown-menu li{padding:3px 0px}.navbar-wpdevart li.active a{opacity:0.8}.navbar-wpdevart ul li a{padding:0 5px;text-decoration:none!important;background:none;font-weight:400;max-width:400px;word-break:break-word;text-transform:uppercase}.navbar-wpdevart li a:visited{opacity:0.7}.navbar-wpdevart li a::after{content:'';display:block;width:100%;transform:scaleX(0);border-radius:5px;height:1px;bottom:0;left:0;background:currentcolor;transform-origin:bottom center}}@media (min-width:1200px){.navbar-wpdevart ul li a{font-size:16px}}@media (min-width:960px) and (max-width:1200px){.navbar-wpdevart ul li a{font-size:14px}}@media (min-width:960px) and (max-width:1300px){.navbar-wpdevart ul li a{display:inline-block;max-width:200px}}@media (min-width:960px) and (max-width:1300px){.navbar-wpdevart .dropdown-menu{min-width:170px}}.wpdevart-mobile-icon-button{background:none;border:none}@media (min-width:960px){.wpdevart-mobile-icon-button{display:none}}@media screen and (max-width:960px){#wpdevartmobilemenu,#wpdevartmobilemenu ul,#wpdevartmobilemenu ul li,#wpdevartmobilemenu ul li a,#wpdevartmobilemenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#wpdevartmobilemenu #head-mobile{padding:23px;font-size:17px;font-weight:700}.head-mobile-toolbar-gradient{background:linear-gradient(to right,#10100e,#10100e)}.wpdevart-hide-on-mobile{display:none}#wpdevartmobilemenu{width:100%;background:#070506;word-break:break-word}#wpdevartmobilemenu ul ul li a{color:#ffffff;padding:11px 15px 11px 15px;font-size:14px;text-decoration:none;letter-spacing:1px;font-weight:400;text-transform:uppercase}#wpdevartmobilemenu>
52ul>
53li>
54a{padding:17px;letter-spacing:1px;text-decoration:none;color:#ffffff;font-size:14px;font-weight:400;text-transform:uppercase}#wpdevartmobilemenu ul{width:100%;display:none;margin:0;padding:0;text-decoration:none}#wpdevartmobilemenu ul li{text-align:left;width:100%;border-top:1px solid #433e37}#wpdevartmobilemenu ul li:last-of-type{border-bottom:1px solid #433e37}#wpdevartmobilemenu ul li ul{border-top:1px solid #433e37}#wpdevartmobilemenu ul li a,#wpdevartmobilemenu ul ul li a{width:85%;margin:2px 0}#wpdevartmobilemenu ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}.wpdevartmobilemenubutton{width:55px;height:46px;position:absolute;right:0;top:0;z-index:123}.wpdevartmobilemenubutton:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #fdc58a;border-bottom:2px solid #fdc58a;content:''}.wpdevartmobilemenubutton:before{position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#fdc58a;content:''}}.wpdevart-search-button-icon-mobile{float:left;margin-top:6px;margin-left:9px;position:absolute;z-index:100}.search-menu-buttons{background:none;border:none}@media (min-width:960px){.site-header__search-trigger{display:none;stroke:#fdc58a;width:30px;height:30px}}.site-header-font-cursor{font-size:23px!important;stroke:#fdc58a;width:30px;height:30px}.search-trigger-layout-two{display:none;position:relative;stroke:#fdc58a;width:36px;height:36px}@media (min-width:960px) and (max-width:1200px){.search-trigger-layout-two{width:30px;height:30px}}@media (min-width:960px){.search-trigger-layout-two{display:inline-block}}.wpdevart_church_wda_hover_button_small{color:#fff;padding:12px 20px;display:inline-block;border-radius:2px;font-size:14px;text-transform:uppercase;font-weight:500;letter-spacing:1px;background:transparent}.wpdevart_church_wda_primary_button_slide{border:1px solid #fdc58a;color:#fdc58a}.wpdevart-search-overlay{overflow-y:auto;overflow-x:hidden;background-color:#000000dd;z-index:134;position:fixed;top:0;left:0;right:0;bottom:0;box-sizing:border-box;visibility:hidden;opacity:0;transform:scale(1)}.wpdevart-search-overlay-layout{margin:0 auto;display:flex;justify-content:center;align-items:center;height:100%}.wpdevart-search-container{max-width:1300px;text-align:center;padding:30px 0}.wpdevart-search-overlay-icon{text-align:center;fill:#d3d3d3}.wpdevart-search-overlay-icon-margin{margin-bottom:-4px}.wpdevart-search-container label{padding:15px;border:1px solid #433e37;background-color:#00000099}.search-term{width:70%;box-sizing:border-box;border:none;margin:0 auto;background-color:transparent;font-size:16px;font-weight:300;outline:none;color:#d3d3d3;line-height:2}@media (min-width:960px){.search-term{font-size:25px}}.search-term input{padding-left:5px}.search-overlay-submit-button{background:transparent;border:none}.search-overlay-close-button,.search-overlay-close-wide-button{background:transparent;border:none;position:absolute;right:10%;top:10%}@media (max-width:960px){.search-overlay-close-button,.search-overlay-close-wide-button{width:10%}}.search-overlay-close-icon{fill:#ffffff}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}:root{--direction-multiplier:1}.elementor-screen-only,.screen-reader-text{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}:root{--page-title-display:block}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>
55.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>
56.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>
57.e-con-inner{display:var(--display)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>
58.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con>
59.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con .elementor-widget{min-width:0}.e-con.e-con>
60.e-con-inner>
61.elementor-widget,.elementor.elementor .e-con>
62.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500}.e-con{--container-max-width:1140px}.elementor-widget:not(:last-child){--kit-widget-spacing:20px}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px}@media (max-width:1024px){.e-con{--container-max-width:1024px}}@media (max-width:767px){.e-con{--container-max-width:767px}}.elementor-widget-image{text-align:center}.elementor-widget-image img{display:inline-block;vertical-align:middle}.elementor-8 .elementor-element.elementor-element-2166caa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-8 .elementor-element.elementor-element-9d19120{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-widget-heading .elementor-heading-title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight);color:var(--e-global-color-primary)}.elementor-8 .elementor-element.elementor-element-d57fa87{text-align:center}.elementor-8 .elementor-element.elementor-element-d57fa87 .elementor-heading-title{font-family:"Sansita Swashed",Sans-serif;font-size:35px;font-weight:500;color:#FFFFFF}.elementor-8 .elementor-element.elementor-element-b5f0d3b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-widget-text-editor{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight);color:var(--e-global-color-text)}.elementor-8 .elementor-element.elementor-element-9bd3631{text-align:center;font-family:"Signika Negative",Sans-serif;font-size:17px;font-weight:400;color:#FFFFFF}.elementor-8 .elementor-element.elementor-element-5c66007{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px}.elementor-8 .elementor-element.elementor-element-a4eafbf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-8 .elementor-element.elementor-element-01c55ca{text-align:center}.elementor-8 .elementor-element.elementor-element-01c55ca .elementor-heading-title{font-family:"Sansita Swashed",Sans-serif;font-size:35px;font-weight:500;color:#FFFFFF}.elementor-8 .elementor-element.elementor-element-cde02f4{text-align:center;font-family:"Signika Negative",Sans-serif;font-size:17px;font-weight:400;color:#FFFFFF}.elementor-8 .elementor-element.elementor-element-c435ce7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}@media (min-width:768px){.elementor-8 .elementor-element.elementor-element-a4eafbf{--width:50%}.elementor-8 .elementor-element.elementor-element-c435ce7{--width:50%}}</style>
63<link rel="preload" 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" />
64
65<meta name="description" content="Dubaiexch247 offers secure online Gaming on cricket, football, kabaddi, and Live Spots. Enjoy live updates, exchange markets, and exclusive bonuses."/>
66
67<meta name="robots" content="index, follow, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
68
69<link rel="canonical" href="https://dubaiexchange-247.com/" />
70
71<meta property="og:locale" content="en_US" />
72
73<meta property="og:type" content="website" />
74
75<meta property="og:title" content="Dubaiexch | Dubai Exchange | Dubaiexchange 247 | Dubaiexch 247" />
76
77<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." />
78
79<meta property="og:url" content="https://dubaiexchange-247.com/" />
80
81<meta property="og:site_name" content="Just another WordPress site" />
82
83<meta property="og:updated_time" content="2025-12-20T11:13:35+00:00" />
84
85<meta property="article:published_time" content="2025-11-18T11:44:57+00:00" />
86
87<meta property="article:modified_time" content="2025-12-20T11:13:35+00:00" />
88
89<meta name="twitter:card" content="summary_large_image" />
90
91<meta name="twitter:title" content="Dubaiexch | Dubai Exchange | Dubaiexchange 247 | Dubaiexch 247" />
92
93<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." />
94
95<meta name="twitter:label1" content="Written by" />
96
97<meta name="twitter:data1" content="dubaiexchange247_263dsh" />
98
99<meta name="twitter:label2" content="Time to read" />
100
101<meta name="twitter:data2" content="17 minutes" />
102
103<script type="application/ld+json" class="rank-math-schema">
104{"@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>
105
106<meta name="google-site-verification" content="EfPWfgwgpnqMuNWhbzizXHwRHI0-l2Eywjn435n9eGA" />
107
108<!-- /Rank Math WordPress SEO plugin -->
109
110
111
112
113<link rel="alternate" type="application/rss+xml" title=" » Feed" href="https://dubaiexchange-247.com/feed/" />
114
115<link rel="alternate" type="application/rss+xml" title=" » Comments Feed" href="https://dubaiexchange-247.com/comments/feed/" />
116
117<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" />
118
119<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" />
120
121<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
122
123img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
124/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
125</style>
126
127<style id='wp-emoji-styles-inline-css' type='text/css'>
128
129
130 img.wp-smiley, img.emoji {
131 display: inline !important;
132 border: none !important;
133 box-shadow: none !important;
134 height: 1em !important;
135 width: 1em !important;
136 margin: 0 0.07em !important;
137 vertical-align: -0.1em !important;
138 background: none !important;
139 padding: 0 !important;
140 }
141/*# sourceURL=wp-emoji-styles-inline-css */
142</style>
143
144<style id='classic-theme-styles-inline-css' type='text/css'>
145
146/*! This file is auto-generated */
147.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}
148/*# sourceURL=/wp-includes/css/classic-themes.min.css */
149</style>
150
151<style id='global-styles-inline-css' type='text/css'>
152
153: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 >
154 :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid >
155 :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;}
156:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
157:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
158:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
159:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
160/*# sourceURL=global-styles-inline-css */
161</style>
162
163
164
165
166
167
168<style id='wpdevart-custom-style-inline-css' type='text/css'>
169
170 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 >
171 ul >
172 li >
173 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;}
174.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 ;}
175.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;}
176.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>
177.wc-block-components-notice-banner__content .wc-forward {background: #070506!important; color: #fdc58a!important; border: 1px solid #fdc58a!important;} .wc-block-components-notice-banner>
178.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>
179.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>
180svg {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;}
181
182/*# sourceURL=wpdevart-custom-style-inline-css */
183</style>
184
185
186<link rel='preload' 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' />
187
188
189<link rel='preload' 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' />
190
191<style id='rocket-lazyload-inline-css' type='text/css'>
192
193.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}
194/*# sourceURL=rocket-lazyload-inline-css */
195</style>
196
197
198
199<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>
200</script>
201
202<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>
203</script>
204
205<link rel="https://api.w.org/" href="https://dubaiexchange-247.com/wp-json/" />
206<link rel="alternate" title="JSON" type="application/json" href="https://dubaiexchange-247.com/wp-json/wp/v2/pages/8" />
207<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://dubaiexchange-247.com/xmlrpc.php?rsd" />
208
209<meta name="generator" content="WordPress 6.9" />
210
211<link rel='shortlink' href='https://dubaiexchange-247.com/' />
212
213 <!-- Custom Logo: hide header text -->
214
215 <style id="custom-logo-css" type="text/css">
216
217 .site-title, .site-description {
218 position: absolute;
219 clip-path: inset(50%);
220 }
221 </style>
222
223 <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">
224
225 <style>
226
227 .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
228 .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
229 background-image: none !important;
230 }
231 @media screen and (max-height: 1024px) {
232 .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
233 .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
234 background-image: none !important;
235 }
236 }
237 @media screen and (max-height: 640px) {
238 .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
239 .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
240 background-image: none !important;
241 }
242 }
243 </style>
244
245 <noscript>
246<style id="rocket-lazyload-nojs-css">
247.rll-youtube-player, [data-lazy-src]{display:none !important;}</style>
248</noscript>
249<script type="rocketlazyloadscript">
250
251/*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */
252(function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}}
253var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1}
254return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia}
255if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)}
256setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return}
257var 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)})}}
258if(typeof exports!=="undefined"){exports.loadCSS=loadCSS}
259else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this))
260</script>
261 </head>
262
263 <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">
264
265 <a class="skip-link screen-reader-text" href="#content_navigator">
266
267 Skip to content </a>
268
269 <header role="banner" class="wpdevart-main-header-bg-gradient wpdevart-main-header-border">
270
271
272 <div class="wpdevart-header-container ">
273
274
275 <div class="header-action-button-mobile-area-layoutthree ">
276
277 <a href="#">
278<div class="wpdevart_church_wda_hover_button_small wpdevart-header-action-button wpdevart_church_wda_primary_button_slide primary_btn_slide_right">
279Dreamexch ID</div>
280</a>
281
282 </div>
283
284 <div class="wpdevart-menu-and-buttons-container-layoutthree">
285
286 <div role="navigation" class="nav-container nav-container-layout-three">
287
288 <div class="wpdevart-search-button-icon-mobile ">
289
290 <button onClick="wpdevartToggleModalSmall()" type="button" id="wpdevartsmallsearchbutton" class="site-header__search-trigger search-menu-buttons">
291
292 <svg class="site-header__search-trigger site-header-font-cursor" viewBox="0 0 25 18" fill="none" xmlns="http://www.w3.org/2000/svg">
293
294 <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">
295</path>
296
297 <path d="M18.75 18.75L11.9917 11.9917" class="site-header__search-trigger" stroke-width="1.5" stroke-miterlimit="10">
298</path>
299
300 </svg>
301
302 </button>
303
304 </div>
305
306 <nav class="navbar-wpdevart navbar-wpdevart-float navbar-wpdevart-layout-three" id="wpdevartmobilemenu">
307
308 <div id="head-mobile" class="head-mobile-toolbar-gradient">
309</div>
310
311 <button onClick="wpdevartMenuToggleModal()" id="wpdevartOpenMenuButton" class="wpdevartmobilemenubutton wpdevart-mobile-icon-button">
312</button>
313
314 <ul id="menu-menu-1" class="menu">
315<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">
316<a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/">
317Dubaiexch</a>
318</li>
319
320<li id="menu-item-112" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-112">
321<a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/about-us/">
322About Us</a>
323</li>
324
325<li id="menu-item-119" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-119">
326<a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/sports/">
327Sports</a>
328</li>
329
330<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">
331<a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/online-cricket-id/" class="dropdown-toggle" data-toggle="dropdown">
332Online Cricket ID </a>
333<button class="wpdevart-menu-button-icon wpdevart-hide-on-mobile">
334<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" >
335<path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/>
336</svg>
337</button>
338<ul
339 class="dropdown-menu depth_0">
340
341 <li id="menu-item-118" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-118">
342<a class="wpdevart-sub-menu-link-color" href="https://dubaiexchange-247.com/signup/">
343Signup</a>
344</li>
345
346 <li id="menu-item-114" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-114">
347<a class="wpdevart-sub-menu-link-color" href="https://dubaiexchange-247.com/login/">
348Login</a>
349</li>
350
351</ul>
352
353</li>
354
355<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">
356<a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/responsible-gaming/" class="dropdown-toggle" data-toggle="dropdown">
357Responsible Gaming </a>
358<button class="wpdevart-menu-button-icon wpdevart-hide-on-mobile">
359<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" >
360<path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/>
361</svg>
362</button>
363<ul
364 class="dropdown-menu depth_0">
365
366 <li id="menu-item-116" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-116">
367<a class="wpdevart-sub-menu-link-color" href="https://dubaiexchange-247.com/privacy-policy/">
368Privacy Policy</a>
369</li>
370
371 <li id="menu-item-120" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-120">
372<a class="wpdevart-sub-menu-link-color" href="https://dubaiexchange-247.com/terms-and-conditions/">
373Terms and Conditions</a>
374</li>
375
376</ul>
377
378</li>
379
380<li id="menu-item-125" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-125">
381<a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/blog/">
382Blog</a>
383</li>
384
385<li id="menu-item-113" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-113">
386<a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/contact-us/">
387Contact Us</a>
388</li>
389
390</ul>
391 </nav>
392
393 </div>
394
395
396 <div class="wpdevart-main-header-section-layoutthree">
397
398 <div class="wpdevart-logo-area-layoutthree ">
399
400 <h1 class="wpdevart-header-logo-spaces-layoutthree">
401<a href="https://dubaiexchange-247.com">
402<span class="custom-logo-link">
403<img fetchpriority="high" width="982" height="375" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20982%20375'%3E%3C/svg%3E" class="custom-logo" 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" />
404<noscript>
405<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" />
406</noscript>
407</span>
408</a>
409</h1>
410 </div>
411
412 </div>
413
414
415 <div class="wpdevart-search-and-button-container-layoutthree">
416
417 <button onClick="wpdevartToggleModal()" type="button" id="wpdevartwidesearchbutton" class="search-trigger-layout-two search-menu-buttons ">
418
419 <svg class="search-trigger-layout-two" viewBox="0 0 25 22" fill="none" xmlns="http://www.w3.org/2000/svg">
420
421 <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">
422</path>
423
424 <path d="M18.75 18.75L11.9917 11.9917" class="search-trigger-layout-two" stroke-width="1.5" stroke-miterlimit="10">
425</path>
426
427 </svg>
428
429 </button>
430
431 <div class="header-action-button-area-layoutthree ">
432
433 <a href="#">
434<div class="wpdevart_church_wda_hover_button_small wpdevart-header-action-button wpdevart_church_wda_primary_button_slide primary_btn_slide_right">
435Dreamexch ID</div>
436</a>
437
438 </div>
439
440 </div>
441
442 </div>
443
444</div>
445</header>
446 <div data-elementor-type="wp-page" data-elementor-id="8" class="elementor elementor-8">
447
448 <div class="elementor-element elementor-element-2166caa e-flex e-con-boxed e-con e-parent" data-id="2166caa" data-element_type="container">
449
450 <div class="e-con-inner">
451
452 <div class="elementor-element elementor-element-56902b6 elementor-widget elementor-widget-image" data-id="56902b6" data-element_type="widget" data-widget_type="image.default">
453
454 <img decoding="async" width="1024" height="372" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20372'%3E%3C/svg%3E" class="attachment-large size-large wp-image-14" 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" />
455<noscript>
456<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" />
457</noscript>
458 </div>
459
460 </div>
461
462 </div>
463
464 <div class="elementor-element elementor-element-a2959b9 e-flex e-con-boxed e-con e-parent" data-id="a2959b9" data-element_type="container">
465
466 <div class="e-con-inner">
467
468 <div class="elementor-element elementor-element-2840a74 elementor-widget elementor-widget-html" data-id="2840a74" data-element_type="widget" data-widget_type="html.default">
469
470 <!-- INTRODUCTION SECTION -->
471
472<section class="intro-section">
473
474 <div class="intro-container">
475
476
477 <div class="intro-content">
478
479 <span class="intro-tag">
480INTRODUCTION</span>
481
482
483 <h2>
484
485 Welcome To <span>
486Dubai Exch 247</span>
487, the Platform for Trusted Betting and Gaming
488 </h2>
489
490
491 <p>
492
493 Welcome to <strong>
494Dubai Exch 247</strong>
495, a modern and reliable online betting and gaming
496 platform designed especially for users who value <strong>
497trust, speed, transparency,
498 and performance</strong>
499. Known widely as <strong>
500Dubai Exchange 247</strong>
501,
502 <strong>
503DubaiExch247</strong>
504, or <strong>
505Dubai Exchange 24/7</strong>
506, our platform has
507 emerged as one of the preferred choices for online cricket betting, sports wagering,
508 and casino gaming among Indian players.
509 </p>
510
511
512 <p>
513
514 Dubai Exch 247 is built to deliver a <strong>
515seamless betting experience</strong>
516 where
517 users can enjoy <strong>
518live cricket betting</strong>
519, international sports markets,
520 and popular casino games — all in one place. Whether you are an experienced bettor or
521 a beginner looking for a safe entry into online betting, Dubai Exch 247 offers a
522 <strong>
523simple, secure, and user-friendly environment</strong>
524.
525 </p>
526
527
528 <div class="intro-features">
529
530 <div class="feature-box">
531✔ Trusted Betting Platform</div>
532
533 <div class="feature-box">
534✔ Fast & Secure Gaming</div>
535
536 <div class="feature-box">
537✔ Cricket, Sports & Casino</div>
538
539 </div>
540
541 </div>
542
543
544 </div>
545
546</section>
547
548
549<style>
550
551/* INTRO SECTION STYLES */
552.intro-section {
553 background: linear-gradient(180deg, #0b0f1a, #10162f);
554 padding: 70px 20px;
555}
556
557.intro-container {
558 max-width: 1100px;
559 margin: auto;
560}
561
562.intro-content {
563 background: linear-gradient(180deg, #141c3d, #0f1530);
564 padding: 40px;
565 border-radius: 18px;
566 box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
567}
568
569.intro-tag {
570 display: inline-block;
571 background: rgba(245, 197, 66, 0.15);
572 color: #f5c542;
573 padding: 6px 14px;
574 border-radius: 30px;
575 font-size: 13px;
576 letter-spacing: 1px;
577 margin-bottom: 15px;
578}
579
580.intro-content h2 {
581 font-size: 30px;
582 line-height: 1.4;
583 color: #ffffff;
584 margin-bottom: 20px;
585}
586
587.intro-content h2 span {
588 color: #f5c542;
589}
590
591.intro-content p {
592 font-size: 16px;
593 color: #d0d3e2;
594 line-height: 1.8;
595 margin-bottom: 18px;
596}
597
598.intro-content strong {
599 color: #ffffff;
600}
601
602.intro-features {
603 display: flex;
604 flex-wrap: wrap;
605 gap: 15px;
606 margin-top: 25px;
607}
608
609.feature-box {
610 background: #0b0f1a;
611 border: 1px solid rgba(245, 197, 66, 0.3);
612 color: #f5c542;
613 padding: 12px 18px;
614 border-radius: 30px;
615 font-size: 14px;
616 font-weight: 600;
617}
618
619/* MOBILE OPTIMIZATION */
620@media (max-width: 768px) {
621 .intro-content {
622 padding: 30px 20px;
623 }
624
625 .intro-content h2 {
626 font-size: 24px;
627 }
628}
629</style>
630
631 </div>
632
633 </div>
634
635 </div>
636
637 <div class="elementor-element elementor-element-cd5cd57 e-flex e-con-boxed e-con e-parent" data-id="cd5cd57" data-element_type="container">
638
639 <div class="e-con-inner">
640
641 <div class="elementor-element elementor-element-fed76c5 elementor-widget elementor-widget-html" data-id="fed76c5" data-element_type="widget" data-widget_type="html.default">
642
643 <!-- CRICKET GROWTH SECTION -->
644
645<section class="cricket-growth-section">
646
647 <div class="cricket-growth-container">
648
649
650 <!-- LEFT CONTENT -->
651
652 <div class="cricket-growth-content">
653
654 <span class="cricket-badge">
655CRICKET BETTING LEADER</span>
656
657
658 <h2>
659
660 Dubai Exchange 247:<br>
661
662 <span>
663India’s Fastest-Growing Cricket Betting Platform</span>
664
665 </h2>
666
667
668 <p>
669
670 Dubai Exchange 247 has rapidly emerged as one of the most trusted
671 and fastest-growing cricket betting platforms among Indian users.
672 Built for cricket lovers, the platform delivers a powerful betting
673 experience focused on speed, accuracy, and transparency.
674 </p>
675
676
677 <p>
678
679 From IPL and international tournaments to domestic leagues,
680 Dubai Exchange 247 provides deep cricket markets with real-time
681 odds updates and high liquidity. Indian bettors prefer the platform
682 for its smooth performance during live matches, instant bet
683 placement, and reliable settlements.
684 </p>
685
686
687 <p>
688
689 With growing adoption across India, Dubai Exchange 247 continues
690 to set new standards in online cricket betting by combining
691 advanced technology, user-friendly design, and a trusted
692 exchange-based betting system.
693 </p>
694
695
696 <div class="cricket-growth-points">
697
698 <span>
699✔ IPL & Live Matches</span>
700
701 <span>
702✔ Fast Odds Updates</span>
703
704 <span>
705✔ High Liquidity Markets</span>
706
707 <span>
708✔ Trusted by Indian Bettors</span>
709
710 </div>
711
712 </div>
713
714
715 <!-- RIGHT VISUAL -->
716
717 <div class="cricket-growth-visual">
718
719 <div class="visual-card">
720
721 <h3>
722Why It’s Growing Fast</h3>
723
724
725 <ul>
726
727 <li>
728Cricket-focused betting exchange</li>
729
730 <li>
731High performance during live matches</li>
732
733 <li>
734Instant ID access & fast settlements</li>
735
736 <li>
737Indian user-friendly interface</li>
738
739 </ul>
740
741 </div>
742
743 </div>
744
745
746 </div>
747
748</section>
749
750
751<style>
752
753/* CRICKET GROWTH SECTION */
754.cricket-growth-section {
755 background: radial-gradient(circle at top, #0f1734, #060b18);
756 padding: 110px 20px;
757}
758
759.cricket-growth-container {
760 max-width: 1200px;
761 margin: auto;
762 display: grid;
763 grid-template-columns: 1.2fr 0.8fr;
764 gap: 60px;
765 align-items: center;
766}
767
768/* CONTENT */
769.cricket-growth-content h2 {
770 font-size: 38px;
771 color: #ffffff;
772 line-height: 1.3;
773 margin-bottom: 20px;
774}
775
776.cricket-growth-content h2 span {
777 color: #f5c542;
778}
779
780.cricket-badge {
781 display: inline-block;
782 background: rgba(245, 197, 66, 0.15);
783 color: #f5c542;
784 padding: 8px 20px;
785 border-radius: 40px;
786 font-size: 13px;
787 letter-spacing: 1px;
788 margin-bottom: 18px;
789}
790
791.cricket-growth-content p {
792 color: #cfd3ec;
793 font-size: 16px;
794 line-height: 1.9;
795 margin-bottom: 18px;
796}
797
798/* POINTS */
799.cricket-growth-points {
800 display: flex;
801 flex-wrap: wrap;
802 gap: 14px;
803 margin-top: 25px;
804}
805
806.cricket-growth-points span {
807 background: #0b0f1a;
808 border: 1px solid rgba(245, 197, 66, 0.3);
809 color: #f5c542;
810 padding: 12px 22px;
811 border-radius: 40px;
812 font-size: 14px;
813 font-weight: 600;
814}
815
816/* VISUAL CARD */
817.visual-card {
818 background: linear-gradient(180deg, #141c3d, #0f1530);
819 border-radius: 24px;
820 padding: 40px 30px;
821 box-shadow: 0 30px 60px rgba(0,0,0,0.45);
822}
823
824.visual-card h3 {
825 color: #ffffff;
826 font-size: 22px;
827 margin-bottom: 18px;
828}
829
830.visual-card ul {
831 list-style: none;
832 padding: 0;
833}
834
835.visual-card ul li {
836 color: #cfd3ec;
837 font-size: 15px;
838 padding-left: 22px;
839 margin-bottom: 14px;
840 position: relative;
841 line-height: 1.7;
842}
843
844.visual-card ul li::before {
845 content: "✓";
846 position: absolute;
847 left: 0;
848 color: #f5c542;
849 font-weight: bold;
850}
851
852/* MOBILE */
853@media (max-width: 900px) {
854 .cricket-growth-container {
855 grid-template-columns: 1fr;
856 }
857
858 .cricket-growth-content h2 {
859 font-size: 26px;
860 }
861}
862</style>
863
864 </div>
865
866 </div>
867
868 </div>
869
870 <div class="elementor-element elementor-element-a064508 e-flex e-con-boxed e-con e-parent" data-id="a064508" data-element_type="container">
871
872 <div class="e-con-inner">
873
874 <div class="elementor-element elementor-element-e939812 elementor-widget elementor-widget-html" data-id="e939812" data-element_type="widget" data-widget_type="html.default">
875
876 <!-- DUBAIXCHANGE247 OVERVIEW TABLE (BRAND COLORS) -->
877
878<section class="dx-overview-section-dark">
879
880 <div class="dx-overview-container">
881
882
883 <h2 class="dx-overview-title-dark">
884
885 DubaiExchange247 – Platform Overview
886 </h2>
887
888
889 <table class="dx-overview-table-dark">
890
891 <tbody>
892
893
894 <tr class="dx-highlight-row">
895
896 <td>
897Founded In</td>
898
899 <td>
9002021</td>
901
902 </tr>
903
904
905 <tr>
906
907 <td>
908Headquarter Location</td>
909
910 <td>
911India</td>
912
913 </tr>
914
915
916 <tr>
917
918 <td>
919Platform Type</td>
920
921 <td>
922Online Betting & Gaming Exchange</td>
923
924 </tr>
925
926
927 <tr>
928
929 <td>
930Available Casino Games</td>
931
932 <td>
933200+ Online Casino & Live Dealer Games</td>
934
935 </tr>
936
937
938 <tr>
939
940 <td>
941Cricket Betting</td>
942
943 <td>
944Yes (Live, Pre-Match & In-Play Markets)</td>
945
946 </tr>
947
948
949 <tr>
950
951 <td>
952Two-Player Games</td>
953
954 <td>
955Poker, Teen Patti, Rummy</td>
956
957 </tr>
958
959
960 <tr>
961
962 <td>
963Supported Languages</td>
964
965 <td>
966English, Hindi</td>
967
968 </tr>
969
970
971 <tr class="dx-highlight-row">
972
973 <td>
974Exchange IDs Available</td>
975
976 <td>
977Multiple Exchange IDs</td>
978
979 </tr>
980
981
982 <tr>
983
984 <td>
985Accepted Payment Methods</td>
986
987 <td>
988
989 UPI, Paytm, PhonePe, Google Pay, Bank Transfer,
990 Cryptocurrency (USDT, Bitcoin)
991 </td>
992
993 </tr>
994
995
996 <tr>
997
998 <td>
999Minimum Deposit Amount</td>
1000
1001 <td>
1002₹100</td>
1003
1004 </tr>
1005
1006
1007 <tr>
1008
1009 <td>
1010Withdrawal Speed</td>
1011
1012 <td>
1013Fast & Secure Payouts</td>
1014
1015 </tr>
1016
1017
1018 <tr>
1019
1020 <td>
1021Device Compatibility</td>
1022
1023 <td>
1024Mobile, Laptop, Desktop</td>
1025
1026 </tr>
1027
1028
1029 <tr>
1030
1031 <td>
1032Customer Support</td>
1033
1034 <td>
103524/7 Live Chat & WhatsApp Support</td>
1036
1037 </tr>
1038
1039
1040 <tr>
1041
1042 <td>
1043Currency Accepted</td>
1044
1045 <td>
1046INR</td>
1047
1048 </tr>
1049
1050
1051 <tr>
1052
1053 <td>
1054Bonuses & Promotions</td>
1055
1056 <td>
1057Yes (Welcome & Ongoing Offers)</td>
1058
1059 </tr>
1060
1061
1062 </tbody>
1063
1064 </table>
1065
1066
1067 </div>
1068
1069</section>
1070
1071
1072<style>
1073
1074/* SECTION */
1075.dx-overview-section-dark {
1076 background: linear-gradient(180deg, #030712, #0b1430);
1077 padding: 120px 20px;
1078}
1079
1080.dx-overview-container {
1081 max-width: 1100px;
1082 margin: auto;
1083}
1084
1085/* TITLE */
1086.dx-overview-title-dark {
1087 text-align: center;
1088 font-size: 32px;
1089 color: #ffffff;
1090 margin-bottom: 45px;
1091}
1092
1093.dx-overview-title-dark span {
1094 color: #f5c542;
1095}
1096
1097/* TABLE */
1098.dx-overview-table-dark {
1099 width: 100%;
1100 border-collapse: collapse;
1101 background: linear-gradient(180deg, #141c3d, #0f1530);
1102 border-radius: 16px;
1103 overflow: hidden;
1104 box-shadow: 0 30px 60px rgba(0,0,0,0.45);
1105}
1106
1107/* CELLS */
1108.dx-overview-table-dark td {
1109 padding: 15px 20px;
1110 border-bottom: 1px solid rgba(255,255,255,0.08);
1111 font-size: 15px;
1112}
1113
1114/* LEFT COLUMN */
1115.dx-overview-table-dark td:first-child {
1116 width: 40%;
1117 font-weight: 600;
1118 color: #f5c542;
1119}
1120
1121/* RIGHT COLUMN */
1122.dx-overview-table-dark td:last-child {
1123 color: #e2e6ff;
1124}
1125
1126/* HIGHLIGHT ROW */
1127.dx-highlight-row td {
1128 background: linear-gradient(90deg, #0f1734, #050b1f);
1129 color: #ffffff !important;
1130 font-weight: bold;
1131}
1132
1133/* MOBILE */
1134@media (max-width: 768px) {
1135 .dx-overview-title-dark {
1136 font-size: 24px;
1137 }
1138
1139 .dx-overview-table-dark td {
1140 font-size: 14px;
1141 padding: 12px 14px;
1142 }
1143}
1144</style>
1145
1146 </div>
1147
1148 </div>
1149
1150 </div>
1151
1152 <div class="elementor-element elementor-element-d65ab12 e-flex e-con-boxed e-con e-parent" data-id="d65ab12" data-element_type="container">
1153
1154 <div class="e-con-inner">
1155
1156 <div class="elementor-element elementor-element-8fc6121 elementor-widget elementor-widget-html" data-id="8fc6121" data-element_type="widget" data-widget_type="html.default">
1157
1158 <!-- ALL-IN-ONE EXPERIENCE SECTION -->
1159
1160<section class="ecosystem-section">
1161
1162 <div class="ecosystem-container">
1163
1164
1165 <!-- HEADER -->
1166
1167 <div class="ecosystem-header">
1168
1169 <span class="ecosystem-tag">
1170ALL-IN-ONE PLATFORM</span>
1171
1172 <h2>
1173
1174 Complete Betting & Gaming Experience <br>
1175
1176 <span>
1177Under One Powerful Platform</span>
1178
1179 </h2>
1180
1181 <p>
1182
1183 Dubai Exch 247 brings together sports betting, live cricket markets,
1184 and immersive casino gaming into a single, seamless platform.
1185 No switching websites. No multiple accounts. Just one powerful
1186 betting experience designed for serious players.
1187 </p>
1188
1189 </div>
1190
1191
1192 <!-- EXPERIENCE FLOW -->
1193
1194 <div class="ecosystem-flow">
1195
1196
1197 <div class="eco-step">
1198
1199 <div class="eco-number">
120001</div>
1201
1202 <h3>
1203Live Sports Betting</h3>
1204
1205 <p>
1206
1207 Place bets on live cricket matches, IPL tournaments, football,
1208 tennis, and more with real-time odds and high liquidity.
1209 Every market is updated instantly for accurate decision-making.
1210 </p>
1211
1212 </div>
1213
1214
1215 <div class="eco-line">
1216</div>
1217
1218
1219 <div class="eco-step">
1220
1221 <div class="eco-number">
122202</div>
1223
1224 <h3>
1225Cricket-Focused Exchange Markets</h3>
1226
1227 <p>
1228
1229 Experience professional betting exchange markets designed
1230 specifically for cricket lovers. Enjoy session betting,
1231 fancy markets, toss betting, and ball-by-ball opportunities.
1232 </p>
1233
1234 </div>
1235
1236
1237 <div class="eco-line">
1238</div>
1239
1240
1241 <div class="eco-step">
1242
1243 <div class="eco-number">
124403</div>
1245
1246 <h3>
1247Live Casino & Indian Card Games</h3>
1248
1249 <p>
1250
1251 Enter the world of live casino gaming with Teen Patti,
1252 Andar Bahar, Roulette, Blackjack, and live dealer tables
1253 that deliver a real casino atmosphere.
1254 </p>
1255
1256 </div>
1257
1258
1259 <div class="eco-line">
1260</div>
1261
1262
1263 <div class="eco-step">
1264
1265 <div class="eco-number">
126604</div>
1267
1268 <h3>
1269Fast Payments & Account Control</h3>
1270
1271 <p>
1272
1273 Manage your deposits, withdrawals, and betting activity
1274 effortlessly from one account. Enjoy fast settlements,
1275 transparent balances, and complete control over your funds.
1276 </p>
1277
1278 </div>
1279
1280
1281 </div>
1282
1283
1284 <!-- BOTTOM HIGHLIGHTS -->
1285
1286 <div class="ecosystem-highlights">
1287
1288 <div class="highlight-item">
1289✔ One ID for All Games</div>
1290
1291 <div class="highlight-item">
1292✔ Sports + Casino Combined</div>
1293
1294 <div class="highlight-item">
1295✔ No Platform Switching</div>
1296
1297 <div class="highlight-item">
1298✔ Seamless User Experience</div>
1299
1300 </div>
1301
1302
1303 </div>
1304
1305</section>
1306
1307
1308<style>
1309
1310/* ECOSYSTEM SECTION */
1311.ecosystem-section {
1312 background: linear-gradient(180deg, #060b18, #0e1633);
1313 padding: 90px 20px;
1314}
1315
1316.ecosystem-container {
1317 max-width: 1150px;
1318 margin: auto;
1319}
1320
1321/* HEADER */
1322.ecosystem-header {
1323 text-align: center;
1324 max-width: 850px;
1325 margin: auto;
1326 margin-bottom: 70px;
1327}
1328
1329.ecosystem-tag {
1330 display: inline-block;
1331 background: rgba(245, 197, 66, 0.12);
1332 color: #f5c542;
1333 padding: 7px 18px;
1334 border-radius: 30px;
1335 font-size: 13px;
1336 letter-spacing: 1px;
1337 margin-bottom: 18px;
1338}
1339
1340.ecosystem-header h2 {
1341 font-size: 36px;
1342 color: #ffffff;
1343 line-height: 1.3;
1344 margin-bottom: 20px;
1345}
1346
1347.ecosystem-header h2 span {
1348 color: #f5c542;
1349}
1350
1351.ecosystem-header p {
1352 font-size: 17px;
1353 color: #cfd3ec;
1354 line-height: 1.9;
1355}
1356
1357/* FLOW */
1358.ecosystem-flow {
1359 display: flex;
1360 flex-direction: column;
1361 align-items: center;
1362 position: relative;
1363 gap: 40px;
1364}
1365
1366.eco-step {
1367 background: linear-gradient(180deg, #141c3d, #0f1530);
1368 border-radius: 20px;
1369 padding: 30px;
1370 max-width: 750px;
1371 text-align: center;
1372 box-shadow: 0 20px 40px rgba(0,0,0,0.45);
1373}
1374
1375.eco-number {
1376 width: 55px;
1377 height: 55px;
1378 background: linear-gradient(135deg, #f5c542, #ffe08a);
1379 color: #000;
1380 font-weight: bold;
1381 font-size: 18px;
1382 border-radius: 50%;
1383 display: flex;
1384 align-items: center;
1385 justify-content: center;
1386 margin: 0 auto 15px;
1387}
1388
1389.eco-step h3 {
1390 color: #ffffff;
1391 font-size: 20px;
1392 margin-bottom: 12px;
1393}
1394
1395.eco-step p {
1396 color: #cfd3ec;
1397 font-size: 15px;
1398 line-height: 1.8;
1399}
1400
1401.eco-line {
1402 width: 3px;
1403 height: 40px;
1404 background: linear-gradient(180deg, #f5c542, transparent);
1405}
1406
1407/* HIGHLIGHTS */
1408.ecosystem-highlights {
1409 display: flex;
1410 flex-wrap: wrap;
1411 justify-content: center;
1412 gap: 15px;
1413 margin-top: 60px;
1414}
1415
1416.highlight-item {
1417 background: #0b0f1a;
1418 border: 1px solid rgba(245, 197, 66, 0.3);
1419 color: #f5c542;
1420 padding: 14px 22px;
1421 border-radius: 40px;
1422 font-size: 14px;
1423 font-weight: 600;
1424}
1425
1426/* MOBILE */
1427@media (max-width: 768px) {
1428 .ecosystem-header h2 {
1429 font-size: 26px;
1430 }
1431
1432 .eco-step {
1433 padding: 25px 20px;
1434 }
1435}
1436</style>
1437
1438 </div>
1439
1440 </div>
1441
1442 </div>
1443
1444 <div class="elementor-element elementor-element-8c99428 e-flex e-con-boxed e-con e-parent" data-id="8c99428" data-element_type="container">
1445
1446 <div class="e-con-inner">
1447
1448 <div class="elementor-element elementor-element-8cde333 elementor-widget elementor-widget-html" data-id="8cde333" data-element_type="widget" data-widget_type="html.default">
1449
1450 <!-- INDIA TRUST SECTION -->
1451
1452<section class="india-trust-section">
1453
1454 <div class="india-trust-container">
1455
1456
1457 <!-- SECTION HEADER -->
1458
1459 <div class="india-trust-header">
1460
1461 <span class="india-tag">
1462INDIA TRUSTED PLATFORM</span>
1463
1464 <h2>
1465
1466 Why Indian Bettors Are Choosing <span>
1467Dubai Exchange</span>
1468
1469 </h2>
1470
1471 <p>
1472
1473 Over the years, Indian bettors have become more informed, selective,
1474 and cautious while choosing online betting platforms. Dubai Exchange
1475 has earned the trust of Indian users by consistently delivering
1476 reliability, speed, and transparency.
1477 </p>
1478
1479 </div>
1480
1481
1482 <!-- CONTENT ROW -->
1483
1484 <div class="india-trust-row">
1485
1486
1487 <!-- LEFT STORY -->
1488
1489 <div class="india-story">
1490
1491 <p>
1492
1493 Indian betting enthusiasts prefer platforms that understand their
1494 betting habits, favorite sports, and local payment needs. Dubai
1495 Exchange stands out by offering a betting environment tailored
1496 specifically for Indian users, with strong focus on cricket,
1497 fast settlements, and round-the-clock accessibility.
1498 </p>
1499
1500
1501 <p>
1502
1503 From IPL and international cricket to live casino games like
1504 Teen Patti and Andar Bahar, Dubai Exchange offers markets that
1505 resonate with Indian players. The platform’s simple access,
1506 instant ID creation, and WhatsApp support further strengthen
1507 user confidence.
1508 </p>
1509
1510
1511 <p>
1512
1513 Transparency in betting, fair odds, and smooth withdrawals are
1514 major reasons why Indian bettors continue to choose Dubai
1515 Exchange as their preferred betting partner.
1516 </p>
1517
1518 </div>
1519
1520
1521 <!-- RIGHT FACTS -->
1522
1523 <div class="india-facts">
1524
1525
1526 <div class="fact-box">
1527
1528 <h3>
1529Cricket-Focused Markets</h3>
1530
1531 <p>
1532
1533 Designed for Indian cricket fans, the platform offers
1534 high-liquidity markets for IPL, T20s, ODIs, and Test matches.
1535 </p>
1536
1537 </div>
1538
1539
1540 <div class="fact-box">
1541
1542 <h3>
1543Fast Indian Payments</h3>
1544
1545 <p>
1546
1547 Supports smooth deposits and withdrawals using Indian
1548 payment methods with quick settlement times.
1549 </p>
1550
1551 </div>
1552
1553
1554 <div class="fact-box">
1555
1556 <h3>
1557Simple & Instant Access</h3>
1558
1559 <p>
1560
1561 No complex sign-ups or long verification processes.
1562 Indian users can start betting quickly with instant ID access.
1563 </p>
1564
1565 </div>
1566
1567
1568 <div class="fact-box">
1569
1570 <h3>
1571Reliable Customer Support</h3>
1572
1573 <p>
1574
1575 24/7 WhatsApp support ensures immediate assistance for
1576 Indian bettors whenever required.
1577 </p>
1578
1579 </div>
1580
1581
1582 </div>
1583
1584 </div>
1585
1586
1587 <!-- BOTTOM TRUST STRIP -->
1588
1589 <div class="india-trust-strip">
1590
1591 <span>
1592✔ Trusted by Indian Bettors</span>
1593
1594 <span>
1595✔ Cricket & Casino Focused</span>
1596
1597 <span>
1598✔ Fast Settlements</span>
1599
1600 <span>
1601✔ Transparent Betting</span>
1602
1603 </div>
1604
1605
1606 </div>
1607
1608</section>
1609
1610
1611<style>
1612
1613/* INDIA TRUST SECTION */
1614.india-trust-section {
1615 background: linear-gradient(180deg, #070c19, #0f1734);
1616 padding: 90px 20px;
1617}
1618
1619.india-trust-container {
1620 max-width: 1200px;
1621 margin: auto;
1622}
1623
1624/* HEADER */
1625.india-trust-header {
1626 max-width: 800px;
1627 margin-bottom: 60px;
1628}
1629
1630.india-tag {
1631 display: inline-block;
1632 background: rgba(245, 197, 66, 0.15);
1633 color: #f5c542;
1634 padding: 7px 18px;
1635 border-radius: 30px;
1636 font-size: 13px;
1637 letter-spacing: 1px;
1638 margin-bottom: 15px;
1639}
1640
1641.india-trust-header h2 {
1642 font-size: 36px;
1643 color: #ffffff;
1644 margin-bottom: 15px;
1645 line-height: 1.3;
1646}
1647
1648.india-trust-header h2 span {
1649 color: #f5c542;
1650}
1651
1652.india-trust-header p {
1653 color: #cfd3ec;
1654 font-size: 17px;
1655 line-height: 1.9;
1656}
1657
1658/* ROW */
1659.india-trust-row {
1660 display: grid;
1661 grid-template-columns: 1.2fr 1fr;
1662 gap: 50px;
1663}
1664
1665/* STORY */
1666.india-story p {
1667 color: #cfd3ec;
1668 font-size: 16px;
1669 line-height: 1.9;
1670 margin-bottom: 20px;
1671}
1672
1673/* FACTS */
1674.india-facts {
1675 display: flex;
1676 flex-direction: column;
1677 gap: 18px;
1678}
1679
1680.fact-box {
1681 background: linear-gradient(180deg, #141c3d, #0f1530);
1682 padding: 25px;
1683 border-radius: 18px;
1684 box-shadow: 0 15px 30px rgba(0,0,0,0.4);
1685}
1686
1687.fact-box h3 {
1688 color: #ffffff;
1689 font-size: 18px;
1690 margin-bottom: 8px;
1691}
1692
1693.fact-box p {
1694 color: #cfd3ec;
1695 font-size: 14px;
1696 line-height: 1.8;
1697}
1698
1699/* TRUST STRIP */
1700.india-trust-strip {
1701 margin-top: 70px;
1702 display: flex;
1703 flex-wrap: wrap;
1704 gap: 15px;
1705}
1706
1707.india-trust-strip span {
1708 background: #0b0f1a;
1709 border: 1px solid rgba(245, 197, 66, 0.3);
1710 color: #f5c542;
1711 padding: 14px 24px;
1712 border-radius: 40px;
1713 font-size: 14px;
1714 font-weight: 600;
1715}
1716
1717/* MOBILE */
1718@media (max-width: 900px) {
1719 .india-trust-row {
1720 grid-template-columns: 1fr;
1721 }
1722
1723 .india-trust-header h2 {
1724 font-size: 26px;
1725 }
1726}
1727</style>
1728
1729 </div>
1730
1731 </div>
1732
1733 </div>
1734
1735 <div class="elementor-element elementor-element-c233329 e-flex e-con-boxed e-con e-parent" data-id="c233329" data-element_type="container">
1736
1737 <div class="e-con-inner">
1738
1739 <div class="elementor-element elementor-element-0f3c322 elementor-widget elementor-widget-html" data-id="0f3c322" data-element_type="widget" data-widget_type="html.default">
1740
1741 <!-- PREMIUM ID SECTION -->
1742
1743<section class="premium-id-section">
1744
1745 <div class="premium-id-container">
1746
1747
1748 <!-- TOP CONTENT -->
1749
1750 <div class="premium-id-header">
1751
1752 <h2>
1753
1754 Premium Betting with Your <span>
1755Dubai Exchange ID</span>
1756<br>
1757
1758 <strong>
1759Fast Access, Full Control</strong>
1760
1761 </h2>
1762
1763 <p>
1764
1765 Your Dubai Exchange ID is more than just a login — it is your gateway to
1766 a premium betting ecosystem. With instant access, advanced controls,
1767 and seamless fund management, Dubai Exch 247 empowers you to bet smarter,
1768 faster, and with complete confidence.
1769 </p>
1770
1771 </div>
1772
1773
1774 <!-- CONTROL GRID -->
1775
1776 <div class="premium-id-grid">
1777
1778
1779 <div class="premium-card">
1780
1781 <div class="premium-icon">
1782🚀</div>
1783
1784 <h3>
1785Instant Platform Access</h3>
1786
1787 <p>
1788
1789 Get immediate access to live betting markets as soon as your
1790 Dubai Exchange ID is activated. No waiting, no delays —
1791 start betting within minutes.
1792 </p>
1793
1794 </div>
1795
1796
1797 <div class="premium-card">
1798
1799 <div class="premium-icon">
1800🎯</div>
1801
1802 <h3>
1803Complete Betting Control</h3>
1804
1805 <p>
1806
1807 Monitor live odds, place bets, track exposure, and manage
1808 positions in real time with full transparency and accuracy.
1809 </p>
1810
1811 </div>
1812
1813
1814 <div class="premium-card">
1815
1816 <div class="premium-icon">
1817💼</div>
1818
1819 <h3>
1820Smart Fund Management</h3>
1821
1822 <p>
1823
1824 Deposit, withdraw, and manage your balance seamlessly
1825 through a secure and efficient payment system built
1826 for fast settlements.
1827 </p>
1828
1829 </div>
1830
1831
1832 <div class="premium-card">
1833
1834 <div class="premium-icon">
1835🔒</div>
1836
1837 <h3>
1838Secure & Private Access</h3>
1839
1840 <p>
1841
1842 Your Dubai Exchange ID is protected with strong security
1843 protocols to ensure account safety, privacy, and
1844 uninterrupted betting activity.
1845 </p>
1846
1847 </div>
1848
1849
1850 <div class="premium-card">
1851
1852 <div class="premium-icon">
1853📊</div>
1854
1855 <h3>
1856Professional Betting Experience</h3>
1857
1858 <p>
1859
1860 Experience a betting interface designed for serious
1861 players, offering high liquidity markets, fast odds
1862 updates, and smooth performance.
1863 </p>
1864
1865 </div>
1866
1867
1868 <div class="premium-card">
1869
1870 <div class="premium-icon">
1871📱</div>
1872
1873 <h3>
1874Anytime, Anywhere Betting</h3>
1875
1876 <p>
1877
1878 Use your Dubai Exchange ID on mobile, tablet, or desktop
1879 to enjoy uninterrupted betting access wherever you are.
1880 </p>
1881
1882 </div>
1883
1884
1885 </div>
1886
1887
1888 <!-- FOOT CTA -->
1889
1890 <div class="premium-id-footer">
1891
1892 <div class="premium-badges">
1893
1894 <span>
1895✔ One ID</span>
1896
1897 <span>
1898✔ Full Control</span>
1899
1900 <span>
1901✔ Fast Settlements</span>
1902
1903 <span>
1904✔ Premium Experience</span>
1905
1906 </div>
1907
1908 <a href="#" class="premium-id-btn">
1909Get Your Dubai Exchange ID</a>
1910
1911 </div>
1912
1913
1914 </div>
1915
1916</section>
1917
1918
1919<style>
1920
1921/* PREMIUM ID SECTION */
1922.premium-id-section {
1923 background: linear-gradient(135deg, #050913, #0c1430);
1924 padding: 100px 20px;
1925}
1926
1927.premium-id-container {
1928 max-width: 1200px;
1929 margin: auto;
1930}
1931
1932/* HEADER */
1933.premium-id-header {
1934 text-align: center;
1935 max-width: 850px;
1936 margin: auto;
1937 margin-bottom: 70px;
1938}
1939
1940.premium-id-header h2 {
1941 font-size: 38px;
1942 color: #ffffff;
1943 line-height: 1.3;
1944 margin-bottom: 20px;
1945}
1946
1947.premium-id-header h2 span {
1948 color: #f5c542;
1949}
1950
1951.premium-id-header strong {
1952 font-weight: 600;
1953}
1954
1955.premium-id-header p {
1956 color: #cfd3ec;
1957 font-size: 17px;
1958 line-height: 1.9;
1959}
1960
1961/* GRID */
1962.premium-id-grid {
1963 display: grid;
1964 grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
1965 gap: 25px;
1966}
1967
1968.premium-card {
1969 background: linear-gradient(180deg, #141c3d, #0f1530);
1970 border-radius: 22px;
1971 padding: 35px 30px;
1972 text-align: center;
1973 box-shadow: 0 25px 50px rgba(0,0,0,0.45);
1974 transition: transform 0.35s ease, box-shadow 0.35s ease;
1975}
1976
1977.premium-card:hover {
1978 transform: translateY(-8px);
1979 box-shadow: 0 35px 70px rgba(0,0,0,0.6);
1980}
1981
1982.premium-icon {
1983 font-size: 32px;
1984 width: 65px;
1985 height: 65px;
1986 background: rgba(245, 197, 66, 0.15);
1987 color: #f5c542;
1988 display: flex;
1989 align-items: center;
1990 justify-content: center;
1991 border-radius: 50%;
1992 margin: 0 auto 18px;
1993}
1994
1995.premium-card h3 {
1996 color: #ffffff;
1997 font-size: 19px;
1998 margin-bottom: 12px;
1999}
2000
2001.premium-card p {
2002 color: #cfd3ec;
2003 font-size: 15px;
2004 line-height: 1.8;
2005}
2006
2007/* FOOTER */
2008.premium-id-footer {
2009 margin-top: 70px;
2010 text-align: center;
2011}
2012
2013.premium-badges {
2014 display: flex;
2015 flex-wrap: wrap;
2016 justify-content: center;
2017 gap: 14px;
2018 margin-bottom: 30px;
2019}
2020
2021.premium-badges span {
2022 background: #0b0f1a;
2023 border: 1px solid rgba(245, 197, 66, 0.3);
2024 color: #f5c542;
2025 padding: 12px 22px;
2026 border-radius: 40px;
2027 font-size: 14px;
2028 font-weight: 600;
2029}
2030
2031.premium-id-btn {
2032 display: inline-block;
2033 background: linear-gradient(135deg, #f5c542, #ffe08a);
2034 color: #000;
2035 padding: 16px 40px;
2036 border-radius: 45px;
2037 font-weight: bold;
2038 text-decoration: none;
2039 font-size: 16px;
2040}
2041
2042/* MOBILE */
2043@media (max-width: 768px) {
2044 .premium-id-header h2 {
2045 font-size: 26px;
2046 }
2047
2048 .premium-card {
2049 padding: 28px 22px;
2050 }
2051}
2052</style>
2053
2054 </div>
2055
2056 </div>
2057
2058 </div>
2059
2060 <div class="elementor-element elementor-element-575e9a5 e-flex e-con-boxed e-con e-parent" data-id="575e9a5" data-element_type="container">
2061
2062 <div class="e-con-inner">
2063
2064 <div class="elementor-element elementor-element-cbdb10f elementor-widget elementor-widget-html" data-id="cbdb10f" data-element_type="widget" data-widget_type="html.default">
2065
2066 <!-- WHY CHOOSE SECTION -->
2067
2068<section class="why-section">
2069
2070 <div class="why-container">
2071
2072
2073 <!-- LEFT CONTENT -->
2074
2075 <div class="why-left">
2076
2077 <span class="why-tag">
2078WHY CHOOSE US</span>
2079
2080
2081 <h2>
2082
2083 Why is <span>
2084Dubaiexch247 ID</span>
2085 the Perfect Choice for Betting Enthusiasts?
2086 </h2>
2087
2088
2089 <p>
2090
2091 Choosing the right betting platform is crucial for a safe and profitable
2092 betting experience. <strong>
2093Dubaiexch247 ID</strong>
2094 is designed for betting
2095 enthusiasts who demand reliability, fast performance, and complete transparency.
2096 Our platform delivers a professional betting environment trusted by players
2097 across India.
2098 </p>
2099
2100
2101 <p>
2102
2103 With advanced betting technology, instant account access, and strong customer
2104 support, Dubaiexch247 stands out as a preferred choice for both beginners and
2105 experienced bettors.
2106 </p>
2107
2108
2109 <a href="#" class="why-btn">
2110Get Dubaiexch247 ID</a>
2111
2112 </div>
2113
2114
2115 <!-- RIGHT FEATURES -->
2116
2117 <div class="why-right">
2118
2119
2120 <div class="why-card">
2121
2122 <div class="why-icon">
2123⚡</div>
2124
2125 <h3>
2126Instant ID Access</h3>
2127
2128 <p>
2129
2130 Get your Dubaiexch247 betting ID within minutes via WhatsApp without
2131 complicated registration or document verification.
2132 </p>
2133
2134 </div>
2135
2136
2137 <div class="why-card">
2138
2139 <div class="why-icon">
2140🔐</div>
2141
2142 <h3>
2143Secure & Trusted Platform</h3>
2144
2145 <p>
2146
2147 Enjoy a safe betting environment with encrypted transactions, secure
2148 account management, and fair betting practices.
2149 </p>
2150
2151 </div>
2152
2153
2154 <div class="why-card">
2155
2156 <div class="why-icon">
2157🏏</div>
2158
2159 <h3>
2160Best for Cricket Betting</h3>
2161
2162 <p>
2163
2164 Experience high-liquidity cricket markets including IPL, international
2165 matches, live sessions, and fancy betting options.
2166 </p>
2167
2168 </div>
2169
2170
2171 <div class="why-card">
2172
2173 <div class="why-icon">
2174💰</div>
2175
2176 <h3>
2177Fast Withdrawals</h3>
2178
2179 <p>
2180
2181 Withdraw your winnings quickly with smooth payment processing and
2182 reliable settlement systems.
2183 </p>
2184
2185 </div>
2186
2187
2188 <div class="why-card">
2189
2190 <div class="why-icon">
2191🎰</div>
2192
2193 <h3>
2194Casino & Teen Patti</h3>
2195
2196 <p>
2197
2198 Access popular casino games like Teen Patti, Andar Bahar, Roulette,
2199 and live dealer games under one platform.
2200 </p>
2201
2202 </div>
2203
2204
2205 <div class="why-card">
2206
2207 <div class="why-icon">
2208📞</div>
2209
2210 <h3>
221124/7 WhatsApp Support</h3>
2212
2213 <p>
2214
2215 Our dedicated support team is available 24/7 to assist you with
2216 deposits, withdrawals, and betting-related queries.
2217 </p>
2218
2219 </div>
2220
2221
2222 </div>
2223
2224
2225 </div>
2226
2227</section>
2228
2229
2230<style>
2231
2232/* WHY SECTION */
2233.why-section {
2234 background: radial-gradient(circle at left, #0f1a3a, #060b18);
2235 padding: 80px 20px;
2236}
2237
2238.why-container {
2239 max-width: 1200px;
2240 margin: auto;
2241 display: grid;
2242 grid-template-columns: 1fr 1.2fr;
2243 gap: 50px;
2244 align-items: center;
2245}
2246
2247/* LEFT SIDE */
2248.why-left .why-tag {
2249 display: inline-block;
2250 background: rgba(245, 197, 66, 0.15);
2251 color: #f5c542;
2252 padding: 6px 16px;
2253 border-radius: 30px;
2254 font-size: 13px;
2255 letter-spacing: 1px;
2256 margin-bottom: 15px;
2257}
2258
2259.why-left h2 {
2260 font-size: 34px;
2261 color: #ffffff;
2262 margin-bottom: 20px;
2263 line-height: 1.3;
2264}
2265
2266.why-left h2 span {
2267 color: #f5c542;
2268}
2269
2270.why-left p {
2271 color: #cfd3ec;
2272 font-size: 16px;
2273 line-height: 1.8;
2274 margin-bottom: 18px;
2275}
2276
2277.why-btn {
2278 display: inline-block;
2279 margin-top: 20px;
2280 background: linear-gradient(135deg, #f5c542, #ffd976);
2281 color: #000;
2282 padding: 15px 36px;
2283 border-radius: 40px;
2284 font-weight: bold;
2285 text-decoration: none;
2286}
2287
2288/* RIGHT SIDE */
2289.why-right {
2290 display: grid;
2291 grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
2292 gap: 20px;
2293}
2294
2295.why-card {
2296 background: linear-gradient(180deg, #141c3d, #0f1530);
2297 border-radius: 18px;
2298 padding: 25px;
2299 box-shadow: 0 10px 30px rgba(0,0,0,0.4);
2300 transition: transform 0.3s ease;
2301}
2302
2303.why-card:hover {
2304 transform: translateY(-6px);
2305}
2306
2307.why-icon {
2308 font-size: 28px;
2309 background: rgba(245, 197, 66, 0.15);
2310 width: 50px;
2311 height: 50px;
2312 display: flex;
2313 align-items: center;
2314 justify-content: center;
2315 border-radius: 50%;
2316 margin-bottom: 15px;
2317}
2318
2319.why-card h3 {
2320 color: #ffffff;
2321 font-size: 18px;
2322 margin-bottom: 10px;
2323}
2324
2325.why-card p {
2326 color: #cfd3ec;
2327 font-size: 14px;
2328 line-height: 1.7;
2329}
2330
2331/* MOBILE */
2332@media (max-width: 900px) {
2333 .why-container {
2334 grid-template-columns: 1fr;
2335 }
2336
2337 .why-left h2 {
2338 font-size: 26px;
2339 }
2340}
2341</style>
2342
2343 </div>
2344
2345 </div>
2346
2347 </div>
2348
2349 <div class="elementor-element elementor-element-a7da940 e-flex e-con-boxed e-con e-parent" data-id="a7da940" data-element_type="container">
2350
2351 <div class="e-con-inner">
2352
2353 <div class="elementor-element elementor-element-be60d2b elementor-widget elementor-widget-html" data-id="be60d2b" data-element_type="widget" data-widget_type="html.default">
2354
2355 <!-- STEP GUIDE SECTION -->
2356
2357<section class="step-guide-section">
2358
2359 <div class="step-guide-container">
2360
2361
2362 <!-- HEADER -->
2363
2364 <div class="step-guide-header">
2365
2366 <span class="step-badge">
2367EASY PROCESS</span>
2368
2369 <h2>
2370
2371 Step-by-Step Guide to Get Your <span>
2372Dubai Exchange ID</span>
2373
2374 </h2>
2375
2376 <p>
2377
2378 Getting started with Dubai Exchange is simple, fast, and secure.
2379 Follow these easy steps to receive your Dubai Exchange ID and
2380 unlock access to premium betting and gaming within minutes.
2381 </p>
2382
2383 </div>
2384
2385
2386 <!-- TIMELINE -->
2387
2388 <div class="step-timeline">
2389
2390
2391 <!-- STEP 1 -->
2392
2393 <div class="step-item">
2394
2395 <div class="step-number">
239601</div>
2397
2398 <div class="step-content">
2399
2400 <h3>
2401Contact the Official Agent</h3>
2402
2403 <p>
2404
2405 Reach out to an authorized Dubai Exchange agent via WhatsApp
2406 or the official contact channel. This ensures safe and
2407 genuine ID creation without any risk.
2408 </p>
2409
2410 </div>
2411
2412 </div>
2413
2414
2415 <!-- STEP 2 -->
2416
2417 <div class="step-item">
2418
2419 <div class="step-number">
242002</div>
2421
2422 <div class="step-content">
2423
2424 <h3>
2425Request Your Dubai Exchange ID</h3>
2426
2427 <p>
2428
2429 Share basic details required for ID creation. The process
2430 is quick and does not involve lengthy forms or complex
2431 verification steps.
2432 </p>
2433
2434 </div>
2435
2436 </div>
2437
2438
2439 <!-- STEP 3 -->
2440
2441 <div class="step-item">
2442
2443 <div class="step-number">
244403</div>
2445
2446 <div class="step-content">
2447
2448 <h3>
2449Receive Login Credentials</h3>
2450
2451 <p>
2452
2453 Once approved, you will receive your Dubai Exchange ID
2454 along with login credentials, allowing immediate access
2455 to the platform.
2456 </p>
2457
2458 </div>
2459
2460 </div>
2461
2462
2463 <!-- STEP 4 -->
2464
2465 <div class="step-item">
2466
2467 <div class="step-number">
246804</div>
2469
2470 <div class="step-content">
2471
2472 <h3>
2473Add Funds Securely</h3>
2474
2475 <p>
2476
2477 Deposit funds using supported Indian payment methods.
2478 Fast processing ensures you are ready to place bets
2479 without unnecessary delays.
2480 </p>
2481
2482 </div>
2483
2484 </div>
2485
2486
2487 <!-- STEP 5 -->
2488
2489 <div class="step-item">
2490
2491 <div class="step-number">
249205</div>
2493
2494 <div class="step-content">
2495
2496 <h3>
2497Start Betting & Gaming</h3>
2498
2499 <p>
2500
2501 Explore live cricket betting, sports markets, and casino
2502 games using your Dubai Exchange ID and enjoy a premium,
2503 uninterrupted betting experience.
2504 </p>
2505
2506 </div>
2507
2508 </div>
2509
2510
2511 </div>
2512
2513
2514 <!-- FOOT NOTE -->
2515
2516 <div class="step-guide-footer">
2517
2518 <p>
2519
2520 ✔ No complicated registration |
2521 ✔ Fast ID activation |
2522 ✔ Trusted access for Indian bettors
2523 </p>
2524
2525 </div>
2526
2527
2528 </div>
2529
2530</section>
2531
2532
2533<style>
2534
2535/* STEP GUIDE SECTION */
2536.step-guide-section {
2537 background: linear-gradient(180deg, #0a0f20, #121a3d);
2538 padding: 100px 20px;
2539}
2540
2541.step-guide-container {
2542 max-width: 1000px;
2543 margin: auto;
2544}
2545
2546/* HEADER */
2547.step-guide-header {
2548 text-align: center;
2549 max-width: 800px;
2550 margin: auto;
2551 margin-bottom: 80px;
2552}
2553
2554.step-badge {
2555 display: inline-block;
2556 background: rgba(245, 197, 66, 0.15);
2557 color: #f5c542;
2558 padding: 7px 20px;
2559 border-radius: 30px;
2560 font-size: 13px;
2561 letter-spacing: 1px;
2562 margin-bottom: 18px;
2563}
2564
2565.step-guide-header h2 {
2566 font-size: 36px;
2567 color: #ffffff;
2568 margin-bottom: 18px;
2569 line-height: 1.3;
2570}
2571
2572.step-guide-header h2 span {
2573 color: #f5c542;
2574}
2575
2576.step-guide-header p {
2577 color: #cfd3ec;
2578 font-size: 17px;
2579 line-height: 1.9;
2580}
2581
2582/* TIMELINE */
2583.step-timeline {
2584 position: relative;
2585 padding-left: 40px;
2586}
2587
2588.step-timeline::before {
2589 content: "";
2590 position: absolute;
2591 left: 16px;
2592 top: 0;
2593 width: 4px;
2594 height: 100%;
2595 background: linear-gradient(180deg, #f5c542, transparent);
2596}
2597
2598/* STEP ITEM */
2599.step-item {
2600 display: flex;
2601 gap: 30px;
2602 margin-bottom: 50px;
2603 position: relative;
2604}
2605
2606.step-number {
2607 min-width: 60px;
2608 height: 60px;
2609 background: linear-gradient(135deg, #f5c542, #ffe08a);
2610 color: #000;
2611 font-size: 18px;
2612 font-weight: bold;
2613 border-radius: 50%;
2614 display: flex;
2615 align-items: center;
2616 justify-content: center;
2617 box-shadow: 0 10px 25px rgba(0,0,0,0.4);
2618}
2619
2620.step-content h3 {
2621 color: #ffffff;
2622 font-size: 20px;
2623 margin-bottom: 8px;
2624}
2625
2626.step-content p {
2627 color: #cfd3ec;
2628 font-size: 15px;
2629 line-height: 1.8;
2630}
2631
2632/* FOOTER */
2633.step-guide-footer {
2634 text-align: center;
2635 margin-top: 60px;
2636}
2637
2638.step-guide-footer p {
2639 color: #f5c542;
2640 font-size: 14px;
2641 font-weight: 600;
2642}
2643
2644/* MOBILE */
2645@media (max-width: 768px) {
2646 .step-guide-header h2 {
2647 font-size: 26px;
2648 }
2649
2650 .step-item {
2651 gap: 20px;
2652 }
2653
2654 .step-number {
2655 min-width: 50px;
2656 height: 50px;
2657 font-size: 16px;
2658 }
2659}
2660</style>
2661
2662 </div>
2663
2664 </div>
2665
2666 </div>
2667
2668 <div class="elementor-element elementor-element-e18f51f e-flex e-con-boxed e-con e-parent" data-id="e18f51f" data-element_type="container">
2669
2670 <div class="e-con-inner">
2671
2672 <div class="elementor-element elementor-element-b7c77a0 elementor-widget elementor-widget-html" data-id="b7c77a0" data-element_type="widget" data-widget_type="html.default">
2673
2674 <!-- EXCLUSIVE CRICKET SECTION -->
2675
2676<section class="exclusive-cricket-section">
2677
2678 <div class="exclusive-cricket-container">
2679
2680
2681 <!-- TOP STRIP -->
2682
2683 <div class="exclusive-top">
2684
2685 <span class="exclusive-label">
2686CRICKET EXCLUSIVE</span>
2687
2688 <h2>
2689
2690 Exclusive Cricket Betting With Your
2691 <span>
2692Dubaiexch247 ID</span>
2693
2694 </h2>
2695
2696 <p>
2697
2698 Unlock a premium cricket betting experience designed exclusively
2699 for serious cricket enthusiasts. With your Dubaiexch247 ID, you
2700 gain access to high-performance cricket markets, real-time control,
2701 and unmatched betting flexibility.
2702 </p>
2703
2704 </div>
2705
2706
2707 <!-- MAIN CONTENT -->
2708
2709 <div class="exclusive-cricket-body">
2710
2711
2712 <!-- LEFT PANEL -->
2713
2714 <div class="exclusive-panel left-panel">
2715
2716 <h3>
2717What Makes It Exclusive?</h3>
2718
2719
2720 <p>
2721
2722 Dubaiexch247 ID gives you privileged access to cricket betting
2723 environments built for speed, precision, and transparency.
2724 From live ball-by-ball markets to advanced match odds,
2725 everything is optimized for uninterrupted cricket action.
2726 </p>
2727
2728
2729 <p>
2730
2731 Whether it’s IPL, T20 leagues, ODIs, or Test matches, your
2732 Dubaiexch247 ID ensures faster execution, better odds visibility,
2733 and smooth betting during high-pressure live moments.
2734 </p>
2735
2736
2737 <div class="exclusive-tags">
2738
2739 <span>
2740Live Cricket</span>
2741
2742 <span>
2743IPL Markets</span>
2744
2745 <span>
2746Instant Bets</span>
2747
2748 </div>
2749
2750 </div>
2751
2752
2753 <!-- RIGHT PANEL -->
2754
2755 <div class="exclusive-panel right-panel">
2756
2757 <h3>
2758Cricket Betting Advantages</h3>
2759
2760
2761 <ul class="exclusive-list">
2762
2763 <li>
2764
2765 <strong>
2766Live Match Control:</strong>
2767 Bet, adjust, and track
2768 positions in real time without lag.
2769 </li>
2770
2771 <li>
2772
2773 <strong>
2774High Liquidity Cricket Markets:</strong>
2775 Smooth betting
2776 even during peak match hours.
2777 </li>
2778
2779 <li>
2780
2781 <strong>
2782Fast ID-Based Access:</strong>
2783 No delays during live
2784 matches — log in and place bets instantly.
2785 </li>
2786
2787 <li>
2788
2789 <strong>
2790Accurate Odds Updates:</strong>
2791 Real-time odds movements
2792 for smarter betting decisions.
2793 </li>
2794
2795 <li>
2796
2797 <strong>
2798Secure & Transparent Betting:</strong>
2799 Exchange-based
2800 system ensures fair play at all times.
2801 </li>
2802
2803 </ul>
2804
2805 </div>
2806
2807
2808 </div>
2809
2810
2811 <!-- BOTTOM STRIP -->
2812
2813 <div class="exclusive-footer">
2814
2815 <div class="exclusive-footer-items">
2816
2817 <span>
2818✔ IPL & International Cricket</span>
2819
2820 <span>
2821✔ Real-Time Betting</span>
2822
2823 <span>
2824✔ ID-Based Exclusive Access</span>
2825
2826 <span>
2827✔ Trusted by Indian Users</span>
2828
2829 </div>
2830
2831 </div>
2832
2833
2834 </div>
2835
2836</section>
2837
2838
2839<style>
2840
2841/* EXCLUSIVE CRICKET SECTION */
2842.exclusive-cricket-section {
2843 background: linear-gradient(135deg, #050913, #0b132d);
2844 padding: 120px 20px;
2845}
2846
2847.exclusive-cricket-container {
2848 max-width: 1200px;
2849 margin: auto;
2850}
2851
2852/* TOP */
2853.exclusive-top {
2854 max-width: 850px;
2855 margin-bottom: 80px;
2856}
2857
2858.exclusive-label {
2859 display: inline-block;
2860 background: rgba(245, 197, 66, 0.15);
2861 color: #f5c542;
2862 padding: 8px 22px;
2863 border-radius: 40px;
2864 font-size: 13px;
2865 letter-spacing: 1px;
2866 margin-bottom: 18px;
2867}
2868
2869.exclusive-top h2 {
2870 font-size: 38px;
2871 color: #ffffff;
2872 line-height: 1.3;
2873 margin-bottom: 18px;
2874}
2875
2876.exclusive-top h2 span {
2877 color: #f5c542;
2878}
2879
2880.exclusive-top p {
2881 color: #cfd3ec;
2882 font-size: 17px;
2883 line-height: 1.9;
2884}
2885
2886/* BODY */
2887.exclusive-cricket-body {
2888 display: grid;
2889 grid-template-columns: 1fr 1fr;
2890 gap: 50px;
2891}
2892
2893/* PANELS */
2894.exclusive-panel {
2895 background: linear-gradient(180deg, #141c3d, #0f1530);
2896 padding: 40px 35px;
2897 border-radius: 28px;
2898 box-shadow: 0 35px 70px rgba(0,0,0,0.45);
2899}
2900
2901.exclusive-panel h3 {
2902 color: #ffffff;
2903 font-size: 22px;
2904 margin-bottom: 15px;
2905}
2906
2907.exclusive-panel p {
2908 color: #cfd3ec;
2909 font-size: 15px;
2910 line-height: 1.9;
2911 margin-bottom: 16px;
2912}
2913
2914/* TAGS */
2915.exclusive-tags {
2916 display: flex;
2917 flex-wrap: wrap;
2918 gap: 12px;
2919 margin-top: 18px;
2920}
2921
2922.exclusive-tags span {
2923 background: #0b0f1a;
2924 border: 1px solid rgba(245, 197, 66, 0.3);
2925 color: #f5c542;
2926 padding: 10px 18px;
2927 border-radius: 30px;
2928 font-size: 13px;
2929 font-weight: 600;
2930}
2931
2932/* LIST */
2933.exclusive-list {
2934 list-style: none;
2935 padding: 0;
2936}
2937
2938.exclusive-list li {
2939 color: #cfd3ec;
2940 font-size: 15px;
2941 line-height: 1.8;
2942 padding-left: 28px;
2943 margin-bottom: 16px;
2944 position: relative;
2945}
2946
2947.exclusive-list li::before {
2948 content: "🏏";
2949 position: absolute;
2950 left: 0;
2951}
2952
2953/* FOOTER */
2954.exclusive-footer {
2955 margin-top: 70px;
2956}
2957
2958.exclusive-footer-items {
2959 display: flex;
2960 flex-wrap: wrap;
2961 gap: 16px;
2962}
2963
2964.exclusive-footer-items span {
2965 background: #0b0f1a;
2966 border: 1px solid rgba(245, 197, 66, 0.3);
2967 color: #f5c542;
2968 padding: 14px 26px;
2969 border-radius: 40px;
2970 font-size: 14px;
2971 font-weight: 600;
2972}
2973
2974/* MOBILE */
2975@media (max-width: 900px) {
2976 .exclusive-cricket-body {
2977 grid-template-columns: 1fr;
2978 }
2979
2980 .exclusive-top h2 {
2981 font-size: 26px;
2982 }
2983}
2984</style>
2985
2986 </div>
2987
2988 </div>
2989
2990 </div>
2991
2992 <div class="elementor-element elementor-element-a418597 e-flex e-con-boxed e-con e-parent" data-id="a418597" data-element_type="container">
2993
2994 <div class="e-con-inner">
2995
2996 <div class="elementor-element elementor-element-28acc70 elementor-widget elementor-widget-html" data-id="28acc70" data-element_type="widget" data-widget_type="html.default">
2997
2998 <!-- SPORTS & CASINO SECTION -->
2999
3000<section class="sports-casino-section">
3001
3002 <div class="sports-casino-container">
3003
3004
3005 <!-- HEADER -->
3006
3007 <div class="sports-casino-header">
3008
3009 <span class="sc-badge">
3010BEYOND CRICKET</span>
3011
3012 <h2>
3013
3014 Expansive Sports And Casino Offerings
3015 <span>
3016Beyond Cricket</span>
3017
3018 </h2>
3019
3020 <p>
3021
3022 While cricket remains at the heart of Dubai Exchange 247, the platform
3023 goes far beyond a single sport. Users can explore a diverse range of
3024 global sports markets and immersive casino games — all available under
3025 one powerful betting platform.
3026 </p>
3027
3028 </div>
3029
3030
3031 <!-- ZONES -->
3032
3033 <div class="sports-casino-zones">
3034
3035
3036 <!-- SPORTS ZONE -->
3037
3038 <div class="zone-card sports-zone">
3039
3040 <h3>
3041Global Sports Betting Markets</h3>
3042
3043
3044 <p>
3045
3046 Dubai Exchange 247 offers extensive sports betting options covering
3047 popular international and regional sports. From fast-paced action to
3048 strategic matchups, users can enjoy competitive odds and live markets
3049 across multiple sporting categories.
3050 </p>
3051
3052
3053 <ul class="zone-list">
3054
3055 <li>
3056Football (International & League Matches)</li>
3057
3058 <li>
3059Tennis (ATP, WTA & Live Matches)</li>
3060
3061 <li>
3062Basketball & American Sports</li>
3063
3064 <li>
3065Badminton, Table Tennis & More</li>
3066
3067 <li>
3068Live In-Play Sports Betting</li>
3069
3070 </ul>
3071
3072
3073 <div class="zone-tags">
3074
3075 <span>
3076Live Odds</span>
3077
3078 <span>
3079Multiple Sports</span>
3080
3081 <span>
3082High Liquidity</span>
3083
3084 </div>
3085
3086 </div>
3087
3088
3089 <!-- CASINO ZONE -->
3090
3091 <div class="zone-card casino-zone">
3092
3093 <h3>
3094Live Casino & Card Games</h3>
3095
3096
3097 <p>
3098
3099 Step into the casino zone and experience real-time gaming with
3100 professional dealers and interactive gameplay. Dubai Exchange 247
3101 delivers a rich casino environment designed for Indian users who
3102 enjoy classic and modern casino entertainment.
3103 </p>
3104
3105
3106 <ul class="zone-list">
3107
3108 <li>
3109Teen Patti & Andar Bahar</li>
3110
3111 <li>
3112Live Blackjack & Roulette</li>
3113
3114 <li>
3115Baccarat & Poker Variants</li>
3116
3117 <li>
3118Instant Win & Slot Games</li>
3119
3120 <li>
312124/7 Live Casino Access</li>
3122
3123 </ul>
3124
3125
3126 <div class="zone-tags">
3127
3128 <span>
3129Live Dealers</span>
3130
3131 <span>
3132Instant Play</span>
3133
3134 <span>
3135Secure Gaming</span>
3136
3137 </div>
3138
3139 </div>
3140
3141
3142 </div>
3143
3144
3145 <!-- BOTTOM STRIP -->
3146
3147 <div class="sports-casino-footer">
3148
3149 <span>
3150✔ One Platform, Multiple Games</span>
3151
3152 <span>
3153✔ Sports & Casino Combined</span>
3154
3155 <span>
3156✔ Smooth Performance</span>
3157
3158 <span>
3159✔ Trusted by Indian Players</span>
3160
3161 </div>
3162
3163
3164 </div>
3165
3166</section>
3167
3168
3169<style>
3170
3171/* SPORTS & CASINO SECTION */
3172.sports-casino-section {
3173 background: linear-gradient(180deg, #060b18, #10183a);
3174 padding: 120px 20px;
3175}
3176
3177.sports-casino-container {
3178 max-width: 1200px;
3179 margin: auto;
3180}
3181
3182/* HEADER */
3183.sports-casino-header {
3184 max-width: 900px;
3185 margin-bottom: 80px;
3186}
3187
3188.sc-badge {
3189 display: inline-block;
3190 background: rgba(245, 197, 66, 0.15);
3191 color: #f5c542;
3192 padding: 8px 22px;
3193 border-radius: 40px;
3194 font-size: 13px;
3195 letter-spacing: 1px;
3196 margin-bottom: 18px;
3197}
3198
3199.sports-casino-header h2 {
3200 font-size: 38px;
3201 color: #ffffff;
3202 line-height: 1.3;
3203 margin-bottom: 18px;
3204}
3205
3206.sports-casino-header h2 span {
3207 color: #f5c542;
3208}
3209
3210.sports-casino-header p {
3211 color: #cfd3ec;
3212 font-size: 17px;
3213 line-height: 1.9;
3214}
3215
3216/* ZONES */
3217.sports-casino-zones {
3218 display: grid;
3219 grid-template-columns: 1fr 1fr;
3220 gap: 50px;
3221}
3222
3223.zone-card {
3224 background: linear-gradient(180deg, #141c3d, #0f1530);
3225 padding: 45px 38px;
3226 border-radius: 30px;
3227 box-shadow: 0 40px 80px rgba(0,0,0,0.45);
3228}
3229
3230.zone-card h3 {
3231 color: #ffffff;
3232 font-size: 24px;
3233 margin-bottom: 15px;
3234}
3235
3236.zone-card p {
3237 color: #cfd3ec;
3238 font-size: 15px;
3239 line-height: 1.9;
3240 margin-bottom: 20px;
3241}
3242
3243/* LIST */
3244.zone-list {
3245 list-style: none;
3246 padding: 0;
3247 margin-bottom: 22px;
3248}
3249
3250.zone-list li {
3251 color: #cfd3ec;
3252 font-size: 15px;
3253 padding-left: 26px;
3254 margin-bottom: 12px;
3255 position: relative;
3256}
3257
3258.zone-list li::before {
3259 content: "➤";
3260 position: absolute;
3261 left: 0;
3262 color: #f5c542;
3263}
3264
3265/* TAGS */
3266.zone-tags {
3267 display: flex;
3268 flex-wrap: wrap;
3269 gap: 12px;
3270}
3271
3272.zone-tags span {
3273 background: #0b0f1a;
3274 border: 1px solid rgba(245, 197, 66, 0.3);
3275 color: #f5c542;
3276 padding: 10px 18px;
3277 border-radius: 30px;
3278 font-size: 13px;
3279 font-weight: 600;
3280}
3281
3282/* FOOTER */
3283.sports-casino-footer {
3284 margin-top: 80px;
3285 display: flex;
3286 flex-wrap: wrap;
3287 gap: 16px;
3288}
3289
3290.sports-casino-footer span {
3291 background: #0b0f1a;
3292 border: 1px solid rgba(245, 197, 66, 0.3);
3293 color: #f5c542;
3294 padding: 14px 26px;
3295 border-radius: 40px;
3296 font-size: 14px;
3297 font-weight: 600;
3298}
3299
3300/* MOBILE */
3301@media (max-width: 900px) {
3302 .sports-casino-zones {
3303 grid-template-columns: 1fr;
3304 }
3305
3306 .sports-casino-header h2 {
3307 font-size: 26px;
3308 }
3309}
3310</style>
3311
3312 </div>
3313
3314 </div>
3315
3316 </div>
3317
3318 <div class="elementor-element elementor-element-8736572 e-flex e-con-boxed e-con e-parent" data-id="8736572" data-element_type="container">
3319
3320 <div class="e-con-inner">
3321
3322 <div class="elementor-element elementor-element-78b8ab3 elementor-widget elementor-widget-html" data-id="78b8ab3" data-element_type="widget" data-widget_type="html.default">
3323
3324 <!-- WHY CHOOSE SECTION -->
3325
3326<section class="why-choose-section">
3327
3328 <div class="why-choose-container">
3329
3330
3331 <!-- HEADER -->
3332
3333 <div class="why-choose-header">
3334
3335 <span class="choose-badge">
3336TRUST • SPEED • PERFORMANCE</span>
3337
3338 <h2>
3339
3340 Why Choose <span>
3341Dubai Exchange 247</span>
3342?
3343 </h2>
3344
3345 <p>
3346
3347 Choosing the right betting platform is crucial for a safe and
3348 rewarding experience. Dubai Exchange 247 stands apart by
3349 offering a perfect balance of reliability, performance,
3350 and user-focused betting features.
3351 </p>
3352
3353 </div>
3354
3355
3356 <!-- REASONS -->
3357
3358 <div class="why-choose-reasons">
3359
3360
3361 <!-- LEFT -->
3362
3363 <div class="why-column">
3364
3365 <div class="reason-item">
3366
3367 <h3>
3368Built on Trust & Transparency</h3>
3369
3370 <p>
3371
3372 Dubai Exchange 247 operates on a transparent exchange-based
3373 betting model where users see real-time odds and fair
3374 market movements, ensuring honest betting at all times.
3375 </p>
3376
3377 </div>
3378
3379
3380 <div class="reason-item">
3381
3382 <h3>
3383Fast Betting & Instant Settlements</h3>
3384
3385 <p>
3386
3387 Enjoy ultra-fast bet placement, quick result updates,
3388 and smooth settlement processing — even during
3389 high-traffic live cricket matches.
3390 </p>
3391
3392 </div>
3393
3394
3395 <div class="reason-item">
3396
3397 <h3>
3398Cricket-Focused Betting Platform</h3>
3399
3400 <p>
3401
3402 Designed with Indian cricket lovers in mind, the platform
3403 offers deep liquidity for IPL, T20s, ODIs, and international
3404 cricket tournaments.
3405 </p>
3406
3407 </div>
3408
3409 </div>
3410
3411
3412 <!-- CENTER HIGHLIGHT -->
3413
3414 <div class="why-highlight">
3415
3416 <div class="highlight-box">
3417
3418 <h4>
3419What Makes Us Different?</h4>
3420
3421 <ul>
3422
3423 <li>
3424✔ Exchange-based betting system</li>
3425
3426 <li>
3427✔ High liquidity & live markets</li>
3428
3429 <li>
3430✔ Fast Indian payment support</li>
3431
3432 <li>
3433✔ Secure Dubai Exchange ID access</li>
3434
3435 <li>
3436✔ 24/7 customer assistance</li>
3437
3438 </ul>
3439
3440 </div>
3441
3442 </div>
3443
3444
3445 <!-- RIGHT -->
3446
3447 <div class="why-column">
3448
3449 <div class="reason-item">
3450
3451 <h3>
3452Simple Access with Dubai Exchange ID</h3>
3453
3454 <p>
3455
3456 No complicated sign-ups or lengthy verifications.
3457 Get instant access through a secure Dubai Exchange ID
3458 and start betting within minutes.
3459 </p>
3460
3461 </div>
3462
3463
3464 <div class="reason-item">
3465
3466 <h3>
3467Complete Betting & Gaming Options</h3>
3468
3469 <p>
3470
3471 From sports betting to live casino games like Teen Patti
3472 and Andar Bahar, Dubai Exchange 247 provides a complete
3473 entertainment experience under one platform.
3474 </p>
3475
3476 </div>
3477
3478
3479 <div class="reason-item">
3480
3481 <h3>
3482Reliable Support for Indian Users</h3>
3483
3484 <p>
3485
3486 Dedicated WhatsApp support ensures quick assistance,
3487 helping Indian bettors enjoy a smooth and stress-free
3488 betting journey.
3489 </p>
3490
3491 </div>
3492
3493 </div>
3494
3495
3496 </div>
3497
3498
3499 <!-- FOOT NOTE -->
3500
3501 <div class="why-choose-footer">
3502
3503 <p>
3504
3505 ✔ Trusted by Indian Bettors |
3506 ✔ Secure Betting Environment |
3507 ✔ Performance-Driven Platform
3508 </p>
3509
3510 </div>
3511
3512
3513 </div>
3514
3515</section>
3516
3517
3518<style>
3519
3520/* WHY CHOOSE SECTION */
3521.why-choose-section {
3522 background: linear-gradient(180deg, #060b18, #0e1532);
3523 padding: 110px 20px;
3524}
3525
3526.why-choose-container {
3527 max-width: 1250px;
3528 margin: auto;
3529}
3530
3531/* HEADER */
3532.why-choose-header {
3533 text-align: center;
3534 max-width: 850px;
3535 margin: auto;
3536 margin-bottom: 80px;
3537}
3538
3539.choose-badge {
3540 display: inline-block;
3541 background: rgba(245, 197, 66, 0.15);
3542 color: #f5c542;
3543 padding: 8px 22px;
3544 border-radius: 40px;
3545 font-size: 13px;
3546 letter-spacing: 1px;
3547 margin-bottom: 18px;
3548}
3549
3550.why-choose-header h2 {
3551 font-size: 38px;
3552 color: #ffffff;
3553 margin-bottom: 16px;
3554 line-height: 1.3;
3555}
3556
3557.why-choose-header h2 span {
3558 color: #f5c542;
3559}
3560
3561.why-choose-header p {
3562 color: #cfd3ec;
3563 font-size: 17px;
3564 line-height: 1.9;
3565}
3566
3567/* REASONS */
3568.why-choose-reasons {
3569 display: grid;
3570 grid-template-columns: 1fr 0.9fr 1fr;
3571 gap: 40px;
3572 align-items: stretch;
3573}
3574
3575.why-column {
3576 display: flex;
3577 flex-direction: column;
3578 gap: 35px;
3579}
3580
3581.reason-item h3 {
3582 color: #ffffff;
3583 font-size: 20px;
3584 margin-bottom: 10px;
3585}
3586
3587.reason-item p {
3588 color: #cfd3ec;
3589 font-size: 15px;
3590 line-height: 1.9;
3591}
3592
3593/* HIGHLIGHT */
3594.why-highlight {
3595 display: flex;
3596 align-items: center;
3597 justify-content: center;
3598}
3599
3600.highlight-box {
3601 background: linear-gradient(180deg, #141c3d, #0f1530);
3602 padding: 35px 30px;
3603 border-radius: 26px;
3604 box-shadow: 0 30px 60px rgba(0,0,0,0.45);
3605 width: 100%;
3606}
3607
3608.highlight-box h4 {
3609 color: #f5c542;
3610 font-size: 20px;
3611 margin-bottom: 18px;
3612 text-align: center;
3613}
3614
3615.highlight-box ul {
3616 list-style: none;
3617 padding: 0;
3618}
3619
3620.highlight-box ul li {
3621 color: #cfd3ec;
3622 font-size: 15px;
3623 padding-left: 26px;
3624 margin-bottom: 14px;
3625 position: relative;
3626}
3627
3628.highlight-box ul li::before {
3629 content: "✔";
3630 position: absolute;
3631 left: 0;
3632 color: #f5c542;
3633 font-weight: bold;
3634}
3635
3636/* FOOTER */
3637.why-choose-footer {
3638 text-align: center;
3639 margin-top: 70px;
3640}
3641
3642.why-choose-footer p {
3643 color: #f5c542;
3644 font-size: 14px;
3645 font-weight: 600;
3646}
3647
3648/* MOBILE */
3649@media (max-width: 1000px) {
3650 .why-choose-reasons {
3651 grid-template-columns: 1fr;
3652 }
3653
3654 .why-choose-header h2 {
3655 font-size: 26px;
3656 }
3657}
3658</style>
3659
3660 </div>
3661
3662 </div>
3663
3664 </div>
3665
3666 <div class="elementor-element elementor-element-d8ee0b4 e-flex e-con-boxed e-con e-parent" data-id="d8ee0b4" data-element_type="container">
3667
3668 <div class="e-con-inner">
3669
3670 <div class="elementor-element elementor-element-4893994 elementor-widget elementor-widget-html" data-id="4893994" data-element_type="widget" data-widget_type="html.default">
3671
3672 <!-- BONUSES & PROMOTIONS SECTION -->
3673
3674<section class="bonus-section">
3675
3676 <div class="bonus-container">
3677
3678
3679 <!-- HEADER -->
3680
3681 <div class="bonus-header">
3682
3683 <span class="bonus-badge">
3684REWARDS & OFFERS</span>
3685
3686 <h2>
3687
3688 Unmatched <span>
3689Bonuses And Promotions</span>
3690
3691 </h2>
3692
3693 <p>
3694
3695 Dubai Exchange 247 rewards its users with exciting bonuses and
3696 promotional offers designed to enhance the overall betting and
3697 gaming experience. From new user benefits to ongoing rewards,
3698 every promotion is crafted to deliver real value.
3699 </p>
3700
3701 </div>
3702
3703
3704 <!-- BONUS FLOW -->
3705
3706 <div class="bonus-flow">
3707
3708
3709 <div class="bonus-step">
3710
3711 <div class="bonus-icon">
3712🎁</div>
3713
3714 <h3>
3715Welcome Bonuses</h3>
3716
3717 <p>
3718
3719 New users receive attractive welcome bonuses that provide a
3720 strong starting boost. These offers help users explore sports
3721 betting and casino games with extra confidence.
3722 </p>
3723
3724 </div>
3725
3726
3727 <div class="bonus-step">
3728
3729 <div class="bonus-icon">
3730🔥</div>
3731
3732 <h3>
3733Ongoing Promotions</h3>
3734
3735 <p>
3736
3737 Enjoy regular promotions across cricket, sports, and casino
3738 games. Seasonal offers, match-based rewards, and special
3739 betting incentives keep the excitement alive.
3740 </p>
3741
3742 </div>
3743
3744
3745 <div class="bonus-step">
3746
3747 <div class="bonus-icon">
3748💰</div>
3749
3750 <h3>
3751Loyalty Rewards</h3>
3752
3753 <p>
3754
3755 Dubai Exchange 247 values loyal players by offering exclusive
3756 rewards, cashback benefits, and special promotional access
3757 based on consistent activity.
3758 </p>
3759
3760 </div>
3761
3762
3763 <div class="bonus-step">
3764
3765 <div class="bonus-icon">
3766⚡</div>
3767
3768 <h3>
3769Instant Bonus Credit</h3>
3770
3771 <p>
3772
3773 Bonuses are credited quickly, allowing users to participate
3774 in live betting or casino gaming without unnecessary waiting
3775 or complicated redemption steps.
3776 </p>
3777
3778 </div>
3779
3780
3781 </div>
3782
3783
3784 <!-- VALUE STRIP -->
3785
3786 <div class="bonus-footer">
3787
3788 <span>
3789✔ Fair & Transparent Offers</span>
3790
3791 <span>
3792✔ Sports & Casino Bonuses</span>
3793
3794 <span>
3795✔ Real Value Promotions</span>
3796
3797 <span>
3798✔ Regularly Updated Rewards</span>
3799
3800 </div>
3801
3802
3803 </div>
3804
3805</section>
3806
3807
3808<style>
3809
3810/* BONUS SECTION */
3811.bonus-section {
3812 background: radial-gradient(circle at top, #111a3f, #050913);
3813 padding: 120px 20px;
3814}
3815
3816.bonus-container {
3817 max-width: 1200px;
3818 margin: auto;
3819}
3820
3821/* HEADER */
3822.bonus-header {
3823 max-width: 850px;
3824 margin-bottom: 80px;
3825}
3826
3827.bonus-badge {
3828 display: inline-block;
3829 background: rgba(245, 197, 66, 0.15);
3830 color: #f5c542;
3831 padding: 8px 22px;
3832 border-radius: 40px;
3833 font-size: 13px;
3834 letter-spacing: 1px;
3835 margin-bottom: 18px;
3836}
3837
3838.bonus-header h2 {
3839 font-size: 38px;
3840 color: #ffffff;
3841 margin-bottom: 18px;
3842 line-height: 1.3;
3843}
3844
3845.bonus-header h2 span {
3846 color: #f5c542;
3847}
3848
3849.bonus-header p {
3850 color: #cfd3ec;
3851 font-size: 17px;
3852 line-height: 1.9;
3853}
3854
3855/* BONUS FLOW */
3856.bonus-flow {
3857 display: grid;
3858 grid-template-columns: repeat(4, 1fr);
3859 gap: 30px;
3860}
3861
3862/* BONUS STEP */
3863.bonus-step {
3864 background: linear-gradient(180deg, #141c3d, #0f1530);
3865 border-radius: 26px;
3866 padding: 40px 30px;
3867 text-align: center;
3868 box-shadow: 0 30px 60px rgba(0,0,0,0.45);
3869 transition: transform 0.3s ease;
3870}
3871
3872.bonus-step:hover {
3873 transform: translateY(-8px);
3874}
3875
3876.bonus-icon {
3877 font-size: 34px;
3878 width: 70px;
3879 height: 70px;
3880 background: rgba(245, 197, 66, 0.15);
3881 color: #f5c542;
3882 display: flex;
3883 align-items: center;
3884 justify-content: center;
3885 border-radius: 50%;
3886 margin: 0 auto 18px;
3887}
3888
3889.bonus-step h3 {
3890 color: #ffffff;
3891 font-size: 20px;
3892 margin-bottom: 12px;
3893}
3894
3895.bonus-step p {
3896 color: #cfd3ec;
3897 font-size: 15px;
3898 line-height: 1.8;
3899}
3900
3901/* FOOTER STRIP */
3902.bonus-footer {
3903 margin-top: 80px;
3904 display: flex;
3905 flex-wrap: wrap;
3906 gap: 16px;
3907}
3908
3909.bonus-footer span {
3910 background: #0b0f1a;
3911 border: 1px solid rgba(245, 197, 66, 0.3);
3912 color: #f5c542;
3913 padding: 14px 26px;
3914 border-radius: 40px;
3915 font-size: 14px;
3916 font-weight: 600;
3917}
3918
3919/* MOBILE */
3920@media (max-width: 1000px) {
3921 .bonus-flow {
3922 grid-template-columns: 1fr 1fr;
3923 }
3924
3925 .bonus-header h2 {
3926 font-size: 26px;
3927 }
3928}
3929
3930@media (max-width: 600px) {
3931 .bonus-flow {
3932 grid-template-columns: 1fr;
3933 }
3934}
3935</style>
3936
3937 </div>
3938
3939 </div>
3940
3941 </div>
3942
3943 <div class="elementor-element elementor-element-944f505 e-flex e-con-boxed e-con e-parent" data-id="944f505" data-element_type="container">
3944
3945 <div class="e-con-inner">
3946
3947 <div class="elementor-element elementor-element-a97213c elementor-widget elementor-widget-html" data-id="a97213c" data-element_type="widget" data-widget_type="html.default">
3948
3949 <!-- GET STARTED SECTION -->
3950
3951<section class="get-started-section">
3952
3953 <div class="get-started-container">
3954
3955
3956 <!-- HEADER -->
3957
3958 <div class="get-started-header">
3959
3960 <span class="start-badge">
3961GET STARTED EASILY</span>
3962
3963 <h2>
3964
3965 How To Get Started With
3966 <span>
3967Dubaiexch247?</span>
3968
3969 </h2>
3970
3971 <p>
3972
3973 Starting your betting journey with Dubaiexch247 is quick,
3974 secure, and hassle-free. The platform is designed to help
3975 users begin betting without confusion, delays, or complicated
3976 registration processes.
3977 </p>
3978
3979 </div>
3980
3981
3982 <!-- START JOURNEY -->
3983
3984 <div class="start-journey">
3985
3986
3987 <!-- JOURNEY CARD 1 -->
3988
3989 <div class="journey-card">
3990
3991 <div class="journey-step">
3992Step 1</div>
3993
3994 <h3>
3995Create Your Dubaiexch247 ID</h3>
3996
3997 <p>
3998
3999 Contact the official agent to request your Dubaiexch247 ID.
4000 The process is simple and requires minimal details, allowing
4001 fast and secure account activation.
4002 </p>
4003
4004 </div>
4005
4006
4007 <!-- JOURNEY CARD 2 -->
4008
4009 <div class="journey-card">
4010
4011 <div class="journey-step">
4012Step 2</div>
4013
4014 <h3>
4015Login & Explore the Platform</h3>
4016
4017 <p>
4018
4019 Once you receive your ID, log in to the platform and explore
4020 live cricket betting, sports markets, and casino games with
4021 a smooth and user-friendly interface.
4022 </p>
4023
4024 </div>
4025
4026
4027 <!-- JOURNEY CARD 3 -->
4028
4029 <div class="journey-card">
4030
4031 <div class="journey-step">
4032Step 3</div>
4033
4034 <h3>
4035Add Funds Securely</h3>
4036
4037 <p>
4038
4039 Deposit funds using supported Indian payment methods. The
4040 platform ensures quick processing so you can start betting
4041 without unnecessary waiting time.
4042 </p>
4043
4044 </div>
4045
4046
4047 <!-- JOURNEY CARD 4 -->
4048
4049 <div class="journey-card">
4050
4051 <div class="journey-step">
4052Step 4</div>
4053
4054 <h3>
4055Start Betting & Gaming</h3>
4056
4057 <p>
4058
4059 Begin placing bets on live matches, sports events, or casino
4060 games. Enjoy real-time odds, fast execution, and a secure
4061 betting environment.
4062 </p>
4063
4064 </div>
4065
4066
4067 </div>
4068
4069
4070 <!-- CONFIDENCE STRIP -->
4071
4072 <div class="start-confidence">
4073
4074 <span>
4075✔ Beginner-Friendly Platform</span>
4076
4077 <span>
4078✔ Fast ID Creation</span>
4079
4080 <span>
4081✔ Secure Payments</span>
4082
4083 <span>
4084✔ Trusted Betting Experience</span>
4085
4086 </div>
4087
4088
4089 </div>
4090
4091</section>
4092
4093
4094<style>
4095
4096/* GET STARTED SECTION */
4097.get-started-section {
4098 background: linear-gradient(180deg, #050913, #0e1532);
4099 padding: 120px 20px;
4100}
4101
4102.get-started-container {
4103 max-width: 1200px;
4104 margin: auto;
4105}
4106
4107/* HEADER */
4108.get-started-header {
4109 max-width: 850px;
4110 margin-bottom: 90px;
4111}
4112
4113.start-badge {
4114 display: inline-block;
4115 background: rgba(245, 197, 66, 0.15);
4116 color: #f5c542;
4117 padding: 8px 22px;
4118 border-radius: 40px;
4119 font-size: 13px;
4120 letter-spacing: 1px;
4121 margin-bottom: 18px;
4122}
4123
4124.get-started-header h2 {
4125 font-size: 38px;
4126 color: #ffffff;
4127 line-height: 1.3;
4128 margin-bottom: 18px;
4129}
4130
4131.get-started-header h2 span {
4132 color: #f5c542;
4133}
4134
4135.get-started-header p {
4136 color: #cfd3ec;
4137 font-size: 17px;
4138 line-height: 1.9;
4139}
4140
4141/* JOURNEY */
4142.start-journey {
4143 display: grid;
4144 grid-template-columns: repeat(4, 1fr);
4145 gap: 30px;
4146}
4147
4148/* CARD */
4149.journey-card {
4150 background: linear-gradient(180deg, #141c3d, #0f1530);
4151 padding: 40px 30px;
4152 border-radius: 26px;
4153 box-shadow: 0 30px 60px rgba(0,0,0,0.45);
4154 position: relative;
4155}
4156
4157.journey-step {
4158 position: absolute;
4159 top: -16px;
4160 left: 25px;
4161 background: linear-gradient(135deg, #f5c542, #ffe08a);
4162 color: #000;
4163 padding: 6px 14px;
4164 border-radius: 20px;
4165 font-size: 13px;
4166 font-weight: bold;
4167}
4168
4169.journey-card h3 {
4170 color: #ffffff;
4171 font-size: 20px;
4172 margin-bottom: 12px;
4173}
4174
4175.journey-card p {
4176 color: #cfd3ec;
4177 font-size: 15px;
4178 line-height: 1.8;
4179}
4180
4181/* CONFIDENCE STRIP */
4182.start-confidence {
4183 margin-top: 80px;
4184 display: flex;
4185 flex-wrap: wrap;
4186 gap: 16px;
4187}
4188
4189.start-confidence span {
4190 background: #0b0f1a;
4191 border: 1px solid rgba(245, 197, 66, 0.3);
4192 color: #f5c542;
4193 padding: 14px 26px;
4194 border-radius: 40px;
4195 font-size: 14px;
4196 font-weight: 600;
4197}
4198
4199/* MOBILE */
4200@media (max-width: 1000px) {
4201 .start-journey {
4202 grid-template-columns: 1fr 1fr;
4203 }
4204
4205 .get-started-header h2 {
4206 font-size: 26px;
4207 }
4208}
4209
4210@media (max-width: 600px) {
4211 .start-journey {
4212 grid-template-columns: 1fr;
4213 }
4214}
4215</style>
4216
4217 </div>
4218
4219 </div>
4220
4221 </div>
4222
4223 <div class="elementor-element elementor-element-2df01ed e-flex e-con-boxed e-con e-parent" data-id="2df01ed" data-element_type="container">
4224
4225 <div class="e-con-inner">
4226
4227 <div class="elementor-element elementor-element-530add6 elementor-widget elementor-widget-html" data-id="530add6" data-element_type="widget" data-widget_type="html.default">
4228
4229 <!-- SIGNUP SECTION -->
4230
4231<section class="signup-section">
4232
4233 <div class="signup-container">
4234
4235
4236 <!-- LEFT CONTENT -->
4237
4238 <div class="signup-content">
4239
4240 <span class="signup-badge">
4241ACCOUNT REGISTRATION</span>
4242
4243
4244 <h2>
4245
4246 How To Signup With
4247 <span>
4248Dubaiexch247</span>
4249
4250 </h2>
4251
4252
4253 <p>
4254
4255 Signing up with Dubaiexch247 is fast, secure, and designed to
4256 keep things simple for every user. Unlike complicated online
4257 registrations, Dubaiexch247 offers a smooth ID-based signup
4258 process that allows you to start betting without delays.
4259 </p>
4260
4261
4262 <p>
4263
4264 Whether you are new to online betting or an experienced player,
4265 the signup process ensures quick access to live cricket betting,
4266 sports markets, and casino games through your dedicated
4267 Dubaiexch247 ID.
4268 </p>
4269
4270
4271 <div class="signup-highlights">
4272
4273 <span>
4274✔ Quick ID Creation</span>
4275
4276 <span>
4277✔ No Complex Forms</span>
4278
4279 <span>
4280✔ Secure Access</span>
4281
4282 <span>
4283✔ Instant Platform Entry</span>
4284
4285 </div>
4286
4287 </div>
4288
4289
4290 <!-- RIGHT SIGNUP STEPS -->
4291
4292 <div class="signup-steps">
4293
4294
4295 <div class="signup-step-card">
4296
4297 <div class="step-number">
429801</div>
4299
4300 <h3>
4301Contact Official Agent</h3>
4302
4303 <p>
4304
4305 Reach out to the official Dubaiexch247 agent to request your
4306 betting ID. This ensures secure and verified account creation.
4307 </p>
4308
4309 </div>
4310
4311
4312 <div class="signup-step-card">
4313
4314 <div class="step-number">
431502</div>
4316
4317 <h3>
4318Receive Your Login ID</h3>
4319
4320 <p>
4321
4322 Once verified, you will receive your Dubaiexch247 ID along
4323 with login credentials for secure platform access.
4324 </p>
4325
4326 </div>
4327
4328
4329 <div class="signup-step-card">
4330
4331 <div class="step-number">
433203</div>
4333
4334 <h3>
4335Login & Fund Your Account</h3>
4336
4337 <p>
4338
4339 Log in using your ID and add funds through supported Indian
4340 payment methods to activate your betting experience.
4341 </p>
4342
4343 </div>
4344
4345
4346 <div class="signup-step-card">
4347
4348 <div class="step-number">
434904</div>
4350
4351 <h3>
4352Start Betting Instantly</h3>
4353
4354 <p>
4355
4356 Begin betting on live cricket matches, sports events, or
4357 casino games with real-time odds and fast execution.
4358 </p>
4359
4360 </div>
4361
4362
4363 </div>
4364
4365
4366 </div>
4367
4368</section>
4369
4370
4371<style>
4372
4373/* SIGNUP SECTION */
4374.signup-section {
4375 background: linear-gradient(180deg, #0a0f22, #040812);
4376 padding: 120px 20px;
4377}
4378
4379.signup-container {
4380 max-width: 1200px;
4381 margin: auto;
4382 display: grid;
4383 grid-template-columns: 1.1fr 0.9fr;
4384 gap: 70px;
4385 align-items: center;
4386}
4387
4388/* CONTENT */
4389.signup-badge {
4390 display: inline-block;
4391 background: rgba(245, 197, 66, 0.15);
4392 color: #f5c542;
4393 padding: 8px 22px;
4394 border-radius: 40px;
4395 font-size: 13px;
4396 letter-spacing: 1px;
4397 margin-bottom: 18px;
4398}
4399
4400.signup-content h2 {
4401 font-size: 38px;
4402 color: #ffffff;
4403 line-height: 1.3;
4404 margin-bottom: 20px;
4405}
4406
4407.signup-content h2 span {
4408 color: #f5c542;
4409}
4410
4411.signup-content p {
4412 color: #cfd3ec;
4413 font-size: 16px;
4414 line-height: 1.9;
4415 margin-bottom: 18px;
4416}
4417
4418/* HIGHLIGHTS */
4419.signup-highlights {
4420 display: flex;
4421 flex-wrap: wrap;
4422 gap: 14px;
4423 margin-top: 25px;
4424}
4425
4426.signup-highlights span {
4427 background: #0b0f1a;
4428 border: 1px solid rgba(245, 197, 66, 0.3);
4429 color: #f5c542;
4430 padding: 12px 22px;
4431 border-radius: 40px;
4432 font-size: 14px;
4433 font-weight: 600;
4434}
4435
4436/* STEPS */
4437.signup-steps {
4438 display: grid;
4439 gap: 25px;
4440}
4441
4442.signup-step-card {
4443 background: linear-gradient(180deg, #141c3d, #0f1530);
4444 padding: 30px 28px;
4445 border-radius: 24px;
4446 box-shadow: 0 25px 55px rgba(0,0,0,0.45);
4447 position: relative;
4448}
4449
4450.step-number {
4451 position: absolute;
4452 top: -18px;
4453 right: 25px;
4454 background: linear-gradient(135deg, #f5c542, #ffe08a);
4455 color: #000;
4456 font-size: 14px;
4457 font-weight: bold;
4458 padding: 6px 14px;
4459 border-radius: 30px;
4460}
4461
4462.signup-step-card h3 {
4463 color: #ffffff;
4464 font-size: 20px;
4465 margin-bottom: 10px;
4466}
4467
4468.signup-step-card p {
4469 color: #cfd3ec;
4470 font-size: 15px;
4471 line-height: 1.8;
4472}
4473
4474/* MOBILE */
4475@media (max-width: 1000px) {
4476 .signup-container {
4477 grid-template-columns: 1fr;
4478 }
4479
4480 .signup-content h2 {
4481 font-size: 26px;
4482 }
4483}
4484</style>
4485
4486 </div>
4487
4488 </div>
4489
4490 </div>
4491
4492 <div class="elementor-element elementor-element-df6f284 e-flex e-con-boxed e-con e-parent" data-id="df6f284" data-element_type="container">
4493
4494 <div class="e-con-inner">
4495
4496 <div class="elementor-element elementor-element-c804c74 elementor-widget elementor-widget-html" data-id="c804c74" data-element_type="widget" data-widget_type="html.default">
4497
4498 <!-- SIGNUP FORM SECTION -->
4499
4500<section class="signup-form-section">
4501
4502 <div class="signup-form-container">
4503
4504
4505 <!-- LEFT CONTENT -->
4506
4507 <div class="signup-form-info">
4508
4509 <h2>
4510
4511 Create Your
4512 <span>
4513Dubaiexch247 Account</span>
4514
4515 </h2>
4516
4517
4518 <p>
4519
4520 Get started with Dubaiexch247 and enjoy a secure, fast, and
4521 trusted betting experience. Create your betting ID today and
4522 gain access to live cricket betting, sports markets, and casino
4523 games — all from one powerful platform.
4524 </p>
4525
4526
4527 <ul class="signup-benefits">
4528
4529 <li>
4530✔ Quick & Secure Signup</li>
4531
4532 <li>
4533✔ Instant Account Access</li>
4534
4535 <li>
4536✔ Live Cricket & Sports Betting</li>
4537
4538 <li>
4539✔ Trusted & Transparent Platform</li>
4540
4541 </ul>
4542
4543 </div>
4544
4545
4546 <!-- FORM CARD -->
4547
4548 <div class="signup-form-card">
4549
4550 <h3>
4551Signup Now</h3>
4552
4553
4554 <form>
4555
4556 <div class="form-group">
4557
4558 <label>
4559Full Name</label>
4560
4561 <input type="text" placeholder="Enter your full name">
4562
4563 </div>
4564
4565
4566 <div class="form-group">
4567
4568 <label>
4569Mobile Number</label>
4570
4571 <input type="tel" placeholder="Enter your mobile number">
4572
4573 </div>
4574
4575
4576 <div class="form-group">
4577
4578 <label>
4579Email Address</label>
4580
4581 <input type="email" placeholder="Enter your email address">
4582
4583 </div>
4584
4585
4586 <div class="form-group">
4587
4588 <label>
4589Preferred Username</label>
4590
4591 <input type="text" placeholder="Choose a username">
4592
4593 </div>
4594
4595
4596 <!-- CTA BUTTON -->
4597
4598 <a href="https://dubaiexchange-247.com/signup/" class="signup-btn">
4599
4600 Create Account
4601 </a>
4602
4603 </form>
4604
4605
4606 <p class="signup-note">
4607
4608 By signing up, you agree to our terms and responsible betting
4609 guidelines.
4610 </p>
4611
4612 </div>
4613
4614
4615 </div>
4616
4617</section>
4618
4619
4620<style>
4621
4622/* SIGNUP FORM SECTION */
4623.signup-form-section {
4624 background: linear-gradient(180deg, #030712, #0b1430);
4625 padding: 140px 20px;
4626}
4627
4628.signup-form-container {
4629 max-width: 1200px;
4630 margin: auto;
4631 display: grid;
4632 grid-template-columns: 1.1fr 0.9fr;
4633 gap: 70px;
4634 align-items: center;
4635}
4636
4637/* LEFT INFO */
4638.signup-form-info h2 {
4639 font-size: 38px;
4640 color: #ffffff;
4641 line-height: 1.3;
4642 margin-bottom: 20px;
4643}
4644
4645.signup-form-info h2 span {
4646 color: #f5c542;
4647}
4648
4649.signup-form-info p {
4650 font-size: 16.5px;
4651 color: #cfd3ec;
4652 line-height: 1.9;
4653 margin-bottom: 25px;
4654}
4655
4656.signup-benefits {
4657 list-style: none;
4658 padding: 0;
4659}
4660
4661.signup-benefits li {
4662 font-size: 15.5px;
4663 color: #f5c542;
4664 margin-bottom: 12px;
4665}
4666
4667/* FORM CARD */
4668.signup-form-card {
4669 background: linear-gradient(180deg, #141c3d, #0f1530);
4670 border-radius: 28px;
4671 padding: 45px 40px;
4672 box-shadow: 0 35px 70px rgba(0,0,0,0.45);
4673}
4674
4675.signup-form-card h3 {
4676 font-size: 24px;
4677 color: #ffffff;
4678 margin-bottom: 25px;
4679 text-align: center;
4680}
4681
4682/* FORM */
4683.form-group {
4684 margin-bottom: 18px;
4685}
4686
4687.form-group label {
4688 display: block;
4689 font-size: 14px;
4690 color: #cfd3ec;
4691 margin-bottom: 6px;
4692}
4693
4694.form-group input {
4695 width: 100%;
4696 padding: 14px 14px;
4697 border-radius: 10px;
4698 border: 1px solid rgba(245, 197, 66, 0.35);
4699 background: #0b0f1a;
4700 color: #ffffff;
4701 font-size: 14.5px;
4702}
4703
4704.form-group input::placeholder {
4705 color: #8a92b2;
4706}
4707
4708/* BUTTON */
4709.signup-btn {
4710 display: block;
4711 text-align: center;
4712 margin-top: 25px;
4713 padding: 15px;
4714 border-radius: 12px;
4715 background: linear-gradient(135deg, #f5c542, #ffe08a);
4716 color: #000;
4717 font-size: 16px;
4718 font-weight: bold;
4719 text-decoration: none;
4720 transition: transform 0.2s ease, box-shadow 0.2s ease;
4721}
4722
4723.signup-btn:hover {
4724 transform: translateY(-2px);
4725 box-shadow: 0 10px 25px rgba(245,197,66,0.35);
4726}
4727
4728/* NOTE */
4729.signup-note {
4730 margin-top: 18px;
4731 font-size: 13.5px;
4732 color: #cfd3ec;
4733 text-align: center;
4734 line-height: 1.7;
4735}
4736
4737/* MOBILE */
4738@media (max-width: 900px) {
4739 .signup-form-container {
4740 grid-template-columns: 1fr;
4741 }
4742
4743 .signup-form-info h2 {
4744 font-size: 26px;
4745 }
4746}
4747</style>
4748
4749 </div>
4750
4751 </div>
4752
4753 </div>
4754
4755 <div class="elementor-element elementor-element-af00c3c e-flex e-con-boxed e-con e-parent" data-id="af00c3c" data-element_type="container">
4756
4757 <div class="e-con-inner">
4758
4759 <div class="elementor-element elementor-element-09029d7 elementor-widget elementor-widget-html" data-id="09029d7" data-element_type="widget" data-widget_type="html.default">
4760
4761 <!-- LOGIN PROCESS SECTION -->
4762
4763<section class="login-process-section">
4764
4765 <div class="login-process-container">
4766
4767
4768 <!-- HEADER -->
4769
4770 <div class="login-process-header">
4771
4772 <span class="login-badge">
4773SECURE LOGIN</span>
4774
4775 <h2>
4776
4777 Dubaiexch247
4778 <span>
4779Login Process</span>
4780
4781 </h2>
4782
4783 <p>
4784
4785 The Dubaiexch247 login process is designed to provide users with
4786 fast, safe, and hassle-free access to their betting accounts.
4787 With a secure ID-based system, users can log in and start betting
4788 within seconds.
4789 </p>
4790
4791 </div>
4792
4793
4794 <!-- LOGIN GRID -->
4795
4796 <div class="login-grid">
4797
4798
4799 <!-- LOGIN STEP -->
4800
4801 <div class="login-card">
4802
4803 <div class="login-step">
4804Step 1</div>
4805
4806 <h3>
4807Visit the Official Platform</h3>
4808
4809 <p>
4810
4811 Open the official Dubaiexch247 platform using a secure browser
4812 or mobile device to ensure safe access.
4813 </p>
4814
4815 </div>
4816
4817
4818 <!-- LOGIN STEP -->
4819
4820 <div class="login-card">
4821
4822 <div class="login-step">
4823Step 2</div>
4824
4825 <h3>
4826Enter Your Login Credentials</h3>
4827
4828 <p>
4829
4830 Use your registered Dubaiexch247 ID and password provided at
4831 the time of signup to log in securely.
4832 </p>
4833
4834 </div>
4835
4836
4837 <!-- LOGIN STEP -->
4838
4839 <div class="login-card">
4840
4841 <div class="login-step">
4842Step 3</div>
4843
4844 <h3>
4845Verify & Access Account</h3>
4846
4847 <p>
4848
4849 Complete any required verification and gain instant access to
4850 your betting dashboard and active markets.
4851 </p>
4852
4853 </div>
4854
4855
4856 <!-- LOGIN STEP -->
4857
4858 <div class="login-card">
4859
4860 <div class="login-step">
4861Step 4</div>
4862
4863 <h3>
4864Start Betting Instantly</h3>
4865
4866 <p>
4867
4868 Once logged in, place bets on live cricket matches, sports
4869 events, or casino games with real-time odds.
4870 </p>
4871
4872 </div>
4873
4874
4875 </div>
4876
4877
4878 <!-- SECURITY STRIP -->
4879
4880 <div class="login-security">
4881
4882 <span>
4883✔ Secure ID-Based Login</span>
4884
4885 <span>
4886✔ Fast Access</span>
4887
4888 <span>
4889✔ Encrypted Credentials</span>
4890
4891 <span>
4892✔ Safe Betting Environment</span>
4893
4894 </div>
4895
4896
4897 </div>
4898
4899</section>
4900
4901
4902<style>
4903
4904/* LOGIN PROCESS SECTION */
4905.login-process-section {
4906 background: radial-gradient(circle at top, #0f1734, #040812);
4907 padding: 120px 20px;
4908}
4909
4910.login-process-container {
4911 max-width: 1200px;
4912 margin: auto;
4913}
4914
4915/* HEADER */
4916.login-process-header {
4917 max-width: 850px;
4918 margin-bottom: 80px;
4919}
4920
4921.login-badge {
4922 display: inline-block;
4923 background: rgba(245, 197, 66, 0.15);
4924 color: #f5c542;
4925 padding: 8px 22px;
4926 border-radius: 40px;
4927 font-size: 13px;
4928 letter-spacing: 1px;
4929 margin-bottom: 18px;
4930}
4931
4932.login-process-header h2 {
4933 font-size: 38px;
4934 color: #ffffff;
4935 line-height: 1.3;
4936 margin-bottom: 18px;
4937}
4938
4939.login-process-header h2 span {
4940 color: #f5c542;
4941}
4942
4943.login-process-header p {
4944 color: #cfd3ec;
4945 font-size: 17px;
4946 line-height: 1.9;
4947}
4948
4949/* LOGIN GRID */
4950.login-grid {
4951 display: grid;
4952 grid-template-columns: repeat(4, 1fr);
4953 gap: 30px;
4954}
4955
4956/* LOGIN CARD */
4957.login-card {
4958 background: linear-gradient(180deg, #141c3d, #0f1530);
4959 padding: 36px 28px;
4960 border-radius: 26px;
4961 box-shadow: 0 30px 60px rgba(0,0,0,0.45);
4962 position: relative;
4963 transition: transform 0.3s ease;
4964}
4965
4966.login-card:hover {
4967 transform: translateY(-6px);
4968}
4969
4970.login-step {
4971 position: absolute;
4972 top: -16px;
4973 left: 22px;
4974 background: linear-gradient(135deg, #f5c542, #ffe08a);
4975 color: #000;
4976 padding: 6px 14px;
4977 border-radius: 20px;
4978 font-size: 13px;
4979 font-weight: bold;
4980}
4981
4982.login-card h3 {
4983 color: #ffffff;
4984 font-size: 20px;
4985 margin-bottom: 12px;
4986}
4987
4988.login-card p {
4989 color: #cfd3ec;
4990 font-size: 15px;
4991 line-height: 1.8;
4992}
4993
4994/* SECURITY STRIP */
4995.login-security {
4996 margin-top: 80px;
4997 display: flex;
4998 flex-wrap: wrap;
4999 gap: 16px;
5000}
5001
5002.login-security span {
5003 background: #0b0f1a;
5004 border: 1px solid rgba(245, 197, 66, 0.3);
5005 color: #f5c542;
5006 padding: 14px 26px;
5007 border-radius: 40px;
5008 font-size: 14px;
5009 font-weight: 600;
5010}
5011
5012/* MOBILE */
5013@media (max-width: 1000px) {
5014 .login-grid {
5015 grid-template-columns: 1fr 1fr;
5016 }
5017
5018 .login-process-header h2 {
5019 font-size: 26px;
5020 }
5021}
5022
5023@media (max-width: 600px) {
5024 .login-grid {
5025 grid-template-columns: 1fr;
5026 }
5027}
5028</style>
5029
5030 </div>
5031
5032 </div>
5033
5034 </div>
5035
5036 <div class="elementor-element elementor-element-ab1137b e-flex e-con-boxed e-con e-parent" data-id="ab1137b" data-element_type="container">
5037
5038 <div class="e-con-inner">
5039
5040 <div class="elementor-element elementor-element-c4522fc elementor-widget elementor-widget-html" data-id="c4522fc" data-element_type="widget" data-widget_type="html.default">
5041
5042 <!-- DUBAEXCH247 LOGIN FORM (ELEMENTOR FIXED) -->
5043
5044<section class="dx-login-section">
5045
5046 <div class="dx-login-box">
5047
5048
5049 <div class="dx-login-head">
5050
5051 <div class="dx-lock">
5052🔐</div>
5053
5054 <h2>
5055Login to <span>
5056Dubaiexch247</span>
5057</h2>
5058
5059 <p>
5060
5061 Securely access your account to manage bets, view live markets,
5062 and enjoy uninterrupted betting.
5063 </p>
5064
5065 </div>
5066
5067
5068 <form class="dx-login-form" action="https://dubaiexchange-247.com/login/" method="get">
5069
5070
5071 <div class="dx-field">
5072
5073 <label>
5074Dubaiexch247 ID</label>
5075
5076 <input type="text" placeholder="Enter your betting ID" required>
5077
5078 </div>
5079
5080
5081 <div class="dx-field">
5082
5083 <label>
5084Password</label>
5085
5086 <input type="password" placeholder="Enter your password" required>
5087
5088 </div>
5089
5090
5091 <div class="dx-options">
5092
5093 <span>
5094✔ Secure Login</span>
5095
5096 <a href="#">
5097Forgot Password?</a>
5098
5099 </div>
5100
5101
5102 <a href="https://dubaiexchange-247.com/login/" class="dx-login-btn">
5103
5104 Login Securely
5105 </a>
5106
5107
5108 </form>
5109
5110
5111 <div class="dx-footer">
5112
5113 Don’t have an account?
5114 <a href="https://dubaiexchange-247.com/signup/">
5115Create one here</a>
5116
5117 </div>
5118
5119
5120 </div>
5121
5122</section>
5123
5124
5125<style>
5126
5127/* WRAPPER */
5128.dx-login-section {
5129 background: radial-gradient(circle at top, #0f1734, #030712);
5130 padding: 120px 20px;
5131 display: flex;
5132 justify-content: center;
5133}
5134
5135/* LOGIN BOX */
5136.dx-login-box {
5137 width: 100%;
5138 max-width: 460px;
5139 background: linear-gradient(180deg, #141c3d, #0f1530);
5140 border-radius: 26px;
5141 padding: 45px 38px;
5142 box-shadow: 0 35px 70px rgba(0,0,0,0.55);
5143}
5144
5145/* HEADER */
5146.dx-login-head {
5147 text-align: center;
5148 margin-bottom: 32px;
5149}
5150
5151.dx-lock {
5152 font-size: 32px;
5153 margin-bottom: 10px;
5154}
5155
5156.dx-login-head h2 {
5157 font-size: 26px;
5158 color: #ffffff;
5159 margin-bottom: 10px;
5160}
5161
5162.dx-login-head h2 span {
5163 color: #f5c542;
5164}
5165
5166.dx-login-head p {
5167 font-size: 14.5px;
5168 color: #cfd3ec;
5169 line-height: 1.7;
5170}
5171
5172/* FORM */
5173.dx-login-form {
5174 display: flex;
5175 flex-direction: column;
5176 gap: 18px;
5177}
5178
5179.dx-field label {
5180 font-size: 14px;
5181 color: #cfd3ec;
5182 margin-bottom: 6px;
5183 display: block;
5184}
5185
5186.dx-field input {
5187 width: 100%;
5188 padding: 14px 15px;
5189 border-radius: 10px;
5190 border: 1px solid rgba(245,197,66,0.35);
5191 background: #0b0f1a;
5192 color: #ffffff;
5193 font-size: 14.5px;
5194 outline: none;
5195}
5196
5197.dx-field input::placeholder {
5198 color: #8a92b2;
5199}
5200
5201/* OPTIONS */
5202.dx-options {
5203 display: flex;
5204 justify-content: space-between;
5205 font-size: 13.5px;
5206}
5207
5208.dx-options span {
5209 color: #f5c542;
5210}
5211
5212.dx-options a {
5213 color: #cfd3ec;
5214 text-decoration: none;
5215}
5216
5217.dx-options a:hover {
5218 text-decoration: underline;
5219}
5220
5221/* BUTTON */
5222.dx-login-btn {
5223 margin-top: 10px;
5224 padding: 15px;
5225 border-radius: 12px;
5226 background: linear-gradient(135deg, #f5c542, #ffe08a);
5227 color: #000 !important;
5228 font-size: 16px;
5229 font-weight: bold;
5230 text-align: center;
5231 text-decoration: none;
5232 transition: all 0.25s ease;
5233}
5234
5235.dx-login-btn:hover {
5236 transform: translateY(-2px);
5237 box-shadow: 0 10px 25px rgba(245,197,66,0.35);
5238}
5239
5240/* FOOTER */
5241.dx-footer {
5242 margin-top: 24px;
5243 text-align: center;
5244 font-size: 14px;
5245 color: #cfd3ec;
5246}
5247
5248.dx-footer a {
5249 color: #f5c542;
5250 text-decoration: none;
5251 font-weight: 600;
5252}
5253
5254.dx-footer a:hover {
5255 text-decoration: underline;
5256}
5257
5258/* MOBILE */
5259@media (max-width: 480px) {
5260 .dx-login-box {
5261 padding: 35px 25px;
5262 }
5263
5264 .dx-login-head h2 {
5265 font-size: 23px;
5266 }
5267}
5268</style>
5269
5270 </div>
5271
5272 </div>
5273
5274 </div>
5275
5276 <div class="elementor-element elementor-element-4d3fdd1 e-flex e-con-boxed e-con e-parent" data-id="4d3fdd1" data-element_type="container">
5277
5278 <div class="e-con-inner">
5279
5280 <div class="elementor-element elementor-element-33ca401 elementor-widget elementor-widget-html" data-id="33ca401" data-element_type="widget" data-widget_type="html.default">
5281
5282 <!-- PRIVACY & SECURITY SECTION -->
5283
5284<section class="privacy-security-section">
5285
5286 <div class="privacy-security-container">
5287
5288
5289 <!-- TOP SHIELD -->
5290
5291 <div class="security-shield">
5292
5293 <div class="shield-icon">
5294🔒</div>
5295
5296 <h2>
5297
5298 Privacy And Security At
5299 <span>
5300Dubaiexch247</span>
5301
5302 </h2>
5303
5304 <p>
5305
5306 At Dubaiexch247, user privacy and data security are treated as
5307 top priorities. The platform is built with advanced protection
5308 systems to ensure that every user enjoys a safe, confidential,
5309 and trusted betting environment.
5310 </p>
5311
5312 </div>
5313
5314
5315 <!-- SECURITY LAYERS -->
5316
5317 <div class="security-layers">
5318
5319
5320 <div class="security-layer">
5321
5322 <h3>
5323Advanced Data Protection</h3>
5324
5325 <p>
5326
5327 All user information is safeguarded using encrypted systems
5328 that prevent unauthorized access. Personal details, login
5329 credentials, and transaction data remain fully protected at
5330 all times.
5331 </p>
5332
5333 </div>
5334
5335
5336 <div class="security-layer">
5337
5338 <h3>
5339Secure Login & Account Safety</h3>
5340
5341 <p>
5342
5343 Dubaiexch247 uses a secure ID-based login system designed to
5344 protect accounts from misuse. Multiple safety checks ensure
5345 only authorized users can access their accounts.
5346 </p>
5347
5348 </div>
5349
5350
5351 <div class="security-layer">
5352
5353 <h3>
5354Safe Financial Transactions</h3>
5355
5356 <p>
5357
5358 Deposits and withdrawals are processed through verified and
5359 trusted payment methods. Each transaction follows strict
5360 security protocols to ensure complete financial safety.
5361 </p>
5362
5363 </div>
5364
5365
5366 <div class="security-layer">
5367
5368 <h3>
5369Responsible Data Usage</h3>
5370
5371 <p>
5372
5373 User data is never shared without consent. Dubaiexch247 follows
5374 responsible data handling practices to maintain transparency
5375 and trust with its users.
5376 </p>
5377
5378 </div>
5379
5380
5381 </div>
5382
5383
5384 <!-- TRUST BAR -->
5385
5386 <div class="privacy-trust-bar">
5387
5388 <div>
5389✔ Encrypted User Data</div>
5390
5391 <div>
5392✔ Secure Betting Environment</div>
5393
5394 <div>
5395✔ Trusted Payment Protection</div>
5396
5397 <div>
5398✔ Privacy-First Policy</div>
5399
5400 </div>
5401
5402
5403 </div>
5404
5405</section>
5406
5407
5408<style>
5409
5410/* PRIVACY & SECURITY */
5411.privacy-security-section {
5412 background: linear-gradient(180deg, #030712, #0b1430);
5413 padding: 130px 20px;
5414}
5415
5416.privacy-security-container {
5417 max-width: 1150px;
5418 margin: auto;
5419}
5420
5421/* SHIELD HEADER */
5422.security-shield {
5423 max-width: 820px;
5424 margin-bottom: 90px;
5425}
5426
5427.shield-icon {
5428 width: 80px;
5429 height: 80px;
5430 background: linear-gradient(135deg, #f5c542, #ffe08a);
5431 color: #000;
5432 border-radius: 50%;
5433 font-size: 34px;
5434 display: flex;
5435 align-items: center;
5436 justify-content: center;
5437 margin-bottom: 25px;
5438}
5439
5440.security-shield h2 {
5441 font-size: 38px;
5442 color: #ffffff;
5443 margin-bottom: 18px;
5444 line-height: 1.3;
5445}
5446
5447.security-shield h2 span {
5448 color: #f5c542;
5449}
5450
5451.security-shield p {
5452 color: #cfd3ec;
5453 font-size: 17px;
5454 line-height: 1.9;
5455}
5456
5457/* SECURITY LAYERS */
5458.security-layers {
5459 border-left: 2px solid rgba(245, 197, 66, 0.4);
5460 padding-left: 40px;
5461 display: grid;
5462 gap: 45px;
5463}
5464
5465.security-layer h3 {
5466 font-size: 22px;
5467 color: #ffffff;
5468 margin-bottom: 10px;
5469}
5470
5471.security-layer p {
5472 color: #cfd3ec;
5473 font-size: 15.5px;
5474 line-height: 1.9;
5475}
5476
5477/* TRUST BAR */
5478.privacy-trust-bar {
5479 margin-top: 90px;
5480 background: linear-gradient(90deg, #141c3d, #0f1530);
5481 border-radius: 22px;
5482 padding: 30px;
5483 display: grid;
5484 grid-template-columns: repeat(4, 1fr);
5485 gap: 20px;
5486 text-align: center;
5487 box-shadow: 0 25px 50px rgba(0,0,0,0.45);
5488}
5489
5490.privacy-trust-bar div {
5491 color: #f5c542;
5492 font-size: 15px;
5493 font-weight: 600;
5494}
5495
5496/* MOBILE */
5497@media (max-width: 900px) {
5498 .privacy-trust-bar {
5499 grid-template-columns: 1fr 1fr;
5500 }
5501
5502 .security-shield h2 {
5503 font-size: 26px;
5504 }
5505}
5506
5507@media (max-width: 600px) {
5508 .privacy-trust-bar {
5509 grid-template-columns: 1fr;
5510 }
5511
5512 .security-layers {
5513 padding-left: 20px;
5514 }
5515}
5516</style>
5517
5518 </div>
5519
5520 </div>
5521
5522 </div>
5523
5524 <div class="elementor-element elementor-element-f099ed6 e-flex e-con-boxed e-con e-parent" data-id="f099ed6" data-element_type="container">
5525
5526 <div class="e-con-inner">
5527
5528 <div class="elementor-element elementor-element-4de62ec elementor-widget elementor-widget-html" data-id="4de62ec" data-element_type="widget" data-widget_type="html.default">
5529
5530 <!-- RESPONSIBLE BETTING – TRUST PANEL -->
5531
5532<section class="rb-trust-section">
5533
5534 <div class="rb-trust-container">
5535
5536
5537 <!-- TITLE AREA -->
5538
5539 <div class="rb-trust-header">
5540
5541 <h2>
5542
5543 Responsible Betting Practices At
5544 <span>
5545Dubaiexch247</span>
5546
5547 </h2>
5548
5549 <p>
5550
5551 Dubaiexch247 promotes a safe, controlled, and responsible betting
5552 environment. Our goal is to ensure that betting remains enjoyable,
5553 transparent, and well-balanced for every user.
5554 </p>
5555
5556 </div>
5557
5558
5559 <!-- CONTENT PANEL -->
5560
5561 <div class="rb-trust-panel">
5562
5563
5564 <div class="rb-trust-item">
5565
5566 <h3>
5567Entertainment Comes First</h3>
5568
5569 <p>
5570
5571 Betting should always be treated as a form of entertainment.
5572 Users are advised not to view betting as a source of income
5573 or financial stability.
5574 </p>
5575
5576 </div>
5577
5578
5579 <div class="rb-trust-item">
5580
5581 <h3>
5582Bet Within Affordable Limits</h3>
5583
5584 <p>
5585
5586 Players should wager only amounts they can comfortably afford
5587 to lose. Setting personal limits helps maintain long-term
5588 control and balance.
5589 </p>
5590
5591 </div>
5592
5593
5594 <div class="rb-trust-item">
5595
5596 <h3>
5597Stay Informed & Aware</h3>
5598
5599 <p>
5600
5601 Understanding betting rules, odds, and risks is essential for
5602 making responsible decisions and avoiding impulsive behavior.
5603 </p>
5604
5605 </div>
5606
5607
5608 <div class="rb-trust-item">
5609
5610 <h3>
5611Take Breaks When Needed</h3>
5612
5613 <p>
5614
5615 If betting starts to feel stressful or overwhelming, taking a
5616 break is encouraged. Responsible betting includes knowing
5617 when to step away.
5618 </p>
5619
5620 </div>
5621
5622
5623 </div>
5624
5625
5626 <!-- DISCLAIMER NOTE -->
5627
5628 <div class="rb-trust-note">
5629
5630 <p>
5631
5632 Dubaiexch247 supports responsible gaming and encourages users to
5633 prioritize personal well-being. If betting stops being enjoyable,
5634 seeking guidance or taking a pause is strongly recommended.
5635 </p>
5636
5637 </div>
5638
5639
5640 </div>
5641
5642</section>
5643
5644
5645<style>
5646
5647/* RESPONSIBLE BETTING – MATCHED COLORS */
5648.rb-trust-section {
5649 background: linear-gradient(180deg, #030712, #0b1430);
5650 padding: 130px 20px;
5651}
5652
5653.rb-trust-container {
5654 max-width: 1100px;
5655 margin: auto;
5656}
5657
5658/* HEADER */
5659.rb-trust-header {
5660 max-width: 820px;
5661 margin-bottom: 70px;
5662}
5663
5664.rb-trust-header h2 {
5665 font-size: 38px;
5666 color: #ffffff;
5667 line-height: 1.3;
5668 margin-bottom: 16px;
5669}
5670
5671.rb-trust-header h2 span {
5672 color: #f5c542;
5673}
5674
5675.rb-trust-header p {
5676 color: #cfd3ec;
5677 font-size: 17px;
5678 line-height: 1.9;
5679}
5680
5681/* PANEL */
5682.rb-trust-panel {
5683 background: linear-gradient(180deg, #141c3d, #0f1530);
5684 border-radius: 26px;
5685 padding: 55px 50px;
5686 box-shadow: 0 35px 70px rgba(0,0,0,0.45);
5687 display: grid;
5688 gap: 35px;
5689}
5690
5691/* ITEM */
5692.rb-trust-item h3 {
5693 color: #ffffff;
5694 font-size: 22px;
5695 margin-bottom: 8px;
5696}
5697
5698.rb-trust-item p {
5699 color: #cfd3ec;
5700 font-size: 15.5px;
5701 line-height: 1.9;
5702}
5703
5704/* NOTE */
5705.rb-trust-note {
5706 max-width: 900px;
5707 margin: 70px auto 0;
5708 padding-top: 25px;
5709 border-top: 1px solid rgba(245, 197, 66, 0.25);
5710}
5711
5712.rb-trust-note p {
5713 color: #f0e6b8;
5714 font-size: 15.5px;
5715 line-height: 1.8;
5716 text-align: center;
5717}
5718
5719/* MOBILE */
5720@media (max-width: 900px) {
5721 .rb-trust-header h2 {
5722 font-size: 26px;
5723 }
5724
5725 .rb-trust-panel {
5726 padding: 40px 28px;
5727 }
5728}
5729</style>
5730
5731 </div>
5732
5733 </div>
5734
5735 </div>
5736
5737 <div class="elementor-element elementor-element-c30ef10 e-flex e-con-boxed e-con e-parent" data-id="c30ef10" data-element_type="container">
5738
5739 <div class="e-con-inner">
5740
5741 <div class="elementor-element elementor-element-183970c elementor-widget elementor-widget-html" data-id="183970c" data-element_type="widget" data-widget_type="html.default">
5742
5743 <style>
5744
5745/* IMPORT ROSARIO FONT */
5746@import url('https://fonts.googleapis.com/css2?family=Rosario:wght@300;400;500;600;700&display=swap');
5747
5748/* PAYMENT METHODS SECTION */
5749.dream-payment-section {
5750 background: linear-gradient(135deg, #060b1f, #0d1635);
5751 padding: 60px 20px;
5752 border-radius: 20px;
5753 margin: 40px 0;
5754 color: #ffffff;
5755 font-family: 'Rosario', sans-serif;
5756}
5757
5758.dream-payment-header {
5759 text-align: center;
5760 max-width: 800px;
5761 margin: 0 auto 50px;
5762}
5763
5764.dream-payment-header h2 {
5765 font-size: 34px;
5766 font-weight: 700;
5767 color: #f5c542;
5768 margin-bottom: 15px;
5769}
5770
5771.dream-payment-header p {
5772 font-size: 16px;
5773 font-weight: 400;
5774 color: #cfd6ff;
5775 line-height: 1.7;
5776}
5777
5778/* PAYMENT GRID */
5779.payment-grid {
5780 display: grid;
5781 grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
5782 gap: 25px;
5783}
5784
5785/* PAYMENT CARD */
5786.payment-card {
5787 background: linear-gradient(160deg, #101a3d, #0a122a);
5788 border-radius: 16px;
5789 padding: 25px;
5790 position: relative;
5791 overflow: hidden;
5792 border: 1px solid rgba(245,197,66,0.25);
5793 transition: transform 0.3s ease, box-shadow 0.3s ease;
5794}
5795
5796.payment-card::before {
5797 content: "";
5798 position: absolute;
5799 inset: 0;
5800 background: radial-gradient(circle at top right, rgba(245,197,66,0.15), transparent 60%);
5801}
5802
5803.payment-card:hover {
5804 transform: translateY(-6px);
5805 box-shadow: 0 15px 40px rgba(0,0,0,0.6);
5806}
5807
5808.payment-icon {
5809 font-size: 36px;
5810 margin-bottom: 15px;
5811}
5812
5813.payment-title {
5814 font-size: 18px;
5815 font-weight: 600;
5816 color: #f5c542;
5817 margin-bottom: 8px;
5818}
5819
5820.payment-desc {
5821 font-size: 14.5px;
5822 font-weight: 400;
5823 color: #cfd6ff;
5824 line-height: 1.6;
5825}
5826
5827/* FOOTER NOTE */
5828.payment-note {
5829 margin-top: 40px;
5830 background: rgba(0,0,0,0.35);
5831 border-left: 4px solid #f5c542;
5832 padding: 20px 25px;
5833 border-radius: 10px;
5834 font-size: 15px;
5835 font-weight: 400;
5836 color: #e5e8ff;
5837}
5838</style>
5839
5840
5841<section class="dream-payment-section">
5842
5843
5844 <div class="dream-payment-header">
5845
5846 <h2>
5847Payment Methods Available at Dream Exch 247</h2>
5848
5849 <p>
5850
5851 Dream Exch 247 offers fast, secure, and flexible payment solutions
5852 designed for Indian bettors. Enjoy seamless deposits and quick
5853 withdrawals using trusted digital and banking methods.
5854 </p>
5855
5856 </div>
5857
5858
5859 <div class="payment-grid">
5860
5861
5862 <div class="payment-card">
5863
5864 <div class="payment-icon">
5865📲</div>
5866
5867 <div class="payment-title">
5868UPI Payments</div>
5869
5870 <div class="payment-desc">
5871
5872 Instant deposits via Paytm, PhonePe, Google Pay, and all major UPI apps.
5873 </div>
5874
5875 </div>
5876
5877
5878 <div class="payment-card">
5879
5880 <div class="payment-icon">
5881🏦</div>
5882
5883 <div class="payment-title">
5884Bank Transfer</div>
5885
5886 <div class="payment-desc">
5887
5888 Secure NEFT, IMPS, and direct bank transfers for deposits and withdrawals.
5889 </div>
5890
5891 </div>
5892
5893
5894 <div class="payment-card">
5895
5896 <div class="payment-icon">
5897💳</div>
5898
5899 <div class="payment-title">
5900Debit & Credit Cards</div>
5901
5902 <div class="payment-desc">
5903
5904 Fund your account instantly using Visa and MasterCard supported cards.
5905 </div>
5906
5907 </div>
5908
5909
5910 <div class="payment-card">
5911
5912 <div class="payment-icon">
5913👛</div>
5914
5915 <div class="payment-title">
5916Mobile Wallets</div>
5917
5918 <div class="payment-desc">
5919
5920 Fast wallet payments for users who prefer digital convenience.
5921 </div>
5922
5923 </div>
5924
5925
5926 <div class="payment-card">
5927
5928 <div class="payment-icon">
5929₿</div>
5930
5931 <div class="payment-title">
5932Cryptocurrency</div>
5933
5934 <div class="payment-desc">
5935
5936 Advanced crypto options like USDT and Bitcoin for quick global transfers.
5937 </div>
5938
5939 </div>
5940
5941
5942 <div class="payment-card">
5943
5944 <div class="payment-icon">
5945🔐</div>
5946
5947 <div class="payment-title">
5948Secure Gateways</div>
5949
5950 <div class="payment-desc">
5951
5952 Encrypted payment gateways ensure maximum safety for every transaction.
5953 </div>
5954
5955 </div>
5956
5957
5958 </div>
5959
5960
5961 <div class="payment-note">
5962
5963 </div>
5964
5965 </div>
5966
5967 </div>
5968
5969 <div class="elementor-element elementor-element-9e3c455 e-flex e-con-boxed e-con e-parent" data-id="9e3c455" data-element_type="container">
5970
5971 <div class="e-con-inner">
5972
5973 <div class="elementor-element elementor-element-1a90275 elementor-widget elementor-widget-html" data-id="1a90275" data-element_type="widget" data-widget_type="html.default">
5974
5975 <!-- CUSTOMER SUPPORT SECTION -->
5976
5977<section class="dx-support-section">
5978
5979 <div class="dx-support-container">
5980
5981
5982 <!-- HEADER -->
5983
5984 <div class="dx-support-header">
5985
5986 <span class="dx-support-badge">
598724/7 SUPPORT</span>
5988
5989 <h2>
5990Get in Touch with <span>
5991Dubai Exchange 247</span>
5992 Customer Support</h2>
5993
5994 <p>
5995
5996 At Dubai Exchange 247, customer satisfaction is our top priority.
5997 Our dedicated support team is available around the clock to assist
5998 you with account queries, betting issues, deposits, withdrawals,
5999 and technical support — whenever you need help.
6000 </p>
6001
6002 </div>
6003
6004
6005 <!-- SUPPORT GRID -->
6006
6007 <div class="dx-support-grid">
6008
6009
6010 <div class="dx-support-card">
6011
6012 <div class="dx-support-icon">
6013💬</div>
6014
6015 <h3>
6016Live Assistance</h3>
6017
6018 <p>
6019
6020 Get instant help from our support executives for login issues,
6021 betting queries, or platform guidance with fast response times.
6022 </p>
6023
6024 </div>
6025
6026
6027 <div class="dx-support-card">
6028
6029 <div class="dx-support-icon">
6030📱</div>
6031
6032 <h3>
6033WhatsApp Support</h3>
6034
6035 <p>
6036
6037 Connect with Dubai Exchange 247 via WhatsApp for quick resolutions,
6038 account assistance, and real-time updates from our support team.
6039 </p>
6040
6041 </div>
6042
6043
6044 <div class="dx-support-card">
6045
6046 <div class="dx-support-icon">
6047🛡️</div>
6048
6049 <h3>
6050Secure & Confidential</h3>
6051
6052 <p>
6053
6054 All communications with our support team are handled securely and
6055 confidentially to protect your data and account information.
6056 </p>
6057
6058 </div>
6059
6060
6061 </div>
6062
6063
6064 <!-- CTA PANEL -->
6065
6066 <div class="dx-support-cta">
6067
6068 <h3>
6069Need Help? Our Experts Are Ready</h3>
6070
6071 <p>
6072
6073 Whether you are a new user or an experienced bettor, our support
6074 team ensures smooth and hassle-free assistance at every step.
6075 </p>
6076
6077
6078 <div class="dx-support-buttons">
6079
6080 <a href="#" class="dx-btn-outline">
6081Contact Support</a>
6082
6083 <a href="https://dubaiexchange-247.com/signup/" class="dx-btn-solid">
6084
6085 Create Your Account
6086 </a>
6087
6088 </div>
6089
6090 </div>
6091
6092
6093 </div>
6094
6095</section>
6096
6097
6098<style>
6099
6100/* SUPPORT SECTION */
6101.dx-support-section {
6102 background: linear-gradient(180deg, #050b1f, #0b1430);
6103 padding: 140px 20px;
6104}
6105
6106/* CONTAINER */
6107.dx-support-container {
6108 max-width: 1200px;
6109 margin: auto;
6110}
6111
6112/* HEADER */
6113.dx-support-header {
6114 text-align: center;
6115 max-width: 820px;
6116 margin: 0 auto 70px;
6117}
6118
6119.dx-support-badge {
6120 display: inline-block;
6121 background: rgba(245,197,66,0.15);
6122 color: #f5c542;
6123 padding: 7px 18px;
6124 border-radius: 30px;
6125 font-size: 13px;
6126 letter-spacing: 1px;
6127 margin-bottom: 15px;
6128}
6129
6130.dx-support-header h2 {
6131 font-size: 34px;
6132 color: #ffffff;
6133 margin-bottom: 18px;
6134 line-height: 1.4;
6135}
6136
6137.dx-support-header h2 span {
6138 color: #f5c542;
6139}
6140
6141.dx-support-header p {
6142 font-size: 16.5px;
6143 color: #cfd3ec;
6144 line-height: 1.9;
6145}
6146
6147/* GRID */
6148.dx-support-grid {
6149 display: grid;
6150 grid-template-columns: repeat(3, 1fr);
6151 gap: 30px;
6152 margin-bottom: 80px;
6153}
6154
6155.dx-support-card {
6156 background: linear-gradient(180deg, #141c3d, #0f1530);
6157 border-radius: 22px;
6158 padding: 35px 30px;
6159 text-align: center;
6160 box-shadow: 0 30px 60px rgba(0,0,0,0.4);
6161}
6162
6163.dx-support-icon {
6164 font-size: 34px;
6165 margin-bottom: 15px;
6166}
6167
6168.dx-support-card h3 {
6169 font-size: 20px;
6170 color: #ffffff;
6171 margin-bottom: 12px;
6172}
6173
6174.dx-support-card p {
6175 font-size: 15px;
6176 color: #cfd3ec;
6177 line-height: 1.7;
6178}
6179
6180/* CTA */
6181.dx-support-cta {
6182 background: linear-gradient(135deg, #0f1734, #030712);
6183 border-radius: 30px;
6184 padding: 55px 45px;
6185 text-align: center;
6186 box-shadow: 0 40px 80px rgba(0,0,0,0.5);
6187}
6188
6189.dx-support-cta h3 {
6190 font-size: 26px;
6191 color: #ffffff;
6192 margin-bottom: 15px;
6193}
6194
6195.dx-support-cta p {
6196 font-size: 15.5px;
6197 color: #cfd3ec;
6198 line-height: 1.8;
6199 margin-bottom: 30px;
6200}
6201
6202/* BUTTONS */
6203.dx-support-buttons {
6204 display: flex;
6205 justify-content: center;
6206 gap: 20px;
6207 flex-wrap: wrap;
6208}
6209
6210.dx-btn-outline {
6211 padding: 14px 26px;
6212 border-radius: 30px;
6213 border: 1.5px solid #f5c542;
6214 color: #f5c542;
6215 text-decoration: none;
6216 font-weight: 600;
6217}
6218
6219.dx-btn-outline:hover {
6220 background: rgba(245,197,66,0.1);
6221}
6222
6223.dx-btn-solid {
6224 padding: 14px 30px;
6225 border-radius: 30px;
6226 background: linear-gradient(135deg, #f5c542, #ffe08a);
6227 color: #000;
6228 font-weight: bold;
6229 text-decoration: none;
6230}
6231
6232.dx-btn-solid:hover {
6233 box-shadow: 0 10px 25px rgba(245,197,66,0.35);
6234}
6235
6236/* MOBILE */
6237@media (max-width: 900px) {
6238 .dx-support-grid {
6239 grid-template-columns: 1fr;
6240 }
6241
6242 .dx-support-header h2 {
6243 font-size: 26px;
6244 }
6245}
6246</style>
6247
6248 </div>
6249
6250 </div>
6251
6252 </div>
6253
6254 <div class="elementor-element elementor-element-85db0e1 e-flex e-con-boxed e-con e-parent" data-id="85db0e1" data-element_type="container">
6255
6256 <div class="e-con-inner">
6257
6258 <div class="elementor-element elementor-element-67fccad elementor-widget elementor-widget-html" data-id="67fccad" data-element_type="widget" data-widget_type="html.default">
6259
6260 <style>
6261
6262@import url('https://fonts.googleapis.com/css2?family=Rosario:wght@300;400;500;600;700&display=swap');
6263
6264/* FAQ SECTION */
6265.dx-faq-section {
6266 background: linear-gradient(180deg, #030712, #0b1430);
6267 padding: 120px 20px;
6268 font-family: 'Rosario', sans-serif;
6269}
6270
6271/* CONTAINER */
6272.dx-faq-container {
6273 max-width: 1000px;
6274 margin: auto;
6275}
6276
6277/* HEADER */
6278.dx-faq-header {
6279 text-align: center;
6280 margin-bottom: 60px;
6281}
6282
6283.dx-faq-header span {
6284 display: inline-block;
6285 background: rgba(245,197,66,0.15);
6286 color: #f5c542;
6287 padding: 8px 20px;
6288 border-radius: 30px;
6289 font-size: 13px;
6290 letter-spacing: 1px;
6291 margin-bottom: 15px;
6292}
6293
6294.dx-faq-header h2 {
6295 font-size: 36px;
6296 color: #ffffff;
6297 margin-bottom: 15px;
6298}
6299
6300.dx-faq-header p {
6301 font-size: 16px;
6302 color: #cfd6ff;
6303 line-height: 1.8;
6304}
6305
6306/* FAQ ITEM */
6307.dx-faq-item {
6308 background: linear-gradient(160deg, #101a3d, #0a122a);
6309 border-radius: 18px;
6310 margin-bottom: 20px;
6311 overflow: hidden;
6312 border: 1px solid rgba(245,197,66,0.25);
6313 box-shadow: 0 20px 45px rgba(0,0,0,0.45);
6314}
6315
6316/* QUESTION */
6317.dx-faq-question {
6318 padding: 22px 26px;
6319 cursor: pointer;
6320 display: flex;
6321 justify-content: space-between;
6322 align-items: center;
6323}
6324
6325.dx-faq-question h3 {
6326 font-size: 18px;
6327 color: #f5c542;
6328 font-weight: 600;
6329}
6330
6331.dx-faq-toggle {
6332 font-size: 26px;
6333 color: #f5c542;
6334 transition: transform 0.3s ease;
6335}
6336
6337/* ANSWER */
6338.dx-faq-answer {
6339 max-height: 0;
6340 overflow: hidden;
6341 transition: max-height 0.35s ease;
6342}
6343
6344.dx-faq-answer p {
6345 padding: 0 26px 26px;
6346 font-size: 15.5px;
6347 color: #e5e8ff;
6348 line-height: 1.8;
6349}
6350
6351/* ACTIVE */
6352.dx-faq-item.active .dx-faq-answer {
6353 max-height: 400px;
6354}
6355
6356.dx-faq-item.active .dx-faq-toggle {
6357 transform: rotate(45deg);
6358}
6359
6360/* MOBILE */
6361@media (max-width: 768px) {
6362 .dx-faq-header h2 {
6363 font-size: 26px;
6364 }
6365
6366 .dx-faq-question h3 {
6367 font-size: 16px;
6368 }
6369}
6370</style>
6371
6372
6373<section class="dx-faq-section">
6374
6375 <div class="dx-faq-container">
6376
6377
6378 <div class="dx-faq-header">
6379
6380 <span>
6381HELP & SUPPORT</span>
6382
6383 <h2>
6384Frequently Asked Questions</h2>
6385
6386 <p>
6387
6388 Find answers to the most common questions about Dubaiexch247,
6389 including account access, betting, payments, and security.
6390 </p>
6391
6392 </div>
6393
6394
6395 <!-- FAQ ITEM 1 -->
6396
6397 <div class="dx-faq-item">
6398
6399 <div class="dx-faq-question">
6400
6401 <h3>
6402What is Dubaiexch247?</h3>
6403
6404 <div class="dx-faq-toggle">
6405+</div>
6406
6407 </div>
6408
6409 <div class="dx-faq-answer">
6410
6411 <p>
6412
6413 Dubaiexch247 is a trusted online betting and gaming platform offering
6414 live cricket betting, sports wagering, and casino games with fast
6415 deposits and secure withdrawals.
6416 </p>
6417
6418 </div>
6419
6420 </div>
6421
6422
6423 <!-- FAQ ITEM 2 -->
6424
6425 <div class="dx-faq-item">
6426
6427 <div class="dx-faq-question">
6428
6429 <h3>
6430How can I create a Dubaiexch247 account?</h3>
6431
6432 <div class="dx-faq-toggle">
6433+</div>
6434
6435 </div>
6436
6437 <div class="dx-faq-answer">
6438
6439 <p>
6440
6441 You can create your account by visiting the signup page, filling in
6442 your details, and verifying your information. Account activation is
6443 usually quick and hassle-free.
6444 </p>
6445
6446 </div>
6447
6448 </div>
6449
6450
6451 <!-- FAQ ITEM 3 -->
6452
6453 <div class="dx-faq-item">
6454
6455 <div class="dx-faq-question">
6456
6457 <h3>
6458Which payment methods are supported?</h3>
6459
6460 <div class="dx-faq-toggle">
6461+</div>
6462
6463 </div>
6464
6465 <div class="dx-faq-answer">
6466
6467 <p>
6468
6469 Dubaiexch247 supports UPI, bank transfers, mobile wallets, debit and
6470 credit cards, and selected cryptocurrency options for easy
6471 transactions.
6472 </p>
6473
6474 </div>
6475
6476 </div>
6477
6478
6479 <!-- FAQ ITEM 4 -->
6480
6481 <div class="dx-faq-item">
6482
6483 <div class="dx-faq-question">
6484
6485 <h3>
6486Is Dubaiexch247 safe and secure?</h3>
6487
6488 <div class="dx-faq-toggle">
6489+</div>
6490
6491 </div>
6492
6493 <div class="dx-faq-answer">
6494
6495 <p>
6496
6497 Yes. The platform uses advanced security measures, encrypted payment
6498 gateways, and responsible betting policies to ensure a safe gaming
6499 environment.
6500 </p>
6501
6502 </div>
6503
6504 </div>
6505
6506
6507 <!-- FAQ ITEM 5 -->
6508
6509 <div class="dx-faq-item">
6510
6511 <div class="dx-faq-question">
6512
6513 <h3>
6514How fast are withdrawals processed?</h3>
6515
6516 <div class="dx-faq-toggle">
6517+</div>
6518
6519 </div>
6520
6521 <div class="dx-faq-answer">
6522
6523 <p>
6524
6525 Withdrawal requests are processed quickly after verification. In most
6526 cases, payouts are completed within a short time using your selected
6527 payment method.
6528 </p>
6529
6530 </div>
6531
6532 </div>
6533
6534
6535 </div>
6536
6537</section>
6538
6539
6540<script type="rocketlazyloadscript">
6541
6542document.querySelectorAll('.dx-faq-question').forEach(item =>
6543 {
6544 item.addEventListener('click', () =>
6545 {
6546 const parent = item.parentElement;
6547 parent.classList.toggle('active');
6548 });
6549});
6550</script>
6551
6552 </div>
6553
6554 </div>
6555
6556 </div>
6557
6558 <div class="elementor-element elementor-element-b84951a e-flex e-con-boxed e-con e-parent" data-id="b84951a" data-element_type="container">
6559
6560 <div class="e-con-inner">
6561
6562 <div class="elementor-element elementor-element-fa684f0 elementor-widget elementor-widget-html" data-id="fa684f0" data-element_type="widget" data-widget_type="html.default">
6563
6564 <style>
6565
6566@import url('https://fonts.googleapis.com/css2?family=Rosario:wght@400;500;600;700&display=swap');
6567
6568/* KEYWORD SECTION */
6569.dx-keyword-section {
6570 background: linear-gradient(135deg, #050b1f, #0b1430);
6571 padding: 110px 20px;
6572 font-family: 'Rosario', sans-serif;
6573}
6574
6575/* CONTAINER */
6576.dx-keyword-container {
6577 max-width: 1100px;
6578 margin: auto;
6579}
6580
6581/* HEADER */
6582.dx-keyword-header {
6583 text-align: center;
6584 margin-bottom: 55px;
6585}
6586
6587.dx-keyword-header span {
6588 display: inline-block;
6589 background: rgba(245,197,66,0.15);
6590 color: #f5c542;
6591 padding: 8px 22px;
6592 border-radius: 30px;
6593 font-size: 13px;
6594 letter-spacing: 1px;
6595 margin-bottom: 16px;
6596}
6597
6598.dx-keyword-header h2 {
6599 font-size: 34px;
6600 color: #ffffff;
6601 margin-bottom: 15px;
6602}
6603
6604.dx-keyword-header p {
6605 font-size: 16px;
6606 color: #cfd6ff;
6607 line-height: 1.8;
6608}
6609
6610/* KEYWORD GRID */
6611.dx-keyword-grid {
6612 display: grid;
6613 grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
6614 gap: 22px;
6615}
6616
6617/* KEYWORD BOX */
6618.dx-keyword-box {
6619 background: linear-gradient(160deg, #101a3d, #0a122a);
6620 border-radius: 18px;
6621 padding: 22px 20px;
6622 text-align: center;
6623 border: 1px solid rgba(245,197,66,0.3);
6624 box-shadow: 0 20px 45px rgba(0,0,0,0.45);
6625 transition: transform 0.25s ease, box-shadow 0.25s ease;
6626}
6627
6628.dx-keyword-box:hover {
6629 transform: translateY(-5px);
6630 box-shadow: 0 30px 60px rgba(0,0,0,0.55);
6631}
6632
6633.dx-keyword-box h3 {
6634 font-size: 18px;
6635 font-weight: 600;
6636 color: #f5c542;
6637 margin-bottom: 8px;
6638}
6639
6640.dx-keyword-box p {
6641 font-size: 14.5px;
6642 color: #e5e8ff;
6643}
6644
6645/* MOBILE */
6646@media (max-width: 768px) {
6647 .dx-keyword-header h2 {
6648 font-size: 26px;
6649 }
6650}
6651</style>
6652
6653
6654<section class="dx-keyword-section">
6655
6656 <div class="dx-keyword-container">
6657
6658
6659 <div class="dx-keyword-header">
6660
6661 <span>
6662SEO KEYWORDS</span>
6663
6664 <h2>
6665Important Keywords You Should Know</h2>
6666
6667 <p>
6668
6669 Below are the most important and commonly searched keywords related to
6670 Dubaiexch247 and online betting platforms that users often look for.
6671 </p>
6672
6673 </div>
6674
6675
6676 <div class="dx-keyword-grid">
6677
6678
6679 <div class="dx-keyword-box">
6680
6681 <h3>
6682Dubaiexch247</h3>
6683
6684 <p>
6685Main brand keyword</p>
6686
6687 </div>
6688
6689
6690 <div class="dx-keyword-box">
6691
6692 <h3>
6693Dubai Exchange 247</h3>
6694
6695 <p>
6696Popular platform name</p>
6697
6698 </div>
6699
6700
6701 <div class="dx-keyword-box">
6702
6703 <h3>
6704Dubaiexch247 ID</h3>
6705
6706 <p>
6707Betting account keyword</p>
6708
6709 </div>
6710
6711
6712 <div class="dx-keyword-box">
6713
6714 <h3>
6715Dubai Exchange ID</h3>
6716
6717 <p>
6718Login & access keyword</p>
6719
6720 </div>
6721
6722
6723 <div class="dx-keyword-box">
6724
6725 <h3>
6726Online Cricket Betting</h3>
6727
6728 <p>
6729High-search betting term</p>
6730
6731 </div>
6732
6733
6734 <div class="dx-keyword-box">
6735
6736 <h3>
6737Live Cricket Betting</h3>
6738
6739 <p>
6740In-play betting keyword</p>
6741
6742 </div>
6743
6744
6745 <div class="dx-keyword-box">
6746
6747 <h3>
6748Indian Betting Platform</h3>
6749
6750 <p>
6751Geo-targeted keyword</p>
6752
6753 </div>
6754
6755
6756 <div class="dx-keyword-box">
6757
6758 <h3>
6759Sports Betting Exchange</h3>
6760
6761 <p>
6762Exchange-based betting</p>
6763
6764 </div>
6765
6766
6767 <div class="dx-keyword-box">
6768
6769 <h3>
6770Online Casino Games</h3>
6771
6772 <p>
6773Casino traffic keyword</p>
6774
6775 </div>
6776
6777
6778 <div class="dx-keyword-box">
6779
6780 <h3>
6781Fast Withdrawal Betting Site</h3>
6782
6783 <p>
6784Trust-based keyword</p>
6785
6786 </div>
6787
6788
6789 <div class="dx-keyword-box">
6790
6791 <h3>
6792Secure Betting Platform</h3>
6793
6794 <p>
6795Security-focused search</p>
6796
6797 </div>
6798
6799
6800 <div class="dx-keyword-box">
6801
6802 <h3>
6803Cricket Exchange India</h3>
6804
6805 <p>
6806Cricket-specific term</p>
6807
6808 </div>
6809
6810
6811 </div>
6812
6813
6814 </div>
6815
6816</section>
6817
6818 </div>
6819
6820 </div>
6821
6822 </div>
6823
6824 </div>
6825
6826 <footer class="wpdevart-footer-one">
6827
6828
6829
6830 <div class="footer-one-pre">
6831
6832 </div>
6833
6834
6835 <div class="wpdevart-footer-copyright-only-text">
6836
6837 <p>
6838All rights reserved. <a target="_blank" title="WordPress Church Theme" href="https://wordpress.org/themes/church-wda">
6839Church WDA</a>
6840 Powered by WordPress.</p>
6841
6842 </div>
6843
6844
6845</footer>
6846
6847 <div class="wpdevart-search-overlay" id="wpdevartModalContainer">
6848
6849 <div class="wpdevart-search-overlay-layout">
6850
6851 <form method="get" class="search-term" action="https://dubaiexchange-247.com/">
6852
6853 <div class="wpdevart-search-container">
6854
6855 <label>
6856
6857 <input type="search" class="search-term" id="wpdevartfocusonoverlayinputwide"
6858 placeholder="Enter a search term here..."
6859 value="" name="s"
6860 />
6861
6862 <button type="submit" class="search-overlay-submit-button">
6863
6864 <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">
6865
6866 <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"/>
6867
6868 </svg>
6869
6870 </button>
6871
6872 </label>
6873
6874 <button type="button" onClick="wpdevartToggleModal()" class="search-overlay-close-wide-button" id="restoresearchbuttonfocus">
6875
6876 <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">
6877
6878 <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"/>
6879
6880 </svg>
6881
6882 </button>
6883
6884 </div>
6885
6886 </form>
6887
6888 <div tabIndex="0">
6889</div>
6890
6891 </div>
6892
6893 </div>
6894
6895
6896 <div class="wpdevart-search-overlay" id="wpdevartModalContainerSmall">
6897
6898 <div class="wpdevart-search-overlay-layout">
6899
6900 <form method="get" class="search-term" action="https://dubaiexchange-247.com/">
6901
6902 <div class="wpdevart-search-container">
6903
6904 <label>
6905
6906 <input type="search" class="search-term" id="wpdevartfocusonoverlayinputsmall"
6907 placeholder="Search term..."
6908 value="" name="s"
6909 />
6910
6911 <button type="submit" class="search-overlay-submit-button">
6912
6913 <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">
6914
6915 <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"/>
6916
6917 </svg>
6918
6919 </button>
6920
6921 </label>
6922
6923 <button type="button" onClick="wpdevartToggleModalSmall()" class="search-overlay-close-button" id="restoresmallsearchbuttonfocus">
6924
6925 <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">
6926
6927 <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"/>
6928
6929 </svg>
6930
6931 </button>
6932
6933 </div>
6934
6935 </form>
6936
6937 <div tabIndex="0">
6938</div>
6939
6940 </div>
6941
6942 </div>
6943
6944<script type="speculationrules">
6945
6946{"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"}]}
6947</script>
6948
6949 <script type="rocketlazyloadscript">
6950
6951 const lazyloadRunObserver = () =>
6952 {
6953 const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
6954 const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) =>
6955 {
6956 entries.forEach( ( entry ) =>
6957 {
6958 if ( entry.isIntersecting ) {
6959 let lazyloadBackground = entry.target;
6960 if( lazyloadBackground ) {
6961 lazyloadBackground.classList.add( 'e-lazyloaded' );
6962 }
6963 lazyloadBackgroundObserver.unobserve( entry.target );
6964 }
6965 });
6966 }, { rootMargin: '200px 0px 200px 0px' } );
6967 lazyloadBackgrounds.forEach( ( lazyloadBackground ) =>
6968 {
6969 lazyloadBackgroundObserver.observe( lazyloadBackground );
6970 } );
6971 };
6972 const events = [
6973 'DOMContentLoaded',
6974 'elementor/lazyload/observe',
6975 ];
6976 events.forEach( ( event ) =>
6977 {
6978 document.addEventListener( event, lazyloadRunObserver );
6979 } );
6980 </script>
6981
6982 <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
6983
6984/* <![CDATA[ */
6985"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}();
6986//# sourceURL=rocket-browser-checker-js-after
6987/* ]]>
6988 */
6989</script>
6990
6991<script type="text/javascript" id="rocket-preload-links-js-extra">
6992
6993/* <![CDATA[ */
6994var 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"};
6995//# sourceURL=rocket-preload-links-js-extra
6996/* ]]>
6997 */
6998</script>
6999
7000<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
7001
7002/* <![CDATA[ */
7003(function() {
7004"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>
7005i.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();
7006}());
7007
7008//# sourceURL=rocket-preload-links-js-after
7009/* ]]>
7010 */
7011</script>
7012
7013<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>
7014</script>
7015
7016<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>
7017</script>
7018
7019<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>
7020</script>
7021
7022<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>
7023</script>
7024
7025<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>
7026</script>
7027
7028<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="elementor-frontend-js-before">
7029
7030/* <![CDATA[ */
7031var 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}};
7032//# sourceURL=elementor-frontend-js-before
7033/* ]]>
7034 */
7035</script>
7036
7037<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>
7038</script>
7039
7040<script>
7041window.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}
7042if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
7043images=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}
7044if(is_iframe){iframe_count+=1}}});if(image_count>
70450||iframe_count>
70460||rocketlazy_count>
70470){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script>
7048<script data-no-minify="1" async src="https://dubaiexchange-247.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js">
7049</script>
7050<script>
7051function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360">
7052<noscript>
7053<img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360">
7054</noscript>
7055',a='<button class="play" aria-label="play Youtube video">
7056</button>
7057';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>
7058<script>
7059"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>
7060<script>
7061class 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=>
7062{const e=t.getBoundingClientRect();if(e.bottom>
7063=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=>
7064e[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(()=>
7065{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=>
7066{e.forEach(e=>
7067{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>
7068delete 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>
7069<noscript>
7070<link rel="stylesheet" href="https://dubaiexchange-247.com/wp-content/cache/min/1/19e445444b27dbd49765d554a9a69444.css" media="all" data-minify="1" />
7071<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' />
7072<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' />
7073</noscript>
7074</body>
7075
7076</html>
7077
7078
7079
7080
7081
7082
7083
7084<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1767334958 -->