     body{

        background: #020557 !important;
     }


       .header {
            text-align: center;
            padding: 0px 0px;
            background: #020557 !important;
            margin: 0px;
            border-radius: 10px;
            position: relative;
            box-shadow: 0 0 20px rgba(255, 0, 0, 0.1);
        }

        .header::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 1px solid #ff0000;
            border-radius: 10px;
        }

        .header , .webhxb {
            color: #faee05;
            font-size: 32px;
            font-weight: 600;
            margin: 10px 0;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .city-names {
            color: #59f705;
            font-size: 13px;
            font-weight: 500;
            margin: 10px 0;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
/* Add these media queries for header section */
@media screen and (max-width: 768px) {
    .header {
        padding: 5px 0px;
        margin: 5px 0;
    }

    .header, .webhxb {
        font-size: 24px;
        letter-spacing: 1.5px;
        margin: 8px 0;
    }

    .city-names {
        font-size: 12px;
        margin: 8px 0;
        letter-spacing: 0.8px;
    }

    .header::after {
        border-width: 1px;
    }

    .nav-buttons {
        gap: 8px;
        margin-bottom: 8px;
        padding: 0 10px;
    }

    .nav-buttons a {
        padding: 6px 15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .header {
        padding: 3px 0px;
        margin: 3px 0;
        border-radius: 8px;
    }

    .header, .webhxb {
        font-size: 20px;
        letter-spacing: 1px;
        margin: 5px 0;
    }

    .city-names {
        font-size: 10px;
        margin: 5px 0;
        letter-spacing: 0.5px;
        padding: 0 5px;
    }

    .nav-buttons {
        gap: 5px;
        margin-bottom: 5px;
    }

    .nav-buttons a {
        padding: 5px 12px;
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    /* Add gradient animation for mobile */
    .header {
        background: linear-gradient(45deg, #020557, #0d0d8a, #020557);
        background-size: 200% 200%;
        animation: gradientMove 5s ease infinite;
    }
}



        .nav-buttons {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 10px;
        }

        .nav-buttons a {
            background: linear-gradient(45deg, #ff0000, #ff5500);
            color: white;
            padding: 8px 20px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 4px 15px rgba(255, 0, 0, 0.2);
            transition: all 0.3s ease;
        }

        .nav-buttons a:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 0, 0, 0.3);
        }

        footer {
            margin: 0px !important;
            position: relative;
            bottom: 0;
            width: 100%;
            background: #020557;
            border-top: 1px solid rgba(255, 0, 0, 0.2);
        }

        .footer-content {
            padding: 15px 0;
        }

        .main-container {
            margin-bottom: 160px; /* Add space for fixed footer */
        }

        .copyright {
            color: #fff;
            font-size: 14px;
            opacity: 0.8;
            text-align: center;
        }
h2{

   border: #ff0000 2px solid; 
    padding: 10px;
    border-radius: 10px;
    background: rgba(171, 35, 35, 0.918);
}
p{

    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    border: #ff0000 1px solid;
    padding:0px 10px 0px 10px ;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

        @keyframes gradientMove {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        } 
.foem{

    text-align: center;
    color: #05fafa;
    font-size: 24px !important;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 3px !important;
    border: #ff0000 2px solid;
    padding: 15px;
    border-radius:8px ;
    background: rgba(0, 0, 0, 0.5);
}

.ttext{

    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    background: rgb(85, 7, 99);
    border: 2px solid #ff0000;

}
.telegram-btn {
    display: inline-block;
    background: linear-gradient(45deg, #0088cc, #00a2ff);
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* margin: 20px auto; */
    transition: all 0.3s ease;
    border: 2px solid #0088cc;
    box-shadow: 0 4px 15px rgba(0, 136, 204, 0.3);
}

.telegram-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 136, 204, 0.4);
    color: white;
}

.telegram-btn i {
    margin-right: 8px;
}
    body {
         background: #3706e4;
        font-family: 'Poppins', sans-serif;
        margin: 0px !important;
        padding: 0px !important;
        width: 100%;
        }
.formsub{

    background: #faee05;
    margin: 10px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
    border: solid 2px rgb(0, 255, 238);
    font-weight: 800;
}