    body {
        margin: 0;
        /* padding: 20px; */
        background: linear-gradient(45deg, #020557, #1a237e);
        font-family: 'Arial', sans-serif;
        min-height: 100vh;
    }

            .header {
            text-align: center;
            padding: 5px 0px 20px 0px !important;
            background: #0d0d0d;
            margin: 5px 0;
            border: 3px solid #ff0000;
            border-radius: 10px;
            position: relative;
            overflow: hidden;
        }

        .header , .webhxb {
            color: #00d5ff;
            font-family: 'Poppins', sans-serif;
            font-size: 20px;
            font-weight: bold;
            margin: 0;
            padding: 10px 0px 1px 0px;
            letter-spacing: 4px;
            text-transform: uppercase;
            /* text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);  */
            animation: titlePulse 2s infinite ease-in-out;
        }

     
        .city-names {
            color: #00ff40;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 10px;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        @keyframes techGlow {
            from {
                text-shadow: 0 0 20px #ffd700,
                             0 0 30px #ffd700,
                             0 0 40px #ffd700,
                             3px 3px 0 #ff0000,
                             6px 6px 0 rgba(255, 0, 0, 0.3);
            }
            to {
                text-shadow: 0 0 30px #ffd700,
                             0 0 40px #ffd700,
                             0 0 50px #ffd700,
                             3px 3px 0 #ff0000,
                             6px 6px 0 rgba(255, 0, 0, 0.3);
            }
        }

        @keyframes textFloat {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-5px);
            }
        }

        .header::before {
            content: '';
            position: absolute;
            top: -150%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(
                45deg,
                transparent,
                rgba(255, 215, 0, 0.1),
                transparent
            );
            transform: rotate(45deg);
            animation: shine 3s infinite;
            z-index: 1;
        }

        .header::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background: radial-gradient(circle at center, transparent 50%, rgba(0,0,0,0.8) 100%); */
            z-index: 1;
        }

        .city-names {
            color: #00ff40;
            font-family: 'Poppins', sans-serif;
            font-size: 10px;
            font-weight: 600;
            margin-bottom: 5px;
            letter-spacing: 2px;
            text-transform: uppercase;
            /* animation: cityGlow 2s infinite alternate; */
        }

        @keyframes cityGlow {
            from {
                text-shadow: 0 0 5px #00ff40,
                             0 0 10px #00ff40;
            }
            to {
                text-shadow: 0 0 10px #00ff40,
                             0 0 20px #00ff40;
            }
        }

/* Add these media queries in your existing style section */
@media screen and (max-width: 768px) {
    .header {
        padding: 5px 0px 15px 0px !important;
        margin: 3px 0;
        border-width: 2px;
    }

    .header, .webhxb {
        font-size: 18px;
        letter-spacing: 2px;
        padding: 8px 0px 1px 0px;
    }

    .city-names {
        font-size: 12px;
        margin-bottom: 8px;
        letter-spacing: 1px;
    }

    .header::before {
        animation: shine 4s infinite;
    }
}

@media screen and (max-width: 480px) {
    .header {
        padding: 3px 0px 20px 0px !important;
        margin: 2px 0;
        border-width: 1px;
    }

    .header, .webhxb {
        font-size: 16px;
        letter-spacing: 1px;
        padding: 5px 0px 1px 0px;
        font-size: 20px;
    }

    .city-names {
        font-size: 10px;
        margin-bottom: 10px;
        letter-spacing: 0.5px;
    }

    /* Enhanced gradient animation for mobile */
    .header::before {
        animation: shine 5s infinite;
    }

    /* Add pulsing glow effect for mobile */
    @keyframes mobilePulse {
        0% { box-shadow: 0 0 5px rgba(255, 0, 0, 0.5); }
        50% { box-shadow: 0 0 15px rgba(255, 0, 0, 0.8); }
        100% { box-shadow: 0 0 5px rgba(255, 0, 0, 0.5); }
    }

    .header {
        animation: mobilePulse 2s infinite;
    }
    .sattaki{
color: #08e0fd !important;
font-size: 20px;
background: #2f0232;

    }
    .publisher{
font-size: 20px;

    }

    .game-name{
  background: linear-gradient(45deg, #580548, #800080);
    color: #ffd700;
    padding: 5px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    grid-column: 1/ -1;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
    margin: 4px 0 !important;
    width: 100%;
    max-width: 300px;
    justify-self: center;
    border: 1px solid rgb(0, 255, 234) !important; 
font-size: 12px;
    }
}

    .publisher{
        color: #ffd700;
        background: #08012d;
        padding: 10px;
        text-align: center;
        border: #ff0000 1px solid;
margin: 0px !important;
    }
 

 
.guessing-container{
border-bottom: 2px solid #ffd700;
border-left: 2px solid #ffd700;
border-right: #ffd700 2px solid;
}
.game-container {
    
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    margin: 0px 0 !important;
    padding: 0 120px !important;
    justify-items: center;
    align-items: center;

}

.game-name {
    background: linear-gradient(45deg, #580548, #800080);
    color: #ffd700;
    padding: 5px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    grid-column: 1/ -1;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
    margin: 4px 0 !important;
    width: 100%;
    max-width: 300px;
    justify-self: center;
    border: 1px solid rgb(0, 255, 234) !important; 
}

.jodi-box {
    /* background: rgba(255, 255, 255, 0.1); */
    padding: 5px !important;
    border-radius: 6px;
    text-align: center;

    transition: all 0.3s ease;
    width: 100px;  

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}
.haruf-box{
margin: 0px 0px 0px 0px !important;
padding: 0px 0px 0px 0px;

}
.label {
    color: #ffd700;
    font-size: 13px !important;
    margin-bottom: 2px;
}

.value1 {
    color: #ffffff;
    font-size: 14px !important;
    font-weight: bold;
    margin: 0px 40px 0px 0px !important;
}
.value2{
/* margin: 0px 0px 0px 20px !important; */
padding: 0px ;
color: white;

}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .game-container {
        padding: 0 10px;
    }
    
    .jodi-box, .haruf-box {
        width: 60px;
        height: 40px;
    }
    
    .label {
        font-size: 8px;
    }
    
    .value {
        font-size: 11px;
    }
}



    .datetime-container {
            text-align: center;
            color: #ffd700;
            padding: 10px;
            margin: 10px 0;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 8px;
            border: 1px solid #ff0000;
        }

        .time {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 5px;
            text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
        }

        .date {
            font-size: 18px;
            color: #fff;
        }
        .sattaki{
color: #fff;
border: 2px solid #00ff40;
padding: 15px;
border-radius: 9px;
text-align: center;

        }

        .back-button {
    display: block;
    width: fit-content;
    margin: 15px auto;
    padding: 10px 25px;
    background: linear-gradient(45deg, #020557, #1a237e);
    color: #00ff40;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #00ff40;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
}

.back-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 20px rgba(0, 255, 64, 0.5);
    color: #ffd700;
    border-color: #ffd700;
}

.back-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(0, 255, 64, 0.1), transparent);
    transform: rotate(45deg);
    animation: buttonShine 3s infinite;
    z-index: 1;
}

@keyframes buttonShine {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }
    50% {
        transform: translateX(100%) rotate(45deg);
    }
    100% {
        transform: translateX(-100%) rotate(45deg);
    }
}

.footer-links {
    display: flex;
    flex-direction: column;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    max-width: 600px;
    margin: 0 auto 20px;
    padding: 0 20px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 20px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 0, 0, 0.2);
}

.footer-links a i {
    font-size: 18px;
    color: #ffd700;
}

.footer-links a:hover {
    background: rgba(255, 0, 0, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .footer-links {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
.carding{

    color: #00d5ff;
    text-align: center;

}
 h2 {
color: #00ff40;
margin: 4px 0px 0px 0px;
background: #340309;
font-size: 15px;
padding: 10px;
border-top: 1px solid rgb(255, 247, 0);
letter-spacing: 1.5px;
 }
 .zones1{
    color: #05fbf7;
    font-weight: 900;
    font-size: 25px;
    padding: 10px;
    font-style: italic;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.zones2{
color: #030f0e;
font-weight: 900;
font-size: 20px;
}
.zonescont{
background: #2f0232;
text-align: center;
margin-top: 18px;
padding: 10px;
border: 2px solid #ff0000;
border-radius: 9px;
}