
.solution-tab .nav-tabs {
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 0.5px solid #BCE8A0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    position: relative;
}
.solution-tab .nav-link {
    text-transform: uppercase;
    min-width: 190px;
    text-align: center;
    color: #fff;
    font-size: clamp(1.25rem, 1.1436rem + 0.396vw, 1.5rem);
    font-weight: 400;
    padding: 10px 22px;
    border: none;
    border-radius: 0;
    position: relative;
}
.solution-tab .nav-link:hover {
    color: #BCE8A0;
}
.solution-tab .nav-link.active {
    color: #fff;
    background: transparent;
}
.solution-tab .nav-link.active:after {
    /* content: ''; */
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -2px;
    height: 3px;
    background: #BCE8A0;
    border-radius: 3px;
    z-index: 1;
    width: 100%;
}

.solution-tab .tab-pane {
    padding: 0 60px;
    font-size: 18px;
    font-size: clamp(0.875rem, 0.7686rem + 0.396vw, 1.125rem);
}


.navbar-magic {
    top: 100%;
    position: absolute;
    height: 3px;
    background: #BCE8A0;
    border-radius: 3px;
    bottom: -10px;
    margin-top: -1px;
    transition: left 0.3s, width 0.3s;
}



@media (min-width: 1199px) {
    .solution-tab .tab-content .collapse {
        display: block;
    }
}

@media (max-width: 1199px) {
    .navbar-solution {
        display: none;
    }
    .tab-content>.tab-pane {
        display: block;
        padding: 0 0 0 0;
    }
    .tab-content>.tab-pane:not(:last-child) {
        margin-bottom: 0;
    }
    .solution-tab .nav-link {
        position: relative;
        text-align: left;
        padding: 10px 20px 10px 0;
        width: 100%;
        border-bottom: 1px solid #B9FF4F;
        margin-bottom: 20px;
    }
    .solution-tab .nav-link:after {
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 0;
        background: url(../img/icons/dropdown.svg) no-repeat center;
        background-size: 14px;
    }
    .solution-tab .nav-link[aria-expanded="true"]:after {
        transform: rotate(180deg);
    }
    .solution-tab .collapse {
       
    }
    .solution-tab .collapse p:first-child {
       
    }
}




.solution-tab-decor1 {
    top: 30%;
    left: -5%;
    width: 331px;
    max-width: 60%;
    transition: .5s;
}
.solution-tab-decor2 {
    width: 371px;
    right: -5%;
    bottom: 10%;
    max-width: 60%;
    transition: .5s;
}
@media (max-width: 767px) {

    .solution-tab-decor1 {
        top: 2%;
    }

}


.tab-pane p:last-child {
    margin-bottom: 0;
}


  .decor.move-left {
    transform: translateX(85vw); 


  }

  .decor.move-right {
    transform: translateX(-85vw); 

  }
