.process-foldc {
    margin: var(--fold-margin);
    color: #333;
    border-radius: var(--fold-border-radius);
    background: white;
    /* background: linear-gradient(180deg, rgba(0, 113, 172, 1) 0%, rgba(6, 77, 115, 1) 100%); */
}

.process-foldc-container {
    padding: 0px 0px;
}

.process-foldc-header {
    text-align: center;
    position: relative;
    top: 0px;
    padding: 50px 0px 0px;
}

.process-foldc-header .title {
    font-size: 8vw;
    line-height: 1;
    margin: 0px;
}

.process-foldc-item-content-container {
    position: relative;
    display: flex;
}
.process-foldc-item:last-child::before {
    display: none;
}


.process-foldc-item {
    padding: 120px 0px;
    display: flex;
    gap: 120px;
    align-items: center;
    position: relative;
}

.process-foldc-item-number {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: -100px;
}

.process-foldc-item-number p {
    margin: 0px;
    font-size: 18vw;
    line-height: 1;
    font-weight: 900;
    opacity: 0.1;
}

.process-foldc-item-header {
    margin: 0px 0px 20px;
}

.process-foldc-item-content-inner .readmore {
    width: 260px;
}

.process-foldc-item-img {
    flex: 0 0 42.5%;
    position: relative;
}

.content-fold-b-content-readmore .readmore.alt {
    background:#e7e7e7;
}

.process-foldc-item-img :is(img, video) {
    border-radius: 10px;
    width: 100%;
}

.process-foldc-item-content-inner p {
    /* margin: 0px 0px 30px; */
}

.process-foldc-item-img .process-foldc-item-number {
    display: none;
}

@media (min-width:1024px) {

.process-foldc-wrapper .process-foldc-item:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.process-foldc-wrapper .process-foldc-item:nth-of-type(2n) .process-foldc-item-number {
    left: unset;
    right: -100px;
}

}

.content-fold-b-content-inner-header .subtext {
    margin: 0px;
    color: var(--primary-color1);
}

.process-foldc-item::before {
    content: "";
    position: absolute;
    left: 36%;
    bottom: 100px;
    width: 200px;
    height: 120px;
    transform: rotate(-130deg) translateX(-50%);
    background: url(
    /wp-content/uploads/2025/11/GOATvector6.png) no-repeat;
}

.process-foldc-item:nth-child(2n)::before {
    content: "";
    position: absolute;
    left: auto;
    right: 50%;
    bottom: 30px;
    width: 200px;
    height: 120px;
    transform: rotate(-50deg) rotateX(180deg) translateY(-90%);
    background: url(
    /wp-content/uploads/2025/11/GOATvector6.png) no-repeat;
}