@media (max-width: 992px) {
    .nav-menu {
        display: none;
    } 
    .mobile-menu-btn {
        display: block;
    }
    
    .hero h1 {
        font-size: 28px;
    }
    
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .top-bar-info {
        justify-content: center;
        width: 100%;
    }
    
    .top-bar-social {
        width: 100%;
        text-align: center;
    }
    .partner-slide {
        flex: 0 0 calc(33.333% - 20px);
    }
        .process-steps {
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .step-wrapper {
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
    
    /* Hide desktop arrows */
    .step-arrow {
        display: none;
    }
    
    /* Show mobile arrows */
    .step-arrow-down {
        display: block;
        text-align: center;
        margin-top: 15px;
        font-size: 1.5rem;
        color: #f5b01e;
    }
    
    .step-card {
        min-height: 230px;
    }
}
