

#progress-bar {
    position: fixed; 
    top: 0;
    right: 0;
    height: 4px; 
    background: linear-gradient(to left, #00f0ff, #b142fe); 
    box-shadow: 0 0 10px #00f0ff; 
    width: 0%; 
    z-index: 9999; 
}
#mouse-trailer {
    height: 20px;
    width: 20px;
    background-color: #00f0ff; 
    border-radius: 50%; 
    
    position: fixed; 
    left: 0;
    top: 0;
    z-index: 10000; 
    
    pointer-events: none; 
    opacity: 0.6; 
    box-shadow: 0 0 20px #00f0ff, 0 0 40px #b142fe; 
    
    
    transition: transform 0.1s ease-out; 
}


html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #121212;
    color: #e0e0e0;
    font-family: Tahoma, Arial, sans-serif;
    text-align: right;
    direction: rtl;
}

.page-title-style {
    text-align: center;
    color: #00f0ff;
    font-size: 40px;
    padding: 30px;
    background-color: #1a1a2e;
    border-bottom: 3px solid #b142fe;
    
    
    margin-top: 0;      
    margin-bottom: 40px; 
    
    text-shadow: 0px 0px 10px rgba(0, 240, 255, 0.4);
}

#a {
    text-align: center;
    color: #00f0ff; 
    font-size: 45px;
    padding: 30px;
    background-color: #1a1a2e; 
    border-bottom: 3px solid #b142fe; 
    margin: 0;
    text-shadow: 0px 0px 10px rgba(0, 240, 255, 0.4);
}

nav ul {
    justify-content: center;
    display: flex; 
    gap: 30px;
    list-style: none;
    padding: 30px 0;
    margin: 0;
}

nav ul li a {
    display: inline-block;
    padding: 12px 30px;
    color: #ffffff;
    background-color: #1a1a2e;
    border: 2px solid #b142fe; 
    border-radius: 30px; 
    text-decoration: none; 
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px rgba(177, 66, 254, 0.1);
}

nav ul li a:hover {
    background-color: #b142fe;
    color: #ffffff;
    transform: scale(1.1); 
    box-shadow: 0px 0px 20px rgba(177, 66, 254, 0.6); 
}

ol {
    font-size: 22px;
    line-height: 2; 
}


#b { color: #cccccc; }
#c { color: #cccccc; }
#d { color: #cccccc; }
#e { color: #cccccc; }


.f {
    color: #b142fe; 
    font-size: 28px;
    padding-right: 50px;
    font-weight: bold;
}

hr {
    border: none;
    height: 2px;
    background-color: #b142fe; 
    margin: 0px 0;
}

video {
    width: 80%;               
    max-width: 800px;         
    display: block;           
    margin: 30px auto;        
    border-radius: 12px;      
    border: 2px solid #00f0ff;   
    box-shadow: 0px 0px 20px rgba(0, 240, 255, 0.2); 
    outline: none;
    background-color: black;
}

@media screen and (max-width: 700px) {
    #menu-a{
        display: none;
    }
    #menu-b{
        display: flex !important; 
    }
    #menu-c.active{
        display: block;}
    #menu-b{
        font-size: 30px;
        cursor: pointer;
        color: #b142fe;
        margin-right: 20px;}
    #mouse-trailer{
        display: none;
    }
}
#menu-a{
    }
#menu-b{
    display: none;
}
#menu-c{
    display: none;
}

.hamburg ul li{
    margin: 30px;
}

.sa{
    margin-right: 20px;
    font-size: 35px;
    color: #00f0ff;
    text-shadow: 0px 0px 10px rgba(255, 0, 212, 0.4);
}

.simga{
    width: 80%;
    max-width: 400px;
    margin-right: 45px;
    border-radius: 10px;
    border: 2px solid cyan;
}

.la{
    margin-right: 50px;
}

.la li{
    margin-bottom: 20px;
}


#video-box, #video-boxb, #video-boxc{
    display: none; 
    width: 90%;
    max-width: 600px;
    margin: 20px auto;
    border: 2px solid #00f0ff;
    border-radius: 15px;
    background-color: #000000;
    padding: 15px;
}


.setup-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 40px auto;
    
}

#video-box #my-video, #video-boxb #my-videob, #video-boxc #my-videoc {
    width: 100%;       
    margin: 0 auto;    
    border: none;      
    border-radius: 5px; 
}

#complete {
    
    display: inline-block;
    cursor: pointer;
    
    
    background-color: #1a1a2e;
    color: #ffffff;
    border: 2px solid #b142fe; 
    border-radius: 30px;
    padding: 12px 30px;
    
    
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    
    
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px rgba(177, 66, 254, 0.1);
    
    margin: 0 auto; 
}
#complete:hover {
    background-color: #b142fe;
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0px 0px 20px rgba(177, 66, 254, 0.6);
}

#container{
    text-align: center;
    width: 100%;
    margin-top: 50px;
}

.conb {
    margin-top: 40px;
    font-size: 30px;
    margin-right: 20px;
}
#button-boss {
    display: flex;          
    margin-top: 60px;          
}


.line{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 40px;
}


.booking-form {
    max-width: 600px;
    margin: 0 auto; 
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    text-align: right;
}

.form-group label {
    font-size: 22px;
    color: #00f0ff; 
    margin-bottom: 10px;
    text-shadow: 0px 0px 5px rgba(0, 240, 255, 0.2);
}


.gaming-input {
    background-color: #1a1a2e;
    border: 2px solid #b142fe; 
    color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    font-size: 18px;
    outline: none;
    transition: all 0.3s ease;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box; 
}


.gaming-input:focus {
    border-color: #00f0ff;
    box-shadow: 0px 0px 15px rgba(0, 240, 255, 0.4);
}


.payment-section {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 25px;
    border-radius: 12px;
    border: 1px dashed #b142fe;
    margin-top: 40px;
}


.form-row {
    display: flex;
    gap: 20px; 
}

.half-width {
    flex: 1; 
}
/* =========================================
   THE CYBERPUNK VIDEO MODAL
   ========================================= */


[id^="video-box"] {
    display: none; 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 800px;
    background: rgba(10, 10, 16, 0.85); 
    border: 2px solid #00f0ff; 
    border-radius: 15px;
    padding: 25px;
    z-index: 9999; 
    backdrop-filter: blur(12px); 
    
    /* THE MAGIC TRICK: 
       The first massive black shadow acts as a dark overlay for the whole screen.
       The cyan and purple shadows create the glowing neon edges. */
    box-shadow: 
        0 0 0 9999px rgba(0, 0, 0, 0.85), 
        0 0 40px rgba(0, 240, 255, 0.5), 
        inset 0 0 20px rgba(177, 66, 254, 0.3);
    
    
    animation: cyber-popup 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}


@keyframes cyber-popup {
    0% { transform: translate(-50%, -50%) scale(0.5); opacity: 0; }
    100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}


[id^="video-box"] video {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #b142fe; 
    box-shadow: 0 0 15px rgba(177, 66, 254, 0.3);
    margin-bottom: 25px;
    outline: none;
}


[id^="video-box"] button {
    display: block;
    margin: 0 auto;
    background: transparent;
    color: #ff0055; 
    border: 2px solid #ff0055;
    padding: 12px 50px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(255, 0, 85, 0.2);
}


[id^="video-box"] button:hover {
    background: #ff0055;
    color: #ffffff;
    box-shadow: 0 0 30px rgba(255, 0, 85, 0.6);
    transform: scale(1.1); 
}
/* =========================================
   THE CYBER-CARD (SETUP PREVIEW)
   ========================================= */


.setup-preview {
    background: rgba(20, 20, 32, 0.7); 
    border: 1px solid #333; 
    border-radius: 15px;
    padding: 20px;
    max-width: 600px;
    margin: 30px auto; 
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    transition: all 0.4s ease; 
    position: relative;
    overflow: hidden;
}


.setup-preview:hover {
    transform: translateY(-10px); 
    border-color: #b142fe; 
    box-shadow: 0 15px 40px rgba(177, 66, 254, 0.2);
}


.simga {
    display: block;        
    margin: 0 auto;        
    max-width: 100%;       
    border-radius: 10px;
    transition: all 0.4s ease;
    filter: grayscale(20%); 
}


.setup-preview:hover .simga {
    filter: grayscale(0%) contrast(1.1);
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.3);
}


.neon-btn {
    display: block;        
    margin: 20px auto 0;   
    background: transparent;
    color: #00f0ff; 
    border: 2px solid #00f0ff;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    width: 90%;
    font-family: inherit;
    text-shadow: 0 0 5px rgba(0, 240, 255, 0.8); 
    box-shadow: inset 0 0 10px rgba(0, 240, 255, 0.2), 0 0 10px rgba(0, 240, 255, 0.2);
    transition: all 0.3s ease;
}


.neon-btn:hover {
    background: #00f0ff; 
    color: #0a0a10; 
    box-shadow: 0 0 20px #00f0ff, 0 0 40px #00f0ff; 
    transform: scale(1.05); 
}
.tos li{
    margin-top: 10px;
}

.about {
    background-color: rgba(26, 26, 46, 0.6);
    text-align: center;
    border-right: 4px solid #b142fe;
    max-width: 1000px;
    
    width: 90%;
    margin: 50px auto;
    padding: 30px; 
    border-radius: 15px;
    transition: all 0.3s ease;
}
.about:hover{
    box-shadow: #b142fe 0px 0px 20px;
    transform: scale(1.02);
}

.mid{
    text-align: center;
}

.aboutb{
    background: transparent;
    border: 1px solid #00f0ff;
    border-radius: 10px;
    padding: 10px;
    width: 30%;
    box-shadow: inset 0 0 15px rgba(0, 240, 255, 0.1);
    transition: all 0.3s ease;
    max-width: 200px;
    transition: all 0.3s ease;
    margin: auto;
    flex: 1;
    min-width: 300px;
    box-sizing: border-box;
}

.aboutb:hover{
    box-shadow: inset #00f0ff 0px 0px 20px;
    transform: translateY(-10px);
}
.abouttit{
    font-size: 30px;
    color: #00f0ff;
    text-align: center;}
.aboutcon{
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.stats-container {
display: flex;             
    gap: 20px;                 
    max-width: 1100px;         
    margin: 50px auto;         
    flex-wrap: wrap;           
    padding: 0 20px;
}

/* =========================================
   PRICING BADGES & CHECKOUT UPGRADES
   ========================================= */


.price-badges {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.badge {
    background: rgba(177, 66, 254, 0.1);
    border: 1px solid #b142fe;
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    box-shadow: inset 0 0 10px rgba(177, 66, 254, 0.2);
    transition: all 0.3s ease;
}

.badge span {
    color: #00f0ff; 
    font-size: 14px;
    font-weight: bold;
}

.badge:hover {
    transform: translateY(-5px);
    background: rgba(177, 66, 254, 0.3);
    box-shadow: 0 5px 15px rgba(177, 66, 254, 0.4);
    border-color: #00f0ff;
}


.total-price-box {
    background: rgba(10, 10, 16, 0.8);
    border: 2px dashed #b142fe;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    margin: 30px 0;
    box-shadow: inset 0 0 20px rgba(177, 66, 254, 0.2);
}

.total-price-box #total-price {
    color: #00f0ff;
    font-weight: bold;
    font-size: 36px;
    text-shadow: 0 0 15px rgba(0, 240, 255, 0.8);
}


select.gaming-input option {
    background-color: #1a1a2e;
    color: #ffffff;
}

.mainm {
    display: inline-block; 
    padding: 12px 30px;
    color: #ffffff;
    background-color: #1a1a2e;
    border: 2px solid #b142fe; 
    border-radius: 30px;
    text-decoration: none; 
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px rgba(177, 66, 254, 0.1);
}

.mainm:hover {
    background-color: #b142fe;
    color: #ffffff;
    transform: scale(1.1); 
    box-shadow: 0px 0px 20px rgba(177, 66, 254, 0.6);
}

.cursor {
    color: #00f0ff; 
    font-weight: bold;
    text-shadow: 0 0 10px #00f0ff;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; } 
}

.live-status {
    display: flex;
    align-items: center; 
    gap: 10px; 
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 15px;
}


.pulse-dot {
    width: 14px;
    height: 14px;
    background-color: #00ff00; 
    border-radius: 50%; 
    
    animation: radar-ping 2s linear infinite; 
}


@keyframes radar-ping {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(0, 255, 0, 0); 
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
    }
}