/* Edgy Solutions - Custom Styles */

/* Custom glow effect for hero text */
.text-glow {
    text-shadow: 0 0 40px rgba(34, 191, 253, 0.3);
}

/* Smooth scrolling for the entire page */
html {
    scroll-behavior: smooth;
}

/* Additional custom styles can be added here */
