.header,
.header-content,
body {
    display: flex;
    width: 100%;
}
.btn-verify,
.logo {
    transition: 0.3s;
    text-transform: uppercase;
}
.btn-verify,
.content-warning h3,
.logo {
    text-transform: uppercase;
}
.custom-box-oop .modal,
.footer-links,
.game-description,
.game-title,
.head-para,
.rbx-top-ads,
.score-section,
.win-left span {
    text-align: center;
}
.footer-links a,
.game-card,
.logo {
    text-decoration: none;
}
#banner-ad,
.logo img,
.tab-content.active {
    display: block;
}
body {
    background-attachment: fixed;
    background-position: center;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    font-family: Montserrat, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #fff;
}
.custom-box-oop .modal {
    background: linear-gradient(180deg, #1a1a2e 0, #16213e 100%);
    border-radius: 40px;
    padding: 32px 24px;
    width: 100%;
    max-width: 340px;
    border: 2px solid #ffffffb8;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    position: relative;
}
.custom-box-oop .modal__icon {
    width: 100%;
    height: 200px;
}
.custom-box-oop .modal__icon img {
    position: absolute;
    object-fit: contain;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    max-width: 348px;
    height: 246px;
}
.custom-box-oop .modal__title {
    color: gold;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 8px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.custom-box-oop .modal__subtitle {
    color: gold;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}
.custom-box-oop .modal__message {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.custom-box-oop .modal__offer-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
}
.custom-box-oop .modal__offer-amount {
    color: gold;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 24px;
}
.custom-box-oop .modal__claim-btn {
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(180deg, #9d4edd 0, #7b2cbf 50%, #5a189a 100%);
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    box-shadow:
        0 4px 16px rgba(157, 78, 221, 0.4),
        inset 0 2px 0 rgba(255, 255, 255, 0.2);
    margin-bottom: 16px;
    transition:
        transform 0.1s,
        box-shadow 0.1s;
}
.custom-box-oop .modal__claim-btn:hover {
    transform: translateY(-2px);
    box-shadow:
        0 6px 20px rgba(157, 78, 221, 0.5),
        inset 0 2px 0 rgba(255, 255, 255, 0.2);
}
.custom-box-oop .modal__claim-btn:active {
    transform: translateY(0);
    box-shadow:
        0 2px 8px rgba(157, 78, 221, 0.4),
        inset 0 2px 0 rgba(255, 255, 255, 0.2);
}
.custom-box-oop .modal__close-btn {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 4px;
    opacity: 0.8;
    transition: opacity 0.2s;
}
.custom-box-oop .modal__close-btn:hover {
    opacity: 1;
}
.page-wrapper {
    padding-bottom: 40px;
}
.header {
    background: rgb(32 30 30);
    backdrop-filter: blur(15px);
    padding: 1rem 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 20px 0 #020202;
    position: sticky;
    top: 0;
    z-index: 999999;
    justify-content: center;
    border-radius: 0 0 7px 7px;
    max-width: 500px;
}
#banner-ad.ads-box,
.btn-verify {
    position: relative;
    overflow: hidden;
}
.header-content {
    max-width: 425px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
}
.logo {
    font-size: 1.75rem;
    font-weight: 900;
    color: #0a1a2f;
    letter-spacing: 2px;
    text-shadow: 0 2px 10px rgba(192, 192, 192, 0.7);
}
.logo:hover {
    color: #1e2a47;
    text-shadow: 0 4px 20px rgba(255, 215, 0, 0.9);
}
.logo img {
    width: auto;
}
.rbx-top-ads {
    height: 300px;
    width: 500px;
    margin: 0 auto;
}
#banner-ad.ads-box {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 15px auto;
    border-radius: 8px;
    padding: 25px 0;
    justify-content: center;
    display: flex;
}
.game-info,
.verification-container {
    flex-direction: column;
    display: flex;
}
.ad-divider {
    width: 90%;
    max-width: 425px;
    height: 1px;
    background: rgba(192, 192, 192, 0.6);
    margin: 0.5rem auto;
}
.verification-container {
    width: 100%;
    max-width: 486px;
    margin: 0 auto;
    align-items: center;
    padding: 15px 15px 0;
    box-sizing: border-box;
}
button.green-border-button {
    color: #00be4f;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    border: 1px solid #00be4f;
    padding: 23px;
    border-radius: 20px;
    margin: 0 0 20px;
    background: #ffffff00;
}
.game-info {
    width: 100%;
    align-items: center;
    padding: 5px 0;
}
.game-title {
    color: #fff;
    margin: 0;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
}
.game-description {
    color: #c6c9ce;
    line-height: 1.7;
    font-size: 1.1rem;
    margin: 0;
    padding: 0 1rem;
    font-weight: 500;
}
.buttons-container-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0 0;
}
.btn-verify {
    width: 90%;
    padding: 1.2rem;
    border-radius: 15px;
    font-weight: 700;
    border: none;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    margin-bottom: 1.5rem;
    color: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    letter-spacing: 1.5px;
}
.content-warning,
.feature-item,
.game-card {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.btn-above-18 {
    animation: 1.5s ease-in-out infinite fullButtonPulse;
    background: #ffe62c;
    color: #000;
}
@keyframes fullButtonPulse {
    0% {
        transform: scale(1);
        background-color: #f797eb;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
    }
    50% {
        transform: scale(1.05);
        background-color: #ffe62c;
        box-shadow:
            0 0 8px rgba(255, 255, 255, 0.3),
            0 0 12px rgba(255, 182, 193, 0.3);
    }
    100% {
        transform: scale(1);
        background-color: #a5d6ff;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
    }
}
.btn-below-18 {
    background: linear-gradient(45deg, #c62828, #ef5350);
    border: 1px solid #ffe62c;
    background: #edebeb00;
}
.btn-verify::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition:
        width 0.5s,
        height 0.5s;
}
.promo-section-x5y::after,
.promo-section-x5y::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    z-index: 0;
}
.btn-verify:hover::before {
    width: 300px;
    height: 300px;
}
.head-para {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #a7a1a1;
}
.btn-above-18:hover {
    transform: translateY(-5px);
    background: linear-gradient(45deg, #388e3c, #81c784);
}
.btn-below-18:hover {
    transform: translateY(-5px);
    background: linear-gradient(45deg, #d32f2f, #f44336);
}
.btn-verify:active {
    transform: translateY(-2px);
}
.features-grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1.5rem 0;
    padding: 0 0.5rem;
    box-sizing: border-box;
}
.feature-item,
.feature-item i {
    align-items: center;
    color: #0a1a2f;
    transition: 0.3s;
    display: flex;
}
.feature-item {
    background: #fff;
    padding: 1rem;
    border-radius: 15px;
    gap: 10px;
    font-size: 0.95rem;
    font-weight: 700;
    border: 2px solid rgba(192, 192, 192, 0.4);
}
.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(192, 192, 192, 0.5);
    border-color: rgba(255, 215, 0, 0.6);
}
.feature-item i {
    font-size: 1.4rem;
    width: 40px;
    height: 40px;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(192, 192, 192, 0.3), rgba(255, 215, 0, 0.3));
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}
.promo-benefits li,
.promo-points p,
.promo-steps li {
    background: linear-gradient(90deg, #2d3748 0, #23272f 100%);
}
.feature-item:hover i {
    transform: scale(1.1) rotate(10deg);
    background: linear-gradient(135deg, rgba(192, 192, 192, 0.5), rgba(255, 215, 0, 0.5));
    color: gold;
}
.feature-item span {
    font-size: 1rem;
    font-weight: 700;
    color: #0a1a2f;
    transition: 0.3s;
}
.feature-item:hover span {
    color: #1e2a47;
}
.feature-benefits {
    width: 100%;
    list-style-type: none;
    padding: 0 0.5rem;
    margin: 1rem 0;
    font-size: 0.9rem;
    color: #d3d6dd;
    font-weight: 500;
}
.feature-benefits li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 8px;
}
.feature-benefits li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: gold;
    font-size: 1rem;
}
.content-warning {
    width: 100%;
    background: #e8ecef;
    border: 2px solid rgba(255, 215, 0, 0.4);
    border-radius: 15px;
    padding: 1.5rem;
    margin: 1.5rem 0;
}
.content-warning h3 {
    color: #0a1a2f;
    font-size: 1.15rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}
.content-warning ul {
    color: #1e2a47;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1rem;
    font-weight: 500;
}
.content-warning ul li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s;
}
.content-warning ul li:hover {
    transform: translateX(5px);
}
.footer-links {
    width: 100%;
    padding: 25px 0;
    border-top: 2px solid;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
}
.footer-links a {
    color: #0a1a2f;
    margin: 0 15px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.footer-links a:hover {
    color: gold;
    transform: translateY(-3px);
}
.footer-links a i {
    font-size: 1.1rem;
}
.score-section {
    background: #191919;
    border: 1px solid #191919;
    border-radius: 12px;
    max-width: 470px;
    color: #fff;
    width: 100%;
    padding: 15px;
}
.roblox,
.score-section .score,
.win-right {
    color: #ffe62c;
}
.score-section h2 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.win-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.win-item {
    background: #1c1c1c;
    border: 1px solid #ffe62c;
    border-radius: 10px;
    padding: 17px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.win-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.win-left span {
    font-weight: 500;
    font-size: 16px;
}
.win-right {
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
}
.roblox {
    margin-left: 4px;
}
@media (max-width: 500px) {
    .score-section {
        max-width: 98vw;
        padding: 12px;
    }
    .score-section h2 {
        font-size: 17px;
        margin-bottom: 14px;
    }
    .win-item {
        padding: 12px;
        font-size: 15px;
    }
    .win-left span {
        font-size: 14px;
    }
    .win-right {
        font-size: 13px;
    }
}
@media (max-width: 400px) {
    .score-section {
        max-width: 99vw;
        padding: 8px;
    }
    .score-section h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .win-item {
        padding: 8px;
        font-size: 13px;
        gap: 6px;
    }
    .win-left span,
    .win-right {
        font-size: 12px;
    }
}
@media (max-width: 300px) {
    .score-section {
        max-width: 100vw;
        padding: 4px;
    }
    .score-section h2 {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .win-item {
        padding: 4px;
        font-size: 11px;
        gap: 4px;
    }
    .win-left span,
    .win-right {
        font-size: 10px;
    }
}
@media (max-width: 200px) {
    .score-section,
    .win-item {
        padding: 2px;
    }
    .score-section h2 {
        font-size: 9px;
        margin-bottom: 4px;
    }
    .win-item {
        font-size: 8px;
        gap: 2px;
    }
    .win-left span,
    .win-right {
        font-size: 7px;
    }
}
.tabs-container {
    width: 100%;
    padding: 15px;
}
.game-card .start-game,
.nav-link {
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    transition: 0.3s;
}
.nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    border-bottom: none;
}
.nav-link {
    color: #0a1a2f;
    font-weight: 700;
    border-radius: 10px;
    font-size: 0.9rem;
    white-space: nowrap;
}
.category-title,
.promo-title {
    font-weight: 900;
    text-align: center;
}
.nav-link.active,
.nav-link:hover {
    background: linear-gradient(45deg, gold, #fc0);
    color: #0a1a2f;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.5);
}
.tab-content {
    width: 100%;
    padding: 15px;
    display: none;
}
#close-popup,
#popup-container,
.close-btn-wrp,
.game-card,
.game-card .live-users,
.game-card .play-win {
    display: flex;
    display: flex;
}
.category-title {
    font-size: 1.5rem;
    color: #0a1a2f;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(192, 192, 192, 0.6);
}
.game-card {
    background: #ffffff00;
    border-radius: 15px;
    padding: 0.5rem;
    text-align: center;
    transition: 0.3s;
    border: 2px solid;
    color: #0a1a2f;
    flex-direction: column;
    align-items: center;
}
.game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1px 3px 1px rgb(251 175 84 / 90%);
    border-color: rgb(255 0 0 / 60%);
}
.game-card img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 8px;
}
.game-card .game-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0.5rem 0;
    text-transform: uppercase;
    color: #f3db23;
}
.game-card .play-win {
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.5rem;
}
.game-card .play-win i {
    color: gold;
    font-size: 1.2rem;
}
.game-card .play-win span {
    color: #eeff13;
    font-weight: 700;
}
.game-card .start-game {
    background: linear-gradient(45deg, gold, #fc0);
    color: #0a1a2f;
    border: none;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}
.game-card .start-game:hover {
    background: linear-gradient(45deg, #fc0, gold);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
}
.game-card .live-users {
    align-items: center;
    gap: 5px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #2e7d32;
}
.game-card .live-users::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #2e7d32;
    border-radius: 50%;
    display: inline-block;
}
.promo-section-x5y::before {
    top: -60px;
    left: -60px;
    background: radial-gradient(circle, #4fd1c5 0, transparent 70%);
    opacity: 0.13;
}
.promo-section-x5y::after {
    bottom: -60px;
    right: -60px;
    background: radial-gradient(circle, #63b3ed 0, transparent 70%);
    opacity: 0.12;
}
.promo-title {
    font-size: 28px;
    margin-bottom: 22px;
    letter-spacing: 1px;
}
.highlight,
.promo-subtitle {
    color: #63b3ed;
    background: linear-gradient(90deg, #4fd1c5 0, #63b3ed 100%);
    -webkit-text-fill-color: transparent;
}
ul.promo-benefits {
    padding: 0;
    list-style: none;
}
.highlight {
    font-weight: 700;
    background-clip: text;
    -webkit-background-clip: text;
}
.promo-subtitle {
    font-size: 22px;
    margin: 22px 0 12px;
    font-weight: 800;
    position: relative;
}
.promo-benefits li,
.promo-steps li {
    margin-bottom: 12px;
    color: #e2e8f0;
    list-style-position: inside;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 16px;
    box-shadow: 0 1px 6px 0 rgba(79, 209, 197, 0.07);
    z-index: 1;
    position: relative;
}
.promo-benefits li:nth-child(odd),
.promo-steps li:nth-child(odd) {
    background: linear-gradient(90deg, #c1c4c9 0, #4fd1c5 100%);
    color: #23272f;
}
.promo-benefits li:nth-child(2n),
.promo-steps li:nth-child(2n) {
    background: linear-gradient(90deg, #f3f6fa 0, #63b3ed 100%);
    color: #23272f;
}
.promo-cta {
    background: linear-gradient(90deg, #4fd1c5 0, #63b3ed 100%);
    padding: 16px 20px;
    border-radius: 10px;
    color: #23272f;
    font-weight: 700;
    margin: 24px 0;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    box-shadow: 0 2px 12px 0 rgba(79, 209, 197, 0.13);
    z-index: 1;
    position: relative;
    transition: background 0.3s;
}
.promo-cta:hover {
    background: linear-gradient(90deg, #63b3ed 0, #4fd1c5 100%);
    color: #fff;
}
.promo-tags {
    font-size: 15px;
    color: #e2e8f0;
    margin-top: 28px;
    word-wrap: break-word;
    background: linear-gradient(90deg, #2d3748 0, #23272f 100%);
    padding: 8px 12px;
    border-radius: 6px;
    z-index: 1;
    position: relative;
}
.close-btn-wrp {
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}
#close-popup {
    pointer-events: all;
    width: 30px;
    height: 30px;
    border: 1px dotted #fff;
    border-radius: 8px;
    background: #f44336;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition:
        transform 0.3s,
        background-color 0.3s;
}
#close-popup:hover {
    transform: scale(1.1);
    background-color: #d32f2f;
}
#ads-txt-pop-up {
    pointer-events: all;
    font-size: 14px;
    font-weight: 600;
    background: 0 0;
    color: #fff;
}
#popup-blur {
    filter: blur(0);
    transition: filter 0.3s;
}
body.popup-active #popup-blur {
    filter: blur(5px);
}
@media (max-width: 480px) {
    #close-popup {
        width: 26px;
        height: 26px;
        font-size: 15px;
    }
    #ads-txt-pop-up {
        font-size: 13px;
    }
}
.ads-slot,
.adsbygoogle,
iframe[src*="ads"] {
    pointer-events: auto !important;
    z-index: 9999 !important;
}
.earn-coin-section {
    padding: 0 16px;
}
@media (max-width: 400px) {
    #close-popup {
        width: 24px;
        height: 24px;
        font-size: 13px;
        border-radius: 6px;
    }
    #ads-txt-pop-up {
        font-size: 12px;
    }
}
@media (max-width: 380px) {
    #close-popup {
        width: 22px;
        height: 22px;
        font-size: 12px;
        border-radius: 5px;
    }
    #ads-txt-pop-up {
        font-size: 11px;
    }
}
@media screen and (max-width: 480px) {
    .ad-divider,
    .game-info,
    .header-content,
    .page-wrapper,
    .verification-container {
        max-width: 100%;
        padding: 0 10px;
    }
    #banner-ad.ads-box {
        width: 100%;
        height: auto;
        padding: 15px 0;
    }
    .game-title {
        font-size: 22px;
        letter-spacing: 1px;
    }
    .game-description {
        font-size: 1rem;
        padding: 0 10px;
    }
    .btn-verify,
    button.green-border-button {
        padding: 14px;
        font-size: 1rem;
    }
    .logo {
        font-size: 1.25rem;
    }
}
@media screen and (max-width: 420px) {
    .game-title {
        font-size: 20px;
    }
    .btn-verify,
    .game-description {
        font-size: 0.95rem;
    }
    .logo {
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 380px) {
    .btn-verify,
    button.green-border-button {
        font-size: 0.9rem;
        padding: 12px;
    }
    .game-title {
        font-size: 18px;
    }
    .game-description {
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 350px) {
    .game-title {
        font-size: 17px;
    }
    .game-description {
        font-size: 0.85rem;
    }
    .logo {
        font-size: 1rem;
    }
    .btn-verify {
        padding: 10px;
        font-size: 0.85rem;
    }
}
@media screen and (max-width: 300px) {
    .game-title {
        font-size: 16px;
    }
    .btn-verify,
    .game-description {
        font-size: 0.8rem;
    }
    .btn-verify {
        padding: 8px;
    }
    .logo {
        font-size: 0.95rem;
    }
}
@media (max-width: 600px) {
    .promo-title {
        font-size: 22px;
    }
    .promo-subtitle {
        font-size: 18px;
    }
    .promo-benefits li,
    .promo-steps li {
        font-size: 15px;
    }
    html,body {
        overflow-x: hidden;
    }
}
@media (min-width: 768px) {
    .features-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 320px) {
    #close-popup {
        width: 20px;
        height: 20px;
        font-size: 11px;
        border-radius: 4px;
    }
    #ads-txt-pop-up {
        font-size: 10px;
    }
    #banner-ad.ads-box {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .features-grid {
        padding: 0 1rem;
        gap: 0.75rem;
    }
    .feature-item {
        padding: 0.8rem;
        font-size: 0.85rem;
        flex-wrap: wrap;
    }
    .feature-item i {
        width: 36px;
        height: 36px;
        font-size: 1.2rem;
    }
    .content-warning ul li,
    .feature-item span {
        font-size: 0.95rem;
    }
    .head-para {
        font-size: 16px;
        line-height: 24px;
        padding: 0 10px;
    }
    .btn-above-18,
    .btn-below-18,
    .btn-verify {
        font-size: 0.95rem;
        padding: 14px;
    }
    .feature-benefits {
        font-size: 0.85rem;
        padding: 0 1rem;
    }
    .content-warning {
        padding: 1rem;
        margin: 1rem 0;
    }
    .content-warning h3 {
        font-size: 1rem;
    }
    .footer-links {
        flex-wrap: wrap;
        gap: 8px;
        padding: 20px 10px;
    }
    .footer-links a {
        margin: 0 10px;
        font-size: 0.95rem;
    }
}
@media screen and (max-width: 420px) {
    .feature-item {
        font-size: 0.8rem;
        gap: 8px;
    }
    .feature-item i {
        width: 32px;
        height: 32px;
        font-size: 1.1rem;
    }
    .btn-above-18,
    .btn-below-18,
    .btn-verify {
        font-size: 0.9rem;
        padding: 12px;
    }
    .head-para {
        font-size: 15px;
    }
}
@media screen and (max-width: 380px) {
    .btn-above-18,
    .btn-below-18,
    .btn-verify {
        font-size: 0.85rem;
        padding: 11px;
    }
    .feature-item {
        padding: 0.75rem;
        font-size: 0.75rem;
    }
    .content-warning ul li,
    .feature-item span {
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 350px) {
    .btn-above-18,
    .btn-below-18,
    .btn-verify {
        font-size: 0.8rem;
        padding: 10px;
    }
    .head-para {
        font-size: 14px;
        line-height: 22px;
    }
    .footer-links {
        flex-direction: column;
        gap: 6px;
    }
    .footer-links a {
        font-size: 0.85rem;
    }
}
@media screen and (max-width: 300px) {
    .feature-item {
        padding: 0.65rem;
        font-size: 0.7rem;
    }
    .feature-item i {
        width: 28px;
        height: 28px;
        font-size: 1rem;
    }
    .btn-above-18,
    .btn-below-18,
    .btn-verify {
        font-size: 0.75rem;
        padding: 9px;
    }
    .head-para {
        font-size: 13px;
        line-height: 20px;
    }
    .content-warning {
        padding: 0.8rem;
    }
    .content-warning h3 {
        font-size: 0.95rem;
    }
}
@media (max-width: 480px) {
    .features-grid,
    .game-card,
    .tab-content,
    .tabs-container {
        padding: 0.5rem;
    }
    .feature-item {
        padding: 0.75rem;
        font-size: 0.85rem;
    }
    .feature-item i {
        font-size: 1.2rem;
        width: 36px;
        height: 36px;
    }
    .game-card img {
        height: 100px;
    }
    .promo-benefits li,
    .promo-points p,
    .promo-steps li {
        font-size: 14px;
        padding: 8px;
    }
    .promo-cta {
        font-size: 16px;
        padding: 12px;
    }
    .nav-link {
        font-size: 0.8rem;
        padding: 0.4rem 0.75rem;
    }
    .game-card .game-title {
        font-size: 0.9rem;
    }
    .game-card .start-game {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem;
    }
}
@media (max-width: 420px) {
    .feature-item span,
    .promo-tags{
        font-size: 90%;
    }
    .game-card img {
        height: 90px;
    }
    .game-card .game-title {
        font-size: 0.85rem;
    }
    .nav-link {
        font-size: 0.75rem;
    }
}
@media (max-width: 380px) {
    .feature-item {
        gap: 6px;
    }
    .promo-title {
        font-size: 20px;
    }
    .game-card .start-game {
        font-size: 0.8rem;
        padding: 0.4rem 0.75rem;
    }
    .game-card img {
        height: 80px;
    }
    .nav-link {
        font-size: 0.7rem;
        padding: 0.35rem 0.6rem;
    }
}
@media (max-width: 350px) {
    .feature-item {
        font-size: 0.8rem;
        padding: 0.5rem;
    }
    .game-card .game-title,
    .game-card .live-users,
    .game-card .play-win {
        font-size: 0.75rem;
    }
    .promo-subtitle {
        font-size: 16px;
    }
    .promo-cta {
        font-size: 15px;
    }
    .game-card img {
        height: 70px;
    }
}
@media (max-width: 300px) {
    #close-popup {
        width: 18px;
        height: 18px;
        font-size: 10px;
        border-radius: 3px;
    }
    #ads-txt-pop-up {
        font-size: 9px;
    }
    .tab-content,
    .tabs-container {
        padding: 0.25rem;
    }
    .nav-link {
        font-size: 0.65rem;
        padding: 0.3rem 0.5rem;
    }
    .promo-title {
        font-size: 18px;
    }
    .promo-benefits li,
    .promo-points p,
    .promo-steps li,
    .promo-text {
        font-size: 13px;
        padding: 6px;
    }
    .game-card img {
        height: 60px;
    }
    .game-card .start-game {
        font-size: 0.75rem;
        padding: 0.35rem 0.6rem;
    }
    .game-card .game-title {
        font-size: 0.75rem;
    }
}
#popup-container {
    background-color: rgba(0, 0, 0, 0.18);
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    width: 100%;
    height: auto;
    padding: 20px;
}
#popup-content {
    border: 1px solid #fff;
    padding: 3px 15px 20px;
    border-radius: 12px;
    max-width: 600px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    border: 1px solid #fbe2e24a;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0 10px;
    overflow: auto;
}
#banner-ad {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}
#banner-ad .adsbygoogle {
    display: block !important;
    width: 100% !important;
    height: auto;
    min-height: 90px;
}
.header {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
@media (max-width: 768px) {
    body #popup-container {
        padding: 0;
    }
    .close-btn-wrp {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #popup-content {
        position: relative;
        border: 1px solid #fbe2e24a;
        padding: 3px 15px 20px;
        border-radius: 12px;
        width: 97% !important;
        text-align: center;
        color: #fff;
        overflow: auto;
        height: auto !important;
        margin: 2px !important;
    }
    #banner-ad {
        max-width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    .rbx-top-ads {
        width: 100%;
    }
}
