/* Cyberpunk Style Variables */
:root {
    --neon-cyan: #0ff;
    --neon-pink: #f0f;
    --neon-yellow: #ff0;
    --dark-bg: #050505;
    --darker-bg: #000;
    --dark-purple: #1a1a2e;
    --medium-bg: #0a0a1a;
    --text-color: #e0e0e0;
    --glitch-color: rgba(255, 0, 255, 0.7);
}

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Rajdhani', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--dark-bg);
    overflow-x: hidden;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Noise Overlay */
.noise-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgOCRAYpCPUPgAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAFDElEQVRo3u2a3W7bOBSE5yiS7TZNunYLdIF9/xfbfdlFu21jp3YkUeSZvZCYuiVFO03spmguDCxbVqz5jn5IHZo+dj42kLbTg+T7P/4WEQFEBDODqkJEwMzgP+8xM5gFMAvQzMAMEIGIQsWA4TgmvP37c1wdEwDZfwD/qgMRgVMKpZS4ubnBZrOBWcBisYBzDtbaD8LMQESw1sJaC+89vPew1sI5Bw6B2ByzvmbXRQ1ExQBTwZMnT7Ber7FarTCfz9E0zQmgtgVRVagqnHNIPaWEvu+RUoK5glnAxAT/cYzZnwC66Qk5XNc1lsslVBWrp0+h++dPa4Jzp4HqAEXkmCe9h3MuQ3kPOUDmXnBPTUJEMJvN0LZtFuU81HuoCCx4qOyhnELVoEIwMzALUKlO1rvZEwNr27aYzWY5UClBYoJ4j+AfkAWYWw5+GkzugmwQKeeEqp7kQtd1+PXtG7R9gbZtMZvN0DRNVsN7NOUQKSGGCDNDQMi5EPuDB4bnfTRjBvEgIvDexxDC8Xi73WK73aJrmhzc2Qyu6+CcQwgBIQSklOC9R9u2aNsWbdsWIKpQlZNxUyfEhEjbtieqrNdrPFss0LYtuq7DTe5ZWGtRVRXquk5VVSWllOI/9zFJXdehe3aLuq5PEzj7KmYRFnIpYD6bYd73mM1m4NkMs9kMs9kM83mHru3Q1A2qqkKKESFGRBeRYgz46y+vsFqtsFgscHt7i+VyibZtQUR5IrQC0zQYDv/5+ROr1QrdboeY2VJK8N4jxohpmrDb7TJ7jPDeY7/fI8zgFWGoFGqiJyUbWGm1WmG9XuPFixdYLpeoqgpmlvNGFSyC9XqNruuwWCywXC6LekSQVGCtxX6/x36/P9nkbrdD13W4ubnBarUqQFR+AiKlhOVyibe//Y7FzS26rsNut0Pf9xARGGOQcsrDYHDOoa5r9H2P/X6PGCPGcUQIAS4EsCq897Dej6qNGKNBYbPZ4M2bN9hsNmia5kQBATBTTFNElhl7jOM4DsMwIMYIEMGqwqpCVcEigB9pCkMIQQgB4zjiwfuHtq4fPGPOVu+9H2KMEBEQM5gZzAwxSwwhgHQlsaqadWUjInDOIaUIEolqCMkS7QMU+oZVdYgxQlUhIrDGoG2aAQAfb6qyIarGECKIE1gEdhhhwjhyuAIkVVU753KXi8JYg7ZphxDCg4hcVeRZC+rHIcVcj8xmM4wxDOaAaUqo6mrw3g/7/Z6MMWCmq0BMRAjjvglTyv3YsAuapoGIwBhDIrIfhiGEGWxZMPcNylcAobZtmzBS7svGGDBzVgczn18dRCKstcxEZK2FMeb/AbLf703Ju+ENEWHvPYgoqCoZ81NA4nGdxpGtKoipQGEmUbW3zjHMGE5ERKKqt8YY471HjDH3HxFwweFnVpCIZBAzGGNIVSnGGK21bZhZmQksomoWqkrMHGa40f9AjCpMVXd934fxPLn7vkcIESnlKl6kiIUJPc9n59xurqoK3nuXUsrjDwEEsJ5ZdgiC+Tz3kXMqvijt5pwK1Xmn7LpuCCGcz23OOdR1HVJKOoIIc3FMRGDVnNQi/mcgVVUNKSXBOTiqqqp5msIxxvy4nOJHOXSSkzVzUXj+BwJeQm13u90QQhDnHOq6Hrz3qiJCxnxd/X+2y9q2HfZ9f9hutzGEQNfUz8dwFzMiArqY/j9UfX7OHnz0sY8N5F/+5Djs9gbRiQAAAABJRU5ErkJggg==');
    opacity: 0.05;
    pointer-events: none;
    z-index: 1;
}

a {
    text-decoration: none;
    color: var(--neon-cyan);
    transition: all 0.3s;
    position: relative;
}

a:hover {
    color: var(--neon-pink);
    text-shadow: 0 0 8px var(--neon-pink);
}

ul {
    list-style: none;
}

section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(80, 0, 150, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
}

h2.section-title {
    font-size: 3rem;
    margin-bottom: 50px;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 10px var(--neon-cyan), 0 0 20px rgba(0, 255, 255, 0.3);
    position: relative;
}

h2.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, var(--neon-pink), var(--neon-cyan));
}

.neon-button {
    display: inline-block;
    background-color: transparent;
    color: var(--neon-cyan);
    padding: 12px 30px;
    border: 2px solid var(--neon-cyan);
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    font-family: 'Rajdhani', sans-serif;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
    cursor: pointer;
}

.neon-button:hover {
    background-color: var(--neon-cyan);
    color: var(--darker-bg);
    box-shadow: 0 0 20px var(--neon-cyan);
}

.neon-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(0, 255, 255, 0.3), transparent);
    transition: all 0.5s;
}

.neon-button:hover::before {
    left: 100%;
}

/* Header */
header {
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 20px rgba(0, 255, 255, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.logo {
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'Orbitron', sans-serif;
    color: var(--neon-cyan);
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.8);
    letter-spacing: 3px;
}

.logo span {
    color: var(--neon-pink);
    text-shadow: 0 0 10px rgba(255, 0, 255, 0.8);
}

nav ul {
    display: flex;
}

nav ul li {
    margin-left: 30px;
}

nav ul li a {
    font-weight: 500;
    letter-spacing: 1px;
    padding: 8px 0;
    position: relative;
    font-family: 'Rajdhani', sans-serif;
}

nav ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, var(--neon-cyan), var(--neon-pink));
    transition: width 0.3s;
}

nav ul li a:hover::after {
    width: 100%;
}

.glitch-btn {
    position: relative;
}

.glitch-btn:hover {
    animation: glitch 0.3s infinite;
}

@keyframes glitch {
    0% {
        transform: translate(0);
    }
    20% {
        transform: translate(-2px, 2px);
    }
    40% {
        transform: translate(-2px, -2px);
    }
    60% {
        transform: translate(2px, 2px);
    }
    80% {
        transform: translate(2px, -2px);
    }
    100% {
        transform: translate(0);
    }
}

/* Hero Section */
.hero {
    background: linear-gradient(to bottom, var(--darker-bg), var(--dark-purple));
    color: white;
    text-align: center;
    padding: 180px 0 120px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(80, 0, 150, 0.4) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, var(--neon-cyan), var(--neon-pink), var(--neon-yellow), var(--neon-cyan));
    animation: gradient-shift 5s infinite linear;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.neon-text {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.hero h1 {
    font-size: 4rem;
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: white;
    text-shadow: 0 0 10px var(--neon-cyan), 0 0 20px var(--neon-cyan), 0 0 40px rgba(0, 255, 255, 0.5);
    position: relative;
}

.glitch-line {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: var(--neon-cyan);
    opacity: 0.7;
    animation: glitch-line 3s infinite;
}

@keyframes glitch-line {
    0% {
        transform: translate(0, 0);
        opacity: 0.7;
    }
    10% {
        transform: translate(-10px, 0);
        opacity: 0.1;
    }
    20% {
        transform: translate(10px, 0);
        opacity: 0.7;
    }
    30% {
        transform: translate(0, 0);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.7;
    }
}

.hero p {
    font-size: 1.4rem;
    margin-bottom: 40px;
    max-width: 800px;
    margin: 0 auto 40px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Rajdhani', sans-serif;
    font-weight: 300;
}

/* Services Section */
.services {
    background-color: var(--dark-bg);
    position: relative;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card {
    background-color: rgba(10, 10, 30, 0.8);
    border: 1px solid rgba(0, 255, 255, 0.2);
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(0, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
    opacity: 0;
    transition: opacity 0.5s;
    z-index: -1;
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: var(--neon-cyan);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 255, 255, 0.3);
}

.service-card:hover .card-glow {
    opacity: 1;
}

.service-card img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    transition: transform 0.5s;
}

.service-card:hover img {
    transform: scale(1.1);
}

.service-card h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: var(--neon-cyan);
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.service-card p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Rajdhani', sans-serif;
}

/* Technologies Section */
.tech {
    background-color: var(--medium-bg);
    position: relative;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.tech-card {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 0, 255, 0.2);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s;
}

.tech-card:hover {
    transform: translateY(-5px);
    border-color: var(--neon-pink);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 0, 255, 0.2);
}

.tech-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 0, 255, 0.2);
}

.tech-icon img {
    width: 40px;
    height: 40px;
}

.tech-card h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: var(--neon-pink);
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.tech-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}

/* About Section */
.about {
    background-color: var(--dark-bg);
}

.about-content {
    max-width: 900px;
    margin: 0 auto;
    background-color: rgba(10, 10, 30, 0.5);
    padding: 40px;
    border-radius: 10px;
    border: 1px solid rgba(0, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.about-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, var(--neon-cyan), var(--neon-pink));
}

.about p {
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
}

.about p:last-child {
    margin-bottom: 0;
}

/* Contact Section */
.contact {
    background-color: var(--medium-bg);
}

.contact p {
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
}

form {
    max-width: 700px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 50px;
    border-radius: 10px;
    border: 1px solid rgba(0, 255, 255, 0.2);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    position: relative;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--neon-cyan);
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: 1px;
}

input, textarea {
    width: 100%;
    padding: 15px;
    background-color: rgba(0, 0, 20, 0.8);
    border: none;
    border-bottom: 1px solid var(--neon-cyan);
    border-radius: 5px;
    font-size: 1rem;
    color: white;
    font-family: 'Rajdhani', sans-serif;
    transition: all 0.3s;
}

.input-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, var(--neon-cyan), var(--neon-pink));
    transition: width 0.3s;
}

input:focus, textarea:focus {
    outline: none;
    background-color: rgba(0, 0, 30, 0.9);
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.2);
}

input:focus + .input-border, textarea:focus + .input-border {
    width: 100%;
}

form button {
    margin-top: 20px;
    width: 100%;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

#formStatus {
    margin-top: 20px;
    text-align: center;
    min-height: 30px;
}

/* Footer */
footer {
    background-color: var(--darker-bg);
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid rgba(0, 255, 255, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
    header .container {
        flex-direction: column;
    }
    
    nav ul {
        margin-top: 20px;
    }
    
    .hero {
        padding: 150px 0 80px;
    }
    
    .hero h1 {
        font-size: 2.5rem;
    }
    
    section {
        padding: 70px 0;
    }
    
    h2.section-title {
        font-size: 2.2rem;
    }
    
    form {
        padding: 30px;
    }
    
    .service-card, .tech-card {
        padding: 25px;
    }
}