1<!DOCTYPE html>
2<html lang="en-US" prefix="og: https://ogp.me/ns#">
3 <head>
4 <meta charset="UTF-8">
5 <script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){
6 var href=document.location.href;
7 if(!href.match(/[?&]nowprocket/)){
8 if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
9
10 <meta name="viewport" content="width=device-width, initial-scale=1">
11
12<!-- Search Engine Optimization by Rank Math - https://rankmath.com/ -->
13<title>APBook Login - Register at AP Book - Download ApBook App</title><link rel="stylesheet" href="https://apbooklogin.com/wp-content/cache/min/1/267e5df91277564a4c63befb2f89ebb1.css" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" media="all" data-minify="1">
14<meta name="description" content="Join APBook for secure online gaming, instant ID, fast transactions, and live sports betting options. Easy signup, quick login, and 24/7 support.">
15<meta name="robots" content="index, follow, max-snippet:-1, max-video-preview:-1, max-image-preview:large">
16<link rel="canonical" href="https://apbooklogin.com/">
17<meta property="og:locale" content="en_US">
18<meta property="og:type" content="website">
19<meta property="og:title" content="APBook Login - Register at AP Book - Download ApBook App">
20<meta property="og:description" content="Join APBook for secure online gaming, instant ID, fast transactions, and live sports betting options. Easy signup, quick login, and 24/7 support.">
21<meta property="og:url" content="https://apbooklogin.com/">
22<meta property="og:site_name" content="Apbook">
23<meta property="og:updated_time" content="2025-12-29T09:12:08+00:00">
24<meta property="og:image" content="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png">
25<meta property="og:image:secure_url" content="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png">
26<meta property="og:image:width" content="418">
27<meta property="og:image:height" content="389">
28<meta property="og:image:alt" content="apbook">
29<meta property="og:image:type" content="image/png">
30<meta property="article:published_time" content="2025-12-12T10:06:57+00:00">
31<meta property="article:modified_time" content="2025-12-29T09:12:08+00:00">
32<meta name="twitter:card" content="summary_large_image">
33<meta name="twitter:title" content="APBook Login - Register at AP Book - Download ApBook App">
34<meta name="twitter:description" content="Join APBook for secure online gaming, instant ID, fast transactions, and live sports betting options. Easy signup, quick login, and 24/7 support.">
35<meta name="twitter:image" content="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png">
36<meta name="twitter:label1" content="Written by">
37<meta name="twitter:data1" content="apbooklogin_n8e8k2">
38<meta name="twitter:label2" content="Time to read">
39<meta name="twitter:data2" content="12 minutes">
40<script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://apbooklogin.com/#organization","name":"Apbook","url":"https://apbooklogin.com","logo":{"@type":"ImageObject","@id":"https://apbooklogin.com/#logo","url":"https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_-150x150.png","contentUrl":"https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_-150x150.png","caption":"Apbook","inLanguage":"en-US"}},{"@type":"WebSite","@id":"https://apbooklogin.com/#website","url":"https://apbooklogin.com","name":"Apbook","alternateName":"Apbook Login","publisher":{"@id":"https://apbooklogin.com/#organization"},"inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":"https://apbooklogin.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"ImageObject","@id":"https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png","url":"https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png","width":"418","height":"389","caption":"apbook","inLanguage":"en-US"},{"@type":"WebPage","@id":"https://apbooklogin.com/#webpage","url":"https://apbooklogin.com/","name":"APBook Login - Register at AP Book - Download ApBook App","datePublished":"2025-12-12T10:06:57+00:00","dateModified":"2025-12-29T09:12:08+00:00","about":{"@id":"https://apbooklogin.com/#organization"},"isPartOf":{"@id":"https://apbooklogin.com/#website"},"primaryImageOfPage":{"@id":"https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png"},"inLanguage":"en-US"},{"@type":"Person","@id":"https://apbooklogin.com/author/apbooklogin_n8e8k2/","name":"apbooklogin_n8e8k2","url":"https://apbooklogin.com/author/apbooklogin_n8e8k2/","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":"apbooklogin_n8e8k2","inLanguage":"en-US"},"sameAs":["https://www.apbooklogin.com"],"worksFor":{"@id":"https://apbooklogin.com/#organization"}},{"@type":"Article","headline":"APBook Login - Register at AP Book - Download ApBook App","keywords":"APbook","datePublished":"2025-12-12T10:06:57+00:00","dateModified":"2025-12-29T09:12:08+00:00","author":{"@id":"https://apbooklogin.com/author/apbooklogin_n8e8k2/","name":"apbooklogin_n8e8k2"},"publisher":{"@id":"https://apbooklogin.com/#organization"},"description":"Join APBook for secure online gaming, instant ID, fast transactions, and live sports betting options. Easy signup, quick login, and 24/7 support.","name":"APBook Login - Register at AP Book - Download ApBook App","@id":"https://apbooklogin.com/#richSnippet","isPartOf":{"@id":"https://apbooklogin.com/#webpage"},"image":{"@id":"https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://apbooklogin.com/#webpage"}}]}</script>
41<meta name="google-site-verification" content="WBMiYIFye1bbbyX4cFg8VHRyN7pvxGj90d1q0te0dO0">
42<!-- /Rank Math WordPress SEO plugin -->
43
44
45
46<link rel="alternate" type="application/rss+xml" title="Apbook » Feed" href="https://apbooklogin.com/feed/">
47<link rel="alternate" type="application/rss+xml" title="Apbook » Comments Feed" href="https://apbooklogin.com/comments/feed/">
48<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://apbooklogin.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fapbooklogin.com%2F">
49<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://apbooklogin.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fapbooklogin.com%2F&format=xml">
50<style id="wp-img-auto-sizes-contain-inline-css" type="text/css">
51img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
52/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
53</style>
54<style id="wp-emoji-styles-inline-css" type="text/css">
55
56 img.wp-smiley, img.emoji {
57 display: inline !important;
58 border: none !important;
59 box-shadow: none !important;
60 height: 1em !important;
61 width: 1em !important;
62 margin: 0 0.07em !important;
63 vertical-align: -0.1em !important;
64 background: none !important;
65 padding: 0 !important;
66 }
67/*# sourceURL=wp-emoji-styles-inline-css */
68</style>
69<style id="classic-theme-styles-inline-css" type="text/css">
70/*! This file is auto-generated */
71.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}
72/*# sourceURL=/wp-includes/css/classic-themes.min.css */
73</style>
74<style id="global-styles-inline-css" type="text/css">
75:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
76:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
77:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
78:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
79:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
80/*# sourceURL=global-styles-inline-css */
81</style>
82
83
84
85
86
87<style id="wpdevart-custom-style-inline-css" type="text/css">
88 body {font-family: Alegreya, sans-serif;} .wpdevart-top-header-bg-color {background: #070505;} .wpdevart-top-header-gradient-color {background: linear-gradient(to right, #070505, #070505);} .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: #070505; 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: #121212;} .head-mobile-toolbar-gradient {background: linear-gradient(to right, #121212, #121212);} .wpdevartmobilemenubutton.menu-opened:before {background: #fdc58a ;} .wpdevartmobilemenubutton:after {border-top:2px solid #fdc58a ; border-bottom:2px solid #fdc58a ;} .wpdevartmobilemenubutton:before {background: #fdc58a ;} .wpdevartmobilemenubutton.menu-opened:after {background: #fdc58a ;} #wpdevartmobilemenu {background: #070506 ;} #wpdevartmobilemenu ul ul li a, #wpdevartmobilemenu > ul > li > a {color: #ffffff ;} #wpdevartmobilemenu ul li, #wpdevartmobilemenu ul li ul {border-top:1px solid #433e37 ;} #wpdevartmobilemenu ul li:last-of-type {border-bottom:1px solid #433e37 ;} #wpdevartmobilemenu .wpdevart-submenu-button, #wpdevartmobilemenu .wpdevart-submenu-button.submenu-opened {background: #fdc58a ;} #wpdevartmobilemenu .wpdevart-submenu-button:after, #wpdevartmobilemenu .wpdevart-submenu-button.submenu-opened:after, #wpdevartmobilemenu .wpdevart-submenu-button:before {background: #070506 ;} } .site-header__search-trigger, .site-header-font-cursor {stroke: #fdc58a;} .search-trigger, .search-trigger-layout-two {stroke: #fdc58a;} .wpdevart-main-container {background: #070506;}
89.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 ;}
90.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: #020202cc, url(https://www.apbooklogin.com/wp-content/themes/education-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, #020202cc, #020202cc), url(https://www.apbooklogin.com/wp-content/themes/education-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: #fdc58a; 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: #121212;} .wpdevart-action-section-bg-gradient {background: linear-gradient(to right, #121212, #121212);} .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: #070505;} .wpdevart-post-banner__bg-gradient {background: linear-gradient(to right, #070505, #070505);} .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: #070505;} .wpdevart-page-banner__bg-gradient {background: linear-gradient(to right, #070505, #070505);} .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: #070505;} .wpdevart-archive-banner__bg-gradient {background: linear-gradient(to right, #070505, #070505);} .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: #fdc58a;} .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: #070505 ;} .wpdevart-search-banner__bg-gradient {background: linear-gradient(to right, #070505, #070505);} .search-banner__title {color: #f5f5f5 ;text-align: center ;} .wpdevart-not-found-page-content {background: #070506;}
91.wpdevart-container-woo-title {text-align: center !important;} .wpdevart-woo-banner__bg {background: #070505!important;} .wpdevart-woo-banner__bg-gradient {background: linear-gradient(to bottom, #070505, #070505)!important;} .woo-shop-by-category-text a {color: #fdc58a!important; background: linear-gradient(90deg, #d8d8d8, #d8d8d8)!important; background-repeat: no-repeat!important; background-position: 50% 100%!important; background-size: 0 1px!important; transition: 0.5s all!important; text-decoration: none!important;} .woo-shop-by-category-text a:hover {color: #d8d8d8!important; background-size: 100% 1px!important;} .wpdevart-woo-icon {fill: #fdc58a!important;} .custom-cart-count {background: #fdc58a!important; color: #0a0a0a!important;} .wpdevart-woo-account-icon {fill: #fdc58a!important;} .wpdevart-breadcrumbs-woo li, .wpdevart-breadcrumbs-woo li:after {color: #fdc58a!important;} .wpdevart-breadcrumbs-woo li a {color: #fdc58a!important; background: linear-gradient(90deg, #ffffff, #ffffff);} .wpdevart-breadcrumbs-woo li a:hover {color: #ffffff!important;} .wpdevart-woo-container, .wp-block-woocommerce-mini-cart-contents {background: #070506!important;} .wpdevart-woocommerce ul.products li.product {background: #070506!important;} .wpdevart-woo-container:not(.wpdevart-woo-sidebar-container, .wpdevart-breadcrumbs-woo), .wpdevart-woo-container p:not(.wpdevart-woo-sidebar-container p, .wpdevart-breadcrumbs-woo p), .wpdevart-woo-container li:not(.wpdevart-woo-sidebar-container li, .wpdevart-breadcrumbs-woo li) {color: #d5d5d5!important; font-size: 17px!important;} .wpdevart-main-woo-container .woocommerce-Reviews input, .wpdevart-main-woo-container .woocommerce-Reviews textarea {color: #d5d5d5!important;} .wpdevart-woo-container .wp-block-search__input {color: #d5d5d5!important;} .wpdevart-woo-container a:not(.wc-block-cart-item__wrap a, .wc-block-cart-item__image a, .woo-shop-by-category-container a, .wpdevart-breadcrumbs-woo a, .wc-block-grid__product-link, .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li a, .wpdevart-woo-search-bar-container a, .wpdevart-woo-sidebar-container a, .wp-block-button__link, .woocommerce-product-gallery__trigger, .button, .woocommerce-Button, .wc-block-cart__submit-button, p.stars a, .wpdevart-woocommerce nav.woocommerce-pagination ul li, .wpdevart-woocommerce nav.woocommerce-pagination ul li span, .wpdevart-woocommerce nav.woocommerce-pagination ul li a) {color: #fdc58a!important; background: linear-gradient(90deg, #fdc58a, #fdc58a)!important; font-size: 17px!important; background-repeat: no-repeat!important; background-position: 50% 100%!important; text-decoration: none; transition: 0.5s all; background-size: 100% 1px!important;} .wpdevart-woo-container a:hover:not(.wc-block-cart-item__wrap a, .wc-block-cart-item__image a, .woo-shop-by-category-container a, .wpdevart-breadcrumbs-woo a, .wc-block-grid__product-link, .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li a, .wpdevart-woo-search-bar-container a, .wpdevart-woo-sidebar-container a, .wp-block-button__link, .woocommerce-product-gallery__trigger, .button, .woocommerce-Button, .wc-block-cart__submit-button, p.stars a, .wpdevart-woocommerce nav.woocommerce-pagination ul li, .wpdevart-woocommerce nav.woocommerce-pagination ul li span, .wpdevart-woocommerce nav.woocommerce-pagination ul li a) {color: #ffffff!important;background-size: 0 1px!important;} .wc-block-cart-item__wrap a {color: #fdc58a!important; font-size: 17px!important; text-decoration: none; transition: 0.5s all;} .wc-block-cart-item__wrap a:hover {color: #ffffff!important;} .wpdevart-woocommerce a.remove {color: #fdc58a!important; border: 1px solid #fdc58a!important;} .wpdevart-woocommerce a.remove:hover {background: #ffffff!important; border: 1px solid #ffffff!important;} .wpdevart-woo-container h1:not(.wpdevart-woo-sidebar-container h1), .wpdevart-woo-container h2:not(.wpdevart-woo-sidebar-container h2), .wpdevart-woo-container h3:not(.wpdevart-woo-sidebar-container h3), .wpdevart-woo-container h4:not(.wpdevart-woo-sidebar-container h4), .wpdevart-woo-container h5:not(.wpdevart-woo-sidebar-container h5), .wpdevart-woo-container h6:not(.wpdevart-woo-sidebar-container h6) {color: #fdc58a!important;} .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li.active a {color: #fdc58a!important;border-bottom: 3px solid #fdc58a!important;} .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li a {color: #7e7e7e!important;} .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs::before {border-bottom: 1px solid #433e37!important;} @media (max-width: 769px) {.wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs {border-left: 1px solid #433e37!important;}} .wc-block-grid__product-link, h2.wc-block-mini-cart__title {color: #fdc58a!important;} .wpdevart-woocommerce ul.products li.product .onsale, .wpdevart-woocommerce span.onsale {background-color: #2d2d3c!important;color: #fdc58a!important;} .wpdevart-woo-container h1 {font-size: 40px!important;} .wpdevart-shopping-cart {background: #070506!important; border: 1px solid #343434!important;} .wpdevart-shopping-cart, .wpdevart-shopping-cart p, .wpdevart-shopping-cart li, .wpdevart-shopping-cart a:not(.wpdevart-shopping-cart .widget_shopping_cart a.remove, .button, .woocommerce-Button, .wc-block-cart__submit-button, p.stars a, .wpdevart-woocommerce nav.woocommerce-pagination ul li, .wpdevart-woocommerce nav.woocommerce-pagination ul li span, .wpdevart-woocommerce nav.woocommerce-pagination ul li a) {color: #d5d5d5!important;} .wpdevart-shopping-cart .widget_shopping_cart a.remove {color: #fdc58a!important;} .wpdevart-shopping-cart .widget_shopping_cart a.remove:hover {color: #ffffff!important;} .button, .wpdevart-woocommerce button.button, .wpdevart-woocommerce ul.products li.product .button, .wpdevart-woocommerce button.button.alt, .wpdevart-woocommerce #review_form #respond .form-submit input, .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .wc-block-components-button {background: #070506!important; box-shadow: inset 0 0 0 0 #070506!important; color: #fdc58a!important; border: 1px solid #fdc58a!important;} .button:hover, .wpdevart-woocommerce button.button:hover, .wpdevart-woocommerce ul.products li.product .button:hover, .wpdevart-woocommerce button.button.alt:hover, .wpdevart-woocommerce #review_form #respond .form-submit input:hover, .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .wc-block-components-button:hover {color: #ebebeb!important; border: 1px solid #ebebeb!important; box-shadow: inset 400px 0 0 0 #070506!important;} .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {background: #070506!important; color: #fdc58a!important; border: 1px solid #fdc58a!important;} .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {color: #ebebeb!important; border: 1px solid #ebebeb!important; box-shadow: inset 400px 0 0 0 #070506!important;} .wpdevart-homepage-woo-button {background: #fdc58a ; color: #0c0c0c ; border: 1px solid #fdc58a ;} .wpdevart-homepage-woo-button:hover {color: #fdc58a ; border: 1px solid #fdc58a ; box-shadow: inset 400px 0 0 0 #0c0c0c ;} .wpdevart-woocommerce .star-rating span {color: #fdc58a!important;} .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before {color: #fdc58a!important;} p.stars a {color: #fdc58a!important;} .woocommerce-info, .woocommerce-message {border-top-color: #fdc58a!important;} .woocommerce-info::before, .woocommerce-message::before {color: #fdc58a!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li, .wpdevart-woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a:focus {background: #070506!important; color: #c9b29f!important; font-size: 18px!important; } .wpdevart-woocommerce nav.woocommerce-pagination ul li a {color: #fdc58a!important;font-size: 18px!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li span {border: 1px solid #fdc58a!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li span:hover {border: 1px solid #ebebeb!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li a {border: 1px solid #fdc58a!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li a:hover {border: 1px solid #ebebeb!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li a:hover {background: #070506!important; color: #ebebeb!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li span.current:hover {background: #070506!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li span:hover {color: #c9b29f!important;} .wpdevart-woo-sidebar-container-inside {background: #070506!important; box-shadow: 0 0 2px 0 #343434, 0 5px 20px 0 #343434!important;} .wpdevart-woo-sidebar-container h1, .wpdevart-woo-sidebar-container h2, .wpdevart-woo-sidebar-container h3, .wpdevart-woo-sidebar-container h4, .wpdevart-woo-sidebar-container h5, .wpdevart-woo-sidebar-container h6 {color: #fdc58a!important;} .wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale {background: #fdc58a; border: 1px solid #fdc58a ;} .wpdevart-woo-sidebar-container h1, .wpdevart-woo-sidebar-container h2, .wpdevart-woo-sidebar-container h3 {font-size: 26px;} .wpdevart-woo-sidebar-container h4, .wpdevart-woo-sidebar-container h5, .wpdevart-woo-sidebar-container h6 {font-size: 20px;} .wpdevart-woo-sidebar-container, .wpdevart-woo-sidebar-container p, .wpdevart-woo-sidebar-container li {font-size: 16px; color: #d5d5d5;} .wpdevart-woo-sidebar-container .wp-block-search__input {color: #d5d5d5!important;} .wpdevart-woo-sidebar-container a:not(.wp-block-button__link, .button, .wpdevart-woo-sidebar-container .tag-cloud-link) {font-size: 16px; color: #ffffff;} .wp-block-woocommerce-customer-account {color: #ffffff;} .wpdevart-woocommerce .widget_shopping_cart .cart_list li a.remove:not(.wpdevart-shopping-cart .widget_shopping_cart a.remove) {color: #ffffff; border-color: #ffffff;} .wpdevart-woo-sidebar-container a:hover {color: #fdc58a;} .wpdevart-woocommerce .widget_shopping_cart .cart_list li a.remove:hover:not(.wpdevart-shopping-cart .widget_shopping_cart a.remove) {background: #fdc58a; border-color: #fdc58a;color: #ffffff;} .wpdevart-woo-sidebar-container .tag-cloud-link {color: #ffffff!important; border: 1px solid #ffffff!important;} .wpdevart-woo-sidebar-container .tag-cloud-link:hover {color: #fdc58a!important; border: 1px solid #fdc58a!important;} .wpdevart-woo-homepage-products-content {background: #070506;} .wpdevart-home-latest-products-title a {color: #ffffff;} .wpdevart-woo-homepage-products-content, .wpdevart-woo-homepage-products-content p {color: #d5d5d5;} .wc-block-components-notice-banner.is-error {background: #070506!important;border-color: #d5d5d5!important;} .wc-block-components-notice-banner.is-error>svg {background-color: #fdc58a!important;} .wc-block-components-notice-banner, .wp-block-woocommerce-mini-cart-contents, .wp-block-woocommerce-mini-cart-contents p, .wp-block-woocommerce-mini-cart-contents li {color: #d5d5d5!important;}
92
93/*# sourceURL=wpdevart-custom-style-inline-css */
94</style>
95
96<link rel="stylesheet" href="https://apbooklogin.com/wp-content/uploads/elementor/css/post-6.css?ver=1766996548" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type="text/css" media="all">
97<link rel="stylesheet" href="https://apbooklogin.com/wp-content/uploads/elementor/css/post-138.css?ver=1766999534" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type="text/css" media="all">
98<style id="rocket-lazyload-inline-css" type="text/css">
99.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://apbooklogin.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}
100/*# sourceURL=rocket-lazyload-inline-css */
101</style>
102
103
104<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer=""></script>
105<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer=""></script>
106<link rel="https://api.w.org/" href="https://apbooklogin.com/wp-json/"><link rel="alternate" title="JSON" type="application/json" href="https://apbooklogin.com/wp-json/wp/v2/pages/138"><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://apbooklogin.com/xmlrpc.php?rsd">
107<meta name="generator" content="WordPress 6.9">
108<link rel="shortlink" href="https://apbooklogin.com/">
109 <!-- Custom Logo: hide header text -->
110 <style id="custom-logo-css" type="text/css">
111 .site-title, .site-description {
112 position: absolute;
113 clip-path: inset(50%);
114 }
115 </style>
116 <meta name="generator" content="Elementor 3.34.0; features: e_font_icon_svg, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap">
117 <style>
118 .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
119 .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
120 background-image: none !important;
121 }
122 @media screen and (max-height: 1024px) {
123 .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
124 .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
125 background-image: none !important;
126 }
127 }
128 @media screen and (max-height: 640px) {
129 .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
130 .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
131 background-image: none !important;
132 }
133 }
134 </style>
135 <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><script type="rocketlazyloadscript">
136/*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */
137(function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}}
138var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1}
139return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia}
140if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)}
141setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return}
142var 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)})}}
143if(typeof exports!=="undefined"){exports.loadCSS=loadCSS}
144else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this))
145</script> </head>
146 <body class="home wp-singular page-template page-template-elementor_header_footer page page-id-138 wp-custom-logo wp-embed-responsive wp-theme-education-wda elementor-default elementor-template-full-width elementor-kit-6 elementor-page elementor-page-138">
147 <a class="skip-link screen-reader-text" href="#content_navigator">
148 Skip to content </a>
149 <header role="banner" class="wpdevart-main-header-bg-gradient wpdevart-main-header-border">
150
151 <div class="wpdevart-header-container">
152 <div class="wpdevart-main-header-section">
153 <div class="wpdevart-logo-area">
154 <div class="wpdevart-main-header-section-mobile-logo">
155 <h1 class="mobile-image-logo-resizing wpdevart-header-logo-spaces"><a href="https://apbooklogin.com"><span class="custom-logo-link"><img fetchpriority="high" width="418" height="389" src="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png" class="custom-logo entered lazyloaded" alt="" decoding="async" data-lazy-srcset="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png 418w, https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_-300x279.png 300w" data-lazy-sizes="(max-width: 418px) 100vw, 418px" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png" data-ll-status="loaded" sizes="(max-width: 418px) 100vw, 418px" srcset="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png 418w, https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_-300x279.png 300w"><noscript><img fetchpriority="high" width="418" height="389" src="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png" class="custom-logo" alt="" decoding="async" srcset="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png 418w, https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_-300x279.png 300w" sizes="(max-width: 418px) 100vw, 418px" /></noscript></span></a></h1>
156 </div>
157 </div>
158 <div class="header-action-button-mobile-area">
159 <a href="#"><div class="wpdevart_education_wda_hover_button_small wpdevart-header-action-button wpdevart_education_wda_primary_button_slide primary_btn_slide_right">Get Apbook ID</div></a>
160 </div>
161 <div class="wpdevart-menu-and-buttons-area">
162 <div class="wpdevart-menu-and-buttons-container">
163 <div role="navigation" class="nav-container-layout-one">
164 <div class="wpdevart-search-button-icon-mobile">
165 <button onclick="wpdevartToggleModalSmall()" type="button" id="wpdevartsmallsearchbutton" class="site-header__search-trigger search-menu-buttons">
166 <svg class="site-header__search-trigger site-header-font-cursor" viewBox="0 0 25 18" fill="none" xmlns="http://www.w3.org/2000/svg">
167 <path d="M7.61667 13.9833C11.1329 13.9833 13.9833 11.1329 13.9833 7.61667C13.9833 4.10045 11.1329 1.25 7.61667 1.25C4.10045 1.25 1.25 4.10045 1.25 7.61667C1.25 11.1329 4.10045 13.9833 7.61667 13.9833Z" class="site-header__search-trigger" stroke-width="1.5" stroke-miterlimit="10"></path>
168 <path d="M18.75 18.75L11.9917 11.9917" class="site-header__search-trigger" stroke-width="1.5" stroke-miterlimit="10"></path>
169 </svg>
170 </button>
171 </div>
172 <nav class="navbar-wpdevart" id="wpdevartmobilemenu">
173 <div id="head-mobile" class="head-mobile-toolbar-gradient"></div>
174 <button onclick="wpdevartMenuToggleModal()" id="wpdevartOpenMenuButton" class="wpdevartmobilemenubutton wpdevart-mobile-icon-button"></button>
175 <ul id="menu-menu-1" class="menu"><li id="menu-item-119" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-119"><a class="wpdevart-menu-items-color" href="https://apbooklogin.com/apbook/">Apbook</a></li>
176<li id="menu-item-120" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-120"><a class="wpdevart-menu-items-color" href="https://apbooklogin.com/about-us/">About Us</a></li>
177<li id="menu-item-121" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-121"><a class="wpdevart-menu-items-color" href="https://apbooklogin.com/apbook-app/" data-toggle="dropdown">APBook App </a><button class="wpdevart-menu-button-icon wpdevart-hide-on-mobile"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="15" x="0px" y="0px" viewBox="0 -5 22 28" enable-background="new 0 -5 22 28"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"></path></svg></button><ul class="dropdown-menu depth_0">
178 <li id="menu-item-123" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-123"><a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/how-to-login/">How to Login</a></li>
179 <li id="menu-item-124" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124"><a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/how-to-play/">How to Play</a></li>
180 <li id="menu-item-125" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-125"><a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/how-to-register/">How to Register</a></li>
181</ul>
182</li>
183<li id="menu-item-126" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-126"><a class="wpdevart-menu-items-color" href="https://apbooklogin.com/privacy-policy/" data-toggle="dropdown">Privacy Policy </a><button class="wpdevart-menu-button-icon wpdevart-hide-on-mobile"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="15" x="0px" y="0px" viewBox="0 -5 22 28" enable-background="new 0 -5 22 28"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"></path></svg></button><ul class="dropdown-menu depth_0">
184 <li id="menu-item-127" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127"><a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/responsible-gaming/">Responsible Gaming</a></li>
185 <li id="menu-item-128" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-128"><a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/rules-and-user-guidelines/">Rules and User Guidelines</a></li>
186 <li id="menu-item-129" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-129"><a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/terms-and-conditions/">Terms and Conditions</a></li>
187</ul>
188</li>
189<li id="menu-item-122" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-122"><a class="wpdevart-menu-items-color" href="https://apbooklogin.com/contact-us/">Contact Us</a></li>
190</ul> </nav>
191 </div>
192 <div class="wpdevart-search-button-icon">
193 <button onclick="wpdevartToggleModal()" type="button" id="wpdevartwidesearchbutton" class="search-trigger search-menu-buttons">
194 <svg class="search-trigger" viewBox="0 0 25 18" fill="none" xmlns="http://www.w3.org/2000/svg">
195 <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" stroke-width="1.5" stroke-miterlimit="10"></path>
196 <path d="M18.75 18.75L11.9917 11.9917" class="search-trigger" stroke-width="1.5" stroke-miterlimit="10"></path>
197 </svg>
198 </button>
199 </div>
200 <div class="header-action-button-area">
201 <a href="#"><div class="wpdevart_education_wda_hover_button_small wpdevart-header-action-button wpdevart_education_wda_primary_button_slide primary_btn_slide_right">Get Apbook ID</div></a>
202 </div>
203 </div>
204 </div>
205 </div>
206</div></header> <div data-elementor-type="wp-page" data-elementor-id="138" class="elementor elementor-138">
207 <div class="elementor-element elementor-element-21bb5df e-flex e-con-boxed e-con e-parent" data-id="21bb5df" data-element_type="container">
208 <div class="e-con-inner">
209 <div class="elementor-element elementor-element-9f41b26 elementor-widget elementor-widget-html" data-id="9f41b26" data-element_type="widget" data-widget_type="html.default">
210 <section class="apbook-hero">
211 <div class="hero-slider">
212
213 <!-- SINGLE SLIDE -->
214 <div data-bg="https://apbooklogin.com/wp-content/uploads/2025/12/apbook-app.jpg" class="hero-slide active rocket-lazyload entered lazyloaded" style="background-image: url("https://apbooklogin.com/wp-content/uploads/2025/12/apbook-app.jpg");" data-ll-status="loaded">
215
216 <div class="hero-overlay"></div>
217
218 <div class="hero-content">
219 <div class="hero-inner">
220 <h1>
221 APBook Login – <span>Get Instant Betting ID</span><br>
222 on APBook
223 </h1>
224
225 <p class="hero-sub">
226 Login to <strong>APBook</strong> using your verified <strong>APBook ID</strong> and access live sports betting,
227 casino games, and fast online wagering. New users can register instantly and start playing within minutes using
228 the <strong>APBook betting app</strong>.
229 </p>
230
231 <div class="hero-cta">
232 <a href="https://apbooklogin.com/how-to-login/" class="hero-btn hero-btn-primary">Login to APBook</a>
233 <a href="https://apbooklogin.com/get-id/" class="hero-btn hero-btn-secondary">Get APBook ID Now</a>
234 </div>
235
236 <div class="hero-keywords" aria-hidden="true">
237 apbook · apbook login · apbook id · ap book betting app · ap book login
238 </div>
239 </div>
240 </div>
241
242 </div>
243 </div>
244</section>
245
246<style>
247/* ----------------------------------------- */
248/* FIX: REMOVE THEME/PLUGIN OVERRIDES */
249/* ----------------------------------------- */
250.apbook-hero,
251.hero-slider,
252.hero-slide {
253 all: unset;
254 display: block;
255 position: relative;
256 width: 100%;
257}
258
259/* ----------------------------------------- */
260/* MAIN WRAPPER */
261/* ----------------------------------------- */
262.apbook-hero{
263 width:100%;
264 height:85vh;
265 overflow:hidden;
266 position:relative;
267}
268
269/* ----------------------------------------- */
270/* SLIDER */
271/* ----------------------------------------- */
272.hero-slider{
273 width:100%;
274 height:100%;
275 position:relative;
276}
277
278/* ----------------------------------------- */
279/* SINGLE SLIDE */
280/* ----------------------------------------- */
281.hero-slide{
282 position:absolute;
283 inset:0;
284 width:100%;
285 height:100%;
286 background-size:cover;
287 background-position:center;
288 background-repeat:no-repeat;
289 z-index:1;
290}
291
292/* ----------------------------------------- */
293/* DARK OVERLAY */
294/* ----------------------------------------- */
295.hero-overlay{
296 position:absolute;
297 inset:0;
298 background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.35));
299 z-index:2;
300}
301
302/* ----------------------------------------- */
303/* CONTENT */
304/* ----------------------------------------- */
305.hero-content{
306 position:relative;
307 z-index:3;
308 max-width:1200px;
309 margin:auto;
310 height:100%;
311 display:flex;
312 flex-direction:column;
313 justify-content:center;
314 padding:0 20px;
315}
316
317.hero-inner{
318 max-width:720px;
319}
320
321.hero-content h1{
322 font-size:64px;
323 color:#fff;
324 line-height:1.05;
325 font-weight:900;
326 margin:0 0 14px;
327 letter-spacing:-0.5px;
328}
329
330.hero-content h1 span{
331 color:#f5c542;
332}
333
334.hero-sub{
335 color:rgba(255,255,255,.88);
336 font-size:16px;
337 line-height:1.7;
338 margin:0 0 22px;
339}
340
341.hero-sub strong{
342 color:#fff;
343 font-weight:800;
344}
345
346/* ----------------------------------------- */
347/* CTA ROW */
348/* ----------------------------------------- */
349.hero-cta{
350 display:flex;
351 gap:14px;
352 flex-wrap:wrap;
353 align-items:center;
354}
355
356/* BASE BUTTON */
357.hero-btn{
358 display:inline-block;
359 padding:15px 26px;
360 border-radius:14px;
361 font-weight:900;
362 text-decoration:none;
363 transition:0.25s ease;
364 letter-spacing:0.2px;
365}
366
367/* PRIMARY */
368.hero-btn-primary{
369 background:#f5c542;
370 color:#000;
371}
372.hero-btn-primary:hover{
373 transform:translateY(-2px);
374 box-shadow:0 14px 34px rgba(245,197,66,0.45);
375}
376
377/* SECONDARY */
378.hero-btn-secondary{
379 background:rgba(255,255,255,0.10);
380 color:#fff;
381 border:1px solid rgba(255,255,255,0.22);
382
backdrop-filter: blur(6px);
383}
384.hero-btn-secondary:hover{
385 transform:translateY(-2px);
386 box-shadow:0 14px 34px rgba(0,0,0,0.35);
387 border-color:rgba(255,255,255,0.35);
388}
389
390/* ----------------------------------------- */
391/* KEYWORDS (SEO SAFE + LOW VISIBILITY) */
392/* ----------------------------------------- */
393.hero-keywords{
394 margin-top:14px;
395 font-size:12px;
396 color:rgba(255,255,255,0.55);
397 letter-spacing:0.02em;
398}
399
400/* ----------------------------------------- */
401/* RESPONSIVE */
402/* ----------------------------------------- */
403@media(max-width:768px){
404 .apbook-hero{ height:70vh; }
405
406 .hero-content h1{ font-size:38px; }
407
408 .hero-sub{ font-size:14px; }
409
410 .hero-btn{ width:auto; padding:14px 20px; border-radius:12px; }
411}
412</style>
413 </div>
414 </div>
415 </div>
416 <div class="elementor-element elementor-element-09f2351 e-flex e-con-boxed e-con e-parent" data-id="09f2351" data-element_type="container">
417 <div class="e-con-inner">
418 <div class="elementor-element elementor-element-882ee82 elementor-widget elementor-widget-html" data-id="882ee82" data-element_type="widget" data-widget_type="html.default">
419 <section class="ap-auth" id="apbook-login-register">
420 <div class="ap-auth-inner">
421
422 <header class="ap-auth-head">
423 <h2>APBook Login & Registration</h2>
424 <p>
425 Use your verified <strong>APBook ID</strong> to log in securely, or create an account in minutes.
426 Get quick access to the <strong>APBook betting app</strong> experience from one dashboard.
427 </p>
428 </header>
429
430 <div class="ap-auth-grid">
431
432 <!-- LOGIN CARD -->
433 <article class="ap-card ap-login" aria-label="APBook Login">
434 <div class="ap-card-top">
435 <div class="ap-badge">Login</div>
436 <h3>Login to APBook</h3>
437 <p class="ap-muted">Enter your APBook login details to access your account instantly.</p>
438 </div>
439
440 <form class="ap-form" action="#" method="post">
441 <label class="ap-label" for="ap_userid">User ID</label>
442 <input id="ap_userid" class="ap-input" type="text" name="ap_userid" placeholder="Enter your User ID" autocomplete="username">
443
444 <label class="ap-label" for="ap_password">Password</label>
445 <div class="ap-pass">
446 <input id="ap_password" class="ap-input" type="password" name="ap_password" placeholder="Enter your Password" autocomplete="current-password">
447 <button class="ap-eye" type="button" aria-label="Show password" onclick="apTogglePass('ap_password', this)">👁</button>
448 </div>
449
450 <div class="ap-row">
451 <label class="ap-check">
452 <input type="checkbox">
453 <span>Keep me logged in</span>
454 </label>
455 <a class="ap-link" href="https://apbooklogin.com/forgot-password/">Forgot password?</a>
456 </div>
457
458 <div class="ap-actions">
459 <a class="ap-btn ap-btn-primary" href="https://apbooklogin.com/how-to-login/">Login to APBook</a>
460 <a class="ap-btn ap-btn-ghost" href="https://apbooklogin.com/get-id/">Get APBook ID Now</a>
461 </div>
462
463 <div class="ap-note">
464 <strong>OTP:</strong> If verification is required, you’ll receive an OTP on your registered mobile number.
465 </div>
466 </form>
467 </article>
468
469 <!-- REGISTER CARD -->
470 <article class="ap-card ap-register" aria-label="APBook Registration">
471 <div class="ap-card-top">
472 <div class="ap-badge ap-badge-alt">Register</div>
473 <h3>Create Your APBook ID</h3>
474 <p class="ap-muted">New here? Register quickly with mobile OTP or get a ready-made ID on WhatsApp.</p>
475 </div>
476
477 <div class="ap-whatsapp">
478 <div class="ap-wa-left">
479 <div class="ap-wa-title">Get Instant ID on WhatsApp</div>
480 <div class="ap-wa-sub">Fast assistance for registration, login help, and basic support.</div>
481 </div>
482 <a class="ap-btn ap-btn-wa" href="#" rel="nofollow">WhatsApp Now</a>
483 </div>
484
485 <div class="ap-divider"><span>OR</span></div>
486
487 <form class="ap-form" action="#" method="post">
488 <label class="ap-label" for="ap_phone">Mobile Number</label>
489 <div class="ap-phone">
490 <span class="ap-code">+91</span>
491 <input id="ap_phone" class="ap-input" type="tel" name="ap_phone" placeholder="Enter mobile number" autocomplete="tel">
492 <a class="ap-btn ap-btn-mini" href="#" rel="nofollow">Get OTP</a>
493 </div>
494
495 <label class="ap-label" for="ap_otp">OTP</label>
496 <input id="ap_otp" class="ap-input" type="text" name="ap_otp" placeholder="Enter OTP" inputmode="numeric">
497
498 <label class="ap-label" for="ap_newpass">Create Password</label>
499 <div class="ap-pass">
500 <input id="ap_newpass" class="ap-input" type="password" name="ap_newpass" placeholder="Create a strong password" autocomplete="new-password">
501 <button class="ap-eye" type="button" aria-label="Show password" onclick="apTogglePass('ap_newpass', this)">👁</button>
502 </div>
503
504 <div class="ap-actions">
505 <a class="ap-btn ap-btn-secondary" href="https://apbooklogin.com/register/">Register & Get ID</a>
506 <a class="ap-btn ap-btn-ghost" href="https://apbooklogin.com/how-to-login/">Already have ID? Login</a>
507 </div>
508
509 <div class="ap-note">
510 By continuing, you confirm you are <strong>18+</strong> and will follow local laws & responsible play guidelines.
511 </div>
512 </form>
513 </article>
514
515 </div>
516 </div>
517</section>
518
519<style>
520/* ===== APBook Auth Section (Premium) ===== */
521.ap-auth,
522.ap-auth *{box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
523.ap-auth{padding:56px 18px;background:linear-gradient(180deg,#070b12,#0b1220)}
524.ap-auth-inner{max-width:1200px;margin:0 auto}
525.ap-auth-head{text-align:center;margin-bottom:22px}
526.ap-auth-head h2{color:#fff;font-size:30px;letter-spacing:-0.4px;margin:0 0 10px;font-weight:900}
527.ap-auth-head p{max-width:820px;margin:0 auto;color:rgba(255,255,255,.80);line-height:1.7;font-size:15px}
528.ap-auth-head strong{color:#fff}
529
530.ap-auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}
531
532/* Card */
533.ap-card{
534 background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
535 border:1px solid rgba(255,255,255,.10);
536 border-radius:18px;
537 padding:22px;
538 box-shadow:0 18px 44px rgba(0,0,0,.45);
539 position:relative;
540 overflow:hidden;
541}
542.ap-card:before{
543 content:"";
544 position:absolute;inset:-2px;
545 background:radial-gradient(circle at 20% 0%,rgba(245,197,66,.18),transparent 55%),
546 radial-gradient(circle at 90% 20%,rgba(80,160,255,.14),transparent 55%);
547 pointer-events:none;
548}
549.ap-card > *{position:relative;z-index:1}
550
551.ap-card-top{margin-bottom:16px}
552.ap-badge{
553 display:inline-block;
554 padding:6px 10px;
555 border-radius:999px;
556 font-size:12px;
557 font-weight:900;
558 letter-spacing:.08em;
559 text-transform:uppercase;
560 color:#000;
561 background:#f5c542;
562 margin-bottom:10px;
563}
564.ap-badge-alt{background:#34c759;color:#06200f}
565.ap-card h3{color:#fff;font-size:20px;margin:0 0 6px;font-weight:900;letter-spacing:-0.2px}
566.ap-muted{color:rgba(255,255,255,.72);margin:0;font-size:14px;line-height:1.6}
567
568/* Form */
569.ap-form{margin-top:12px}
570.ap-label{display:block;color:rgba(255,255,255,.80);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin:12px 0 6px}
571.ap-input{
572 width:100%;
573 padding:13px 14px;
574 border-radius:12px;
575 border:1px solid rgba(255,255,255,.14);
576 background:rgba(0,0,0,.25);
577 color:#fff;
578 outline:none;
579 transition:.2s ease;
580}
581.ap-input::placeholder{color:rgba(255,255,255,.45)}
582.ap-input:focus{border-color:rgba(245,197,66,.55);box-shadow:0 0 0 4px rgba(245,197,66,.12)}
583
584.ap-pass{position:relative}
585.ap-eye{
586 position:absolute;right:10px;top:50%;transform:translateY(-50%);
587 border:none;background:rgba(255,255,255,.10);
588 color:#fff;border-radius:10px;padding:7px 9px;cursor:pointer;
589}
590.ap-eye:hover{background:rgba(255,255,255,.16)}
591
592.ap-row{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:10px}
593.ap-check{display:flex;gap:8px;align-items:center;color:rgba(255,255,255,.78);font-size:13px}
594.ap-check input{transform:translateY(1px)}
595.ap-link{color:#f5c542;text-decoration:none;font-weight:800;font-size:13px}
596.ap-link:hover{text-decoration:underline}
597
598/* Buttons */
599.ap-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
600.ap-btn{
601 display:inline-block;
602 padding:12px 16px;
603 border-radius:12px;
604 font-weight:900;
605 text-decoration:none;
606 letter-spacing:.02em;
607 transition:.25s ease;
608 text-align:center;
609}
610.ap-btn-primary{background:#f5c542;color:#000}
611.ap-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(245,197,66,.35)}
612.ap-btn-secondary{background:#34c759;color:#051b0c}
613.ap-btn-secondary:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(52,199,89,.25)}
614.ap-btn-ghost{
615 background:rgba(255,255,255,.10);
616 color:#fff;
617 border:1px solid rgba(255,255,255,.14);
618}
619.ap-btn-ghost:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.24)}
620.ap-btn-wa{background:#25D366;color:#072012}
621.ap-btn-wa:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(37,211,102,.22)}
622.ap-btn-mini{
623 padding:11px 12px;border-radius:12px;
624 background:rgba(245,197,66,.95);color:#000;font-weight:900;text-decoration:none;
625 border:1px solid rgba(0,0,0,.12);
626}
627.ap-btn-mini:hover{transform:translateY(-1px);box-shadow:0 10px 18px rgba(245,197,66,.25)}
628
629/* WhatsApp Block */
630.ap-whatsapp{
631 display:flex;justify-content:space-between;gap:12px;align-items:center;
632 padding:14px;border-radius:16px;
633 background:rgba(37,211,102,.10);
634 border:1px solid rgba(37,211,102,.18);
635 margin-top:10px;
636}
637.ap-wa-title{color:#fff;font-weight:900}
638.ap-wa-sub{color:rgba(255,255,255,.75);font-size:13px;margin-top:2px}
639
640/* Divider */
641.ap-divider{display:flex;align-items:center;gap:12px;margin:16px 0}
642.ap-divider:before,.ap-divider:after{content:"";height:1px;flex:1;background:rgba(255,255,255,.14)}
643.ap-divider span{color:rgba(255,255,255,.65);font-weight:900;letter-spacing:.16em;font-size:12px}
644
645/* Phone row */
646.ap-phone{display:flex;gap:10px;align-items:center}
647.ap-code{
648 padding:13px 12px;border-radius:12px;
649 background:rgba(255,255,255,.10);
650 border:1px solid rgba(255,255,255,.14);
651 color:#fff;font-weight:900;white-space:nowrap;
652}
653
654/* Note */
655.ap-note{margin-top:12px;color:rgba(255,255,255,.68);font-size:12.5px;line-height:1.6}
656.ap-note strong{color:#fff}
657
658/* Responsive */
659@media (max-width: 980px){
660 .ap-auth-grid{grid-template-columns:1fr}
661 .ap-auth-head h2{font-size:26px}
662}
663</style>
664
665<script type="rocketlazyloadscript">
666function apTogglePass(id, btn){
667 var el = document.getElementById(id);
668 if(!el) return;
669 var isPass = el.type === "password";
670 el.type = isPass ? "text" : "password";
671 btn.textContent = isPass ? "🙈" : "👁";
672}
673</script>
674 </div>
675 </div>
676 </div>
677 <div class="elementor-element elementor-element-c10ae7e e-flex e-con-boxed e-con e-parent" data-id="c10ae7e" data-element_type="container">
678 <div class="e-con-inner">
679 <div class="elementor-element elementor-element-aa28760 elementor-widget elementor-widget-html" data-id="aa28760" data-element_type="widget" data-widget_type="html.default">
680 <div id="apbook-about-new">
681
682<style>
683/* ==============================
684 ABOUT APBOOK – NEW LAYOUT
685 FULLY ISOLATED
686================================ */
687
688#apbook-about-new {
689 background: #0b0f14;
690 padding: 80px 20px;
691}
692
693#apbook-about-new .container {
694 max-width: 1100px;
695 margin: 0 auto;
696}
697
698/* Header */
699#apbook-about-new .header {
700 text-align: center;
701 margin-bottom: 50px;
702}
703
704#apbook-about-new .header h2 {
705 font-size: 36px;
706 color: #ffffff;
707 margin-bottom: 10px;
708}
709
710#apbook-about-new .header span {
711 display: inline-block;
712 font-size: 15px;
713 color: #f5b800;
714 letter-spacing: 1px;
715 text-transform: uppercase;
716}
717
718/* Content Split */
719#apbook-about-new .content {
720 display: flex;
721 gap: 40px;
722 margin-bottom: 60px;
723}
724
725#apbook-about-new .text {
726 flex: 1.2;
727}
728
729#apbook-about-new .text p {
730 color: #e5e7eb;
731 font-size: 16px;
732 line-height: 1.8;
733 margin-bottom: 18px;
734}
735
736/* Highlight Box */
737#apbook-about-new .highlight {
738 flex: 0.8;
739 background: linear-gradient(145deg, #121826, #0e1422);
740 border-radius: 14px;
741 padding: 28px;
742 border-left: 4px solid #f5b800;
743}
744
745#apbook-about-new .highlight h3 {
746 font-size: 20px;
747 color: #ffffff;
748 margin-bottom: 14px;
749}
750
751#apbook-about-new .highlight ul {
752 padding-left: 18px;
753 margin: 0;
754}
755
756#apbook-about-new .highlight ul li {
757 color: #cfd7e6;
758 font-size: 14.5px;
759 margin-bottom: 8px;
760}
761
762/* Feature Cards */
763#apbook-about-new .features {
764 display: grid;
765 grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
766 gap: 24px;
767}
768
769#apbook-about-new .feature {
770 background: #111827;
771 padding: 26px 22px;
772 border-radius: 14px;
773 text-align: center;
774}
775
776#apbook-about-new .feature span {
777 font-size: 34px;
778 display: block;
779 margin-bottom: 14px;
780}
781
782#apbook-about-new .feature h4 {
783 font-size: 18px;
784 color: #ffffff;
785 margin-bottom: 6px;
786}
787
788#apbook-about-new .feature p {
789 font-size: 14.5px;
790 color: #cfd7e6;
791}
792
793/* Responsive */
794@media (max-width: 900px) {
795 #apbook-about-new .content {
796 flex-direction: column;
797 }
798}
799</style>
800
801<div class="container">
802
803 <!-- Header -->
804 <div class="header">
805 <h2>About Apbook</h2>
806 <span>Your Ultimate Gaming Destination</span>
807 </div>
808
809 <!-- Content Area -->
810 <div class="content">
811
812 <div class="text">
813 <p>
814 Apbook is an online gaming platform that provides access to a wide range
815 of sports events and digital entertainment options. Users can explore
816 betting opportunities across more than 100 sports, including football,
817 cricket, tennis, horse racing, and greyhound racing, along with numerous
818 national and international leagues.
819 </p>
820
821 <p>
822 In addition to sports coverage, the platform features a variety of
823 digital casino-style games such as poker, roulette, slot-based games,
824 and other interactive formats. By creating an account, users gain
825 access to these activities and the tools needed for a smooth and
826 engaging experience.
827 </p>
828
829 <p>
830 With an Online Cricket ID, players can participate in casino games with
831 real opponents while enjoying newly introduced titles such as poker,
832 roulette, slots, tennis-based games, and patti-style gameplay.
833 </p>
834 </div>
835
836 <div class="highlight">
837 <h3>Why Choose Apbook?</h3>
838 <ul>
839 <li>Access to 100+ sports and live events</li>
840 <li>Digital and live-style casino gaming</li>
841 <li>User-friendly platform design</li>
842 <li>Regular updates with new games</li>
843 <li>Reliable and secure gaming environment</li>
844 </ul>
845 </div>
846
847 </div>
848
849 <!-- Features -->
850 <div class="features">
851 <div class="feature">
852 <span>🏆</span>
853 <h4>Leading Platform</h4>
854 <p>Recognized as a reliable and feature-rich betting platform</p>
855 </div>
856
857 <div class="feature">
858 <span>⚽</span>
859 <h4>100+ Sports</h4>
860 <p>Live and pre-match betting across popular global sports</p>
861 </div>
862
863 <div class="feature">
864 <span>🎰</span>
865 <h4>Casino Games</h4>
866 <p>Poker, roulette, slots, and a wide range of digital games</p>
867 </div>
868 </div>
869
870</div>
871</div>
872 </div>
873 </div>
874 </div>
875 <div class="elementor-element elementor-element-b8d7e93 e-flex e-con-boxed e-con e-parent" data-id="b8d7e93" data-element_type="container">
876 <div class="e-con-inner">
877 <div class="elementor-element elementor-element-1d015b6 elementor-widget elementor-widget-html" data-id="1d015b6" data-element_type="widget" data-widget_type="html.default">
878 <style>
879/* ==============================
880 PLATFORM HIGHLIGHTS – APBOOK
881 Scoped & Safe CSS
882================================ */
883
884.apbook-features {
885 background: #0b1220;
886 padding: 60px 20px;
887}
888
889.apbook-features-container {
890 max-width: 1100px;
891 margin: 0 auto;
892}
893
894.apbook-features-header {
895 text-align: center;
896 margin-bottom: 45px;
897}
898
899.apbook-features-header h2 {
900 font-size: 34px;
901 color: #ffffff;
902 margin-bottom: 12px;
903}
904
905.apbook-features-header p {
906 font-size: 16px;
907 color: #c7cfdd;
908}
909
910/* Feature Grid */
911.apbook-features-grid {
912 display: grid;
913 grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
914 gap: 24px;
915}
916
917/* Feature Card */
918.apbook-feature-card {
919 background: linear-gradient(145deg, #121a2b, #0e1524);
920 border-radius: 14px;
921 padding: 26px 22px;
922 transition: transform 0.3s ease, box-shadow 0.3s ease;
923 border: 1px solid rgba(255,255,255,0.05);
924}
925
926.apbook-feature-card:hover {
927 transform: translateY(-6px);
928 box-shadow: 0 10px 30px rgba(0,0,0,0.35);
929}
930
931/* Icon */
932.apbook-feature-icon {
933 width: 48px;
934 height: 48px;
935 background: #f5b800;
936 color: #111;
937 border-radius: 50%;
938 display: flex;
939 align-items: center;
940 justify-content: center;
941 font-size: 22px;
942 font-weight: 700;
943 margin-bottom: 16px;
944}
945
946/* Text */
947.apbook-feature-card h3 {
948 font-size: 18px;
949 color: #ffffff;
950 margin-bottom: 10px;
951}
952
953.apbook-feature-card p {
954 font-size: 14.5px;
955 color: #c7cfdd;
956 line-height: 1.6;
957}
958</style>
959
960<section class="apbook-features">
961 <div class="apbook-features-container">
962
963 <div class="apbook-features-header">
964 <h2>What Makes Our Platform Stand Out</h2>
965 <p>Designed for performance, security, and an enjoyable betting experience.</p>
966 </div>
967
968 <div class="apbook-features-grid">
969
970 <div class="apbook-feature-card">
971 <div class="apbook-feature-icon">🏏</div>
972 <h3>Wide Betting Markets</h3>
973 <p>
974 Bet on popular sports, leagues, and live events with competitive odds
975 and frequent market updates.
976 </p>
977 </div>
978
979 <div class="apbook-feature-card">
980 <div class="apbook-feature-icon">🎥</div>
981 <h3>Live Casino Experience</h3>
982 <p>
983 Experience real-time casino action with professional dealers,
984 smooth streaming, and instant game results.
985 </p>
986 </div>
987
988 <div class="apbook-feature-card">
989 <div class="apbook-feature-icon">🔐</div>
990 <h3>Fast & Secure Transactions</h3>
991 <p>
992 Enjoy quick deposits and withdrawals backed by modern security
993 protocols for complete peace of mind.
994 </p>
995 </div>
996
997 <div class="apbook-feature-card">
998 <div class="apbook-feature-icon">📱</div>
999 <h3>User-Friendly Interface</h3>
1000 <p>
1001 A clean and intuitive layout that works flawlessly across mobile,
1002 tablet, and desktop devices.
1003 </p>
1004 </div>
1005
1006 <div class="apbook-feature-card">
1007 <div class="apbook-feature-icon">🕘</div>
1008 <h3>24/7 Customer Support</h3>
1009 <p>
1010 Our dedicated support team is available around the clock to help
1011 with queries, guidance, and assistance.
1012 </p>
1013 </div>
1014
1015 </div>
1016 </div>
1017</section>
1018 </div>
1019 </div>
1020 </div>
1021 <div class="elementor-element elementor-element-f8ad079 e-flex e-con-boxed e-con e-parent" data-id="f8ad079" data-element_type="container">
1022 <div class="e-con-inner">
1023 <div class="elementor-element elementor-element-60d52e7 elementor-widget elementor-widget-html" data-id="60d52e7" data-element_type="widget" data-widget_type="html.default">
1024 <section class="apbook-steps-cards">
1025 <div class="steps-container">
1026
1027 <h1 class="steps-heading">Apbook Best Online Betting Website and App
1028</h1>
1029
1030 <div class="steps-row">
1031
1032 <!-- STEP 01 -->
1033 <div class="step-box">
1034 <div class="icon-wrap">📈
1035 <span class="step-badge">01</span>
1036 </div>
1037 <h3>Register</h3>
1038 <p>Create your account in just a few simple steps.</p>
1039 </div>
1040
1041 <!-- STEP 02 -->
1042 <div class="step-box">
1043 <div class="icon-wrap">🏆
1044 <span class="step-badge">02</span>
1045 </div>
1046 <h3>Deposit</h3>
1047 <p>Add funds securely using available payment options.</p>
1048 </div>
1049
1050 <!-- STEP 03 -->
1051 <div class="step-box">
1052 <div class="icon-wrap">⭐
1053 <span class="step-badge">03</span>
1054 </div>
1055 <h3>Play & Enjoy</h3>
1056 <p>Access live sports, casino games, and more.</p>
1057 </div>
1058
1059 <!-- STEP 04 -->
1060 <div class="step-box">
1061 <div class="icon-wrap">💰
1062 <span class="step-badge">04</span>
1063 </div>
1064 <h3>Withdrawal</h3>
1065 <p>Withdraw your winnings quickly and easily.</p>
1066 </div>
1067
1068 </div>
1069
1070 </div>
1071</section>
1072
1073
1074<style>
1075.apbook-steps-cards{
1076 padding:60px 20px;
1077 background:#0b0f14;
1078 color:#e5e7eb;
1079}
1080
1081.steps-container{
1082 max-width:1200px;
1083 margin:auto;
1084 text-align:center;
1085}
1086
1087.steps-heading{
1088 font-size:28px;
1089 margin-bottom:40px;
1090 color:#fff;
1091}
1092
1093.steps-row{
1094 display:grid;
1095 grid-template-columns:repeat(4,1fr);
1096 gap:24px;
1097}
1098
1099/* CARD */
1100.step-box{
1101 background:#1f2937;
1102 border-radius:18px;
1103 padding:40px 20px 30px;
1104 position:relative;
1105 transition:all .3s ease;
1106 border:1px solid rgba(255,255,255,0.06);
1107 text-decoration:none;
1108 color:inherit;
1109}
1110
1111.step-box:hover{
1112 transform:translateY(-6px);
1113 border-color:#22c55e;
1114}
1115
1116/* ICON AREA */
1117.icon-wrap{
1118 width:90px;
1119 height:90px;
1120 margin:0 auto 20px;
1121 border-radius:50%;
1122 background:#273449;
1123 display:flex;
1124 align-items:center;
1125 justify-content:center;
1126 font-size:36px;
1127 position:relative;
1128}
1129
1130.step-badge{
1131 position:absolute;
1132 bottom:-6px;
1133 right:-6px;
1134 background:#22c55e;
1135 color:#0b0f14;
1136 font-size:12px;
1137 font-weight:700;
1138 padding:6px 10px;
1139 border-radius:50%;
1140}
1141
1142/* TEXT */
1143.step-box h3{
1144 font-size:18px;
1145 color:#fff;
1146 margin-bottom:8px;
1147}
1148
1149.step-box p{
1150 font-size:14px;
1151 color:#9ca3af;
1152 line-height:1.6;
1153}
1154
1155/* RESPONSIVE */
1156@media(max-width:992px){
1157 .steps-row{
1158 grid-template-columns:repeat(2,1fr);
1159 }
1160}
1161
1162@media(max-width:520px){
1163 .steps-row{
1164 grid-template-columns:1fr;
1165 }
1166}
1167</style>
1168 </div>
1169 </div>
1170 </div>
1171 <div class="elementor-element elementor-element-7df7a2d e-flex e-con-boxed e-con e-parent" data-id="7df7a2d" data-element_type="container">
1172 <div class="e-con-inner">
1173 <div class="elementor-element elementor-element-ba314fd elementor-widget elementor-widget-html" data-id="ba314fd" data-element_type="widget" data-widget_type="html.default">
1174 <style>
1175/* ==============================
1176 BETTING & GAMING OPTIONS
1177 APBOOK – UNIQUE LAYOUT
1178================================ */
1179
1180.apbook-gaming {
1181 background: radial-gradient(circle at top, #111b2e, #0a0f19 70%);
1182 padding: 70px 20px;
1183}
1184
1185.apbook-gaming-container {
1186 max-width: 1100px;
1187 margin: 0 auto;
1188}
1189
1190.apbook-gaming-header {
1191 text-align: center;
1192 margin-bottom: 55px;
1193}
1194
1195.apbook-gaming-header h2 {
1196 font-size: 36px;
1197 color: #ffffff;
1198 margin-bottom: 14px;
1199}
1200
1201.apbook-gaming-header p {
1202 font-size: 16px;
1203 color: #c9d2e3;
1204 max-width: 760px;
1205 margin: 0 auto;
1206}
1207
1208/* Gaming Blocks */
1209.apbook-gaming-block {
1210 display: flex;
1211 gap: 28px;
1212 background: linear-gradient(145deg, #121c30, #0d1628);
1213 padding: 30px;
1214 border-radius: 16px;
1215 margin-bottom: 28px;
1216 border-left: 5px solid #f5b800;
1217}
1218
1219.apbook-gaming-icon {
1220 min-width: 64px;
1221 height: 64px;
1222 background: #f5b800;
1223 color: #111;
1224 border-radius: 14px;
1225 display: flex;
1226 align-items: center;
1227 justify-content: center;
1228 font-size: 28px;
1229 font-weight: 700;
1230}
1231
1232.apbook-gaming-content h3 {
1233 font-size: 22px;
1234 color: #ffffff;
1235 margin-bottom: 10px;
1236}
1237
1238.apbook-gaming-content p {
1239 font-size: 15px;
1240 color: #cfd7e6;
1241 line-height: 1.7;
1242 margin-bottom: 10px;
1243}
1244
1245.apbook-gaming-content ul {
1246 padding-left: 18px;
1247 margin: 0;
1248}
1249
1250.apbook-gaming-content ul li {
1251 font-size: 14.5px;
1252 color: #bfc9dc;
1253 margin-bottom: 6px;
1254}
1255
1256/* Responsive */
1257@media (max-width: 768px) {
1258 .apbook-gaming-block {
1259 flex-direction: column;
1260 }
1261
1262 .apbook-gaming-icon {
1263 width: 56px;
1264 height: 56px;
1265 }
1266}
1267</style>
1268
1269<section class="apbook-gaming">
1270 <div class="apbook-gaming-container">
1271
1272 <div class="apbook-gaming-header">
1273 <h2>Explore Our Betting & Gaming Options</h2>
1274 <p>
1275 Discover a complete range of betting and gaming opportunities designed
1276 to deliver excitement, flexibility, and real-time engagement for every
1277 type of player.
1278 </p>
1279 </div>
1280
1281 <!-- Sports Betting -->
1282 <div class="apbook-gaming-block">
1283 <div class="apbook-gaming-icon">⚽</div>
1284 <div class="apbook-gaming-content">
1285 <h3>Sports Betting</h3>
1286 <p>
1287 Our sports betting platform covers a wide variety of global and local
1288 sports, giving users access to multiple betting markets with updated
1289 odds and in-depth match insights.
1290 </p>
1291 <p>
1292 Whether you prefer major tournaments or everyday league matches,
1293 you can place bets confidently using accurate data and smooth market
1294 navigation.
1295 </p>
1296 <ul>
1297 <li>Football, cricket, tennis, basketball, and more</li>
1298 <li>Pre-match and match-based betting markets</li>
1299 <li>Competitive odds with frequent updates</li>
1300 </ul>
1301 </div>
1302 </div>
1303
1304 <!-- Live Betting -->
1305 <div class="apbook-gaming-block">
1306 <div class="apbook-gaming-icon">⏱️</div>
1307 <div class="apbook-gaming-content">
1308 <h3>Live Betting</h3>
1309 <p>
1310 Live betting allows you to place bets while matches are in progress,
1311 creating a more dynamic and interactive betting experience.
1312 </p>
1313 <p>
1314 Odds update in real time based on match events, giving you the
1315 flexibility to react instantly and make informed decisions as the
1316 action unfolds.
1317 </p>
1318 <ul>
1319 <li>Real-time odds and instant bet placement</li>
1320 <li>In-play statistics and live match tracking</li>
1321 <li>Enhanced excitement during ongoing games</li>
1322 </ul>
1323 </div>
1324 </div>
1325
1326 <!-- Online Casino Games -->
1327 <div class="apbook-gaming-block">
1328 <div class="apbook-gaming-icon">🎰</div>
1329 <div class="apbook-gaming-content">
1330 <h3>Online Casino Games</h3>
1331 <p>
1332 Our online casino offers a diverse collection of digital games that
1333 combine entertainment with smooth performance and engaging visuals.
1334 </p>
1335 <p>
1336 Players can enjoy classic favorites as well as modern titles designed
1337 to provide fair gameplay and fast-paced fun across all devices.
1338 </p>
1339 <ul>
1340 <li>Slots, card games, and table games</li>
1341 <li>Easy-to-play formats for beginners and experienced players</li>
1342 <li>Optimized for mobile and desktop play</li>
1343 </ul>
1344 </div>
1345 </div>
1346
1347 <!-- Live Dealer Casino -->
1348 <div class="apbook-gaming-block">
1349 <div class="apbook-gaming-icon">🎥</div>
1350 <div class="apbook-gaming-content">
1351 <h3>Live Dealer Casino</h3>
1352 <p>
1353 The live dealer casino brings an authentic casino atmosphere directly
1354 to your screen with professional dealers hosting games in real time.
1355 </p>
1356 <p>
1357 This immersive experience combines real human interaction with modern
1358 streaming technology, making every session engaging and transparent.
1359 </p>
1360 <ul>
1361 <li>Real dealers and live-streamed tables</li>
1362 <li>Instant results with interactive gameplay</li>
1363 <li>True casino excitement from anywhere</li>
1364 </ul>
1365 </div>
1366 </div>
1367
1368 </div>
1369</section>
1370 </div>
1371 </div>
1372 </div>
1373 <div class="elementor-element elementor-element-5aee2d4 e-flex e-con-boxed e-con e-parent" data-id="5aee2d4" data-element_type="container">
1374 <div class="e-con-inner">
1375 <div class="elementor-element elementor-element-e2e99e7 elementor-widget elementor-widget-html" data-id="e2e99e7" data-element_type="widget" data-widget_type="html.default">
1376 <!-- Fixed & Cleaned Games Section -->
1377<section class="apbook-games">
1378 <div class="games-wrap">
1379
1380 <!-- LIVE GAMES -->
1381 <h2 class="games-title">Live Games</h2>
1382 <div class="games-row">
1383
1384 <!-- CARD 1 -->
1385 <div class="game-card">
1386 <div class="media">
1387 <img width="736" height="414" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20736%20414'%3E%3C/svg%3E" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/12/apbook-login.jpg"><noscript><img width="736" height="414" decoding="async" src="https://apbooklogin.com/wp-content/uploads/2025/12/apbook-login.jpg" /></noscript>
1388 </div>
1389 <span class="game-badge live">LIVE</span>
1390 <h3>Sports Betting</h3>
1391 </div>
1392
1393 <!-- CARD 2 (VIDEO) -->
1394 <div class="game-card">
1395 <div class="media">
1396 <video autoplay="" loop="" muted="">
1397 <source src="https://apbooklogin.com/wp-content/uploads/2025/12/From-KlickPin-CF-Live-Casino-Video-1.mp4" type="video/mp4">
1398 </video>
1399 </div>
1400 <span class="game-badge live">LIVE</span>
1401 <h3>Hat-Trick Challenge</h3>
1402 </div>
1403
1404 <!-- CARD 3 -->
1405 <div class="game-card">
1406 <div class="media">
1407 <img width="1200" height="675" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20675'%3E%3C/svg%3E" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/12/ludo.jpg"><noscript><img width="1200" height="675" decoding="async" src="https://apbooklogin.com/wp-content/uploads/2025/12/ludo.jpg" /></noscript>
1408 </div>
1409 <span class="game-badge live">LIVE</span>
1410 <h3>Live Ludo</h3>
1411 </div>
1412
1413 </div>
1414
1415 <!-- NEW GAMES -->
1416 <h2 class="games-title new">New Games</h2>
1417 <div class="games-row">
1418
1419 <!-- CARD 4 -->
1420 <div class="game-card">
1421 <div class="media">
1422 <img width="180" height="216" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20180%20216'%3E%3C/svg%3E" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/12/1737831434.jpg"><noscript><img width="180" height="216" decoding="async" src="https://apbooklogin.com/wp-content/uploads/2025/12/1737831434.jpg" /></noscript>
1423 </div>
1424 <span class="game-badge new">NEW</span>
1425 <h3>The Best Ludo Game</h3>
1426 </div>
1427
1428 <!-- CARD 5 (VIDEO) -->
1429 <div class="game-card">
1430 <div class="media">
1431 <video autoplay="" loop="" muted="">
1432 <source src="https://apbooklogin.com/wp-content/uploads/2025/12/From-KlickPin-CF-Получи-бонус-перейдя-по-моей-ссылке-в-профиле-_-Casino-card-game-Online-casino-games-Play-online-casino-1.mp4" type="video/mp4">
1433 </video>
1434 </div>
1435 <span class="game-badge new">NEW</span>
1436 <h3>Dice Master</h3>
1437 </div>
1438
1439 <!-- CARD 6 -->
1440 <div class="game-card">
1441 <div class="media">
1442 <img width="1080" height="1080" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201080%201080'%3E%3C/svg%3E" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/12/f263eb34f8b603bc21fd43da1e2d8dad.jpg"><noscript><img width="1080" height="1080" decoding="async" src="https://apbooklogin.com/wp-content/uploads/2025/12/f263eb34f8b603bc21fd43da1e2d8dad.jpg" /></noscript>
1443 </div>
1444 <span class="game-badge new">NEW</span>
1445 <h3>Quick Win Games</h3>
1446 </div>
1447
1448 </div>
1449
1450 </div>
1451</section>
1452
1453<style>
1454.apbook-games{
1455 padding:80px 20px;
1456 background:#0b0f14;
1457}
1458
1459.games-wrap{
1460 max-width:1200px;
1461 margin:auto;
1462}
1463
1464.games-title{
1465 font-size:28px;
1466 color:#fff;
1467 margin:0 0 20px;
1468}
1469
1470.games-title.new{
1471 margin-top:50px;
1472}
1473
1474.games-row{
1475 display:flex;
1476 gap:20px;
1477 overflow-x:auto;
1478 padding-bottom:10px;
1479}
1480
1481.games-row::-webkit-scrollbar{
1482 height:6px;
1483}
1484
1485.games-row::-webkit-scrollbar-thumb{
1486 background:#1f2937;
1487 border-radius:10px;
1488}
1489
1490.game-card{
1491 min-width:240px;
1492 background:#111827;
1493 border-radius:18px;
1494 overflow:hidden;
1495 text-decoration:none;
1496 color:#fff;
1497 position:relative;
1498 transition:.3s;
1499 border:1px solid rgba(255,255,255,.06);
1500}
1501
1502.game-card:hover{
1503 transform:translateY(-6px);
1504 border-color:#22c55e;
1505}
1506
1507.media{
1508 width:100%;
1509 height:300px;
1510 overflow:hidden;
1511}
1512
1513.media img,
1514.media video{
1515 width:100%;
1516 height:100%;
1517 object-fit:cover;
1518 display:block;
1519}
1520
1521.game-card h3{
1522 font-size:15px;
1523 padding:12px;
1524 margin:0;
1525 text-align:center;
1526}
1527
1528.game-badge{
1529 position:absolute;
1530 top:12px;
1531 left:12px;
1532 padding:5px 10px;
1533 font-size:11px;
1534 font-weight:700;
1535 border-radius:12px;
1536}
1537
1538.game-badge.live{
1539 background:#ef4444;
1540 color:#fff;
1541}
1542
1543.game-badge.new{
1544 background:#22c55e;
1545 color:#0b0f14;
1546}
1547
1548@media(max-width:520px){
1549 .games-title{
1550 font-size:22px;
1551 }
1552 .game-card{
1553 min-width:200px;
1554 }
1555}
1556</style> </div>
1557 </div>
1558 </div>
1559 <div class="elementor-element elementor-element-9f8cd44 e-flex e-con-boxed e-con e-parent" data-id="9f8cd44" data-element_type="container">
1560 <div class="e-con-inner">
1561 <div class="elementor-element elementor-element-07fb0cb elementor-widget elementor-widget-html" data-id="07fb0cb" data-element_type="widget" data-widget_type="html.default">
1562 <section class="apbook-counter">
1563<div class="counter-wrap">
1564<h2 class="counter-title">GAME COUNTER</h2>
1565<p class="counter-sub">Trusted by players, powered by performance.</p>
1566
1567<div class="counter-grid">
1568<div class="counter-card">
1569<div class="counter-icon">👥</div>
1570<div class="counter-number" data-target="1000000">1M</div>
1571<div class="counter-label">Total Customers</div>
1572</div>
1573<div class="counter-card highlight">
1574<div class="counter-icon">🔥</div>
1575<div class="counter-number" data-target="50000">50000+</div>
1576<div class="counter-label">Active Players</div>
1577</div>
1578<div class="counter-card">
1579<div class="counter-icon">🎮</div>
1580<div class="counter-number" data-target="700">750+</div>
1581<div class="counter-label">Total Games</div>
1582</div>
1583</div>
1584</div>
1585</section>
1586
1587<style>
1588.apbook-counter{
1589 padding:90px 20px;
1590 background:#0b0f14;
1591}
1592
1593.counter-wrap{
1594 max-width:1200px;
1595 margin:auto;
1596 text-align:center;
1597}
1598
1599.counter-title{
1600 font-size:36px;
1601 color:#f5c542;
1602 margin-bottom:6px;
1603}
1604
1605.counter-sub{
1606 font-size:15px;
1607 color:#9ca3af;
1608 margin-bottom:50px;
1609}
1610
1611.counter-grid{
1612 display:grid;
1613 grid-template-columns:repeat(3,1fr);
1614 gap:30px;
1615}
1616
1617.counter-card{
1618 background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
1619 border-radius:26px;
1620 padding:40px 20px;
1621 border:1px solid rgba(255,255,255,.08);
1622 transition:.3s;
1623}
1624
1625.counter-card:hover{
1626 transform:translateY(-8px);
1627 border-color:#f5c542;
1628}
1629
1630.counter-card.highlight{
1631 box-shadow:0 0 60px rgba(245,197,66,.25);
1632}
1633
1634.counter-icon{
1635 font-size:32px;
1636 margin-bottom:12px;
1637}
1638
1639.counter-number{
1640 font-size:42px;
1641 font-weight:900;
1642 color:#f5c542;
1643 margin-bottom:6px;
1644}
1645
1646.counter-label{
1647 font-size:14px;
1648 color:#d1d5db;
1649}
1650
1651@media(max-width:992px){
1652 .counter-grid{
1653 grid-template-columns:repeat(2,1fr);
1654 }
1655}
1656
1657@media(max-width:520px){
1658 .counter-grid{
1659 grid-template-columns:1fr;
1660 }
1661 .counter-title{
1662 font-size:28px;
1663 }
1664}
1665</style>
1666
1667<script type="rocketlazyloadscript">
1668document.addEventListener("DOMContentLoaded", function () {
1669 const counters = document.querySelectorAll(".counter-number");
1670
1671 counters.forEach(counter => {
1672 const target = +counter.getAttribute("data-target");
1673 let count = 0;
1674 const increment = target / 100;
1675
1676 function updateCounter(){
1677 if(count < target){
1678 count += increment;
1679 counter.innerText = Math.ceil(count);
1680 setTimeout(updateCounter, 20);
1681 } else {
1682 counter.innerText = target.toLocaleString() + "+";
1683 }
1684 }
1685
1686 updateCounter();
1687 });
1688});
1689</script> </div>
1690 </div>
1691 </div>
1692 <div class="elementor-element elementor-element-889b83c e-flex e-con-boxed e-con e-parent" data-id="889b83c" data-element_type="container">
1693 <div class="e-con-inner">
1694 <div class="elementor-element elementor-element-f81769f elementor-widget elementor-widget-html" data-id="f81769f" data-element_type="widget" data-widget_type="html.default">
1695 <section class="apbook-promo">
1696 <div class="promo-wrap">
1697
1698 <!-- LEFT CONTENT -->
1699 <div class="promo-left">
1700 <span class="promo-tag">Special Promotion</span>
1701 <h2>More Games.<br>More Action.<br>More Rewards.</h2>
1702 <p class="promo-desc">Explore a wide range of live sports, skill-based games, and exciting formats. Our platform is designed to give players a smooth, engaging, and rewarding experience.</p>
1703
1704 <div class="promo-stats">
1705 <div class="stat-box"><strong>100+</strong> Live Games</div>
1706 <div class="stat-box"><strong>24/7</strong> Live Action</div>
1707 <div class="stat-box"><strong>Fast</strong> Withdrawals</div>
1708 </div>
1709
1710 <a class="promo-btn" href="#">Explore Promotions</a>
1711 </div>
1712
1713 <!-- RIGHT VISUAL -->
1714 <div class="promo-right">
1715 <div class="promo-cards">
1716 <div class="mini-card">🏏 Sports</div>
1717 <div class="mini-card">🎲 Casino</div>
1718 <div class="mini-card">🃏 Card Games</div>
1719 <div class="mini-card">⚽ Live Matches</div>
1720 <div class="mini-card">🎮 Skill Games</div>
1721 </div>
1722 </div>
1723
1724 </div>
1725</section>
1726
1727<style>
1728.apbook-promo{
1729 padding:90px 20px;
1730 background:#0b0f14;
1731}
1732
1733.promo-wrap{
1734 max-width:1200px;
1735 margin:auto;
1736 background:linear-gradient(135deg,#111827,#020617);
1737 border-radius:30px;
1738 padding:60px;
1739 display:grid;
1740 grid-template-columns:1.1fr .9fr;
1741 gap:40px;
1742 align-items:center;
1743 border:1px solid rgba(255,255,255,.06);
1744}
1745
1746.promo-left{color:#e5e7eb;}
1747
1748.promo-tag{
1749 display:inline-block;
1750 background:#22c55e;
1751 color:#0b0f14;
1752 padding:6px 14px;
1753 border-radius:20px;
1754 font-size:12px;
1755 font-weight:700;
1756 margin-bottom:16px;
1757}
1758
1759.promo-left h2{
1760 font-size:40px;
1761 line-height:1.15;
1762 color:#fff;
1763 margin-bottom:16px;
1764}
1765
1766.promo-desc{
1767 font-size:15px;
1768 color:#9ca3af;
1769 max-width:520px;
1770 line-height:1.7;
1771 margin-bottom:26px;
1772}
1773
1774.promo-stats{
1775 display:flex;
1776 gap:20px;
1777 margin-bottom:30px;
1778}
1779
1780.stat-box{
1781 background:#111827;
1782 border-radius:18px;
1783 padding:16px 20px;
1784 text-align:center;
1785 min-width:120px;
1786 border:1px solid rgba(255,255,255,.06);
1787}
1788
1789.stat-box strong{
1790 display:block;
1791 font-size:22px;
1792 color:#f5c542;
1793}
1794
1795.promo-btn{
1796 display:inline-block;
1797 background:#f5c542;
1798 color:#0b0f14;
1799 padding:14px 30px;
1800 border-radius:16px;
1801 font-weight:700;
1802 text-decoration:none;
1803 transition:.3s;
1804}
1805
1806.promo-btn:hover{
1807 transform:translateY(-3px);
1808 box-shadow:0 14px 30px rgba(245,197,66,.4);
1809}
1810
1811.promo-right{position:relative;}
1812
1813.promo-cards{
1814 display:grid;
1815 grid-template-columns:repeat(2,1fr);
1816 gap:16px;
1817}
1818
1819.mini-card{
1820 background:#111827;
1821 border-radius:20px;
1822 padding:22px;
1823 text-align:center;
1824 font-size:15px;
1825 color:#e5e7eb;
1826 border:1px solid rgba(255,255,255,.06);
1827 transition:.3s;
1828}
1829
1830.mini-card:hover{
1831 transform:translateY(-6px);
1832 border-color:#22c55e;
1833}
1834
1835@media(max-width:992px){
1836 .promo-wrap{
1837 grid-template-columns:1fr;
1838 padding:40px;
1839 text-align:center;
1840 }
1841 .promo-stats{
1842 justify-content:center;
1843 flex-wrap:wrap;
1844 }
1845 .promo-left h2{font-size:32px;}
1846}
1847
1848@media(max-width:520px){
1849 .promo-left h2{font-size:26px;}
1850}
1851</style> </div>
1852 </div>
1853 </div>
1854 <div class="elementor-element elementor-element-6f097d1 e-flex e-con-boxed e-con e-parent" data-id="6f097d1" data-element_type="container">
1855 <div class="e-con-inner">
1856 <div class="elementor-element elementor-element-7acad83 elementor-widget elementor-widget-html" data-id="7acad83" data-element_type="widget" data-widget_type="html.default">
1857 <div id="apbook-bonus-section">
1858
1859<style>
1860/* ==============================
1861 BONUSES & PROMOTIONS – APBOOK
1862 FULLY ISOLATED DESIGN
1863================================ */
1864
1865#apbook-bonus-section {
1866 background: linear-gradient(180deg, #0a0f19, #0e1524);
1867 padding: 90px 20px;
1868}
1869
1870#apbook-bonus-section .container {
1871 max-width: 1100px;
1872 margin: 0 auto;
1873}
1874
1875/* Header */
1876#apbook-bonus-section .header {
1877 text-align: center;
1878 margin-bottom: 60px;
1879}
1880
1881#apbook-bonus-section .header h2 {
1882 font-size: 36px;
1883 color: #ffffff;
1884 margin-bottom: 12px;
1885}
1886
1887#apbook-bonus-section .header p {
1888 font-size: 16px;
1889 color: #c9d2e3;
1890 max-width: 820px;
1891 margin: 0 auto;
1892}
1893
1894/* Content Layout */
1895#apbook-bonus-section .content {
1896 display: grid;
1897 grid-template-columns: 1.2fr 0.8fr;
1898 gap: 40px;
1899 margin-bottom: 50px;
1900}
1901
1902/* Text Content */
1903#apbook-bonus-section .text-block p {
1904 font-size: 16px;
1905 color: #e5e7eb;
1906 line-height: 1.8;
1907 margin-bottom: 18px;
1908}
1909
1910/* Highlight Box */
1911#apbook-bonus-section .highlight {
1912 background: #111827;
1913 border-radius: 16px;
1914 padding: 30px;
1915 border-top: 4px solid #f5b800;
1916}
1917
1918#apbook-bonus-section .highlight h3 {
1919 font-size: 22px;
1920 color: #ffffff;
1921 margin-bottom: 16px;
1922}
1923
1924#apbook-bonus-section .highlight ul {
1925 padding-left: 18px;
1926 margin: 0;
1927}
1928
1929#apbook-bonus-section .highlight ul li {
1930 font-size: 15px;
1931 color: #cfd7e6;
1932 margin-bottom: 10px;
1933}
1934
1935/* Promo Cards */
1936#apbook-bonus-section .promo-grid {
1937 display: grid;
1938 grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
1939 gap: 24px;
1940}
1941
1942#apbook-bonus-section .promo-card {
1943 background: linear-gradient(145deg, #121a2b, #0d1628);
1944 border-radius: 14px;
1945 padding: 26px;
1946 border: 1px solid rgba(255,255,255,0.05);
1947}
1948
1949#apbook-bonus-section .promo-card h4 {
1950 font-size: 18px;
1951 color: #ffffff;
1952 margin-bottom: 8px;
1953}
1954
1955#apbook-bonus-section .promo-card p {
1956 font-size: 14.5px;
1957 color: #cfd7e6;
1958 line-height: 1.6;
1959}
1960
1961/* Disclaimer */
1962#apbook-bonus-section .disclaimer {
1963 margin-top: 40px;
1964 font-size: 13.5px;
1965 color: #9aa4b8;
1966 text-align: center;
1967}
1968
1969/* Responsive */
1970@media (max-width: 900px) {
1971 #apbook-bonus-section .content {
1972 grid-template-columns: 1fr;
1973 }
1974}
1975</style>
1976
1977<div class="container">
1978
1979 <!-- Header -->
1980 <div class="header">
1981 <h2>Bonuses & Special Promotions</h2>
1982 <p>
1983 Enjoy added value with thoughtfully designed bonuses and promotional
1984 offers created to enhance your betting and gaming experience.
1985 </p>
1986 </div>
1987
1988 <!-- Main Content -->
1989 <div class="content">
1990
1991 <div class="text-block">
1992 <p>
1993 Our platform offers a variety of bonuses and special promotions for both
1994 new and existing players. These offers are carefully structured to
1995 provide additional value while maintaining transparency and fair usage
1996 conditions.
1997 </p>
1998
1999 <p>
2000 New users may benefit from welcome-related promotions that help them
2001 explore the platform with added confidence. These offers are designed
2002 to support early engagement by providing extra opportunities to
2003 experience sports betting, casino games, and live gaming options.
2004 </p>
2005
2006 <p>
2007 Existing players are equally rewarded through ongoing promotions that
2008 recognize continued participation. These may include reload-style
2009 offers, event-based promotions, or limited-time incentives tied to
2010 specific games or activities.
2011 </p>
2012
2013 <p>
2014 All bonuses are presented with clear terms to ensure users understand
2015 how offers work, what conditions apply, and how to make the most of
2016 available promotions without confusion.
2017 </p>
2018 </div>
2019
2020 <div class="highlight">
2021 <h3>Why Our Promotions Stand Out</h3>
2022 <ul>
2023 <li>Designed for both new and returning players</li>
2024 <li>Clear and transparent promotional conditions</li>
2025 <li>Added value without unnecessary complexity</li>
2026 <li>Opportunities across sports and casino games</li>
2027 <li>Regular updates with new promotional offers</li>
2028 </ul>
2029 </div>
2030
2031 </div>
2032
2033 <!-- Promotion Types -->
2034 <div class="promo-grid">
2035
2036 <div class="promo-card">
2037 <h4>Welcome Bonuses</h4>
2038 <p>
2039 Special introductory offers that allow new users to explore the
2040 platform with added flexibility and confidence.
2041 </p>
2042 </div>
2043
2044 <div class="promo-card">
2045 <h4>Ongoing Player Offers</h4>
2046 <p>
2047 Regular promotions designed to reward continued participation and
2048 engagement across betting and gaming activities.
2049 </p>
2050 </div>
2051
2052 <div class="promo-card">
2053 <h4>Event-Based Promotions</h4>
2054 <p>
2055 Limited-time offers linked to major sporting events or special gaming
2056 occasions for added excitement.
2057 </p>
2058 </div>
2059
2060 <div class="promo-card">
2061 <h4>Game-Specific Incentives</h4>
2062 <p>
2063 Promotions tailored to selected casino games or betting markets,
2064 offering focused value to interested players.
2065 </p>
2066 </div>
2067
2068 </div>
2069
2070 <!-- Disclaimer -->
2071 <div class="disclaimer">
2072 Bonus availability, promotional offers, and terms may vary. Please review
2073 individual promotion details before participating.
2074 </div>
2075
2076</div>
2077</div>
2078 </div>
2079 </div>
2080 </div>
2081 <div class="elementor-element elementor-element-5f8c656 e-flex e-con-boxed e-con e-parent" data-id="5f8c656" data-element_type="container">
2082 <div class="e-con-inner">
2083 <div class="elementor-element elementor-element-574cb48 elementor-widget elementor-widget-html" data-id="574cb48" data-element_type="widget" data-widget_type="html.default">
2084 <section id="apbook-payments-pro">
2085
2086<style>
2087/* ============================
2088 PAYMENT & WITHDRAWALS
2089 PRO VERSION (NO SPACE ISSUE)
2090============================ */
2091
2092#apbook-payments-pro {
2093 background: linear-gradient(180deg, #0b0f14 0%, #0e1624 100%);
2094 padding: 80px 20px;
2095}
2096
2097#apbook-payments-pro .container {
2098 max-width: 900px;
2099 margin: 0 auto;
2100}
2101
2102/* Header */
2103#apbook-payments-pro .header {
2104 text-align: center;
2105 margin-bottom: 40px;
2106}
2107
2108#apbook-payments-pro .header h2 {
2109 font-size: 36px;
2110 color: #ffffff;
2111 margin-bottom: 14px;
2112 font-weight: 600;
2113}
2114
2115#apbook-payments-pro .header p {
2116 font-size: 16.5px;
2117 color: #cfd7e6;
2118 line-height: 1.9;
2119 max-width: 760px;
2120 margin: 0 auto;
2121}
2122
2123/* Content Blocks */
2124#apbook-payments-pro .content {
2125 margin-top: 50px;
2126}
2127
2128/* Text Card */
2129#apbook-payments-pro .text-card {
2130 background: #111827;
2131 border-radius: 18px;
2132 padding: 34px 32px;
2133 margin-bottom: 40px;
2134}
2135
2136#apbook-payments-pro .text-card p {
2137 font-size: 15.8px;
2138 color: #e5e7eb;
2139 line-height: 1.9;
2140 margin-bottom: 18px;
2141}
2142
2143/* Image */
2144#apbook-payments-pro .image-box {
2145 text-align: center;
2146 margin: 45px 0;
2147}
2148
2149#apbook-payments-pro .image-box img {
2150 width: 100%;
2151 max-width: 420px;
2152 border-radius: 16px;
2153 display: inline-block;
2154}
2155
2156/* Highlights */
2157#apbook-payments-pro .highlights {
2158 background: #0f172a;
2159 border-radius: 18px;
2160 padding: 36px 34px;
2161}
2162
2163#apbook-payments-pro .highlights h3 {
2164 font-size: 22px;
2165 color: #f5b800;
2166 margin-bottom: 22px;
2167 font-weight: 600;
2168}
2169
2170#apbook-payments-pro .highlight-item {
2171 display: flex;
2172 align-items: flex-start;
2173 margin-bottom: 16px;
2174}
2175
2176#apbook-payments-pro .highlight-item span {
2177 color: #22c55e;
2178 font-size: 16px;
2179 margin-right: 12px;
2180 line-height: 1.6;
2181}
2182
2183#apbook-payments-pro .highlight-item p {
2184 font-size: 15.5px;
2185 color: #e5e7eb;
2186 line-height: 1.8;
2187 margin: 0;
2188}
2189</style>
2190
2191<div class="container">
2192
2193 <!-- Header -->
2194 <div class="header">
2195 <h2>Simple Deposits & Fast Withdrawals</h2>
2196 <p>
2197 Our platform supports quick and convenient payment options to ensure a
2198 hassle-free experience. Deposits are processed instantly, while
2199 withdrawals are handled efficiently so you can access your winnings
2200 without unnecessary delays.
2201 </p>
2202 </div>
2203
2204 <!-- Content -->
2205 <div class="content">
2206
2207 <!-- Full Explanation -->
2208 <div class="text-card">
2209 <p>
2210 Our platform is designed to make financial transactions straightforward,
2211 reliable, and secure. Deposits are processed instantly, allowing users
2212 to begin exploring betting and gaming options without delays or
2213 interruptions.
2214 </p>
2215
2216 <p>
2217 Withdrawals are handled efficiently through a structured processing
2218 system that prioritizes accuracy and security. This ensures that players
2219 can access their funds in a timely manner while maintaining platform
2220 integrity.
2221 </p>
2222
2223 <p>
2224 Every transaction follows clear procedures supported by secure payment
2225 technology. From the moment a deposit is made to the completion of a
2226 withdrawal, users benefit from a transparent system built for confidence
2227 and reliability.
2228 </p>
2229 </div>
2230
2231 <!-- Image -->
2232 <div class="image-box">
2233 <img width="1080" height="1080" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201080%201080'%3E%3C/svg%3E" alt="Secure Deposits and Fast Withdrawals" loading="lazy" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/12/White-and-Blue-Minimalist-Sport-Betting-Facebook-Post.png"><noscript><img width="1080" height="1080" decoding="async" src="https://apbooklogin.com/wp-content/uploads/2025/12/White-and-Blue-Minimalist-Sport-Betting-Facebook-Post.png"
2234 alt="Secure Deposits and Fast Withdrawals"
2235 loading="lazy"></noscript>
2236 </div>
2237
2238 <!-- Highlights -->
2239 <div class="highlights">
2240 <h3>Transaction Highlights</h3>
2241
2242 <div class="highlight-item">
2243 <span>✔</span>
2244 <p>Secure payment processing using verified transaction methods.</p>
2245 </div>
2246
2247 <div class="highlight-item">
2248 <span>✔</span>
2249 <p>Fast withdrawal handling designed to minimize waiting times.</p>
2250 </div>
2251
2252 <div class="highlight-item">
2253 <span>✔</span>
2254 <p>Transparent transaction system with clearly defined procedures.</p>
2255 </div>
2256 </div>
2257
2258 </div>
2259</div>
2260
2261</section>
2262 </div>
2263 </div>
2264 </div>
2265 <div class="elementor-element elementor-element-3288b33 e-flex e-con-boxed e-con e-parent" data-id="3288b33" data-element_type="container">
2266 <div class="e-con-inner">
2267 <div class="elementor-element elementor-element-3686765 elementor-widget elementor-widget-html" data-id="3686765" data-element_type="widget" data-widget_type="html.default">
2268 <section class="apbook-knowledge">
2269 <div class="knowledge-wrap">
2270 <h2 class="knowledge-title">Knowledge Videos</h2>
2271 <p class="knowledge-sub">
2272 Simple video guides to help you understand registration, gameplay, and offers.
2273 </p>
2274
2275 <div class="knowledge-grid">
2276
2277 <!-- Video 1 -->
2278 <div class="video-card">
2279 <div class="video-thumb">
2280 ▶
2281 <span class="video-tag">Celebrate</span>
2282 </div>
2283 <h3>Winning Moments & Highlights</h3>
2284 <p>See how players celebrate their success and understand real gameplay moments.</p>
2285 </div>
2286
2287 <!-- Video 2 -->
2288 <div class="video-card">
2289 <div class="video-thumb">
2290 ▶
2291 <span class="video-tag">Offers</span>
2292 </div>
2293 <h3>Latest Offers Explained</h3>
2294 <p>Learn how current promotions work and how to use them correctly.</p>
2295 </div>
2296
2297 <!-- Video 3 -->
2298 <div class="video-card">
2299 <div class="video-thumb">
2300 ▶
2301 <span class="video-tag">Guide</span>
2302 </div>
2303 <h3>How to Play & Get Started</h3>
2304 <p>A step-by-step guide for new users to begin safely and confidently.</p>
2305 </div>
2306
2307 <!-- Video 4 -->
2308 <div class="video-card">
2309 <div class="video-thumb">
2310 ▶
2311 <span class="video-tag">Tips</span>
2312 </div>
2313 <h3>Smart Playing Tips</h3>
2314 <p>Helpful tips to improve your experience and play responsibly.</p>
2315 </div>
2316
2317 </div>
2318 </div>
2319</section>
2320
2321<style>
2322.apbook-knowledge{
2323 padding:70px 20px;
2324 background:#0b0f14;
2325 color:#e5e7eb;
2326}
2327
2328.knowledge-wrap{
2329 max-width:1200px;
2330 margin:0 auto;
2331 text-align:center;
2332}
2333
2334.knowledge-title{
2335 font-size:28px;
2336 color:#ffffff;
2337 margin-bottom:8px;
2338}
2339
2340.knowledge-sub{
2341 font-size:14px;
2342 color:#9ca3af;
2343 margin-bottom:40px;
2344}
2345
2346.knowledge-grid{
2347 display:grid;
2348 grid-template-columns:repeat(4,1fr);
2349 gap:24px;
2350}
2351
2352/* Card */
2353.video-card{
2354 background:#1f2937;
2355 border-radius:18px;
2356 padding:18px;
2357 text-align:left;
2358 border:1px solid rgba(255,255,255,0.06);
2359 transition:transform .3s ease, border-color .3s ease;
2360}
2361
2362.video-card:hover{
2363 transform:translateY(-6px);
2364 border-color:#f5c542;
2365}
2366
2367.video-thumb{
2368 height:160px;
2369 border-radius:14px;
2370 background:linear-gradient(135deg,#111827,#273449);
2371 display:flex;
2372 align-items:center;
2373 justify-content:center;
2374 font-size:40px;
2375 color:#f5c542;
2376 position:relative;
2377 margin-bottom:16px;
2378}
2379
2380.video-tag{
2381 position:absolute;
2382 top:12px;
2383 left:12px;
2384 background:#f5c542;
2385 color:#0b0f14;
2386 font-size:11px;
2387 font-weight:700;
2388 padding:5px 10px;
2389 border-radius:12px;
2390}
2391
2392.video-card h3{
2393 font-size:16px;
2394 color:#ffffff;
2395 margin:0 0 6px;
2396}
2397
2398.video-card p{
2399 font-size:13px;
2400 color:#9ca3af;
2401 line-height:1.6;
2402 margin:0;
2403}
2404
2405/* Responsive */
2406@media (max-width: 992px){
2407 .knowledge-grid{
2408 grid-template-columns:repeat(2,1fr);
2409 }
2410}
2411
2412@media (max-width: 520px){
2413 .knowledge-grid{
2414 grid-template-columns:1fr;
2415 }
2416}
2417</style>
2418 </div>
2419 </div>
2420 </div>
2421 <div class="elementor-element elementor-element-35c04fd e-flex e-con-boxed e-con e-parent" data-id="35c04fd" data-element_type="container">
2422 <div class="e-con-inner">
2423 <div class="elementor-element elementor-element-90ca8e3 elementor-widget elementor-widget-html" data-id="90ca8e3" data-element_type="widget" data-widget_type="html.default">
2424 <section id="apbook-app-v2">
2425
2426<style>
2427/* ===========================
2428 APBOOK APP – V2 DESIGN
2429 Domain: apbooklogin.com
2430=========================== */
2431
2432#apbook-app-v2 {
2433 background: radial-gradient(circle at top, #101a2e 0%, #0b0f14 55%);
2434 padding: 70px 20px;
2435}
2436
2437#apbook-app-v2 .wrap {
2438 max-width: 1000px;
2439 margin: 0 auto;
2440}
2441
2442/* Title Area */
2443#apbook-app-v2 .title-area {
2444 text-align: center;
2445 margin-bottom: 35px;
2446}
2447
2448#apbook-app-v2 .title-area h2 {
2449 font-size: 38px;
2450 font-weight: 600;
2451 color: #ffffff;
2452 margin-bottom: 10px;
2453}
2454
2455#apbook-app-v2 .title-area span {
2456 display: inline-block;
2457 font-size: 14px;
2458 letter-spacing: 1px;
2459 color: #f5b800;
2460 text-transform: uppercase;
2461}
2462
2463/* Content Box */
2464#apbook-app-v2 .content-box {
2465 background: #0f172a;
2466 border-radius: 22px;
2467 padding: 40px 38px;
2468 box-shadow: 0 20px 60px rgba(0,0,0,0.45);
2469}
2470
2471#apbook-app-v2 .content-box p {
2472 font-size: 16px;
2473 line-height: 1.9;
2474 color: #e5e7eb;
2475 margin-bottom: 18px;
2476}
2477
2478/* Feature Grid */
2479#apbook-app-v2 .feature-grid {
2480 display: grid;
2481 grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
2482 gap: 22px;
2483 margin-top: 30px;
2484}
2485
2486/* Feature Card */
2487#apbook-app-v2 .feature-card {
2488 background: linear-gradient(180deg, #111827, #0b1220);
2489 border-radius: 18px;
2490 padding: 22px 20px;
2491 border: 1px solid rgba(255,255,255,0.06);
2492}
2493
2494#apbook-app-v2 .feature-card h4 {
2495 font-size: 17px;
2496 color: #f5b800;
2497 margin-bottom: 8px;
2498 font-weight: 600;
2499}
2500
2501#apbook-app-v2 .feature-card p {
2502 font-size: 14.8px;
2503 color: #cfd7e6;
2504 line-height: 1.7;
2505 margin: 0;
2506}
2507
2508/* App Note */
2509#apbook-app-v2 .app-note {
2510 margin-top: 32px;
2511 padding: 18px 22px;
2512 background: #020617;
2513 border-left: 4px solid #22c55e;
2514 border-radius: 12px;
2515}
2516
2517#apbook-app-v2 .app-note p {
2518 font-size: 14.8px;
2519 color: #d1fae5;
2520 line-height: 1.8;
2521 margin: 0;
2522}
2523</style>
2524
2525<div class="wrap">
2526
2527 <!-- Title -->
2528 <div class="title-area">
2529 <span>Mobile Betting Experience</span>
2530 <h2>Apbook App</h2>
2531 </div>
2532
2533 <!-- Main Content -->
2534 <div class="content-box">
2535 <p>
2536 The Apbook App is designed to deliver a complete betting and gaming
2537 experience directly on your mobile device. It allows users to access
2538 sports betting, live markets, and casino games with the same performance
2539 and reliability available on the desktop platform.
2540 </p>
2541
2542 <p>
2543 With a streamlined interface and mobile-optimized layout, the app ensures
2544 smooth navigation, fast loading times, and uninterrupted access to real-time
2545 betting opportunities. Users can manage their accounts, monitor live odds,
2546 and place bets efficiently, even during high-traffic sporting events.
2547 </p>
2548
2549 <p>
2550 The platform supports a wide range of betting options, including cricket,
2551 football, tennis, and other popular sports, alongside interactive casino
2552 games such as slots, poker, roulette, and live dealer experiences. This
2553 makes the Apbook App a flexible solution for users who prefer betting on
2554 the go.
2555 </p>
2556
2557 <p>
2558 Security and performance are central to the app’s design. All activities
2559 are protected through secure systems to ensure safe access, reliable
2560 transactions, and consistent gameplay across supported devices.
2561 </p>
2562
2563 <!-- Features -->
2564 <div class="feature-grid">
2565 <div class="feature-card">
2566 <h4>Mobile-Optimized Design</h4>
2567 <p>
2568 Built specifically for mobile users with fast navigation and clean
2569 layouts.
2570 </p>
2571 </div>
2572
2573 <div class="feature-card">
2574 <h4>Live Betting Access</h4>
2575 <p>
2576 Place bets during live matches with real-time odds and updates.
2577 </p>
2578 </div>
2579
2580 <div class="feature-card">
2581 <h4>Full Casino Support</h4>
2582 <p>
2583 Enjoy slots, card games, table games, and live dealer experiences.
2584 </p>
2585 </div>
2586
2587 <div class="feature-card">
2588 <h4>Secure Usage</h4>
2589 <p>
2590 Account access and transactions are handled with advanced protection.
2591 </p>
2592 </div>
2593 </div>
2594
2595 <!-- Note -->
2596 <div class="app-note">
2597 <p>
2598 The Apbook App is ideal for users who want flexibility, speed, and a
2599 reliable gaming environment without being tied to a desktop platform.
2600 </p>
2601 </div>
2602
2603 </div>
2604
2605</div>
2606</section>
2607 </div>
2608 </div>
2609 </div>
2610 <div class="elementor-element elementor-element-fd5e2d4 e-flex e-con-boxed e-con e-parent" data-id="fd5e2d4" data-element_type="container">
2611 <div class="e-con-inner">
2612 <div class="elementor-element elementor-element-138050c elementor-widget elementor-widget-html" data-id="138050c" data-element_type="widget" data-widget_type="html.default">
2613 <section class="apbook-app">
2614 <div class="app-wrap">
2615
2616 <!-- LEFT -->
2617 <div class="app-left">
2618 <span class="app-badge">Mobile Experience</span>
2619 <h2>Download Our App</h2>
2620 <p>
2621 Get fast access to live games, secure payments, and smooth performance.
2622 Designed for a seamless experience on your mobile device.
2623 </p>
2624
2625 <ul class="app-points">
2626 <li>⚡ Fast & smooth performance</li>
2627 <li>🔐 Secure login & transactions</li>
2628 <li>🎮 Easy access to games</li>
2629 </ul>
2630
2631 <a class="app-btn" href="#">Download APK</a>
2632 </div>
2633
2634 <!-- RIGHT -->
2635 <div class="app-right">
2636 <div class="phone phone-1">
2637 <img width="222" height="508" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20222%20508'%3E%3C/svg%3E" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/12/app.png"><noscript><img width="222" height="508" decoding="async" src="https://apbooklogin.com/wp-content/uploads/2025/12/app.png" /></noscript>
2638 </div>
2639
2640 <div class="phone phone-2">
2641 <img width="224" height="490" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20224%20490'%3E%3C/svg%3E" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/12/ap-book.png"><noscript><img width="224" height="490" decoding="async" src="https://apbooklogin.com/wp-content/uploads/2025/12/ap-book.png" /></noscript>
2642 </div>
2643 </div>
2644
2645 </div>
2646</section>
2647
2648<style>
2649.apbook-app{
2650 padding:80px 20px;
2651 background:#0b0f14;
2652}
2653
2654.app-wrap{
2655 max-width:1200px;
2656 margin:auto;
2657 background:linear-gradient(135deg,#111827,#0f172a);
2658 border-radius:28px;
2659 padding:50px;
2660 display:grid;
2661 grid-template-columns:1.2fr .8fr;
2662 gap:40px;
2663 align-items:center;
2664 border:1px solid rgba(255,255,255,.06);
2665}
2666
2667.app-left{color:#e5e7eb;}
2668
2669.app-badge{
2670 display:inline-block;
2671 background:#22c55e;
2672 color:#0b0f14;
2673 padding:6px 14px;
2674 border-radius:20px;
2675 font-size:12px;
2676 font-weight:700;
2677 margin-bottom:14px;
2678}
2679
2680.app-left h2{
2681 font-size:36px;
2682 color:#fff;
2683 margin-bottom:12px;
2684}
2685
2686.app-left p{
2687 font-size:15px;
2688 color:#9ca3af;
2689 max-width:480px;
2690 line-height:1.7;
2691 margin-bottom:18px;
2692}
2693
2694.app-points{
2695 list-style:none;
2696 padding:0;
2697 margin:0 0 26px;
2698}
2699
2700.app-points li{
2701 font-size:14px;
2702 color:#d1d5db;
2703 margin-bottom:8px;
2704}
2705
2706.app-btn{
2707 display:inline-block;
2708 background:#f5c542;
2709 color:#0b0f14;
2710 padding:14px 28px;
2711 border-radius:14px;
2712 font-weight:700;
2713 text-decoration:none;
2714 transition:.3s;
2715}
2716
2717.app-btn:hover{
2718 transform:translateY(-3px);
2719 box-shadow:0 12px 30px rgba(245,197,66,.4);
2720}
2721
2722/* RIGHT SIDE PHONES */
2723.app-right{
2724 position:relative;
2725 height:360px;
2726}
2727
2728.phone{
2729 position:absolute;
2730 width:200px;
2731 height:360px;
2732 border-radius:28px;
2733 background:#020617;
2734 border:2px solid rgba(255,255,255,.12);
2735 box-shadow:0 20px 50px rgba(0,0,0,.6);
2736 overflow:hidden;
2737}
2738
2739.phone img{
2740 width:100%;
2741 height:100%;
2742 object-fit:cover;
2743}
2744
2745.phone-1{
2746 right:130px;
2747 top:0;
2748}
2749
2750.phone-2{
2751 right:0;
2752 top:40px;
2753}
2754
2755/* RESPONSIVE */
2756@media(max-width:992px){
2757 .app-wrap{
2758 grid-template-columns:1fr;
2759 padding:35px;
2760 text-align:center;
2761 }
2762 .app-right{
2763 height:280px;
2764 }
2765 .phone-1{right:90px;}
2766}
2767
2768@media(max-width:520px){
2769 .app-left h2{font-size:28px;}
2770 .phone{
2771 width:140px;
2772 height:260px;
2773 }
2774 .phone-1{right:70px;}
2775}
2776</style>
2777 </div>
2778 </div>
2779 </div>
2780 <div class="elementor-element elementor-element-e4c74cc e-flex e-con-boxed e-con e-parent" data-id="e4c74cc" data-element_type="container">
2781 <div class="e-con-inner">
2782 <div class="elementor-element elementor-element-4c29b4e elementor-widget elementor-widget-html" data-id="4c29b4e" data-element_type="widget" data-widget_type="html.default">
2783 <section class="apbook-counter">
2784<div class="counter-wrap">
2785<h2 class="counter-title">GAME COUNTER</h2>
2786<p class="counter-sub">Trusted by players, powered by performance.</p>
2787
2788<div class="counter-grid">
2789<div class="counter-card">
2790<div class="counter-icon">👥</div>
2791<div class="counter-number" data-target="1000000">1M</div>
2792<div class="counter-label">Total Customers</div>
2793</div>
2794<div class="counter-card highlight">
2795<div class="counter-icon">🔥</div>
2796<div class="counter-number" data-target="50000">50000+</div>
2797<div class="counter-label">Active Players</div>
2798</div>
2799<div class="counter-card">
2800<div class="counter-icon">🎮</div>
2801<div class="counter-number" data-target="700">750+</div>
2802<div class="counter-label">Total Games</div>
2803</div>
2804</div>
2805</div>
2806</section>
2807
2808<style>
2809.apbook-counter{
2810 padding:90px 20px;
2811 background:#0b0f14;
2812}
2813
2814.counter-wrap{
2815 max-width:1200px;
2816 margin:auto;
2817 text-align:center;
2818}
2819
2820.counter-title{
2821 font-size:36px;
2822 color:#f5c542;
2823 margin-bottom:6px;
2824}
2825
2826.counter-sub{
2827 font-size:15px;
2828 color:#9ca3af;
2829 margin-bottom:50px;
2830}
2831
2832.counter-grid{
2833 display:grid;
2834 grid-template-columns:repeat(3,1fr);
2835 gap:30px;
2836}
2837
2838.counter-card{
2839 background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
2840 border-radius:26px;
2841 padding:40px 20px;
2842 border:1px solid rgba(255,255,255,.08);
2843 transition:.3s;
2844}
2845
2846.counter-card:hover{
2847 transform:translateY(-8px);
2848 border-color:#f5c542;
2849}
2850
2851.counter-card.highlight{
2852 box-shadow:0 0 60px rgba(245,197,66,.25);
2853}
2854
2855.counter-icon{
2856 font-size:32px;
2857 margin-bottom:12px;
2858}
2859
2860.counter-number{
2861 font-size:42px;
2862 font-weight:900;
2863 color:#f5c542;
2864 margin-bottom:6px;
2865}
2866
2867.counter-label{
2868 font-size:14px;
2869 color:#d1d5db;
2870}
2871
2872@media(max-width:992px){
2873 .counter-grid{
2874 grid-template-columns:repeat(2,1fr);
2875 }
2876}
2877
2878@media(max-width:520px){
2879 .counter-grid{
2880 grid-template-columns:1fr;
2881 }
2882 .counter-title{
2883 font-size:28px;
2884 }
2885}
2886</style>
2887
2888<script type="rocketlazyloadscript">
2889document.addEventListener("DOMContentLoaded", function () {
2890 const counters = document.querySelectorAll(".counter-number");
2891
2892 counters.forEach(counter => {
2893 const target = +counter.getAttribute("data-target");
2894 let count = 0;
2895 const increment = target / 100;
2896
2897 function updateCounter(){
2898 if(count < target){
2899 count += increment;
2900 counter.innerText = Math.ceil(count);
2901 setTimeout(updateCounter, 20);
2902 } else {
2903 counter.innerText = target.toLocaleString() + "+";
2904 }
2905 }
2906
2907 updateCounter();
2908 });
2909});
2910</script> </div>
2911 </div>
2912 </div>
2913 <div class="elementor-element elementor-element-c594636 e-flex e-con-boxed e-con e-parent" data-id="c594636" data-element_type="container">
2914 <div class="e-con-inner">
2915 <div class="elementor-element elementor-element-d8f594b elementor-widget elementor-widget-html" data-id="d8f594b" data-element_type="widget" data-widget_type="html.default">
2916 <section class="ap-support" id="apbook-customer-support">
2917 <div class="ap-support-inner">
2918
2919 <header class="ap-support-head">
2920 <h2>APBook Customer Support</h2>
2921 <p>
2922 Need help with <strong>APBook login</strong>, your <strong>APBook ID</strong>, payments, or verification?
2923 APBook support is available through official channels to help you resolve issues quickly and safely.
2924 </p>
2925 </header>
2926
2927 <div class="ap-support-grid">
2928
2929 <!-- What we help with -->
2930 <article class="ap-support-card">
2931 <div class="ap-support-card-top">
2932 <div class="ap-support-icon">🛠️</div>
2933 <h3>What Support Can Help With</h3>
2934 </div>
2935 <ul class="ap-support-list">
2936 <li>Login errors, OTP problems, or APBook ID issues</li>
2937 <li>Deposit / withdrawal queries and transaction tracking</li>
2938 <li>Account verification & basic KYC guidance</li>
2939 <li>Game-related questions and general account help</li>
2940 </ul>
2941 </article>
2942
2943 <!-- Channels -->
2944 <article class="ap-support-card">
2945 <div class="ap-support-card-top">
2946 <div class="ap-support-icon">📲</div>
2947 <h3>Available Support Channels</h3>
2948 </div>
2949 <ul class="ap-support-list">
2950 <li><strong>WhatsApp support</strong> for quick assistance</li>
2951 <li><strong>Live chat</strong> (where available on the site/app)</li>
2952 <li><strong>Official communication platforms</strong> shared on APBook pages</li>
2953 </ul>
2954
2955 <div class="ap-support-mini">
2956 <strong>Tip:</strong> Always contact support using official links shown on APBook.
2957 Avoid random numbers or unofficial “agent” messages.
2958 </div>
2959 </article>
2960
2961 <!-- Safety + response -->
2962 <article class="ap-support-card">
2963 <div class="ap-support-card-top">
2964 <div class="ap-support-icon">🔒</div>
2965 <h3>Safety & Response Guidelines</h3>
2966 </div>
2967
2968 <div class="ap-support-text">
2969 To protect your account, support may ask for basic verification details. Never share your full password.
2970 For sensitive requests (withdrawals/verification), use only official channels.
2971 </div>
2972
2973 <ul class="ap-support-list">
2974 <li>Support availability may vary by time and region</li>
2975 <li>Processing time can depend on verification status</li>
2976 <li>Keep screenshots/UTR/transaction reference for faster resolution</li>
2977 </ul>
2978 </article>
2979
2980 </div>
2981
2982 <div class="ap-support-cta">
2983 <a class="ap-support-btn ap-support-btn-primary" href="https://apbooklogin.com/contact-us/">Contact Support</a>
2984 <a class="ap-support-btn ap-support-btn-ghost" href="https://apbooklogin.com/how-to-login/">APBook Login Help</a>
2985 </div>
2986
2987 <div class="ap-support-note">
2988 <strong>Reminder:</strong> 18+ only. Play responsibly. Use official sources for support.
2989 </div>
2990
2991 </div>
2992</section>
2993
2994<style>
2995/* ===== APBook Customer Support (Black + Gold Theme) ===== */
2996.ap-support, .ap-support *{
2997 box-sizing:border-box;
2998 font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
2999}
3000
3001.ap-support{
3002 padding:60px 18px;
3003 background:linear-gradient(180deg,#070b12,#0b1220);
3004}
3005
3006.ap-support-inner{
3007 max-width:1200px;
3008 margin:0 auto;
3009}
3010
3011.ap-support-head{
3012 text-align:center;
3013 margin-bottom:22px;
3014}
3015
3016.ap-support-head h2{
3017 margin:0 0 10px;
3018 font-size:32px;
3019 font-weight:900;
3020 letter-spacing:-0.4px;
3021 color:#ffffff;
3022}
3023
3024.ap-support-head p{
3025 margin:0 auto;
3026 max-width:920px;
3027 font-size:15px;
3028 line-height:1.75;
3029 color:rgba(255,255,255,.78);
3030}
3031.ap-support-head strong{color:#ffffff}
3032
3033/* Grid */
3034.ap-support-grid{
3035 display:grid;
3036 grid-template-columns:repeat(3,minmax(0,1fr));
3037 gap:16px;
3038 margin-top:18px;
3039}
3040
3041/* Cards */
3042.ap-support-card{
3043 position:relative;
3044 overflow:hidden;
3045 border-radius:18px;
3046 padding:18px 18px 20px;
3047 background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
3048 border:1px solid rgba(255,255,255,.12);
3049 box-shadow:0 18px 44px rgba(0,0,0,.45);
3050 transition:.25s ease;
3051}
3052.ap-support-card:before{
3053 content:"";
3054 position:absolute; inset:-2px;
3055 background:
3056 radial-gradient(circle at 18% 0%, rgba(245,197,66,.16), transparent 55%),
3057 radial-gradient(circle at 90% 18%, rgba(80,160,255,.10), transparent 55%);
3058 pointer-events:none;
3059}
3060.ap-support-card > *{position:relative; z-index:1}
3061
3062.ap-support-card:hover{
3063 transform:translateY(-4px);
3064 border-color:rgba(245,197,66,.35);
3065 box-shadow:0 24px 56px rgba(0,0,0,.55);
3066}
3067
3068/* Card top */
3069.ap-support-card-top{
3070 display:flex;
3071 align-items:center;
3072 gap:10px;
3073 margin-bottom:10px;
3074}
3075
3076.ap-support-icon{
3077 width:44px;
3078 height:44px;
3079 border-radius:14px;
3080 display:flex;
3081 align-items:center;
3082 justify-content:center;
3083 background:rgba(245,197,66,.14);
3084 border:1px solid rgba(245,197,66,.22);
3085 color:#f5c542;
3086 font-size:20px;
3087 flex:0 0 auto;
3088}
3089
3090.ap-support-card h3{
3091 margin:0;
3092 font-size:16px;
3093 font-weight:900;
3094 color:#ffffff;
3095 letter-spacing:-0.2px;
3096}
3097
3098/* Lists + text */
3099.ap-support-list{
3100 margin:0;
3101 padding-left:18px;
3102 color:rgba(255,255,255,.74);
3103 font-size:14px;
3104 line-height:1.65;
3105}
3106.ap-support-list li{margin-bottom:7px}
3107
3108.ap-support-text{
3109 color:rgba(255,255,255,.74);
3110 font-size:14px;
3111 line-height:1.65;
3112 margin:0 0 12px;
3113}
3114
3115.ap-support-mini{
3116 margin-top:12px;
3117 padding:10px 12px;
3118 border-radius:14px;
3119 background:rgba(0,0,0,.25);
3120 border:1px solid rgba(255,255,255,.10);
3121 color:rgba(255,255,255,.72);
3122 font-size:13px;
3123 line-height:1.55;
3124}
3125.ap-support-mini strong{color:#ffffff}
3126
3127/* CTA */
3128.ap-support-cta{
3129 margin-top:22px;
3130 display:flex;
3131 gap:12px;
3132 justify-content:center;
3133 flex-wrap:wrap;
3134}
3135
3136.ap-support-btn{
3137 display:inline-block;
3138 padding:12px 18px;
3139 border-radius:14px;
3140 font-weight:900;
3141 text-decoration:none;
3142 text-align:center;
3143 transition:.25s ease;
3144}
3145
3146.ap-support-btn-primary{
3147 background:#f5c542;
3148 color:#000000;
3149}
3150.ap-support-btn-primary:hover{
3151 transform:translateY(-2px);
3152 box-shadow:0 14px 30px rgba(245,197,66,.35);
3153}
3154
3155.ap-support-btn-ghost{
3156 background:rgba(255,255,255,.10);
3157 border:1px solid rgba(255,255,255,.14);
3158 color:#ffffff;
3159}
3160.ap-support-btn-ghost:hover{
3161 transform:translateY(-2px);
3162 border-color:rgba(255,255,255,.24);
3163}
3164
3165.ap-support-note{
3166 margin-top:14px;
3167 text-align:center;
3168 font-size:12.5px;
3169 color:rgba(255,255,255,.66);
3170}
3171.ap-support-note strong{color:#ffffff}
3172
3173/* Responsive */
3174@media (max-width: 980px){
3175 .ap-support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
3176}
3177@media (max-width: 640px){
3178 .ap-support-head h2{font-size:26px}
3179 .ap-support-grid{grid-template-columns:1fr}
3180}
3181</style>
3182 </div>
3183 </div>
3184 </div>
3185 <div class="elementor-element elementor-element-a152be7 e-flex e-con-boxed e-con e-parent" data-id="a152be7" data-element_type="container">
3186 <div class="e-con-inner">
3187 <div class="elementor-element elementor-element-8477c93 elementor-widget elementor-widget-html" data-id="8477c93" data-element_type="widget" data-widget_type="html.default">
3188 <section class="ap-rg" id="responsible-gaming-apbook">
3189 <div class="ap-rg-inner">
3190
3191 <header class="ap-rg-head">
3192 <h2>Responsible Gaming on APBook</h2>
3193 <p>
3194 APBook is built for entertainment. We encourage responsible play and remind users to stay within their personal limits.
3195 If gaming stops feeling fun, take a break and use the control tools available.
3196 </p>
3197 </header>
3198
3199 <div class="ap-rg-grid">
3200
3201 <!-- Tools -->
3202 <article class="ap-rg-card">
3203 <div class="ap-rg-card-top">
3204 <div class="ap-rg-icon">🧰</div>
3205 <h3>Responsible Play Tools</h3>
3206 </div>
3207
3208 <ul class="ap-rg-list">
3209 <li><strong>Deposit limits</strong> to control spending daily/weekly/monthly</li>
3210 <li><strong>Time management controls</strong> to reduce long sessions</li>
3211 <li><strong>Self-exclusion options</strong> for cooling-off periods</li>
3212 <li><strong>Account monitoring features</strong> to track activity patterns</li>
3213 </ul>
3214 </article>
3215
3216 <!-- Best practices -->
3217 <article class="ap-rg-card">
3218 <div class="ap-rg-card-top">
3219 <div class="ap-rg-icon">✅</div>
3220 <h3>Good Habits for Safer Play</h3>
3221 </div>
3222
3223 <ul class="ap-rg-list">
3224 <li>Set a budget before you start and stick to it</li>
3225 <li>Never chase losses—pause and reset instead</li>
3226 <li>Take breaks between games to stay in control</li>
3227 <li>Keep gaming separate from work and family time</li>
3228 </ul>
3229
3230 <div class="ap-rg-mini">
3231 <strong>Quick tip:</strong> Use limits first—then play. It keeps decision-making clear.
3232 </div>
3233 </article>
3234
3235 <!-- Compliance -->
3236 <article class="ap-rg-card">
3237 <div class="ap-rg-card-top">
3238 <div class="ap-rg-icon">🔒</div>
3239 <h3>Age & Legal Compliance</h3>
3240 </div>
3241
3242 <p class="ap-rg-text">
3243 Users must be <strong>18+</strong> and follow the laws and regulations in their region. If you’re unsure about local rules,
3244 please verify before creating an APBook ID or placing any bets.
3245 </p>
3246
3247 <div class="ap-rg-alert">
3248 <div class="ap-rg-alert-badge">18+</div>
3249 <div>
3250 Gaming involves financial risk. Only stake what you can afford to lose and consider using self-exclusion if needed.
3251 </div>
3252 </div>
3253 </article>
3254
3255 </div>
3256
3257 <div class="ap-rg-cta">
3258 <a class="ap-rg-btn ap-rg-btn-primary" href="https://apbooklogin.com/contact-us/">Request Limits / Support</a>
3259 <a class="ap-rg-btn ap-rg-btn-ghost" href="https://apbooklogin.com/how-to-login/">Back to APBook Login Guide</a>
3260 </div>
3261
3262 <div class="ap-rg-footnote">
3263 This section is informational and may vary by region and platform availability.
3264 </div>
3265
3266 </div>
3267</section>
3268
3269<style>
3270/* ===== APBook Responsible Gaming (Black + Gold Theme) ===== */
3271.ap-rg, .ap-rg *{
3272 box-sizing:border-box;
3273 font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
3274}
3275
3276.ap-rg{
3277 padding:60px 18px;
3278 background:linear-gradient(180deg,#070b12,#0b1220);
3279}
3280
3281.ap-rg-inner{
3282 max-width:1200px;
3283 margin:0 auto;
3284}
3285
3286/* Header */
3287.ap-rg-head{
3288 text-align:center;
3289 margin-bottom:22px;
3290}
3291
3292.ap-rg-head h2{
3293 margin:0 0 10px;
3294 font-size:32px;
3295 font-weight:900;
3296 letter-spacing:-0.4px;
3297 color:#ffffff;
3298}
3299
3300.ap-rg-head p{
3301 margin:0 auto;
3302 max-width:920px;
3303 font-size:15px;
3304 line-height:1.75;
3305 color:rgba(255,255,255,.78);
3306}
3307.ap-rg-head strong{color:#ffffff}
3308
3309/* Grid */
3310.ap-rg-grid{
3311 display:grid;
3312 grid-template-columns:repeat(3,minmax(0,1fr));
3313 gap:16px;
3314 margin-top:18px;
3315}
3316
3317/* Cards */
3318.ap-rg-card{
3319 position:relative;
3320 overflow:hidden;
3321 border-radius:18px;
3322 padding:18px 18px 20px;
3323 background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
3324 border:1px solid rgba(255,255,255,.12);
3325 box-shadow:0 18px 44px rgba(0,0,0,.45);
3326 transition:.25s ease;
3327}
3328.ap-rg-card:before{
3329 content:"";
3330 position:absolute; inset:-2px;
3331 background:
3332 radial-gradient(circle at 16% 0%, rgba(245,197,66,.16), transparent 55%),
3333 radial-gradient(circle at 90% 18%, rgba(80,160,255,.10), transparent 55%);
3334 pointer-events:none;
3335}
3336.ap-rg-card > *{position:relative; z-index:1}
3337
3338.ap-rg-card:hover{
3339 transform:translateY(-4px);
3340 border-color:rgba(245,197,66,.35);
3341 box-shadow:0 24px 56px rgba(0,0,0,.55);
3342}
3343
3344/* Card top */
3345.ap-rg-card-top{
3346 display:flex;
3347 align-items:center;
3348 gap:10px;
3349 margin-bottom:10px;
3350}
3351
3352.ap-rg-icon{
3353 width:44px;
3354 height:44px;
3355 border-radius:14px;
3356 display:flex;
3357 align-items:center;
3358 justify-content:center;
3359 background:rgba(245,197,66,.14);
3360 border:1px solid rgba(245,197,66,.22);
3361 color:#f5c542;
3362 font-size:20px;
3363 flex:0 0 auto;
3364}
3365
3366.ap-rg-card h3{
3367 margin:0;
3368 font-size:16px;
3369 font-weight:900;
3370 color:#ffffff;
3371 letter-spacing:-0.2px;
3372}
3373
3374/* Lists + text */
3375.ap-rg-list{
3376 margin:0;
3377 padding-left:18px;
3378 color:rgba(255,255,255,.74);
3379 font-size:14px;
3380 line-height:1.65;
3381}
3382.ap-rg-list li{margin-bottom:7px}
3383.ap-rg-list strong{color:#ffffff}
3384
3385.ap-rg-text{
3386 margin:0 0 12px;
3387 color:rgba(255,255,255,.74);
3388 font-size:14px;
3389 line-height:1.65;
3390}
3391
3392.ap-rg-mini{
3393 margin-top:12px;
3394 padding:10px 12px;
3395 border-radius:14px;
3396 background:rgba(0,0,0,.25);
3397 border:1px solid rgba(255,255,255,.10);
3398 color:rgba(255,255,255,.72);
3399 font-size:13px;
3400 line-height:1.55;
3401}
3402.ap-rg-mini strong{color:#ffffff}
3403
3404/* Alert */
3405.ap-rg-alert{
3406 margin-top:12px;
3407 display:flex;
3408 gap:10px;
3409 align-items:flex-start;
3410 padding:12px 12px;
3411 border-radius:16px;
3412 background:rgba(245,197,66,.10);
3413 border:1px solid rgba(245,197,66,.18);
3414 color:rgba(255,255,255,.78);
3415 font-size:13px;
3416 line-height:1.55;
3417}
3418.ap-rg-alert-badge{
3419 flex:0 0 auto;
3420 padding:6px 10px;
3421 border-radius:999px;
3422 background:#f5c542;
3423 color:#000;
3424 font-weight:900;
3425 font-size:12px;
3426}
3427
3428/* CTA */
3429.ap-rg-cta{
3430 margin-top:22px;
3431 display:flex;
3432 gap:12px;
3433 justify-content:center;
3434 flex-wrap:wrap;
3435}
3436
3437.ap-rg-btn{
3438 display:inline-block;
3439 padding:12px 18px;
3440 border-radius:14px;
3441 font-weight:900;
3442 text-decoration:none;
3443 text-align:center;
3444 transition:.25s ease;
3445}
3446
3447.ap-rg-btn-primary{
3448 background:#f5c542;
3449 color:#000000;
3450}
3451.ap-rg-btn-primary:hover{
3452 transform:translateY(-2px);
3453 box-shadow:0 14px 30px rgba(245,197,66,.35);
3454}
3455
3456.ap-rg-btn-ghost{
3457 background:rgba(255,255,255,.10);
3458 border:1px solid rgba(255,255,255,.14);
3459 color:#ffffff;
3460}
3461.ap-rg-btn-ghost:hover{
3462 transform:translateY(-2px);
3463 border-color:rgba(255,255,255,.24);
3464}
3465
3466.ap-rg-footnote{
3467 margin-top:14px;
3468 text-align:center;
3469 font-size:12.5px;
3470 color:rgba(255,255,255,.62);
3471}
3472
3473/* Responsive */
3474@media (max-width: 980px){
3475 .ap-rg-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
3476}
3477@media (max-width: 640px){
3478 .ap-rg-head h2{font-size:26px}
3479 .ap-rg-grid{grid-template-columns:1fr}
3480}
3481</style>
3482 </div>
3483 </div>
3484 </div>
3485 <div class="elementor-element elementor-element-390a326 e-flex e-con-boxed e-con e-parent" data-id="390a326" data-element_type="container">
3486 <div class="e-con-inner">
3487 <div class="elementor-element elementor-element-14c7a65 elementor-widget elementor-widget-html" data-id="14c7a65" data-element_type="widget" data-widget_type="html.default">
3488 <div class="apbook-faq">
3489
3490<details>
3491 <summary>What is APBook?</summary>
3492 <p>APBook is an online betting and gaming platform that allows users to place sports bets, play casino games, and access live betting using a verified APBook ID.</p>
3493</details>
3494
3495<details>
3496 <summary>How do I log in to APBook?</summary>
3497 <p>Visit the official APBook website, click the APBook Login button, enter your APBook ID and password, and complete OTP verification if required.</p>
3498</details>
3499
3500<details>
3501 <summary>How can I get an APBook ID?</summary>
3502 <p>You can register on the official APBook platform and verify your mobile number to receive an active APBook ID.</p>
3503</details>
3504
3505<details>
3506 <summary>Is APBook safe and secure to use?</summary>
3507 <p>Yes. APBook uses secure connections, encrypted data handling, and account verification to help protect users.</p>
3508</details>
3509
3510<details>
3511 <summary>Can I use APBook on mobile devices?</summary>
3512 <p>Yes. APBook works smoothly on mobile browsers and supported devices without requiring a separate app.</p>
3513</details>
3514
3515<details>
3516 <summary>What games are available on APBook?</summary>
3517 <p>APBook offers sports betting, live betting, casino games, and popular options like Aviator, Teen Patti, Roulette, and more.</p>
3518</details>
3519
3520<details>
3521 <summary>How do deposits and withdrawals work on APBook?</summary>
3522 <p>Deposits and withdrawals are handled through supported payment methods and verified accounts. Processing time may vary.</p>
3523</details>
3524
3525<details>
3526 <summary>Does APBook provide customer support?</summary>
3527 <p>Yes. APBook customer support is available through WhatsApp, live chat (where available), and official channels.</p>
3528</details>
3529<details>
3530 <summary>Does APBook have an app?</summary>
3531 <p>APBook may be available through a web-based experience and, in some cases, via an official app/shared access link depending on your region. Always use the official APBook source and avoid unknown third-party downloads.</p>
3532</details>
3533
3534<details>
3535 <summary>How do I use APBook on mobile if I don’t install an app?</summary>
3536 <p>You can use APBook directly in your mobile browser. Open the official APBook site, complete APBook login with your APBook ID, and access sports betting, live games, and account features from your dashboard.</p>
3537</details>
3538
3539
3540<details>
3541 <summary>What should I do if I forget my APBook login password?</summary>
3542 <p>You can reset your password securely using your registered mobile number and OTP verification.</p>
3543</details>
3544
3545<details>
3546 <summary>Is APBook suitable for beginners?</summary>
3547 <p>Yes. APBook is designed with a clean interface and simple navigation, making it suitable for new and experienced users.</p>
3548</details>
3549
3550</div>
3551
3552<style>
3553.apbook-faq details {
3554 border: 1px solid #e6e6e6;
3555 border-radius: 8px;
3556 padding: 14px 16px;
3557 margin-bottom: 10px;
3558 background: #ffffff;
3559}
3560
3561.apbook-faq summary {
3562 font-weight: 700;
3563 cursor: pointer;
3564 list-style: none;
3565}
3566
3567.apbook-faq summary::-webkit-details-marker {
3568 display: none;
3569}
3570
3571.apbook-faq details p {
3572 margin-top: 10px;
3573 color: #555;
3574 line-height: 1.6;
3575}
3576</style>
3577 </div>
3578 </div>
3579 </div>
3580 <div class="elementor-element elementor-element-e516955 e-flex e-con-boxed e-con e-parent" data-id="e516955" data-element_type="container">
3581 <div class="e-con-inner">
3582 <div class="elementor-element elementor-element-a911c18 elementor-widget elementor-widget-html" data-id="a911c18" data-element_type="widget" data-widget_type="html.default">
3583 <section class="apbook-connect">
3584 <div class="apbook-connect__wrap">
3585 <h2 class="apbook-connect__title">Connect With Us</h2>
3586 <p class="apbook-connect__sub">Our support team is available 24/7 to assist you anytime, anywhere.</p>
3587
3588 <div class="apbook-connect__cards">
3589 <!-- WHATSAPP -->
3590 <a class="apbook-connect__card apbook-connect__card--whatsapp" href="https://wa.me/YOURNUMBER" target="_blank" rel="noopener">
3591 <span class="apbook-connect__icon" aria-hidden="true">💬</span>
3592 <h3>WhatsApp Support</h3>
3593 <p>Instant help & quick response</p>
3594 </a>
3595
3596 <!-- TELEGRAM -->
3597 <a class="apbook-connect__card apbook-connect__card--telegram" href="https://t.me/YOURUSERNAME" target="_blank" rel="noopener">
3598 <span class="apbook-connect__icon" aria-hidden="true">✈️</span>
3599 <h3>Telegram Support</h3>
3600 <p>Updates, help & community</p>
3601 </a>
3602
3603 <!-- CONTACT US PAGE -->
3604 <a class="apbook-connect__card apbook-connect__card--support" href="https://apbooklogin.com/contact-us/">
3605 <span class="apbook-connect__icon" aria-hidden="true">📩</span>
3606 <h3>Contact Us</h3>
3607 <p>Open our official contact page</p>
3608 </a>
3609 </div>
3610
3611 <div class="apbook-connect__note">
3612 <strong>Official IDs:</strong> apbook · apbook in · apbook. in · apbook betting · apbook login
3613 · ap book
3614
3615 </div>
3616 </div>
3617</section>
3618
3619<style>
3620 .apbook-connect{
3621 padding:100px 20px;
3622 background:#0b0f14;
3623 color:#fff;
3624 }
3625
3626 .apbook-connect__wrap{
3627 max-width:1100px;
3628 margin:0 auto;
3629 text-align:center;
3630 }
3631
3632 .apbook-connect__title{
3633 font-size:38px;
3634 color:#f5c542;
3635 margin:0 0 10px;
3636 }
3637
3638 .apbook-connect__sub{
3639 font-size:16px;
3640 color:#9ca3af;
3641 margin:0 0 60px;
3642 line-height:1.7;
3643 }
3644
3645 .apbook-connect__cards{
3646 display:grid;
3647 grid-template-columns:repeat(3, minmax(0, 1fr));
3648 gap:28px;
3649 margin:0 0 50px;
3650 }
3651
3652 .apbook-connect__card{
3653 display:block;
3654 background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
3655 border-radius:28px;
3656 padding:40px 25px;
3657 border:1px solid rgba(255,255,255,.08);
3658 text-decoration:none;
3659 color:#fff;
3660 transition:transform .35s ease, border-color .35s ease, box-shadow .35s ease;
3661 }
3662
3663 .apbook-connect__card:hover{
3664 transform:translateY(-10px);
3665 border-color:#f5c542;
3666 }
3667
3668 .apbook-connect__icon{
3669 font-size:36px;
3670 display:block;
3671 margin:0 0 14px;
3672 }
3673
3674 .apbook-connect__card h3{
3675 font-size:18px;
3676 margin:0 0 6px;
3677 color:#fff;
3678 }
3679
3680 .apbook-connect__card p{
3681 font-size:14px;
3682 margin:0;
3683 color:#d1d5db;
3684 line-height:1.6;
3685 }
3686
3687 .apbook-connect__card--whatsapp:hover{ box-shadow:0 0 40px rgba(34,197,94,.4); }
3688 .apbook-connect__card--telegram:hover{ box-shadow:0 0 40px rgba(56,189,248,.4); }
3689 .apbook-connect__card--support:hover{ box-shadow:0 0 40px rgba(245,197,66,.4); }
3690
3691 .apbook-connect__note{
3692 font-size:13px;
3693 color:#9ca3af;
3694 max-width:900px;
3695 margin:0 auto;
3696 line-height:1.7;
3697 }
3698
3699 @media (max-width: 992px){
3700 .apbook-connect__cards{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
3701 }
3702
3703 @media (max-width: 520px){
3704 .apbook-connect__cards{ grid-template-columns:1fr; }
3705 .apbook-connect__title{ font-size:30px; }
3706 }
3707</style>
3708 </div>
3709 </div>
3710 </div>
3711 <div class="elementor-element elementor-element-4b1349e e-flex e-con-boxed e-con e-parent" data-id="4b1349e" data-element_type="container">
3712 <div class="e-con-inner">
3713 <div class="elementor-element elementor-element-f7305b7 elementor-widget elementor-widget-html" data-id="f7305b7" data-element_type="widget" data-widget_type="html.default">
3714 <section class="apbook-footer">
3715<div class="footer-container">
3716<!-- Top Section - Responsible Gaming -->
3717<div class="footer-top">
3718<div class="rg-card">
3719<div class="rg-header">
3720<div class="rg-badge">18+</div>
3721<div class="rg-badge rg">RG</div>
3722</div>
3723<div class="rg-content">
3724<h3>Responsible Gaming</h3>
3725<p>Play responsibly. Gaming should be fun, not a financial risk.</p>
3726</div>
3727</div>
3728<div class="payment-methods">
3729<h3>Payment Methods</h3>
3730<div class="payment-icons">
3731<div class="payment-icon">
3732<div class="icon-wrapper">UPI</div>
3733<span>UPI</span>
3734</div>
3735<div class="payment-icon">
3736<div class="icon-wrapper">₹</div>
3737<span>PhonePe</span>
3738</div>
3739<div class="payment-icon">
3740<div class="icon-wrapper">P</div>
3741<span>Paytm</span>
3742</div>
3743<div class="payment-icon">
3744<div class="icon-wrapper">G</div>
3745<span>GPay</span>
3746</div>
3747</div>
3748</div>
3749<div class="support-card">
3750<div class="support-icon">🕒</div>
3751<div class="support-content">
3752<h3>Customer Support</h3>
3753<p>24×7 Online Customer Service</p>
3754</div>
3755</div>
3756</div>
3757<!-- Middle Section - Only License -->
3758<div class="license-section">
3759<div class="license-container">
3760<div class="license-icon">🏛️</div>
3761<div class="license-text">
3762<h3>Licensed & Regulated by</h3>
3763<p class="license-authority">Curaçao eGaming</p>
3764</div>
3765</div>
3766</div>
3767<!-- Bottom Section - Copyright -->
3768<div class="footer-bottom">
3769<div class="copyright">
3770<p>© 2025 APBOOK. All Rights Reserved.</p>
3771<p class="disclaimer">This is a demo website for entertainment purposes only.</p>
3772</div>
3773</div>
3774</div>
3775</section>
3776
3777<style>
3778.apbook-footer {
3779 background: linear-gradient(180deg, #0b0f14 0%, #080a0f 100%);
3780 color: white;
3781 padding: 60px 20px 30px;
3782 border-top: 2px solid rgba(255, 215, 0, 0.3);
3783 font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
3784}
3785
3786.footer-container {
3787 max-width: 1200px;
3788 margin: 0 auto;
3789}
3790
3791/* Top Section */
3792.footer-top {
3793 display: grid;
3794 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
3795 gap: 30px;
3796 margin-bottom: 50px;
3797 padding-bottom: 40px;
3798 border-bottom: 1px solid rgba(255, 255, 255, 0.1);
3799}
3800
3801.rg-card {
3802 background: rgba(255, 255, 255, 0.03);
3803 border-radius: 20px;
3804 padding: 25px;
3805 border: 1px solid rgba(255, 215, 0, 0.2);
3806
backdrop-filter: blur(10px);
3807 box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
3808}
3809
3810.rg-header {
3811 display: flex;
3812 gap: 15px;
3813 margin-bottom: 20px;
3814}
3815
3816.rg-badge {
3817 background: linear-gradient(135deg, #FFD700, #FFA500);
3818 color: #000;
3819 font-weight: bold;
3820 padding: 8px 20px;
3821 border-radius: 50px;
3822 font-size: 14px;
3823 box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
3824}
3825
3826.rg-badge.rg {
3827 background: linear-gradient(135deg, #FFD700, #FFA500);
3828 color: #000;
3829 font-weight: bold;
3830}
3831
3832.rg-content h3 {
3833 color: #FFD700;
3834 font-size: 22px;
3835 margin-bottom: 10px;
3836 font-weight: 600;
3837}
3838
3839.rg-content p {
3840 color: #ffffff;
3841 line-height: 1.6;
3842 font-size: 15px;
3843 opacity: 0.9;
3844}
3845
3846/* Payment Methods */
3847.payment-methods {
3848 background: rgba(255, 255, 255, 0.03);
3849 border-radius: 20px;
3850 padding: 25px;
3851 border: 1px solid rgba(255, 255, 255, 0.1);
3852 box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
3853}
3854
3855.payment-methods h3 {
3856 color: #FFD700;
3857 font-size: 22px;
3858 margin-bottom: 25px;
3859 text-align: center;
3860 font-weight: 600;
3861}
3862
3863.payment-icons {
3864 display: grid;
3865 grid-template-columns: repeat(2, 1fr);
3866 gap: 20px;
3867}
3868
3869.payment-icon {
3870 display: flex;
3871 align-items: center;
3872 gap: 15px;
3873 background: rgba(255, 255, 255, 0.05);
3874 padding: 15px;
3875 border-radius: 15px;
3876 transition: all 0.3s ease;
3877 border: 1px solid rgba(255, 255, 255, 0.1);
3878}
3879
3880.payment-icon:hover {
3881 background: rgba(255, 215, 0, 0.1);
3882 border-color: #FFD700;
3883 transform: translateY(-3px);
3884 box-shadow: 0 5px 20px rgba(255, 215, 0, 0.2);
3885}
3886
3887.icon-wrapper {
3888 width: 50px;
3889 height: 50px;
3890 background: linear-gradient(135deg, #FFD700, #FFA500);
3891 border-radius: 50%;
3892 display: flex;
3893 align-items: center;
3894 justify-content: center;
3895 font-weight: bold;
3896 font-size: 18px;
3897 color: #000;
3898 box-shadow: 0 4px 10px rgba(255, 215, 0, 0.3);
3899}
3900
3901.payment-icon span {
3902 color: white;
3903 font-weight: 500;
3904 font-size: 16px;
3905}
3906
3907/* Support Card */
3908.support-card {
3909 background: rgba(255, 255, 255, 0.03);
3910 border-radius: 20px;
3911 padding: 25px;
3912 display: flex;
3913 align-items: center;
3914 gap: 20px;
3915 border: 1px solid rgba(255, 215, 0, 0.2);
3916 box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
3917}
3918
3919.support-icon {
3920 font-size: 40px;
3921 background: rgba(255, 215, 0, 0.15);
3922 width: 70px;
3923 height: 70px;
3924 border-radius: 50%;
3925 display: flex;
3926 align-items: center;
3927 justify-content: center;
3928 color: #FFD700;
3929}
3930
3931.support-content h3 {
3932 color: #FFD700;
3933 font-size: 22px;
3934 margin-bottom: 8px;
3935 font-weight: 600;
3936}
3937
3938.support-content p {
3939 color: #ffffff;
3940 font-size: 15px;
3941 opacity: 0.9;
3942}
3943
3944/* License Section - Center */
3945.license-section {
3946 display: flex;
3947 justify-content: center;
3948 align-items: center;
3949 margin: 40px 0 50px;
3950 padding: 30px 0;
3951}
3952
3953.license-container {
3954 background: rgba(255, 255, 255, 0.03);
3955 border-radius: 20px;
3956 padding: 40px 50px;
3957 border: 1px solid rgba(255, 215, 0, 0.3);
3958 display: flex;
3959 flex-direction: column;
3960 align-items: center;
3961 gap: 20px;
3962 max-width: 500px;
3963 width: 100%;
3964 text-align: center;
3965
backdrop-filter: blur(10px);
3966 box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
3967}
3968
3969.license-icon {
3970 font-size: 50px;
3971 color: #FFD700;
3972 background: rgba(255, 215, 0, 0.1);
3973 width: 80px;
3974 height: 80px;
3975 border-radius: 50%;
3976 display: flex;
3977 align-items: center;
3978 justify-content: center;
3979 margin-bottom: 10px;
3980}
3981
3982.license-text h3 {
3983 color: #FFD700;
3984 font-size: 24px;
3985 margin-bottom: 10px;
3986 font-weight: 600;
3987}
3988
3989.license-authority {
3990 color: #ffffff;
3991 font-size: 22px;
3992 font-weight: 500;
3993 opacity: 0.95;
3994 letter-spacing: 1px;
3995}
3996
3997/* Bottom Section */
3998.footer-bottom {
3999 text-align: center;
4000 padding-top: 30px;
4001 border-top: 1px solid rgba(255, 255, 255, 0.1);
4002}
4003
4004.copyright p {
4005 color: #ffffff;
4006 font-size: 15px;
4007 margin-bottom: 8px;
4008 opacity: 0.9;
4009}
4010
4011.disclaimer {
4012 font-size: 13px !important;
4013 color: #aaaaaa !important;
4014 margin-top: 10px;
4015 opacity: 0.7;
4016}
4017
4018/* Responsive */
4019@media (max-width: 768px) {
4020 .footer-top {
4021 grid-template-columns: 1fr;
4022 gap: 20px;
4023 }
4024 .payment-icons {
4025 grid-template-columns: repeat(2, 1fr);
4026 }
4027 .support-card {
4028 flex-direction: column;
4029 text-align: center;
4030 }
4031 .license-container {
4032 padding: 30px 20px;
4033 margin: 0 15px;
4034 }
4035}
4036
4037@media (max-width: 480px) {
4038 .payment-icons {
4039 grid-template-columns: 1fr;
4040 }
4041 .apbook-footer {
4042 padding: 40px 15px 20px;
4043 }
4044 .license-icon {
4045 width: 70px;
4046 height: 70px;
4047 font-size: 40px;
4048 }
4049 .license-text h3 {
4050 font-size: 20px;
4051 }
4052 .license-authority {
4053 font-size: 18px;
4054 }
4055}
4056</style> </div>
4057 </div>
4058 </div>
4059 </div>
4060 <footer class="wpdevart-footer-one">
4061
4062
4063 <div class="footer-one-pre">
4064 </div>
4065
4066 <div class="wpdevart-footer-container">
4067
4068 <div class="site-footer-six-widgets-group">
4069 <div class="site-footer_six_col-one">
4070 <div class="wpdevart-widgets-inner">
4071 <div id="block-8" class="widget widget_block widget_media_image">
4072<figure class="wp-block-image size-full"><img decoding="async" width="418" height="389" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20418%20389'%3E%3C/svg%3E" alt="apbook.in" class="wp-image-7" data-lazy-srcset="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png 418w, https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_-300x279.png 300w" data-lazy-sizes="(max-width: 418px) 100vw, 418px" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png"><noscript><img decoding="async" width="418" height="389" src="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png" alt="apbook.in" class="wp-image-7" srcset="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png 418w, https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_-300x279.png 300w" sizes="(max-width: 418px) 100vw, 418px" /></noscript></figure>
4073</div><div id="block-10" class="widget widget_block widget_text">
4074<p><strong>Apbook</strong> is an online betting platform that allows users to explore sports betting through a simple and easy-to-use interface. Players searching for <strong>Apbook in</strong>, <strong>Apbook.in</strong>, or <strong>Apbook .in</strong> can access the platform to place bets on popular sports such as football, basketball, tennis, and more.</p>
4075</div><div id="block-11" class="widget widget_block widget_text">
4076<p>The platform supports <strong>Apbook login</strong> and <strong>Apbook in login</strong> for registered users, with smooth access available on both desktop and mobile devices. For users who prefer mobile access, the <strong>Apbook app</strong> and <strong>Apbook APK download</strong> options make it convenient to use <strong>Apbook betting</strong> features on the go. With live betting support, responsive performance, and a clean design, <strong>Apbook online betting</strong> focuses on providing a practical and user-friendly experience for sports betting enthusiasts.</p>
4077</div> </div>
4078 </div>
4079 <div class="site-footer_six_col-two">
4080 <div class="wpdevart-widgets-inner">
4081 <div id="block-12" class="widget widget_block widget_text">
4082<p>apbook app download<br>apbook download<br>apbook in registration<br>ap book<br>apbook betting app<br>apbook login app<br>apbook open now<br>apbook betting login<br>apbook customer care number<br>apbook online betting app</p>
4083</div> </div>
4084 </div>
4085 <div class="site-footer_six_col-three">
4086 <div class="wpdevart-widgets-inner">
4087 <div id="block-14" class="widget widget_block widget_text">
4088<p>info@apbooklogin.com<br>support@apbooklogin.com</p>
4089</div><div id="block-15" class="widget widget_block widget_text">
4090<p>Fairplay WhatsApp Number: +91-3465**-347**</p>
4091</div><div id="block-16" class="widget widget_block">
4092<ul class="wp-block-list">
4093<li><a href="https://apbooklogin.com/blog/">APBook Blog</a></li>
4094</ul>
4095</div>
4096 </div>
4097 </div>
4098 <div class="site-footer_six_col-four">
4099 <div class="wpdevart-widgets-inner">
4100 <div id="block-17" class="widget widget_block widget_text">
4101<p>apbook online betting app<br>apbook in app download<br>apbook id<br>apbook login password<br>apbook cricket<br>apbook online betting login<br>apbook betting app download<br>apbook bet<br>ap book id</p>
4102</div>
4103 </div>
4104 </div>
4105 <div class="site-footer_six_col-five">
4106 <div class="wpdevart-widgets-inner">
4107 <div id="block-18" class="widget widget_block widget_text">
4108<p><a href="https://apbooklogin.com/how-to-login/">How to Login</a></p>
4109</div><div id="block-19" class="widget widget_block widget_text">
4110<p><a href="https://apbooklogin.com/how-to-play/">How to Play</a></p>
4111</div><div id="block-20" class="widget widget_block widget_text">
4112<p><a href="https://apbooklogin.com/how-to-register/">How to Register</a></p>
4113</div><div id="block-21" class="widget widget_block widget_text">
4114<p><a href="https://apbooklogin.com/apbook-app/">APBOOK APP</a></p>
4115</div><div id="block-22" class="widget widget_block widget_text">
4116<p></p>
4117</div>
4118 </div>
4119 </div>
4120 </div>
4121
4122 </div>
4123
4124
4125 <div class="wpdevart-footer-copyright-only-text">
4126 <p>All rights reserved. <a target="_blank" title="WordPress Education Theme" href="https://wordpress.org/themes/education-wda">Education WDA</a> Powered by WordPress.</p>
4127 </div>
4128
4129</footer>
4130 <div class="wpdevart-search-overlay" id="wpdevartModalContainer">
4131 <div class="wpdevart-search-overlay-layout">
4132 <form method="get" class="search-term" action="https://apbooklogin.com/">
4133 <div class="wpdevart-search-container">
4134 <label>
4135 <input type="search" class="search-term" id="wpdevartfocusonoverlayinputwide" placeholder="Enter a search term here..." value="" name="s">
4136 <button type="submit" class="search-overlay-submit-button">
4137 <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">
4138 <path d="M15.853 16.56c-1.683 1.517-3.911 2.44-6.353 2.44-5.243 0-9.5-4.257-9.5-9.5s4.257-9.5 9.5-9.5 9.5 4.257 9.5 9.5c0 2.442-.923 4.67-2.44 6.353l7.44 7.44-.707.707-7.44-7.44zm-6.353-15.56c4.691 0 8.5 3.809 8.5 8.5s-3.809 8.5-8.5 8.5-8.5-3.809-8.5-8.5 3.809-8.5 8.5-8.5z"></path>
4139 </svg>
4140 </button>
4141 </label>
4142 <button type="button" onclick="wpdevartToggleModal()" class="search-overlay-close-wide-button" id="restoresearchbuttonfocus">
4143 <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">
4144 <path d="m12 10.93 5.719-5.72c.146-.146.339-.219.531-.219.404 0 .75.324.75.749 0 .193-.073.385-.219.532l-5.72 5.719 5.719 5.719c.147.147.22.339.22.531 0 .427-.349.75-.75.75-.192 0-.385-.073-.531-.219l-5.719-5.719-5.719 5.719c-.146.146-.339.219-.531.219-.401 0-.75-.323-.75-.75 0-.192.073-.384.22-.531l5.719-5.719-5.72-5.719c-.146-.147-.219-.339-.219-.532 0-.425.346-.749.75-.749.192 0 .385.073.531.219z"></path>
4145 </svg>
4146 </button>
4147 </div>
4148 </form>
4149 <div tabindex="0"></div>
4150 </div>
4151 </div>
4152
4153 <div class="wpdevart-search-overlay" id="wpdevartModalContainerSmall">
4154 <div class="wpdevart-search-overlay-layout">
4155 <form method="get" class="search-term" action="https://apbooklogin.com/">
4156 <div class="wpdevart-search-container">
4157 <label>
4158 <input type="search" class="search-term" id="wpdevartfocusonoverlayinputsmall" placeholder="Search term..." value="" name="s">
4159 <button type="submit" class="search-overlay-submit-button">
4160 <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">
4161 <path d="M15.853 16.56c-1.683 1.517-3.911 2.44-6.353 2.44-5.243 0-9.5-4.257-9.5-9.5s4.257-9.5 9.5-9.5 9.5 4.257 9.5 9.5c0 2.442-.923 4.67-2.44 6.353l7.44 7.44-.707.707-7.44-7.44zm-6.353-15.56c4.691 0 8.5 3.809 8.5 8.5s-3.809 8.5-8.5 8.5-8.5-3.809-8.5-8.5 3.809-8.5 8.5-8.5z"></path>
4162 </svg>
4163 </button>
4164 </label>
4165 <button type="button" onclick="wpdevartToggleModalSmall()" class="search-overlay-close-button" id="restoresmallsearchbuttonfocus">
4166 <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">
4167 <path d="m12 10.93 5.719-5.72c.146-.146.339-.219.531-.219.404 0 .75.324.75.749 0 .193-.073.385-.219.532l-5.72 5.719 5.719 5.719c.147.147.22.339.22.531 0 .427-.349.75-.75.75-.192 0-.385-.073-.531-.219l-5.719-5.719-5.719 5.719c-.146.146-.339.219-.531.219-.401 0-.75-.323-.75-.75 0-.192.073-.384.22-.531l5.719-5.719-5.72-5.719c-.146-.147-.219-.339-.219-.532 0-.425.346-.749.75-.749.192 0 .385.073.531.219z"></path>
4168 </svg>
4169 </button>
4170 </div>
4171 </form>
4172 <div tabindex="0"></div>
4173 </div>
4174 </div>
4175<script type="speculationrules">
4176{"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/education-wda/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
4177</script>
4178 <script type="rocketlazyloadscript">
4179 const lazyloadRunObserver = () => {
4180 const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
4181 const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
4182 entries.forEach( ( entry ) => {
4183 if ( entry.isIntersecting ) {
4184 let lazyloadBackground = entry.target;
4185 if( lazyloadBackground ) {
4186 lazyloadBackground.classList.add( 'e-lazyloaded' );
4187 }
4188 lazyloadBackgroundObserver.unobserve( entry.target );
4189 }
4190 });
4191 }, { rootMargin: '200px 0px 200px 0px' } );
4192 lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
4193 lazyloadBackgroundObserver.observe( lazyloadBackground );
4194 } );
4195 };
4196 const events = [
4197 'DOMContentLoaded',
4198 'elementor/lazyload/observe',
4199 ];
4200 events.forEach( ( event ) => {
4201 document.addEventListener( event, lazyloadRunObserver );
4202 } );
4203 </script>
4204 <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
4205/* <![CDATA[ */
4206"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}();
4207//# sourceURL=rocket-browser-checker-js-after
4208/* ]]> */
4209</script>
4210<script type="text/javascript" id="rocket-preload-links-js-extra">
4211/* <![CDATA[ */
4212var 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://apbooklogin.com","onHoverDelay":"100","rateThrottle":"3"};
4213//# sourceURL=rocket-preload-links-js-extra
4214/* ]]> */
4215</script>
4216<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
4217/* <![CDATA[ */
4218(function() {
4219"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
4220}());
4221
4222//# sourceURL=rocket-preload-links-js-after
4223/* ]]> */
4224</script>
4225<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-content/cache/min/1/wp-content/themes/education-wda/assets/js/front-end/index.js?ver=1765574278" id="wpdevart-js-js" defer=""></script>
4226<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-content/cache/min/1/wp-content/themes/education-wda/assets/js/front-end/search.js?ver=1765574278" id="wpdevart-search-js-js" defer=""></script>
4227<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.34.0" id="elementor-webpack-runtime-js" defer=""></script>
4228<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.34.0" id="elementor-frontend-modules-js" defer=""></script>
4229<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js" defer=""></script>
4230<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="elementor-frontend-js-before">
4231/* <![CDATA[ */
4232var 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.34.0","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,"e_interactions":true,"import-export-customization":true},"urls":{"assets":"https:\/\/apbooklogin.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/apbooklogin.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/apbooklogin.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"d8f4a9add5"},"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":138,"title":"APBook%20Login%20-%20Register%20at%20AP%20Book%20-%20Download%20ApBook%20App","excerpt":"","featuredImage":"https:\/\/apbooklogin.com\/wp-content\/uploads\/2025\/11\/apbook.in_.png"}};
4233//# sourceURL=elementor-frontend-js-before
4234/* ]]> */
4235</script>
4236<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.34.0" id="elementor-frontend-js" defer=""></script>
4237<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
4238if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
4239images=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}
4240if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async="" src="https://apbooklogin.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script><script>"use strict";function wprRemoveCPCSS(){var preload_stylesheets=document.querySelectorAll('link[data-rocket-async="style"][rel="preload"]');if(preload_stylesheets&&0<preload_stylesheets.length)for(var stylesheet_index=0;stylesheet_index<preload_stylesheets.length;stylesheet_index++){var media=preload_stylesheets[stylesheet_index].getAttribute("media")||"all";if(window.matchMedia(media).matches)return void setTimeout(wprRemoveCPCSS,200)}var elem=document.getElementById("rocket-critical-css");elem&&"remove"in elem&&elem.remove()}window.addEventListener?window.addEventListener("load",wprRemoveCPCSS):window.attachEvent&&window.attachEvent("onload",wprRemoveCPCSS);</script><script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script><noscript><link rel="stylesheet" href="https://apbooklogin.com/wp-content/cache/min/1/267e5df91277564a4c63befb2f89ebb1.css" media="all" data-minify="1" /><link rel='stylesheet' id='elementor-post-6-css' href='https://apbooklogin.com/wp-content/uploads/elementor/css/post-6.css?ver=1766996548' type='text/css' media='all' /><link rel='stylesheet' id='elementor-post-138-css' href='https://apbooklogin.com/wp-content/uploads/elementor/css/post-138.css?ver=1766999534' type='text/css' media='all' /></noscript>
4241
4242
4243
4244
4245
4246
4247
4248<span id="elementor-device-mode" class="elementor-screen-only"></span></body></html>