/* ==================== Tablet Landscape & Small Desktop (992px to 1399px) ==================== */
@media (min-width: 992px) and (max-width: 1399.98px) {
    .nav-shell {
        /* کاهش پدینگ کلی منو */
        padding: 10px 15px !important; 
    }

    .main-menu {
        /* کاهش فاصله کل منو از بخش لوگو (از ۴۰ به ۲۵ پیکسل) */
        margin-right: 25px !important; 
    }
    
    .menu-list {
        /* کاهش فاصله بین خود آیتم‌های منو (از ۱۲ به ۸ پیکسل) */
        gap: 8px !important; 
    }

    .nav-link-custom {
        font-size: 14px !important;
        padding: 4px 6px !important;
    }

    .brand-box {
        gap: 8px !important;
    }
    
    .brand-text {
        width: auto !important;
        margin-left: 10px !important;
    }

    .brand-text h2 {
        font-size: 15px !important;
    }

    .brand-icon {
        width: 50px !important;
        height: 50px !important;
        font-size: 20px !important;
    }

    .nav-tools {
        gap: 8px !important; 
    }

    .tool-btn {
        width: 40px !important;
        height: 40px !important;
    }
}
