

.sectors-tabs-container{
    padding: 0 50px;
}
.sectors-tabs-nav-wrapper {
    position: relative;
}
.sectors-main-title{
    margin-bottom: 26px !important;
}

.sectors-tabs-nav-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0px; 
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #E6E6E6;
    z-index: 1;
}

.sectors-tabs-nav {
    position: relative;
    display: flex;
    gap: 8px;
    margin: 0 50px 28px 50px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
    z-index: 2;
}

.sectors-tabs-nav::-webkit-scrollbar {
    display: none;
}

.sector-tab-button {
    color: #999;
    font-size: 19px;
    padding: 0 24px 14px;
    cursor: pointer;
    position: relative;
    border: none;
    background: none;
    white-space: nowrap;
}

.sector-tab-button.active {
    color: #1A1A1A;
}

.sector-tab-button:hover{
     color: #000;
}

.sector-tab-button.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #544FF8 0%, #2EB6AE 100%);
    z-index: 3; 
}

.sector-tab-pane {
    display: none;
}


.sector-tab-row{
    display: flex;
    gap: 37px;
    align-items: stretch;

}
.sector-tab-pane .tab_image{
        width: 288px;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.tab_image img {
   /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sector-description {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 1.6;
}
.sector-scroll-arrow {
    display: block;
    position: absolute;
    right: 0px;
    top: -5px;
    cursor: pointer;
    z-index: 5;
}

.sector-scroll-arrow-left {
    display: block;
    position: absolute;
    left: 0px;
    top: -5px;
    cursor: pointer;
    z-index: 5;
}
.scroll-arrow
{
    background:#999;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    width: 34px;
    height: 34px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scroll-arrow:hover
{
    background: linear-gradient(311deg, #2EB6AE -3.42%, #544FF8 43.25%) ;
}

@media (max-width: 1399.98px) { 
    /* end 1399.98px*/
 }
@media (max-width: 1199.98px) { 

}

@media (max-width: 991.98px) { 
    /* end 991.98px*/
 }
@media (max-width: 767.98px) { 
    .sector-tab-pane .tab_image{
        width: 100%;
        height: 188px;
    }
    .sector-tab-row{
        display: contents;
    }
    .tab_image{
        margin-bottom: 20px;
    }
    .tab_sector-desc{
        padding: 0 18px;
        min-width: 0;
        flex: 1;

    }
    .sectors-tabs-nav{
        margin-bottom: 14px;
    }
.sectors-tabs-container {padding: 0 14px}
.sector-tab-button {font-size: 16px;padding: 0 5px 14px}
.sectors-tabs-nav {gap: 24px}

}
@media (max-width: 575.98px) { 
    /* end 575.98px*/
 }