*{margin: 0px;
padding: 0px;}

.header{width: 100%;
padding: 10px 0; color:#000; }

/* PROCESS SECTION */
.process-step {
    padding: 30px 20px;
    margin-bottom: 20px;
}
.process-icon {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: #2ecc71;
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}
.process-number {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.process-step h4 {
    margin-bottom: 15px;
    font-size: 16px;
}
.process-step p {
    color: #666;
    line-height: 1.6;
}

/* SUCCESS STORIES */
.success-card {
    padding: 30px;
    background: #fff;
    border-left: 4px solid #2ecc71;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    min-height: 200px;
}
.success-card h4 {
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: none;
}
.success-card p {
    color: #666;
    line-height: 1.6;
}
.success-icon {
    font-size: 28px;
    color: #2ecc71;
    margin-bottom: 12px;
}

/* EXPERTISE LIST */
.expertise-list p {
    margin-bottom: 12px;
    line-height: 1.6;
}