﻿body {
    font-family: 'Montserrat', sans-serif !important;
}

/* Animated Gradient Background */
.gradient-bg {
    background: linear-gradient(-45deg, #4a60c7, #03060e, #4251ad, #007083);
    background-size: 400% 400%;
    animation: gradientShift 20s ease infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Glassmorphism Effect */
.glass {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Pulse Animation */
.pulse-ring {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}

/* Floating Animation */
.float {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Hover Effects */
.card-hover {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .card-hover:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    }

/* Neon Glow Effect */
.neon-glow {
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.5);
    transition: box-shadow 0.3s ease;
}

    .neon-glow:hover {
        box-shadow: 0 0 30px rgba(99, 102, 241, 0.8);
    }

/* Animated Counter */
.counter {
    font-feature-settings: 'tnum';
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #1f2937;
}

::-webkit-scrollbar-thumb {
    background: #6366f1;
    border-radius: 4px;
}

/* Particle Background */
.particles {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: particleFloat 20s linear infinite;
}

@keyframes particleFloat {
    from {
        transform: translateY(100vh) rotate(0deg);
        opacity: 1;
    }

    to {
        transform: translateY(-100px) rotate(360deg);
        opacity: 0;
    }
}

/* Status Indicators */
.status-online {
    background: #10b981;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}

.status-warning {
    background: #f59e0b;
    box-shadow: 0 0 10px rgba(245, 158, 11, 0.5);
}

.status-offline {
    background: #ef4444;
    box-shadow: 0 0 10px rgba(239, 68, 68, 0.5);
}




@keyframes glitch-anim {
    0% {
        clip: rect(64px, 9999px, 66px, 0);
    }

    5% {
        clip: rect(30px, 9999px, 36px, 0);
    }

    10% {
        clip: rect(85px, 9999px, 91px, 0);
    }

    15% {
        clip: rect(55px, 9999px, 58px, 0);
    }

    20% {
        clip: rect(79px, 9999px, 83px, 0);
    }

    25% {
        clip: rect(17px, 9999px, 21px, 0);
    }

    30% {
        clip: rect(94px, 9999px, 98px, 0);
    }

    35% {
        clip: rect(45px, 9999px, 49px, 0);
    }

    40% {
        clip: rect(73px, 9999px, 77px, 0);
    }

    45% {
        clip: rect(26px, 9999px, 30px, 0);
    }

    50% {
        clip: rect(88px, 9999px, 92px, 0);
    }

    55% {
        clip: rect(39px, 9999px, 43px, 0);
    }

    60% {
        clip: rect(67px, 9999px, 71px, 0);
    }

    65% {
        clip: rect(12px, 9999px, 16px, 0);
    }

    70% {
        clip: rect(82px, 9999px, 86px, 0);
    }

    75% {
        clip: rect(51px, 9999px, 55px, 0);
    }

    80% {
        clip: rect(76px, 9999px, 80px, 0);
    }

    85% {
        clip: rect(23px, 9999px, 27px, 0);
    }

    90% {
        clip: rect(91px, 9999px, 95px, 0);
    }

    95% {
        clip: rect(42px, 9999px, 46px, 0);
    }

    100% {
        clip: rect(70px, 9999px, 74px, 0);
    }
}

@keyframes glitch-anim2 {
    0% {
        clip: rect(65px, 9999px, 100px, 0);
    }

    5% {
        clip: rect(25px, 9999px, 30px, 0);
    }

    10% {
        clip: rect(85px, 9999px, 90px, 0);
    }

    15% {
        clip: rect(35px, 9999px, 40px, 0);
    }

    20% {
        clip: rect(75px, 9999px, 80px, 0);
    }

    25% {
        clip: rect(15px, 9999px, 20px, 0);
    }

    30% {
        clip: rect(95px, 9999px, 100px, 0);
    }

    35% {
        clip: rect(45px, 9999px, 50px, 0);
    }

    40% {
        clip: rect(70px, 9999px, 75px, 0);
    }

    45% {
        clip: rect(20px, 9999px, 25px, 0);
    }

    50% {
        clip: rect(85px, 9999px, 90px, 0);
    }

    55% {
        clip: rect(35px, 9999px, 40px, 0);
    }

    60% {
        clip: rect(65px, 9999px, 70px, 0);
    }

    65% {
        clip: rect(10px, 9999px, 15px, 0);
    }

    70% {
        clip: rect(80px, 9999px, 85px, 0);
    }

    75% {
        clip: rect(50px, 9999px, 55px, 0);
    }

    80% {
        clip: rect(75px, 9999px, 80px, 0);
    }

    85% {
        clip: rect(20px, 9999px, 25px, 0);
    }

    90% {
        clip: rect(90px, 9999px, 95px, 0);
    }

    95% {
        clip: rect(40px, 9999px, 45px, 0);
    }

    100% {
        clip: rect(65px, 9999px, 70px, 0);
    }
}
.nav-link {
    position: relative;
}

    .nav-link::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: -2px;
        left: 0;
        background-color: #ffffff;
        transition: width 0.3s ease;
    }

    .nav-link:hover::after {
        width: 100%;
    }

.mobile-menu {
    transition: transform 0.3s ease-in-out;
}

.testimonial-card {
    background: linear-gradient(to bottom right, rgba(75,0,130,0.8), rgba(31,41,55,1));
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.swiper-slide {
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.swiper-slide-prev,
.swiper-slide-next {
    opacity: 0.5;
    transform: scale(0.9);
    filter: blur(1px);
}

.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

