.process-step-card-wrapper-921963d8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.psc-image-wrapper-921963d8 {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.psc-main-image-container-921963d8 {
    /* Strict perfect circle forcing */
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2; /* Main image is base layer 2 */
    display: flex;
    justify-content: center;
    align-items: center;
    /* Aspect ratio fallback in case explicit sizes omit */
    aspect-ratio: 1 / 1;
}

.psc-main-image-container-921963d8 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.psc-number-badge-921963d8 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3; /* Badge sits above main image */
}

/* Update to ensure span responds properly to typography and flex centering */
.psc-number-badge-921963d8 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.psc-embellishment-921963d8 {
    position: absolute;
    /* Top and left are managed by Elementor responsive controls */
}

.psc-embellishment-921963d8 img {
    width: 100%;
    height: auto;
    display: block;
}

.psc-content-wrapper-921963d8 {
    width: 100%;
}

.psc-heading-921963d8 {
    margin: 0 0 12px 0;
    padding: 0;
}

.psc-body-921963d8 {
    margin: 0;
    padding: 0;
}
