/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.8.1781785981
Updated: 2026-06-18 12:33:01

*/

/* === PB77 vendor CSS moved to functions.php (parallel load) === */

/* === PB77 START === */
/* mystyle.css */
        :root {
            --gold: #f0b429;
            --gold-light: #fcd34d;
            --red: #e63946;
            --dark: #090c13;
            --dark-2: #0f1320;
            --dark-3: #161b2c;
            --dark-4: #1c2238;
            --border: rgba(240, 180, 41, 0.14);
            --muted: #6b7590;
            --green: #22c55e;
        }

        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            background: var(--dark);
            color: #dde3f0;
            font-family: 'Rajdhani', sans-serif;
        }

        ::-webkit-scrollbar {
            width: 5px;
        }

        ::-webkit-scrollbar-track {
            background: var(--dark);
        }

        ::-webkit-scrollbar-thumb {
            background: var(--gold);
        }

        /* ── TICKER ── */
        .ticker-wrap {
            background: var(--gold);
            overflow: hidden;
            padding: 7px 0;
        }

        .ticker-track {
            display: inline-flex;
            animation: tick 35s linear infinite;
            white-space: nowrap;
        }

        .ticker-track span {
            font-family: 'Rajdhani', sans-serif;
            font-weight: 700;
            font-size: 13px;
            color: var(--dark);
            letter-spacing: .6px;
            padding: 0 40px;
        }
        

        @keyframes tick {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-50%);
            }
        }

        /* ── NAVBAR ── */
        .site-nav {
            background: var(--dark-2);
            border-bottom: 1px solid var(--border);
            position: sticky;
            top: 0;
            z-index: 999;
            padding: 12px 0;
        }

        .nav-logo {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 2rem;
            letter-spacing: 3px;
            color: var(--gold);
            text-decoration: none;
        }

        .nav-logo em {
            color: #fff;
            font-style: normal;
        }

        .nav-links a {
            color: #b0bbd4;
            font-weight: 600;
            font-size: 13px;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-decoration: none;
            padding: 6px 14px;
            transition: color .2s;
        }

        .nav-links a:hover {
            color: var(--gold);
        }
        /* .nav-height-m{height:100vh;}; */
        

        .btn-login {
            border: 1.5px solid var(--gold);
            color: var(--gold);
            background: transparent;
            font-family: 'Rajdhani', sans-serif;
            font-weight: 700;
            font-size: 13px;
            letter-spacing: 1px;
            text-transform: uppercase;
            padding: 7px 22px;
            border-radius: 3px;
            text-decoration: none;
            transition: all .2s;
        }

        .btn-login:hover {
            background: var(--gold);
            color: var(--dark);
        }

        .btn-register {
            background: var(--gold);
            color: var(--dark);
            font-family: 'Rajdhani', sans-serif;
            font-weight: 700;
            font-size: 13px;
            letter-spacing: 1px;
            text-transform: uppercase;
            padding: 7px 22px;
            border-radius: 3px;
            text-decoration: none;
            border: none;
            transition: background .2s;
        }

        .btn-register:hover {
            background: var(--gold-light);
            color: var(--dark);
        }
        .nav-bg{color:var(--gold);background:none;}

        /* ── HERO ── */
        .hero {
            position: relative;
            min-height: 90vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            background: var(--dark-2);
        }

        .hero-overlay {
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse 70% 60% at 60% 50%, rgba(240, 180, 41, .055) 0%, transparent 65%), radial-gradient(ellipse 40% 70% at 5% 90%, rgba(230, 57, 70, .05) 0%, transparent 60%);
        }

        .hero-grid {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(rgba(240, 180, 41, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(240, 180, 41, .035) 1px, transparent 1px);
            background-size: 48px 48px;
        }

        .hero-inner {
            position: relative;
            z-index: 2;
        }

        .tag-pill {
            display: inline-block;
            background: rgba(240, 180, 41, .12);
            border: 1px solid rgba(240, 180, 41, .3);
            color: var(--gold);
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            padding: 5px 14px;
            border-radius: 2px;
            margin-bottom: 18px;
        }

        .hero-h1 {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 4rem;
            line-height: .94;
            color: #fff;
            letter-spacing: 2px;
            margin-bottom: 22px;
        }

        .hero-h1 .gold {
            color: var(--gold);
        }

        .hero-h1 .outline {
            -webkit-text-stroke: 2px var(--gold);
            color: transparent;
        }

        .hero-lead {
            font-family: 'Inter', sans-serif;
            font-size: 15px;
            color: var(--muted);
            line-height: 1.75;
            max-width: 800px;
            margin-bottom: 15px;
        }

        .cta-primary {
            display: inline-block;
            background: var(--gold);
            color: var(--dark);
            font-family: 'Rajdhani', sans-serif;
            font-weight: 700;
            font-size: 16px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            padding: 14px 38px;
            border-radius: 3px;
            text-decoration: none;
            transition: all .25s;
            position: relative;
            overflow: hidden;
        }

        .cta-primary::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .22), transparent);
            transition: left .4s;
        }

        .cta-primary:hover {
            background: var(--gold-light);
            transform: translateY(-2px);
            box-shadow: 0 8px 28px rgba(240, 180, 41, .35);
            color: var(--dark);
        }

        .cta-primary:hover::after {
            left: 100%;
        }

        .cta-outline {
            display: inline-block;
            border: 1.5px solid var(--gold);
            color: var(--gold);
            font-family: 'Rajdhani', sans-serif;
            font-weight: 700;
            font-size: 16px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            padding: 13px 38px;
            border-radius: 3px;
            text-decoration: none;
            transition: all .25s;
        }

        .cta-outline:hover {
            background: rgba(240, 180, 41, .1);
            color: var(--gold);
            transform: translateY(-2px);
        }

        .hero-placeholder {
            width: 100%;
            height: 440px;
            border-radius: 14px;
            overflow: hidden;
            border: 1px solid var(--border);
            position: relative;
        }

        .hero-placeholder img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .overlay-card {
            position: absolute;
            bottom: 20px;
            left: 20px;
            background: rgba(9, 12, 19, .88);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(240, 180, 41, .25);
            border-radius: 10px;
            padding: 14px 18px;
        }

        .live-dot-wrap {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: var(--red);
            margin-bottom: 6px;
        }

        .live-dot {
            width: 7px;
            height: 7px;
            background: var(--red);
            border-radius: 50%;
            animation: blink 1.2s infinite;
        }

        @keyframes blink {

            0%,
            100% {
                opacity: 1
            }

            50% {
                opacity: .25
            }
        }

        .oc-title {
            font-size: 14px;
            font-weight: 700;
            color: #fff;
        }

        .oc-sub {
            font-size: 12px;
            color: var(--muted);
            margin-top: 2px;
            font-family: 'Inter', sans-serif;
        }

        .hero-stats {
            display: flex;
            flex-wrap: wrap;
            gap: 28px;
            margin-top: 44px;
            padding-top: 36px;
            border-top: 1px solid var(--border);
        }

        .hs-num {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 2.1rem;
            color: var(--gold);
            letter-spacing: 1px;
            line-height: 1;
        }

        .hs-label {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            color: var(--muted);
            margin-top: 3px;
        }

        /* ── SECTION COMMONS ── */
        section {
            padding: 40px 0;
        }

        .sec-tag {
            display: block;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: var(--gold);
            margin-bottom: 10px;
        }

        .sec-h2 {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 3rem;
            color: #fff;
            letter-spacing: 1.5px;
            line-height: 1.05;
        }

        .sec-h2 .gold {
            color: var(--gold);
        }

        .sec-lead {
            font-family: 'Inter', sans-serif;
            font-size: 15px;
            color: var(--muted);
            line-height: 1.75;
            margin-top: 14px;
        }

        .divider-gold {
            width: 52px;
            height: 3px;
            background: var(--gold);
            border-radius: 2px;
            margin: 18px 0;
        }

        /* ── WHY CHOOSE ── */
        .why-section {
            background: var(--dark);
        }

        .why-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            margin-top: 52px;
        }

        .why-card {
            background: var(--dark-3);
            border: 1px solid var(--border);
            border-radius: 12px;
            padding: 32px 26px;
            transition: all .3s;
            position: relative;
            overflow: hidden;
        }

        .why-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--gold), transparent);
            opacity: 0;
            transition: opacity .3s;
        }

        .why-card:hover {
            border-color: rgba(240, 180, 41, .4);
            transform: translateY(-4px);
            box-shadow: 0 18px 40px rgba(0, 0, 0, .4);
        }

        .why-card:hover::before {
            opacity: 1;
        }

        .why-icon {
            width: 52px;
            height: 52px;
            background: rgba(240, 180, 41, .1);
            border: 1px solid rgba(240, 180, 41, .2);
            border-radius: 9px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 21px;
            color: var(--gold);
            margin-bottom: 20px;
        }

        .why-title {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 1.35rem;
            color: #fff;
            letter-spacing: 1px;
            margin-bottom: 9px;
        }

        .why-text {
            font-family: 'Inter', sans-serif;
            font-size: 13.5px;
            color: var(--muted);
            line-height: 1.7;
        }
        .p-content{font-size:16px;font-weight:700;color:#fff;margin-top:20px;}
        .why-style { padding: 15px 20px; };
        .why-p { margin: 0; color: #fff;};
        .why-padding { padding: 15px 20px; };
        .why-content { margin: 0; color: #fff; padding-bottom:6px;}
        .why-margin-top { margin-top:20px;}
        .why-game-li {
            padding: 10px 15px;
            margin-bottom: 0px;
        }
        .flex{
            display: flex;
            justify-content:space-around;
        }
        .why-step-item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            padding: 0px;
            border-bottom: 1px solid var(--border);
        }

        /* ── REGISTER ── */
        .register-section {
            background: var(--dark-2);
        }

        .reg-img {
            width: 100%;
            height: 100%;
            min-height: 400px;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid var(--border);
        }

        .reg-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            min-height: 400px;
            display: block;
        }

        .steps-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .step-item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            padding: 16px 0;
            border-bottom: 1px solid var(--border);
        }

        .step-item:last-child {
            border-bottom: none;
        }

        .step-num {
            width: 36px;
            height: 36px;
            background: var(--gold);
            color: var(--dark);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Bebas Neue', sans-serif;
            font-size: 1.1rem;
            flex-shrink: 0;
        }

        .step-text {
            font-size: 15px;
            color: #c8d3e8;
            font-weight: 500;
            padding-top: 6px;
        }

        .secure-note {
            background: rgba(240, 180, 41, .07);
            border: 1px solid rgba(240, 180, 41, .2);
            border-radius: 8px;
            padding: 14px 18px;
            margin-top: 24px;
        }

        .secure-note p {
            font-family: 'Inter', sans-serif;
            font-size: 13px;
            color: var(--muted);
            margin: 0;
            line-height: 1.65;
        }

        .secure-note strong {
            color: var(--gold);
        }
        .mt { margin-top:0; }
        .p-content-style { font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#fff;margin:28px 0 14px;}
        .p-content-style1 { font-family:'Inter',sans-serif;font-size:14px;color:var(--muted);margin-top:16px;line-height:1.7;}

        /* ── APP DOWNLOAD ── */
        .app-section {
            background: var(--dark);
        }

        .app-card {
            background: var(--dark-3);
            border: 1px solid var(--border);
            border-radius: 12px;
            padding: 32px;
            height: 100%;
        }

        .app-platform {
            display: flex;
            align-items: center;
            gap: 12px;
            font-family: 'Bebas Neue', sans-serif;
            font-size: 1.5rem;
            color: #fff;
            letter-spacing: 1px;
            margin-bottom: 22px;
        }

        .app-platform i {
            color: var(--gold);
            font-size: 1.7rem;
        }

        .app-steps-list {
            list-style: none;
            padding: 0;
        }

        .app-steps-list li {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 11px 0;
            border-bottom: 1px solid var(--border);
            font-size: 14px;
            color: #b0bbd4;
            font-weight: 500;
        }

        .app-steps-list li:last-child {
            border-bottom: none;
        }

        .app-steps-list li i {
            color: var(--gold);
            width: 16px;
            flex-shrink: 0;
        }
        .app-img{
            width:100%; border-radius:14px; border:1px solid var(--border);
            height: 200px;

        }

        /* ── GAMES ── */
        .margin-top-blog {
            /* padding-top: 100px; */
        }
        .blog-post-content {
            color: var(--muted, #ccc);
            line-height: 1.75;
        }
        .blog-post-content img {
            max-width: 100%;
            height: auto;
        }
        .games-section {
            background: var(--dark-2);
        }

        .tab-switcher {
            display: flex;
            gap: 4px;
            background: var(--dark-3);
            border: 1px solid var(--border);
            border-radius: 7px;
            padding: 4px;
            width: fit-content;
            margin-bottom: 40px;
        }

        .tab-btn {
            padding: 10px 30px;
            border-radius: 5px;
            font-family: 'Rajdhani', sans-serif;
            font-weight: 700;
            font-size: 14px;
            letter-spacing: 1px;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            background: transparent;
            color: var(--muted);
            transition: all .2s;
        }

        .tab-btn.active {
            background: var(--gold);
            color: var(--dark);
        }

        .game-card {
            background: var(--dark-4);
            border: 1px solid var(--border);
            border-radius: 10px;
            overflow: hidden;
            transition: all .3s;
            cursor: pointer;
        }

        .game-card:hover {
            border-color: rgba(240, 180, 41, .4);
            transform: translateY(-3px);
        }

        .gc-img {
            height: 140px;
            overflow: hidden;
            position: relative;
        }

        .gc-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .gc-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            padding: 3px 8px;
            border-radius: 3px;
        }

        .badge-hot {
            background: var(--gold);
            color: var(--dark);
        }

        .badge-live {
            background: var(--red);
            color: #fff;
        }

        .badge-new {
            background: var(--green);
            color: var(--dark);
        }

        .gc-body {
            padding: 14px 16px;
        }

        .gc-title {
            font-weight: 700;
            font-size: 14px;
            color: #fff;
            margin-bottom: 3px;
        }

        .gc-meta {
            font-size: 12px;
            color: var(--muted);
            font-weight: 500;
        }
        .game-img{
            width:100%; border-radius:14px; border:1px solid var(--border);
        }
        .game-margin-top {margin-top:0;}
        .game-p-content{font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#fff;margin:28px 0 14px;}
        .game-margin-bottom { margin-bottom: 20px;}
        .game-li{padding: 10px 15px; margin-bottom: 10px;} 
        .game-color{color: #fff;}
        .game-heading{color: var(--gold); margin-right: 8px;}
        .game-p-content2{font-family:'Inter',sans-serif;font-size:14px;color:var(--muted);margin-top:16px;line-height:1.7;}

        /* ── PAYMENTS ── */
        .payment-margin-top{margin-top:0;}
        .pay-p-content{font-family:'Inter',sans-serif;font-size:14px;color:var(--muted);margin-top:20px;margin-bottom:0;line-height:1.7;}
        .pay-section {
            background: var(--dark);
        }

        .pay-steps {
            margin: 28px 0;
        }

        .pay-step {
            display: flex;
            align-items: flex-start;
            gap: 18px;
            margin-bottom: 22px;
        }

        .pay-icon {
            width: 46px;
            height: 46px;
            background: rgba(240, 180, 41, .1);
            border: 1px solid rgba(240, 180, 41, .22);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 17px;
            color: var(--gold);
            flex-shrink: 0;
        }

        .pay-step-title {
            font-weight: 700;
            font-size: 15px;
            color: #fff;
            margin-bottom: 3px;
        }

        .pay-step-desc {
            font-family: 'Inter', sans-serif;
            font-size: 13px;
            color: var(--muted);
        }

        .upi-box {
            background: var(--dark-3);
            border: 1px solid var(--border);
            border-radius: 12px;
            padding: 30px;
        }

        .upi-box h4 {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 1.5rem;
            color: #fff;
            letter-spacing: 1px;
            margin-bottom: 20px;
        }

        .upi-item {
            display: flex;
            align-items: center;
            gap: 13px;
            padding: 12px 0;
            border-bottom: 1px solid var(--border);
        }

        .upi-item:last-child {
            border-bottom: none;
        }

        .upi-item i {
            color: var(--green);
            font-size: 14px;
            flex-shrink: 0;
        }

        .upi-item span {
            font-size: 15px;
            color: #c8d3e8;
            font-weight: 600;
        }

        /* ── FAQ ── */
        .faq-max-height{max-height:200px;}
        .faq-section {
            background: var(--dark-2);
        }

        .faq-item {
            background: var(--dark-3);
            border: 1px solid var(--border);
            border-radius: 9px;
            margin-bottom: 10px;
            overflow: hidden;
        }

        .faq-item.open {
            border-color: rgba(240, 180, 41, .38);
        }

        .faq-q {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 22px;
            cursor: pointer;
        }

        .faq-q-text {
            font-weight: 700;
            font-size: 15px;
            color: #dde3f0;
        }

        .faq-ico {
            color: var(--gold);
            font-size: 13px;
            transition: transform .3s;
            flex-shrink: 0;
            margin-left: 16px;
        }

        .faq-item.open .faq-ico {
            transform: rotate(45deg);
        }

        .faq-ans {
            max-height: 0;
            overflow: hidden;
            transition: max-height .38s ease;
        }

        .faq-ans p {
            font-family: 'Inter', sans-serif;
            font-size: 14px;
            color: var(--muted);
            line-height: 1.75;
            padding: 0 22px 20px;
            margin: 0;
        }

        /* ── CTA BANNER ── */
        .cta-section {
            background: var(--dark-2);
            padding: 100px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(240, 180, 41, .07), transparent 70%);
        }

        .cta-section .inner {
            position: relative;
            z-index: 2;
        }

        .cta-h2 {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 4.5rem;
            color: #fff;
            letter-spacing: 2px;
        }

        .cta-h2 .gold {
            color: var(--gold);
        }

        .cta-lead {
            font-family: 'Inter', sans-serif;
            font-size: 15px;
            color: var(--muted);
            max-width: 520px;
            margin: 16px auto 36px;
            line-height: 1.75;
        }

        /* ── FOOTER ── */
        footer {
            background: var(--dark-2);
            border-top: 1px solid var(--border);
            padding: 20px 0 28px;
        }

        .foot-logo {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 2.1rem;
            color: var(--gold);
            letter-spacing: 3px;
        }

        .foot-logo em {
            color: #fff;
            font-style: normal;
        }

        .foot-desc {
            font-family: 'Inter', sans-serif;
            font-size: 13px;
            color: var(--muted);
            margin-top: 8px;
            line-height: 1.65;
        }

        .foot-h {
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--gold);
            margin-bottom: 14px;
        }

        .foot-ul {
            list-style: none;
            padding: 0;
        }

        .foot-ul li {
            margin-bottom: 9px;
        }

        .foot-ul a {
            color: var(--muted);
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
            transition: color .2s;
        }

        .foot-ul a:hover {
            color: var(--gold);
        }

        .foot-divider {
            border-color: var(--border);
            margin: 36px 0 22px;
        }

        .disclaimer {
            background: var(--dark-3);
            border: 1px solid var(--border);
            border-radius: 7px;
            padding: 14px 18px;
            font-family: 'Inter', sans-serif;
            font-size: 12px;
            color: var(--muted);
            line-height: 1.6;
            margin-bottom: 22px;
            text-align: center;
        }
        .menu{
            position: fixed;
            height:100vh;
            /* background-color: rgb(236, 236, 94); */
            background: var(--dark-3);
            width:60%;
            padding:20px;
            left:-100%;
            transition: 0.5s;
            top:0px;
            z-index: 10000;
        }
        .setMenu{
            left:0%;
        }
        .menu-list{
            display: flex;
            flex-direction: column;
            gap:10px;
            
        }
        .menu-list a{
            text-decoration: none;
            color:white;
        }
        .banner-padding{
            padding:10px 0 !important;
        }
        .carousel-banner-clickable {
            cursor: pointer;
        }
        .carousel-banner-img {
            pointer-events: none;
            user-select: none;
        }
        .carousel-control-prev,
        .carousel-control-next {
            z-index: 3;
        }
        .child-btn{
            border:1px solid gold;
            border-radius: 10px;
            padding:6px;
        }

        .foot-bottom {
            font-family: 'Inter', sans-serif;
            font-size: 12px;
            color: var(--muted);
        }

        /* ── ANIMATIONS ── */
        .fu {
            opacity: 0;
            transform: translateY(28px);
            transition: opacity .6s ease, transform .6s ease;
        }

        .fu.vis {
            opacity: 1;
            transform: translateY(0);
        }

        @media(max-width:768px) {
            .hero {
                min-height: auto;
                padding: 60px 0;
            }

            .d-none-mobile {
                display: none !important;
            }

            .hero-stats {
                gap: 18px;
            }

            .hero-h1 {
                font-size: 3.5rem;
            }

            .why-grid {
                grid-template-columns: 1fr;
            }

            .sec-h2 {
                font-size: 2.5rem;
            }

            .cta-h2 {
                font-size: 2.5rem;
            }
        }
    

/* Indibet.css */
.indebet-img{width:100%; border-radius:14px; border:1px solid var(--border) !important;}
.indibet-mt{margin-top:0;}
.indibet-mb{margin-bottom: 20px;}
.indibet-li{padding: 10px 15px; margin-bottom: 10px;}
.indibet-li-color{color: #fff;}
.indbet-i{color: var(--gold); margin-right: 8px;}
.indibet-p{font-family:'Inter',sans-serif;font-size:14px;color:var(--muted);margin-top:16px;line-height:1.7;}
.indibet-why-p{font-size:16px;font-weight:700;color:#fff;margin-top:20px;}
.indibet-why-pading{padding: 15px 20px;}
.indibet-why-p-text{margin: 0; color: #fff;}
.why-grid.two {grid-template-columns: repeat(2, 1fr);}
.indibet-why2-p{font-size:16px;font-weight:700;color:#fff;margin-top:20px;}

/* Slot.css */
.slot-why-p{font-size:16px;font-weight:700;color:#fff;margin-top:20px;};
.slot-why-padding{padding: 15px 20px;};
.slot-why-margin{margin: 0; color: #fff;};
.slot-why-margin-top{margin-top:20px;};


.slot-game-mt{margin-top:0;};
.slot-game-mb{margin-bottom: 20px;};
.slot-game-pm{padding: 10px 15px; margin-bottom: 10px;};
.slot-game-color{color: #fff;};
.slot-game-i{color: var(--gold); margin-right: 8px;};
.slot-game-p{font-family:'Inter',sans-serif;font-size:14px;color:var(--muted);margin-top:16px;line-height:1.7;};

/* Casino.css */
.casino-why-p{font-size:16px;font-weight:700;color:#fff;margin-top:20px;};
.casino-why-padding{padding: 15px 20px;};
.casino-why-margin{margin: 0; color: #fff;};
.casino-why-mt{margin-top:20px;};

.casino-reg-mt{margin-top:0;};
.casino-reg-p{font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#fff;margin:28px 0 14px;};
.casino-reg-p2{font-family:'Inter',sans-serif;font-size:14px;color:var(--muted);margin-top:16px;line-height:1.7;};

.casino-game-p{font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#fff;margin:28px 0 14px;};
.casino-game-mb{margin-bottom: 20px;};
.casino-game-pm{padding: 10px 15px; margin-bottom: 10px;};
.casino-game-color{color: #fff;};
.casino-game-i{color: var(--gold); margin-right: 8px;};
.casino-game-p2{font-family:'Inter',sans-serif;font-size:14px;color:var(--muted);margin-top:16px;line-height:1.7;};

.casino-payment-p{font-family:'Inter',sans-serif;font-size:14px;color:var(--muted);margin-top:20px;margin-bottom:0;line-height:1.7;}

/* Promotion.css */
.promotion-page {
  padding-top: 88px;
  min-height: 70vh;
  background: var(--dark);
}

.promotion-hero {
  position: relative;
  width: 100%;
  max-height: 320px;
  overflow: hidden;
  margin-bottom: 28px;
}

.promotion-hero-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.promotion-hero-placeholder {
  height: 200px;
  background: linear-gradient(135deg, var(--dark-3), var(--dark-2));
}

.promotion-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, var(--dark) 100%);
  pointer-events: none;
}

.promotion-wrap {
  max-width: 820px;
  padding-bottom: 48px;
}

.promotion-back {
  color: var(--gold);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 20px;
}

.promotion-back:hover {
  color: var(--gold-light);
}

.promotion-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--dark);
  background: var(--gold);
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.promotion-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--gold);
  line-height: 1.1;
  margin-bottom: 8px;
}

.promotion-subtitle {
  font-size: 1.15rem;
  color: var(--muted);
  margin-bottom: 24px;
}

.promotion-body {
  background: var(--dark-2);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px 24px;
  line-height: 1.75;
  color: #dde3f0;
  margin-bottom: 32px;
}

.promotion-body h1,
.promotion-body h2,
.promotion-body h3 {
  color: var(--gold);
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}

.promotion-body p {
  margin-bottom: 1em;
}

.promotion-body ul,
.promotion-body ol {
  padding-left: 1.4em;
  margin-bottom: 1em;
}

.promotion-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.promotion-body a {
  color: var(--gold);
}

.promotion-cta-wrap {
  text-align: center;
  padding-bottom: 24px;
}

.promotion-cta {
  display: inline-block;
  min-width: 220px;
  font-size: 1.1rem;
  padding: 14px 32px;
}

.promotion-loading,
.promotion-error {
  color: var(--muted);
  padding: 40px 0;
}

@media (max-width: 768px) {
  .promotion-hero-img {
    height: 220px;
  }
  .promotion-body {
    padding: 20px 16px;
  }
}

/* === PB77 END === */
