.myJourney-container {
    max-width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 60px;
}

.myJourney-step-container {
    display: grid;
    grid-template-columns: 1fr 50px 1fr;
    grid-gap: 0px;
    align-items: center;
    text-align: right;
    margin: 0px;
    position: relative;
    padding-top: 0px;
}

.myJourney-step-container:nth-child(2) {
    grid-template-columns: 1fr 50px 1fr;
}

.myJourney-step-container::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(270deg, #F5A623 0%, #374B81 100%);
    z-index: 0;
}

.myJourney-step-card {
    /* background-color: #fff; */
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
    gap: 10px;
}

.myJourney-step-card.right-aligned {
    grid-column: 3 / 4;
}

.myJourney-step-card.left-aligned {
    grid-column: 1 / 2;
}

.myJourney-step-cardRight {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.myJourneyVideoWaper {
    width: 541px;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
}

.myJourneyVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}


.myJourney-step-number {
    width: 22px;
    height: 22px;
    background: #4B5563;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: bold;
    z-index: 2;
    grid-column: 2 / 3;
    justify-self: center;
}

.myJourney-step-number-point {
    width: 11px;
    height: 11px;
    flex-shrink: 0;
    border-radius: 3437.156px;
    background: var(--CTA, #F5A623);
}

.myJourneyStepCardLeft {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
    gap: 10px;
}

.myJourneyStepCardRight {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.myJourneyStepCardRight p {
    text-align: left;
}

.myJourneyStepCardYear {
    display: flex;
    padding: 4px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: #008080;
    color: #FFF;
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.myJourneyStepCardTitle {
    color: #FFF;
    text-align: right;
    font-family: "Playfair Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0px;
}

.myJourneyStepCardSubTitle {
    color: var(--Sec, #008080);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 0px;
}

.myJourneyStepCardDescription {
    color: #D0E4FF;
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.myJourneyStepCardBadghWaper {
    width: auto;
    height: auto;
    display: flex;
    gap: 8px;
}

.myJourneyStepCardBadgh {
    display: flex;
    flex-direction: column;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: rgba(0, 128, 128, 0.14);
}

.myJourneyStepCardBadghTitle {
    color: #008080;
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}

.myJourneyStepCardBadghText {
    color: rgba(208, 228, 255, 0.70);
    text-align: right;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0px;
}




/* Responsive styles */
@media (max-width: 600px) {
    .myJourney-container {
        max-width: 100%;
        margin: auto;
        text-align: center;
        margin-top: 60px;
    }

    .myJourney-step-container {
        grid-template-columns: 1fr !important;
        grid-gap: 0;
        margin: 0px;
        align-items: flex-start;
        /* Adjust for mobile */
    }
    .myJourney-step-containerFirst{
        display: flex;
        flex-direction: column-reverse;

    }

    .myJourney-step-container::before {
        left: 3%;
    }

    .myJourney-step-number {
        grid-column: auto;
        justify-self: start;
        margin-left: 0;
        transform: translateX(0);
        position: absolute;
        top:18%;
        left: 0;
    }

    .myJourney-step-card {
        grid-column: auto;
        margin-left: 35px;
        text-align: left;
    }

    .myJourney-step-card.right-aligned,
    .myJourney-step-card.left-aligned {
        grid-column: auto;
    }

    .myJourney-special-enrollment ul {
        grid-template-columns: 1fr;
    }

    .myJourney-expert-help-buttons {
        flex-direction: column;
        gap: 0.5rem;
    }

    .myJourney-step-card {
        /* background-color: #fff; */
        padding: 15px 0px;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        gap: 10px;
    }

    .myJourneyVideoWaper {
        width: 100%;
        height: auto;
    }

    .myJourneyStepCardLeft {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }
    .myJourneyStepCardDescription{
        text-align: left;
        margin: 0px;
    }

}