/* Stylish Modern Icon Styles - Updated version */
.service-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.05) 0%, rgba(139, 92, 246, 0.15) 100%);
    margin: 0 auto 1.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 212, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.service-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(0, 212, 255, 0.2), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 212, 255, 0.25);
}

.service-icon:hover::before {
    opacity: 1;
}

.service-icon-large {
    font-size: 3.5rem;
    text-align: center;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.05) 0%, rgba(139, 92, 246, 0.15) 100%);
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 212, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.service-icon-large::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(0, 212, 255, 0.2), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-icon-large:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 212, 255, 0.3);
}

.service-icon-large:hover::before {
    opacity: 1;
}

.benefit-icon {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #00d4ff;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.05) 0%, rgba(139, 92, 246, 0.15) 100%);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 212, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.benefit-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 212, 255, 0.25);
}

/* Modern checkmark style */
.service-features li::before {
    content: '✓';
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, #00d4ff, #8B5CF6);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    box-shadow: 0 3px 8px rgba(0, 212, 255, 0.3);
}

/* Modern step number style */
.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00d4ff, #8B5CF6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 1.5rem;
    box-shadow: 0 10px 20px rgba(0, 212, 255, 0.3);
    position: relative;
    z-index: 2;
}

.step-number::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.5), rgba(139, 92, 246, 0.5));
    z-index: -1;
    opacity: 0.5;
    filter: blur(5px);
}

/* Stylish icon set replacements */
.icon-custom-development {
    background-image: linear-gradient(135deg, rgba(255, 184, 0, 0.1), rgba(255, 140, 0, 0.2));
}
.icon-custom-development::before {
    content: '⚡';
    background: linear-gradient(to bottom right, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.icon-system-integration {
    background-image: linear-gradient(135deg, rgba(0, 191, 255, 0.1), rgba(0, 150, 255, 0.2));
}
.icon-system-integration::before {
    content: '🔄';
    background: linear-gradient(to bottom right, #00BFFF, #0096FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.icon-process-automation {
    background-image: linear-gradient(135deg, rgba(138, 43, 226, 0.1), rgba(106, 13, 173, 0.2));
}
.icon-process-automation::before {
    content: '⚙️';
    background: linear-gradient(to bottom right, #8A2BE2, #6A0DAD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.icon-performance {
    background-image: linear-gradient(135deg, rgba(50, 205, 50, 0.1), rgba(34, 139, 34, 0.2));
}
.icon-performance::before {
    content: '📈';
    background: linear-gradient(to bottom right, #32CD32, #228B22);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.icon-training {
    background-image: linear-gradient(135deg, rgba(255, 105, 180, 0.1), rgba(219, 112, 147, 0.2));
}
.icon-training::before {
    content: '🧠';
    background: linear-gradient(to bottom right, #FF69B4, #DB7093);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.icon-security {
    background-image: linear-gradient(135deg, rgba(220, 20, 60, 0.1), rgba(178, 34, 34, 0.2));
}
.icon-security::before {
    content: '🛡️';
    background: linear-gradient(to bottom right, #DC143C, #B22222);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
