/* Glow Effect Stylesheet - glow.css */

body {
    font-family: 'Raleway', sans-serif;
    background-color: #000000;
    color: #ffffff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

header {
    background: url('https://via.placeholder.com/1920x1080/000000/ffffff?text=GIGS+Technology+Solutions') center/cover no-repeat;
    color: #ffffff;
    padding: 200px 0 150px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

header h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 5em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00FFFF;
    text-shadow: 0 0 20px #00FFFF, 0 0 40px #00FFFF, 0 0 60px #00FFFF;
}

header p {
    font-size: 1.5em;
    color: #ffffff;
    margin-top: 20px;
    text-shadow: 0 0 10px #ffffff;
}

nav a {
    color: #00FFFF;
    text-decoration: none;
    margin: 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    transition: color 0.3s, text-shadow 0.3s;
    text-shadow: 0 0 20px #00FFFF, 0 0 40px #00FFFF;
}

nav a:hover {
    color: #ffffff;
    text-shadow: 0 0 30px #ffffff, 0 0 60px #ffffff;
}

.button {
    background-color: #00FFFF;
    color: #000000;
    padding: 15px 40px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    transition: all 0.3s;
    box-shadow: 0 0 20px #00FFFF, 0 0 40px #00FFFF;
}

.button:hover {
    background-color: #ffffff;
    color: #000000;
    transform: scale(1.05);
    box-shadow: 0 0 30px #ffffff, 0 0 60px #ffffff;
}

footer {
    background-color: #000000;
    padding: 40px 0;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
    text-shadow: 0 0 10px #ffffff;
}

.footer-links {
    color: #00FFFF;
    text-decoration: none;
    margin: 0 15px;
    transition: color 0.3s, text-shadow 0.3s;
    text-shadow: 0 0 20px #00FFFF, 0 0 40px #00FFFF;
}

.footer-links:hover {
    color: #ffffff;
    text-shadow: 0 0 30px #ffffff, 0 0 60px #ffffff;
}
