Skip to Content

HTML Document

URL: https://apbooklogin.com/
HTTP Status: 200 OK
MIME Type: text/html
Last Modified: Thu, 01 Jan 2026 11:23:52 GMT
Download Time: Less than a second
Cookies: None
Size: 212 KB
Depth: 0 clicks from home page
Charset: utf-8
Forms: 4 forms containing 8 controls
HTTP Headers:  7 headers
Links In:  0 pages
Links Out:  19 links
Images:  3 images
CSS:  3 files
JavaScript:  0 files
Issue Issues: 20 issue(s) found in 176 location(s)

1<!DOCTYPE html>

2

3<html lang="en-US" prefix="og: https://ogp.me/ns#">

4

5 <head>

6<meta charset="UTF-8">

7<script>

8if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script>

9<script>

10class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>

11{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>

12{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>

13window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>

14window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>

15{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>

16{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>

17[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>

18{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>

19{const n=document.createElement("script");[...e.attributes].forEach((e=>

20{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>

21{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>

22=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>

23n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>

24t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>

25t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>

26"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>

27{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>

28e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>

2945&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>

30setTimeout(e))):new Promise((e=>

31requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>

32

33

34 <meta name="viewport" content="width=device-width, initial-scale=1">

35

36

37<!-- Search Engine Optimization by Rank Math - https://rankmath.com/ -->

38

39<title>

40APBook Login - Register at AP Book - Download ApBook App</title>

41<style id="rocket-critical-css">

42:root{scroll-behavior:smooth}html{line-height:1.15}body{color:#333333;overflow-x:hidden;margin:0;font-family:Open Sans,sans-serif;background:#070506}img{max-width:100%;height:auto}a{color:#000000}p,li{line-height:1.5}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button,input{font-family:inherit;font-size:100%;line-height:1.15}input[type="search"]{background:transparent}.wpdevart-main-header-bg-gradient{background:linear-gradient(to right,#070506,#070506);position:relative}.wpdevart-main-header-border{border-bottom:1px solid #383838}.wpdevart-header-container{max-width:1300px;margin:0 auto;padding:16px 0 0 0}@media (min-width:960px){.wpdevart-header-container{padding:25px 16px}}.wpdevart-main-header-section{width:100%;text-align:center}@media (min-width:960px){.wpdevart-main-header-section{display:flex;align-items:center;justify-content:center;text-align:left}}.wpdevart-logo-area{width:33%}@media (max-width:960px){.wpdevart-logo-area{width:100%}}.wpdevart-logo-area img{width:auto;max-height:200px}@media (min-width:960px){.wpdevart-logo-area img{width:auto;max-height:200px}}@media (max-width:960px){.wpdevart-main-header-section-mobile-logo{display:flex;align-items:center;justify-content:center;margin:15px 0;text-align:left}}.wpdevart-header-logo-spaces{line-height:0!important;margin:0!important}@media (max-width:960px){.mobile-image-logo-resizing{padding:0 30px}}.header-action-button-mobile-area{width:100%;padding:10px 0 30px 0}@media (min-width:960px){.header-action-button-mobile-area{display:none}}.wpdevart-header-action-button{word-break:break-word;max-width:200px}@media (min-width:960px) and (max-width:1200px){.wpdevart-header-action-button{font-size:14px!important;padding:8px 6px!important}}.wpdevart-menu-and-buttons-area{width:100%}@media (min-width:960px){.wpdevart-menu-and-buttons-area{flex:67%}}.wpdevart-menu-and-buttons-container{width:100%}@media (min-width:960px){.wpdevart-menu-and-buttons-container{display:flex;align-items:center;justify-content:flex-end}}@media (max-width:960px){.header-action-button-area{display:none}}.header-action-button-area{margin-left:10px}@media screen and (min-width:960px){.nav-container-layout-one{max-width:65%}.navbar-wpdevart{padding:0 10px 0 10px}.navbar-wpdevart>

43ul>

44li{position:relative;margin-left:10px}.navbar-wpdevart>

45ul,.navbar-wpdevart>

46ul>

47li{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:baseline}.wpdevart-menu-items-color{color:#ffffff}.wpdevart-menu-button-icon{background:none;padding:0px;border:none;fill:#000000}.navbar-wpdevart .dropdown-menu{position:absolute;top:100%;min-width:220px;visibility:hidden;opacity:0;background:#070506;border:1px solid rgba(0,0,0,.085);border-top-width:2px;border-top-style:solid;padding:10px 0;line-height:1.5;text-align:left;transform:translateY(10px);z-index:998;border-radius:0 0 3px 3px;box-shadow:0 0 2px 0 #343434,0 0px 15px 0 #343434;font-size:1em;border-top:2px solid #fdc58a}.wpdevart-sub-menu-link-color{color:#d5d5d5}.navbar-wpdevart .dropdown-menu li{position:relative;padding-left:5px;padding-right:5px}.navbar-wpdevart .dropdown-menu li,.navbar-wpdevart>

48ul{padding:0;margin:0;list-style:none}.navbar-wpdevart .dropdown-menu li,.navbar-wpdevart>

49ul{display:flex;line-height:1.75;align-items:baseline}.navbar-wpdevart .dropdown-menu li{padding:3px 0px}.navbar-wpdevart li.active a{opacity:0.8}.navbar-wpdevart ul li a{padding:0 5px;text-decoration:none!important;background:none;font-weight:400;max-width:400px;word-break:break-word;text-transform:uppercase}.navbar-wpdevart li a:visited{opacity:0.7}.navbar-wpdevart li a::after{content:'';display:block;width:100%;transform:scaleX(0);border-radius:5px;height:1px;bottom:0;left:0;background:currentcolor;transform-origin:bottom center}}@media (min-width:1200px){.navbar-wpdevart ul li a{font-size:16px}}@media (min-width:960px) and (max-width:1200px){.navbar-wpdevart ul li a{font-size:14px}}@media (min-width:960px) and (max-width:1300px){.navbar-wpdevart ul li a{display:inline-block;max-width:200px}}@media (min-width:960px) and (max-width:1300px){.navbar-wpdevart .dropdown-menu{min-width:170px}}.wpdevart-mobile-icon-button{background:none;border:none}@media (min-width:960px){.wpdevart-mobile-icon-button{display:none}}@media screen and (max-width:960px){#wpdevartmobilemenu,#wpdevartmobilemenu ul,#wpdevartmobilemenu ul li,#wpdevartmobilemenu ul li a,#wpdevartmobilemenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#wpdevartmobilemenu #head-mobile{padding:23px;font-size:17px;font-weight:700}.head-mobile-toolbar-gradient{background:linear-gradient(to right,#121212,#121212)}.wpdevart-hide-on-mobile{display:none}#wpdevartmobilemenu{width:100%;background:#070506;word-break:break-word}#wpdevartmobilemenu ul ul li a{color:#ffffff;padding:11px 15px 11px 15px;font-size:14px;text-decoration:none;letter-spacing:1px;font-weight:400;text-transform:uppercase}#wpdevartmobilemenu>

50ul>

51li>

52a{padding:17px;letter-spacing:1px;text-decoration:none;color:#ffffff;font-size:14px;font-weight:400;text-transform:uppercase}#wpdevartmobilemenu ul{width:100%;display:none;margin:0;padding:0;text-decoration:none}#wpdevartmobilemenu ul li{text-align:left;width:100%;border-top:1px solid #433e37}#wpdevartmobilemenu ul li:last-of-type{border-bottom:1px solid #433e37}#wpdevartmobilemenu ul li ul{border-top:1px solid #433e37}#wpdevartmobilemenu ul li a,#wpdevartmobilemenu ul ul li a{width:85%;margin:2px 0}#wpdevartmobilemenu ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}.wpdevartmobilemenubutton{width:55px;height:46px;position:absolute;right:0;top:0;z-index:123}.wpdevartmobilemenubutton:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #fdc58a;border-bottom:2px solid #fdc58a;content:''}.wpdevartmobilemenubutton:before{position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#fdc58a;content:''}}.wpdevart-search-button-icon-mobile{float:left;margin-top:6px;margin-left:9px;position:absolute;z-index:100}.wpdevart-search-button-icon{text-align:center;width:40px}@media (min-width:960px) and (max-width:1200px){.wpdevart-search-button-icon{width:30px}}.search-menu-buttons{background:none;border:none}@media (min-width:960px){.site-header__search-trigger{display:none;stroke:#fdc58a;width:30px;height:30px}}.site-header-font-cursor{font-size:23px!important;stroke:#fdc58a;width:30px;height:30px}.search-trigger{display:none;position:relative;stroke:#fdc58a;width:36px;height:36px}@media (min-width:960px) and (max-width:1200px){.search-trigger{width:30px;height:30px}}@media (min-width:960px){.search-trigger{display:inline-block}}.wpdevart_education_wda_hover_button_small{color:#fff;padding:12px 20px;display:inline-block;border-radius:2px;font-size:14px;text-transform:uppercase;font-weight:500;letter-spacing:1px;background:transparent}.wpdevart_education_wda_primary_button_slide{border:1px solid #fdc58a;color:#fdc58a}.wpdevart-search-overlay{overflow-y:auto;overflow-x:hidden;background-color:#000000dd;z-index:134;position:fixed;top:0;left:0;right:0;bottom:0;box-sizing:border-box;visibility:hidden;opacity:0;transform:scale(1)}.wpdevart-search-overlay-layout{margin:0 auto;display:flex;justify-content:center;align-items:center;height:100%}.wpdevart-search-container{max-width:1300px;text-align:center;padding:30px 0}.wpdevart-search-overlay-icon{text-align:center;fill:#d3d3d3}.wpdevart-search-overlay-icon-margin{margin-bottom:-4px}.wpdevart-search-container label{padding:15px;border:1px solid #433e37;background-color:#00000099}.search-term{width:70%;box-sizing:border-box;border:none;margin:0 auto;background-color:transparent;font-size:16px;font-weight:300;outline:none;color:#d3d3d3;line-height:2}@media (min-width:960px){.search-term{font-size:25px}}.search-term input{padding-left:5px}.search-overlay-submit-button{background:transparent;border:none}.search-overlay-close-button,.search-overlay-close-wide-button{background:transparent;border:none;position:absolute;right:10%;top:10%}@media (max-width:960px){.search-overlay-close-button,.search-overlay-close-wide-button{width:10%}}.search-overlay-close-icon{fill:#ffffff}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}:root{--direction-multiplier:1}.elementor-screen-only,.screen-reader-text{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}:root{--page-title-display:block}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>

53.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>

54.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>

55.e-con-inner{display:var(--display)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>

56.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con>

57.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con .elementor-widget{min-width:0}.e-con.e-con>

58.e-con-inner>

59.elementor-widget,.elementor.elementor .e-con>

60.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center}.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-text{display:inline-block}.elementor-button span{text-decoration:inherit}.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500}.e-con{--container-max-width:1140px}.elementor-widget:not(:last-child){--kit-widget-spacing:20px}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px}@media (max-width:1024px){.e-con{--container-max-width:1024px}}@media (max-width:767px){.e-con{--container-max-width:767px}}.elementor-widget-image{text-align:center}.elementor-widget-image img{display:inline-block;vertical-align:middle}.elementor-9 .elementor-element.elementor-element-a8788cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-9 .elementor-element.elementor-element-89416e1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;box-shadow:0px 0px 10px 0px #F7FF00}.elementor-9 .elementor-element.elementor-element-c1ccf9f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-widget-button .elementor-button{background-color:var(--e-global-color-accent);font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-9 .elementor-element.elementor-element-d4218a8 .elementor-button{background-color:#BEAA1F;font-family:"Quando",Sans-serif;font-weight:500}.elementor-9 .elementor-element.elementor-element-8b28678{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-9 .elementor-element.elementor-element-08e0f3c .elementor-button{background-color:#BEAA1F;font-family:"Quando",Sans-serif;font-weight:500}.elementor-9 .elementor-element.elementor-element-8dc0fb8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-9 .elementor-element.elementor-element-970341c .elementor-button{background-color:#BEAA1F;font-family:"Quando",Sans-serif;font-weight:500}.elementor-9 .elementor-element.elementor-element-8df8431{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-9 .elementor-element.elementor-element-1483b34 .elementor-button{background-color:#BEAA1F;font-family:"Quando",Sans-serif;font-weight:500}.elementor-9 .elementor-element.elementor-element-e4a0363{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-widget-heading .elementor-heading-title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight);color:var(--e-global-color-primary)}.elementor-9 .elementor-element.elementor-element-55a5314 .elementor-heading-title{font-family:"Quando",Sans-serif;font-weight:600;color:#FFFFFF}.elementor-9 .elementor-element.elementor-element-c325ae0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-widget-text-editor{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight);color:var(--e-global-color-text)}.elementor-9 .elementor-element.elementor-element-4ab12c6{font-family:"Quando",Sans-serif;font-weight:400;color:#FFFFFF}@media (min-width:768px){.elementor-9 .elementor-element.elementor-element-c1ccf9f{--width:25%}.elementor-9 .elementor-element.elementor-element-8b28678{--width:25%}.elementor-9 .elementor-element.elementor-element-8dc0fb8{--width:25%}.elementor-9 .elementor-element.elementor-element-8df8431{--width:25%}}@font-face{font-family:'Quando';font-style:normal;font-weight:400;font-display:swap;src:url('//apbooklogin.com/wp-content/uploads/omgf/elementor-gf-quando/quando-normal-latin-ext-400.woff2?ver=1765026964')format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Quando';font-style:normal;font-weight:400;font-display:swap;src:url('//apbooklogin.com/wp-content/uploads/omgf/elementor-gf-quando/quando-normal-latin-400.woff2?ver=1765026964')format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}</style>

61<link rel="preload" 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" />

62

63<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."/>

64

65<meta name="robots" content="index, follow, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>

66

67<link rel="canonical" href="https://apbooklogin.com/" />

68

69<meta property="og:locale" content="en_US" />

70

71<meta property="og:type" content="website" />

72

73<meta property="og:title" content="APBook Login - Register at AP Book - Download ApBook App" />

74

75<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." />

76

77<meta property="og:url" content="https://apbooklogin.com/" />

78

79<meta property="og:site_name" content="Apbook" />

80

81<meta property="og:updated_time" content="2025-12-29T09:12:08+00:00" />

82

83<meta property="og:image" content="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png" />

84

85<meta property="og:image:secure_url" content="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png" />

86

87<meta property="og:image:width" content="418" />

88

89<meta property="og:image:height" content="389" />

90

91<meta property="og:image:alt" content="apbook" />

92

93<meta property="og:image:type" content="image/png" />

94

95<meta property="article:published_time" content="2025-12-12T10:06:57+00:00" />

96

97<meta property="article:modified_time" content="2025-12-29T09:12:08+00:00" />

98

99<meta name="twitter:card" content="summary_large_image" />

100

101<meta name="twitter:title" content="APBook Login - Register at AP Book - Download ApBook App" />

102

103<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." />

104

105<meta name="twitter:image" content="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png" />

106

107<meta name="twitter:label1" content="Written by" />

108

109<meta name="twitter:data1" content="apbooklogin_n8e8k2" />

110

111<meta name="twitter:label2" content="Time to read" />

112

113<meta name="twitter:data2" content="12 minutes" />

114

115<script type="application/ld+json" class="rank-math-schema">

116{"@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&amp;d=mm&amp;r=g","url":"https://secure.gravatar.com/avatar/131a3da7a434342c17b7a1da0ee224bbc19e70b23f118353845d95b53bcdd8e1?s=96&amp;d=mm&amp;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>

117

118<meta name="google-site-verification" content="WBMiYIFye1bbbyX4cFg8VHRyN7pvxGj90d1q0te0dO0" />

119

120<!-- /Rank Math WordPress SEO plugin -->

121

122

123

124

125<link rel="alternate" type="application/rss+xml" title="Apbook &raquo; Feed" href="https://apbooklogin.com/feed/" />

126

127<link rel="alternate" type="application/rss+xml" title="Apbook &raquo; Comments Feed" href="https://apbooklogin.com/comments/feed/" />

128

129<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" />

130

131<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&#038;format=xml" />

132

133<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>

134

135img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}

136/*# sourceURL=wp-img-auto-sizes-contain-inline-css */

137</style>

138

139<style id='wp-emoji-styles-inline-css' type='text/css'>

140

141

142 img.wp-smiley, img.emoji {

143 display: inline !important;

144 border: none !important;

145 box-shadow: none !important;

146 height: 1em !important;

147 width: 1em !important;

148 margin: 0 0.07em !important;

149 vertical-align: -0.1em !important;

150 background: none !important;

151 padding: 0 !important;

152 }

153/*# sourceURL=wp-emoji-styles-inline-css */

154</style>

155

156<style id='classic-theme-styles-inline-css' type='text/css'>

157

158/*! This file is auto-generated */

159.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}

160/*# sourceURL=/wp-includes/css/classic-themes.min.css */

161</style>

162

163<style id='global-styles-inline-css' type='text/css'>

164

165: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 >

166 :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid >

167 :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;}

168:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}

169:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}

170:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}

171:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}

172/*# sourceURL=global-styles-inline-css */

173</style>

174

175

176

177

178

179

180<style id='wpdevart-custom-style-inline-css' type='text/css'>

181

182 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 >

183 ul >

184 li >

185 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;}

186.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 ;}

187.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;}

188.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>

189.wc-block-components-notice-banner__content .wc-forward {background: #070506!important; color: #fdc58a!important; border: 1px solid #fdc58a!important;} .wc-block-components-notice-banner>

190.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>

191.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>

192svg {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;}

193

194/*# sourceURL=wpdevart-custom-style-inline-css */

195</style>

196

197

198<link rel='preload' 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' />

199

200<link rel='preload' 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' />

201

202<style id='rocket-lazyload-inline-css' type='text/css'>

203

204.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}

205/*# sourceURL=rocket-lazyload-inline-css */

206</style>

207

208

209

210<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>

211</script>

212

213<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>

214</script>

215

216<link rel="https://api.w.org/" href="https://apbooklogin.com/wp-json/" />

217<link rel="alternate" title="JSON" type="application/json" href="https://apbooklogin.com/wp-json/wp/v2/pages/138" />

218<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://apbooklogin.com/xmlrpc.php?rsd" />

219

220<meta name="generator" content="WordPress 6.9" />

221

222<link rel='shortlink' href='https://apbooklogin.com/' />

223

224 <!-- Custom Logo: hide header text -->

225

226 <style id="custom-logo-css" type="text/css">

227

228 .site-title, .site-description {

229 position: absolute;

230 clip-path: inset(50%);

231 }

232 </style>

233

234 <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">

235

236 <style>

237

238 .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),

239 .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {

240 background-image: none !important;

241 }

242 @media screen and (max-height: 1024px) {

243 .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),

244 .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {

245 background-image: none !important;

246 }

247 }

248 @media screen and (max-height: 640px) {

249 .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),

250 .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {

251 background-image: none !important;

252 }

253 }

254 </style>

255

256 <noscript>

257<style id="rocket-lazyload-nojs-css">

258.rll-youtube-player, [data-lazy-src]{display:none !important;}</style>

259</noscript>

260<script type="rocketlazyloadscript">

261

262/*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */

263(function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}}

264var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1}

265return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia}

266if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)}

267setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return}

268var 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)})}}

269if(typeof exports!=="undefined"){exports.loadCSS=loadCSS}

270else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this))

271</script>

272 </head>

273

274 <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">

275

276 <a class="skip-link screen-reader-text" href="#content_navigator">

277

278 Skip to content </a>

279

280 <header role="banner" class="wpdevart-main-header-bg-gradient wpdevart-main-header-border">

281

282

283 <div class="wpdevart-header-container">

284

285 <div class="wpdevart-main-header-section">

286

287 <div class="wpdevart-logo-area">

288

289 <div class="wpdevart-main-header-section-mobile-logo">

290

291 <h1 class="mobile-image-logo-resizing wpdevart-header-logo-spaces">

292<a href="https://apbooklogin.com">

293<span class="custom-logo-link">

294<img fetchpriority="high" 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" class="custom-logo" 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" />

295<noscript>

296<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" />

297</noscript>

298</span>

299</a>

300</h1>

301

302 </div>

303

304 </div>

305

306 <div class="header-action-button-mobile-area">

307

308 <a href="#">

309<div class="wpdevart_education_wda_hover_button_small wpdevart-header-action-button wpdevart_education_wda_primary_button_slide primary_btn_slide_right">

310Get Apbook ID</div>

311</a>

312

313 </div>

314

315 <div class="wpdevart-menu-and-buttons-area">

316

317 <div class="wpdevart-menu-and-buttons-container">

318

319 <div role="navigation" class="nav-container-layout-one">

320

321 <div class="wpdevart-search-button-icon-mobile">

322

323 <button onClick="wpdevartToggleModalSmall()" type="button" id="wpdevartsmallsearchbutton" class="site-header__search-trigger search-menu-buttons">

324

325 <svg class="site-header__search-trigger site-header-font-cursor" viewBox="0 0 25 18" fill="none" xmlns="http://www.w3.org/2000/svg">

326

327 <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">

328</path>

329

330 <path d="M18.75 18.75L11.9917 11.9917" class="site-header__search-trigger" stroke-width="1.5" stroke-miterlimit="10">

331</path>

332

333 </svg>

334

335 </button>

336

337 </div>

338

339 <nav class="navbar-wpdevart" id="wpdevartmobilemenu">

340

341 <div id="head-mobile" class="head-mobile-toolbar-gradient">

342</div>

343

344 <button onClick="wpdevartMenuToggleModal()" id="wpdevartOpenMenuButton" class="wpdevartmobilemenubutton wpdevart-mobile-icon-button">

345</button>

346

347 <ul id="menu-menu-1" class="menu">

348<li id="menu-item-119" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-119">

349<a class="wpdevart-menu-items-color" href="https://apbooklogin.com/apbook/">

350Apbook</a>

351</li>

352

353<li id="menu-item-120" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-120">

354<a class="wpdevart-menu-items-color" href="https://apbooklogin.com/about-us/">

355About Us</a>

356</li>

357

358<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">

359<a class="wpdevart-menu-items-color" href="https://apbooklogin.com/apbook-app/" class="dropdown-toggle" data-toggle="dropdown">

360APBook App </a>

361<button class="wpdevart-menu-button-icon wpdevart-hide-on-mobile">

362<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" >

363<path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/>

364</svg>

365</button>

366<ul

367 class="dropdown-menu depth_0">

368

369 <li id="menu-item-123" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-123">

370<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/how-to-login/">

371How to Login</a>

372</li>

373

374 <li id="menu-item-124" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124">

375<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/how-to-play/">

376How to Play</a>

377</li>

378

379 <li id="menu-item-125" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-125">

380<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/how-to-register/">

381How to Register</a>

382</li>

383

384</ul>

385

386</li>

387

388<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">

389<a class="wpdevart-menu-items-color" href="https://apbooklogin.com/privacy-policy/" class="dropdown-toggle" data-toggle="dropdown">

390Privacy Policy </a>

391<button class="wpdevart-menu-button-icon wpdevart-hide-on-mobile">

392<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" >

393<path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/>

394</svg>

395</button>

396<ul

397 class="dropdown-menu depth_0">

398

399 <li id="menu-item-127" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127">

400<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/responsible-gaming/">

401Responsible Gaming</a>

402</li>

403

404 <li id="menu-item-128" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-128">

405<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/rules-and-user-guidelines/">

406Rules and User Guidelines</a>

407</li>

408

409 <li id="menu-item-129" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-129">

410<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/terms-and-conditions/">

411Terms and Conditions</a>

412</li>

413

414</ul>

415

416</li>

417

418<li id="menu-item-122" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-122">

419<a class="wpdevart-menu-items-color" href="https://apbooklogin.com/contact-us/">

420Contact Us</a>

421</li>

422

423</ul>

424 </nav>

425

426 </div>

427

428 <div class="wpdevart-search-button-icon">

429

430 <button onClick="wpdevartToggleModal()" type="button" id="wpdevartwidesearchbutton" class="search-trigger search-menu-buttons">

431

432 <svg class="search-trigger" viewBox="0 0 25 18" fill="none" xmlns="http://www.w3.org/2000/svg">

433

434 <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">

435</path>

436

437 <path d="M18.75 18.75L11.9917 11.9917" class="search-trigger" stroke-width="1.5" stroke-miterlimit="10">

438</path>

439

440 </svg>

441

442 </button>

443

444 </div>

445

446 <div class="header-action-button-area">

447

448 <a href="#">

449<div class="wpdevart_education_wda_hover_button_small wpdevart-header-action-button wpdevart_education_wda_primary_button_slide primary_btn_slide_right">

450Get Apbook ID</div>

451</a>

452

453 </div>

454

455 </div>

456

457 </div>

458

459 </div>

460

461</div>

462</header>

463 <div data-elementor-type="wp-page" data-elementor-id="138" class="elementor elementor-138">

464

465 <div class="elementor-element elementor-element-21bb5df e-flex e-con-boxed e-con e-parent" data-id="21bb5df" data-element_type="container">

466

467 <div class="e-con-inner">

468

469 <div class="elementor-element elementor-element-9f41b26 elementor-widget elementor-widget-html" data-id="9f41b26" data-element_type="widget" data-widget_type="html.default">

470

471 <section class="apbook-hero">

472

473 <div class="hero-slider">

474

475

476 <!-- SINGLE SLIDE -->

477

478 <div data-bg="https://apbooklogin.com/wp-content/uploads/2025/12/apbook-app.jpg" class="hero-slide active rocket-lazyload" style="">

479

480

481 <div class="hero-overlay">

482</div>

483

484

485 <div class="hero-content">

486

487 <div class="hero-inner">

488

489 <h1>

490

491 APBook Login – <span>

492Get Instant Betting ID</span>

493<br>

494

495 on APBook

496 </h1>

497

498

499 <p class="hero-sub">

500

501 Login to <strong>

502APBook</strong>

503 using your verified <strong>

504APBook ID</strong>

505 and access live sports betting,

506 casino games, and fast online wagering. New users can register instantly and start playing within minutes using

507 the <strong>

508APBook betting app</strong>

509.

510 </p>

511

512

513 <div class="hero-cta">

514

515 <a href="https://apbooklogin.com/how-to-login/" class="hero-btn hero-btn-primary">

516Login to APBook</a>

517

518 <a href="https://apbooklogin.com/get-id/" class="hero-btn hero-btn-secondary">

519Get APBook ID Now</a>

520

521 </div>

522

523

524 <div class="hero-keywords" aria-hidden="true">

525

526 apbook · apbook login · apbook id · ap book betting app · ap book login

527 </div>

528

529 </div>

530

531 </div>

532

533

534 </div>

535

536 </div>

537

538</section>

539

540

541<style>

542

543/* ----------------------------------------- */

544/* FIX: REMOVE THEME/PLUGIN OVERRIDES */

545/* ----------------------------------------- */

546.apbook-hero,

547.hero-slider,

548.hero-slide {

549 all: unset;

550 display: block;

551 position: relative;

552 width: 100%;

553}

554

555/* ----------------------------------------- */

556/* MAIN WRAPPER */

557/* ----------------------------------------- */

558.apbook-hero{

559 width:100%;

560 height:85vh;

561 overflow:hidden;

562 position:relative;

563}

564

565/* ----------------------------------------- */

566/* SLIDER */

567/* ----------------------------------------- */

568.hero-slider{

569 width:100%;

570 height:100%;

571 position:relative;

572}

573

574/* ----------------------------------------- */

575/* SINGLE SLIDE */

576/* ----------------------------------------- */

577.hero-slide{

578 position:absolute;

579 inset:0;

580 width:100%;

581 height:100%;

582 background-size:cover;

583 background-position:center;

584 background-repeat:no-repeat;

585 z-index:1;

586}

587

588/* ----------------------------------------- */

589/* DARK OVERLAY */

590/* ----------------------------------------- */

591.hero-overlay{

592 position:absolute;

593 inset:0;

594 background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.35));

595 z-index:2;

596}

597

598/* ----------------------------------------- */

599/* CONTENT */

600/* ----------------------------------------- */

601.hero-content{

602 position:relative;

603 z-index:3;

604 max-width:1200px;

605 margin:auto;

606 height:100%;

607 display:flex;

608 flex-direction:column;

609 justify-content:center;

610 padding:0 20px;

611}

612

613.hero-inner{

614 max-width:720px;

615}

616

617.hero-content h1{

618 font-size:64px;

619 color:#fff;

620 line-height:1.05;

621 font-weight:900;

622 margin:0 0 14px;

623 letter-spacing:-0.5px;

624}

625

626.hero-content h1 span{

627 color:#f5c542;

628}

629

630.hero-sub{

631 color:rgba(255,255,255,.88);

632 font-size:16px;

633 line-height:1.7;

634 margin:0 0 22px;

635}

636

637.hero-sub strong{

638 color:#fff;

639 font-weight:800;

640}

641

642/* ----------------------------------------- */

643/* CTA ROW */

644/* ----------------------------------------- */

645.hero-cta{

646 display:flex;

647 gap:14px;

648 flex-wrap:wrap;

649 align-items:center;

650}

651

652/* BASE BUTTON */

653.hero-btn{

654 display:inline-block;

655 padding:15px 26px;

656 border-radius:14px;

657 font-weight:900;

658 text-decoration:none;

659 transition:0.25s ease;

660 letter-spacing:0.2px;

661}

662

663/* PRIMARY */

664.hero-btn-primary{

665 background:#f5c542;

666 color:#000;

667}

668.hero-btn-primary:hover{

669 transform:translateY(-2px);

670 box-shadow:0 14px 34px rgba(245,197,66,0.45);

671}

672

673/* SECONDARY */

674.hero-btn-secondary{

675 background:rgba(255,255,255,0.10);

676 color:#fff;

677 border:1px solid rgba(255,255,255,0.22);

678 backdrop-filter: blur(6px);

679}

680.hero-btn-secondary:hover{

681 transform:translateY(-2px);

682 box-shadow:0 14px 34px rgba(0,0,0,0.35);

683 border-color:rgba(255,255,255,0.35);

684}

685

686/* ----------------------------------------- */

687/* KEYWORDS (SEO SAFE + LOW VISIBILITY) */

688/* ----------------------------------------- */

689.hero-keywords{

690 margin-top:14px;

691 font-size:12px;

692 color:rgba(255,255,255,0.55);

693 letter-spacing:0.02em;

694}

695

696/* ----------------------------------------- */

697/* RESPONSIVE */

698/* ----------------------------------------- */

699@media(max-width:768px){

700 .apbook-hero{ height:70vh; }

701

702 .hero-content h1{ font-size:38px; }

703

704 .hero-sub{ font-size:14px; }

705

706 .hero-btn{ width:auto; padding:14px 20px; border-radius:12px; }

707}

708</style>

709

710 </div>

711

712 </div>

713

714 </div>

715

716 <div class="elementor-element elementor-element-09f2351 e-flex e-con-boxed e-con e-parent" data-id="09f2351" data-element_type="container">

717

718 <div class="e-con-inner">

719

720 <div class="elementor-element elementor-element-882ee82 elementor-widget elementor-widget-html" data-id="882ee82" data-element_type="widget" data-widget_type="html.default">

721

722 <section class="ap-auth" id="apbook-login-register">

723

724 <div class="ap-auth-inner">

725

726

727 <header class="ap-auth-head">

728

729 <h2>

730APBook Login &amp; Registration</h2>

731

732 <p>

733

734 Use your verified <strong>

735APBook ID</strong>

736 to log in securely, or create an account in minutes.

737 Get quick access to the <strong>

738APBook betting app</strong>

739 experience from one dashboard.

740 </p>

741

742 </header>

743

744

745 <div class="ap-auth-grid">

746

747

748 <!-- LOGIN CARD -->

749

750 <article class="ap-card ap-login" aria-label="APBook Login">

751

752 <div class="ap-card-top">

753

754 <div class="ap-badge">

755Login</div>

756

757 <h3>

758Login to APBook</h3>

759

760 <p class="ap-muted">

761Enter your APBook login details to access your account instantly.</p>

762

763 </div>

764

765

766 <form class="ap-form" action="#" method="post">

767

768 <label class="ap-label" for="ap_userid">

769User ID</label>

770

771 <input id="ap_userid" class="ap-input" type="text" name="ap_userid" placeholder="Enter your User ID" autocomplete="username" />

772

773

774 <label class="ap-label" for="ap_password">

775Password</label>

776

777 <div class="ap-pass">

778

779 <input id="ap_password" class="ap-input" type="password" name="ap_password" placeholder="Enter your Password" autocomplete="current-password" />

780

781 <button class="ap-eye" type="button" aria-label="Show password" onclick="apTogglePass('ap_password', this)">

782👁</button>

783

784 </div>

785

786

787 <div class="ap-row">

788

789 <label class="ap-check">

790

791 <input type="checkbox" />

792

793 <span>

794Keep me logged in</span>

795

796 </label>

797

798 <a class="ap-link" href="https://apbooklogin.com/forgot-password/">

799Forgot password?</a>

800

801 </div>

802

803

804 <div class="ap-actions">

805

806 <a class="ap-btn ap-btn-primary" href="https://apbooklogin.com/how-to-login/">

807Login to APBook</a>

808

809 <a class="ap-btn ap-btn-ghost" href="https://apbooklogin.com/get-id/">

810Get APBook ID Now</a>

811

812 </div>

813

814

815 <div class="ap-note">

816

817 <strong>

818OTP:</strong>

819 If verification is required, you’ll receive an OTP on your registered mobile number.

820 </div>

821

822 </form>

823

824 </article>

825

826

827 <!-- REGISTER CARD -->

828

829 <article class="ap-card ap-register" aria-label="APBook Registration">

830

831 <div class="ap-card-top">

832

833 <div class="ap-badge ap-badge-alt">

834Register</div>

835

836 <h3>

837Create Your APBook ID</h3>

838

839 <p class="ap-muted">

840New here? Register quickly with mobile OTP or get a ready-made ID on WhatsApp.</p>

841

842 </div>

843

844

845 <div class="ap-whatsapp">

846

847 <div class="ap-wa-left">

848

849 <div class="ap-wa-title">

850Get Instant ID on WhatsApp</div>

851

852 <div class="ap-wa-sub">

853Fast assistance for registration, login help, and basic support.</div>

854

855 </div>

856

857 <a class="ap-btn ap-btn-wa" href="#" rel="nofollow">

858WhatsApp Now</a>

859

860 </div>

861

862

863 <div class="ap-divider">

864<span>

865OR</span>

866</div>

867

868

869 <form class="ap-form" action="#" method="post">

870

871 <label class="ap-label" for="ap_phone">

872Mobile Number</label>

873

874 <div class="ap-phone">

875

876 <span class="ap-code">

877+91</span>

878

879 <input id="ap_phone" class="ap-input" type="tel" name="ap_phone" placeholder="Enter mobile number" autocomplete="tel" />

880

881 <a class="ap-btn ap-btn-mini" href="#" rel="nofollow">

882Get OTP</a>

883

884 </div>

885

886

887 <label class="ap-label" for="ap_otp">

888OTP</label>

889

890 <input id="ap_otp" class="ap-input" type="text" name="ap_otp" placeholder="Enter OTP" inputmode="numeric" />

891

892

893 <label class="ap-label" for="ap_newpass">

894Create Password</label>

895

896 <div class="ap-pass">

897

898 <input id="ap_newpass" class="ap-input" type="password" name="ap_newpass" placeholder="Create a strong password" autocomplete="new-password" />

899

900 <button class="ap-eye" type="button" aria-label="Show password" onclick="apTogglePass('ap_newpass', this)">

901👁</button>

902

903 </div>

904

905

906 <div class="ap-actions">

907

908 <a class="ap-btn ap-btn-secondary" href="https://apbooklogin.com/register/">

909Register &amp; Get ID</a>

910

911 <a class="ap-btn ap-btn-ghost" href="https://apbooklogin.com/how-to-login/">

912Already have ID? Login</a>

913

914 </div>

915

916

917 <div class="ap-note">

918

919 By continuing, you confirm you are <strong>

92018+</strong>

921 and will follow local laws &amp; responsible play guidelines.

922 </div>

923

924 </form>

925

926 </article>

927

928

929 </div>

930

931 </div>

932

933</section>

934

935

936<style>

937

938/* ===== APBook Auth Section (Premium) ===== */

939.ap-auth,

940.ap-auth *{box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}

941.ap-auth{padding:56px 18px;background:linear-gradient(180deg,#070b12,#0b1220)}

942.ap-auth-inner{max-width:1200px;margin:0 auto}

943.ap-auth-head{text-align:center;margin-bottom:22px}

944.ap-auth-head h2{color:#fff;font-size:30px;letter-spacing:-0.4px;margin:0 0 10px;font-weight:900}

945.ap-auth-head p{max-width:820px;margin:0 auto;color:rgba(255,255,255,.80);line-height:1.7;font-size:15px}

946.ap-auth-head strong{color:#fff}

947

948.ap-auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}

949

950/* Card */

951.ap-card{

952 background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));

953 border:1px solid rgba(255,255,255,.10);

954 border-radius:18px;

955 padding:22px;

956 box-shadow:0 18px 44px rgba(0,0,0,.45);

957 position:relative;

958 overflow:hidden;

959}

960.ap-card:before{

961 content:"";

962 position:absolute;inset:-2px;

963 background:radial-gradient(circle at 20% 0%,rgba(245,197,66,.18),transparent 55%),

964 radial-gradient(circle at 90% 20%,rgba(80,160,255,.14),transparent 55%);

965 pointer-events:none;

966}

967.ap-card >

968 *{position:relative;z-index:1}

969

970.ap-card-top{margin-bottom:16px}

971.ap-badge{

972 display:inline-block;

973 padding:6px 10px;

974 border-radius:999px;

975 font-size:12px;

976 font-weight:900;

977 letter-spacing:.08em;

978 text-transform:uppercase;

979 color:#000;

980 background:#f5c542;

981 margin-bottom:10px;

982}

983.ap-badge-alt{background:#34c759;color:#06200f}

984.ap-card h3{color:#fff;font-size:20px;margin:0 0 6px;font-weight:900;letter-spacing:-0.2px}

985.ap-muted{color:rgba(255,255,255,.72);margin:0;font-size:14px;line-height:1.6}

986

987/* Form */

988.ap-form{margin-top:12px}

989.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}

990.ap-input{

991 width:100%;

992 padding:13px 14px;

993 border-radius:12px;

994 border:1px solid rgba(255,255,255,.14);

995 background:rgba(0,0,0,.25);

996 color:#fff;

997 outline:none;

998 transition:.2s ease;

999}

1000.ap-input::placeholder{color:rgba(255,255,255,.45)}

1001.ap-input:focus{border-color:rgba(245,197,66,.55);box-shadow:0 0 0 4px rgba(245,197,66,.12)}

1002

1003.ap-pass{position:relative}

1004.ap-eye{

1005 position:absolute;right:10px;top:50%;transform:translateY(-50%);

1006 border:none;background:rgba(255,255,255,.10);

1007 color:#fff;border-radius:10px;padding:7px 9px;cursor:pointer;

1008}

1009.ap-eye:hover{background:rgba(255,255,255,.16)}

1010

1011.ap-row{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:10px}

1012.ap-check{display:flex;gap:8px;align-items:center;color:rgba(255,255,255,.78);font-size:13px}

1013.ap-check input{transform:translateY(1px)}

1014.ap-link{color:#f5c542;text-decoration:none;font-weight:800;font-size:13px}

1015.ap-link:hover{text-decoration:underline}

1016

1017/* Buttons */

1018.ap-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}

1019.ap-btn{

1020 display:inline-block;

1021 padding:12px 16px;

1022 border-radius:12px;

1023 font-weight:900;

1024 text-decoration:none;

1025 letter-spacing:.02em;

1026 transition:.25s ease;

1027 text-align:center;

1028}

1029.ap-btn-primary{background:#f5c542;color:#000}

1030.ap-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(245,197,66,.35)}

1031.ap-btn-secondary{background:#34c759;color:#051b0c}

1032.ap-btn-secondary:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(52,199,89,.25)}

1033.ap-btn-ghost{

1034 background:rgba(255,255,255,.10);

1035 color:#fff;

1036 border:1px solid rgba(255,255,255,.14);

1037}

1038.ap-btn-ghost:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.24)}

1039.ap-btn-wa{background:#25D366;color:#072012}

1040.ap-btn-wa:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(37,211,102,.22)}

1041.ap-btn-mini{

1042 padding:11px 12px;border-radius:12px;

1043 background:rgba(245,197,66,.95);color:#000;font-weight:900;text-decoration:none;

1044 border:1px solid rgba(0,0,0,.12);

1045}

1046.ap-btn-mini:hover{transform:translateY(-1px);box-shadow:0 10px 18px rgba(245,197,66,.25)}

1047

1048/* WhatsApp Block */

1049.ap-whatsapp{

1050 display:flex;justify-content:space-between;gap:12px;align-items:center;

1051 padding:14px;border-radius:16px;

1052 background:rgba(37,211,102,.10);

1053 border:1px solid rgba(37,211,102,.18);

1054 margin-top:10px;

1055}

1056.ap-wa-title{color:#fff;font-weight:900}

1057.ap-wa-sub{color:rgba(255,255,255,.75);font-size:13px;margin-top:2px}

1058

1059/* Divider */

1060.ap-divider{display:flex;align-items:center;gap:12px;margin:16px 0}

1061.ap-divider:before,.ap-divider:after{content:"";height:1px;flex:1;background:rgba(255,255,255,.14)}

1062.ap-divider span{color:rgba(255,255,255,.65);font-weight:900;letter-spacing:.16em;font-size:12px}

1063

1064/* Phone row */

1065.ap-phone{display:flex;gap:10px;align-items:center}

1066.ap-code{

1067 padding:13px 12px;border-radius:12px;

1068 background:rgba(255,255,255,.10);

1069 border:1px solid rgba(255,255,255,.14);

1070 color:#fff;font-weight:900;white-space:nowrap;

1071}

1072

1073/* Note */

1074.ap-note{margin-top:12px;color:rgba(255,255,255,.68);font-size:12.5px;line-height:1.6}

1075.ap-note strong{color:#fff}

1076

1077/* Responsive */

1078@media (max-width: 980px){

1079 .ap-auth-grid{grid-template-columns:1fr}

1080 .ap-auth-head h2{font-size:26px}

1081}

1082</style>

1083

1084

1085<script type="rocketlazyloadscript">

1086

1087function apTogglePass(id, btn){

1088 var el = document.getElementById(id);

1089 if(!el) return;

1090 var isPass = el.type === "password";

1091 el.type = isPass ? "text" : "password";

1092 btn.textContent = isPass ? "🙈" : "👁";

1093}

1094</script>

1095

1096 </div>

1097

1098 </div>

1099

1100 </div>

1101

1102 <div class="elementor-element elementor-element-c10ae7e e-flex e-con-boxed e-con e-parent" data-id="c10ae7e" data-element_type="container">

1103

1104 <div class="e-con-inner">

1105

1106 <div class="elementor-element elementor-element-aa28760 elementor-widget elementor-widget-html" data-id="aa28760" data-element_type="widget" data-widget_type="html.default">

1107

1108 <div id="apbook-about-new">

1109

1110

1111<style>

1112

1113/* ==============================

1114 ABOUT APBOOK – NEW LAYOUT

1115 FULLY ISOLATED

1116================================ */

1117

1118#apbook-about-new {

1119 background: #0b0f14;

1120 padding: 80px 20px;

1121}

1122

1123#apbook-about-new .container {

1124 max-width: 1100px;

1125 margin: 0 auto;

1126}

1127

1128/* Header */

1129#apbook-about-new .header {

1130 text-align: center;

1131 margin-bottom: 50px;

1132}

1133

1134#apbook-about-new .header h2 {

1135 font-size: 36px;

1136 color: #ffffff;

1137 margin-bottom: 10px;

1138}

1139

1140#apbook-about-new .header span {

1141 display: inline-block;

1142 font-size: 15px;

1143 color: #f5b800;

1144 letter-spacing: 1px;

1145 text-transform: uppercase;

1146}

1147

1148/* Content Split */

1149#apbook-about-new .content {

1150 display: flex;

1151 gap: 40px;

1152 margin-bottom: 60px;

1153}

1154

1155#apbook-about-new .text {

1156 flex: 1.2;

1157}

1158

1159#apbook-about-new .text p {

1160 color: #e5e7eb;

1161 font-size: 16px;

1162 line-height: 1.8;

1163 margin-bottom: 18px;

1164}

1165

1166/* Highlight Box */

1167#apbook-about-new .highlight {

1168 flex: 0.8;

1169 background: linear-gradient(145deg, #121826, #0e1422);

1170 border-radius: 14px;

1171 padding: 28px;

1172 border-left: 4px solid #f5b800;

1173}

1174

1175#apbook-about-new .highlight h3 {

1176 font-size: 20px;

1177 color: #ffffff;

1178 margin-bottom: 14px;

1179}

1180

1181#apbook-about-new .highlight ul {

1182 padding-left: 18px;

1183 margin: 0;

1184}

1185

1186#apbook-about-new .highlight ul li {

1187 color: #cfd7e6;

1188 font-size: 14.5px;

1189 margin-bottom: 8px;

1190}

1191

1192/* Feature Cards */

1193#apbook-about-new .features {

1194 display: grid;

1195 grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));

1196 gap: 24px;

1197}

1198

1199#apbook-about-new .feature {

1200 background: #111827;

1201 padding: 26px 22px;

1202 border-radius: 14px;

1203 text-align: center;

1204}

1205

1206#apbook-about-new .feature span {

1207 font-size: 34px;

1208 display: block;

1209 margin-bottom: 14px;

1210}

1211

1212#apbook-about-new .feature h4 {

1213 font-size: 18px;

1214 color: #ffffff;

1215 margin-bottom: 6px;

1216}

1217

1218#apbook-about-new .feature p {

1219 font-size: 14.5px;

1220 color: #cfd7e6;

1221}

1222

1223/* Responsive */

1224@media (max-width: 900px) {

1225 #apbook-about-new .content {

1226 flex-direction: column;

1227 }

1228}

1229</style>

1230

1231

1232<div class="container">

1233

1234

1235 <!-- Header -->

1236

1237 <div class="header">

1238

1239 <h2>

1240About Apbook</h2>

1241

1242 <span>

1243Your Ultimate Gaming Destination</span>

1244

1245 </div>

1246

1247

1248 <!-- Content Area -->

1249

1250 <div class="content">

1251

1252

1253 <div class="text">

1254

1255 <p>

1256

1257 Apbook is an online gaming platform that provides access to a wide range

1258 of sports events and digital entertainment options. Users can explore

1259 betting opportunities across more than 100 sports, including football,

1260 cricket, tennis, horse racing, and greyhound racing, along with numerous

1261 national and international leagues.

1262 </p>

1263

1264

1265 <p>

1266

1267 In addition to sports coverage, the platform features a variety of

1268 digital casino-style games such as poker, roulette, slot-based games,

1269 and other interactive formats. By creating an account, users gain

1270 access to these activities and the tools needed for a smooth and

1271 engaging experience.

1272 </p>

1273

1274

1275 <p>

1276

1277 With an Online Cricket ID, players can participate in casino games with

1278 real opponents while enjoying newly introduced titles such as poker,

1279 roulette, slots, tennis-based games, and patti-style gameplay.

1280 </p>

1281

1282 </div>

1283

1284

1285 <div class="highlight">

1286

1287 <h3>

1288Why Choose Apbook?</h3>

1289

1290 <ul>

1291

1292 <li>

1293Access to 100+ sports and live events</li>

1294

1295 <li>

1296Digital and live-style casino gaming</li>

1297

1298 <li>

1299User-friendly platform design</li>

1300

1301 <li>

1302Regular updates with new games</li>

1303

1304 <li>

1305Reliable and secure gaming environment</li>

1306

1307 </ul>

1308

1309 </div>

1310

1311

1312 </div>

1313

1314

1315 <!-- Features -->

1316

1317 <div class="features">

1318

1319 <div class="feature">

1320

1321 <span>

1322🏆</span>

1323

1324 <h4>

1325Leading Platform</h4>

1326

1327 <p>

1328Recognized as a reliable and feature-rich betting platform</p>

1329

1330 </div>

1331

1332

1333 <div class="feature">

1334

1335 <span>

1336⚽</span>

1337

1338 <h4>

1339100+ Sports</h4>

1340

1341 <p>

1342Live and pre-match betting across popular global sports</p>

1343

1344 </div>

1345

1346

1347 <div class="feature">

1348

1349 <span>

1350🎰</span>

1351

1352 <h4>

1353Casino Games</h4>

1354

1355 <p>

1356Poker, roulette, slots, and a wide range of digital games</p>

1357

1358 </div>

1359

1360 </div>

1361

1362

1363</div>

1364

1365</div>

1366

1367 </div>

1368

1369 </div>

1370

1371 </div>

1372

1373 <div class="elementor-element elementor-element-b8d7e93 e-flex e-con-boxed e-con e-parent" data-id="b8d7e93" data-element_type="container">

1374

1375 <div class="e-con-inner">

1376

1377 <div class="elementor-element elementor-element-1d015b6 elementor-widget elementor-widget-html" data-id="1d015b6" data-element_type="widget" data-widget_type="html.default">

1378

1379 <style>

1380

1381/* ==============================

1382 PLATFORM HIGHLIGHTS – APBOOK

1383 Scoped & Safe CSS

1384================================ */

1385

1386.apbook-features {

1387 background: #0b1220;

1388 padding: 60px 20px;

1389}

1390

1391.apbook-features-container {

1392 max-width: 1100px;

1393 margin: 0 auto;

1394}

1395

1396.apbook-features-header {

1397 text-align: center;

1398 margin-bottom: 45px;

1399}

1400

1401.apbook-features-header h2 {

1402 font-size: 34px;

1403 color: #ffffff;

1404 margin-bottom: 12px;

1405}

1406

1407.apbook-features-header p {

1408 font-size: 16px;

1409 color: #c7cfdd;

1410}

1411

1412/* Feature Grid */

1413.apbook-features-grid {

1414 display: grid;

1415 grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));

1416 gap: 24px;

1417}

1418

1419/* Feature Card */

1420.apbook-feature-card {

1421 background: linear-gradient(145deg, #121a2b, #0e1524);

1422 border-radius: 14px;

1423 padding: 26px 22px;

1424 transition: transform 0.3s ease, box-shadow 0.3s ease;

1425 border: 1px solid rgba(255,255,255,0.05);

1426}

1427

1428.apbook-feature-card:hover {

1429 transform: translateY(-6px);

1430 box-shadow: 0 10px 30px rgba(0,0,0,0.35);

1431}

1432

1433/* Icon */

1434.apbook-feature-icon {

1435 width: 48px;

1436 height: 48px;

1437 background: #f5b800;

1438 color: #111;

1439 border-radius: 50%;

1440 display: flex;

1441 align-items: center;

1442 justify-content: center;

1443 font-size: 22px;

1444 font-weight: 700;

1445 margin-bottom: 16px;

1446}

1447

1448/* Text */

1449.apbook-feature-card h3 {

1450 font-size: 18px;

1451 color: #ffffff;

1452 margin-bottom: 10px;

1453}

1454

1455.apbook-feature-card p {

1456 font-size: 14.5px;

1457 color: #c7cfdd;

1458 line-height: 1.6;

1459}

1460</style>

1461

1462

1463<section class="apbook-features">

1464

1465 <div class="apbook-features-container">

1466

1467

1468 <div class="apbook-features-header">

1469

1470 <h2>

1471What Makes Our Platform Stand Out</h2>

1472

1473 <p>

1474Designed for performance, security, and an enjoyable betting experience.</p>

1475

1476 </div>

1477

1478

1479 <div class="apbook-features-grid">

1480

1481

1482 <div class="apbook-feature-card">

1483

1484 <div class="apbook-feature-icon">

1485🏏</div>

1486

1487 <h3>

1488Wide Betting Markets</h3>

1489

1490 <p>

1491

1492 Bet on popular sports, leagues, and live events with competitive odds

1493 and frequent market updates.

1494 </p>

1495

1496 </div>

1497

1498

1499 <div class="apbook-feature-card">

1500

1501 <div class="apbook-feature-icon">

1502🎥</div>

1503

1504 <h3>

1505Live Casino Experience</h3>

1506

1507 <p>

1508

1509 Experience real-time casino action with professional dealers,

1510 smooth streaming, and instant game results.

1511 </p>

1512

1513 </div>

1514

1515

1516 <div class="apbook-feature-card">

1517

1518 <div class="apbook-feature-icon">

1519🔐</div>

1520

1521 <h3>

1522Fast & Secure Transactions</h3>

1523

1524 <p>

1525

1526 Enjoy quick deposits and withdrawals backed by modern security

1527 protocols for complete peace of mind.

1528 </p>

1529

1530 </div>

1531

1532

1533 <div class="apbook-feature-card">

1534

1535 <div class="apbook-feature-icon">

1536📱</div>

1537

1538 <h3>

1539User-Friendly Interface</h3>

1540

1541 <p>

1542

1543 A clean and intuitive layout that works flawlessly across mobile,

1544 tablet, and desktop devices.

1545 </p>

1546

1547 </div>

1548

1549

1550 <div class="apbook-feature-card">

1551

1552 <div class="apbook-feature-icon">

1553🕘</div>

1554

1555 <h3>

155624/7 Customer Support</h3>

1557

1558 <p>

1559

1560 Our dedicated support team is available around the clock to help

1561 with queries, guidance, and assistance.

1562 </p>

1563

1564 </div>

1565

1566

1567 </div>

1568

1569 </div>

1570

1571</section>

1572

1573 </div>

1574

1575 </div>

1576

1577 </div>

1578

1579 <div class="elementor-element elementor-element-f8ad079 e-flex e-con-boxed e-con e-parent" data-id="f8ad079" data-element_type="container">

1580

1581 <div class="e-con-inner">

1582

1583 <div class="elementor-element elementor-element-60d52e7 elementor-widget elementor-widget-html" data-id="60d52e7" data-element_type="widget" data-widget_type="html.default">

1584

1585 <section class="apbook-steps-cards">

1586

1587 <div class="steps-container">

1588

1589

1590 <h1 class="steps-heading">

1591Apbook Best Online Betting Website and App

1592</h1>

1593

1594

1595 <div class="steps-row">

1596

1597

1598 <!-- STEP 01 -->

1599

1600 <div class="step-box">

1601

1602 <div class="icon-wrap">

1603📈

1604 <span class="step-badge">

160501</span>

1606

1607 </div>

1608

1609 <h3>

1610Register</h3>

1611

1612 <p>

1613Create your account in just a few simple steps.</p>

1614

1615 </div>

1616

1617

1618 <!-- STEP 02 -->

1619

1620 <div class="step-box">

1621

1622 <div class="icon-wrap">

1623🏆

1624 <span class="step-badge">

162502</span>

1626

1627 </div>

1628

1629 <h3>

1630Deposit</h3>

1631

1632 <p>

1633Add funds securely using available payment options.</p>

1634

1635 </div>

1636

1637

1638 <!-- STEP 03 -->

1639

1640 <div class="step-box">

1641

1642 <div class="icon-wrap">

1643

1644 <span class="step-badge">

164503</span>

1646

1647 </div>

1648

1649 <h3>

1650Play &amp; Enjoy</h3>

1651

1652 <p>

1653Access live sports, casino games, and more.</p>

1654

1655 </div>

1656

1657

1658 <!-- STEP 04 -->

1659

1660 <div class="step-box">

1661

1662 <div class="icon-wrap">

1663💰

1664 <span class="step-badge">

166504</span>

1666

1667 </div>

1668

1669 <h3>

1670Withdrawal</h3>

1671

1672 <p>

1673Withdraw your winnings quickly and easily.</p>

1674

1675 </div>

1676

1677

1678 </div>

1679

1680

1681 </div>

1682

1683</section>

1684

1685

1686

1687<style>

1688

1689.apbook-steps-cards{

1690 padding:60px 20px;

1691 background:#0b0f14;

1692 color:#e5e7eb;

1693}

1694

1695.steps-container{

1696 max-width:1200px;

1697 margin:auto;

1698 text-align:center;

1699}

1700

1701.steps-heading{

1702 font-size:28px;

1703 margin-bottom:40px;

1704 color:#fff;

1705}

1706

1707.steps-row{

1708 display:grid;

1709 grid-template-columns:repeat(4,1fr);

1710 gap:24px;

1711}

1712

1713/* CARD */

1714.step-box{

1715 background:#1f2937;

1716 border-radius:18px;

1717 padding:40px 20px 30px;

1718 position:relative;

1719 transition:all .3s ease;

1720 border:1px solid rgba(255,255,255,0.06);

1721 text-decoration:none;

1722 color:inherit;

1723}

1724

1725.step-box:hover{

1726 transform:translateY(-6px);

1727 border-color:#22c55e;

1728}

1729

1730/* ICON AREA */

1731.icon-wrap{

1732 width:90px;

1733 height:90px;

1734 margin:0 auto 20px;

1735 border-radius:50%;

1736 background:#273449;

1737 display:flex;

1738 align-items:center;

1739 justify-content:center;

1740 font-size:36px;

1741 position:relative;

1742}

1743

1744.step-badge{

1745 position:absolute;

1746 bottom:-6px;

1747 right:-6px;

1748 background:#22c55e;

1749 color:#0b0f14;

1750 font-size:12px;

1751 font-weight:700;

1752 padding:6px 10px;

1753 border-radius:50%;

1754}

1755

1756/* TEXT */

1757.step-box h3{

1758 font-size:18px;

1759 color:#fff;

1760 margin-bottom:8px;

1761}

1762

1763.step-box p{

1764 font-size:14px;

1765 color:#9ca3af;

1766 line-height:1.6;

1767}

1768

1769/* RESPONSIVE */

1770@media(max-width:992px){

1771 .steps-row{

1772 grid-template-columns:repeat(2,1fr);

1773 }

1774}

1775

1776@media(max-width:520px){

1777 .steps-row{

1778 grid-template-columns:1fr;

1779 }

1780}

1781</style>

1782

1783 </div>

1784

1785 </div>

1786

1787 </div>

1788

1789 <div class="elementor-element elementor-element-7df7a2d e-flex e-con-boxed e-con e-parent" data-id="7df7a2d" data-element_type="container">

1790

1791 <div class="e-con-inner">

1792

1793 <div class="elementor-element elementor-element-ba314fd elementor-widget elementor-widget-html" data-id="ba314fd" data-element_type="widget" data-widget_type="html.default">

1794

1795 <style>

1796

1797/* ==============================

1798 BETTING & GAMING OPTIONS

1799 APBOOK – UNIQUE LAYOUT

1800================================ */

1801

1802.apbook-gaming {

1803 background: radial-gradient(circle at top, #111b2e, #0a0f19 70%);

1804 padding: 70px 20px;

1805}

1806

1807.apbook-gaming-container {

1808 max-width: 1100px;

1809 margin: 0 auto;

1810}

1811

1812.apbook-gaming-header {

1813 text-align: center;

1814 margin-bottom: 55px;

1815}

1816

1817.apbook-gaming-header h2 {

1818 font-size: 36px;

1819 color: #ffffff;

1820 margin-bottom: 14px;

1821}

1822

1823.apbook-gaming-header p {

1824 font-size: 16px;

1825 color: #c9d2e3;

1826 max-width: 760px;

1827 margin: 0 auto;

1828}

1829

1830/* Gaming Blocks */

1831.apbook-gaming-block {

1832 display: flex;

1833 gap: 28px;

1834 background: linear-gradient(145deg, #121c30, #0d1628);

1835 padding: 30px;

1836 border-radius: 16px;

1837 margin-bottom: 28px;

1838 border-left: 5px solid #f5b800;

1839}

1840

1841.apbook-gaming-icon {

1842 min-width: 64px;

1843 height: 64px;

1844 background: #f5b800;

1845 color: #111;

1846 border-radius: 14px;

1847 display: flex;

1848 align-items: center;

1849 justify-content: center;

1850 font-size: 28px;

1851 font-weight: 700;

1852}

1853

1854.apbook-gaming-content h3 {

1855 font-size: 22px;

1856 color: #ffffff;

1857 margin-bottom: 10px;

1858}

1859

1860.apbook-gaming-content p {

1861 font-size: 15px;

1862 color: #cfd7e6;

1863 line-height: 1.7;

1864 margin-bottom: 10px;

1865}

1866

1867.apbook-gaming-content ul {

1868 padding-left: 18px;

1869 margin: 0;

1870}

1871

1872.apbook-gaming-content ul li {

1873 font-size: 14.5px;

1874 color: #bfc9dc;

1875 margin-bottom: 6px;

1876}

1877

1878/* Responsive */

1879@media (max-width: 768px) {

1880 .apbook-gaming-block {

1881 flex-direction: column;

1882 }

1883

1884 .apbook-gaming-icon {

1885 width: 56px;

1886 height: 56px;

1887 }

1888}

1889</style>

1890

1891

1892<section class="apbook-gaming">

1893

1894 <div class="apbook-gaming-container">

1895

1896

1897 <div class="apbook-gaming-header">

1898

1899 <h2>

1900Explore Our Betting & Gaming Options</h2>

1901

1902 <p>

1903

1904 Discover a complete range of betting and gaming opportunities designed

1905 to deliver excitement, flexibility, and real-time engagement for every

1906 type of player.

1907 </p>

1908

1909 </div>

1910

1911

1912 <!-- Sports Betting -->

1913

1914 <div class="apbook-gaming-block">

1915

1916 <div class="apbook-gaming-icon">

1917⚽</div>

1918

1919 <div class="apbook-gaming-content">

1920

1921 <h3>

1922Sports Betting</h3>

1923

1924 <p>

1925

1926 Our sports betting platform covers a wide variety of global and local

1927 sports, giving users access to multiple betting markets with updated

1928 odds and in-depth match insights.

1929 </p>

1930

1931 <p>

1932

1933 Whether you prefer major tournaments or everyday league matches,

1934 you can place bets confidently using accurate data and smooth market

1935 navigation.

1936 </p>

1937

1938 <ul>

1939

1940 <li>

1941Football, cricket, tennis, basketball, and more</li>

1942

1943 <li>

1944Pre-match and match-based betting markets</li>

1945

1946 <li>

1947Competitive odds with frequent updates</li>

1948

1949 </ul>

1950

1951 </div>

1952

1953 </div>

1954

1955

1956 <!-- Live Betting -->

1957

1958 <div class="apbook-gaming-block">

1959

1960 <div class="apbook-gaming-icon">

1961⏱️</div>

1962

1963 <div class="apbook-gaming-content">

1964

1965 <h3>

1966Live Betting</h3>

1967

1968 <p>

1969

1970 Live betting allows you to place bets while matches are in progress,

1971 creating a more dynamic and interactive betting experience.

1972 </p>

1973

1974 <p>

1975

1976 Odds update in real time based on match events, giving you the

1977 flexibility to react instantly and make informed decisions as the

1978 action unfolds.

1979 </p>

1980

1981 <ul>

1982

1983 <li>

1984Real-time odds and instant bet placement</li>

1985

1986 <li>

1987In-play statistics and live match tracking</li>

1988

1989 <li>

1990Enhanced excitement during ongoing games</li>

1991

1992 </ul>

1993

1994 </div>

1995

1996 </div>

1997

1998

1999 <!-- Online Casino Games -->

2000

2001 <div class="apbook-gaming-block">

2002

2003 <div class="apbook-gaming-icon">

2004🎰</div>

2005

2006 <div class="apbook-gaming-content">

2007

2008 <h3>

2009Online Casino Games</h3>

2010

2011 <p>

2012

2013 Our online casino offers a diverse collection of digital games that

2014 combine entertainment with smooth performance and engaging visuals.

2015 </p>

2016

2017 <p>

2018

2019 Players can enjoy classic favorites as well as modern titles designed

2020 to provide fair gameplay and fast-paced fun across all devices.

2021 </p>

2022

2023 <ul>

2024

2025 <li>

2026Slots, card games, and table games</li>

2027

2028 <li>

2029Easy-to-play formats for beginners and experienced players</li>

2030

2031 <li>

2032Optimized for mobile and desktop play</li>

2033

2034 </ul>

2035

2036 </div>

2037

2038 </div>

2039

2040

2041 <!-- Live Dealer Casino -->

2042

2043 <div class="apbook-gaming-block">

2044

2045 <div class="apbook-gaming-icon">

2046🎥</div>

2047

2048 <div class="apbook-gaming-content">

2049

2050 <h3>

2051Live Dealer Casino</h3>

2052

2053 <p>

2054

2055 The live dealer casino brings an authentic casino atmosphere directly

2056 to your screen with professional dealers hosting games in real time.

2057 </p>

2058

2059 <p>

2060

2061 This immersive experience combines real human interaction with modern

2062 streaming technology, making every session engaging and transparent.

2063 </p>

2064

2065 <ul>

2066

2067 <li>

2068Real dealers and live-streamed tables</li>

2069

2070 <li>

2071Instant results with interactive gameplay</li>

2072

2073 <li>

2074True casino excitement from anywhere</li>

2075

2076 </ul>

2077

2078 </div>

2079

2080 </div>

2081

2082

2083 </div>

2084

2085</section>

2086

2087 </div>

2088

2089 </div>

2090

2091 </div>

2092

2093 <div class="elementor-element elementor-element-5aee2d4 e-flex e-con-boxed e-con e-parent" data-id="5aee2d4" data-element_type="container">

2094

2095 <div class="e-con-inner">

2096

2097 <div class="elementor-element elementor-element-e2e99e7 elementor-widget elementor-widget-html" data-id="e2e99e7" data-element_type="widget" data-widget_type="html.default">

2098

2099 <!-- Fixed & Cleaned Games Section -->

2100

2101<section class="apbook-games">

2102

2103 <div class="games-wrap">

2104

2105

2106 <!-- LIVE GAMES -->

2107

2108 <h2 class="games-title">

2109Live Games</h2>

2110

2111 <div class="games-row">

2112

2113

2114 <!-- CARD 1 -->

2115

2116 <div class="game-card">

2117

2118 <div class="media">

2119

2120 <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" />

2121<noscript>

2122<img width="736" height="414" decoding="async" src="https://apbooklogin.com/wp-content/uploads/2025/12/apbook-login.jpg" />

2123</noscript>

2124

2125 </div>

2126

2127 <span class="game-badge live">

2128LIVE</span>

2129

2130 <h3>

2131Sports Betting</h3>

2132

2133 </div>

2134

2135

2136 <!-- CARD 2 (VIDEO) -->

2137

2138 <div class="game-card">

2139

2140 <div class="media">

2141

2142 <video autoplay loop muted>

2143

2144 <source src="https://apbooklogin.com/wp-content/uploads/2025/12/From-KlickPin-CF-Live-Casino-Video-1.mp4" type="video/mp4" />

2145

2146 </video>

2147

2148 </div>

2149

2150 <span class="game-badge live">

2151LIVE</span>

2152

2153 <h3>

2154Hat-Trick Challenge</h3>

2155

2156 </div>

2157

2158

2159 <!-- CARD 3 -->

2160

2161 <div class="game-card">

2162

2163 <div class="media">

2164

2165 <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" />

2166<noscript>

2167<img width="1200" height="675" decoding="async" src="https://apbooklogin.com/wp-content/uploads/2025/12/ludo.jpg" />

2168</noscript>

2169

2170 </div>

2171

2172 <span class="game-badge live">

2173LIVE</span>

2174

2175 <h3>

2176Live Ludo</h3>

2177

2178 </div>

2179

2180

2181 </div>

2182

2183

2184 <!-- NEW GAMES -->

2185

2186 <h2 class="games-title new">

2187New Games</h2>

2188

2189 <div class="games-row">

2190

2191

2192 <!-- CARD 4 -->

2193

2194 <div class="game-card">

2195

2196 <div class="media">

2197

2198 <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" />

2199<noscript>

2200<img width="180" height="216" decoding="async" src="https://apbooklogin.com/wp-content/uploads/2025/12/1737831434.jpg" />

2201</noscript>

2202

2203 </div>

2204

2205 <span class="game-badge new">

2206NEW</span>

2207

2208 <h3>

2209The Best Ludo Game</h3>

2210

2211 </div>

2212

2213

2214 <!-- CARD 5 (VIDEO) -->

2215

2216 <div class="game-card">

2217

2218 <div class="media">

2219

2220 <video autoplay loop muted>

2221

2222 <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" />

2223

2224 </video>

2225

2226 </div>

2227

2228 <span class="game-badge new">

2229NEW</span>

2230

2231 <h3>

2232Dice Master</h3>

2233

2234 </div>

2235

2236

2237 <!-- CARD 6 -->

2238

2239 <div class="game-card">

2240

2241 <div class="media">

2242

2243 <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" />

2244<noscript>

2245<img width="1080" height="1080" decoding="async" src="https://apbooklogin.com/wp-content/uploads/2025/12/f263eb34f8b603bc21fd43da1e2d8dad.jpg" />

2246</noscript>

2247

2248 </div>

2249

2250 <span class="game-badge new">

2251NEW</span>

2252

2253 <h3>

2254Quick Win Games</h3>

2255

2256 </div>

2257

2258

2259 </div>

2260

2261

2262 </div>

2263

2264</section>

2265

2266

2267<style>

2268

2269.apbook-games{

2270 padding:80px 20px;

2271 background:#0b0f14;

2272}

2273

2274.games-wrap{

2275 max-width:1200px;

2276 margin:auto;

2277}

2278

2279.games-title{

2280 font-size:28px;

2281 color:#fff;

2282 margin:0 0 20px;

2283}

2284

2285.games-title.new{

2286 margin-top:50px;

2287}

2288

2289.games-row{

2290 display:flex;

2291 gap:20px;

2292 overflow-x:auto;

2293 padding-bottom:10px;

2294}

2295

2296.games-row::-webkit-scrollbar{

2297 height:6px;

2298}

2299

2300.games-row::-webkit-scrollbar-thumb{

2301 background:#1f2937;

2302 border-radius:10px;

2303}

2304

2305.game-card{

2306 min-width:240px;

2307 background:#111827;

2308 border-radius:18px;

2309 overflow:hidden;

2310 text-decoration:none;

2311 color:#fff;

2312 position:relative;

2313 transition:.3s;

2314 border:1px solid rgba(255,255,255,.06);

2315}

2316

2317.game-card:hover{

2318 transform:translateY(-6px);

2319 border-color:#22c55e;

2320}

2321

2322.media{

2323 width:100%;

2324 height:300px;

2325 overflow:hidden;

2326}

2327

2328.media img,

2329.media video{

2330 width:100%;

2331 height:100%;

2332 object-fit:cover;

2333 display:block;

2334}

2335

2336.game-card h3{

2337 font-size:15px;

2338 padding:12px;

2339 margin:0;

2340 text-align:center;

2341}

2342

2343.game-badge{

2344 position:absolute;

2345 top:12px;

2346 left:12px;

2347 padding:5px 10px;

2348 font-size:11px;

2349 font-weight:700;

2350 border-radius:12px;

2351}

2352

2353.game-badge.live{

2354 background:#ef4444;

2355 color:#fff;

2356}

2357

2358.game-badge.new{

2359 background:#22c55e;

2360 color:#0b0f14;

2361}

2362

2363@media(max-width:520px){

2364 .games-title{

2365 font-size:22px;

2366 }

2367 .game-card{

2368 min-width:200px;

2369 }

2370}

2371</style>

2372 </div>

2373

2374 </div>

2375

2376 </div>

2377

2378 <div class="elementor-element elementor-element-9f8cd44 e-flex e-con-boxed e-con e-parent" data-id="9f8cd44" data-element_type="container">

2379

2380 <div class="e-con-inner">

2381

2382 <div class="elementor-element elementor-element-07fb0cb elementor-widget elementor-widget-html" data-id="07fb0cb" data-element_type="widget" data-widget_type="html.default">

2383

2384 <section class="apbook-counter">

2385

2386<div class="counter-wrap">

2387

2388<h2 class="counter-title">

2389GAME COUNTER</h2>

2390

2391<p class="counter-sub">

2392Trusted by players, powered by performance.</p>

2393

2394

2395<div class="counter-grid">

2396

2397<div class="counter-card">

2398

2399<div class="counter-icon">

2400👥</div>

2401

2402<div class="counter-number" data-target="1000000">

24031M</div>

2404

2405<div class="counter-label">

2406Total Customers</div>

2407

2408</div>

2409

2410<div class="counter-card highlight">

2411

2412<div class="counter-icon">

2413🔥</div>

2414

2415<div class="counter-number" data-target="50000">

241650000+</div>

2417

2418<div class="counter-label">

2419Active Players</div>

2420

2421</div>

2422

2423<div class="counter-card">

2424

2425<div class="counter-icon">

2426🎮</div>

2427

2428<div class="counter-number" data-target="700">

2429750+</div>

2430

2431<div class="counter-label">

2432Total Games</div>

2433

2434</div>

2435

2436</div>

2437

2438</div>

2439

2440</section>

2441

2442

2443<style>

2444

2445.apbook-counter{

2446 padding:90px 20px;

2447 background:#0b0f14;

2448}

2449

2450.counter-wrap{

2451 max-width:1200px;

2452 margin:auto;

2453 text-align:center;

2454}

2455

2456.counter-title{

2457 font-size:36px;

2458 color:#f5c542;

2459 margin-bottom:6px;

2460}

2461

2462.counter-sub{

2463 font-size:15px;

2464 color:#9ca3af;

2465 margin-bottom:50px;

2466}

2467

2468.counter-grid{

2469 display:grid;

2470 grid-template-columns:repeat(3,1fr);

2471 gap:30px;

2472}

2473

2474.counter-card{

2475 background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));

2476 border-radius:26px;

2477 padding:40px 20px;

2478 border:1px solid rgba(255,255,255,.08);

2479 transition:.3s;

2480}

2481

2482.counter-card:hover{

2483 transform:translateY(-8px);

2484 border-color:#f5c542;

2485}

2486

2487.counter-card.highlight{

2488 box-shadow:0 0 60px rgba(245,197,66,.25);

2489}

2490

2491.counter-icon{

2492 font-size:32px;

2493 margin-bottom:12px;

2494}

2495

2496.counter-number{

2497 font-size:42px;

2498 font-weight:900;

2499 color:#f5c542;

2500 margin-bottom:6px;

2501}

2502

2503.counter-label{

2504 font-size:14px;

2505 color:#d1d5db;

2506}

2507

2508@media(max-width:992px){

2509 .counter-grid{

2510 grid-template-columns:repeat(2,1fr);

2511 }

2512}

2513

2514@media(max-width:520px){

2515 .counter-grid{

2516 grid-template-columns:1fr;

2517 }

2518 .counter-title{

2519 font-size:28px;

2520 }

2521}

2522</style>

2523

2524

2525<script type="rocketlazyloadscript">

2526

2527document.addEventListener("DOMContentLoaded", function () {

2528 const counters = document.querySelectorAll(".counter-number");

2529

2530 counters.forEach(counter =>

2531 {

2532 const target = +counter.getAttribute("data-target");

2533 let count = 0;

2534 const increment = target / 100;

2535

2536 function updateCounter(){

2537 if(count < target){

2538 count += increment;

2539 counter.innerText = Math.ceil(count);

2540 setTimeout(updateCounter, 20);

2541 } else {

2542 counter.innerText = target.toLocaleString() + "+";

2543 }

2544 }

2545

2546 updateCounter();

2547 });

2548});

2549</script>

2550 </div>

2551

2552 </div>

2553

2554 </div>

2555

2556 <div class="elementor-element elementor-element-889b83c e-flex e-con-boxed e-con e-parent" data-id="889b83c" data-element_type="container">

2557

2558 <div class="e-con-inner">

2559

2560 <div class="elementor-element elementor-element-f81769f elementor-widget elementor-widget-html" data-id="f81769f" data-element_type="widget" data-widget_type="html.default">

2561

2562 <section class="apbook-promo">

2563

2564 <div class="promo-wrap">

2565

2566

2567 <!-- LEFT CONTENT -->

2568

2569 <div class="promo-left">

2570

2571 <span class="promo-tag">

2572Special Promotion</span>

2573

2574 <h2>

2575More Games.<br>

2576More Action.<br>

2577More Rewards.</h2>

2578

2579 <p class="promo-desc">

2580Explore 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>

2581

2582

2583 <div class="promo-stats">

2584

2585 <div class="stat-box">

2586<strong>

2587100+</strong>

2588 Live Games</div>

2589

2590 <div class="stat-box">

2591<strong>

259224/7</strong>

2593 Live Action</div>

2594

2595 <div class="stat-box">

2596<strong>

2597Fast</strong>

2598 Withdrawals</div>

2599

2600 </div>

2601

2602

2603 <a class="promo-btn" href="#">

2604Explore Promotions</a>

2605

2606 </div>

2607

2608

2609 <!-- RIGHT VISUAL -->

2610

2611 <div class="promo-right">

2612

2613 <div class="promo-cards">

2614

2615 <div class="mini-card">

2616🏏 Sports</div>

2617

2618 <div class="mini-card">

2619🎲 Casino</div>

2620

2621 <div class="mini-card">

2622🃏 Card Games</div>

2623

2624 <div class="mini-card">

2625⚽ Live Matches</div>

2626

2627 <div class="mini-card">

2628🎮 Skill Games</div>

2629

2630 </div>

2631

2632 </div>

2633

2634

2635 </div>

2636

2637</section>

2638

2639

2640<style>

2641

2642.apbook-promo{

2643 padding:90px 20px;

2644 background:#0b0f14;

2645}

2646

2647.promo-wrap{

2648 max-width:1200px;

2649 margin:auto;

2650 background:linear-gradient(135deg,#111827,#020617);

2651 border-radius:30px;

2652 padding:60px;

2653 display:grid;

2654 grid-template-columns:1.1fr .9fr;

2655 gap:40px;

2656 align-items:center;

2657 border:1px solid rgba(255,255,255,.06);

2658}

2659

2660.promo-left{color:#e5e7eb;}

2661

2662.promo-tag{

2663 display:inline-block;

2664 background:#22c55e;

2665 color:#0b0f14;

2666 padding:6px 14px;

2667 border-radius:20px;

2668 font-size:12px;

2669 font-weight:700;

2670 margin-bottom:16px;

2671}

2672

2673.promo-left h2{

2674 font-size:40px;

2675 line-height:1.15;

2676 color:#fff;

2677 margin-bottom:16px;

2678}

2679

2680.promo-desc{

2681 font-size:15px;

2682 color:#9ca3af;

2683 max-width:520px;

2684 line-height:1.7;

2685 margin-bottom:26px;

2686}

2687

2688.promo-stats{

2689 display:flex;

2690 gap:20px;

2691 margin-bottom:30px;

2692}

2693

2694.stat-box{

2695 background:#111827;

2696 border-radius:18px;

2697 padding:16px 20px;

2698 text-align:center;

2699 min-width:120px;

2700 border:1px solid rgba(255,255,255,.06);

2701}

2702

2703.stat-box strong{

2704 display:block;

2705 font-size:22px;

2706 color:#f5c542;

2707}

2708

2709.promo-btn{

2710 display:inline-block;

2711 background:#f5c542;

2712 color:#0b0f14;

2713 padding:14px 30px;

2714 border-radius:16px;

2715 font-weight:700;

2716 text-decoration:none;

2717 transition:.3s;

2718}

2719

2720.promo-btn:hover{

2721 transform:translateY(-3px);

2722 box-shadow:0 14px 30px rgba(245,197,66,.4);

2723}

2724

2725.promo-right{position:relative;}

2726

2727.promo-cards{

2728 display:grid;

2729 grid-template-columns:repeat(2,1fr);

2730 gap:16px;

2731}

2732

2733.mini-card{

2734 background:#111827;

2735 border-radius:20px;

2736 padding:22px;

2737 text-align:center;

2738 font-size:15px;

2739 color:#e5e7eb;

2740 border:1px solid rgba(255,255,255,.06);

2741 transition:.3s;

2742}

2743

2744.mini-card:hover{

2745 transform:translateY(-6px);

2746 border-color:#22c55e;

2747}

2748

2749@media(max-width:992px){

2750 .promo-wrap{

2751 grid-template-columns:1fr;

2752 padding:40px;

2753 text-align:center;

2754 }

2755 .promo-stats{

2756 justify-content:center;

2757 flex-wrap:wrap;

2758 }

2759 .promo-left h2{font-size:32px;}

2760}

2761

2762@media(max-width:520px){

2763 .promo-left h2{font-size:26px;}

2764}

2765</style>

2766 </div>

2767

2768 </div>

2769

2770 </div>

2771

2772 <div class="elementor-element elementor-element-6f097d1 e-flex e-con-boxed e-con e-parent" data-id="6f097d1" data-element_type="container">

2773

2774 <div class="e-con-inner">

2775

2776 <div class="elementor-element elementor-element-7acad83 elementor-widget elementor-widget-html" data-id="7acad83" data-element_type="widget" data-widget_type="html.default">

2777

2778 <div id="apbook-bonus-section">

2779

2780

2781<style>

2782

2783/* ==============================

2784 BONUSES & PROMOTIONS – APBOOK

2785 FULLY ISOLATED DESIGN

2786================================ */

2787

2788#apbook-bonus-section {

2789 background: linear-gradient(180deg, #0a0f19, #0e1524);

2790 padding: 90px 20px;

2791}

2792

2793#apbook-bonus-section .container {

2794 max-width: 1100px;

2795 margin: 0 auto;

2796}

2797

2798/* Header */

2799#apbook-bonus-section .header {

2800 text-align: center;

2801 margin-bottom: 60px;

2802}

2803

2804#apbook-bonus-section .header h2 {

2805 font-size: 36px;

2806 color: #ffffff;

2807 margin-bottom: 12px;

2808}

2809

2810#apbook-bonus-section .header p {

2811 font-size: 16px;

2812 color: #c9d2e3;

2813 max-width: 820px;

2814 margin: 0 auto;

2815}

2816

2817/* Content Layout */

2818#apbook-bonus-section .content {

2819 display: grid;

2820 grid-template-columns: 1.2fr 0.8fr;

2821 gap: 40px;

2822 margin-bottom: 50px;

2823}

2824

2825/* Text Content */

2826#apbook-bonus-section .text-block p {

2827 font-size: 16px;

2828 color: #e5e7eb;

2829 line-height: 1.8;

2830 margin-bottom: 18px;

2831}

2832

2833/* Highlight Box */

2834#apbook-bonus-section .highlight {

2835 background: #111827;

2836 border-radius: 16px;

2837 padding: 30px;

2838 border-top: 4px solid #f5b800;

2839}

2840

2841#apbook-bonus-section .highlight h3 {

2842 font-size: 22px;

2843 color: #ffffff;

2844 margin-bottom: 16px;

2845}

2846

2847#apbook-bonus-section .highlight ul {

2848 padding-left: 18px;

2849 margin: 0;

2850}

2851

2852#apbook-bonus-section .highlight ul li {

2853 font-size: 15px;

2854 color: #cfd7e6;

2855 margin-bottom: 10px;

2856}

2857

2858/* Promo Cards */

2859#apbook-bonus-section .promo-grid {

2860 display: grid;

2861 grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));

2862 gap: 24px;

2863}

2864

2865#apbook-bonus-section .promo-card {

2866 background: linear-gradient(145deg, #121a2b, #0d1628);

2867 border-radius: 14px;

2868 padding: 26px;

2869 border: 1px solid rgba(255,255,255,0.05);

2870}

2871

2872#apbook-bonus-section .promo-card h4 {

2873 font-size: 18px;

2874 color: #ffffff;

2875 margin-bottom: 8px;

2876}

2877

2878#apbook-bonus-section .promo-card p {

2879 font-size: 14.5px;

2880 color: #cfd7e6;

2881 line-height: 1.6;

2882}

2883

2884/* Disclaimer */

2885#apbook-bonus-section .disclaimer {

2886 margin-top: 40px;

2887 font-size: 13.5px;

2888 color: #9aa4b8;

2889 text-align: center;

2890}

2891

2892/* Responsive */

2893@media (max-width: 900px) {

2894 #apbook-bonus-section .content {

2895 grid-template-columns: 1fr;

2896 }

2897}

2898</style>

2899

2900

2901<div class="container">

2902

2903

2904 <!-- Header -->

2905

2906 <div class="header">

2907

2908 <h2>

2909Bonuses & Special Promotions</h2>

2910

2911 <p>

2912

2913 Enjoy added value with thoughtfully designed bonuses and promotional

2914 offers created to enhance your betting and gaming experience.

2915 </p>

2916

2917 </div>

2918

2919

2920 <!-- Main Content -->

2921

2922 <div class="content">

2923

2924

2925 <div class="text-block">

2926

2927 <p>

2928

2929 Our platform offers a variety of bonuses and special promotions for both

2930 new and existing players. These offers are carefully structured to

2931 provide additional value while maintaining transparency and fair usage

2932 conditions.

2933 </p>

2934

2935

2936 <p>

2937

2938 New users may benefit from welcome-related promotions that help them

2939 explore the platform with added confidence. These offers are designed

2940 to support early engagement by providing extra opportunities to

2941 experience sports betting, casino games, and live gaming options.

2942 </p>

2943

2944

2945 <p>

2946

2947 Existing players are equally rewarded through ongoing promotions that

2948 recognize continued participation. These may include reload-style

2949 offers, event-based promotions, or limited-time incentives tied to

2950 specific games or activities.

2951 </p>

2952

2953

2954 <p>

2955

2956 All bonuses are presented with clear terms to ensure users understand

2957 how offers work, what conditions apply, and how to make the most of

2958 available promotions without confusion.

2959 </p>

2960

2961 </div>

2962

2963

2964 <div class="highlight">

2965

2966 <h3>

2967Why Our Promotions Stand Out</h3>

2968

2969 <ul>

2970

2971 <li>

2972Designed for both new and returning players</li>

2973

2974 <li>

2975Clear and transparent promotional conditions</li>

2976

2977 <li>

2978Added value without unnecessary complexity</li>

2979

2980 <li>

2981Opportunities across sports and casino games</li>

2982

2983 <li>

2984Regular updates with new promotional offers</li>

2985

2986 </ul>

2987

2988 </div>

2989

2990

2991 </div>

2992

2993

2994 <!-- Promotion Types -->

2995

2996 <div class="promo-grid">

2997

2998

2999 <div class="promo-card">

3000

3001 <h4>

3002Welcome Bonuses</h4>

3003

3004 <p>

3005

3006 Special introductory offers that allow new users to explore the

3007 platform with added flexibility and confidence.

3008 </p>

3009

3010 </div>

3011

3012

3013 <div class="promo-card">

3014

3015 <h4>

3016Ongoing Player Offers</h4>

3017

3018 <p>

3019

3020 Regular promotions designed to reward continued participation and

3021 engagement across betting and gaming activities.

3022 </p>

3023

3024 </div>

3025

3026

3027 <div class="promo-card">

3028

3029 <h4>

3030Event-Based Promotions</h4>

3031

3032 <p>

3033

3034 Limited-time offers linked to major sporting events or special gaming

3035 occasions for added excitement.

3036 </p>

3037

3038 </div>

3039

3040

3041 <div class="promo-card">

3042

3043 <h4>

3044Game-Specific Incentives</h4>

3045

3046 <p>

3047

3048 Promotions tailored to selected casino games or betting markets,

3049 offering focused value to interested players.

3050 </p>

3051

3052 </div>

3053

3054

3055 </div>

3056

3057

3058 <!-- Disclaimer -->

3059

3060 <div class="disclaimer">

3061

3062 Bonus availability, promotional offers, and terms may vary. Please review

3063 individual promotion details before participating.

3064 </div>

3065

3066

3067</div>

3068

3069</div>

3070

3071 </div>

3072

3073 </div>

3074

3075 </div>

3076

3077 <div class="elementor-element elementor-element-5f8c656 e-flex e-con-boxed e-con e-parent" data-id="5f8c656" data-element_type="container">

3078

3079 <div class="e-con-inner">

3080

3081 <div class="elementor-element elementor-element-574cb48 elementor-widget elementor-widget-html" data-id="574cb48" data-element_type="widget" data-widget_type="html.default">

3082

3083 <section id="apbook-payments-pro">

3084

3085

3086<style>

3087

3088/* ============================

3089 PAYMENT & WITHDRAWALS

3090 PRO VERSION (NO SPACE ISSUE)

3091============================ */

3092

3093#apbook-payments-pro {

3094 background: linear-gradient(180deg, #0b0f14 0%, #0e1624 100%);

3095 padding: 80px 20px;

3096}

3097

3098#apbook-payments-pro .container {

3099 max-width: 900px;

3100 margin: 0 auto;

3101}

3102

3103/* Header */

3104#apbook-payments-pro .header {

3105 text-align: center;

3106 margin-bottom: 40px;

3107}

3108

3109#apbook-payments-pro .header h2 {

3110 font-size: 36px;

3111 color: #ffffff;

3112 margin-bottom: 14px;

3113 font-weight: 600;

3114}

3115

3116#apbook-payments-pro .header p {

3117 font-size: 16.5px;

3118 color: #cfd7e6;

3119 line-height: 1.9;

3120 max-width: 760px;

3121 margin: 0 auto;

3122}

3123

3124/* Content Blocks */

3125#apbook-payments-pro .content {

3126 margin-top: 50px;

3127}

3128

3129/* Text Card */

3130#apbook-payments-pro .text-card {

3131 background: #111827;

3132 border-radius: 18px;

3133 padding: 34px 32px;

3134 margin-bottom: 40px;

3135}

3136

3137#apbook-payments-pro .text-card p {

3138 font-size: 15.8px;

3139 color: #e5e7eb;

3140 line-height: 1.9;

3141 margin-bottom: 18px;

3142}

3143

3144/* Image */

3145#apbook-payments-pro .image-box {

3146 text-align: center;

3147 margin: 45px 0;

3148}

3149

3150#apbook-payments-pro .image-box img {

3151 width: 100%;

3152 max-width: 420px;

3153 border-radius: 16px;

3154 display: inline-block;

3155}

3156

3157/* Highlights */

3158#apbook-payments-pro .highlights {

3159 background: #0f172a;

3160 border-radius: 18px;

3161 padding: 36px 34px;

3162}

3163

3164#apbook-payments-pro .highlights h3 {

3165 font-size: 22px;

3166 color: #f5b800;

3167 margin-bottom: 22px;

3168 font-weight: 600;

3169}

3170

3171#apbook-payments-pro .highlight-item {

3172 display: flex;

3173 align-items: flex-start;

3174 margin-bottom: 16px;

3175}

3176

3177#apbook-payments-pro .highlight-item span {

3178 color: #22c55e;

3179 font-size: 16px;

3180 margin-right: 12px;

3181 line-height: 1.6;

3182}

3183

3184#apbook-payments-pro .highlight-item p {

3185 font-size: 15.5px;

3186 color: #e5e7eb;

3187 line-height: 1.8;

3188 margin: 0;

3189}

3190</style>

3191

3192

3193<div class="container">

3194

3195

3196 <!-- Header -->

3197

3198 <div class="header">

3199

3200 <h2>

3201Simple Deposits & Fast Withdrawals</h2>

3202

3203 <p>

3204

3205 Our platform supports quick and convenient payment options to ensure a

3206 hassle-free experience. Deposits are processed instantly, while

3207 withdrawals are handled efficiently so you can access your winnings

3208 without unnecessary delays.

3209 </p>

3210

3211 </div>

3212

3213

3214 <!-- Content -->

3215

3216 <div class="content">

3217

3218

3219 <!-- Full Explanation -->

3220

3221 <div class="text-card">

3222

3223 <p>

3224

3225 Our platform is designed to make financial transactions straightforward,

3226 reliable, and secure. Deposits are processed instantly, allowing users

3227 to begin exploring betting and gaming options without delays or

3228 interruptions.

3229 </p>

3230

3231

3232 <p>

3233

3234 Withdrawals are handled efficiently through a structured processing

3235 system that prioritizes accuracy and security. This ensures that players

3236 can access their funds in a timely manner while maintaining platform

3237 integrity.

3238 </p>

3239

3240

3241 <p>

3242

3243 Every transaction follows clear procedures supported by secure payment

3244 technology. From the moment a deposit is made to the completion of a

3245 withdrawal, users benefit from a transparent system built for confidence

3246 and reliability.

3247 </p>

3248

3249 </div>

3250

3251

3252 <!-- Image -->

3253

3254 <div class="image-box">

3255

3256 <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"

3257 alt="Secure Deposits and Fast Withdrawals"

3258 loading="lazy" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/12/White-and-Blue-Minimalist-Sport-Betting-Facebook-Post.png">

3259<noscript>

3260<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"

3261 alt="Secure Deposits and Fast Withdrawals"

3262 loading="lazy">

3263</noscript>

3264

3265 </div>

3266

3267

3268 <!-- Highlights -->

3269

3270 <div class="highlights">

3271

3272 <h3>

3273Transaction Highlights</h3>

3274

3275

3276 <div class="highlight-item">

3277

3278 <span>

3279✔</span>

3280

3281 <p>

3282Secure payment processing using verified transaction methods.</p>

3283

3284 </div>

3285

3286

3287 <div class="highlight-item">

3288

3289 <span>

3290✔</span>

3291

3292 <p>

3293Fast withdrawal handling designed to minimize waiting times.</p>

3294

3295 </div>

3296

3297

3298 <div class="highlight-item">

3299

3300 <span>

3301✔</span>

3302

3303 <p>

3304Transparent transaction system with clearly defined procedures.</p>

3305

3306 </div>

3307

3308 </div>

3309

3310

3311 </div>

3312

3313</div>

3314

3315

3316</section>

3317

3318 </div>

3319

3320 </div>

3321

3322 </div>

3323

3324 <div class="elementor-element elementor-element-3288b33 e-flex e-con-boxed e-con e-parent" data-id="3288b33" data-element_type="container">

3325

3326 <div class="e-con-inner">

3327

3328 <div class="elementor-element elementor-element-3686765 elementor-widget elementor-widget-html" data-id="3686765" data-element_type="widget" data-widget_type="html.default">

3329

3330 <section class="apbook-knowledge">

3331

3332 <div class="knowledge-wrap">

3333

3334 <h2 class="knowledge-title">

3335Knowledge Videos</h2>

3336

3337 <p class="knowledge-sub">

3338

3339 Simple video guides to help you understand registration, gameplay, and offers.

3340 </p>

3341

3342

3343 <div class="knowledge-grid">

3344

3345

3346 <!-- Video 1 -->

3347

3348 <div class="video-card">

3349

3350 <div class="video-thumb">

3351

3352

3353 <span class="video-tag">

3354Celebrate</span>

3355

3356 </div>

3357

3358 <h3>

3359Winning Moments & Highlights</h3>

3360

3361 <p>

3362See how players celebrate their success and understand real gameplay moments.</p>

3363

3364 </div>

3365

3366

3367 <!-- Video 2 -->

3368

3369 <div class="video-card">

3370

3371 <div class="video-thumb">

3372

3373

3374 <span class="video-tag">

3375Offers</span>

3376

3377 </div>

3378

3379 <h3>

3380Latest Offers Explained</h3>

3381

3382 <p>

3383Learn how current promotions work and how to use them correctly.</p>

3384

3385 </div>

3386

3387

3388 <!-- Video 3 -->

3389

3390 <div class="video-card">

3391

3392 <div class="video-thumb">

3393

3394

3395 <span class="video-tag">

3396Guide</span>

3397

3398 </div>

3399

3400 <h3>

3401How to Play & Get Started</h3>

3402

3403 <p>

3404A step-by-step guide for new users to begin safely and confidently.</p>

3405

3406 </div>

3407

3408

3409 <!-- Video 4 -->

3410

3411 <div class="video-card">

3412

3413 <div class="video-thumb">

3414

3415

3416 <span class="video-tag">

3417Tips</span>

3418

3419 </div>

3420

3421 <h3>

3422Smart Playing Tips</h3>

3423

3424 <p>

3425Helpful tips to improve your experience and play responsibly.</p>

3426

3427 </div>

3428

3429

3430 </div>

3431

3432 </div>

3433

3434</section>

3435

3436

3437<style>

3438

3439.apbook-knowledge{

3440 padding:70px 20px;

3441 background:#0b0f14;

3442 color:#e5e7eb;

3443}

3444

3445.knowledge-wrap{

3446 max-width:1200px;

3447 margin:0 auto;

3448 text-align:center;

3449}

3450

3451.knowledge-title{

3452 font-size:28px;

3453 color:#ffffff;

3454 margin-bottom:8px;

3455}

3456

3457.knowledge-sub{

3458 font-size:14px;

3459 color:#9ca3af;

3460 margin-bottom:40px;

3461}

3462

3463.knowledge-grid{

3464 display:grid;

3465 grid-template-columns:repeat(4,1fr);

3466 gap:24px;

3467}

3468

3469/* Card */

3470.video-card{

3471 background:#1f2937;

3472 border-radius:18px;

3473 padding:18px;

3474 text-align:left;

3475 border:1px solid rgba(255,255,255,0.06);

3476 transition:transform .3s ease, border-color .3s ease;

3477}

3478

3479.video-card:hover{

3480 transform:translateY(-6px);

3481 border-color:#f5c542;

3482}

3483

3484.video-thumb{

3485 height:160px;

3486 border-radius:14px;

3487 background:linear-gradient(135deg,#111827,#273449);

3488 display:flex;

3489 align-items:center;

3490 justify-content:center;

3491 font-size:40px;

3492 color:#f5c542;

3493 position:relative;

3494 margin-bottom:16px;

3495}

3496

3497.video-tag{

3498 position:absolute;

3499 top:12px;

3500 left:12px;

3501 background:#f5c542;

3502 color:#0b0f14;

3503 font-size:11px;

3504 font-weight:700;

3505 padding:5px 10px;

3506 border-radius:12px;

3507}

3508

3509.video-card h3{

3510 font-size:16px;

3511 color:#ffffff;

3512 margin:0 0 6px;

3513}

3514

3515.video-card p{

3516 font-size:13px;

3517 color:#9ca3af;

3518 line-height:1.6;

3519 margin:0;

3520}

3521

3522/* Responsive */

3523@media (max-width: 992px){

3524 .knowledge-grid{

3525 grid-template-columns:repeat(2,1fr);

3526 }

3527}

3528

3529@media (max-width: 520px){

3530 .knowledge-grid{

3531 grid-template-columns:1fr;

3532 }

3533}

3534</style>

3535

3536 </div>

3537

3538 </div>

3539

3540 </div>

3541

3542 <div class="elementor-element elementor-element-35c04fd e-flex e-con-boxed e-con e-parent" data-id="35c04fd" data-element_type="container">

3543

3544 <div class="e-con-inner">

3545

3546 <div class="elementor-element elementor-element-90ca8e3 elementor-widget elementor-widget-html" data-id="90ca8e3" data-element_type="widget" data-widget_type="html.default">

3547

3548 <section id="apbook-app-v2">

3549

3550

3551<style>

3552

3553/* ===========================

3554 APBOOK APP – V2 DESIGN

3555 Domain: apbooklogin.com

3556=========================== */

3557

3558#apbook-app-v2 {

3559 background: radial-gradient(circle at top, #101a2e 0%, #0b0f14 55%);

3560 padding: 70px 20px;

3561}

3562

3563#apbook-app-v2 .wrap {

3564 max-width: 1000px;

3565 margin: 0 auto;

3566}

3567

3568/* Title Area */

3569#apbook-app-v2 .title-area {

3570 text-align: center;

3571 margin-bottom: 35px;

3572}

3573

3574#apbook-app-v2 .title-area h2 {

3575 font-size: 38px;

3576 font-weight: 600;

3577 color: #ffffff;

3578 margin-bottom: 10px;

3579}

3580

3581#apbook-app-v2 .title-area span {

3582 display: inline-block;

3583 font-size: 14px;

3584 letter-spacing: 1px;

3585 color: #f5b800;

3586 text-transform: uppercase;

3587}

3588

3589/* Content Box */

3590#apbook-app-v2 .content-box {

3591 background: #0f172a;

3592 border-radius: 22px;

3593 padding: 40px 38px;

3594 box-shadow: 0 20px 60px rgba(0,0,0,0.45);

3595}

3596

3597#apbook-app-v2 .content-box p {

3598 font-size: 16px;

3599 line-height: 1.9;

3600 color: #e5e7eb;

3601 margin-bottom: 18px;

3602}

3603

3604/* Feature Grid */

3605#apbook-app-v2 .feature-grid {

3606 display: grid;

3607 grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));

3608 gap: 22px;

3609 margin-top: 30px;

3610}

3611

3612/* Feature Card */

3613#apbook-app-v2 .feature-card {

3614 background: linear-gradient(180deg, #111827, #0b1220);

3615 border-radius: 18px;

3616 padding: 22px 20px;

3617 border: 1px solid rgba(255,255,255,0.06);

3618}

3619

3620#apbook-app-v2 .feature-card h4 {

3621 font-size: 17px;

3622 color: #f5b800;

3623 margin-bottom: 8px;

3624 font-weight: 600;

3625}

3626

3627#apbook-app-v2 .feature-card p {

3628 font-size: 14.8px;

3629 color: #cfd7e6;

3630 line-height: 1.7;

3631 margin: 0;

3632}

3633

3634/* App Note */

3635#apbook-app-v2 .app-note {

3636 margin-top: 32px;

3637 padding: 18px 22px;

3638 background: #020617;

3639 border-left: 4px solid #22c55e;

3640 border-radius: 12px;

3641}

3642

3643#apbook-app-v2 .app-note p {

3644 font-size: 14.8px;

3645 color: #d1fae5;

3646 line-height: 1.8;

3647 margin: 0;

3648}

3649</style>

3650

3651

3652<div class="wrap">

3653

3654

3655 <!-- Title -->

3656

3657 <div class="title-area">

3658

3659 <span>

3660Mobile Betting Experience</span>

3661

3662 <h2>

3663Apbook App</h2>

3664

3665 </div>

3666

3667

3668 <!-- Main Content -->

3669

3670 <div class="content-box">

3671

3672 <p>

3673

3674 The Apbook App is designed to deliver a complete betting and gaming

3675 experience directly on your mobile device. It allows users to access

3676 sports betting, live markets, and casino games with the same performance

3677 and reliability available on the desktop platform.

3678 </p>

3679

3680

3681 <p>

3682

3683 With a streamlined interface and mobile-optimized layout, the app ensures

3684 smooth navigation, fast loading times, and uninterrupted access to real-time

3685 betting opportunities. Users can manage their accounts, monitor live odds,

3686 and place bets efficiently, even during high-traffic sporting events.

3687 </p>

3688

3689

3690 <p>

3691

3692 The platform supports a wide range of betting options, including cricket,

3693 football, tennis, and other popular sports, alongside interactive casino

3694 games such as slots, poker, roulette, and live dealer experiences. This

3695 makes the Apbook App a flexible solution for users who prefer betting on

3696 the go.

3697 </p>

3698

3699

3700 <p>

3701

3702 Security and performance are central to the app’s design. All activities

3703 are protected through secure systems to ensure safe access, reliable

3704 transactions, and consistent gameplay across supported devices.

3705 </p>

3706

3707

3708 <!-- Features -->

3709

3710 <div class="feature-grid">

3711

3712 <div class="feature-card">

3713

3714 <h4>

3715Mobile-Optimized Design</h4>

3716

3717 <p>

3718

3719 Built specifically for mobile users with fast navigation and clean

3720 layouts.

3721 </p>

3722

3723 </div>

3724

3725

3726 <div class="feature-card">

3727

3728 <h4>

3729Live Betting Access</h4>

3730

3731 <p>

3732

3733 Place bets during live matches with real-time odds and updates.

3734 </p>

3735

3736 </div>

3737

3738

3739 <div class="feature-card">

3740

3741 <h4>

3742Full Casino Support</h4>

3743

3744 <p>

3745

3746 Enjoy slots, card games, table games, and live dealer experiences.

3747 </p>

3748

3749 </div>

3750

3751

3752 <div class="feature-card">

3753

3754 <h4>

3755Secure Usage</h4>

3756

3757 <p>

3758

3759 Account access and transactions are handled with advanced protection.

3760 </p>

3761

3762 </div>

3763

3764 </div>

3765

3766

3767 <!-- Note -->

3768

3769 <div class="app-note">

3770

3771 <p>

3772

3773 The Apbook App is ideal for users who want flexibility, speed, and a

3774 reliable gaming environment without being tied to a desktop platform.

3775 </p>

3776

3777 </div>

3778

3779

3780 </div>

3781

3782

3783</div>

3784

3785</section>

3786

3787 </div>

3788

3789 </div>

3790

3791 </div>

3792

3793 <div class="elementor-element elementor-element-fd5e2d4 e-flex e-con-boxed e-con e-parent" data-id="fd5e2d4" data-element_type="container">

3794

3795 <div class="e-con-inner">

3796

3797 <div class="elementor-element elementor-element-138050c elementor-widget elementor-widget-html" data-id="138050c" data-element_type="widget" data-widget_type="html.default">

3798

3799 <section class="apbook-app">

3800

3801 <div class="app-wrap">

3802

3803

3804 <!-- LEFT -->

3805

3806 <div class="app-left">

3807

3808 <span class="app-badge">

3809Mobile Experience</span>

3810

3811 <h2>

3812Download Our App</h2>

3813

3814 <p>

3815

3816 Get fast access to live games, secure payments, and smooth performance.

3817 Designed for a seamless experience on your mobile device.

3818 </p>

3819

3820

3821 <ul class="app-points">

3822

3823 <li>

3824⚡ Fast & smooth performance</li>

3825

3826 <li>

3827🔐 Secure login & transactions</li>

3828

3829 <li>

3830🎮 Easy access to games</li>

3831

3832 </ul>

3833

3834

3835 <a class="app-btn" href="#">

3836Download APK</a>

3837

3838 </div>

3839

3840

3841 <!-- RIGHT -->

3842

3843 <div class="app-right">

3844

3845 <div class="phone phone-1">

3846

3847 <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" />

3848<noscript>

3849<img width="222" height="508" decoding="async" src="https://apbooklogin.com/wp-content/uploads/2025/12/app.png" />

3850</noscript>

3851

3852 </div>

3853

3854

3855 <div class="phone phone-2">

3856

3857 <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" />

3858<noscript>

3859<img width="224" height="490" decoding="async" src="https://apbooklogin.com/wp-content/uploads/2025/12/ap-book.png" />

3860</noscript>

3861

3862 </div>

3863

3864 </div>

3865

3866

3867 </div>

3868

3869</section>

3870

3871

3872<style>

3873

3874.apbook-app{

3875 padding:80px 20px;

3876 background:#0b0f14;

3877}

3878

3879.app-wrap{

3880 max-width:1200px;

3881 margin:auto;

3882 background:linear-gradient(135deg,#111827,#0f172a);

3883 border-radius:28px;

3884 padding:50px;

3885 display:grid;

3886 grid-template-columns:1.2fr .8fr;

3887 gap:40px;

3888 align-items:center;

3889 border:1px solid rgba(255,255,255,.06);

3890}

3891

3892.app-left{color:#e5e7eb;}

3893

3894.app-badge{

3895 display:inline-block;

3896 background:#22c55e;

3897 color:#0b0f14;

3898 padding:6px 14px;

3899 border-radius:20px;

3900 font-size:12px;

3901 font-weight:700;

3902 margin-bottom:14px;

3903}

3904

3905.app-left h2{

3906 font-size:36px;

3907 color:#fff;

3908 margin-bottom:12px;

3909}

3910

3911.app-left p{

3912 font-size:15px;

3913 color:#9ca3af;

3914 max-width:480px;

3915 line-height:1.7;

3916 margin-bottom:18px;

3917}

3918

3919.app-points{

3920 list-style:none;

3921 padding:0;

3922 margin:0 0 26px;

3923}

3924

3925.app-points li{

3926 font-size:14px;

3927 color:#d1d5db;

3928 margin-bottom:8px;

3929}

3930

3931.app-btn{

3932 display:inline-block;

3933 background:#f5c542;

3934 color:#0b0f14;

3935 padding:14px 28px;

3936 border-radius:14px;

3937 font-weight:700;

3938 text-decoration:none;

3939 transition:.3s;

3940}

3941

3942.app-btn:hover{

3943 transform:translateY(-3px);

3944 box-shadow:0 12px 30px rgba(245,197,66,.4);

3945}

3946

3947/* RIGHT SIDE PHONES */

3948.app-right{

3949 position:relative;

3950 height:360px;

3951}

3952

3953.phone{

3954 position:absolute;

3955 width:200px;

3956 height:360px;

3957 border-radius:28px;

3958 background:#020617;

3959 border:2px solid rgba(255,255,255,.12);

3960 box-shadow:0 20px 50px rgba(0,0,0,.6);

3961 overflow:hidden;

3962}

3963

3964.phone img{

3965 width:100%;

3966 height:100%;

3967 object-fit:cover;

3968}

3969

3970.phone-1{

3971 right:130px;

3972 top:0;

3973}

3974

3975.phone-2{

3976 right:0;

3977 top:40px;

3978}

3979

3980/* RESPONSIVE */

3981@media(max-width:992px){

3982 .app-wrap{

3983 grid-template-columns:1fr;

3984 padding:35px;

3985 text-align:center;

3986 }

3987 .app-right{

3988 height:280px;

3989 }

3990 .phone-1{right:90px;}

3991}

3992

3993@media(max-width:520px){

3994 .app-left h2{font-size:28px;}

3995 .phone{

3996 width:140px;

3997 height:260px;

3998 }

3999 .phone-1{right:70px;}

4000}

4001</style>

4002

4003 </div>

4004

4005 </div>

4006

4007 </div>

4008

4009 <div class="elementor-element elementor-element-e4c74cc e-flex e-con-boxed e-con e-parent" data-id="e4c74cc" data-element_type="container">

4010

4011 <div class="e-con-inner">

4012

4013 <div class="elementor-element elementor-element-4c29b4e elementor-widget elementor-widget-html" data-id="4c29b4e" data-element_type="widget" data-widget_type="html.default">

4014

4015 <section class="apbook-counter">

4016

4017<div class="counter-wrap">

4018

4019<h2 class="counter-title">

4020GAME COUNTER</h2>

4021

4022<p class="counter-sub">

4023Trusted by players, powered by performance.</p>

4024

4025

4026<div class="counter-grid">

4027

4028<div class="counter-card">

4029

4030<div class="counter-icon">

4031👥</div>

4032

4033<div class="counter-number" data-target="1000000">

40341M</div>

4035

4036<div class="counter-label">

4037Total Customers</div>

4038

4039</div>

4040

4041<div class="counter-card highlight">

4042

4043<div class="counter-icon">

4044🔥</div>

4045

4046<div class="counter-number" data-target="50000">

404750000+</div>

4048

4049<div class="counter-label">

4050Active Players</div>

4051

4052</div>

4053

4054<div class="counter-card">

4055

4056<div class="counter-icon">

4057🎮</div>

4058

4059<div class="counter-number" data-target="700">

4060750+</div>

4061

4062<div class="counter-label">

4063Total Games</div>

4064

4065</div>

4066

4067</div>

4068

4069</div>

4070

4071</section>

4072

4073

4074<style>

4075

4076.apbook-counter{

4077 padding:90px 20px;

4078 background:#0b0f14;

4079}

4080

4081.counter-wrap{

4082 max-width:1200px;

4083 margin:auto;

4084 text-align:center;

4085}

4086

4087.counter-title{

4088 font-size:36px;

4089 color:#f5c542;

4090 margin-bottom:6px;

4091}

4092

4093.counter-sub{

4094 font-size:15px;

4095 color:#9ca3af;

4096 margin-bottom:50px;

4097}

4098

4099.counter-grid{

4100 display:grid;

4101 grid-template-columns:repeat(3,1fr);

4102 gap:30px;

4103}

4104

4105.counter-card{

4106 background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));

4107 border-radius:26px;

4108 padding:40px 20px;

4109 border:1px solid rgba(255,255,255,.08);

4110 transition:.3s;

4111}

4112

4113.counter-card:hover{

4114 transform:translateY(-8px);

4115 border-color:#f5c542;

4116}

4117

4118.counter-card.highlight{

4119 box-shadow:0 0 60px rgba(245,197,66,.25);

4120}

4121

4122.counter-icon{

4123 font-size:32px;

4124 margin-bottom:12px;

4125}

4126

4127.counter-number{

4128 font-size:42px;

4129 font-weight:900;

4130 color:#f5c542;

4131 margin-bottom:6px;

4132}

4133

4134.counter-label{

4135 font-size:14px;

4136 color:#d1d5db;

4137}

4138

4139@media(max-width:992px){

4140 .counter-grid{

4141 grid-template-columns:repeat(2,1fr);

4142 }

4143}

4144

4145@media(max-width:520px){

4146 .counter-grid{

4147 grid-template-columns:1fr;

4148 }

4149 .counter-title{

4150 font-size:28px;

4151 }

4152}

4153</style>

4154

4155

4156<script type="rocketlazyloadscript">

4157

4158document.addEventListener("DOMContentLoaded", function () {

4159 const counters = document.querySelectorAll(".counter-number");

4160

4161 counters.forEach(counter =>

4162 {

4163 const target = +counter.getAttribute("data-target");

4164 let count = 0;

4165 const increment = target / 100;

4166

4167 function updateCounter(){

4168 if(count < target){

4169 count += increment;

4170 counter.innerText = Math.ceil(count);

4171 setTimeout(updateCounter, 20);

4172 } else {

4173 counter.innerText = target.toLocaleString() + "+";

4174 }

4175 }

4176

4177 updateCounter();

4178 });

4179});

4180</script>

4181 </div>

4182

4183 </div>

4184

4185 </div>

4186

4187 <div class="elementor-element elementor-element-c594636 e-flex e-con-boxed e-con e-parent" data-id="c594636" data-element_type="container">

4188

4189 <div class="e-con-inner">

4190

4191 <div class="elementor-element elementor-element-d8f594b elementor-widget elementor-widget-html" data-id="d8f594b" data-element_type="widget" data-widget_type="html.default">

4192

4193 <section class="ap-support" id="apbook-customer-support">

4194

4195 <div class="ap-support-inner">

4196

4197

4198 <header class="ap-support-head">

4199

4200 <h2>

4201APBook Customer Support</h2>

4202

4203 <p>

4204

4205 Need help with <strong>

4206APBook login</strong>

4207, your <strong>

4208APBook ID</strong>

4209, payments, or verification?

4210 APBook support is available through official channels to help you resolve issues quickly and safely.

4211 </p>

4212

4213 </header>

4214

4215

4216 <div class="ap-support-grid">

4217

4218

4219 <!-- What we help with -->

4220

4221 <article class="ap-support-card">

4222

4223 <div class="ap-support-card-top">

4224

4225 <div class="ap-support-icon">

4226🛠️</div>

4227

4228 <h3>

4229What Support Can Help With</h3>

4230

4231 </div>

4232

4233 <ul class="ap-support-list">

4234

4235 <li>

4236Login errors, OTP problems, or APBook ID issues</li>

4237

4238 <li>

4239Deposit / withdrawal queries and transaction tracking</li>

4240

4241 <li>

4242Account verification &amp; basic KYC guidance</li>

4243

4244 <li>

4245Game-related questions and general account help</li>

4246

4247 </ul>

4248

4249 </article>

4250

4251

4252 <!-- Channels -->

4253

4254 <article class="ap-support-card">

4255

4256 <div class="ap-support-card-top">

4257

4258 <div class="ap-support-icon">

4259📲</div>

4260

4261 <h3>

4262Available Support Channels</h3>

4263

4264 </div>

4265

4266 <ul class="ap-support-list">

4267

4268 <li>

4269<strong>

4270WhatsApp support</strong>

4271 for quick assistance</li>

4272

4273 <li>

4274<strong>

4275Live chat</strong>

4276 (where available on the site/app)</li>

4277

4278 <li>

4279<strong>

4280Official communication platforms</strong>

4281 shared on APBook pages</li>

4282

4283 </ul>

4284

4285

4286 <div class="ap-support-mini">

4287

4288 <strong>

4289Tip:</strong>

4290 Always contact support using official links shown on APBook.

4291 Avoid random numbers or unofficial “agent” messages.

4292 </div>

4293

4294 </article>

4295

4296

4297 <!-- Safety + response -->

4298

4299 <article class="ap-support-card">

4300

4301 <div class="ap-support-card-top">

4302

4303 <div class="ap-support-icon">

4304🔒</div>

4305

4306 <h3>

4307Safety &amp; Response Guidelines</h3>

4308

4309 </div>

4310

4311

4312 <div class="ap-support-text">

4313

4314 To protect your account, support may ask for basic verification details. Never share your full password.

4315 For sensitive requests (withdrawals/verification), use only official channels.

4316 </div>

4317

4318

4319 <ul class="ap-support-list">

4320

4321 <li>

4322Support availability may vary by time and region</li>

4323

4324 <li>

4325Processing time can depend on verification status</li>

4326

4327 <li>

4328Keep screenshots/UTR/transaction reference for faster resolution</li>

4329

4330 </ul>

4331

4332 </article>

4333

4334

4335 </div>

4336

4337

4338 <div class="ap-support-cta">

4339

4340 <a class="ap-support-btn ap-support-btn-primary" href="https://apbooklogin.com/contact-us/">

4341Contact Support</a>

4342

4343 <a class="ap-support-btn ap-support-btn-ghost" href="https://apbooklogin.com/how-to-login/">

4344APBook Login Help</a>

4345

4346 </div>

4347

4348

4349 <div class="ap-support-note">

4350

4351 <strong>

4352Reminder:</strong>

4353 18+ only. Play responsibly. Use official sources for support.

4354 </div>

4355

4356

4357 </div>

4358

4359</section>

4360

4361

4362<style>

4363

4364/* ===== APBook Customer Support (Black + Gold Theme) ===== */

4365.ap-support, .ap-support *{

4366 box-sizing:border-box;

4367 font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;

4368}

4369

4370.ap-support{

4371 padding:60px 18px;

4372 background:linear-gradient(180deg,#070b12,#0b1220);

4373}

4374

4375.ap-support-inner{

4376 max-width:1200px;

4377 margin:0 auto;

4378}

4379

4380.ap-support-head{

4381 text-align:center;

4382 margin-bottom:22px;

4383}

4384

4385.ap-support-head h2{

4386 margin:0 0 10px;

4387 font-size:32px;

4388 font-weight:900;

4389 letter-spacing:-0.4px;

4390 color:#ffffff;

4391}

4392

4393.ap-support-head p{

4394 margin:0 auto;

4395 max-width:920px;

4396 font-size:15px;

4397 line-height:1.75;

4398 color:rgba(255,255,255,.78);

4399}

4400.ap-support-head strong{color:#ffffff}

4401

4402/* Grid */

4403.ap-support-grid{

4404 display:grid;

4405 grid-template-columns:repeat(3,minmax(0,1fr));

4406 gap:16px;

4407 margin-top:18px;

4408}

4409

4410/* Cards */

4411.ap-support-card{

4412 position:relative;

4413 overflow:hidden;

4414 border-radius:18px;

4415 padding:18px 18px 20px;

4416 background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));

4417 border:1px solid rgba(255,255,255,.12);

4418 box-shadow:0 18px 44px rgba(0,0,0,.45);

4419 transition:.25s ease;

4420}

4421.ap-support-card:before{

4422 content:"";

4423 position:absolute; inset:-2px;

4424 background:

4425 radial-gradient(circle at 18% 0%, rgba(245,197,66,.16), transparent 55%),

4426 radial-gradient(circle at 90% 18%, rgba(80,160,255,.10), transparent 55%);

4427 pointer-events:none;

4428}

4429.ap-support-card >

4430 *{position:relative; z-index:1}

4431

4432.ap-support-card:hover{

4433 transform:translateY(-4px);

4434 border-color:rgba(245,197,66,.35);

4435 box-shadow:0 24px 56px rgba(0,0,0,.55);

4436}

4437

4438/* Card top */

4439.ap-support-card-top{

4440 display:flex;

4441 align-items:center;

4442 gap:10px;

4443 margin-bottom:10px;

4444}

4445

4446.ap-support-icon{

4447 width:44px;

4448 height:44px;

4449 border-radius:14px;

4450 display:flex;

4451 align-items:center;

4452 justify-content:center;

4453 background:rgba(245,197,66,.14);

4454 border:1px solid rgba(245,197,66,.22);

4455 color:#f5c542;

4456 font-size:20px;

4457 flex:0 0 auto;

4458}

4459

4460.ap-support-card h3{

4461 margin:0;

4462 font-size:16px;

4463 font-weight:900;

4464 color:#ffffff;

4465 letter-spacing:-0.2px;

4466}

4467

4468/* Lists + text */

4469.ap-support-list{

4470 margin:0;

4471 padding-left:18px;

4472 color:rgba(255,255,255,.74);

4473 font-size:14px;

4474 line-height:1.65;

4475}

4476.ap-support-list li{margin-bottom:7px}

4477

4478.ap-support-text{

4479 color:rgba(255,255,255,.74);

4480 font-size:14px;

4481 line-height:1.65;

4482 margin:0 0 12px;

4483}

4484

4485.ap-support-mini{

4486 margin-top:12px;

4487 padding:10px 12px;

4488 border-radius:14px;

4489 background:rgba(0,0,0,.25);

4490 border:1px solid rgba(255,255,255,.10);

4491 color:rgba(255,255,255,.72);

4492 font-size:13px;

4493 line-height:1.55;

4494}

4495.ap-support-mini strong{color:#ffffff}

4496

4497/* CTA */

4498.ap-support-cta{

4499 margin-top:22px;

4500 display:flex;

4501 gap:12px;

4502 justify-content:center;

4503 flex-wrap:wrap;

4504}

4505

4506.ap-support-btn{

4507 display:inline-block;

4508 padding:12px 18px;

4509 border-radius:14px;

4510 font-weight:900;

4511 text-decoration:none;

4512 text-align:center;

4513 transition:.25s ease;

4514}

4515

4516.ap-support-btn-primary{

4517 background:#f5c542;

4518 color:#000000;

4519}

4520.ap-support-btn-primary:hover{

4521 transform:translateY(-2px);

4522 box-shadow:0 14px 30px rgba(245,197,66,.35);

4523}

4524

4525.ap-support-btn-ghost{

4526 background:rgba(255,255,255,.10);

4527 border:1px solid rgba(255,255,255,.14);

4528 color:#ffffff;

4529}

4530.ap-support-btn-ghost:hover{

4531 transform:translateY(-2px);

4532 border-color:rgba(255,255,255,.24);

4533}

4534

4535.ap-support-note{

4536 margin-top:14px;

4537 text-align:center;

4538 font-size:12.5px;

4539 color:rgba(255,255,255,.66);

4540}

4541.ap-support-note strong{color:#ffffff}

4542

4543/* Responsive */

4544@media (max-width: 980px){

4545 .ap-support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}

4546}

4547@media (max-width: 640px){

4548 .ap-support-head h2{font-size:26px}

4549 .ap-support-grid{grid-template-columns:1fr}

4550}

4551</style>

4552

4553 </div>

4554

4555 </div>

4556

4557 </div>

4558

4559 <div class="elementor-element elementor-element-a152be7 e-flex e-con-boxed e-con e-parent" data-id="a152be7" data-element_type="container">

4560

4561 <div class="e-con-inner">

4562

4563 <div class="elementor-element elementor-element-8477c93 elementor-widget elementor-widget-html" data-id="8477c93" data-element_type="widget" data-widget_type="html.default">

4564

4565 <section class="ap-rg" id="responsible-gaming-apbook">

4566

4567 <div class="ap-rg-inner">

4568

4569

4570 <header class="ap-rg-head">

4571

4572 <h2>

4573Responsible Gaming on APBook</h2>

4574

4575 <p>

4576

4577 APBook is built for entertainment. We encourage responsible play and remind users to stay within their personal limits.

4578 If gaming stops feeling fun, take a break and use the control tools available.

4579 </p>

4580

4581 </header>

4582

4583

4584 <div class="ap-rg-grid">

4585

4586

4587 <!-- Tools -->

4588

4589 <article class="ap-rg-card">

4590

4591 <div class="ap-rg-card-top">

4592

4593 <div class="ap-rg-icon">

4594🧰</div>

4595

4596 <h3>

4597Responsible Play Tools</h3>

4598

4599 </div>

4600

4601

4602 <ul class="ap-rg-list">

4603

4604 <li>

4605<strong>

4606Deposit limits</strong>

4607 to control spending daily/weekly/monthly</li>

4608

4609 <li>

4610<strong>

4611Time management controls</strong>

4612 to reduce long sessions</li>

4613

4614 <li>

4615<strong>

4616Self-exclusion options</strong>

4617 for cooling-off periods</li>

4618

4619 <li>

4620<strong>

4621Account monitoring features</strong>

4622 to track activity patterns</li>

4623

4624 </ul>

4625

4626 </article>

4627

4628

4629 <!-- Best practices -->

4630

4631 <article class="ap-rg-card">

4632

4633 <div class="ap-rg-card-top">

4634

4635 <div class="ap-rg-icon">

4636✅</div>

4637

4638 <h3>

4639Good Habits for Safer Play</h3>

4640

4641 </div>

4642

4643

4644 <ul class="ap-rg-list">

4645

4646 <li>

4647Set a budget before you start and stick to it</li>

4648

4649 <li>

4650Never chase losses—pause and reset instead</li>

4651

4652 <li>

4653Take breaks between games to stay in control</li>

4654

4655 <li>

4656Keep gaming separate from work and family time</li>

4657

4658 </ul>

4659

4660

4661 <div class="ap-rg-mini">

4662

4663 <strong>

4664Quick tip:</strong>

4665 Use limits first—then play. It keeps decision-making clear.

4666 </div>

4667

4668 </article>

4669

4670

4671 <!-- Compliance -->

4672

4673 <article class="ap-rg-card">

4674

4675 <div class="ap-rg-card-top">

4676

4677 <div class="ap-rg-icon">

4678🔒</div>

4679

4680 <h3>

4681Age &amp; Legal Compliance</h3>

4682

4683 </div>

4684

4685

4686 <p class="ap-rg-text">

4687

4688 Users must be <strong>

468918+</strong>

4690 and follow the laws and regulations in their region. If you’re unsure about local rules,

4691 please verify before creating an APBook ID or placing any bets.

4692 </p>

4693

4694

4695 <div class="ap-rg-alert">

4696

4697 <div class="ap-rg-alert-badge">

469818+</div>

4699

4700 <div>

4701

4702 Gaming involves financial risk. Only stake what you can afford to lose and consider using self-exclusion if needed.

4703 </div>

4704

4705 </div>

4706

4707 </article>

4708

4709

4710 </div>

4711

4712

4713 <div class="ap-rg-cta">

4714

4715 <a class="ap-rg-btn ap-rg-btn-primary" href="https://apbooklogin.com/contact-us/">

4716Request Limits / Support</a>

4717

4718 <a class="ap-rg-btn ap-rg-btn-ghost" href="https://apbooklogin.com/how-to-login/">

4719Back to APBook Login Guide</a>

4720

4721 </div>

4722

4723

4724 <div class="ap-rg-footnote">

4725

4726 This section is informational and may vary by region and platform availability.

4727 </div>

4728

4729

4730 </div>

4731

4732</section>

4733

4734

4735<style>

4736

4737/* ===== APBook Responsible Gaming (Black + Gold Theme) ===== */

4738.ap-rg, .ap-rg *{

4739 box-sizing:border-box;

4740 font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;

4741}

4742

4743.ap-rg{

4744 padding:60px 18px;

4745 background:linear-gradient(180deg,#070b12,#0b1220);

4746}

4747

4748.ap-rg-inner{

4749 max-width:1200px;

4750 margin:0 auto;

4751}

4752

4753/* Header */

4754.ap-rg-head{

4755 text-align:center;

4756 margin-bottom:22px;

4757}

4758

4759.ap-rg-head h2{

4760 margin:0 0 10px;

4761 font-size:32px;

4762 font-weight:900;

4763 letter-spacing:-0.4px;

4764 color:#ffffff;

4765}

4766

4767.ap-rg-head p{

4768 margin:0 auto;

4769 max-width:920px;

4770 font-size:15px;

4771 line-height:1.75;

4772 color:rgba(255,255,255,.78);

4773}

4774.ap-rg-head strong{color:#ffffff}

4775

4776/* Grid */

4777.ap-rg-grid{

4778 display:grid;

4779 grid-template-columns:repeat(3,minmax(0,1fr));

4780 gap:16px;

4781 margin-top:18px;

4782}

4783

4784/* Cards */

4785.ap-rg-card{

4786 position:relative;

4787 overflow:hidden;

4788 border-radius:18px;

4789 padding:18px 18px 20px;

4790 background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));

4791 border:1px solid rgba(255,255,255,.12);

4792 box-shadow:0 18px 44px rgba(0,0,0,.45);

4793 transition:.25s ease;

4794}

4795.ap-rg-card:before{

4796 content:"";

4797 position:absolute; inset:-2px;

4798 background:

4799 radial-gradient(circle at 16% 0%, rgba(245,197,66,.16), transparent 55%),

4800 radial-gradient(circle at 90% 18%, rgba(80,160,255,.10), transparent 55%);

4801 pointer-events:none;

4802}

4803.ap-rg-card >

4804 *{position:relative; z-index:1}

4805

4806.ap-rg-card:hover{

4807 transform:translateY(-4px);

4808 border-color:rgba(245,197,66,.35);

4809 box-shadow:0 24px 56px rgba(0,0,0,.55);

4810}

4811

4812/* Card top */

4813.ap-rg-card-top{

4814 display:flex;

4815 align-items:center;

4816 gap:10px;

4817 margin-bottom:10px;

4818}

4819

4820.ap-rg-icon{

4821 width:44px;

4822 height:44px;

4823 border-radius:14px;

4824 display:flex;

4825 align-items:center;

4826 justify-content:center;

4827 background:rgba(245,197,66,.14);

4828 border:1px solid rgba(245,197,66,.22);

4829 color:#f5c542;

4830 font-size:20px;

4831 flex:0 0 auto;

4832}

4833

4834.ap-rg-card h3{

4835 margin:0;

4836 font-size:16px;

4837 font-weight:900;

4838 color:#ffffff;

4839 letter-spacing:-0.2px;

4840}

4841

4842/* Lists + text */

4843.ap-rg-list{

4844 margin:0;

4845 padding-left:18px;

4846 color:rgba(255,255,255,.74);

4847 font-size:14px;

4848 line-height:1.65;

4849}

4850.ap-rg-list li{margin-bottom:7px}

4851.ap-rg-list strong{color:#ffffff}

4852

4853.ap-rg-text{

4854 margin:0 0 12px;

4855 color:rgba(255,255,255,.74);

4856 font-size:14px;

4857 line-height:1.65;

4858}

4859

4860.ap-rg-mini{

4861 margin-top:12px;

4862 padding:10px 12px;

4863 border-radius:14px;

4864 background:rgba(0,0,0,.25);

4865 border:1px solid rgba(255,255,255,.10);

4866 color:rgba(255,255,255,.72);

4867 font-size:13px;

4868 line-height:1.55;

4869}

4870.ap-rg-mini strong{color:#ffffff}

4871

4872/* Alert */

4873.ap-rg-alert{

4874 margin-top:12px;

4875 display:flex;

4876 gap:10px;

4877 align-items:flex-start;

4878 padding:12px 12px;

4879 border-radius:16px;

4880 background:rgba(245,197,66,.10);

4881 border:1px solid rgba(245,197,66,.18);

4882 color:rgba(255,255,255,.78);

4883 font-size:13px;

4884 line-height:1.55;

4885}

4886.ap-rg-alert-badge{

4887 flex:0 0 auto;

4888 padding:6px 10px;

4889 border-radius:999px;

4890 background:#f5c542;

4891 color:#000;

4892 font-weight:900;

4893 font-size:12px;

4894}

4895

4896/* CTA */

4897.ap-rg-cta{

4898 margin-top:22px;

4899 display:flex;

4900 gap:12px;

4901 justify-content:center;

4902 flex-wrap:wrap;

4903}

4904

4905.ap-rg-btn{

4906 display:inline-block;

4907 padding:12px 18px;

4908 border-radius:14px;

4909 font-weight:900;

4910 text-decoration:none;

4911 text-align:center;

4912 transition:.25s ease;

4913}

4914

4915.ap-rg-btn-primary{

4916 background:#f5c542;

4917 color:#000000;

4918}

4919.ap-rg-btn-primary:hover{

4920 transform:translateY(-2px);

4921 box-shadow:0 14px 30px rgba(245,197,66,.35);

4922}

4923

4924.ap-rg-btn-ghost{

4925 background:rgba(255,255,255,.10);

4926 border:1px solid rgba(255,255,255,.14);

4927 color:#ffffff;

4928}

4929.ap-rg-btn-ghost:hover{

4930 transform:translateY(-2px);

4931 border-color:rgba(255,255,255,.24);

4932}

4933

4934.ap-rg-footnote{

4935 margin-top:14px;

4936 text-align:center;

4937 font-size:12.5px;

4938 color:rgba(255,255,255,.62);

4939}

4940

4941/* Responsive */

4942@media (max-width: 980px){

4943 .ap-rg-grid{grid-template-columns:repeat(2,minmax(0,1fr))}

4944}

4945@media (max-width: 640px){

4946 .ap-rg-head h2{font-size:26px}

4947 .ap-rg-grid{grid-template-columns:1fr}

4948}

4949</style>

4950

4951 </div>

4952

4953 </div>

4954

4955 </div>

4956

4957 <div class="elementor-element elementor-element-390a326 e-flex e-con-boxed e-con e-parent" data-id="390a326" data-element_type="container">

4958

4959 <div class="e-con-inner">

4960

4961 <div class="elementor-element elementor-element-14c7a65 elementor-widget elementor-widget-html" data-id="14c7a65" data-element_type="widget" data-widget_type="html.default">

4962

4963 <div class="apbook-faq">

4964

4965

4966<details>

4967

4968 <summary>

4969What is APBook?</summary>

4970

4971 <p>

4972APBook 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>

4973

4974</details>

4975

4976

4977<details>

4978

4979 <summary>

4980How do I log in to APBook?</summary>

4981

4982 <p>

4983Visit the official APBook website, click the APBook Login button, enter your APBook ID and password, and complete OTP verification if required.</p>

4984

4985</details>

4986

4987

4988<details>

4989

4990 <summary>

4991How can I get an APBook ID?</summary>

4992

4993 <p>

4994You can register on the official APBook platform and verify your mobile number to receive an active APBook ID.</p>

4995

4996</details>

4997

4998

4999<details>

5000

5001 <summary>

5002Is APBook safe and secure to use?</summary>

5003

5004 <p>

5005Yes. APBook uses secure connections, encrypted data handling, and account verification to help protect users.</p>

5006

5007</details>

5008

5009

5010<details>

5011

5012 <summary>

5013Can I use APBook on mobile devices?</summary>

5014

5015 <p>

5016Yes. APBook works smoothly on mobile browsers and supported devices without requiring a separate app.</p>

5017

5018</details>

5019

5020

5021<details>

5022

5023 <summary>

5024What games are available on APBook?</summary>

5025

5026 <p>

5027APBook offers sports betting, live betting, casino games, and popular options like Aviator, Teen Patti, Roulette, and more.</p>

5028

5029</details>

5030

5031

5032<details>

5033

5034 <summary>

5035How do deposits and withdrawals work on APBook?</summary>

5036

5037 <p>

5038Deposits and withdrawals are handled through supported payment methods and verified accounts. Processing time may vary.</p>

5039

5040</details>

5041

5042

5043<details>

5044

5045 <summary>

5046Does APBook provide customer support?</summary>

5047

5048 <p>

5049Yes. APBook customer support is available through WhatsApp, live chat (where available), and official channels.</p>

5050

5051</details>

5052

5053<details>

5054

5055 <summary>

5056Does APBook have an app?</summary>

5057

5058 <p>

5059APBook 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>

5060

5061</details>

5062

5063

5064<details>

5065

5066 <summary>

5067How do I use APBook on mobile if I don’t install an app?</summary>

5068

5069 <p>

5070You 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>

5071

5072</details>

5073

5074

5075

5076<details>

5077

5078 <summary>

5079What should I do if I forget my APBook login password?</summary>

5080

5081 <p>

5082You can reset your password securely using your registered mobile number and OTP verification.</p>

5083

5084</details>

5085

5086

5087<details>

5088

5089 <summary>

5090Is APBook suitable for beginners?</summary>

5091

5092 <p>

5093Yes. APBook is designed with a clean interface and simple navigation, making it suitable for new and experienced users.</p>

5094

5095</details>

5096

5097

5098</div>

5099

5100

5101<style>

5102

5103.apbook-faq details {

5104 border: 1px solid #e6e6e6;

5105 border-radius: 8px;

5106 padding: 14px 16px;

5107 margin-bottom: 10px;

5108 background: #ffffff;

5109}

5110

5111.apbook-faq summary {

5112 font-weight: 700;

5113 cursor: pointer;

5114 list-style: none;

5115}

5116

5117.apbook-faq summary::-webkit-details-marker {

5118 display: none;

5119}

5120

5121.apbook-faq details p {

5122 margin-top: 10px;

5123 color: #555;

5124 line-height: 1.6;

5125}

5126</style>

5127

5128 </div>

5129

5130 </div>

5131

5132 </div>

5133

5134 <div class="elementor-element elementor-element-e516955 e-flex e-con-boxed e-con e-parent" data-id="e516955" data-element_type="container">

5135

5136 <div class="e-con-inner">

5137

5138 <div class="elementor-element elementor-element-a911c18 elementor-widget elementor-widget-html" data-id="a911c18" data-element_type="widget" data-widget_type="html.default">

5139

5140 <section class="apbook-connect">

5141

5142 <div class="apbook-connect__wrap">

5143

5144 <h2 class="apbook-connect__title">

5145Connect With Us</h2>

5146

5147 <p class="apbook-connect__sub">

5148Our support team is available 24/7 to assist you anytime, anywhere.</p>

5149

5150

5151 <div class="apbook-connect__cards">

5152

5153 <!-- WHATSAPP -->

5154

5155 <a class="apbook-connect__card apbook-connect__card--whatsapp" href="https://wa.me/YOURNUMBER" target="_blank" rel="noopener">

5156

5157 <span class="apbook-connect__icon" aria-hidden="true">

5158💬</span>

5159

5160 <h3>

5161WhatsApp Support</h3>

5162

5163 <p>

5164Instant help &amp; quick response</p>

5165

5166 </a>

5167

5168

5169 <!-- TELEGRAM -->

5170

5171 <a class="apbook-connect__card apbook-connect__card--telegram" href="https://t.me/YOURUSERNAME" target="_blank" rel="noopener">

5172

5173 <span class="apbook-connect__icon" aria-hidden="true">

5174✈️</span>

5175

5176 <h3>

5177Telegram Support</h3>

5178

5179 <p>

5180Updates, help &amp; community</p>

5181

5182 </a>

5183

5184

5185 <!-- CONTACT US PAGE -->

5186

5187 <a class="apbook-connect__card apbook-connect__card--support" href="https://apbooklogin.com/contact-us/">

5188

5189 <span class="apbook-connect__icon" aria-hidden="true">

5190📩</span>

5191

5192 <h3>

5193Contact Us</h3>

5194

5195 <p>

5196Open our official contact page</p>

5197

5198 </a>

5199

5200 </div>

5201

5202

5203 <div class="apbook-connect__note">

5204

5205 <strong>

5206Official IDs:</strong>

5207 apbook · apbook in · apbook. in · apbook betting · apbook login

5208 · ap book

5209

5210 </div>

5211

5212 </div>

5213

5214</section>

5215

5216

5217<style>

5218

5219 .apbook-connect{

5220 padding:100px 20px;

5221 background:#0b0f14;

5222 color:#fff;

5223 }

5224

5225 .apbook-connect__wrap{

5226 max-width:1100px;

5227 margin:0 auto;

5228 text-align:center;

5229 }

5230

5231 .apbook-connect__title{

5232 font-size:38px;

5233 color:#f5c542;

5234 margin:0 0 10px;

5235 }

5236

5237 .apbook-connect__sub{

5238 font-size:16px;

5239 color:#9ca3af;

5240 margin:0 0 60px;

5241 line-height:1.7;

5242 }

5243

5244 .apbook-connect__cards{

5245 display:grid;

5246 grid-template-columns:repeat(3, minmax(0, 1fr));

5247 gap:28px;

5248 margin:0 0 50px;

5249 }

5250

5251 .apbook-connect__card{

5252 display:block;

5253 background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));

5254 border-radius:28px;

5255 padding:40px 25px;

5256 border:1px solid rgba(255,255,255,.08);

5257 text-decoration:none;

5258 color:#fff;

5259 transition:transform .35s ease, border-color .35s ease, box-shadow .35s ease;

5260 }

5261

5262 .apbook-connect__card:hover{

5263 transform:translateY(-10px);

5264 border-color:#f5c542;

5265 }

5266

5267 .apbook-connect__icon{

5268 font-size:36px;

5269 display:block;

5270 margin:0 0 14px;

5271 }

5272

5273 .apbook-connect__card h3{

5274 font-size:18px;

5275 margin:0 0 6px;

5276 color:#fff;

5277 }

5278

5279 .apbook-connect__card p{

5280 font-size:14px;

5281 margin:0;

5282 color:#d1d5db;

5283 line-height:1.6;

5284 }

5285

5286 .apbook-connect__card--whatsapp:hover{ box-shadow:0 0 40px rgba(34,197,94,.4); }

5287 .apbook-connect__card--telegram:hover{ box-shadow:0 0 40px rgba(56,189,248,.4); }

5288 .apbook-connect__card--support:hover{ box-shadow:0 0 40px rgba(245,197,66,.4); }

5289

5290 .apbook-connect__note{

5291 font-size:13px;

5292 color:#9ca3af;

5293 max-width:900px;

5294 margin:0 auto;

5295 line-height:1.7;

5296 }

5297

5298 @media (max-width: 992px){

5299 .apbook-connect__cards{ grid-template-columns:repeat(2, minmax(0, 1fr)); }

5300 }

5301

5302 @media (max-width: 520px){

5303 .apbook-connect__cards{ grid-template-columns:1fr; }

5304 .apbook-connect__title{ font-size:30px; }

5305 }

5306</style>

5307

5308 </div>

5309

5310 </div>

5311

5312 </div>

5313

5314 <div class="elementor-element elementor-element-4b1349e e-flex e-con-boxed e-con e-parent" data-id="4b1349e" data-element_type="container">

5315

5316 <div class="e-con-inner">

5317

5318 <div class="elementor-element elementor-element-f7305b7 elementor-widget elementor-widget-html" data-id="f7305b7" data-element_type="widget" data-widget_type="html.default">

5319

5320 <section class="apbook-footer">

5321

5322<div class="footer-container">

5323

5324<!-- Top Section - Responsible Gaming -->

5325

5326<div class="footer-top">

5327

5328<div class="rg-card">

5329

5330<div class="rg-header">

5331

5332<div class="rg-badge">

533318+</div>

5334

5335<div class="rg-badge rg">

5336RG</div>

5337

5338</div>

5339

5340<div class="rg-content">

5341

5342<h3>

5343Responsible Gaming</h3>

5344

5345<p>

5346Play responsibly. Gaming should be fun, not a financial risk.</p>

5347

5348</div>

5349

5350</div>

5351

5352<div class="payment-methods">

5353

5354<h3>

5355Payment Methods</h3>

5356

5357<div class="payment-icons">

5358

5359<div class="payment-icon">

5360

5361<div class="icon-wrapper">

5362UPI</div>

5363

5364<span>

5365UPI</span>

5366

5367</div>

5368

5369<div class="payment-icon">

5370

5371<div class="icon-wrapper">

5372₹</div>

5373

5374<span>

5375PhonePe</span>

5376

5377</div>

5378

5379<div class="payment-icon">

5380

5381<div class="icon-wrapper">

5382P</div>

5383

5384<span>

5385Paytm</span>

5386

5387</div>

5388

5389<div class="payment-icon">

5390

5391<div class="icon-wrapper">

5392G</div>

5393

5394<span>

5395GPay</span>

5396

5397</div>

5398

5399</div>

5400

5401</div>

5402

5403<div class="support-card">

5404

5405<div class="support-icon">

5406🕒</div>

5407

5408<div class="support-content">

5409

5410<h3>

5411Customer Support</h3>

5412

5413<p>

541424×7 Online Customer Service</p>

5415

5416</div>

5417

5418</div>

5419

5420</div>

5421

5422<!-- Middle Section - Only License -->

5423

5424<div class="license-section">

5425

5426<div class="license-container">

5427

5428<div class="license-icon">

5429🏛️</div>

5430

5431<div class="license-text">

5432

5433<h3>

5434Licensed & Regulated by</h3>

5435

5436<p class="license-authority">

5437Curaçao eGaming</p>

5438

5439</div>

5440

5441</div>

5442

5443</div>

5444

5445<!-- Bottom Section - Copyright -->

5446

5447<div class="footer-bottom">

5448

5449<div class="copyright">

5450

5451<p>

5452© 2025 APBOOK. All Rights Reserved.</p>

5453

5454<p class="disclaimer">

5455This is a demo website for entertainment purposes only.</p>

5456

5457</div>

5458

5459</div>

5460

5461</div>

5462

5463</section>

5464

5465

5466<style>

5467

5468.apbook-footer {

5469 background: linear-gradient(180deg, #0b0f14 0%, #080a0f 100%);

5470 color: white;

5471 padding: 60px 20px 30px;

5472 border-top: 2px solid rgba(255, 215, 0, 0.3);

5473 font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

5474}

5475

5476.footer-container {

5477 max-width: 1200px;

5478 margin: 0 auto;

5479}

5480

5481/* Top Section */

5482.footer-top {

5483 display: grid;

5484 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

5485 gap: 30px;

5486 margin-bottom: 50px;

5487 padding-bottom: 40px;

5488 border-bottom: 1px solid rgba(255, 255, 255, 0.1);

5489}

5490

5491.rg-card {

5492 background: rgba(255, 255, 255, 0.03);

5493 border-radius: 20px;

5494 padding: 25px;

5495 border: 1px solid rgba(255, 215, 0, 0.2);

5496 backdrop-filter: blur(10px);

5497 box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);

5498}

5499

5500.rg-header {

5501 display: flex;

5502 gap: 15px;

5503 margin-bottom: 20px;

5504}

5505

5506.rg-badge {

5507 background: linear-gradient(135deg, #FFD700, #FFA500);

5508 color: #000;

5509 font-weight: bold;

5510 padding: 8px 20px;

5511 border-radius: 50px;

5512 font-size: 14px;

5513 box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);

5514}

5515

5516.rg-badge.rg {

5517 background: linear-gradient(135deg, #FFD700, #FFA500);

5518 color: #000;

5519 font-weight: bold;

5520}

5521

5522.rg-content h3 {

5523 color: #FFD700;

5524 font-size: 22px;

5525 margin-bottom: 10px;

5526 font-weight: 600;

5527}

5528

5529.rg-content p {

5530 color: #ffffff;

5531 line-height: 1.6;

5532 font-size: 15px;

5533 opacity: 0.9;

5534}

5535

5536/* Payment Methods */

5537.payment-methods {

5538 background: rgba(255, 255, 255, 0.03);

5539 border-radius: 20px;

5540 padding: 25px;

5541 border: 1px solid rgba(255, 255, 255, 0.1);

5542 box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);

5543}

5544

5545.payment-methods h3 {

5546 color: #FFD700;

5547 font-size: 22px;

5548 margin-bottom: 25px;

5549 text-align: center;

5550 font-weight: 600;

5551}

5552

5553.payment-icons {

5554 display: grid;

5555 grid-template-columns: repeat(2, 1fr);

5556 gap: 20px;

5557}

5558

5559.payment-icon {

5560 display: flex;

5561 align-items: center;

5562 gap: 15px;

5563 background: rgba(255, 255, 255, 0.05);

5564 padding: 15px;

5565 border-radius: 15px;

5566 transition: all 0.3s ease;

5567 border: 1px solid rgba(255, 255, 255, 0.1);

5568}

5569

5570.payment-icon:hover {

5571 background: rgba(255, 215, 0, 0.1);

5572 border-color: #FFD700;

5573 transform: translateY(-3px);

5574 box-shadow: 0 5px 20px rgba(255, 215, 0, 0.2);

5575}

5576

5577.icon-wrapper {

5578 width: 50px;

5579 height: 50px;

5580 background: linear-gradient(135deg, #FFD700, #FFA500);

5581 border-radius: 50%;

5582 display: flex;

5583 align-items: center;

5584 justify-content: center;

5585 font-weight: bold;

5586 font-size: 18px;

5587 color: #000;

5588 box-shadow: 0 4px 10px rgba(255, 215, 0, 0.3);

5589}

5590

5591.payment-icon span {

5592 color: white;

5593 font-weight: 500;

5594 font-size: 16px;

5595}

5596

5597/* Support Card */

5598.support-card {

5599 background: rgba(255, 255, 255, 0.03);

5600 border-radius: 20px;

5601 padding: 25px;

5602 display: flex;

5603 align-items: center;

5604 gap: 20px;

5605 border: 1px solid rgba(255, 215, 0, 0.2);

5606 box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);

5607}

5608

5609.support-icon {

5610 font-size: 40px;

5611 background: rgba(255, 215, 0, 0.15);

5612 width: 70px;

5613 height: 70px;

5614 border-radius: 50%;

5615 display: flex;

5616 align-items: center;

5617 justify-content: center;

5618 color: #FFD700;

5619}

5620

5621.support-content h3 {

5622 color: #FFD700;

5623 font-size: 22px;

5624 margin-bottom: 8px;

5625 font-weight: 600;

5626}

5627

5628.support-content p {

5629 color: #ffffff;

5630 font-size: 15px;

5631 opacity: 0.9;

5632}

5633

5634/* License Section - Center */

5635.license-section {

5636 display: flex;

5637 justify-content: center;

5638 align-items: center;

5639 margin: 40px 0 50px;

5640 padding: 30px 0;

5641}

5642

5643.license-container {

5644 background: rgba(255, 255, 255, 0.03);

5645 border-radius: 20px;

5646 padding: 40px 50px;

5647 border: 1px solid rgba(255, 215, 0, 0.3);

5648 display: flex;

5649 flex-direction: column;

5650 align-items: center;

5651 gap: 20px;

5652 max-width: 500px;

5653 width: 100%;

5654 text-align: center;

5655 backdrop-filter: blur(10px);

5656 box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);

5657}

5658

5659.license-icon {

5660 font-size: 50px;

5661 color: #FFD700;

5662 background: rgba(255, 215, 0, 0.1);

5663 width: 80px;

5664 height: 80px;

5665 border-radius: 50%;

5666 display: flex;

5667 align-items: center;

5668 justify-content: center;

5669 margin-bottom: 10px;

5670}

5671

5672.license-text h3 {

5673 color: #FFD700;

5674 font-size: 24px;

5675 margin-bottom: 10px;

5676 font-weight: 600;

5677}

5678

5679.license-authority {

5680 color: #ffffff;

5681 font-size: 22px;

5682 font-weight: 500;

5683 opacity: 0.95;

5684 letter-spacing: 1px;

5685}

5686

5687/* Bottom Section */

5688.footer-bottom {

5689 text-align: center;

5690 padding-top: 30px;

5691 border-top: 1px solid rgba(255, 255, 255, 0.1);

5692}

5693

5694.copyright p {

5695 color: #ffffff;

5696 font-size: 15px;

5697 margin-bottom: 8px;

5698 opacity: 0.9;

5699}

5700

5701.disclaimer {

5702 font-size: 13px !important;

5703 color: #aaaaaa !important;

5704 margin-top: 10px;

5705 opacity: 0.7;

5706}

5707

5708/* Responsive */

5709@media (max-width: 768px) {

5710 .footer-top {

5711 grid-template-columns: 1fr;

5712 gap: 20px;

5713 }

5714 .payment-icons {

5715 grid-template-columns: repeat(2, 1fr);

5716 }

5717 .support-card {

5718 flex-direction: column;

5719 text-align: center;

5720 }

5721 .license-container {

5722 padding: 30px 20px;

5723 margin: 0 15px;

5724 }

5725}

5726

5727@media (max-width: 480px) {

5728 .payment-icons {

5729 grid-template-columns: 1fr;

5730 }

5731 .apbook-footer {

5732 padding: 40px 15px 20px;

5733 }

5734 .license-icon {

5735 width: 70px;

5736 height: 70px;

5737 font-size: 40px;

5738 }

5739 .license-text h3 {

5740 font-size: 20px;

5741 }

5742 .license-authority {

5743 font-size: 18px;

5744 }

5745}

5746</style>

5747 </div>

5748

5749 </div>

5750

5751 </div>

5752

5753 </div>

5754

5755 <footer class="wpdevart-footer-one">

5756

5757

5758

5759 <div class="footer-one-pre">

5760

5761 </div>

5762

5763

5764 <div class="wpdevart-footer-container">

5765

5766

5767 <div class="site-footer-six-widgets-group">

5768

5769 <div class="site-footer_six_col-one">

5770

5771 <div class="wpdevart-widgets-inner">

5772

5773 <div id="block-8" class="widget widget_block widget_media_image">

5774

5775<figure class="wp-block-image size-full">

5776<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" />

5777<noscript>

5778<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" />

5779</noscript>

5780</figure>

5781

5782</div>

5783<div id="block-10" class="widget widget_block widget_text">

5784

5785<p>

5786<strong>

5787Apbook</strong>

5788 is an online betting platform that allows users to explore sports betting through a simple and easy-to-use interface. Players searching for <strong>

5789Apbook in</strong>

5790, <strong>

5791Apbook.in</strong>

5792, or <strong>

5793Apbook .in</strong>

5794 can access the platform to place bets on popular sports such as football, basketball, tennis, and more.</p>

5795

5796</div>

5797<div id="block-11" class="widget widget_block widget_text">

5798

5799<p>

5800The platform supports <strong>

5801Apbook login</strong>

5802 and <strong>

5803Apbook in login</strong>

5804 for registered users, with smooth access available on both desktop and mobile devices. For users who prefer mobile access, the <strong>

5805Apbook app</strong>

5806 and <strong>

5807Apbook APK download</strong>

5808 options make it convenient to use <strong>

5809Apbook betting</strong>

5810 features on the go. With live betting support, responsive performance, and a clean design, <strong>

5811Apbook online betting</strong>

5812 focuses on providing a practical and user-friendly experience for sports betting enthusiasts.</p>

5813

5814</div>

5815 </div>

5816

5817 </div>

5818

5819 <div class="site-footer_six_col-two">

5820

5821 <div class="wpdevart-widgets-inner">

5822

5823 <div id="block-12" class="widget widget_block widget_text">

5824

5825<p>

5826apbook app download<br>

5827apbook download<br>

5828apbook in registration<br>

5829ap book<br>

5830apbook betting app<br>

5831apbook login app<br>

5832apbook open now<br>

5833apbook betting login<br>

5834apbook customer care number<br>

5835apbook online betting app</p>

5836

5837</div>

5838 </div>

5839

5840 </div>

5841

5842 <div class="site-footer_six_col-three">

5843

5844 <div class="wpdevart-widgets-inner">

5845

5846 <div id="block-14" class="widget widget_block widget_text">

5847

5848<p>

5849info@apbooklogin.com<br>

5850support@apbooklogin.com</p>

5851

5852</div>

5853<div id="block-15" class="widget widget_block widget_text">

5854

5855<p>

5856Fairplay WhatsApp Number: +91-3465**-347**</p>

5857

5858</div>

5859<div id="block-16" class="widget widget_block">

5860

5861<ul class="wp-block-list">

5862

5863<li>

5864<a href="https://apbooklogin.com/blog/">

5865APBook Blog</a>

5866</li>

5867

5868</ul>

5869

5870</div>

5871

5872 </div>

5873

5874 </div>

5875

5876 <div class="site-footer_six_col-four">

5877

5878 <div class="wpdevart-widgets-inner">

5879

5880 <div id="block-17" class="widget widget_block widget_text">

5881

5882<p>

5883apbook online betting app<br>

5884apbook in app download<br>

5885apbook id<br>

5886apbook login password<br>

5887apbook cricket<br>

5888apbook online betting login<br>

5889apbook betting app download<br>

5890apbook bet<br>

5891ap book id</p>

5892

5893</div>

5894

5895 </div>

5896

5897 </div>

5898

5899 <div class="site-footer_six_col-five">

5900

5901 <div class="wpdevart-widgets-inner">

5902

5903 <div id="block-18" class="widget widget_block widget_text">

5904

5905<p>

5906<a href="https://apbooklogin.com/how-to-login/">

5907How to Login</a>

5908</p>

5909

5910</div>

5911<div id="block-19" class="widget widget_block widget_text">

5912

5913<p>

5914<a href="https://apbooklogin.com/how-to-play/">

5915How to Play</a>

5916</p>

5917

5918</div>

5919<div id="block-20" class="widget widget_block widget_text">

5920

5921<p>

5922<a href="https://apbooklogin.com/how-to-register/">

5923How to Register</a>

5924</p>

5925

5926</div>

5927<div id="block-21" class="widget widget_block widget_text">

5928

5929<p>

5930<a href="https://apbooklogin.com/apbook-app/">

5931APBOOK APP</a>

5932</p>

5933

5934</div>

5935<div id="block-22" class="widget widget_block widget_text">

5936

5937<p>

5938</p>

5939

5940</div>

5941

5942 </div>

5943

5944 </div>

5945

5946 </div>

5947

5948

5949 </div>

5950

5951

5952

5953 <div class="wpdevart-footer-copyright-only-text">

5954

5955 <p>

5956All rights reserved. <a target="_blank" title="WordPress Education Theme" href="https://wordpress.org/themes/education-wda">

5957Education WDA</a>

5958 Powered by WordPress.</p>

5959

5960 </div>

5961

5962

5963</footer>

5964

5965 <div class="wpdevart-search-overlay" id="wpdevartModalContainer">

5966

5967 <div class="wpdevart-search-overlay-layout">

5968

5969 <form method="get" class="search-term" action="https://apbooklogin.com/">

5970

5971 <div class="wpdevart-search-container">

5972

5973 <label>

5974

5975 <input type="search" class="search-term" id="wpdevartfocusonoverlayinputwide"

5976 placeholder="Enter a search term here..."

5977 value="" name="s"

5978 />

5979

5980 <button type="submit" class="search-overlay-submit-button">

5981

5982 <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">

5983

5984 <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"/>

5985

5986 </svg>

5987

5988 </button>

5989

5990 </label>

5991

5992 <button type="button" onClick="wpdevartToggleModal()" class="search-overlay-close-wide-button" id="restoresearchbuttonfocus">

5993

5994 <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">

5995

5996 <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"/>

5997

5998 </svg>

5999

6000 </button>

6001

6002 </div>

6003

6004 </form>

6005

6006 <div tabIndex="0">

6007</div>

6008

6009 </div>

6010

6011 </div>

6012

6013

6014 <div class="wpdevart-search-overlay" id="wpdevartModalContainerSmall">

6015

6016 <div class="wpdevart-search-overlay-layout">

6017

6018 <form method="get" class="search-term" action="https://apbooklogin.com/">

6019

6020 <div class="wpdevart-search-container">

6021

6022 <label>

6023

6024 <input type="search" class="search-term" id="wpdevartfocusonoverlayinputsmall"

6025 placeholder="Search term..."

6026 value="" name="s"

6027 />

6028

6029 <button type="submit" class="search-overlay-submit-button">

6030

6031 <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">

6032

6033 <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"/>

6034

6035 </svg>

6036

6037 </button>

6038

6039 </label>

6040

6041 <button type="button" onClick="wpdevartToggleModalSmall()" class="search-overlay-close-button" id="restoresmallsearchbuttonfocus">

6042

6043 <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">

6044

6045 <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"/>

6046

6047 </svg>

6048

6049 </button>

6050

6051 </div>

6052

6053 </form>

6054

6055 <div tabIndex="0">

6056</div>

6057

6058 </div>

6059

6060 </div>

6061

6062<script type="speculationrules">

6063

6064{"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"}]}

6065</script>

6066

6067 <script type="rocketlazyloadscript">

6068

6069 const lazyloadRunObserver = () =>

6070 {

6071 const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );

6072 const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) =>

6073 {

6074 entries.forEach( ( entry ) =>

6075 {

6076 if ( entry.isIntersecting ) {

6077 let lazyloadBackground = entry.target;

6078 if( lazyloadBackground ) {

6079 lazyloadBackground.classList.add( 'e-lazyloaded' );

6080 }

6081 lazyloadBackgroundObserver.unobserve( entry.target );

6082 }

6083 });

6084 }, { rootMargin: '200px 0px 200px 0px' } );

6085 lazyloadBackgrounds.forEach( ( lazyloadBackground ) =>

6086 {

6087 lazyloadBackgroundObserver.observe( lazyloadBackground );

6088 } );

6089 };

6090 const events = [

6091 'DOMContentLoaded',

6092 'elementor/lazyload/observe',

6093 ];

6094 events.forEach( ( event ) =>

6095 {

6096 document.addEventListener( event, lazyloadRunObserver );

6097 } );

6098 </script>

6099

6100 <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">

6101

6102/* <![CDATA[ */

6103"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}();

6104//# sourceURL=rocket-browser-checker-js-after

6105/* ]]>

6106 */

6107</script>

6108

6109<script type="text/javascript" id="rocket-preload-links-js-extra">

6110

6111/* <![CDATA[ */

6112var 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"};

6113//# sourceURL=rocket-preload-links-js-extra

6114/* ]]>

6115 */

6116</script>

6117

6118<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">

6119

6120/* <![CDATA[ */

6121(function() {

6122"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>

6123i.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();

6124}());

6125

6126//# sourceURL=rocket-preload-links-js-after

6127/* ]]>

6128 */

6129</script>

6130

6131<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>

6132</script>

6133

6134<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>

6135</script>

6136

6137<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>

6138</script>

6139

6140<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>

6141</script>

6142

6143<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>

6144</script>

6145

6146<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="elementor-frontend-js-before">

6147

6148/* <![CDATA[ */

6149var 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"}};

6150//# sourceURL=elementor-frontend-js-before

6151/* ]]>

6152 */

6153</script>

6154

6155<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>

6156</script>

6157

6158<script>

6159window.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}

6160if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}

6161images=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}

6162if(is_iframe){iframe_count+=1}}});if(image_count>

61630||iframe_count>

61640||rocketlazy_count>

61650){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script>

6166<script data-no-minify="1" async src="https://apbooklogin.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js">

6167</script>

6168<script>

6169function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360">

6170<noscript>

6171<img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360">

6172</noscript>

6173',a='<button class="play" aria-label="play Youtube video">

6174</button>

6175';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>

6176<script>

6177"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>

6178<script>

6179class 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=>

6180{const e=t.getBoundingClientRect();if(e.bottom>

6181=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=>

6182e[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(()=>

6183{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=>

6184{e.forEach(e=>

6185{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>

6186delete 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>

6187<noscript>

6188<link rel="stylesheet" href="https://apbooklogin.com/wp-content/cache/min/1/267e5df91277564a4c63befb2f89ebb1.css" media="all" data-minify="1" />

6189<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' />

6190<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' />

6191</noscript>

6192</body>

6193

6194</html>

6195

6196

6197

6198

6199

6200

6201

6202<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1767266632 -->