

@media (max-width: 1024px) {
    #services-tabs {
        flex-direction: row !important;
        gap: 12px !important;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 15px 20px;
    }
    
    #services-tabs .tab-button br {
      display: block;
    }

    #services-tabs::-webkit-scrollbar {
        display: none;
    }

    #services-tabs .tab-button {
        flex-shrink: 0;
        flex-direction: column !important;
        white-space: nowrap;
        font-size: 13px;
        padding: 12px 16px;
        text-align: center;
        border-radius: 8px;
        justify-content: center !important;
        gap: 0 !important;
    }

    /* Add scroll indicators */
    .services-tabs .tabs-container {
        position: relative;
    }

}