 
        .active-software-tab {
            background: #2563eb !important;
            color: white !important;
        }
        .software-item {
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .no-scrollbar::-webkit-scrollbar { display: none; }
        .no-scrollbar { 
            -ms-overflow-style: none; 
            scrollbar-width: none; 
            -webkit-overflow-scrolling: touch;
        }
 
