.work-process-section .section-title {
    font-size: 44px;
    font-weight: 700;
}

.work-process-section .highlight {
    color: #ff3b6a;
}

.process-item {
    padding: 15px 0;
}

.icon-box {
    width: 80px;
    height: 80px;
    background: #f1f4fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.icon-box i {
    font-size: 48px;
    /* Increased icon size */
    color: #ff3b6a;
}

.process-title {
    font-size: 22px;
    font-weight: 600;
}

.process-text {
    font-size: 15px;
    color: #555;
    margin: 0;
}

.process-img {
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }

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