.modern-tech-vdtpl2vih{
    width: 100%;
    background-color: var(--text-light);
}
.modern-tech-vdtpl2vih .main .top-tech-title-area{
    text-align: center;
}
.modern-tech-vdtpl2vih .main .top-tech-title-area .small-tech-title{
    text-transform: uppercase;
    color: var(--primary-blue);
    font-weight: 600;
    padding:0px 44px;
    text-align: center;
    position: relative;
}
.modern-tech-vdtpl2vih .main .top-tech-title-area h2{
    font-size: 3.125em;
    line-height: 118%;
    font-weight: bold;
    margin: 0px;
    color: var(--primary-dark);
}
.modern-tech-vdtpl2vih .main .tab-data-op .scroll-ul-section{
    width: calc(100% + 64px);
    margin-left: -32px;
    display: inline-block;
    vertical-align: top;
    overflow: auto;
    padding-left: 32px;
    padding-right: 32px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
}
.modern-tech-vdtpl2vih .main .tab-data-op .scroll-ul-section .scroll-nav{
    list-style: none;
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-left: 0px;
}
.modern-tech-vdtpl2vih .main .tab-data-op .scroll-ul-section .scroll-nav::before{
    content: '';
    width: 100%;
    height: 98%;
    filter: blur(9px);
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, .30665) 12.5%, #f3f3f3 50.45%, rgba(242, 242, 242, .435694) 86.46%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}
.modern-tech-vdtpl2vih .main .tab-data-op .scroll-ul-section .scroll-nav::after{
    content: '';
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, .30665) 19.31%, #f3f3f3 51.08%, rgba(242, 242, 242, .435694) 78.69%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
 .modern-tech-vdtpl2vih .main .tab-data-op .scroll-ul-section .scroll-nav{
    min-width: max-content;
    padding-right: 40px;
 }
 .modern-tech-vdtpl2vih .main .tab-data-op .scroll-ul-section .scroll-nav li{
    padding: 15px 30px;
    cursor: pointer;
    transition: 0.5s;
    color: var(--text-dark) !important;
 }
  .modern-tech-vdtpl2vih .main .tab-data-op .scroll-ul-section .scroll-nav li img{
    margin-right: 8px;
    filter: grayscale(100%);
    transition: 0.4s;
  } 

  .modern-tech-vdtpl2vih .main .tab-data-op .scroll-ul-section .scroll-nav li:hover{
    color: var(--primary-blue) !important;
    transition: .4s;
  }
  .modern-tech-vdtpl2vih .main .tab-data-op .scroll-ul-section .scroll-nav li:hover img{
    filter: brightness(0) saturate(100%)
            invert(27%) sepia(57%)
            saturate(1650%)
            hue-rotate(190deg)
            brightness(95%)
            contrast(95%);
  }
.modern-tech-vdtpl2vih .main .tab-data-op .scroll-ul-section .scroll-nav .active{
    background: var(--text-light);
    border: 2px solid #f4f4f4;
    border-bottom-color: transparent;
    color: var( --primary-blue) !important;
}
.modern-tech-vdtpl2vih-3 .container .tab-data-op .scroll-ul-section .scroll-nav .active li{
   color: var( --primary-blue) !important;
}
.modern-tech-vdtpl2vih .main .tab-data-op .scroll-ul-section .scroll-nav .active img{
   filter: brightness(0) saturate(100%)
            invert(27%) sepia(57%)
            saturate(1650%)
            hue-rotate(190deg)
            brightness(95%)
            contrast(95%);
}
  .modern-tech-vdtpl2vih .main .tab-data-op .tap-data-container{
    width: 100%;
    background: var(--text-light);
    padding: 65px 0 0;
}
.modern-tech-vdtpl2vih .main .tab-data-op .tap-data-container .tab-content .tab-content-list{
     width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px 28px;
    flex-wrap: wrap;
}
.modern-tech-vdtpl2vih .main .tab-data-op .tap-data-container .tab-content .tab-content-list a{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
    text-decoration: none;
    color: var(--text-dark) !important;
    font-weight: 600;
    text-transform: capitalize;
}
.modern-tech-vdtpl2vih .main .tab-data-op .tap-data-container .tab-content .tab-content-list a:hover{
    color: var(--primary-blue) !important;
}
.modern-tech-vdtpl2vih .main .tab-data-op .tap-data-container .tab-content .tab-content-list a img{
    margin-bottom: 5px;
    height: 54px;
    width: 54px;
    transition: transform 0.3s ease-in-out;
    transform: scale(1);
}
.modern-tech-vdtpl2vih .main .tab-data-op .tap-data-container .tab-content .tab-content-list a img:hover{
    transform: scale(1.2) translateY(-10%); 
}
