.steps-section{
    width: 100%;
    background: var(--01, #6316DB);
    position: relative;
    z-index: 1;
}
.steps-section-container{
    margin: 60px auto;
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 60px;

}
.steps-section-title{
    color: var(--WHITE, #FFF);
text-align: right;

/* TITLE/HEADLINE 1 (56) LALEZAR */
font-family: year, sans-serif;
font-size: 56px;
font-style: normal;
font-weight: 400;
line-height: 64px; /* 114.286% */
}
.steps-section-header{
    position: relative;
}
.steps-section-arrow{
    position: absolute;
    top: 10px;
    right: -50px;
}
.steps-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.step-item{
    display: flex;
    width: 186px;
    height: 225px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
    background: rgba(99, 22, 219, 0.60);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 2px 4px 4px 0 #9582EF inset;
    backdrop-filter: blur(2px);
    position: relative;
}

.step-content{
    position: relative;
    z-index: 1;
}
.step-title{
    color: var(--WHITE, #FFF);
    text-align: center;
    /* BUTTON/CTA (24) LALEZAR */
    font-family: year, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}
.first::before{
    content: '1';
    position: absolute;
    font-size:200px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    color: rgba(149, 130, 239, 0.50);
text-align: right;
font-family: Montserrat-Arabic, sans-serif;
font-size: 198px;
font-style: normal;
font-weight: 900;
}
.second::before{
    content: '2';
    position: absolute;
    font-size:200px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    color: rgba(149, 130, 239, 0.50);
text-align: right;
font-family: Montserrat-Arabic, sans-serif;
font-size: 198px;
font-style: normal;
font-weight: 900;
}
.third::before{
    content: '3';
    position: absolute;
    font-size:200px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    color: rgba(149, 130, 239, 0.50);
text-align: right;
font-family: Montserrat-Arabic, sans-serif;
font-size: 198px;
font-style: normal;
font-weight: 900;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .steps-section-container{
        margin: 48px auto;
        width: 90%;
        max-width: 90%;
    }
    .steps-section-arrow{
        display: none;
    }
    .steps-list{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .steps-section-container {
        padding: 56px 16px;
        gap: 32px;
    }
    .steps-section-title {
        font-size: 40px;
        line-height: 48px;
        text-align: center;
    }
    .step-arrow{
      transform: rotate(-45deg) !important;
      width: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .step-arrow svg {
      width: 35px;
      height: auto;
      transform: rotate(-45deg);
    }
    .steps-list {
        gap: 8px;
    }
    .step-item {
        width: 100%;
        height: 70px;
        padding: 16px;
        padding-left: 60px;
    }
    .step-title {
        font-size: 20px;
        line-height: 28px;
    }
    .first::before,
    .second::before,
    .third::before {
        font-size: 50px;
        left: 35px;
        bottom: 8px;
    }
}

@media (max-width: 768px) {
    .steps-section-container{
        margin: 44px auto;
        width: 90%;
        max-width: 90%;
    }
    .steps-section-arrow{
        display: none;
    }
    .steps-list{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .steps-section-container {
        gap: 28px;
    }
    .steps-section-title {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }
    .step-arrow{
      transform: rotate(-45deg) !important;
      width: 32px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .step-arrow svg {
      width: 32px;
      height: auto;
      transform: rotate(-45deg);
    }
    .steps-list {
        gap: 6px;
    }
    .step-item {
        width: 100%;
        height: 63px;
        padding: 14px;
        padding-left: 55px;
    }
    .step-title {
        font-size: 18px;
        line-height: 26px;
    }
    .first::before,
    .second::before,
    .third::before {
        font-size: 45px;
        left: 32px;
        bottom: 6px;
    }
}

@media (max-width: 480px) {
    .steps-section-container{
        margin: 40px auto;
        width: 90%;
        max-width: 90%;
    }
    .steps-section-arrow{
        display: none;
    }
    .steps-list{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .steps-section-container {
        gap: 24px;
    }
    .steps-section-title {
        font-size: 24px;
        line-height: 32px;
    }
    .step-arrow{
      transform: rotate(-45deg) !important;
      width: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .step-arrow svg {
      width: 30px;
      height: auto;
      transform: rotate(-45deg);
    }
    .steps-list {
        gap: 5px;
    }
    .step-item {
        width: 100%;
        height: 56px;
        padding: 12px;
        padding-left: 50px;
    }
    .step-title {
        font-size: 16px;
        line-height: 22px;
    }
    .first::before,
    .second::before,
    .third::before {
        font-size: 40px;
        left: 30px;
        bottom: 5px;
    }
}

