﻿#techniques-component .section-header {
    height: 112px;
    flex-shrink: 0;
    display: flex;
}

#techniques-component .section-header .section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.techniques-section-title {
    color: var(--01-white, #FFF);
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 43.2px */
}

.techniques-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 100px 0px 70px;
}

.techniques-left {
    max-width: 30%;
}

.techniques-swiper .swiper-slide {
    display: flex;
    justify-content: center;
}

.techniques-right {
    max-width: 70%;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.techniques-scheme {
    height: 90px;
    width: 680px;
}

.tech-item {
    display: flex;
    flex-direction: column;
    height: 70px;
    width: 100px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body.rtl .tech-item {
    position: relative;
}

.tech-item .tech-item-icon {
    display: none;
}

.tech-item.active svg {
    display: none;
}

.tech-item.active .tech-item-icon {
    display: flex;
    min-width: 42px;
    min-height: 42px;
}

.tech-item.active {
    display: flex;
    flex-direction: row;
    margin-top: -60px;
}

.tech-item.active span {
    margin-top: -10px;
    margin-left: 10px;
}

body.rtl .tech-item.active span {
    margin-top: -10px;
    margin-right: 50px;
    top: 0;
    width: 130%;
}

.tech-line {
    width: 673px;
    height: 3.5px;
    background: linear-gradient(to right,#506384 0px,#506384 50px, #CBD5E0 50px,#CBD5E0 100%);
    display: flex;
    flex-direction: row;
    align-self: center;
}

.tech-line svg {
    margin-top: -20px;
    width: 30px;
    min-height: 42px;
}

.tech-line img {
    margin-top: -20px;
    width: 42px;
    height: 42px;
}

.tech-item-name {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    white-space: break-spaces;
}

body.rtl .tech-item-name {
    right:0;
    position: absolute;
    top:20px;
    width: 100%;
}

.techniques-text {
    width: 680.517px;
}

body.rtl .techniques-text {
    margin-top: 30px;
}

.techniques-text-title {
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 36px */
    letter-spacing: -0.4px;
}

.techniques-text-description {
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 21.6px */
}

.techniques-text-mobile {
    display: none;
}

.techniques-swiper-pagination-bullet {
    width: 15px;
    height: 3px;
}

@media(max-width:768px) {
    #techniques-component .section-header {
        display: grid;
        justify-content: center;
    }

    #techniques-component .section-header .section-container {
        display: grid !important;
        align-items: center;
    }

    .techniques-container {
        flex-direction: column;
        padding: 40px 0;
    }

    .techniques-left {
        max-width: 95vw;
    }

    .techniques-right {
        max-width: 95vw;
        width: 95vw;
        padding-top: 20px;
    }

    .techniques-swiper .swiper-slide {
        height: 240px;
        width: 324px;
    }

    .techniques-swiper .swiper-slide img {
        width: 324px;
        object-fit: cover;
    }

    .techniques-scheme {
        display: none;
    }

    .techniques-text {
        display: none;
    }

    .techniques-text-mobile {
        display: flex;
        width: 100%;
    }

    .techniques-text-mobile .accordion-item__circle-icon    {
        position: absolute;
        left: 10px;
        width: 31px;
        height: 31px;
        top:50%;
        transform: translateY(-50%);
    }

    body.rtl .techniques-text-mobile .accordion-item__circle-icon {
        left: auto;
        right: 10px;
    }

    #techniques-accordion {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
        width: 100%;
        font-family: Montserrat;
        font-size: 14px;
    }

    .accordion-item {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 10px;
    }

    .accordion-item button {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 56px;
        padding: 16px;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 8px;
        background: var(--base-white, #FFF);
        /* Medium Card */
        box-shadow: -2px 3px 40px 0px rgba(7, 17, 53, 0.05);
        border: none;
        font-style: normal;
        font-weight: 800;
        line-height: 19.628px;
        text-align: left;
        font-family: Montserrat;
        color: #212529;
    }

    .techniques-text-mobile .accordion-item button  {
        min-height: 55px;
        height: auto;
        position: relative;
        padding-left: 50px;
        padding-right: 40px;
        color: #212529;
    }

    body.rtl .accordion-item button {
        text-align: right;
        padding-right: 50px;
        padding-left: 40px
    }

    .accordion-item button:focus {
        outline: none;
    }

    .techniques-text-mobile .accordion-toggle-arrow {
        position: absolute;
        right: 10px;
        width: 21px;
        height: 21px;
        top:50%;
        transform: translateY(-50%);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    body.rtl .techniques-text-mobile .accordion-toggle-arrow {
        -moz-transform:translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        -moz-transform-origin: center;
        transform-origin: center;
        margin-right: auto;
        right: auto;
        left: 10px;
    }

    .techniques-text-mobile .accordion-item button:not(.collapsed) .accordion-toggle-arrow {
        transform: translateY(-50%) rotate(90deg);
    }

    .techniques-mobile-description {
        color: #000;
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%; /* 21.6px */
        padding: 0px 10px;
    }
}
