.techno-services {
    background-color: #f8f9fa;
}

.techno-services .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 10px;
}

.techno-services .section-subtitle {
    max-width: 700px;
    margin: 0 auto;
    color: #6c757d;
    font-size: 1rem;
}

.service-box {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.service-box i {
    font-size: 2.5rem;
    color: #0d6efd;
    margin-bottom: 18px;
    display: inline-block;
}

.service-box h5 {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: #212529;
}

.service-box p {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.6;
}

.service-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 35px rgba(13, 110, 253, 0.15);
}

.service-box:hover i {
    color: #084298;
}
