.process-section {
    padding: 40px 0px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
}

.process-container {
    width: 100%;
}

/* Header Styles */
.process-header {
    margin-bottom: 60px;
    text-align: left;
    opacity: 0;
    transform: translateY(50px);
}

.process-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    /* margin-bottom: 24px; */

    font-size: 24px;
    font-weight: 600;
    color: #000;
    font-family: 'Onest', sans-serif;
    display: block;
}

.process-badge::before {
    content: "•";
   color: #8ef536;
    font-size: 60px;
    /* margin-right: 8px; */
    display: inline-block;
    vertical-align: middle;
      line-height: 55px;
}

.process-badge-dot {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 50%;
}

.process-title {
        font-weight: 400;
        font-size: 35px;
    color: #1a1a1a;
    line-height: 1.2;
    /* max-width: 600px; */
    /* margin: 0 auto; */
}

/* Process Row Layout */
.process-row {
    display: flex;
    flex-direction: row;
    gap: 0px;
    justify-content: space-between;
    height: auto;
}

/* Process Step Containers */
.process-step {
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* flex: 1; */
    position: relative;
    gap: 50px;
    opacity: 0;
    transform: translateY(80px);
    justify-content: space-between;
}

/* Visual Elements */
.process-step-visual {
    height: 100%;
    width: 100%;
    /* max-width: 280px; */
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* margin-bottom: 20px; */
    position: relative;
}

.process-step-visual:nth-child(2) {
    align-items: end;
}

.process-step.process-step-4 {
    border-top: 2px solid #6865657d;
    padding-top: 30px;

}

/* Step Content */
.process-step-content {
    text-align: center;
}

.process-step-title {
    font-size: 35px;
         font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.1;
}

.process-step-description {
    font-size: 17px;
    line-height: 1.6;
    max-width: 300px;
    margin: auto;
    text-align: justify;
    hyphens: auto;
}

.process-step-description.kick-off-desc {
    text-align: left;
}

.kick-off-title {
    text-align: left;
}

.process-step.process-step-3 .process-step-description {
    text-align: left;
}

.process-step.process-step-3 .process-step-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: start;
}

/* Step 1 - Enquiry Received */
.process-blob {
    position: absolute;
    background: linear-gradient(135deg, #a3f73a, #BFF550);
    border-radius: 50% 40% 60% 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: float 6s ease-in-out infinite;
}

.process-blob-1 {
    width: 160px;
    height: 140px;
    top: 20px;
    left: 20px;
    animation-delay: 0s;
}

.process-blob-2 {
    width: 120px;
    height: 100px;
    bottom: 20px;
    right: 20px;
    animation-delay: 2s;
}

.process-icon {
    width: 28px;
    height: 28px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    padding: 5px;
}

.process-connecting-dots {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.process-dot {
    width: 3px;
    height: 3px;
    background-color: #333;
    border-radius: 50%;
    margin: 5px 0;
    opacity: 0.6;
}

/* Step 2 - Discovery & Meet-up */
.process-discussion-container {
    position: relative;
    width: 240px;
    height: 200px;
    background: #E7F4CC;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.process-discussion-container.enquiry-section {
    background: #F4F4F4;
}

.process-discussion-circle {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-team-icon {
    width: 150px;
    height: 150px;
    z-index: 3;
}

.process-discussion-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.process-ring {
    position: absolute;
    border: 1.5px solid #BFF550;
    border-radius: 50%;
    opacity: 0.3;
    animation: pulse 3s ease-in-out infinite;
}

.process-ring-1 {
    width: 50px;
    height: 50px;
    top: -25px;
    left: -25px;
    animation-delay: 0s;
}

.process-ring-2 {
    width: 70px;
    height: 70px;
    top: -35px;
    left: -35px;
    animation-delay: 0.5s;
}

.process-ring-3 {
    width: 90px;
    height: 90px;
    top: -45px;
    left: -45px;
    animation-delay: 1s;
}

.process-discussion-label {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    font-family: 'Onest', sans-serif;
}

.process-discussion-icon,
.process-discussion-icon-0 {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #BFF550;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.process-discussion-icon {
    bottom: -20px;
    right: -20px;
}

.process-discussion-icon-0 {
    top: -5px;
    left: -20px;
}

.process-discussion-icon:hover,
.process-discussion-icon-0:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(191, 245, 80, 0.4);
}

/* Step 3 - Clarify & Align */
.process-alignment-container {
    position: relative;
    width: 240px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-alignment-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.process-alignment-ring {
    position: absolute;
    border: 1.5px solid #BFF550;
    opacity: 0.2;
}

.process-alignment-ring-1 {
    width: 100px;
    height: 50px;
    top: -25px;
    left: -50px;
    border-radius: 50px;
}

.process-alignment-ring-2 {
    width: 130px;
    height: 65px;
    top: -32.5px;
    left: -65px;
    border-radius: 65px;
}

.process-alignment-ring-3 {
    width: 160px;
    height: 80px;
    top: -40px;
    left: -80px;
    border-radius: 80px;
}

.process-alignment-badge {
    background-color: #FFFFFF;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    border: 15px solid #E7F4CC;
    z-index: 2;
    position: relative;
    font-family: 'Onest', sans-serif;
}

.process-alignment-icon-1 {
    position: absolute;
    top: 10px;
    right: -20px;
    width: 50px;
    height: 50px;
    background-color: #BFF550;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.process-alignment-icon-2 {
    position: absolute;
    bottom: 10px;
    left: -20px;
    width: 50px;
    height: 50px;
    background-color: #BFF550;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.process-alignment-icon-1:hover,
.process-alignment-icon-2:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(191, 245, 80, 0.4);
}

/* Step 4 - Kick-off & Develop */
.process-kickoff-container {
    position: relative;
    width: 240px;
    height: 200px;
    background: #F4F4F4;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-step-3 .process-kickoff-container {
    background: transparent;
}

.process-rocket-icon {
    width: 150px;
    height: 150px;
    z-index: 2;
}

.process-step-3 .process-step-description,
.process-step-4 .process-step-description {
    margin: 0;
}

.process-kickoff-label {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
}

.process-dev-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-color: #BFF550;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.process-dev-icon:hover {
    transform: scale(1.2);
    box-shadow: 0 5px 15px rgba(191, 245, 80, 0.4);
}

/* Enhanced Ripple Styles */
.enhanced-ripple {
    position: absolute;
    border: 1.5px solid #BFF550;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
}

/* Animations */
@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    33% {
        transform: translateY(-6px) rotate(1deg);
    }

    66% {
        transform: translateY(3px) rotate(-1deg);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes wiggle {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    75% {
        transform: rotate(-5deg);
    }
}

.absolute-svg {
    position: absolute;
}

.process-step.process-step-3,
.process-step.process-step-4 {
    display: flex;
    flex-direction: row;
    height: 50%;
}

.process-step.process-step-1,
.process-step.process-step-2 {
    border-right: 2px solid #6865657d;
}

.right-section {
    margin-left: 50px;
    height: auto;
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.process-step.process-step-1.in-view {
        width: 25%;
}
.process-step.process-step-2.in-view {
        width: 25%;
}
.right-section {
        width: 50%;
}
.process-discussion-container {
        position: relative;
        width: 100%;}
@media (max-width: 1400px) {
.process-step-description {
        font-size: 16px;}}
/* Media Queries */
@media (max-width: 768px) {
    .process-section {
        padding: 60px 0px 0;
    }
.process-step.process-step-1.in-view {
        width: 100%;
}
.process-step.process-step-2.in-view {
        width: 100%;
}
.right-section {
        width: 100%;
}

.process-step-visual {
        width: 70%;}
.process-discussion-container {
        position: relative;
        width: 70%;
}
    .process-title {
        font-size: 25px;
    }

    .process-row {
        flex-direction: column;
        gap: 0px;
        min-height: auto;
    }

    .process-step {
        padding: 40px 0;
        text-align: center;
    }


    .process-discussion-icon-0 {
        top: 0;
        left: -30px;

    }

    .process-discussion-icon {
        bottom: 0;
        right: -30px;
    }

    .process-step-visual {
        height: 180px;
        max-width: 240px;
    }

    .process-alignment-icon-2 {
        bottom: 20px;
        left: -10px;
    }

    .process-alignment-icon-1 {
        top: 20px;
        right: -10px;
    }

    .process-alignment-badge {
        border: 20px solid #E7F4CC;
        border-radius: 50px;
    }

    .process-step.process-step-4 {
        padding-top: 50px;
    }

    .process-step.process-step-3,
    .process-step.process-step-4 {
        border-top: 2px solid #6865657d;

        flex-direction: column;
    }

    .process-step-title {
        font-size: 25px;
        text-align: center;
    }

    .process-step-content {
        order: 2;
    }

    .right-section {
        gap: 0;
        margin-left: 0;
    }

    .process-step-description {
        max-width: none;
        font-size: 16px;
        text-align: center;
    }

    .process-step-visual:nth-child(2) {
        margin-top: 20px;
    }

    /* .process-discussion-container,
    .process-alignment-container,
    .process-kickoff-container {
        width: 200px;
        height: 140px;
    }
     */
    .process-step.process-step-1 {
        border-right: 0;
    }

    .process-step.process-step-2 {
        border-right: 0;
        border-top: 2px solid #6865657d;
        margin-top: 0px;
    }

    .process-blob-1 {
        width: 120px;
        height: 100px;
    }

    .process-header {
        margin-bottom: 20px;
    }

    .process-blob-2 {
        width: 90px;
        height: 70px;
    }
}

@media (max-width: 480px) {


    .process-title {
        font-size: 25px;
    }

    .process-step-title {
        font-size: 25px;
    }

    .process-step-description {
        font-size: 16px;
        text-align: center;
    }

    /* .process-discussion-container,
    .process-alignment-container,
    .process-kickoff-container {
        width: 180px;
        height: 120px;
    } */
}



/* test fade up css start*/

.blur-fade-up {
    opacity: 0;
    transform: translateY(50px);
    filter: blur(10px);
    transition: all 0.3s ease;
}

.blur-fade-up.active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}


/* test fade up css end*/