Yes, it stays the same.
An offset is maintained for each partition separately, so your new partition's offset will start from 0 and won't affect other offsets.
For each topic, the Kafka cluster maintains a partitioned log that looks like this:

Hope this will help!