.container,
body {
    min-height: 100vh;
    height: 100vh
}

body,
header p {
    font-size: 16px;
    margin: 0
}

.article-section h3,
header p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

.coins,
.popup {
    max-width: 350px
}

.about-us h1,
.age-confirmation button,
.description h2,
.terms-conditions h1,
header p {
    letter-spacing: 1px;
    text-transform: uppercase
}

.about-us h1,
.age-confirmation button,
.contact-form button,
.contact-us h1,
.description h2,
.play-now,
.privacy-policy h1,
.privacy-policy h2,
.quizList_categoryLiveDiv__9RGte,
.terms-conditions h1,
.terms-conditions h2,
header p {
    text-transform: uppercase
}

body {

    padding: 0;
    color: #fff;
    overflow: hidden;
    position: relative;
    background: linear-gradient(rgba(30, 60, 114, .6), rgb(69 64 66 / 40%)) center / cover, url(images/background1.webp) center / cover no-repeat;
    width: 100vw;
    font-family: 'Poppins', sans-serif;
}

.container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    animation: 1s ease-in fadeIn;
    overflow-y: auto;
    scrollbar-width: none;
    background: #131212;
}



/* -------- game-page ------------- */

.score-section {
    background: #191919;
    border: 1px solid #191919;
    border-radius: 12px;
    max-width: 470px;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 15px;
}

.score-section h2 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.score-section .score {
    color: #FFE62C;
}

.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;
    text-align: center;
}

.win-right {
    font-weight: bold;
    font-size: 14px;
    color: #FFE62C;
    white-space: nowrap;
}

.roblox {
    color: #FFE62C;
    margin-left: 4px;
}

/* Base Styles */
.score-section {
    width: 100%;
    max-width: 500px;
    margin: auto;
    box-sizing: border-box;
    padding: 16px;
    overflow-wrap: break-word;
}

.score-section h2 {
    font-size: 20px;
    margin-bottom: 16px;
}

.win-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    font-size: 16px;
    gap: 10px;
    flex-wrap: wrap;
}

.win-left span,
.win-right {
    font-size: 15px;
    word-break: break-word;
}

/* Responsive - max-width: 500px */
@media (max-width: 500px) {
    .score-section {
        padding: 12px;
    }

    .score-section h2 {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .win-item {
        padding: 12px;
        font-size: 14px;
    }

    .win-left span,
    .win-right {
        font-size: 13px;
    }
}

/* Responsive - max-width: 400px */
@media (max-width: 400px) {
    .score-section {
        padding: 10px;
    }

    .score-section h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .win-item {
        padding: 8px;
        font-size: 13px;
    }

    .win-left span,
    .win-right {
        font-size: 12px;
    }
}

/* Responsive - max-width: 300px */
@media (max-width: 300px) {
    .score-section {
        padding: 6px;
    }

    .score-section h2 {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .win-item {
        padding: 6px;
        font-size: 11px;
        gap: 4px;
        flex-direction: column;
        align-items: flex-start;
    }

    .win-left span,
    .win-right {
        font-size: 10px;
    }
}

/* Responsive - max-width: 200px */
@media (max-width: 200px) {
    .score-section {
        padding: 4px;
    }

    .score-section h2 {
        font-size: 10px;
        margin-bottom: 6px;
    }

    .win-item {
        padding: 4px;
        font-size: 9px;
        gap: 2px;
    }

    .win-left span,
    .win-right {
        font-size: 8px;
    }
}

/* ------------------------------------ */











/* Small Phones (max-width: 360px) */
@media screen and (max-width: 360px) {
    .container {
        /* max-width: 300px; */
        background-size: cover;

    }
}

@media screen and (min-width: 361px) and (max-width: 768px) {
    .container {
        max-width: 480px;
    }
}

@media screen and (min-width: 361px) and (max-width: 480px) {
    .ads-container {
        border: none;
    }
}



.container::-webkit-scrollbar {
    display: none
}

/* 
header img {
    height: 50px !important;
    width: auto
} */

header p {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: gold
}
footer{
    display: none;
}
header {
    z-index: 1000;
    background: rgb(32 30 30);
    backdrop-filter: blur(15px);
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 20px 0px #020202;
    position: sticky;
    top: 0;
    z-index: 999999;
    display: flex;
    justify-content: center;
    border-radius: 0 0px 7px 7px;
    display: none;
}

header>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    animation: .5s ease-out slideDown
}

#banner-ad.ads-box {
    width: 100%;
    max-width: 400px;
    height: auto;
    
    /* Maintains 400x300 ratio */
    
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 15px auto;
    border-radius: 8px;
    overflow: hidden;
    padding: 25px 0;
    justify-content: center;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

/* Optional: ensure iframe or ad inside fits */
#banner-ad.ads-box iframe,
#banner-ad.ads-box ins {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/* Responsive tweaks */
@media (max-width: 400px) {
    #banner-ad.ads-box {
        max-width: 100%;
        padding: 20px 0;
    }
}

@media (max-width: 300px) {
    #banner-ad.ads-box {
        aspect-ratio: 6 / 5;
        /* slight adjustment for tighter screens */
        padding: 15px 0;
    }
}


.ads-container {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    border: 2px dotted #afa4a4;
    color: #fff;
    height: 300px;
    border-radius: 20px;
    margin: 20px
}

.ads-container::before {
    content: "Advertisement";
    display: block;
    font-size: 12px;
    color: #fffefe;
    margin-bottom: 5px
}

.age-confirmation,
.quiz-container {
    padding: 20px;
    text-align: center
}

.age-confirmation h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 34px;
    text-align: center
}

.quiz-image-container.home-banner.main-quiz-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 30px 0
}

.age-confirmation button {
    display: block;
    width: 100%;
    padding: 16px;
    margin: 10px 0;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    position: relative
}

.age-confirmation button:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3)
}

.age-confirmation .above-18,
.age-confirmation .below-18 {
    position: relative;
    background: border-box padding-box, border-box #fff;
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin: 20px 0;
    padding: 20px;
    border-radius: 10px;
    z-index: 1;
    background-image: linear-gradient(#fff, #fff), linear-gradient(270deg, #ed896f 0, #ef729e 100%);
    border: 1px solid transparent
}

.age-confirmation .above-18 {
    color: #2cad57
}

.age-confirmation .below-18 {
    color: #f44242
}

.age-confirmation .above-18:hover {
    background: #fff;
    background: linear-gradient(90deg, #e0ffe5 0, #c6f7d4 100%);
    color: #219150;
    border-color: #2cad57;
    box-shadow: 0 4px 16px rgba(44, 173, 87, .15)
}

.age-confirmation .above-18::before {
    content: "\2713 ";
    font-size: 20px
}

.age-confirmation .below-18:hover {
    background: linear-gradient(90deg, #ffeaea 0, #ffd6d6 100%);
    color: #c0392b;
    border-color: #f44242;
    box-shadow: 0 4px 16px rgba(244, 66, 66, .15)
}

.age-confirmation .below-18::before {
    content: "\2717";
    font-size: 20px
}

.article-section {
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px
}

.coin-popup,
.coins {
    font-weight: 700;
    padding: 10px 20px
}

.article-section h3 {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: gold;
    margin-bottom: 10px
}

.article-section p {
    font-family: Merriweather, serif;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: justify
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.coins {
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    color: #32acc1;
    margin: 0 auto 20px;
}

.timer_baseTimer___57OS {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 20px auto 0;
    animation: 2s infinite pulse;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid;
    border-image-slice: 1;
    box-shadow: 0px 0px 8px 4px rgb(165 255 11 / 70%);
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.08)
    }
}

.timer_baseTimer__svg__kqz_Y {
    width: 100%;
    height: 100%;
    transform: scaleX(-1)
}

.timer_baseTimer__circle__1YodV {
    fill: none;
    stroke: none
}

.timer_baseTimer__pathElapsed__D6lCz {
    stroke-width: 6;
    stroke: #ccc;
    stroke-dasharray: 4, 4
}

.timer_baseTimer__pathRemaining__PkIN0 {
    stroke-width: 6;
    stroke-linecap: round;
    stroke: #ffd700;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear
}

.timer_green__SVzgO {
    stroke: #ffd700
}

.timer_baseTimer__label__5CfV0 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
    background-clip: text;
    -webkit-background-clip: text;
    color: #ed0000a3;
    background-image: linear-gradient(180deg, #ffb522 0, #f44242 100%);
    text-shadow: 0 0 10px rgba(255, 68, 0, .6)
}

/* ------------------------------------ */



.coin-popup,
.timer_inner__ClpEy {
    display: none
}

.contact-form input,
.contact-form textarea,
.options button {
    width: 100%;
    background-image: linear-gradient(#fff, #fff), linear-gradient(270deg, #ed896f 0, #ef729e 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box
}

.timer_seconds__2KixA {
    position: relative;
    z-index: 2
}

.coin-popup,
.popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000
}

.progress {
    font-size: 16px;
    margin-bottom: 15px;
    color: #3affc1;
}

.coin-popup {
    font-size: 24px;
    position: absolute;
    text-shadow: 0 0 15px rgba(0, 0, 0, .5);
    border-radius: 10px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    transition: .5s
}

.question {
    margin-bottom: 10px;
    color: #f0e443;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px
}

.final-score {
    color: #e9c918
}

.options {
    padding: 0;
    width: calc(100% - 10px);
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.options button {
    padding: 20px 20px 20px 50px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    border-radius: 15px;
    transition: background .3s, transform .2s;
    border: 1px solid transparent;
    text-align: left;
    position: relative
}

.options button::before {
    content: attr(data-label);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    background: #eee;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 13px
}

.options button:hover {
    background: linear-gradient(90deg, #ffe0ec 0, #e0f7fa 100%);
    border-color: #ef729e;
    transform: scale(1.04);
    border-radius: 15px;
    box-shadow: 0 4px 16px rgba(239, 114, 158, .15)
}

.options button.correct,
.options button.wrong {
    color: #e7f14e;
    border-radius: 15px
}

.options button.correct {
    background: #28a745;
    border-color: #28a745
}

.options button.wrong {
    background: #dc3545;
    border-color: #dc3545
}

.description {
    margin-top: 20px;
    padding: 15px;
    /* background: #d0e659; */
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    text-align: justify;
    line-height: 1.6;
    /* background: linear-gradient(90deg, #7297fd 0, #0ab8fd 100%) */
}

.popup,
footer {
    text-align: center
}

.description h2 {
    font-size: 18px;
    color: #cfe414;
    margin-bottom: 15px;
    text-align: left
}

.description h3 {
    font-size: 20px;
    color: #ffffff;
    margin: 15px 0 10px;
    text-align: left;
    font-weight: 800;
    font-family: 'popins';
}

.description p {
    margin: 0 0 15px;
    font-size: 14px;
    color: #9fa09a
}

.popup {
    position: fixed;
    width: 96%;
    padding: 20px;
    background: #16213e;
    box-shadow: 0 10px 20px rgb(189 19 227 / 22%);
    border-radius: 12px;
    display: none;
    background: linear-gradient(17deg, #fffb90 0, #ffffff 100%);
    color: #000;
}

.popup h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #740707;
    font-weight: 800
}

.popup p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #4c4141
}

.play-now,
.popup button {
    font-size: 16px;
    cursor: pointer;
    transition: .3s
}

.popup button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    border-radius: 8px
}

.contact-info a,
.footer-links a,
.privacy-policy a,
.terms-conditions a {
    text-decoration: none;
    transition: color .3s;
    color: #9ecfff;
}

.contact-info a:hover,
.privacy-policy a:hover {
    color: #ffd369;
}

.popup .claim {
    background: #00c97c;
    color: #ffffff;
}

.popup .claim:hover {
    background: #ffd369;
}

.popup .close {
    background: #e63946;
    color: #fff;
}

.popup .close:hover {
    background: #ff4b5c;
}

.play-now {
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
    background: linear-gradient(45deg, #ff6b6b, #c0392b);
    border: none;
    border-radius: 8px;
    margin-top: 20px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.05);
}

.play-now:hover {
    background: linear-gradient(45deg, #c0392b, #ff6b6b);
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}

.about-us,
.privacy-policy,
.terms-conditions {
    padding: 20px;
    text-align: justify;
    background: #121212;
    border-radius: 10px;
}

.about-us h1,
.terms-conditions h1,
.privacy-policy h1 {
    color: #f7f097;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 26px;
}

.terms-conditions h2,
.privacy-policy h2 {
    font-size: 20px;
    color: #f5f5f5;
    margin: 20px 0 10px;
}

.about-us p,
.privacy-policy p,
.terms-conditions p {
    color: #cccccc;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
    margin: 8px 0;
}

.privacy-policy a,
.privacy-policy h1,
.terms-conditions a {
    font-weight: 600;
    letter-spacing: 1px;
}

.terms-conditions a {
    color: #6fa8dc;
}

.terms-conditions a:hover {
    color: #ffd369;
}

footer {
    background: linear-gradient(135deg, #0d1b2a, #1b263b);
    color: #e0e0e0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 10px;
    font-size: 12px;
}

.footer-links a {
    font-size: 14px;
    color: #b0d0ff;
}

.footer-links a:hover {
    color: #ffd369;
}

.contact-us {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: left;
    background-color: #1e1e1e;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(255, 255, 255, .05);
}

.contact-us h1 {
    font-size: 36px;
    color: #f7f097;
    margin-bottom: 30px;
    letter-spacing: 1.5px;
    font-weight: 800;
    text-align: center;
    border-bottom: 2px solid #f797eb;
    padding-bottom: 10px;
}

.contact-us p {
    color: #dddddd;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
}

.contact-info {
    margin-bottom: 30px;
    text-align: center;
}

.contact-info a {
    color: #9ecfff;
    font-weight: 600;
    letter-spacing: .8px;
}

.contact-form {
    padding: 20px;
    border-radius: 10px;
    background-color: #2b2b2b;
    border: 1px solid #444;
}

.contact-form label {
    display: block;
    font-size: 15px;
    color: #f797eb;
    font-weight: 700;
    margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
    padding: 14px 12px;
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 15px;
    border: 1px solid #555;
    background-color: #1e1e1e;
    transition: border-color .3s;
    color: #fff;
    box-sizing: border-box;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #f797eb;
    outline: none;
}

.contact-form button,
.quizList_btn__bQLHf {
    width: 100%;
    cursor: pointer;
    transition: .3s;
    font-weight: 700;
    background: #f797eb;
    color: #000;
    border: none;
    border-radius: 6px;
    padding: 12px;
}

.contact-form button:hover,
.quizList_btn__bQLHf:hover {
    background: #ffd369;
    color: #000;
}

/* -------------------------------------- */


.contact-form input:focus,
.contact-form textarea:focus {
    outline: 0;
    border-color: #ef729e
}

.contact-form textarea {
    height: 140px;
    resize: vertical
}

.contact-form button {
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    background: linear-gradient(270deg, #ed896f 0, #ef729e 100%);
    color: #fff
}

.contact-form button:hover {
    background: linear-gradient(45deg, #e6c200, gold);
    transform: translateY(-2px) scale(1.03)
}

.footer-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    justify-content: space-evenly;
    display: flex;
    justify-content: center;

    margin-bottom: 10px
}

footer p {
    font-size: 12px;
    color: #888
}

.final-score {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    font-weight: 700
}

.categories {
    padding: 10px 20px
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

.quizList_quizList__cR_4_ {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    width: 100%
}

.quizList_quizList__cR_4_,
h3,
p {
    margin: 0
}

.quizList_quizList__cR_4_ .quizList_quizCard__jlB0Q {
    display: flex;
    flex-wrap: wrap;
    /* background: linear-gradient(270deg, #ed896f 0, #ef729e 100%); */
    border-radius: 18px;
    margin-bottom: 12px;
    width: 100%;
    min-height: 146px;
    border: 1px solid #f7e851;
}

/* Base structure */
.quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV {
    display: flex;
    flex-wrap: nowrap;
    padding: 18px 12px;
    box-sizing: border-box;
    width: 100%;
}

/* Thumbnail styles */
.quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_thumbnialImg__bQxNW {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    width: 76px;
    height: 76px;
    min-width: 76px;
    flex-shrink: 0;
}

/* Thumbnail image */
.quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_thumbnialImg__bQxNW img {
    border-radius: 10px;
    width: 70px;
    height: 70px;
}

/* Name + Status container */
.quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv {
    display: flex;
    flex-direction: column;
    padding-left: 12px;
    align-content: flex-start;
    justify-content: center;
    flex: 1;
    min-width: 0;
    gap: 5px;
}

/* Quiz category + live indicator */
.quizList_categoryLiveDiv__9RGte {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.quizList_categoryLiveDiv__9RGte .quizList_categories__L5V9f {
    font-size: 13px;
    font-weight: 600;
    color: #ecff26;
}

/* Quiz name */
.quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv h3 {
    display: flex;
    align-items: center;
    color: #aeff00;
    font-size: 17px;
    font-weight: 800;
    line-height: 24px;
    word-break: break-word;
}

/* Icon inside h3 */
.quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv h3 img {
    margin-left: 6px;
    margin-top: -2px;
}

/* Quiz description */
.quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv p {
    font-size: 14px;
    color: #fff;
    word-break: break-word;
}

/* ========== RESPONSIVE FIXED FROM 500px TO 300px ========== */

@media only screen and (max-width: 500px) {
    .quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV {
        flex-wrap: nowrap;
        padding: 14px 10px;
    }

    .quizList_thumbnialImg__bQxNW {
        width: 64px !important;
        height: 64px !important;
        min-width: 64px !important;
    }

    .quizList_thumbnialImg__bQxNW img {
        width: 60px !important;
        height: 60px !important;
    }

    .quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv h3 {
        font-size: 15px;
    }

    .quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 375px) {
    .quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV {
        flex-wrap: wrap;
    }

    .quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv {
        padding-left: 0;
        margin-top: 10px;
    }

    .quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv h3 {
        font-size: 14px;
    }

    .quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv p {
        font-size: 12.5px;
    }
}

@media only screen and (max-width: 320px) {
    .quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV {
        padding: 10px 8px;
    }

    .quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_thumbnialImg__bQxNW {
        width: 60px !important;
        height: 60px !important;
        min-width: 60px !important;
    }

    .quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_thumbnialImg__bQxNW img {
        width: 55px !important;
        height: 55px !important;
    }

    .quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv h3 {
        font-size: 13px;
    }

    .quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv p {
        font-size: 12px;
    }
}


.quizList_categoryLiveDiv__9RGte {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between
}

.quizList_categoryLiveDiv__9RGte .quizList_categories__L5V9f {
    font-size: 13px;
    font-weight: 600;
    color: #ecff26
}

.quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv h3 {
    display: flex;
    align-items: center;
    color: #aeff00;
    font-size: 17px;
    font-weight: 800;
    line-height: 24px
}

.quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv h3 img {
    margin-left: 6px;
    margin-top: -2px
}

.quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv p {
    font-size: 14px;
    color: #fff
}

@media only screen and (max-width:375px) {
    .quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv p {
        font-size: 13px
    }
}

.quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 12px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ffffff33;
    font-size: 13px;
}

.quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK span .quizList_spacer__dtBaC {
    margin-right: 7px;
}

.quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK p {
    color: #fff;
}

.quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK p span {
    margin-right: 8px;
}

.quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK p strong {
    color: #b6ff61;
}

.quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK p span img {
    vertical-align: text-bottom;
    margin-right: 6px;
}


@media screen and (max-width: 420px) {
    .quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 10px;
        font-size: 12px;
        gap: 10px;
        border: none;
    }

    .quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK p {
        width: 100%;
        margin: 0;
    }

    .quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK p span,
    .quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK span .quizList_spacer__dtBaC {
        display: inline-block;
        margin-right: 6px;
    }

    .quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK p span img {
        width: 14px;
        height: 14px;
        margin-right: 4px;
    }
}

.quizList_btn__bQLHf {
    background: linear-gradient(45deg, #ffeb3b, #dfde8f);
    padding: 16px;
    height: 56px;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 22px;
    color: #000;
    position: relative;
    overflow: hidden
}

.quizList_btn__bQLHf.quizList_btnSmall__Exetl {
    height: 20px;
    width: 80px;
    font-size: 16px;
    padding: 8px;
    font-weight: 600;
    text-shadow: 0 1px 0 #e6c200;
    line-height: 20px;
    text-transform: uppercase;
    float: right;
    border-radius: 50px;
    margin-top: 0
}

.quizList_btn__bQLHf:hover {
    background: linear-gradient(45deg, #a044dd, #f7c3d5);
    transform: scale(1.05)
}

.quizList_statusLive__Cn83J {
    color: #28a745;
    font-size: 10px;
    display: flex;
    position: relative;
    font-weight: 700
}

.quizList_statusLive__Cn83J:before {
    background: #28a745;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    margin-right: 6px;
    animation: 1s infinite quizList_glowing__rS8H5;
    box-shadow: 0 0 2px 3px #28a745
}

@keyframes quizList_glowing__rS8H5 {
    0% {
        box-shadow: 0 0 0 0 #28a745
    }

    to {
        box-shadow: 0 0 0 5px rgba(40, 167, 69, .09)
    }
}



.reward-container {
    position: relative;
    /* left: 10%; */
    width: 320px;
    height: 200px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 16px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    padding: 15px;
    display: flex;
    flex-direction: column-reverse
}

.reward-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px
}

.reward-item {
    text-align: center;
    font-weight: 700;
    background: linear-gradient(145deg, #ffaf00, #f60);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center;
    align-items: center
}

.diamond-icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-image: url('images/coin-icon.webp');
    background-size: cover
}
 body .quiz-container{
    margin-top:1px !important;
    padding-top: 0 !important;
 }
@keyframes scrollUp {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(-100%)
    }
}

@media screen and (max-width:768px) {
    .reward-container {
        width: 260px
    }
}

/* resonsive */

/* Responsive Design: 480px to 250px */
@media screen and (max-width: 480px) {

    body,
    header p,
    .article-section,
    .article-section p {
        font-size: 14px;
    }


    header {
        padding: 6px 0;
    }



    .age-confirmation h2 {
        font-size: 24px;
    }

    .age-confirmation button {
        padding: 12px;
        font-size: 14px;
    }

    .age-confirmation .above-18,
    .age-confirmation .below-18 {
        font-size: 16px;
        padding: 12px;
        margin: 10px 0;
    }

    .article-section h3 {
        font-size: 16px;
    }

    .quiz-image-container.home-banner.main-quiz-img {
        flex-direction: column;
        margin: 20px 0;
    }

    .ads-container {
        height: 220px;
        font-size: 12px;
        margin: 10px;
        padding: 8px;
    }

    .timer_baseTimer___57OS {
        width: 70px;
        height: 70px;
        margin-top: 10px;
    }

    .timer_baseTimer__label__5CfV0 {
        font-size: 22px;
    }
}

@media screen and (max-width: 400px) {
    .age-confirmation h2 {
        font-size: 20px;
    }

    .age-confirmation button {
        font-size: 13px;
        padding: 10px;
    }

    .age-confirmation .above-18,
    .age-confirmation .below-18 {
        font-size: 14px;
        padding: 10px;
    }

    .timer_baseTimer___57OS {
        width: 60px;
        height: 60px;
    }

    .timer_baseTimer__label__5CfV0 {
        font-size: 18px;
    }

    .article-section {
        padding: 10px;
    }
}

@media screen and (max-width: 360px) {
    header img {
        height: 35px !important;
    }

    .article-section h3 {
        font-size: 14px;
    }

    .ads-container {
        height: 180px;
        font-size: 11px;
    }
}

@media screen and (max-width: 320px) {
    .age-confirmation h2 {
        font-size: 18px;
    }

    .age-confirmation button {
        font-size: 12px;
        padding: 8px;
    }

    .age-confirmation .above-18,
    .age-confirmation .below-18 {
        font-size: 12px;
        padding: 8px;
    }

    .article-section p {
        font-size: 13px;
    }

    .ads-container {
        height: 160px;
        font-size: 10px;
        padding: 6px;
    }

    .timer_baseTimer___57OS {
        width: 50px;
        height: 50px;
    }

    .timer_baseTimer__label__5CfV0 {
        font-size: 16px;
    }
}

@media screen and (max-width: 280px) {
    .container {
        padding: 6px;
    }

    .age-confirmation button,
    .age-confirmation .above-18,
    .age-confirmation .below-18 {
        font-size: 11px;
        padding: 6px;
    }

    .ads-container {
        height: 140px;
        font-size: 9px;
    }

    .timer_baseTimer___57OS {
        width: 40px;
        height: 40px;
    }

    .timer_baseTimer__label__5CfV0 {
        font-size: 14px;
    }
}

@media screen and (max-width: 250px) {
    .container {
        padding: 4px;
    }

    .age-confirmation h2 {
        font-size: 16px;
    }

    .age-confirmation button,
    .age-confirmation .above-18,
    .age-confirmation .below-18 {
        font-size: 10px;
        padding: 5px;
    }

    .article-section p {
        font-size: 12px;
    }

    .ads-container {
        height: 120px;
        font-size: 8px;
        padding: 4px;
    }

    .timer_baseTimer___57OS {
        width: 30px;
        height: 30px;
    }

    .timer_baseTimer__label__5CfV0 {
        font-size: 12px;
    }
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .options {
        gap: 10px;
    }

    .options button {
        font-size: 13px;
        padding: 18px 18px 18px 45px;
    }
}

@media (max-width: 768px) {
    .popup {
        width: 90%;
        padding: 16px;
    }

    .description {
        font-size: 13px;
        padding: 12px;
    }

    .description h2,
    .description h3 {
        font-size: 16px;
    }

    .options {
        flex-direction: column;
    }

    .options button {
        width: 100%;
        font-size: 14px;
    }

    .contact-us h1 {
        font-size: 28px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .popup {
        width: 94%;
        padding: 14px;
    }

    .popup h2 {
        font-size: 18px;
    }

    .popup p {
        font-size: 13px;
    }

    .options button::before {
        left: 16px;
        width: 22px;
        height: 22px;
        font-size: 12px;
        line-height: 22px;
    }

    .contact-us {
        padding: 20px 10px;
    }

    .contact-us h1 {
        font-size: 24px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 13px;
    }

    .play-now {
        font-size: 14px;
        padding: 10px 18px;
    }
}


/*  */


/* ---------- Responsive: Extra Small Devices (â‰¤ 375px) ---------- */
@media only screen and (max-width: 375px) {

    .contact-form input,
    .contact-form textarea {
        width: 100%;
        font-size: 14px;
    }

    .contact-form button {
        width: 100%;
        font-size: 15px;
    }

    .quizList_quizCard__jlB0Q {
        flex-direction: column;
        min-height: auto;
    }

    .quizList_cardContent__XUqLV {
        flex-direction: column;
        padding: 14px 10px;
    }

    .quizList_quizNameStatus__iCCuv {
        padding-left: 0;
        padding-top: 12px;
    }

    .quizList_btn__bQLHf {
        font-size: 18px;
        height: auto;
        padding: 12px;
    }

    .quizList_quizNameStatus__iCCuv h3 {
        font-size: 15px;
    }

    .quizList_quizNameStatus__iCCuv p {
        font-size: 12px;
    }

    .quizList_btn__bQLHf.quizList_btnSmall__Exetl {
        font-size: 13px;
        padding: 6px;
        width: 70px;
    }

    .reward-container {
        width: 95%;
        left: 2.5%;
        height: auto;
        padding: 12px;
        font-size: 14px;
    }
}
.win-box {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: #ffe500 #1a1a1a;
}
/* ---------- Responsive: Small Devices (â‰¤ 768px) ---------- */
@media only screen and (max-width: 768px) {
    /* .footer-links {
        flex-direction: column;
        gap: 10px;
    }

    .quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK {
        flex-direction: column;
        gap: 10px;
    } */

    .reward-container {
        width: 260px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .quizList_statusLive__Cn83J {
        font-size: 9px;
    }
}

/* ---------- Responsive: Medium Devices (769pxâ€“992px) ---------- */
@media only screen and (min-width: 769px) and (max-width: 992px) {
    .quizList_quizCard__jlB0Q {
        min-height: 120px;
    }

    .quizList_btn__bQLHf {
        font-size: 20px;
    }

    .reward-container {
        width: 300px;
    }
}
@media (max-width: 768px) {
    body #popup-container {
        padding: 0px;
    }
    .close-btn-wrp{
      padding-top: 10px;
      padding-bottom: 10px;
    }
}
#popup-container {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.18);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transform: translateY(-50%);
}
#popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    width: 100%;
    height: auto;
    padding: 20px;
}
#popup-content {
    border: 1px solid #fff;
       padding: 20px 15px;
    border-radius: 12px;
    max-width: 600px;
    /* min-height: 290px; */
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: auto;
    color: #fff;
}
#popup-content {
    position: relative;
    border: 1px solid #fbe2e24a;
    padding: 20px 15px;
    border-radius: 12px;
    /* max-width: max-content; */
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0 10px;
    overflow: auto;
    padding-top: 3px;
}

#banner-ad {
  width: 100%;
  max-width: 728px;  /* Optional max width */
  margin: 0 auto;    /* Center if needed */
  padding: 10px 0;   /* Spacing */
  display: block;
}

/* Ad box styling */
#banner-ad .adsbygoogle {
  display: block !important;
  width: 100% !important;
  height: auto;
  min-height: 90px; /* Give it room to render (e.g. 90px for banner) */
}
@media (max-width: 768px) {
    #popup-content {
        position: relative;
        /* background: #774a4a; */
        border: 1px solid #fbe2e24a;
        padding: 20px 15px;
        border-radius: 12px;
        max-width: 332px;
        width: 97% !important;
        text-align: center;
        color: #fff;
        /* margin: 0 10px; */
        overflow: auto;
        padding-top: 3px;
        height: auto !important;
        margin: 2px !important;
    }
}
@media (max-width: 768px) {
  #banner-ad {
    max-width: 100%;
  }
}