﻿
#basic-steps-container {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    padding: 40px 0px;
}

.basic-steps-left {
    max-width: 562px;
    position: relative;
}

.basic-steps-bottom-arrow   {
    position: absolute;
    right: 0;
    bottom:0;
    transform: translateX(30px);
}

body.rtl .basic-steps-bottom-arrow {
    left: 0;
    right: auto;
    transform: rotate(180deg) scaleY(-1) translateX(30px);
}

.swiper-horizontal>.swiper-scrollbar.basic-steps-right-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal.basic-steps-right-scrollbar {
    margin: 20px auto 0;
    left: 0;
    right: 0;
    background: var(--swiper-scrollbar-bg-color, rgba(255, 255, 255, .2));
    width: 85px;
    height: 3px;
    display: none;
}

.basic-steps-right .swiper-wrapper  {
  
}

.basic-steps-right-scrollbar .swiper-scrollbar-drag {
    background-color: #fff;
}

.basic-steps-top {
    display: flex;
    flex-direction: column;
}

.basic-steps-title {
    display: flex;
    flex-direction: row;
}

.basic-steps-title-icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.basic-steps-title-text {
    color: var(--01-white, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 25px; /* 104.167% */
}

.basic-steps-description {
    padding-top: 20px;
}

.basic-steps-description-text {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 21.6px */
}

.basic-steps-bottom {
    padding-top: 20px;
}

.basic-steps-cta-title {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 109.091% */
}

.basic-steps-cta-text {
    padding-top: 20px;
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 21.6px */
}

.free-consultation-button {
    width: auto;
    padding: 0 15px;
    height: 49.109px;
    flex-shrink: 0;
    border-radius: 36.832px;
    border: none;
    color: var(--02-black, #151B26);
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.basic-steps-right {
    display: flex;
    max-width: 50%;
    flex-direction: row;
}

.basic-steps-item {
    padding: 24px;
    align-items: flex-start;
    gap: 10px;
    width: 295px;
    height: auto;
    flex-shrink: 0;
    border-radius: 18px;
    background: var(--base-white, #FFF);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.basic-steps-item-icon {
    width: 42.416px;
    height: 42.415px;
    flex-shrink: 0;
    float: left;
}

.basic-steps-item-title {
    color: var(--02-black, #151B26);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    justify-content: flex-start;
    flex-direction: column;
    display: flex;
    height: auto;
    width: calc(100% - 30px);
    min-height: 72px;
}

.basic-steps-item-text {
    width: 100%;
    height: auto;
    color: #151B26;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 21.6px */
}

.basic-steps-item-arrow {
    width: 24px;
    height: 24px;
    align-self: flex-end;
    position: relative;
    bottom: 0px !important;
}

.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
    background: #151515 !important;
    opacity: 0.2 !important;
}

.basic-steps-next {
    margin-right: -40px;
}

.basic-steps-prev {
    margin-left: -20px;
}

#basic-steps-slide-next, #basic-steps-slide-prev {
    margin-top: auto;
    margin-bottom: auto;
}

body.rtl #basic-steps-slide-next,body.rtl #basic-steps-slide-prev {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform-origin: center;
    -moz-transform-origin: center;
}

@media(max-width:768px) {
    #basic-steps-container {
        flex-direction: column;
        padding: 40px 20px 30px;
    }
    .basic-steps-bottom-arrow   {
        display: none;
    }

    .basic-steps-left {
        width: 100%;
    }

    .basic-steps-right {
        max-width: 100%;
    }

    .basic-steps-component .basic-steps-right {
        padding-bottom: 40px;
    }

    .swiper-horizontal>.swiper-scrollbar.basic-steps-right-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal.basic-steps-right-scrollbar {
        display: block;
    }

    .basic-steps-top {
        padding: 0 0 10px 0;
    }

    .basic-steps-bottom {
        padding: 10px 0 40px 0;
    }

    .free-consultation-button {
        margin-top: 10px;
        width: 100%;
        height: 58px;
        border-radius: 36.832px;
        font-size: 16px;
        font-weight: 700;
    }

    .basic-steps-item {
        margin-right: 20px;
        margin-left: 0px;
    }

    #basic-steps-slide-next, #basic-steps-slide-prev {
        display: none;
    }
}

