{"id":18,"date":"2026-09-21T09:21:57","date_gmt":"2026-09-21T09:21:57","guid":{"rendered":"https:\/\/ezzitouna.org\/?page_id=18"},"modified":"2026-09-21T10:01:45","modified_gmt":"2026-09-21T10:01:45","slug":"home","status":"publish","type":"page","link":"https:\/\/ezzitouna.org\/","title":{"rendered":"Home"},"content":{"rendered":"\r\n<p><style id=\"w4-chrome\" type=\"text\/css\">\r\n\r\n\r\n:root {\r\n    --theme-primary: #315C8C;\r\n    --theme-primary-dark: #24466D;\r\n    --theme-secondary: #C28A3D;\r\n    --theme-secondary-dark: #956A2F;\r\n\r\n    --theme-bg: #EEF2F5;\r\n    --theme-surface: #FFFFFF;\r\n    --theme-surface-alt: #F7F9FB;\r\n\r\n    --theme-text: #263238;\r\n    --theme-text-light: #5F6B73;\r\n    --theme-heading: #1D2B36;\r\n\r\n    --theme-border: #D9E0E5;\r\n    --theme-border-dark: #C7D0D7;\r\n\r\n    --theme-success: #357A5A;\r\n    --theme-warning: #B4772E;\r\n    --theme-danger: #A94A4A;\r\n\r\n    --theme-radius: 10px;\r\n    --theme-radius-small: 6px;\r\n\r\n    --theme-shadow:\r\n        0 8px 25px rgba(24, 38, 48, 0.08);\r\n\r\n    --theme-shadow-hover:\r\n        0 14px 32px rgba(24, 38, 48, 0.13);\r\n\r\n    --theme-transition: all 0.2s ease;\r\n}\r\n\r\n\r\n\r\nhtml {\r\n    scroll-behavior: smooth;\r\n}\r\n\r\nbody {\r\n    margin: 0;\r\n    background: var(--theme-bg) !important;\r\n    color: var(--theme-text) !important;\r\n    font-family:\r\n        -apple-system,\r\n        BlinkMacSystemFont,\r\n        \"Segoe UI\",\r\n        Arial,\r\n        sans-serif;\r\n    line-height: 1.7;\r\n}\r\n\r\n\r\n\r\n.site-content,\r\n#content,\r\n.ast-container {\r\n    background: var(--theme-bg) !important;\r\n}\r\n\r\n.ast-plain-container.ast-no-sidebar #primary {\r\n    margin-top: 45px;\r\n    margin-bottom: 55px;\r\n}\r\n\r\n\r\n\r\n\r\n.site-header,\r\n.main-header-bar,\r\n.ast-primary-header-bar {\r\n    background: var(--theme-surface) !important;\r\n    border-bottom: 1px solid var(--theme-border) !important;\r\n}\r\n\r\n.wp-block-button__link strong{\r\ncolor:#fff !important;\r\n}\r\n\r\n.site-header .ast-container {\r\n    background: transparent !important;\r\n}\r\n\r\n.site-header a {\r\n    color: var(--theme-heading) !important;\r\n    transition: var(--theme-transition);\r\n}\r\n\r\n.site-header a:hover {\r\n    color: var(--theme-primary) !important;\r\n}\r\n\r\n\r\n.top-cta {\r\n    background: var(--theme-surface) !important;\r\n\r\n    border-top: 1px solid var(--theme-border);\r\n    border-bottom: 1px solid var(--theme-border);\r\n\r\n    padding: 14px 0 16px;\r\n\r\n    margin: 0 0 50px 0;\r\n\r\n    text-align: center;\r\n}\r\n\r\n.top-cta .wp-block-button__link {\r\n    display: inline-block;\r\n\r\n    width: auto;\r\n\r\n    background: var(--theme-primary) !important;\r\n    color: #FFFFFF !important;\r\n\r\n    border-radius: var(--theme-radius-small);\r\n\r\n    padding: 12px 28px;\r\n\r\n    font-size: 1rem;\r\n    font-weight: 700;\r\n\r\n    box-shadow:\r\n        0 3px 0 var(--theme-primary-dark) !important;\r\n\r\n    transition: var(--theme-transition);\r\n}\r\n\r\n.top-cta .wp-block-button__link:hover {\r\n    background: var(--theme-primary-dark) !important;\r\n    color: #FFFFFF !important;\r\n\r\n    transform: translateY(-2px);\r\n\r\n    box-shadow:\r\n        0 5px 0 var(--theme-primary-dark) !important;\r\n}\r\n\r\n\r\n\r\n\r\n.container {\r\n    width: 100%;\r\n    max-width: 1000px;\r\n\r\n    margin: 0 auto;\r\n\r\n    background: var(--theme-surface) !important;\r\n\r\n    padding: 0 28px 48px;\r\n\r\n\r\n    border-radius: var(--theme-radius);\r\n\r\n    box-shadow: var(--theme-shadow);\r\n\r\n    box-sizing: border-box;\r\n}\r\n\r\n\r\n\r\n\r\nh1,\r\nh2,\r\nh3,\r\nh4,\r\nh5,\r\nh6,\r\n.entry-content :where(h1, h2, h3, h4, h5, h6),\r\n.container h1,\r\n.container h2,\r\n.container h3,\r\n.container h4,\r\n.container h5,\r\n.container h6 {\r\n    color: var(--theme-heading) !important;\r\n\r\n    font-family:\r\n        -apple-system,\r\n        BlinkMacSystemFont,\r\n        \"Segoe UI\",\r\n        Arial,\r\n        sans-serif;\r\n\r\n    line-height: 1.3;\r\n\r\n    font-weight: 700;\r\n}\r\n\r\nh1,\r\n.container h1 {\r\n    font-size: 2rem;\r\n\r\n    margin-top: 10px;\r\n\r\n    padding-top: 6px;\r\n\r\n    padding-bottom: 12px;\r\n\r\n    border-bottom: 2px solid var(--theme-primary);\r\n}\r\n\r\nh2,\r\n.container h2 {\r\n    font-size: 1.55rem;\r\n\r\n    margin-top: 32px;\r\n\r\n    padding-bottom: 9px;\r\n\r\n    border-bottom: 1px solid var(--theme-border);\r\n}\r\n\r\nh3,\r\n.container h3 {\r\n    font-size: 1.25rem;\r\n\r\n    margin-top: 25px;\r\n}\r\n\r\nh4,\r\n.container h4 {\r\n    font-size: 1.08rem;\r\n}\r\n\r\n\r\n\r\n\r\n.container p,\r\n.container ul,\r\n.container ol,\r\n.container li {\r\n    color: var(--theme-text) !important;\r\n\r\n    line-height: 1.75;\r\n}\r\n\r\n.container p {\r\n    margin-bottom: 17px;\r\n}\r\n\r\n.container strong {\r\n    color: var(--theme-heading);\r\n}\r\n\r\n\r\n\r\n.container a {\r\n    color: var(--theme-primary) !important;\r\n\r\n    font-weight: 600;\r\n\r\n    text-decoration: none;\r\n\r\n    transition: var(--theme-transition);\r\n}\r\n\r\n.container a:hover {\r\n    color: var(--theme-secondary-dark) !important;\r\n\r\n    text-decoration: underline;\r\n}\r\n\r\n\r\n\r\n.subtitle {\r\n    color: var(--theme-text) !important;\r\n\r\n    background: var(--theme-surface-alt) !important;\r\n\r\n    border-left: 4px solid var(--theme-secondary);\r\n\r\n    border-radius: 0 var(--theme-radius-small) var(--theme-radius-small) 0;\r\n\r\n    padding: 14px 18px;\r\n\r\n    margin: 0 0 22px;\r\n\r\n    box-sizing: border-box;\r\n}\r\n\r\n\r\n\r\n.wp-block-buttons {\r\n    display: flex;\r\n\r\n    flex-wrap: wrap;\r\n\r\n    gap: 12px;\r\n\r\n    margin: 22px 0 14px;\r\n}\r\n\r\n.wp-block-button {\r\n    flex: 1 1 100%;\r\n}\r\n\r\n.wp-block-button__link {\r\n    display: block;\r\n\r\n    width: 100%;\r\n\r\n    box-sizing: border-box;\r\n\r\n    background: var(--theme-primary) !important;\r\n\r\n    color: #FFFFFF !important;\r\n\r\n    text-align: center;\r\n\r\n    padding: 14px 12px;\r\n\r\n    border-radius: var(--theme-radius-small);\r\n\r\n    font-weight: 700;\r\n\r\n    font-size: 1.05rem;\r\n\r\n    text-decoration: none !important;\r\n\r\n    letter-spacing: 0.2px;\r\n\r\n    border: 1px solid var(--theme-primary);\r\n\r\n    box-shadow:\r\n        0 3px 0 var(--theme-primary-dark) !important;\r\n\r\n    transition: var(--theme-transition);\r\n}\r\n\r\n.wp-block-button__link:hover {\r\n    background: var(--theme-primary-dark) !important;\r\n\r\n    color: #FFFFFF !important;\r\n\r\n    transform: translateY(-2px);\r\n\r\n    box-shadow:\r\n        0 5px 0 var(--theme-primary-dark) !important;\r\n}\r\n\r\n\r\n\r\n.wp-block-button__link.has-white-color {\r\n    background: var(--theme-secondary) !important;\r\n\r\n    color: #FFFFFF !important;\r\n\r\n    border-color: var(--theme-secondary);\r\n\r\n    box-shadow:\r\n        0 3px 0 var(--theme-secondary-dark) !important;\r\n}\r\n\r\n.wp-block-button__link.has-white-color:hover {\r\n    background: var(--theme-secondary-dark) !important;\r\n\r\n    color: #FFFFFF !important;\r\n}\r\n\r\n\r\n\r\n.wp-block-image {\r\n    margin: 22px 0 12px;\r\n\r\n    text-align: center;\r\n}\r\n\r\n.wp-block-image img {\r\n    max-width: 100%;\r\n\r\n    height: auto;\r\n\r\n    border-radius: var(--theme-radius);\r\n\r\n    border: 1px solid var(--theme-border);\r\n\r\n    box-shadow: var(--theme-shadow);\r\n\r\n    transition: var(--theme-transition);\r\n}\r\n\r\n.wp-block-image img:hover {\r\n    box-shadow: var(--theme-shadow-hover);\r\n}\r\n\r\n\r\n\r\n.image-row {\r\n    display: grid;\r\n\r\n    grid-template-columns: repeat(3, minmax(0, 1fr));\r\n\r\n    gap: 14px;\r\n\r\n    align-items: stretch;\r\n\r\n    margin: 30px 0 25px;\r\n}\r\n\r\n.image-row figure {\r\n    margin: 0;\r\n\r\n    display: flex;\r\n\r\n    flex-direction: column;\r\n\r\n    height: 100%;\r\n\r\n    min-height: 220px;\r\n\r\n    overflow: hidden;\r\n\r\n    background: var(--theme-surface);\r\n\r\n    border: 1px solid var(--theme-border);\r\n\r\n    border-radius: 12px;\r\n\r\n    box-shadow: var(--theme-shadow);\r\n}\r\n\r\n.image-row figure a {\r\n    display: block;\r\n\r\n    height: 100%;\r\n\r\n    flex: 1 1 auto;\r\n}\r\n\r\n.image-row img {\r\n    display: block;\r\n\r\n    width: 100%;\r\n\r\n    height: 100%;\r\n\r\n    min-height: 220px;\r\n\r\n    object-fit: cover;\r\n\r\n    object-position: center;\r\n\r\n    transition: transform 0.25s ease;\r\n}\r\n\r\n.image-row figure:hover img {\r\n    transform: scale(1.03);\r\n}\r\n\r\n\r\n\r\n.bonus-box {\r\n    background:\r\n        linear-gradient(\r\n            135deg,\r\n            var(--theme-primary),\r\n            var(--theme-primary-dark)\r\n        );\r\n\r\n    border: 1px solid var(--theme-secondary);\r\n\r\n    border-radius: var(--theme-radius);\r\n\r\n    padding: 25px 22px;\r\n\r\n    margin: 28px 0 32px;\r\n\r\n    text-align: center;\r\n\r\n    color: #FFFFFF;\r\n\r\n    box-shadow: var(--theme-shadow);\r\n}\r\n\r\n.bonus-box h1,\r\n.bonus-box h2,\r\n.bonus-box h3,\r\n.bonus-box h4,\r\n.bonus-box h5,\r\n.bonus-box h6 {\r\n    color: #FFFFFF !important;\r\n\r\n    border-color: rgba(255,255,255,0.25);\r\n}\r\n\r\n.bonus-box p,\r\n.bonus-box li {\r\n    color: #FFFFFF !important;\r\n}\r\n\r\n.bonus-box .amount {\r\n    display: inline-block;\r\n\r\n    color: var(--theme-primary-dark) !important;\r\n\r\n    background: #FFFFFF;\r\n\r\n    font-size: 2.8rem;\r\n\r\n    font-weight: 800;\r\n\r\n    padding: 2px 22px;\r\n\r\n    border-radius: var(--theme-radius-small);\r\n\r\n    line-height: 1.4;\r\n\r\n    margin: 10px 0;\r\n}\r\n\r\n\r\n\r\n.step-box,\r\n.tip-box,\r\n.notice-box {\r\n    background: var(--theme-surface-alt) !important;\r\n\r\n    border-radius: var(--theme-radius-small);\r\n\r\n    padding: 21px 23px;\r\n\r\n    margin: 27px 0;\r\n\r\n    border: 1px solid var(--theme-border);\r\n\r\n    border-left: 5px solid var(--theme-primary);\r\n\r\n    box-shadow: none;\r\n\r\n    box-sizing: border-box;\r\n}\r\n\r\n.tip-box {\r\n    border-left-color: var(--theme-secondary);\r\n}\r\n\r\n.notice-box {\r\n    border-left-color: var(--theme-danger);\r\n}\r\n\r\n\r\n\r\n.step-box h1,\r\n.step-box h2,\r\n.step-box h3,\r\n.step-box h4,\r\n.tip-box h1,\r\n.tip-box h2,\r\n.tip-box h3,\r\n.tip-box h4,\r\n.notice-box h1,\r\n.notice-box h2,\r\n.notice-box h3,\r\n.notice-box h4 {\r\n    color: var(--theme-heading) !important;\r\n}\r\n\r\n\r\n\r\n\r\n.wp-block-table {\r\n    width: 100%;\r\n\r\n    background: var(--theme-surface);\r\n\r\n    border: 1px solid var(--theme-border);\r\n\r\n    border-radius: var(--theme-radius-small);\r\n\r\n    overflow-x: auto;\r\n\r\n    margin: 25px 0;\r\n}\r\n\r\n.wp-block-table table {\r\n    width: 100%;\r\n\r\n    border-collapse: collapse;\r\n}\r\n\r\n.wp-block-table th,\r\n.wp-block-table thead th {\r\n    background: var(--theme-primary) !important;\r\n\r\n    color: #FFFFFF !important;\r\n\r\n    padding: 14px 12px;\r\n\r\n    text-align: left;\r\n\r\n    font-weight: 700;\r\n}\r\n\r\n.wp-block-table td {\r\n    background: var(--theme-surface);\r\n\r\n    color: var(--theme-text) !important;\r\n\r\n    padding: 13px 12px;\r\n\r\n    border-bottom: 1px solid var(--theme-border);\r\n}\r\n\r\n.wp-block-table tr:nth-child(even) td {\r\n    background: var(--theme-surface-alt);\r\n}\r\n\r\n.wp-block-table tr:last-child td {\r\n    border-bottom: none;\r\n}\r\n\r\n\r\n\r\n\r\n.feature-item {\r\n    background: var(--theme-surface);\r\n\r\n    padding: 21px;\r\n\r\n    border-radius: var(--theme-radius-small);\r\n\r\n    text-align: center;\r\n\r\n    border: 1px solid var(--theme-border);\r\n\r\n    box-shadow: none;\r\n\r\n    transition: var(--theme-transition);\r\n\r\n    box-sizing: border-box;\r\n}\r\n\r\n.feature-item:hover {\r\n    border-color: var(--theme-primary);\r\n\r\n    transform: translateY(-3px);\r\n\r\n    box-shadow: var(--theme-shadow);\r\n}\r\n\r\n.feature-item h1,\r\n.feature-item h2,\r\n.feature-item h3,\r\n.feature-item h4,\r\n.feature-item h5,\r\n.feature-item h6 {\r\n    color: var(--theme-primary) !important;\r\n\r\n    border: none;\r\n}\r\n\r\n\r\n\r\n.faq-question {\r\n    background: var(--theme-surface-alt);\r\n\r\n    padding: 15px 18px;\r\n\r\n    cursor: pointer;\r\n\r\n    font-weight: 700;\r\n\r\n    color: var(--theme-heading) !important;\r\n\r\n    display: flex;\r\n\r\n    justify-content: space-between;\r\n\r\n    align-items: center;\r\n\r\n    border: 1px solid var(--theme-border);\r\n\r\n    border-radius: var(--theme-radius-small);\r\n\r\n    transition: var(--theme-transition);\r\n}\r\n\r\n.faq-question:hover {\r\n    background: #FFFFFF;\r\n\r\n    border-color: var(--theme-primary);\r\n}\r\n\r\n\r\n\r\n\r\n.container ul,\r\n.container ol {\r\n    padding-left: 25px;\r\n}\r\n\r\n.container li {\r\n    margin-bottom: 7px;\r\n}\r\n\r\n\r\n\r\n.container blockquote {\r\n    margin: 25px 0;\r\n\r\n    padding: 18px 22px;\r\n\r\n    background: var(--theme-surface-alt);\r\n\r\n    border-left: 4px solid var(--theme-secondary);\r\n\r\n    color: var(--theme-text-light);\r\n\r\n    border-radius: 0 var(--theme-radius-small) var(--theme-radius-small) 0;\r\n}\r\n\r\n\r\n\r\n.container hr {\r\n    border: 0;\r\n\r\n    border-top: 1px solid var(--theme-border);\r\n\r\n    margin: 30px 0;\r\n}\r\n\r\n\r\n\r\n\r\n.wp-element-caption,\r\n.wp-block-image figcaption {\r\n    color: var(--theme-text-light);\r\n\r\n    font-size: 0.88rem;\r\n\r\n    margin-top: 8px;\r\n}\r\n\r\n\r\n\r\n\r\n.site-footer {\r\n    background: var(--theme-heading) !important;\r\n\r\n    color: #FFFFFF !important;\r\n\r\n    border-top: 1px solid var(--theme-secondary) !important;\r\n\r\n    margin-top: 50px;\r\n\r\n    padding-top: 30px;\r\n}\r\n\r\n.site-footer p,\r\n.site-footer li {\r\n    color: #d1d1d1 !important;\r\n}\r\n\r\n.site-footer a {\r\n    color: var(--theme-secondary) !important;\r\n\r\n    transition: var(--theme-transition);\r\n}\r\n\r\n.site-footer a:hover {\r\n    color: var(--theme-secondary) !important;\r\n}\r\n\r\n\r\n\r\n\r\na:focus-visible,\r\nbutton:focus-visible,\r\n.wp-block-button__link:focus-visible {\r\n    outline: 3px solid var(--theme-secondary);\r\n\r\n    outline-offset: 3px;\r\n}\r\n\r\n\r\n\r\n\r\n@media (max-width: 768px) {\r\n\r\n    .ast-plain-container.ast-no-sidebar #primary {\r\n        margin-top: 30px;\r\n\r\n        margin-bottom: 35px;\r\n    }\r\n\r\n    .container {\r\n        width: calc(100% - 20px);\r\n\r\n        padding: 24px 18px;\r\n\r\n        border-radius: 8px;\r\n    }\r\n\r\n    h1,\r\n    .container h1 {\r\n        font-size: 1.7rem;\r\n    }\r\n\r\n    h2,\r\n    .container h2 {\r\n        font-size: 1.4rem;\r\n    }\r\n\r\n    h3,\r\n    .container h3 {\r\n        font-size: 1.18rem;\r\n    }\r\n\r\n    .bonus-box {\r\n        padding: 22px 16px;\r\n    }\r\n\r\n    .bonus-box .amount {\r\n        font-size: 2.35rem;\r\n    }\r\n\r\n    .image-row {\r\n        gap: 10px;\r\n    }\r\n\r\n    .image-row figure {\r\n        flex: 1 1 110px;\r\n\r\n        min-width: 100px;\r\n    }\r\n\r\n    .top-cta {\r\n        margin-bottom: 35px;\r\n    }\r\n\r\n    .wp-block-button__link {\r\n        font-size: 1rem;\r\n\r\n        padding: 13px 10px;\r\n    }\r\n\r\n    .wp-block-table {\r\n        font-size: 0.92rem;\r\n    }\r\n}\r\n\r\n\r\n\r\n\r\n@media (max-width: 480px) {\r\n\r\n    .container {\r\n        width: calc(100% - 12px);\r\n\r\n        padding: 20px 14px;\r\n    }\r\n\r\n    h1,\r\n    .container h1 {\r\n        font-size: 1.5rem;\r\n    }\r\n\r\n    h2,\r\n    .container h2 {\r\n        font-size: 1.3rem;\r\n    }\r\n\r\n    .bonus-box .amount {\r\n        font-size: 2rem;\r\n\r\n        padding: 2px 15px;\r\n    }\r\n\r\n    .step-box,\r\n    .tip-box,\r\n    .notice-box {\r\n        padding: 18px 16px;\r\n    }\r\n\r\n    .image-row figure {\r\n        flex: 1 1 90px;\r\n\r\n        min-width: 85px;\r\n    }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n:root{\r\n  --theme-primary:#7C2D12; --theme-primary-dark:#5C1F0C;\r\n  --theme-secondary:#CA8A04; --theme-secondary-dark:#A16207;\r\n  --theme-bg:#FFF7ED; --theme-surface:#FFFFFF; --theme-surface-alt:#FFFBEB;\r\n  --theme-text:#431407; --theme-text-light:#9A3412; --theme-heading:#1C0A00;\r\n  --theme-border:#FED7AA; --theme-border-dark:#FDBA74;\r\n}\r\n\r\n\r\n\/* layout variants *\/\r\n.layout-split .w4-banner{border-radius:0;margin:0 0 1.5rem}\r\n.layout-split .hero-lead{display:grid;gap:1rem;margin:0 0 1.5rem}\r\n@media(min-width:900px){.layout-split .hero-lead{grid-template-columns:1.1fr .9fr;align-items:center}}\r\n.layout-stack .section-rule{height:3px;width:72px;background:var(--theme-secondary);margin:0 0 1rem;border:0}\r\n.layout-cardish .soft-panel{background:var(--theme-surface-alt);border:1px solid var(--theme-border);padding:1.1rem 1.2rem;margin:1rem 0 1.4rem}\r\n.layout-dense .subtitle{font-size:1.02rem;max-width:48rem}\r\n.layout-dense h2{margin-top:1.6rem}\r\n.layout-magazine .pull-note{border-left:4px solid var(--theme-primary);padding:.6rem 0 .6rem 1rem;margin:1rem 0;color:var(--theme-text-light);font-size:.98rem}\r\n\r\n.faq-item .faq-answer{display:none;padding:0 16px 14px;color:var(--theme-text-light)}\r\n.faq-item.active .faq-answer{display:block}\r\n.faq-question{cursor:pointer;padding:14px 16px;font-weight:700;color:var(--theme-heading)}\r\n.faq-section{margin:28px 0}\r\n.faq-item{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--theme-radius);margin:0 0 10px}\r\n.container{max-width:1200px!important;margin:0 auto;padding:0 28px 48px!important;box-sizing:border-box}\r\n.container > h1:first-child,\r\n.entry-content .container > h1:first-of-type{\r\n  margin-top:12px!important;\r\n  margin-bottom:18px!important;\r\n  padding-top:8px!important;\r\n  font-size:clamp(1.6rem,3vw,2.2rem)!important;\r\n  color:var(--theme-heading)!important;\r\n  line-height:1.25!important;\r\n}\r\n.subtitle{font-size:1.05rem;color:var(--theme-text-light);margin:0 0 22px;max-width:100%}\r\n.image-row{\r\n  display:grid!important;\r\n  grid-template-columns:repeat(3,minmax(0,1fr))!important;\r\n  gap:14px!important;\r\n  margin:28px 0!important;\r\n  align-items:stretch!important;\r\n}\r\n.image-row figure{\r\n  margin:0!important;\r\n  display:flex!important;\r\n  flex-direction:column!important;\r\n  height:100%!important;\r\n  min-height:220px!important;\r\n  overflow:hidden!important;\r\n  background:var(--theme-surface)!important;\r\n  border:1px solid var(--theme-border)!important;\r\n  border-radius:12px!important;\r\n  box-shadow:var(--theme-shadow)!important;\r\n}\r\n.image-row figure a{display:block!important;height:100%!important;flex:1 1 auto!important}\r\n.image-row img{\r\n  display:block!important;\r\n  width:100%!important;\r\n  height:100%!important;\r\n  min-height:220px!important;\r\n  object-fit:cover!important;\r\n  object-position:center!important;\r\n  border-radius:0!important;\r\n  border:0!important;\r\n  transition:transform .25s ease;\r\n}\r\n.image-row figure:hover img{transform:scale(1.03)}\r\n.step-box{background:var(--theme-surface-alt);border:1px solid var(--theme-border);border-radius:var(--theme-radius);padding:18px 22px;margin:20px 0}\r\n.tip-box,.notice-box{background:var(--theme-surface-alt);border-left:4px solid var(--theme-primary);padding:14px 18px;margin:20px 0;border-radius:0 var(--theme-radius) var(--theme-radius) 0}\r\n.bonus-box{background:linear-gradient(135deg,var(--theme-primary),var(--theme-primary-dark));color:#fff;border-radius:14px;padding:28px 24px;text-align:center;margin:28px 0}\r\n.bonus-box h3,.bonus-box p{color:#fff!important}\r\n.bonus-box .amount{font-size:2.4rem;font-weight:800}\r\n.w4-ctas{display:flex;flex-direction:column;gap:12px;margin:18px 0 24px;width:100%}\r\n.w4-btn{display:flex!important;align-items:center;justify-content:center;width:100%;box-sizing:border-box;min-height:54px;padding:14px 20px!important;border-radius:8px!important;font-weight:800!important;font-size:1.02rem!important;letter-spacing:.03em;text-decoration:none!important;text-align:center;border:0!important;line-height:1.3!important}\r\n.w4-btn span{display:inline!important;font-weight:800!important;font-size:inherit!important;line-height:inherit!important}\r\n.container a.w4-btn--primary,.container a.w4-btn--primary:visited,.container a.w4-btn--primary:hover,.w4-btn--primary{background:var(--theme-primary)!important;color:#ffffff!important}\r\n.container a.w4-btn--primary span,.w4-btn--primary span{color:#ffffff!important}\r\n.container a.w4-btn--primary:hover,.w4-btn--primary:hover{background:var(--theme-primary-dark)!important;color:#ffffff!important}\r\n.container a.w4-btn--secondary,.container a.w4-btn--secondary:visited,.container a.w4-btn--secondary:hover,.w4-btn--secondary{background:var(--theme-secondary)!important;color:#111111!important}\r\n.container a.w4-btn--secondary span,.w4-btn--secondary span{color:#111111!important}\r\n.container a.w4-btn--secondary:hover,.w4-btn--secondary:hover{background:var(--theme-secondary-dark)!important;color:#111111!important}\r\n.w4-banner{display:block;width:100%;max-width:100%;margin:0 0 28px;border-radius:12px;overflow:hidden;border:1px solid var(--theme-border)}\r\n.w4-banner img{display:block;width:100%!important;max-width:100%!important;height:auto!important;margin:0!important;border-radius:0!important}\r\n.wp-block-image img{width:100%;max-width:100%;height:auto;border-radius:12px;margin:18px auto;display:block}\r\n@media(max-width:700px){\r\n  .image-row{grid-template-columns:1fr!important}\r\n  .image-row figure,.image-row img{min-height:200px!important}\r\n  .container{padding:0 18px 36px!important}\r\n}\r\n.ast-plain-container .site-content .ast-container,#content,#primary,.site-main,.entry-content{max-width:100%!important;width:100%!important;padding-left:0!important;padding-right:0!important}\r\n.single .entry-header,.single .entry-meta,.single .ast-single-post-meta{display:none!important}\r\n<\/style><\/p>\r\n<div class=\"container\">\r\n<div class=\"layout-magazine\">\r\n<h1>OxGame APK India &#8211; Strong Start Download Guide<\/h1>\r\n<p class=\"subtitle\">OxGame APK India download guide (21 September 2026): verified destination, strength\/session meter, evening exit clock, installer revoke, and unfunded tour. Adults 18+ only.<\/p>\r\n<div class=\"w4-banner\"><img decoding=\"async\" src=\"https:\/\/ezzitouna.org\/wp-content\/uploads\/2026\/09\/OXGAME-1280X426.png\" alt=\"OxGame official main banner\" width=\"1200\" height=\"auto\" \/><\/div>\r\n<div class=\"w4-ctas\"><a class=\"w4-btn w4-btn--primary\" href=\"https:\/\/oxgameapp0.top\/apps\/com.oxgame203.com.apk\" target=\"_blank\" rel=\"nofollow noopener\">REGISTER OXGAME<\/a> <a class=\"w4-btn w4-btn--secondary\" href=\"https:\/\/oxgameapp0.top\/apps\/com.oxgame203.com.apk\" target=\"_blank\" rel=\"nofollow noopener\">DOWNLOAD OXGAME APK<\/a><\/div>\r\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img decoding=\"async\" style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"https:\/\/ezzitouna.org\/wp-content\/uploads\/2026\/09\/OXGAME-1.png\" alt=\"OxGame strong-start download India\" width=\"800\" height=\"auto\" \/><\/figure>\r\n<p class=\"pull-note\">Strong start means a verified package and a written session meter-not a promise that OxGame will favour the next result.<\/p>\r\n<h2>Start with a verified download before any OxGame lobby tile<\/h2>\r\n<p>OxGame APK India searches often jump straight to a button. This guide treats install as a single verified path you complete once: confirm 18+ and current-location law, open only the destination linked here, prepare Android, grant temporary installer access for one package, revoke that access, delete the APK, then tour with zero balance.<\/p>\r\n<p>OxGame is solely a brand name. It never promises that a strength\/session meter improves odds, that rewards will settle as cash, or that a UPI withdrawal will arrive before the evening exit. Treat every promotional sentence as conditional text reviewed after the download path-not during a rushed tap.<\/p>\r\n<h2>Confirm 18+ eligibility and current-location law first<\/h2>\r\n<p>These pages are for people aged 18 and over. The adult must also confirm that participation is lawful where the device is physically used. Crossing a state line can change that answer even when the same SIM travels along. An app that opens or a UPI rail that appears is a technical event, not legal clearance.<\/p>\r\n<p>Do not register for a minor, share a verified profile, or fund play with another person\u2019s bank identity. Keep name, KYC evidence where required, and payment ownership consistent so later cashier checks do not fail on a mismatch.<\/p>\r\n<h2>Open only the verified OxGame download destination<\/h2>\r\n<p>Start the app download from the verified destination linked on this page. Reject chat attachments, mirrored hosts, shortened redirects, and packages marketed as modded, cracked, unlimited, unlocked, or boosted. Matching colours and a familiar filename do not prove authenticity.<\/p>\r\n<p>Prepare Android before the grant: install system updates, keep Play Protect on, free storage, charge the battery, and use one stable private connection. Delete incomplete duplicate APKs instead of opening whichever file finishes first.<\/p>\r\n<div class=\"image-row\">\r\n<figure><img decoding=\"async\" src=\"https:\/\/ezzitouna.org\/wp-content\/uploads\/2026\/09\/OXGAME-1.png\" alt=\"OxGame APK India eligibility before download\" \/><\/figure>\r\n<figure><img decoding=\"async\" src=\"https:\/\/ezzitouna.org\/wp-content\/uploads\/2026\/09\/OXGAME-2.png\" alt=\"OxGame verified download destination only\" \/><\/figure>\r\n<figure><img decoding=\"async\" src=\"https:\/\/ezzitouna.org\/wp-content\/uploads\/2026\/09\/OXGAME-3.png\" alt=\"OxGame Android ready for strong-start install\" \/><\/figure>\r\n<\/div>\r\n<h2>Complete the verified install once, then stop granting<\/h2>\r\n<div class=\"step-box\">\r\n<ol>\r\n<li><strong>Confirm 18+ and law<\/strong> \u2014 Verify adult age and current-location rules before any package opens.<\/li>\r\n<li><strong>Fence essentials first<\/strong> \u2014 Write rent, EMI, food, medicines, and emergency cash before entertainment money exists.<\/li>\r\n<li><strong>Open verified download<\/strong> \u2014 Use only the destination linked here; refuse mirrors and modified APKs.<\/li>\r\n<li><strong>Ready the handset<\/strong> \u2014 Update Android, keep protection on, free space, and stay on one stable private network.<\/li>\r\n<li><strong>Install a single package<\/strong> \u2014 Grant temporary unknown-app access only to the verified download holder.<\/li>\r\n<li><strong>Revoke installer access<\/strong> \u2014 Disable the permission immediately, delete the APK, and refuse unexplained sensitive rights.<\/li>\r\n<li><strong>Tour without funding<\/strong> \u2014 Find rules, rewards, cashier, history, limits, support, and logout before any UPI move.<\/li>\r\n<li><strong>Write meter and evening exit<\/strong> \u2014 Set the rupee ceiling, session meter fields, and evening exit clock offline before the first stake.<\/li>\r\n<\/ol>\r\n<\/div>\r\n<h2>Revoke installer permission as soon as OxGame is on the phone<\/h2>\r\n<p>Temporary unknown-app access exists only to finish one verified package. After install completes, disable that permission and confirm it cannot install again without a fresh deliberate grant. Delete the APK from Downloads so a later tap cannot reinstall a substituted file.<\/p>\r\n<p>Refuse unexplained SMS, contacts, overlay, accessibility, notification-reading, or device-admin requests. A second APK that claims to boost session strength or unlock withdrawals is outside the verified path-do not install it.<\/p>\r\n<h2>Complete an unfunded tour before any cashier action<\/h2>\r\n<p>Locate privacy text, game rules, stake totals, reward terms, cashier, transaction history, responsible-use tools, verified support, and logout on the actual handset. Confirm that key wording remains readable after the screen locks.<\/p>\r\n<p>Watch how the app marks accepted, pending, settled, and failed states. Animation alone is not a record. If those states cannot be found, do not learn them with real money. An empty-wallet tour is a complete use of the download when the adult chooses not to continue.<\/p>\r\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img decoding=\"async\" style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"https:\/\/ezzitouna.org\/wp-content\/uploads\/2026\/09\/OXGAME-1280X426.png\" alt=\"OxGame revoke installer then unfunded meter tour\" width=\"800\" height=\"auto\" \/><\/figure>\r\n<h2>Build a reward docket only after the download path is closed<\/h2>\r\n<p>Open a blank docket and fill eligibility gates first: age, location, account class, opt-in or code, claim window, payment-method limits, and KYC stage. Only then record credited amount, wagering or turnover base, multiplier, contributing games, contribution rates, maximum qualifying stake, expiry, cancellation events, and withdrawal effect.<\/p>\r\n<p>Do not treat a banner as proof that every OxGame APK India install qualifies. Mark gaps as unknown. Conditional reward credit is paperwork under terms until-and unless-those terms say otherwise. A reward is never a win promise.<\/p>\r\n<div class=\"bonus-box\">\r\n<h3>OxGame meter-claim gate<\/h3>\r\n<p style=\"font-size: 1.1rem; margin-bottom: 5px;\">Path closed, then paperwork<\/p>\r\n<p><span class=\"amount\">Optional claim only<\/span><\/p>\r\n<p style=\"margin-top: 10px;\">File eligibility, wagering base, games weighting, stake caps, expiry, cancellation, KYC, and withdrawal effect before opt-in.<\/p>\r\n<\/div>\r\n<h2>Translate wagering into workload against the session meter<\/h2>\r\n<p>Identify whether the multiplier applies to reward only, deposit only, or both. Then apply contribution percentages and exclusions. The product is required qualifying activity, not a profit forecast. A progress meter can rise while the cash balance falls and while the evening exit clock still ticks.<\/p>\r\n<p>Arithmetic examples in this guide are record-keeping illustrations only. They are not suggested deposits, stakes, or budgets. Completing wagering does not guarantee remaining funds, finished verification, or UPI approval before the evening exit.<\/p>\r\n<h2>Run an unpaid observation pass before the first real stake<\/h2>\r\n<p>After selecting a game and before confirming money, read the rule card, total cost, side options, acceptance cue, history path, and exit. Estimate how quickly complete decisions could accumulate at a calm manual pace. Round exposure estimates upward and compare them with the written rupee ceiling on the session meter.<\/p>\r\n<p>Do not skip the pass because the lobby feels familiar. Network quality on Indian connections can change feedback reliability without changing published odds. If acceptance is unclear during the pass itself, leave without staking.<\/p>\r\n<div class=\"image-row\">\r\n<figure><img decoding=\"async\" src=\"https:\/\/ezzitouna.org\/wp-content\/uploads\/2026\/09\/OXGAME-2.png\" alt=\"OxGame reward docket after verified path\" \/><\/figure>\r\n<figure><img decoding=\"async\" src=\"https:\/\/ezzitouna.org\/wp-content\/uploads\/2026\/09\/OXGAME-3.png\" alt=\"OxGame unpaid observation before stake\" \/><\/figure>\r\n<figure><img decoding=\"async\" src=\"https:\/\/ezzitouna.org\/wp-content\/uploads\/2026\/09\/OXGAME-4.png\" alt=\"OxGame UPI ownership match check\" \/><\/figure>\r\n<\/div>\r\n<h2>Match payment ownership before any UPI move<\/h2>\r\n<p>Before deposit or withdrawal, compare the payment display name with the verified adult on the OxGame account. A mismatch is a pause and a support question-not a reason to share OTP or PIN with a chat agent who claims they can \u201cforce match.\u201d<\/p>\r\n<p>Never double-pay a pending deposit. Never cancel a pending withdrawal merely to return to games. Never share a UPI PIN or OTP with anyone who claims reconciliation requires it.<\/p>\r\n<h2>Write the strength\/session meter and the evening exit before play<\/h2>\r\n<p>The entertainment ceiling is a maximum loss allowance for entertainment, not a deposit goal and not a stake recommendation. Choose it only after essentials are fenced. Keep the meter fields visible offline so lobby colour cannot quietly revise them.<\/p>\r\n<p>The evening exit clock and the rupee ceiling are hard stops. Either one ends new deposits, reward claims, and paid games. Place the clock early enough to reconcile history once and log out without rushing into night play. Stopping below every line is a successful exit.<\/p>\r\n<p class=\"pull-note\">Update the session meter after every settled game; do not wait until the evening exit to discover overspend.<\/p>\r\n<h2>Refuse OTP, PIN, and release-fee scams on sight<\/h2>\r\n<p>Scams around installs, rewards, and withdrawals often borrow the OxGame name. The script is familiar: send an OTP, share a UPI PIN, approve a collect request, pay a release fee, or install a helper APK. Every one of those requests fails the verified-download safety test.<\/p>\r\n<p>Close the channel, keep redacted official references if a genuine dispute exists, and contact only the verified in-app support path.<\/p>\r\n<h2>Schedule one morning follow-up only after the evening exit<\/h2>\r\n<p>Keep the smallest useful evidence set: dated time, amount, in-app reference, UPI or bank reference, and a short status line. Cover account numbers and OTP previews. One morning check for pending items is enough; overnight lobby refresh after the evening exit reopens a full session.<\/p>\r\n<p>Companion pages expand the review desk, adult risk boundaries, reward opt-in paperwork, and exit-rule play tips. All pages are dated 21 September 2026. Interfaces, offers, laws, and UPI paths can change afterward.<\/p>\r\n<h2>OxGame Strong Start Download FAQ<\/h2>\r\n<div class=\"faq-section\">\r\n<div class=\"faq-item\">\r\n<div class=\"faq-question\" tabindex=\"0\" role=\"button\">What does this OxGame APK page prioritise?<\/div>\r\n<div class=\"faq-answer\">\r\n<p>A verified download path, strength\/session meter, evening exit, installer revoke, unfunded tour, and OTP or PIN refusal.<\/p>\r\n<\/div>\r\n<\/div>\r\n<div class=\"faq-item\">\r\n<div class=\"faq-question\" tabindex=\"0\" role=\"button\">Where should the app download start?<\/div>\r\n<div class=\"faq-answer\">\r\n<p>Only at the verified destination linked here, never through mirrors, chat files, or modified packages.<\/p>\r\n<\/div>\r\n<\/div>\r\n<div class=\"faq-item\">\r\n<div class=\"faq-question\" tabindex=\"0\" role=\"button\">Does OxGame promise rewards or wins?<\/div>\r\n<div class=\"faq-answer\">\r\n<p>No. OxGame is only a brand name and never a value, probability, or outcome promise.<\/p>\r\n<\/div>\r\n<\/div>\r\n<div class=\"faq-item\">\r\n<div class=\"faq-question\" tabindex=\"0\" role=\"button\">When do I revoke installer permission?<\/div>\r\n<div class=\"faq-answer\">\r\n<p>Immediately after the verified package installs; then delete the APK and refuse unexplained sensitive rights.<\/p>\r\n<\/div>\r\n<\/div>\r\n<div class=\"faq-item\">\r\n<div class=\"faq-question\" tabindex=\"0\" role=\"button\">What is a strength\/session meter?<\/div>\r\n<div class=\"faq-answer\">\r\n<p>An offline note of paid decisions, exposure, remaining ceiling, and minutes until the evening exit.<\/p>\r\n<\/div>\r\n<\/div>\r\n<div class=\"faq-item\">\r\n<div class=\"faq-question\" tabindex=\"0\" role=\"button\">What belong in written exits?<\/div>\r\n<div class=\"faq-answer\">\r\n<p>A rupee entertainment ceiling you can lose entirely and an evening no-new-game clock with a short reconcile buffer.<\/p>\r\n<\/div>\r\n<\/div>\r\n<div class=\"faq-item\">\r\n<div class=\"faq-question\" tabindex=\"0\" role=\"button\">What belongs in a reward docket before claim?<\/div>\r\n<div class=\"faq-answer\">\r\n<p>Eligibility gates, wagering formula, games contribution, stake caps, expiry, cancellation, KYC, and withdrawal effect.<\/p>\r\n<\/div>\r\n<\/div>\r\n<div class=\"faq-item\">\r\n<div class=\"faq-question\" tabindex=\"0\" role=\"button\">Can support ask for my UPI PIN or OTP?<\/div>\r\n<div class=\"faq-answer\">\r\n<p>No. Refuse. OTPs and PINs belong only inside verified UPI apps you opened yourself.<\/p>\r\n<\/div>\r\n<\/div>\r\n<div class=\"faq-item\">\r\n<div class=\"faq-question\" tabindex=\"0\" role=\"button\">How many follow-ups after evening exit?<\/div>\r\n<div class=\"faq-answer\">\r\n<p>One morning follow-up for pending items only; do not reopen the lobby overnight.<\/p>\r\n<\/div>\r\n<\/div>\r\n<div class=\"faq-item\">\r\n<div class=\"faq-question\" tabindex=\"0\" role=\"button\">Who may use this information?<\/div>\r\n<div class=\"faq-answer\">\r\n<p>Adults 18+ only, after confirming participation is lawful in their current location.<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<div class=\"w4-ctas\"><a class=\"w4-btn w4-btn--primary\" href=\"https:\/\/oxgameapp0.top\/apps\/com.oxgame203.com.apk\" target=\"_blank\" rel=\"nofollow noopener\">REGISTER OXGAME<\/a> <a class=\"w4-btn w4-btn--secondary\" href=\"https:\/\/oxgameapp0.top\/apps\/com.oxgame203.com.apk\" target=\"_blank\" rel=\"nofollow noopener\">DOWNLOAD OXGAME APK<\/a><\/div>\r\n<h2>Run a strength\/session meter before any OxGame stake<\/h2>\r\n<p>A strength\/session meter is a written adult note that tracks cumulative paid decisions, total rupee exposure, remaining entertainment ceiling, and minutes left until the evening exit. It sits outside OxGame so lobby colour cannot rewrite it. Verified download still comes first: open only the destination linked here, install one package, revoke installer permission, delete the APK, then tour with zero balance.<\/p>\r\n<p>OxGame is the brand name only. A rising meter does not improve odds, unlock rewards, or speed a UPI credit. If rent, EMIs, food, medicines, school costs, or emergency savings are still uncovered, do not open a metered session.<\/p>\r\n<h2>Set the evening exit as a hard logout, not a soft intention<\/h2>\r\n<p>Choose an evening exit clock early enough to reconcile history once and log out without rushing into night-time play. Either the rupee ceiling or the evening exit ends new deposits, reward claims, and paid games. A win does not push the exit later; a loss does not reopen the meter after logout.<\/p>\r\n<p>Keep one morning follow-up for pending items only. Overnight lobby refresh after the evening exit reopens a full session and defeats the meter.<\/p>\r\n<h2>Keep the verified download path closed after install<\/h2>\r\n<p>Unknown-source access is temporary scaffolding. After the verified APK lands, disable that permission, confirm it cannot install again without a fresh grant, and remove the file from Downloads. Refuse SMS, contacts, accessibility, overlay, notification-listener, or device-admin requests the install path never justified.<\/p>\r\n<p>A helper APK that claims to boost session strength or force withdrawals sits outside the verified path-close it. An unfinished install is safer than a funded experiment on an unverified package.<\/p>\r\n<h2>Refuse OTP and PIN scripts during meter updates and withdrawals<\/h2>\r\n<p>A UPI PIN authorises an outgoing payment inside the payment app the adult alone controls. An OTP proves a one-time login or bank step to the adult\u2019s own channel. Neither is a gift for \u201cinstall support,\u201d chat strangers, or people who claim they can unlock a pending reward after the evening exit.<\/p>\r\n<p>If a message asks for a PIN to receive money, close it. If a caller asks for an OTP to release credit, end the call. Keep redacted evidence and use only in-app verified support. Never pay a release fee to a personal UPI handle.<\/p>\r\n<h2>Close the meter with one morning follow-up only<\/h2>\r\n<p>After the evening exit logout, store dated time, amount, in-app reference, UPI or bank reference, and a short status line. Cover account numbers, OTP previews, and identity numbers. One morning follow-up is enough for pending items.<\/p>\r\n<p>This publication is general editorial information for 21 September 2026 on ezzitouna.org. It is not legal, financial, tax, medical, security, or gambling advice. Verify current terms at the moment of decision.<\/p>\r\n<div class=\"notice-box\">\r\n<h2>Session-meter 18+ safety notice<\/h2>\r\n<p>OxGame is for adults aged 18+ only where lawful. Games can cause total loss. Complete the verified download, revoke installer access, tour unfunded, run a session meter, honour the evening exit, and never share OTP or PIN.<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n","protected":false},"excerpt":{"rendered":"<p>OxGame APK India &#8211; Strong Start Download Guide OxGame APK India download guide (21 September 2026): verified destination, strength\/session meter, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-18","page","type-page","status-publish","hentry"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ezzitouna.org\/index.php\/wp-json\/wp\/v2\/pages\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ezzitouna.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ezzitouna.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ezzitouna.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ezzitouna.org\/index.php\/wp-json\/wp\/v2\/comments?post=18"}],"version-history":[{"count":3,"href":"https:\/\/ezzitouna.org\/index.php\/wp-json\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":45,"href":"https:\/\/ezzitouna.org\/index.php\/wp-json\/wp\/v2\/pages\/18\/revisions\/45"}],"wp:attachment":[{"href":"https:\/\/ezzitouna.org\/index.php\/wp-json\/wp\/v2\/media?parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}