/* Services Enhanced Styles - Dark Blue & Yellow Theme */

/* Why Choose Services Section */
.why-choose-services {
    padding: 80px 0;
    background: linear-gradient(135deg, #2e2751 0%, #1a1640 100%);
    position: relative;
    overflow: hidden;
}

.why-choose-services::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(243, 167, 18, 0.05);
    border-radius: 50%;
    z-index: 0;
}

.why-content {
    position: relative;
    z-index: 1;
    padding-right: 30px;
}

.why-content .subtitle {
    display: inline-block;
    color: #f3a712;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 50px;
}

.why-content .subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background: #f3a712;
}

.why-content h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.why-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    line-height: 1.8;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
}

.benefits-list li i {
    color: #f3a712;
    font-size: 20px;
    margin-right: 15px;
    margin-top: 2px;
    flex-shrink: 0;
}

.benefits-list li strong {
    color: #f3a712;
    margin-right: 5px;
}

.why-image {
    position: relative;
    z-index: 1;
}

.why-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Our Process Section */
.our-process {
    padding: 80px 0;
    background: #f8f9fa;
}

.our-process .section-title {
    margin-bottom: 60px;
}

.our-process .subtitle {
    display: inline-block;
    color: #f3a712;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.our-process h2 {
    font-size: 38px;
    font-weight: 700;
    color: #2e2751;
    margin-bottom: 15px;
}

.our-process .section-title p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.process-steps {
    position: relative;
}

.process-steps::before {
    content: '';
    position: absolute;
    top: 80px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: linear-gradient(90deg, #2e2751 0%, #f3a712 50%, #2e2751 100%);
    z-index: 0;
}

.process-card {
    background: #fff;
    padding: 40px 25px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.process-card:hover {
    transform: translateY(-10px);
    border-color: #f3a712;
    box-shadow: 0 15px 40px rgba(243, 167, 18, 0.2);
}

.step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2e2751 0%, #1a1640 100%);
    color: #f3a712;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    border: 3px solid #fff;
    box-shadow: 0 5px 15px rgba(46, 39, 81, 0.3);
}

.step-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f3a712 0%, #e09610 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.process-card:hover .step-icon {
    transform: scale(1.1) rotate(360deg);
}

.step-icon i {
    font-size: 32px;
    color: #fff;
}

.process-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2e2751;
    margin-bottom: 15px;
}

.process-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Technologies Section */
.technologies-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #2e2751 0%, #1a1640 100%);
}

.technologies-section .section-title {
    margin-bottom: 60px;
}

.technologies-section .subtitle {
    display: inline-block;
    color: #f3a712;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.technologies-section h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.technologies-section .section-title p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.tech-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.tech-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 30px 15px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.tech-item:hover {
    background: rgba(243, 167, 18, 0.1);
    border-color: #f3a712;
    transform: translateY(-5px);
}

.tech-item i {
    font-size: 48px;
    color: #f3a712;
    margin-bottom: 15px;
    display: block;
    transition: all 0.3s ease;
}

.tech-item:hover i {
    transform: scale(1.2);
}

.tech-item span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

/* Services CTA Section */
.services-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #f3a712 0%, #e09610 100%);
    position: relative;
    overflow: hidden;
}

.services-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: rgba(46, 39, 81, 0.1);
    border-radius: 50%;
}

.services-cta::after {
    content: '';
    position: absolute;
    bottom: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(46, 39, 81, 0.1);
    border-radius: 50%;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #2e2751;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 18px;
    color: #2e2751;
    margin-bottom: 40px;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .btn-primary,
.cta-buttons .btn-secondary {
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.cta-buttons .btn-primary {
    background: #2e2751;
    color: #fff;
    border: 2px solid #2e2751;
}

.cta-buttons .btn-primary:hover {
    background: transparent;
    color: #2e2751;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(46, 39, 81, 0.3);
}

.cta-buttons .btn-secondary {
    background: transparent;
    color: #2e2751;
    border: 2px solid #2e2751;
}

.cta-buttons .btn-secondary:hover {
    background: #2e2751;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(46, 39, 81, 0.3);
}

/* Responsive Design */
@media (max-width: 991px) {
    .why-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .why-content h2,
    .our-process h2,
    .technologies-section h2 {
        font-size: 32px;
    }

    .process-steps::before {
        display: none;
    }

    .cta-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .why-choose-services,
    .our-process,
    .technologies-section,
    .services-cta {
        padding: 60px 0;
    }

    .why-content h2,
    .our-process h2,
    .technologies-section h2 {
        font-size: 28px;
    }

    .cta-content h2 {
        font-size: 30px;
    }

    .cta-content p {
        font-size: 16px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-buttons .btn-primary,
    .cta-buttons .btn-secondary {
        width: 100%;
        max-width: 300px;
    }

    .tech-item {
        padding: 25px 10px;
    }

    .tech-item i {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .why-content .subtitle {
        font-size: 12px;
        padding-left: 35px;
    }

    .why-content .subtitle::before {
        width: 25px;
    }

    .benefits-list li {
        font-size: 14px;
    }

    .process-card {
        padding: 35px 20px;
    }

    .step-icon {
        width: 70px;
        height: 70px;
    }

    .step-icon i {
        font-size: 28px;
    }
}
