.process-section-5bae2225 {
    background-color: #fcfcfc;
    padding: 60px 20px;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    font-family: 'Open Sans', sans-serif;
}

.process-header-5bae2225 {
    text-align: center;
    margin-bottom: 50px;
}

.process-subtitle-5bae2225 {
    color: #1b2b4b; /* Navy */
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
    font-weight: 700;
}

.process-title-5bae2225 {
    font-family: 'Open Sans', sans-serif;
    color: #627555 !important; /* Green */
    font-size: 38px;
    margin: 0 0 15px 0;
}

.process-divider-5bae2225 {
    width: 60px;
    height: 3px;
    background-color: #1b2b4b; /* Navy */
    margin: 0 auto;
}

.process-grid-5bae2225 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.process-step-5bae2225 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 0 10px;
}

.process-icon-wrapper-5bae2225 {
    position: relative;
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
}

.process-icon-5bae2225 {
    font-size: 36px;
    color: #1b2b4b; /* Navy */
    line-height: 1;
}
.process-icon-5bae2225 svg {
    width: 36px;
    height: 36px;
    fill: #1b2b4b; /* Navy */
}

.process-number-5bae2225 {
    position: absolute;
    top: -10px;
    left: -15px;
    background-color: #1b2b4b; /* Navy */
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
}

.process-step-title-5bae2225 {
    color: #1b2b4b; /* Navy */
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-bottom: 12px;
}

.process-step-desc-5bae2225 {
    color: #333333; /* Gray text for description, not pink */
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.process-arrow-5bae2225 {
    position: absolute;
    top: 30px;
    right: -25px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cccccc; /* Light gray for arrow */
    font-size: 18px;
}
.process-arrow-5bae2225::before {
    content: '';
    flex: 1;
    border-top: 2px dashed #cccccc;
    margin-right: -5px;
}

@media (max-width: 767px) {
    .process-grid-5bae2225 {
        flex-direction: column;
        gap: 40px;
    }
    .process-step-5bae2225 {
        width: 100%;
        padding: 0;
    }
    .process-arrow-5bae2225 {
        display: none;
    }
}
