 /* Sabse upar add karein */
* {
    max-width: 100vw;
    box-sizing: border-box;
}
 :root {
            --primary: #ff3e3e; /* Action Red */
            --accent: #fc2a2a;
            --glass: rgba(255, 255, 255, 0.05);
            --dark-bg: #0a0a0b;
        }
        /* Dropdown Main */
/* Dropdown Main */
/* Dropdown Main */
.dropdown { position: relative; display: inline-block; }

.dropdown-content {
    display: none; 
    position: absolute; 
    background-color: #111 !important; 
    min-width: 190px; 
    z-index: 1001; 
    border: 1px solid var(--primary); 
    border-radius: 10px; 
    top: 100%; 
    left: 0;
    /* Zaroori Badlav: Hidden ko hata kar Visible kiya */
    overflow: visible !important; 
}

/* Links inside dropdown */
.dropdown-content a { 
    color: white !important; 
    padding: 12px 16px; 
    text-decoration: none; 
    display: block; 
    transition: 0.3s; 
    background-color: transparent; 
}

.dropdown-content a:hover { 
    background-color: var(--primary) !important; 
    color: white !important;
}

/* Sub-menu (Companies) Logic */
.submenu { position: relative; }

.submenu:hover { 
    background-color: transparent !important; 
}

.submenu-content {
    display: none; 
    position: absolute; 
    /* Side mein dikhane ke liye */
    left: 100%; 
    top: -1px; /* Border se align karne ke liye */
    background-color: #111 !important; 
    min-width: 160px;
    border: 1px solid var(--primary); 
    border-radius: 10px;
    /* Ismein bhi overflow visible rakhein */
    overflow: visible !important; 
}

/* Hover karne par dikhane ka logic */
.submenu:hover > .submenu-content { 
    display: block !important; 
}
.dropdown:hover > .dropdown-content { 
    display: block !important; 
}

/* Mobile check */
@media (max-width: 768px) { 
    .submenu-content { position: static; border: none; } 
}
}

        * { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; }
        
        body { 
            font-family: 'Poppins', sans-serif; 
            background: var(--dark-bg); 
            color: white; 
            overflow-x: hidden;
        }

        /* Particles Background */
        #particles-js {
            position: fixed; width: 100%; height: 100%; z-index: -1;
            background: radial-gradient(circle, #1a1a1c 0%, #000000 100%);
        }

        /* Clickable Info Bar */
        .info-bar {
            background: rgba(255, 62, 62, 0.1);
            padding: 10px 8%;
            display: flex; justify-content: space-between;
            font-size: 13px; border-bottom: 1px solid rgba(255,255,255,0.1);
            backdrop-filter: blur(5px);
        }
        .info-bar div { display: flex; gap: 20px; }
        .info-bar a { color: white; text-decoration: none; transition: 0.3s; display: flex; align-items: center; gap: 8px; }
        .info-bar a:hover { color: var(--primary); text-shadow: 0 0 10px var(--primary); }

        /* Navigation */
        nav {
            padding: 20px 8%;
            display: flex; justify-content: space-between; align-items: center;
            backdrop-filter: blur(15px); background: rgba(0,0,0,0.6);
            position: sticky; top: 0; z-index: 1000;
            border-bottom: 1px solid rgba(255,255,255,0.05);
        }
        .logo { font-family: 'Orbitron', sans-serif; font-size: 24px; letter-spacing: 2px; cursor: default; }
        .logo span { color: var(--primary); text-shadow: 0 0 15px var(--primary); }
        
        .nav-links { list-style: none; display: flex; gap: 30px; }
        .nav-links a { text-decoration: none; color: white; font-weight: 500; font-size: 14px; text-transform: uppercase; transition: 0.3s; }
        .nav-links a:hover { color: var(--primary); }

        /* Hero Section */
        .hero { height: 85vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 0 20px; }
        .hero h1 { font-family: 'Orbitron', sans-serif; font-size: clamp(2.5rem, 8vw, 5rem); margin-bottom: 10px; }
        .hero h1 span { color: var(--primary); }
        .hero p { font-size: 1.1rem; color: #aaa; max-width: 600px; margin-bottom: 40px; }

        /* Buttons */
        .glow-btn {
            padding: 18px 45px; border-radius: 12px; border: none;
            background: var(--primary); color: white; font-weight: 900;
            font-family: 'Orbitron'; cursor: pointer; transition: 0.4s;
            box-shadow: 0 0 25px rgba(255, 62, 62, 0.4); text-decoration: none; display: inline-block;
        }
        .glow-btn:hover { background: white; color: black; transform: translateY(-5px) scale(1.05); box-shadow: 0 0 35px white; }

        /* Service Cards */
        .services { padding: 100px 8%; }
        .section-title { text-align: center; font-family: 'Orbitron'; margin-bottom: 60px; font-size: 2.5rem; }
        .section-title span { color: var(--primary); }
        
        .service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
        .card {
            background: var(--glass); backdrop-filter: blur(10px);
            padding: 50px 30px; border-radius: 30px; border: 1px solid rgba(255,255,255,0.1);
            text-align: center; transition: 0.5s;
        }
        .card:hover { transform: translateY(-20px); border-color: var(--primary); box-shadow: 0 0 40px rgba(255,62,62,0.2); }
        .card i { font-size: 55px; color: var(--primary); margin-bottom: 25px; }
        .card h3 { font-family: 'Orbitron'; margin-bottom: 15px; letter-spacing: 1px; }
        .card p { color: #bbb; font-size: 0.95rem; }

        /* Booking Form */
        .booking { padding: 100px 8%; background: rgba(255,62,62,0.02); }
        .glass-form { background: rgba(255,255,255,0.03); padding: 40px; border-radius: 40px; border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(20px); }
        input, select, textarea { width: 100%; background: rgba(0,0,0,0.5); border: 1px solid #333; padding: 15px; border-radius: 12px; color: white; margin-bottom: 20px; outline: none; }
        
        
        input, select {
            width: 100%; background: rgba(0,0,0,0.5); border: 1px solid #333;
            padding: 15px; border-radius: 12px; color: white; margin-bottom: 20px; outline: none; transition: 0.3s;
        }
        input:focus { border-color: var(--primary); }

        /* Footer */
        footer {
            background: rgba(0,0,0,0.9); padding: 80px 8% 30px; 
            border-top: 1px solid rgba(255,255,255,0.1);
        }
        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 50px; }
        .footer-box h3 { font-family: 'Orbitron'; color: var(--primary); margin-bottom: 25px; }
        .footer-box p, .footer-box a { color: #999; text-decoration: none; line-height: 2; display: block; margin-bottom: 10px; transition: 0.3s; }
        .footer-box a:hover { color: white; padding-left: 5px; }
        .footer-box i { color: var(--primary); margin-right: 12px; width: 20px; }

        /* WhatsApp Button */
        .wa-float {
            position: fixed; bottom: 30px; right: 30px; background: #25d366; 
            width: 65px; height: 65px; border-radius: 50%; display: flex; 
            justify-content: center; align-items: center; font-size: 32px; 
            color: white; text-decoration: none; z-index: 1000; 
            box-shadow: 0 0 25px rgba(37,211,102,0.5); transition: 0.4s;
        }
        .wa-float:hover { transform: scale(1.1) rotate(360deg); }

        @media (max-width: 768px) {
            .info-bar { flex-direction: column; gap: 10px; align-items: center; }
            .nav-links { display: none; }
            .hero h1 { font-size: 2.8rem; }
            .glass-form { padding: 30px; }
        }
        .counter-box {
    flex: 1;
    min-width: 200px;
    padding: 20px;
}

.counter-box i {
    text-shadow: 0 0 15px rgba(255, 62, 62, 0.5);
    transition: 0.3s;
}

.counter-box:hover i {
    transform: scale(1.2);
    color: white;
}





@media (max-width: 768px) {
    /* 1. Poore page ko screen ke andar rakhne ke liye */
    body {
        overflow-x: hidden;
        width: 100%;
    }

    /* 2. Container aur Sections ki padding kam karein */
    section {
        padding: 40px 5% !important;
    }

    /* 3. Counters aur Flex boxes ko vertical (upar-neeche) karein */
    .counters div, .footer-container, .nav-links {
        flex-direction: column !important;
        gap: 20px;
    }

    /* 4. Dropdowns ko mobile ke liye simple karein */
    .dropdown-content, .submenu-content {
        position: static !important; /* Side mein khulne ke bajaye niche khulega */
        width: 100% !important;
        box-shadow: none !important;
        border: none !important;
        background: rgba(255,255,255,0.05) !important;
    }

    /* 5. Popup (Modal) ka size mobile ke liye */
    .modal-content {
        width: 85% !important;
        padding: 20px !important;
    }
}

/* Desktop par icon chhupa rahein */
.menu-icon { display: none; cursor: pointer; font-size: 25px; color: white; }

@media (max-width: 768px) {
    /* Zooming aur side scroll rokne ke liye */
    html, body {
        overflow-x: hidden;
        position: relative;
    }

    @media (max-width: 768px) {
    .menu-icon {
        display: block !important;
        position: fixed; /* Taki scroll karne par bhi icon wahi rahe */
        top: 25px;
        right: 25px;
        z-index: 100001 !important; /* Menu background se upar */
        color: white(--primary) !important; /* Red color taki saaf dikhe */
        font-size: 30px;
    }
}

    /* Mobile Menu ko solid aur full height banayein */
    .nav-links {
        display: flex !important;
        flex-direction: column !important;
        position: fixed !important;
        top: 0 !important;
        right: -100% !important; /* Shuru mein hidden */
        width: 70% !important; 
        height: 100vh !important;
        background: #000 !important; /* Ekdum solid black takki piche ka na dikhe */
        z-index: 99999 !important;
        transition: 0.4s ease-in-out;
        padding-top: 100px !important;
    }

    .nav-links.active {
        
        right: 0 !important; /* Click par bahar aayega */
    }

    /* Hero section ke content ko screen mein fit karein */
    
}

/* Example: Text niche se upar aayega */
.stepper-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    position: relative;
    padding: 0 8%;
}

/* Connecting Line */
.stepper-wrapper::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 10%;
    right: 10%;
    height: 4px;
    background: #333;
    z-index: 1;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    flex: 1;
}

.step-counter {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e10a0a;
    border: 2px solid #ff3f3f;
    
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
    transition: 0.4s;
}

.step-name { color: #fdfdfd; font-size: 14px; font-family: 'Orbitron'; }

/* Active Step Styling */
.stepper-item.active .step-counter {
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 0 20px var(--primary);
    color: white;
}

.stepper-item.active .step-name { color: white; }

@media (max-width: 768px) {
    .stepper-wrapper { flex-direction: column; gap: 30px; align-items: flex-start; }
    .stepper-wrapper::before { display: none; } /* Mobile par line hide */
}


.brand-marquee {
    background: rgba(0, 0, 0, 0.02);
    padding: 60px 0;
    overflow: visible; /* Screen se bahar na nikalne ke liye */
    white-space: nowrap;
}

.marquee-content {
    display: flex;
    width: calc(250px * 10); /* Item width * total items */
    animation: scroll 20s linear infinite;
}

.marquee-item {
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}

/* Purani CSS ko isse replace karein */
.marquee-item img {
    width: 150px;
    filter: none !important; /* Grayscale hata diya */
    opacity: 1; /* Translucency hata di */
    transition: 0.3s;
}

/* Hover par thoda effect dene ke liye */
.marquee-item img:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 10px var(--primary)); /* Red glow effect */
}

/* Keyframes for Smooth Motion */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 5)); } /* Adhe items ke baad loop reset */
}

@media (max-width: 768px) {
    .marquee-item img { width: 100px; }
    .marquee-item { width: 180px; }
}


.comparison-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 450px;
    margin: 40px auto;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid var(--primary);
}

.comparison-container .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.foreground-img {
    width: 50%; /* Shuru mein adha dikhega */
    overflow: hidden;
    z-index: 2;
}

.comparison-container img {
    width: 800px;
    height: 450px;
    object-fit: cover;
}

/* Slider Input Logic */
.slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    margin: 0;
    transition: all 0.2s;
    z-index: 10;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 450px;
    background: var(--primary);
    cursor: ew-resize;
    box-shadow: 0 0 15px var(--primary);
}


.faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 62, 62, 0.1);
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
}

.faq-question {
    width: 100%;
    padding: 20px;
    background: transparent;
    border: none;
    color: white;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question i { color: var(--primary); transition: 0.3s; }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: rgba(0, 0, 0, 0.2);
}

.faq-answer p { padding: 20px; color: #aaa; line-height: 1.6; }

/* Jab FAQ khula ho */
.faq-item.active { border-color: var(--primary); box-shadow: 0 0 15px rgba(255, 62, 62, 0.1); }
.faq-item.active i { transform: rotate(45deg); }


/* Glass Effect for Service Cards */

.locator-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 30px;
    padding: 50px 8%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    margin: 40px auto;
    max-width: 1200px;
}

.status-box {
    margin: 20px 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
}

#status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
}

.open-dot { background: #00ff00; box-shadow: 0 0 10px #00ff00; }
.closed-dot { background: #ff3e3e; box-shadow: 0 0 10px #ff3e3e; }

@media (max-width: 768px) {
    .locator-container { grid-template-columns: 1fr; padding: 20px; }
}



.about-hero {
    padding: 100px 8% 50px;
    text-align: center;
}

.about-subtitle {
    color: #aaa;
    margin-bottom: 50px;
    font-size: 1.1rem;
}

.legacy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.legacy-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 62, 62, 0.2);
    transition: 0.3s;
}

.legacy-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 62, 62, 0.05);
}

.legacy-card i {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 20px;
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
    transition: 0.4s;
}

.gallery-item img:hover {
    filter: brightness(1.2);
    box-shadow: 0 0 20px var(--primary);
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: pulse-whatsapp 2s infinite; /* Attention grabber */
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #128c7e;
}

/* Pulse Animation */
@keyframes pulse-whatsapp {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
