.ksb-box {
    border: 2px solid rgba(0,0,0,0.2);
    border-radius: 14px;
    padding: 28px;
    text-align: center;
    position: relative;
    transition: 0.25s ease;
}

.ksb-header {
    margin-bottom: 10px;
    position: relative;
}

.ksb-circle {
    width: 110px;
    height: 110px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 14px;
}

.ksb-step-label {
    background: #fff;
    padding: 4px 14px;
    border-radius: 20px;
    position: absolute;
    right: 20px;
    top: -6px;
    font-size: 12px;
}

.ksb-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ksb-desc {
    font-size: 15px;
    line-height: 1.6;
}

.ksb-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
